@font-face {
    font-family: "FiraSansCondensed-Regular";
    src: url("../fonts/FiraSansCondensed-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: "FiraSansCondensed-Medium";
    src: url("../fonts/FiraSansCondensed-Medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
*,
*::before,
*::after {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    scroll-margin-top: 100px;
}
h1, h2, h3, h4, h5, h6, p {
    margin: 0;
}
p {
    font-family: "FiraSansCondensed-Regular", sans-serif !important;
}
body {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
    margin: 0;
    padding: 0;
    font-family: "FiraSansCondensed-Regular", sans-serif;
    background: #fff!important;
}
.container {
    margin: 0 auto;
    max-width: 1366px;
    width: 100%;
}
.btn {
    padding: 16px 40px;
    -webkit-transition: 0.15s;
    transition: 0.15s;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
    line-height: 24px;
    font-family: "FiraSansCondensed-Medium", sans-serif;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    white-space: nowrap;
    cursor: pointer;
}
.btn:hover {
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
}
.header .btn {
    padding: 10px 24px;
    border-radius: 14px;
    font-size: 14px;
    line-height: 20px;
}
.title {
    color: #000000;
    font-size: 36px;
    line-height: 48px;
    font-family: "FiraSansCondensed-Medium", sans-serif;
    margin: 0;
    font-weight: normal;
}
.text {
    color: #000000;
    font-size: 24px;
    line-height: 32px;
    font-family: "FiraSansCondensed-Regular", sans-serif;
}
.subtext {
    color: #000000;
    font-size: 16px;
    line-height: 24px;
    font-family: "FiraSansCondensed-Regular", sans-serif;
}
.addtext {
    font-size: 14px;
    line-height: 18px;
    color: #828282;
    font-family: "FiraSansCondensed-Regular", sans-serif;
    font-style: italic;
}
.cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 800px;
    margin: 0 auto;
}
.header {
    width: 100%;
    height: 70px;
    position: fixed;
    top: 0;
    left: 0;
    background: #ffffff!important;
    z-index: 9;
}
.header + .container {
    margin-top: 71px;
}
.header-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 70px;
}
.header-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
}
.header-logo__icon {
    width: 150px;
}
.header-logo__text {
    font-size: 14px;
    line-height: 18px;
    margin-left: 16px;
    color: #000000;
}
.header-btns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header-btns__btn {
    color: #000000;
    background: transparent;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    font-family: "FiraSansCondensed-Medium", sans-serif;
}
.header-btns__btn.btn {
    margin-left: 20px;
}

.header-btns__btn.item-1{
  color: #FF781E;
  background: #FFF3EB;
}
.header-btns__btn.item-2{
    color: #ffffff;
    background: #FF781E;
}
.header-btns__btn.item-3{
    color: #ffffff;
    background: #46495e;
}

.header-search{
  float: left;
  width: 100%;
  background: #fff;
  height: 1px; 
}

.header-search .wrap{
  float: left;
  width: 100%;
  justify-content: flex-end;
  position: relative;
  padding: 0px 0px 10px 0px; 
  display: none;
}
.header-search .wrap.open{
  display: flex;
}

.header-search form{
  width: 310px;
}
.header-search .is-form-style input.is-search-input{
  border-radius: 4px;
}
.header-search .is-ajax-search-result{
  width: 300px;
  position: absolute;
  top: 35px;
  right: 0px;
  z-index: 0;
}
.search .site-main{
  margin: 100px auto 0px auto;
  max-width: 1366px;
  width: 100%;
}

.search h1{
  font-size: 1.5em;
  margin: 0px 0px 30px 0px;
}
.search .site-main,
.no-results.not-found{
  padding: 50px 0px;
}
.search .entry-title{
  margin: 0px 0px 10px 0px;
}
.search .entry-title a{
  font-size: 16px;
  color: #000; 
}
.search .post{
  margin: 0px 0px 10px 0px;
}
.search .entry-title {
  margin: 0px 0px 10px 0px;
}
.search .entry-title a {
  font-size: 16px;
  color: #000;
}

.header .search-open{
  background: none;
  padding: 7px 5px 5px 14px;
}












.footer {
    margin: 24px 0;
    border-radius: 30px;
    background: #22222C;
    padding: 30px 0;
}
.footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    max-width: 800px;
    margin: 0 auto;
    position: relative;
    padding-bottom: 0px;
}
.footer-rights {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #ffffff;
}
.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.footer-logo__icon {
    width: 150px;
}
.footer-logo__text {
    margin-left: 10px;
    font-size: 16px;
    line-height: 18px;
    color: #ffffff;
    font-family: "FiraSansCondensed-Medium", sans-serif;
}
.footer-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.footer-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.footer-col:not(:last-child) {
    margin-right: 25px;
}
.footer-col__title {
    color: #C8C8D2;
    font-size: 24px;
    line-height: 28px;
}
.footer-col__text {
    color: #FFFFFF;
    font-size: 14px;
    line-height: 18px;
}
.footer-col__link {
    color: #FFFFFF;
    margin-top: 16px;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    cursor: pointer;
}
.footer-col__link:hover {
    text-decoration: underline;
}
.footer .address{
  width: 250px;
  color: #fff;
  padding: 10px 0px 0px 0px;
}









.main {
    width: 100%;
    background: #ffffff!important;
}
.main-wrapper {
    position: relative;
}
.main-title {
    color: #fff;
    position: absolute;
    top: 80px;
    left: 80px;
}
.main-img {
    border-radius: 30px;
    width: 100%;
}
.about {
    margin-top: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 80px;
    border-radius: 30px;
    border: 2px solid #FF781E;
    background: #ffffff!important;
}
.about-left {
    max-width: 240px;
    margin-right: 80px;
}
.about-left__subtext {
    margin-top: 24px;
}
.about-right {
    max-width: 480px;
}
.about-right__text {
    margin-bottom: 16px;
}
.about-right__block {
    margin-bottom: 16px;
}
.about-right__subtext p {
    margin: 0;
}
.about-right__item {
    margin-top: 16px;
}
.about-right__subtext p:not(:first-child) {
    margin-top: 12px;
}
.about-right__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.about-right__icon {
    margin-right: 8px;
}
.contacts {
    margin-top: 24px;
    width: 100%;
    background: #FFFFFF;
    border: 2px solid #C8C8D2;
    border-radius: 30px;
    padding: 80px;
}
.contacts-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 480px;
}
.contacts-block__phone {
    font-size: 34px;
    line-height: 42px;
    color: #000000;
    text-decoration: none;
}
.contacts-block__mail {
    color: #FF781E;
    font-size: 24px;
    line-height: 32px;
    text-decoration: none;
    margin: 16px 0;
}
.contacts-block__address {
    font-size: 24px;
    line-height: 32px;
    color: #000000;
}
.sms {
    margin-top: 24px;
    width: 100%;
    background: #FFF3EB;
    border-radius: 30px;
    padding: 80px;
    box-shadow: 0px 10px 20px rgba(226, 77, 24, 0.3), 0px 20px 50px rgba(226, 77, 24, 0.3);
}
.sms-image {
    min-width: 260px;
    height: 260px;
    background: radial-gradient(164.13% 132.24% at 50% -32.24%, #FFFFFF 0%, #FFB787 24.75%, #FF781E 69.89%, #FF6A06 98.85%);
    box-shadow: 0px 54.1667px 108.333px rgba(226, 77, 24, 0.3), 0px 108.333px 270.833px rgba(226, 77, 24, 0.3);
    border-radius: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 45px;
}
.sms-icon {
    width: 160px;
}
.sms-block__text {
    margin-top: 24px;
    margin-bottom: 16px;
}
.sms-block__btn {
    margin-top: 24px;
    display: inline-block;
    background: #FF781E;
    color: #ffffff;
}
.clients {
    margin-top: 24px;
    background: #FFFFFF;
    border: 2px solid #C8C8D2;
    border-radius: 30px;
    padding: 80px;
}
.clients .cont {
    flex-direction: column;
}
.clients-list {
    margin-top: 40px;
    display: grid;
    gap: 16px;
    grid-template-columns: repeat(3, 1fr);
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.clients-list__item {
    width: 100%;
    height: 160px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 30px;
    display: none;
    align-items: center;
    justify-content: center;
}
.clients-list__item.hide {
    display: none !important;
}
.clients-list__icon {
    max-width: 80%;
    max-height: 95%;
}
.clients-btn {
    display: inline-block;
    border: none;
    outline: none;
    color: #fff;
    background: #FF781E;
    margin: 0 auto;
    margin-top: 24px;
}
.order {
    background: #FFFFFF;
    border: 2px solid #FFF3EB;
    border-radius: 30px;
    padding: 80px;
    box-shadow: 0px 10px 20px rgba(226, 77, 24, 0.3), 0px 20px 50px rgba(226, 77, 24, 0.3);
}
.order .cont {
    flex-direction: column;
}
.order-text {
    max-width: 480px;
    margin-top: 24px;
}
.order-cont {
    margin-top: 24px;
    display: none;
}
.order-cont.active {
    display: grid;
}
.order-list__sublist {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 16px;
}
.order-list:not(:last-child) {
    margin-bottom: 16px;
}
.order-list__cart {
    background: #FFFFFF;
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
    border-radius: 32px;
    padding: 24px;
    cursor: pointer;
    color: #FF781E;
}
.order-list__cart:hover,
.order-list__cart.active {
    box-shadow: 0px 10px 20px rgba(226, 77, 24, 0.3), 0px 20px 50px rgba(226, 77, 24, 0.3)
}
.order-list:nth-child(2) .order-list__cart {
    background: #FFF3EB;
}
.order-list:nth-child(3) .order-list__cart {
    background: #FF781E;
    color: #fff;
}
.order-list__title {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 6px;
}
.order-list__desc {
    font-size: 14px;
    line-height: 18px;
    font-style: italic;
    margin-bottom: 6px;
}
.order-list__price {
    font-size: 36px;
    line-height: 48px;
    font-family: "FiraSansCondensed-Medium", sans-serif;
}
.order-form {
    display: none;
    margin-top: 16px;
    background: #FFF3EB;
    border: 2px solid #FF781E;
    box-sizing: border-box;
    box-shadow: 0px 10px 20px rgba(226, 77, 24, 0.3), 0px 20px 50px rgba(226, 77, 24, 0.3);
    border-radius: 32px;
    padding: 80px;
    width: 100%;
}
.order-form.active {
    display: block;
}
.order-form__title {
    font-size: 36px;
    line-height: 48px;
}
.order-form__title br {
    display: none;
}
.order-form__text {
    margin-top: 24px;
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 40px;
}
.order-form__input {
    background: #FFFFFF;
    border: 2px solid #C8C8D2;
    border-radius: 20px;
    outline: none;
    color: #FF781E;
    font-size: 18px;
    line-height: 24px;
    padding: 16px 24px;
    display: block;
    margin-bottom: 10px;
    width: 100%;
    font-family: "FiraSansCondensed-Medium", sans-serif;
}
.order-form__input::placeholder {
    color: #FF781E;
}
.order-form__btn {
    display: inline-block;
    margin-top: 40px;
    outline: none;
    border: none;
    background: #FF781E;
    color: #ffffff;
}


@media (max-width: 1366px) {
    .container {
        max-width: 960px;
        width: 95%;
    }
}
@media (max-width: 992px) {
    .about, .contacts, .sms, .clients, .footer, .order, .order-form {
        padding: 50px;
    }
    .about-left {
        margin-right: 60px;
    }
    .about--left__title {
        white-space: nowrap;
    }
    .contacts-block {
        max-width: 350px;
    }
    .order-list__sublist {
        grid-template-columns: repeat(2, 1fr);
    }
    .order-list:nth-child(2) .order-list__cart {
        background: #ffffff!important;
    }
    .order-list:nth-child(2) .order-list__cart:nth-child(2),
    .order-list:nth-child(3) .order-list__cart {
        background: #FFF3EB;
        color: #FF781E;
    }
    .order-list:nth-child(4) .order-list__cart {
        background: #FF781E;
        color: #fff;
    }
    .order-list:nth-child(5) .order-list__cart {
        background: #FF781E;
        color: #fff;
    }
}
@media (max-width: 768px) {
    .btn {
        padding: 10px 24px;
        border-radius: 14px;
        font-size: 14px;
        line-height: 20px;
    }
    .title {
        font-size: 22px;
        line-height: 30px;
    }
    .text {
        font-size: 18px;
        line-height: 22px;
    }
    .subtext {
        font-size: 14px;
        line-height: 16px;
    }
    .header {
        height: 45px;
    }
    .header + .container {
        margin-top: 71px;
    }
    .header-btns__btn {
        font-size: 14px;
        line-height: 16px
    }
    .header .btn {
        line-height: 16px;
        border-radius: 12px;
    }
    .header-btns__btn.btn {
        margin-left: 10px !important;
    }
    .header-wrapper {
        height: 45px;
    }
    .footer-logo__icon {
        width: 150px;
    }
    .contacts-block__phone {
        font-size: 22px;
        line-height: 32px;
    }
    .contacts-block__mail {
        font-size: 16px;
        line-height: 20px;
    }
    .contacts-block__address {
        font-size: 16px;
        line-height: 20px;
    }
    .footer-col__title {
        font-size: 18px;
        line-height: 20px;
    }
    .footer-col__link {
        margin-top: 12px;
    }
    .footer-rights {
        font-size: 14px;
        line-height: 18px;
    }
    .clients-list {
        margin-top: 24px;
        grid-template-columns: repeat(2, 1fr);
        gap: 8px;
    }
    .sms-image {
        min-width: 200px;
        height: 200px;
        border-radius: 40px;
    }
    .sms-icon {
        width: 100px;
    }
    .sms-block__text {
        margin-top: 12px;
        margin-bottom: 12px;
    }
    .sms-block__btn {
        margin-top: 24px;
    }
    .main-title {
        top: 50px;
        left: 50px;
    }
    .order-text, .order-cont {
        margin-top: 12px;
    }
    .order-form__text {
        margin-top: 12px;
        margin-bottom: 16px;
        font-size: 14px;
        line-height: 18px
    }
    .order-form__input {
        padding: 10px 12px;
        font-size: 14px;
        line-height: 15px;
        border-radius: 12px;
    }
    .order-form__btn {
        width: 100%;
        margin-top: 16px;
    }
    .order-form__title {
        font-size: 22px;
        line-height: 30px;
    }
    .header-logo__text {
        display: none;
    }
}

@media (max-width: 576px) {
    .about, .contacts, .sms, .clients, .footer, .order-form {
        margin-top: 16px;
        padding: 24px;
    }
    .order-form__title br {
        display: block;
    }
    .order {
        padding: 24px;
    }
    .main-title {
        top: 24px;
        left: 24px;
        max-width: 210px;
    }
    .subtext {
        font-size: 14px;
        line-height: 16px;
    }
    .addtext {
        font-size: 14px;
        line-height: 16px;
    }
    .cont {
        max-width: 300px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 auto;
    }
    .contacts-title {
        margin-bottom: 12px;
    }
    .contacts-block__mail {
        margin: 12px 0;
    }
    .clients-list {
        margin-top: 12px;
        grid-template-columns: repeat(1, 1fr);
    }
    .sms-image {
        min-width: 140px;
        width: 140px;
        height: 140px;
        min-height: 140px;
        margin-bottom: 32px;
    }
    .sms-icon {
        width: 85px;
    }
    .about-left {
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 12px;
    }
    .about-left__subtext {
        margin-top: 12px;
    }
    .about-right {
        max-width: 100%;
    }
    .footer-wrapper {
        padding-bottom: 66px;
    }
    .footer-wrapper, .footer-menu {
        flex-direction: column;
    }
    .footer-col__title{
        margin-top: 24px;
    }
    .order-list__sublist {
        grid-template-columns: repeat(1, 1fr);
    }
    .order-list:nth-child(1) .order-list__cart,
    .order-list:nth-child(2) .order-list__cart,
    .order-list:nth-child(3) .order-list__cart {
        background: #fff;
    }
    .order-list:nth-child(4) .order-list__cart,
    .order-list:nth-child(5) .order-list__cart,
    .order-list:nth-child(6) .order-list__cart {
        background: #FFF3EB;
        color: #FF781E;
    }
    .order-list:nth-child(7) .order-list__cart,
    .order-list:nth-child(8) .order-list__cart,
    .order-list:nth-child(9) .order-list__cart {
        background: #FF781E;
        color: #fff;
    }
}

@media (max-width: 510px) {
  .header + .container {
    margin-top: 106px;
  }  
  .header-search form {
    width: 100%;
    margin: 10px 0px 0px 0px;
  }
  .header-search .is-ajax-search-result {
    width: 100%;
    top: 45px;
    right: -1px;
    max-width: 98%;
    left: auto !important;
  }  
}
@media (max-width: 500px) {
    .header {
        height: auto;
        padding: 8px 0;
    }
    .header-wrapper {
        flex-direction: column;
        height: auto;
    }
    .header-logo {
        margin-bottom: 8px;
    }
    .header .btn {
        padding: 10px 16px;
    }
}
@media (max-width: 375px) {
    .header-btns__btn {
        font-size: 12px;
        line-height: 14px;
    }
    .header .btn {
        padding: 10px;
        font-size: 12px;
        line-height: 14px;
    }
    .header-btns__btn.btn {
        margin-left: 6px !important;
    }
}
.error {
    background: #FFFFFF;
    border: 2px solid #FF781E;
    border-radius: 30px;
    padding: 80px;
}
.error-cont {
    min-height: 50vh;
}
.error-block__link {
    display: inline-block;
    margin-top: 40px;
}
.error-block__btn {
    color: #FFFFFF;
    background: #FF781E;
}

@media (max-width: 992px) {
    .error {
        padding: 50px;
    }
}
@media (max-width: 576px) {
    .error {
        padding: 24px 16px;
    }
    .error-title {
        margin-bottom: 16px;
    }
    .error-block__link {
        margin-top: 20px;
    }
}