.footer {
    padding: 75px 10px 70px;
    background-color: #fff
}

@media (min-width: 992px) {
    .footer {
        padding: 84px 0 70px
    }
}

.footer .container {
    justify-content: space-between
}

.footer-column {
    width: 100%;
    display: inline-block;
    text-align: center
}

@media (min-width: 992px) {
    .footer-column {
        width: 27%;
        text-align: left
    }
}

.footer-logo {
    display: inline-block;
    margin: 0;
    position: relative;
    top: -6px;
    height: 44px
}

@media (min-width: 992px) {
    .footer-logo {
        height: 34px
    }
}

.footer-logo img {
    height: 100%
}

.footer-descr {
    display: none;
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #767676
}

.footer-descr:first-of-type {
    margin: 26px 0 0
}

.footer-descr:last-of-type {
    margin: 13px 0 0
}

@media (min-width: 992px) {
    .footer-descr {
        display: inline-block
    }
}

.footer-descr-mob {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 140%;
    color: #767676;
    margin: 28px 0 0;
    text-align: center
}

@media (min-width: 992px) {
    .footer-descr-mob {
        display: none
    }
}

.footer-menu {
    display: flex;
    flex-flow: row wrap;
    width: 88%;
    margin: 44px auto 0
}

@media (min-width: 992px) {
    .footer-menu {
        display: inline-block;
        width: 40%;
        margin: 0;
        -moz-column-count: 2;
        column-count: 2
    }
}

.footer-menu a {
    display: inline-block;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #767676;
    text-decoration: none;
    margin: 0 0 10px
}

@media (max-width: 992px) {
    .footer-menu a {
        margin: 0 0 13px
    }

    .footer-menu a:nth-of-type(odd) {
        width: 69%
    }
}

@media (min-width: 992px) {
    .footer-menu a {
        width: 100%;
        font-size: 16px
    }
}

.footer-fast {
    width: 88%;
    display: inline-block;
    margin: 24px auto 0
}

@media (min-width: 992px) {
    .footer-fast {
        width: 26%;
        margin: 0;
        position: relative;
        left: -53px
    }
}

.footer-fast a, .footer-fast button {
    display: inline-block;
    width: 100%;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #4d9740;
    margin: 0 0 14px;
    text-align: left
}

@media (min-width: 992px) {
    .footer-fast a, .footer-fast button {
        font-size: 16px;
        margin: 0 0 10px
    }
}

.footer-soc {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
    margin: 61px 0 22px
}

@media (min-width: 992px) {
    .footer-soc {
        width: auto;
        flex-direction: column;
        margin: 0
    }
}

.footer-soc__item {
    width: 43px;
    height: 43px;
    display: inline-block
}

@media (max-width: 992px) {
    .footer-soc__item {
        margin: 0 8px;
        width: 54px;
        height: 60px
    }
}

.catalogModal {
    background-image: url(../img/modal-bg-2.jpg);
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .catalogModal {
        background-image: url(../img/modal-bg-1.jpg);
        width: 800px;
        height: 600px
    }
}

.catalogModal .graph-modal__content {
    padding: 20px 10px;
    box-sizing: border-box;
    width: 100%
}

@media (min-width: 992px) {
    .catalogModal .graph-modal__content {
        padding: 30px 10px 20px 50px
    }
}

.catalogModal .short-form {
    width: 100%
}

@media (min-width: 992px) {
    .catalogModal .short-form {
        width: 40%
    }
}

.catalogModal .short-form .short-form__row {
    height: 66px
}

.catalogModal .short-form .short-form__field {
    background-color: #fff;
    height: 66px
}

.catalogModal .short-form .short-form__field {
    border: 1px solid #dedede
}

.catalogModal h2 {
    width: 100%;
    display: inline-block;
    margin: 0 0 30px
}

@media (min-width: 992px) {
    .catalogModal h2 {
        text-align: left;
        font-size: 27px
    }
}

.catalogModal .graph-modal__close {
    background-repeat: no-repeat;
    background-size: 100%;
    right: 20px;
    top: 20px
}

@media (min-width: 992px) {
    .catalogModal .graph-modal__close {
        background-image: url(../img/close-white.svg)
    }
}

.catalogModal2 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .catalogModal2 {
        background-image: url(../img/modal2-bg.jpg);
        height: 650px
    }
}

.catalogModal2 .short-form {
    position: relative
}


@media (min-width: 992px) {
    .catalogModal2 .short-form::before {
        display: block
    }
}

.catalogModal2 .how-order__manager {
    right: 1%;
    bottom: 36%;
    display: none
}

.dialModalTitle-header {
    width: 100%;
    display: flex;
    -moz-column-gap: 35px;
    column-gap: 35px;
    flex-direction: column
  }
  
  @media (min-width:992px) {
    .dialModalTitle-header {
      flex-direction: row
    }
  }
  
  .dialModalTitle-sub {
    width: 100%;
    font-family: Gilroy;
    font-size: 13px;
    line-height: 1.2;
    font-weight: 500;
    letter-spacing: .025em;
    color: #999898;
    margin: 10px 0 0;
    display: inline-block;
    text-align: center;
    position: relative;
    top: -5px
  }
  
  @media (min-width:992px) {
    .dialModalTitle-sub {
      padding-right: 50%;
      text-align: left;
      font-size: 16px;
      margin: 0
    }
  }
  
  @media (max-width:768px) {
  
    .dialModalTitle__banner img,
    .dialModalTitle__title img {
      height: 100%
    }
  }
  
  @media (max-width:768px) {
    .dialModalTitle__title {
      text-align: center;
      height: 70px;
      margin-bottom: 10px
    }
  }
  
  @media (max-width:768px) {
    .dialModalTitle__banner {
      text-align: center;
      height: 70px;
      margin-bottom: 10px
    }
  }
  
  #howFormModal2 {
    margin-top: 36px
  }
  
  @media (max-width:768px) {
    #howFormModal2 {
      margin-top: 10px
    }
  }
  
  .short-form__submit {
    margin-bottom: 5px
  }
  
@media (min-width: 992px) {
    .catalogModal2 .how-order__manager {
        display: block
    }
}

.catalogModal2 .how-order__manager::before {
    display: none
}

.catalogModal2 .how-order__name {
    font-size: 15px
}

.catalogModal2 .how-order__post {
    font-size: 14px
}

.catalogModal3 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .catalogModal3 {
        background-image: url(../img/modal-bg-3a.jpg)
    }
}

.catalogModal3 .short-form {
    position: relative
}

.catalogModal4 {
    background-image: none;
    background-repeat: no-repeat;
    background-size: cover
}

@media (min-width: 992px) {
    .catalogModal4 {
        border-radius: 23px;
        background-image: url(../img/modal-bg-4a.png)
    }
}

.catalogModal4 .short-form {
    position: relative
}

.catalogModal4 h2 {
    margin: 0 0 6px
}

.catalogModal4 .short-form__footnote {
    text-align: left
}

.catalogModal__panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
    margin: 0
}

.catalogModal__panel--descr {
    width: 100%;
    font-size: 16px;
    color: #232323;
    font-weight: 400;
    margin: 0 0 20px;
    text-align: center
}

.catalogModal__panel--descr strong {
    font-weight: 600
}

@media (min-width: 992px) {
    .catalogModal__panel--descr {
        text-align: left;
        width: 45%;
        margin: 0
    }
}

.catalogModal__dial {
    width: 100%;
    font-size: 14px;
    color: #4d9740;
    font-weight: 600;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 10px 30px 10px 20px;
    background-image: url(../img/dial2.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media (min-width: 992px) {
    .catalogModal__dial {
        width: 45%;
        padding: 20px 80px 20px 20px
    }
}

.catalogModal__plashka {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    background: radial-gradient(62.9% 62.9% at 49.99% 50%, rgba(125, 202, 111, 0) 0, rgba(194, 255, 184, .58) 98.75%);
    border-radius: 10px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .catalogModal__plashka {
        width: 50%
    }
}

.catalogModal__plashka h4 {
    width: 100%;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    color: #4d9740;
    margin: 0 0 10px;
    text-align: center
}

@media (min-width: 992px) {
    .catalogModal__plashka h4 {
        text-align: left
    }
}

.catalogModal__plashka p {
    width: 100%;
    display: inline-block;
    text-align: left;
    margin: 0;
    font-size: 13px;
    color: #595959;
    text-align: center
}

@media (min-width: 992px) {
    .catalogModal__plashka p {
        text-align: left
    }
}

.calcModal {
    border-radius: 0;
    padding: 0
}

.calcModal .graph-modal__close {
    background-repeat: no-repeat;
    background-size: 100%;
    right: 0;
    top: -30px
}

@media (max-width: 992px) {
    .calcModal .graph-modal__close {
        right: 13px;
        top: 16px
    }
}

@media (min-width: 992px) {
    .calcModal .graph-modal__close {
        top: 20px;
        right: 20px
    }
}

.calcModal .graph-modal__content {
    height: 100%;
    width: 100%;
    display: inline-block
}

@media (max-width: 768px) {
    .calcModal {
        position: fixed;
        top: 0;
        left: 0;
        overflow: hidden;
        margin: 0;
        height: 100%;
        width: 100%
    }
}

@media (min-width: 992px) {
    .calcModal {
        height: auto
    }
}

.calcModal iframe {
    width: 100%;
    height: 100%;
    display: block
}

@media (min-width: 992px) {
    .calcModal iframe {
        height: 650px
    }
}

.fastModal {
    width: 100%;
    box-sizing: border-box;
    background-image: url(../img/fast-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 100%;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0
}

@media (min-width: 992px) {
    .fastModal {
        width: 500px;
        height: 250px;
        margin: 0;
        position: absolute;
        left: 0;
        bottom: 10%
    }
}

.fastModal .graph-modal__content {
    width: 100%;
    height: 100%;
    padding: 50px;
    box-sizing: border-box
}

.fastModal .graph-modal__content .section-title {
    text-align: left;
    font-size: 20px;
    font-weight: 400;
    margin: 0 0 30px;
    width: 100%
}

@media (min-width: 992px) {
    .fastModal .graph-modal__content .section-title {
        width: 70%;
        line-height: 28px
    }
}

.fastModal .graph-modal__content .btn-orn {
    justify-content: center;
    width: 270px;
    height: 76px;
    background-image: url(../img/btn-orange.svg)
}

.fastModal .graph-modal__content .btn-orn span {
    font-size: 13px
}

.disable-scroll {
    overflow: visible
}

@media (max-width: 992px) {
    .disable-scroll {
        height: 100%
    }
}

.hide-btn {
    opacity: 0;
    z-index: -200;
    position: relative
}

.effect {
    padding-top: 100px
}

@media (max-width: 992px) {
    .effect {
        background-image: url(../img/effect-bg-mob.png);
        background-repeat: no-repeat;
        background-size: 100%;
        padding-bottom: 450px;
        padding-top: 108px;
        background-position-y: 100%
    }
}

@media (min-width: 992px) {
    .effect {
        padding-top: 130px
    }
}

@media (max-width: 992px) {
    .effect .section-title {
        width: 268px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .effect .section-title {
        padding: 0 25%
    }
}

.effect::before {
    content: "";
    background-image: url(../img/effect-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 364px;
    height: 662px;
    position: absolute;
    left: 0;
    top: 70px;
    display: none
}

@media (min-width: 992px) {
    .effect::before {
        display: block;
        width: 259px;
        height: 662px;
        top: 131px;
        left: -36px
    }
}

.effect::after {
    content: "";
    background-image: url(../img/effect-el1-mob.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 87px;
    height: 222px;
    position: absolute;
    right: 0;
    top: 194px;
    z-index: 2
}

@media (min-width: 992px) {
    .effect::after {
        background-image: url(../img/effect-el2.png);
        display: block;
        top: 260px;
        right: -10px;
        width: 183px;
        height: 552px
    }
}

.effect-wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 62px 0 0
}

@media (max-width: 992px) {
    .effect-wrap {
        margin: 41px auto 0;
        width: 95%
    }
}

@media (min-width: 992px) {
    .effect-wrap .swiper-wrapper {
        flex-flow: row wrap;
        align-items: flex-start;
        align-content: flex-start;
        justify-content: space-between
    }
}

@media (max-width: 992px) {
    .effect-item {
        background-color: #fff;
        padding: 32px 40px;
        width: 100%;
        border-radius: 15px;
        box-sizing: border-box
    }
}

@media (min-width: 992px) {
    .effect-item {
        height: auto;
        width: 279px;
        margin: 0 0 90px;
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap;
        align-content: center;
        align-items: center
    }

    .effect-item:nth-last-child(-n+3) {
        margin: 0 0 20px
    }
}

.effect-icon {
    width: 65px;
    height: 65px;
    display: inline-block
}

@media (min-width: 992px) {
    .effect-icon {
        width: 56px;
        height: 56px
    }
}

.effect-icon img {
    width: 100%;
    height: 100%
}

.effect-label {
    font-weight: 600;
    font-size: 16px;
    line-height: 23px;
    color: #232323;
    width: calc(100% - 56px);
    padding-left: 16px;
    box-sizing: border-box;
    letter-spacing: -.06px
}

@media (max-width: 992px) {
    .effect-label {
        padding: 0;
        width: 80%;
        margin: 15px 0 0;
        font-size: 18px
    }
}

.effect-descr {
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    color: #767676;
    width: 92%;
    display: inline-block;
    margin: 15px 0 0
}

.effect-bg {
    width: 100%;
    background-color: #fff
}

@media (max-width: 992px) {
    .effect-bg {
        display: none
    }
}

@media (min-width: 1600px) {
    .effect-bg {
        position: relative
    }
}

.effect-bg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.effect__l .btn-arrow {
    background-image: url(../img/btn-arr.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.effect__r .btn-arrow {
    background-image: url(../img/btn-arr.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.effect__l:hover .btn-arrow, .effect__r:hover .btn-arrow {
    background-image: url(../img/btn-arr-white.svg)
}

.scheme {
    padding: 46px 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-image: url(../img/sheme-bg-mob.jpg);
    padding-bottom: 277px
}

@media (min-width: 992px) {
    .scheme {
        background-size: cover;
        padding: 7px 0 0;
        background-image: url(../img/sheme-bg.jpg)
    }
}

.scheme::after {
    content: "";
    background-image: url(../img/sheme-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 421px;
    height: 325px;
    position: absolute;
    right: 0;
    bottom: -150px;
    display: none
}

@media (min-width: 992px) {
    .scheme::after {
        width: 294px;
        height: 267px;
        bottom: -152px;
        z-index: 3;
        display: block
    }
}

.scheme .container {
    padding: 0
}

@media (min-width: 768px) {
    .scheme .container {
        padding: 0 15px
    }
}

.sheme-wrap {
    width: 1000px;
    height: 1000px;
    background-image: url(../img/scheme-pic.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-x: 90px;
    display: inline-block;
    text-align: center;
    position: relative;
    margin: 22px auto 70px
}

@media (max-width: 768px) {
    .sheme-wrap {
        background-image: url(../img/scheme-pic-mob.png);
        width: 95%;
        height: 615px;
        background-position-x: 2px;
        background-position-y: 100%;
        background-size: 100%;
        margin: 0 auto
    }
}

@media (min-width: 1600px) {
    .sheme-wrap {
        margin: 22px auto 117px
    }
}

.sheme-descr {
    position: absolute;
    width: 430px;
    left: calc(50% - 215px);
    top: 0;
    font-weight: 400;
    font-size: 20px;
    line-height: 29px;
    color: #8e9094
}

@media (max-width: 768px) {
    .sheme-descr {
        width: 100%;
        padding: 0 15px;
        line-height: 26px;
        left: 0;
        font-size: 18px;
        margin: 20px 0 0
    }
}

.btn-sheme {
    position: absolute;
    left: 35.5%;
    top: 140px;
    justify-content: center;
    z-index: 8
}

@media (max-width: 992px) {
    .btn-sheme {
        width: 273px;
        height: 81px;
        bottom: -157px;
        left: calc(50% - 136.5px);
        top: initial
    }
}

.sheme-footnote {
    position: absolute;
    width: 180px;
    left: 35px;
    top: 141px;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #8e9094;
    text-align: left
}

@media (max-width: 992px) {
    .sheme-footnote {
        font-size: 15px;
        left: 79px;
        top: 150px
    }
}

.sheme-footnote::before {
    content: "";
    position: absolute;
    left: -31px;
    top: -4px;
    width: 15px;
    height: 24px;
    background-image: url(../img/hands-icon.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

.sheme-element {
    position: absolute;
    z-index: 4
}

.sheme-element:hover {
    z-index: 6
}

.sheme-element__round {
    width: 35px;
    height: 35px;
    background: linear-gradient(145.35deg, #6dd25b 20.72%, #4d9740 128.19%);
    box-shadow: inset 0 0 21.9982px rgba(255, 255, 255, .35);
    border: 4px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    -webkit-animation-name: pulse;
    animation-name: pulse;
    -webkit-animation-duration: 4s;
    animation-duration: 4s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width: 992px) {
    .sheme-element__round {
        width: 55px;
        height: 55px;
        border: 5px solid #fff
    }

    .sheme-element__round:hover ~ .sheme-element__block {
        display: block;
        opacity: 1
    }
}

@-webkit-keyframes pulse {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1.09)
    }
    100% {
        transform: scale(.9)
    }
}

@keyframes pulse {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1.09)
    }
    100% {
        transform: scale(.9)
    }
}

.sheme-element__block {
    position: absolute;
    left: calc(50% - 115px);
    bottom: 60px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 2px 0 rgba(0, 0, 0, .3);
    width: 230px;
    padding: 15px;
    box-sizing: border-box;
    transition: .4s ease
}

@media (min-width: 992px) {
    .sheme-element__block {
        opacity: 0
    }
}

@media (max-width: 992px) {
    .sheme-element__block {
        width: 200px;
        left: calc(20% - 100px);
        display: none
    }
}

.sheme-element__block strong {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    color: #232323;
    font-size: 16px;
    margin: 0 0 15px;
    text-align: left
}

@media (max-width: 992px) {
    .sheme-element__block strong {
        font-size: 14px
    }
}

.sheme-element__block p {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    color: #232323;
    font-size: 15px;
    line-height: 19px;
    margin: 0;
    text-align: left
}

@media (max-width: 992px) {
    .sheme-element__block p {
        font-size: 13px
    }
}

.sheme-element.active {
    z-index: 10;
    display: block
}

.sheme-element.active .sheme-element__block.open {
    display: block
}

.sheme-element1 {
    right: 17%;
    top: 180px;
    z-index: 7
}

@media (min-width: 992px) {
    .sheme-element1 {
        right: 18%;
    }
}

.sheme-element1 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element2 {
    right: 21%;
    top: 340px
}

@media (min-width: 992px) {
    .sheme-element2 {
        top: 470px
    }
}

.sheme-element2 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element3 {
    right: 43%;
    top: 300px;
    z-index: 5
}

@media (min-width: 992px) {
    .sheme-element3 {
        right: 35%;
        top: 419px
    }
}

.sheme-element3 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element4 {
    left: 21%;
    top: 289px;
    z-index: 7
}

@media (min-width: 992px) {
    .sheme-element4 {
        left: 38%;
        top: 404px
    }
}

.sheme-element4 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element4:hover {
    z-index: 10
}

.sheme-element5 {
    left: 22%;
    top: 377px
}

@media (max-width: 992px) {
    .sheme-element5 .sheme-element__block {
        left: 20%
    }
}

@media (min-width: 992px) {
    .sheme-element5 {
        left: 38%;
        top: 574px
    }
}

.sheme-element5 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element6 {
    right: 51%;
    top: 381px
}

@media (min-width: 992px) {
    .sheme-element6 {
        left: 51%;
        top: 644px
    }

    .sheme-element6 .sheme-element__block {
        left: -40%
    }
}

.sheme-element6 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element7 {
    left: 58%;
    top: 504px;
    z-index: 5
}

@media (min-width: 992px) {
    .sheme-element7 {
        left: 64%;
        top: 772px
    }
}

.sheme-element7 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element8 {
    left: 26%;
    top: 510px
}

@media (min-width: 992px) {
    .sheme-element8 {
        left: 41%;
        top: 799px
    }
}

.sheme-element8 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element9 {
    right: 34%;
    top: 493px
}

@media (min-width: 992px) {
    .sheme-element9 {
        right: 31%;
        top: 763px
    }
}

.sheme-element9 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.sheme-element10 {
    right: 50%;
    top: 548px
}

@media (min-width: 992px) {
    .sheme-element10 {
        right: 44%;
        top: 852px
    }
}

.sheme-element10 .sheme-element__round {
    -webkit-animation-duration: 4s;
    animation-duration: 4s
}

.placement {
    padding: 0 0 586px;
    margin: -30px 0 0;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 100%;
    background-image: url(../img/placement-bg-mob2.jpg)
}

@media (min-width: 768px) {
    .placement {
        padding: 0 0 1056px
    }
}

@media (min-width: 992px) {
    .placement {
        margin: 0;
        background-image: url(../img/placement-bg2a.jpg);
        padding: 103px 0 100px;
        text-align: center
    }
}

.placement .section-title {
    margin: 0 0 20px
}

@media (max-width: 768px) {
    .placement .section-title {
        margin: 0 auto 20px;
        width: 260px;
        display: block
    }
}

@media (max-width: 992px) {
    .placement .section-title--short {
        margin: 0 auto 20px;
        width: 335px
    }
}

@media (min-width: 992px) {
    .placement .section-title--short {
        padding: 0 15%
    }
}

.placement .section-descr {
    font-size: 18px;
    padding: 0 5%
}

@media (min-width: 992px) {
    .placement .section-descr {
        padding: 0 20%;
        font-size: 20px
    }
}

.placement::before {
    content: "";
    background-image: url(../img/placement-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 405px;
    height: 835px;
    display: none
}

@media (min-width: 992px) {
    .placement::before {
        width: 237px;
        height: 389px;
        display: block;
        top: 218px
    }
}

.placement::after {
    content: "";
    background-image: url(../img/placement-man.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: 0;
    right: 10%;
    width: 601px;
    height: 881px;
    z-index: 2;
    display: none
}

@media (min-width: 992px) {
    .placement::after {
        right: 7%;
        display: block
    }
}

@media (min-width: 1600px) {
    .placement::after {
        width: 601px;
        height: 891px;
        right: 17.8%
    }
}

.placement-container {
    width: 1197px;
    position: relative;
    margin: 0 auto
}

@media (max-width: 992px) {
    .placement-container {
        width: 100%;
        background-image: url(../img/placement-bg-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 60px 0;
        min-height: 1316px;
        background-position-y: 100%;
        overflow: hidden;
        border-radius: 30px;
        margin: 0 0 84px
    }
}

.placement-el {
    content: "";
    background-image: url(../img/placement-el2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 517px;
    height: 404px;
    z-index: 4
}

.placement-wrap {
    width: 100%;
    overflow: hidden
}

@media (min-width: 992px) {
    .placement-wrap {
        margin: 46px 0 87px;
        border-radius: 25px;
        height: 800px;
        background-image: url(../img/placement-bg.jpg);
        background-repeat: no-repeat;
        background-size: cover
    }
}

.placement-row {
    width: 100%;
    margin: 40px auto 10px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    padding: 0 43px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .placement-row {
        width: 81%;
        margin: 80px auto 31px;
        padding: 0;
        justify-content: space-between
    }
}

.placement-item {
    width: calc(50% - 5px);
    padding: 8px;
    box-sizing: border-box;
    background: #fffcfc;
    box-shadow: 0 10px 20px rgba(0, 0, 0, .05);
    border-radius: 10px;
    position: relative;
    z-index: 0;
    margin: 0 0 30px
}

@media (max-width: 992px) {
    .placement-item {
        margin-right: 10px
    }

    .placement-item:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width: 992px) {
    .placement-item {
        width: 184px;
        text-align: center;
        padding: 19px 15px 28px
    }
}

.placement-item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    border-radius: 10px;
    background: #fffcfc
}

.placement-item::after {
    content: "";
    position: absolute;
    left: 2%;
    bottom: -5px;
    width: 96%;
    height: 100%;
    background: #4d9740;
    box-shadow: inset 0 0 15px rgba(255, 255, 255, .5);
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    z-index: -1
}

.placement-pic {
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
    height: 91px;
    display: inline-block;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .placement-pic {
        height: auto
    }
}

@media (min-width: 992px) {
    .placement-pic {
        height: 110px
    }
}

.placement-pic img {
    width: 100%;
    height: 100%
}

.placement-label {
    width: 90%;
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #232323;
    margin: 21px auto 0;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .placement-label {
        font-size: 14px;
        margin: 5px auto 0
    }
}

.btn-placement {
    margin: 0 auto
}

@media (max-width: 992px) {
    .btn-placement {
        width: 273px;
        height: 81px
    }
}

.btn-placement span {
    text-align: center;
    width: 100%
}

.effects-wrap {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    position: relative;
    padding: 0 15px
}

@media (min-width: 992px) {
    .effects-wrap {
        width: 977px;
        padding: 0
    }
}

.effects-plashka {
    margin: 38px auto 0;
    width: 90%;
    background: linear-gradient(90.86deg, #4d9740 -15.17%, #56a748 7.31%, #4d9740 28.4%, #56a748 49.91%, #4d9740 70.19%, #56a748 88.97%, #4d9740 113.3%);
    box-shadow: inset 0 0 20px rgba(255, 255, 255, .4);
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 14px 20px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .effects-plashka {
        width: auto;
        max-width: 600px;
        padding: 0 20px;
        height: 50px;
        margin: 65px 0 0
    }
}

.effects-plashka span {
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #fff
}

@media (min-width: 992px) {
    .effects-plashka span {
        font-size: 17px
    }
}

.effects-elements {
    width: 90%;
    margin: 21px auto 0
}

@media (min-width: 992px) {
    .effects-elements {
        width: 63%;
        margin: 31px 0 0;
        overflow: visible
    }

    .effects-elements .swiper-wrapper {
        flex-flow: row wrap;
        justify-content: space-between
    }
}

.effects-item {
    background: #fff;
    width: 100%;
    border-radius: 10px;
    padding: 33px 40px;
    box-sizing: border-box;
    text-align: center;
    min-height: 250px
}

@media (max-width: 992px) {
    .effects-item {
        min-height: 280px
    }
}

@media (min-width: 992px) {
    .effects-item {
        box-shadow: 0 13px 25px rgba(0, 0, 0, .07);
        text-align: left;
        width: calc(50% - 15px);
        margin: 0 15px 13px 0;
        height: auto;
        min-height: 200px;
        padding: 25px 27px 30px 34px
    }

    .effects-item:last-of-type .effects-label {
        padding-right: 30%
    }

    .effects-item:nth-of-type(4) .effects-label {
        padding-right: 10%
    }
}

.effects-pic {
    width: 70px;
    height: 70px;
    display: inline-block;
    margin: 0 auto 25px
}

@media (min-width: 992px) {
    .effects-pic {
        margin: 0 0 21px;
        width: 58px;
        height: 58px
    }
}

.effects-pic img {
    width: 100%;
    height: 100%
}

.effects-label {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    color: #232323
}

@media (min-width: 992px) {
    .effects-label {
        font-size: 14px;
        line-height: 20px
    }
}

.catalog {
    padding: 75px 0 0;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 100%
}

@media (min-width: 992px) {
    .catalog {
        background-image: url(../img/catalog-bg2.jpg);
        padding: 96px 0 9px;
        background-position-y: 86%
    }
}

.catalog .section-title {
    width: 300px;
    margin: 0 auto 19px
}

@media (min-width: 768px) {
    .catalog .section-title {
        padding: 0 27%;
        margin: 0 0 19px;
        width: 100%
    }
}

@media (max-width: 992px) {
    .catalog .section-descr {
        width: 300px;
        margin: 0 auto
    }
}

.catalog::before {
    content: "";
    background-image: url(../img/cat-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    display: none
}

@media (min-width: 992px) {
    .catalog::before {
        width: 190px;
        height: 619px;
        display: block;
        top: 160px
    }
}

.catalog::after {
    content: "";
    background-image: url(../img/cat-el2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    right: 0;
    display: none
}

@media (min-width: 992px) {
    .catalog::after {
        width: 190px;
        height: 619px;
        display: block;
        top: 787px
    }
}

.catalog-wrap {
    width: 100%;
    display: inline-block;
    position: relative;
    margin: 2px 0 0
}

@media (min-width: 992px) {
    .catalog-wrap {
        margin: 20px 0 0
    }
}

.catalog-main__left, .catalog-main__right {
    position: absolute;
    left: 0;
    top: 114px
}

@media (max-width: 992px) {
    .catalog-main__left, .catalog-main__right {
        width: 50px;
        height: 50px;
        z-index: 3;
        background-color: #fff;
        top: 126px;
        left: 14px
    }

    .catalog-main__left .btn-arrow, .catalog-main__right .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

.catalog-main__right {
    left: initial;
    right: 0
}

@media (max-width: 992px) {
    .catalog-main__right {
        right: 14px
    }
}

.catalog-nav {
    width: 78%;
    margin: 0 auto;
    padding: 40px 0 0
}

@media (min-width: 992px) {
    .catalog-nav {
        width: 81%
    }
}

.catalog-nav__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.catalog-nav__item--last .catalog-nav__pic {
    align-content: flex-end;
    align-items: flex-end;
    padding-top: 0
}

.catalog-nav__item--last .catalog-nav__pic img {
    max-height: 136px
}

.catalog-nav__item.swiper-slide-thumb-active .catalog-nav__pic {
    border: 2px solid #4d9740
}

.catalog-nav__pic {
    width: 100%;
    background: #ddf2d9;
    box-shadow: inset 0 0 50px rgba(255, 255, 255, .25);
    border-radius: 11px;
    height: 225px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 25px 30px;
    box-sizing: border-box;
    cursor: pointer
}

.catalog-nav__pic img {
    max-height: 100%;
    display: inline-block
}

@media (min-width: 992px) {
    .catalog-nav__pic {
        height: 186px
    }
}

.catalog-nav__descr {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px;
    text-align: center;
    color: #232323
}

@media (min-width: 992px) {
    .catalog-nav__descr {
        font-size: 15px;
        margin: 16px 0 0
    }
}

.catalog-main {
    width: 95%;
    margin: 44px auto 0
}

@media (min-width: 992px) {
    .catalog-main {
        margin: 60px auto 0 9%
    }
}

.characteristics-tabs {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 31px;
    padding: 0
}

@media (min-width: 992px) {
    .characteristics-tabs {
        margin: 0 0 26px
    }
}

.characteristics-tabs li {
    width: 48%;
    height: 39px;
    list-style-type: none;
    background: #ddf2d9;
    border-radius: 5px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-right: 8px
}

.characteristics-tabs li:last-of-type {
    margin-right: 0
}

@media (min-width: 992px) {
    .characteristics-tabs li {
        width: auto;
        min-width: 170px
    }
}

.characteristics-tabs li a {
    text-decoration: none;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    color: #4d9740
}

.characteristics-tabs .current {
    background: #4d9740
}

.characteristics-tabs .current a {
    color: #fff
}

.characteristics-content {
    width: 100%;
    display: inline-block
}

.characteristics-items {
    width: 100%;
    display: none;
    flex-flow: row wrap
}

.characteristics-items ul {
    padding: 0;
    margin: 19px 0 0
}

@media (min-width: 992px) {
    .characteristics-items ul {
        margin: 0
    }
}

.characteristics-items ul li {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 13px;
    line-height: 145%;
    color: #232323;
    margin: 0 0 6px;
    position: relative;
    padding-left: 15px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .characteristics-items ul li {
        padding-left: 19px;
        margin: 0 0 7px
    }
}

.characteristics-items ul li::before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #4d9740;
    position: absolute;
    left: 0;
    top: 5.5px
}

.characteristics-items.show {
    display: flex
}

.catalog-main__item {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    opacity: 0 !important
}

.catalog-main__item.swiper-slide-active {
    opacity: 1 !important
}

.catalog-main__info {
    width: 100%;
    margin: 35px 0 0
}

@media (min-width: 992px) {
    .catalog-main__info {
        width: calc(100% - 310px);
        margin: 0;
        padding-left: 69px;
        box-sizing: border-box
    }
}

.catalog-main__info h4 {
    margin: 0 0 13px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 20px;
    line-height: 145%;
    color: #232323
}

.catalog-main__info p {
    width: 100%;
    display: inline-block;
    margin: 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #232323
}

.characteristics {
    width: 100%;
    display: inline-block;
    margin: 43px 0 0
}

@media (min-width: 992px) {
    .characteristics {
        width: 495px
    }
}

.characteristics-row {
    width: 100%;
    margin: 0 0 11px;
    align-items: self-end;
    display: flex;
    justify-content: space-between
}

@media (min-width: 992px) {
    .characteristics-row {
        align-items: baseline;
        width: 94%;
        margin-bottom: .5em
    }
}

.characteristics-row::before {
    content: "";
    border-bottom: 1px dashed #ccc;
    flex-grow: 1;
    order: 2;
    margin: 0 5px
}

@media (max-width: 992px) {
    .characteristics-row::before {
        position: relative;
        top: -8px
    }
}

.characteristics__label {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #232323
}

@media (min-width: 992px) {
    .characteristics__label {
        font-size: 13px;
        font-weight: 600
    }
}

.characteristics__descr {
    font-weight: 400;
    font-size: 14px;
    line-height: 145%;
    color: #767676;
    order: 3;
    width: 35%
}

@media (min-width: 992px) {
    .characteristics__descr {
        font-size: 13px;
        width: 196px
    }
}

.catalog-main__slider {
    width: 100%
}

@media (min-width: 992px) {
    .catalog-main__slider {
        width: 310px
    }
}

.pics {
    width: 100%;
    display: inline-block;
    margin: 0 0 7px
}

.pics .swiper-slide {
    width: 100%;
    height: 452px;
    background: #f1f1f1;
    border-radius: 20px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center
}

@media (min-width: 992px) {
    .pics .swiper-slide {
        height: 411px
    }
}

.pics-thumbs {
    width: 100%
}

.pics-thumbs .swiper-slide {
    width: 100%;
    height: 99px;
    background: #f1f1f1;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 8px;
    padding: 15px;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer
}

.pics-thumbs .swiper-slide img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.catalog-main__panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-end;
    align-items: flex-end;
    margin: 30px 0 0
}

@media (min-width: 992px) {
    .catalog-main__panel {
        margin: 39px 0 0
    }
}

.catalog-main__panel .btn {
    justify-content: center;
    text-align: center;
    margin: 0 auto
}

@media (max-width: 992px) {
    .catalog-main__panel .btn {
        width: 273px;
        height: 81px;
        margin-top: 43px
    }
}

@media (min-width: 992px) {
    .catalog-main__panel .btn {
        margin: 0
    }
}

.catalog-main__price {
    width: 100%;
    font-weight: 600;
    font-size: 24px;
    line-height: 155%;
    color: #767676;
    margin: 0 0 20px
}

@media (min-width: 992px) {
    .catalog-main__price {
        font-size: 20px;
        width: 216px;
        margin-right: 40px;
        margin: 0
    }
}

.catalog-main__price span {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    color: #232323;
    margin-right: 10px
}

@media (min-width: 992px) {
    .catalog-main__price span {
        width: 100%;
        margin-right: 0
    }
}

.instruction {
    padding-bottom: 51px;
    background-image: url(../img/instruction-bg2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: 91%;
    background-color: #fbfbfb
}

@media (min-width: 1600px) {
    .instruction {
        background-size: 100%
    }
}

.instruction .section-title {
    margin: 0 0 25px
}

@media (min-width: 992px) {
    .instruction .section-title {
        padding: 0 25%
    }
}

.instruction-wrap {
    width: 94%;
    margin: 40px auto 0
}

@media (min-width: 992px) {
    .instruction-wrap {
        overflow: visible;
        width: 100%;
        margin: 39px 0 0
    }

    .instruction-wrap .swiper-wrapper {
        flex-flow: row wrap
    }
}

.instruction-item {
    background: #fff;
    box-shadow: 0 10px 25px rgba(0, 0, 0, .03);
    border-radius: 10px;
    position: relative;
    padding: 30px 0 0;
    box-sizing: border-box;
    overflow: hidden;
    min-height: 326px
}

.instruction-item:nth-of-type(5) .instruction-descr {
    width: 90%;
    padding-right: 20px
}

.instruction-item:nth-of-type(5) img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    .instruction-item {
        padding: 21px 0 0;
        height: auto;
        min-height: 246px;
        width: calc(33.3% - 15px);
        margin: 0 15px 15px 0
    }

    .instruction-item:nth-of-type(5) {
        min-height: 300px;
        width: calc(100% - (33.3% + 15px))
    }

    .instruction-item:nth-of-type(5) .instruction-descr {
        width: 48%
    }

    .instruction-item:nth-of-type(5) img {
        height: 100%
    }

    .instruction-item:nth-of-type(4) {
        min-height: 300px
    }

    .instruction-item:nth-of-type(4) .instruction-descr {
        padding: 17px 52px 24px 33px
    }

    .instruction-item:nth-of-type(4) img {
        height: 90%
    }
}

.instruction-step {
    width: 85%;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    text-transform: uppercase;
    color: #fff;
    background: linear-gradient(122.5deg, #6dd25b -12.97%, #4d9740 97.43%);
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px
}

@media (min-width: 992px) {
    .instruction-step {
        width: 100%;
        font-size: 14px;
        background: 0 0;
        color: #232323
    }
}

.instruction-step__count {
    text-align: center;
    display: inline-block;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    height: 40px;
    padding: 10px 20px 5px;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #fff;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .instruction-step__count {
        padding: 7px 20px 5px;
        margin-right: 18px;
        height: 30px;
        font-size: 13px;
        background: linear-gradient(122.5deg, #6dd25b -12.97%, #4d9740 97.43%);
        box-shadow: inset 0 0 20px rgba(255, 255, 255, .25)
    }
}

.instruction-descr {
    width: 100%;
    display: inline-block;
    padding: 20px 97px 24px 39px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #232323;
    z-index: 2;
    position: relative
}

@media (min-width: 992px) {
    .instruction-descr {
        font-size: 14px;
        padding: 17px 105px 24px 33px
    }
}

.instruction-item--link {
    align-content: center;
    align-items: center;
    justify-content: center;
    background: radial-gradient(88.59% 88.59% at 50% 88.59%, #f47f1e 0, #fbb957 100%);
    box-shadow: inset 0 -2.66667px 9.33333px rgba(255, 255, 255, .16), inset 0 6.66667px 13.3333px rgba(215, 108, 17, .15);
    text-decoration: none;
    display: none
}

@media (min-width: 992px) {
    .instruction-item--link {
        display: -ms-flex;
        display: flex;
        flex-flow: row wrap
    }
}

.instruction-item--link span {
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    text-align: center;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: #fff;
    text-shadow: 2px 2.2px 8px rgba(218, 129, 60, .5)
}

.instruction-pic-m {
    display: block;
    position: absolute;
    bottom: 0;
    right: 0
}

@media (min-width: 992px) {
    .instruction-pic-m {
        display: none
    }
}

.instruction-pic-d {
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
    height: 70%
}

@media (min-width: 992px) {
    .instruction-pic-d {
        display: block
    }
}

.btn-instruction-mob {
    margin: 89px auto 0;
    justify-content: center;
    text-align: center;
    width: 273px;
    height: 81px
}

@media (min-width: 992px) {
    .btn-instruction-mob {
        display: none
    }
}

.regulations {
    background-color: #fff;
    padding: 71px 0 99px
}

@media (min-width: 768px) {
    .regulations {
        padding: 80px 0 99px
    }
}

.regulations .section-descr {
    margin: 14px auto 0
}

@media (max-width: 700px) {
    .regulations .section-descr {
        width: 300px
    }
}

@media (max-width: 700px) {
    .regulations .section-title {
        width: 300px;
        margin: 0 auto
    }
}

.regulations::before {
    content: "";
    background-image: url(../img/regulations-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 125px;
    height: 342px;
    position: absolute;
    left: 0;
    top: 41%;
    display: none
}

@media (min-width: 992px) {
    .regulations::before {
        display: block
    }
}

.regulations::after {
    content: "";
    background-image: url(../img/regulations-el1-mob.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 69px;
    height: 176px;
    top: 307px;
    position: absolute;
    right: 0;
    z-index: 4
}

@media (min-width: 992px) {
    .regulations::after {
        display: block;
        z-index: 3;
        top: 456px;
        width: 138px;
        height: 546px;
        background-image: url(../img/regulations-el2.png)
    }
}

.regulations-wrap {
    width: 94%;
    position: relative;
    margin: 38px auto 29px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    z-index: 4
}

@media (min-width: 768px) {
    .regulations-wrap {
        width: 100%
    }
}

@media (min-width: 992px) {
    .regulations-wrap {
        width: 85%;
        margin: 58px auto 29px
    }
}

.regulations-slider {
    width: 100%;
    margin: 22px auto 0
}

@media (min-width: 992px) {
    .regulations-slider {
        margin: 0 auto
    }
}

.regulations-slide {
    width: 100%;
    background: #f9f9f9;
    border-radius: 15px;
    position: relative;
    overflow: hidden;
    border: 1px solid #dbdbdb;
    box-sizing: border-box
}

@media (max-width: 992px) {
    .regulations-slide {
        display: flex;
        flex-flow: column wrap;
        justify-content: space-between
    }
}

.regulations-slide__content {
    padding: 34px;
    box-sizing: border-box
}

@media (min-width: 768px) {
    .regulations-slide__content {
        width: 50%;
        padding: 113px 1px 47px 39px;
        height: 350px
    }
}

.regulations-fraction {
    width: auto;
    display: flex;
    align-content: flex-start;
    align-items: flex-start;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    color: #8e9094;
    margin: 21px auto 0;
    position: relative;
    z-index: 4
}

@media (min-width: 768px) {
    .regulations-fraction {
        font-size: 14px;
        line-height: 32px
    }
}

.regulations-fraction .swiper-pagination-current {
    font-weight: 600;
    font-size: 40px;
    line-height: 38px;
    text-align: center;
    color: #4d9740;
    margin-right: 9px;
    display: inline-block
}

@media (min-width: 768px) {
    .regulations-fraction .swiper-pagination-current {
        font-size: 34px
    }
}

.regulations-fraction .swiper-pagination-total {
    font-weight: 600;
    font-size: 14px;
    line-height: 135%;
    color: #8e9094;
    position: relative;
    top: -1px
}

@media (min-width: 768px) {
    .regulations-fraction .swiper-pagination-total {
        top: 7px
    }
}

@media (min-width: 992px) {
    .regulations-fraction {
        position: absolute;
        left: 39px;
        top: 32px;
        margin: 0
    }
}

.regulations-slide__label {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: .04em;
    text-transform: uppercase;
    color: #232323;
    margin: 0 0 19px;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .regulations-slide__label {
        margin: 0 0 14px
    }
}

.regulations-slide__descr {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 21px;
    color: #767676;
    position: relative;
    z-index: 2
}

@media (min-width: 768px) {
    .regulations-slide__descr {
        font-size: 14px
    }
}

.regulations-slide__pic {
    width: 100%;
    height: 240px;
    right: 0;
    top: 0;
    border-radius: 10px;
    overflow: hidden
}

@media (min-width: 768px) {
    .regulations-slide__pic {
        width: 50%;
        height: 420px;
        position: absolute;
        border-radius: 0;
        overflow: visible
    }

    .regulations-slide__pic:after {
        position: absolute;
        display: block;
        content: "";
        bottom: 0;
        left: -56px;
        width: 90px;
        height: 100%;
        background: #f9f9f9;
        transform: skew(171deg)
    }
}

.regulations-slide__pic img {
    -o-object-fit: cover;
    object-fit: cover;
    height: 100%;
    width: 100%
}

@media (min-width: 992px) {
    .regulations-slide__pic img {
        width: auto
    }
}

.regulations-left {
    position: relative;
    width: 50px;
    height: 50px
}

@media (max-width: 992px) {
    .regulations-left {
        margin-left: 52px
    }

    .regulations-left .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

@media (min-width: 992px) {
    .regulations-left {
        position: absolute;
        left: -73px;
        top: calc(50% - 25px)
    }
}

.regulations-right {
    position: relative;
    width: 50px;
    height: 50px
}

@media (max-width: 992px) {
    .regulations-right {
        margin-right: 52px
    }

    .regulations-right .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

@media (min-width: 992px) {
    .regulations-right {
        position: absolute;
        right: -73px;
        top: calc(50% - 25px)
    }
}

.regulations-btn {
    justify-content: center;
    margin: 0 auto
}

@media (max-width: 992px) {
    .regulations-btn {
        width: 273px;
        height: 81px
    }
}

.how-order {
    padding: 0;
    overflow: hidden;
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 100%;
    background-color: #fff
}

@media (min-width: 992px) {
    .how-order {
        background-image: url(../img/howto-bg-main.jpg)
    }
}

@media (min-width: 1600px) {
    .how-order {
        background-position-y: 116%
    }
}

@media (max-width: 992px) {
    .how-order .container {
        padding: 0
    }
}

.how-order__wrap {
    width: 100%;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 15px 0;
    box-sizing: border-box;
    height: 1182px;
    background-image: url(../img/how-bg-mob.jpg)
}

@media (min-width: 768px) {
    .how-order__wrap {
        height: auto;
        padding-bottom: 100px
    }
}

@media (min-width: 992px) {
    .how-order__wrap {
        margin: 0 auto;
        width: 1200px;
        border-radius: 35px;
        overflow: hidden;
        height: 1346px;
        padding: 75px 167px;
        background-image: url(../img/howto-bg.png)
    }
}

.how-order__wrap .section-descr {
    margin: 20px 0 0
}

@media (min-width: 992px) {
    .how-order__wrap .section-descr {
        padding: 0 20%
    }
}

.how__l, .how__r {
    top: 32%
}

@media (max-width: 992px) {
    .how__l, .how__r {
        left: 10px
    }
}

@media (max-width: 992px) {
    .how__r {
        right: 10px;
        left: initial
    }
}

.how-order__container {
    width: 100%;
    position: relative
}

.how-order__slider {
    width: 84%;
    margin: 30px auto 0;
    padding: 20px 0
}

@media (max-width: 992px) {
    .how-order__slider {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0 15px 25px rgba(0, 0, 0, .04)
    }
}

@media (min-width: 992px) {
    .how-order__slider {
        width: 100%;
        margin: 52px 0 0
    }

    .how-order__slider .swiper-wrapper {
        justify-content: space-between;
        flex-flow: row wrap
    }
}

.how-order__slider .how-order__item {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    border-radius: 10px;
    padding: 23px 30px;
    box-sizing: border-box;
    height: 100%
}

@media (min-width: 992px) {
    .how-order__slider .how-order__item {
        background: 0 0;
        padding: 40px 30px;
        padding: 0;
        width: 43%;
        height: auto;
        margin: 0 0 60px
    }
}

.how-order__pic {
    border-radius: 10px;
    width: 132px;
    height: 135px;
    margin: 0 auto
}

@media (min-width: 992px) {
    .how-order__pic {
        margin: 0;
        width: 124px;
        height: 127px
    }
}

.how-order__pic img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.how-order__content {
    width: 100%
}

@media (min-width: 992px) {
    .how-order__content {
        width: calc(100% - 124px);
        padding: 6px 0 0 22px;
        box-sizing: border-box
    }
}

.how-order__descr {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    color: #767676;
    text-align: center
}

@media (min-width: 768px) {
    .how-order__descr {
        font-size: 14px
    }
}

@media (min-width: 992px) {
    .how-order__descr {
        text-align: left
    }
}

.how-order__label {
    width: 94%;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    box-sizing: border-box;
    color: #232323;
    position: relative;
    margin: 28px auto 15px;
    text-align: center;
    padding: 0 15%
}

@media (min-width: 768px) {
    .how-order__label {
        font-size: 16px;
        width: 100%;
        margin: 20px auto 15px
    }
}

@media (min-width: 992px) {
    .how-order__label {
        padding: 0 60px 0 23px;
        text-align: left;
        margin: 0 0 10px
    }
}

.how-order__label::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
    background: linear-gradient(180deg, #f9a644 0, #f47f1e 100%);
    display: none
}

@media (min-width: 992px) {
    .how-order__label::before {
        display: block
    }
}

.btn-how-mob {
    justify-content: center;
    margin: 30px auto 0
}

@media (min-width: 992px) {
    .btn-how-mob {
        display: none
    }
}

.how-order__lead {
    width: 100%;
    display: inline-block;
    position: relative;
    background-image: url(../img/how-bg-mob2.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    box-sizing: border-box;
    padding: 81px 15px 485px
}

@media (min-width: 768px) {
    .how-order__lead {
        background-image: none;
        width: 85%;
        margin: 88px auto 0;
        padding: 0 0 120px
    }
}

@media (min-width: 1600px) {
    .how-order__lead {
        padding: 0 0 140px
    }
}

.how-order__lead .section-title {
    width: 100%;
    text-align: center;
    width: 314px;
    margin: 0 auto;
    display: block
}

@media (min-width: 768px) {
    .how-order__lead .section-title {
        width: 400px
    }
}

@media (min-width: 992px) {
    .how-order__lead .section-title {
        margin: 0;
        text-align: left
    }
}

.how-order__lead::after {
    content: "";
    background-image: url(../img/how-to-man.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 386px;
    height: 480px;
    display: inline-block;
    position: absolute;
    bottom: 0;
    z-index: 2
}

@media (min-width: 768px) {
    .how-order__lead::after {
        right: -10%
    }
}

@media (min-width: 992px) {
    .how-order__lead::after {
        z-index: initial;
        left: 32%;
        right: initial;
        width: 632px;
        height: 787px
    }
}

@media (min-width: 1600px) {
    .how-order__lead::after {
        height: 772px
    }
}

.how-order__form {
    width: 94%;
    background: #fff;
    border-radius: 15px;
    padding: 40px 30px;
    box-sizing: border-box;
    position: relative;
    z-index: 3;
    margin: 40px auto 0
}

@media (min-width: 768px) {
    .how-order__form {
        width: 407px;
        padding: 50px 51px;
        margin: 40px 0 0
    }
}

.how-order__form h3 {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 145%;
    text-align: center;
    color: #232323
}

@media (min-width: 992px) {
    .how-order__form h3 {
        font-size: 18px
    }
}

.short-form {
    width: 100%;
    display: inline-block;
    margin: 21px 0 0
}

@media (min-width: 992px) {
    .short-form .short-form__row {
        height: 87px
    }
}

.how-order .how-order__form {
    z-index: 0
}

@media (min-width: 992px) {
    .how-order .how-order__form {
        padding-bottom: 30px;
        z-index: 3
    }
}

.short-form__row {
    display: inline-block;
    position: relative;
    width: 100%;
    height: 69px;
    box-shadow: inset -5px -5px 15px rgba(0, 0, 0, .01);
    border-radius: 8px;
    overflow: hidden;
    outline: 0
}

@media (min-width: 992px) {
    .short-form__row {
        overflow: visible;
        margin: 0 0 8px
    }
}

.short-form__row input {
    outline: 0;
    border-radius: 8px;
    background-color: #f6f6f6
}

.short-form__row .error {
    font-weight: 300;
    font-size: 12px;
    color: red
}

.short-form__row.field-error input {
    border: 1px solid red !important
}

@media (max-width: 992px) {
    .short-form__row.field-error input {
        height: 64px !important
    }
}

.short-form__field {
    width: 100%;
    height: 100%;
    border: none;
    background: 0 0;
    padding: 0 20px;
    box-sizing: border-box
}

.short-form__field::-moz-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b
}

.short-form__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b
}

.short-form__field::placeholder {
    font-weight: 400;
    font-size: 14px;
    color: #7b7b7b
}

.short-form__submit {
    width: 100%;
    height: 72px;
    justify-content: center;
    background-image: url(../img/short-submit.svg)
}

.btn-grn--short {
    width: 100%;
    height: 84px;
    justify-content: center;
    background-image: url(../img/short-submit-green.svg)
}

.btn-grn--short span {
    font-size: 15px
}

.short-form__footnote {
    width: 100%;
    display: inline-block;
    margin: 10px 0 0;
    font-weight: 400;
    font-size: 11px;
    line-height: 145%;
    text-align: center;
    color: #8e9094
}

.short-form__footnote a {
    color: #8e9094;
    text-decoration: underline
}

.how-order__note {
    font-weight: 500;
    font-size: 16px;
    line-height: 150%;
    margin: 20px 0 0;
    color: #8e9094;
    z-index: 3;
    text-align: center;
    padding: 0 10%
}

@media (min-width: 992px) {
    .how-order__note {
        text-align: left;
        color: #232323;
        position: absolute;
        width: 213px;
        right: -12%;
        top: 20%;
        margin: 0;
        padding: 0
    }
}

.how-order__note::after {
    content: "";
    background-image: url(../img/how-to-man-arr.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 36px;
    height: 63px;
    position: absolute;
    bottom: -83px;
    left: 22px;
    display: none
}

@media (min-width: 992px) {
    .how-order__note::after {
        display: block
    }
}

.how-order__manager {
    position: absolute;
    z-index: 3;
    width: 118px;
    display: inline-block;
    right: 55px;
    bottom: 13%
}

@media (min-width: 768px) {
    .how-order__manager {
        right: 10%;
        bottom: 9%;
        width: 160px
    }
}

.how-order__manager::before {
    content: "";
    background: linear-gradient(97.25deg, rgba(223, 240, 216, .9) 41.54%, rgba(141, 169, 101, .9) 120.92%);
    filter: blur(45px);
    transform: rotate(10.22deg);
    position: absolute;
    width: 200px;
    height: 120px;
    z-index: 0
}

.how-order__name {
    font-weight: 700;
    font-size: 15px;
    line-height: 145%;
    text-transform: uppercase;
    color: #232323;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .how-order__name {
        font-size: 18px
    }
}

.how-order__post {
    font-weight: 500;
    font-size: 14px;
    line-height: 145%;
    color: #232323;
    position: relative;
    z-index: 2
}

@media (min-width: 992px) {
    .how-order__post {
        font-size: 16px
    }
}

.details {
    padding: 82px 0 98px
}

@media (min-width: 992px) {
    .details {
        background: #fff
    }
}

.details::after {
    content: "";
    background-image: url(../img/details-el1-mob.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 124px;
    height: 227px;
    position: absolute;
    right: 0;
    top: 17%;
    z-index: 3
}

@media (min-width: 992px) {
    .details::after {
        display: block;
        width: 295px;
        height: 1488px;
        bottom: -58%;
        top: initial;
        background-image: url(../img/details-el1.png)
    }
}

@media (max-width: 768px) {
    .details .section-title {
        width: 320px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .details .section-title {
        padding: 0 23%
    }
}

.details-wrap {
    width: 93%;
    margin: 41px auto 0;
    display: inline-block
}

@media (min-width: 992px) {
    .details-wrap {
        width: 100%;
        margin: 36px 0 0
    }

    .details-wrap .swiper-wrapper {
        flex-flow: row wrap
    }
}

.details-item {
    box-shadow: 0 10px 25px rgba(0, 0, 0, .025);
    border-radius: 15px;
    background-color: #fff;
    position: relative;
    min-height: 430px;
    width: 100%;
    padding: 44px 32px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .details-item {
        background: #f6f6f6;
        min-height: auto;
        margin: 0 23px 13px 0;
        height: 410px;
        width: calc(33.3% - 16px);
        padding: 36px;
        box-sizing: border-box
    }

    .details-item .details-item__pic {
        height: auto
    }

    .details-item:nth-of-type(1), .details-item:nth-of-type(2) {
        width: calc(50% - 12px);
        height: 278px
    }

    .details-item:nth-of-type(1) .details-item__descr, .details-item:nth-of-type(2) .details-item__descr {
        width: 60%
    }

    .details-item:nth-of-type(1) .details-item__pic, .details-item:nth-of-type(2) .details-item__pic {
        height: 100%
    }

    .details-item:nth-of-type(2) {
        margin-right: 0
    }

    .details-item:last-of-type {
        margin-right: 0
    }

    .details-item:last-of-type .details-item__descr {
        width: 100%
    }
}

@media (min-width: 1600px) {
    .details-item:nth-of-type(1), .details-item:nth-of-type(2) {
        height: 269px
    }
}

.details-item__label {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 18px;
    line-height: 135%;
    letter-spacing: .03em;
    text-transform: uppercase;
    color: #232323;
    margin: 0 0 20px;
    position: relative;
    z-index: 2;
    text-align: center
}

@media (min-width: 992px) {
    .details-item__label {
        text-align: left;
        font-size: 16px
    }
}

.details-item__descr {
    width: 100%;
    text-align: center;
    font-weight: 400;
    font-size: 16px;
    line-height: 23px;
    color: #767676;
    position: relative;
    z-index: 2;
    letter-spacing: -.32px
}

@media (min-width: 992px) {
    .details-item__descr {
        width: 90%;
        text-align: left;
        letter-spacing: 0;
        font-size: 14px;
        line-height: 20px
    }
}

.details-item__pic {
    position: absolute;
    right: 0;
    bottom: 0;
    height: 60%
}

@media (min-width: 992px) {
    .details-item__pic {
        height: 100%
    }
}

.details-item__pic img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.details-link {
    margin: 30px auto 0;
    justify-content: center
}

@media (max-width: 992px) {
    .details-link {
        width: 273px;
        height: 81px
    }
}

@media (min-width: 992px) {
    .details-link {
        margin: 6px auto 0
    }
}

.quiz-block {
    background-image: url(../img/quiz-bg-mob.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    padding: 60px 0;
    height: 690px
}

@media (max-width: 992px) {
    .quiz-block {
        padding: 81px 0
    }
}

@media (min-width: 992px) {
    .quiz-block {
        height: auto;
        background-image: url(../img/quiz-bg.jpg);
        padding: 86px 0 60px
    }
}

@media (min-width: 1600px) {
    .quiz-block {
        background-position-y: 32%
    }
}

.quiz-block .section-title {
    line-height: 145%
}

@media (max-width: 768px) {
    .quiz-block .section-title {
        width: 320px;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .quiz-block .section-title {
        padding: 0 15%
    }
}

.quiz-block .section-title span {
    color: #4d9740
}

.quiz-block .btn {
    justify-content: center;
    margin: 40px auto 0
}

@media (max-width: 992px) {
    .quiz-block .btn {
        width: 273px;
        height: 81px
    }
}

@media (min-width: 992px) {
    .quiz-block .btn {
        display: none
    }
}

.quiz-container {
    width: 100%;
    height: 700px;
    display: none;
    margin: 41px 0 0
}

@media (min-width: 992px) {
    .quiz-container {
        display: inline-block
    }
}

.quiz-container iframe {
    display: block;
    width: 100%;
    height: 100%
}

.video-prev {
    background-image: url(../img/video-bg-mob.jpg);
    background-repeat: no-repeat;
    padding: 80px 0 0;
    height: 720px;
    position: relative;
    overflow: hidden
}

@media (max-width: 992px) {
    .video-prev {
        background-size: cover
    }
}

@media (min-width: 768px) {
    .video-prev {
        background-image: url(../img/video-bg2.jpg);
        min-height: 635px;
        height: 750px;
        padding: 92px 0 0;
        background-position-x: -150px
    }
}

@media (min-width: 1600px) {
    .video-prev {
        background-position-x: 0;
        background-size: 100%
    }
}

.video-prev__wrap {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 992px) {
    .video-prev__wrap {
        width: 84%
    }
}

.video-prev__wrap .section-title {
    width: 100%;
    text-align: center
}

@media (min-width: 992px) {
    .video-prev__wrap .section-title {
        width: 383px;
        text-align: left
    }
}

.video-prev__wrap::before {
    content: "";
    background-image: url(../img/video-chan.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 831px;
    height: 416px;
    position: absolute;
    bottom: -58px;
    display: none
}

@media (min-width: 768px) {
    .video-prev__wrap::before {
        left: 6%;
        display: block;
        width: 400px;
        height: 300px
    }
}

@media (min-width: 992px) {
    .video-prev__wrap::before {
        width: 831px;
        height: 416px
    }
}

@media (min-width: 1600px) {
    .video-prev__wrap::before {
        left: 17%
    }
}

.video-prev__post {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #8e9094;
    margin: 26px 0 0;
    text-align: center
}

@media (min-width: 992px) {
    .video-prev__post {
        text-align: left;
        font-size: 20px;
        line-height: 30px
    }
}

.video-prev__director {
    position: absolute;
    bottom: 0;
    right: calc(50% - 179px);
    width: 346px;
    height: 429px;
    z-index: 2
}

@media (min-width: 992px) {
    .video-prev__director {
        right: 19%;
        height: 686px;
        width: 513px
    }
}

@media (min-width: 1600px) {
    .video-prev__director {
        right: 27%
    }
}

@media (max-width: 992px) {
    .video-prev__director img {
        height: 100%
    }
}

.video-prev__play {
    position: absolute;
    right: 29%;
    top: 61%
}

@media (min-width: 992px) {
    .video-prev__play {
        right: 25%;
        top: 40%
    }
}

@media (min-width: 1600px) {
    .video-prev__play {
        right: 31.5%;
        top: 41%
    }
}

.video-prev__play span:nth-of-type(1) {
    width: 177px;
    height: 177px;
    left: calc(50% - 88.5px);
    top: calc(50% - 88.5px);
    position: absolute;
    border-radius: 50%;
    background: #fcf2e6;
    box-shadow: inset 0 0 39.0812px rgba(244, 127, 30, .2);
    z-index: 0;
    -webkit-animation-name: pulse3;
    animation-name: pulse3;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width: 992px) {
    .video-prev__play span:nth-of-type(1) {
        left: calc(50% - 105.5px);
        top: calc(50% - 105.5px);
        width: 211px;
        height: 211px
    }
}

.video-prev__play span:nth-of-type(2) {
    position: absolute;
    left: calc(50% - 60px);
    top: calc(50% - 60px);
    background-image: url(../img/play-btn.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 120px;
    height: 120px;
    z-index: 4;
    -webkit-animation-name: pulse3;
    animation-name: pulse3;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width: 992px) {
    .video-prev__play span:nth-of-type(2) {
        left: calc(50% - 90px);
        top: calc(50% - 90px);
        width: 180px;
        height: 180px
    }
}

.video-prev__play span:nth-of-type(3) {
    position: absolute;
    width: 230px;
    height: 230px;
    left: calc(50% - 115px);
    top: calc(50% - 115px);
    border-radius: 50%;
    border: 1px solid rgba(220, 123, 43, .1);
    z-index: 0;
    -webkit-animation-name: pulse3;
    animation-name: pulse3;
    -webkit-animation-duration: 3.5s;
    animation-duration: 3.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width: 992px) {
    .video-prev__play span:nth-of-type(3) {
        width: 278px;
        height: 278px;
        left: calc(50% - 139px);
        top: calc(50% - 139px)
    }
}

@-webkit-keyframes pulse3 {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.9)
    }
}

@keyframes pulse3 {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1)
    }
    100% {
        transform: scale(.9)
    }
}

.reviews-wa {
    padding: 77px 0 50px
}

@media (min-width: 992px) {
    .reviews-wa {
        padding: 79px 0 107px
    }
}

@media (max-width: 992px) {
    .reviews-wa {
        background: #fff
    }
}

.reviews-wa::before {
    content: "";
    background-image: url(../img/reviews-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 418px;
    height: 987px;
    position: absolute;
    left: 0;
    bottom: -81%;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .reviews-wa::before {
        display: block
    }
}

@media (max-width: 992px) {
    .reviews-wa .section-title {
        width: 300px;
        margin: 0 auto;
        display: block
    }
}

.reviews-wa__wrap {
    width: 100%;
    position: relative
}

.reviews-wa__slider {
    width: 249px;
    height: 530px;
    margin: 37px auto 0
}

@media (min-width: 992px) {
    .reviews-wa__slider {
        width: 300px;
        height: 624px;
        margin: 42px auto 0
    }
}

.btn-left.reviews-wa__left, .btn-right.reviews-wa__right {
    position: absolute;
    width: 45px;
    height: 45px;
    top: calc(53% - 22.5px)
}

@media (max-width: 700px) {
    .btn-left.reviews-wa__left, .btn-right.reviews-wa__right {
        z-index: 3;
        left: 12px;
        background: #fff
    }

    .btn-left.reviews-wa__left:hover, .btn-right.reviews-wa__right:hover {
        background: #f47f1e
    }

    .btn-left.reviews-wa__left .btn-arrow, .btn-right.reviews-wa__right .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

@media (min-width: 768px) {
    .btn-left.reviews-wa__left, .btn-right.reviews-wa__right {
        left: 27%;
        background: 0 0
    }
}

.btn-right.reviews-wa__right {
    left: initial
}

@media (max-width: 700px) {
    .btn-right.reviews-wa__right {
        right: 12px
    }
}

@media (min-width: 768px) {
    .btn-right.reviews-wa__right {
        right: 27%
    }
}

@media (max-width: 992px) {
    .reviews-video {
        background: #fff
    }
}

.reviews-video .section-title {
    width: 300px;
    margin: 4px auto;
    font-size: 20px
}

@media (min-width: 992px) {
    .reviews-video .section-title {
        margin: 0;
        width: 100%;
        padding: 0 25%;
        font-size: 25px;
        line-height: 32px
    }
}

.reviews-video .pagin {
    bottom: -5px;
    display: flex
}

@media (min-width: 992px) {
    .reviews-video .pagin {
        bottom: 10px
    }
}

.reviews-video__wrap {
    width: 88%;
    margin: 16px auto 0;
    display: inline-block;
    text-align: center;
    position: relative;
    z-index: 6
}

@media (min-width: 992px) {
    .reviews-video__wrap {
        margin: 35px 0 0;
        width: 100%
    }
}

.reviews-video__slider {
    margin: 0 auto;
    width: 100%;
    height: 223px
}

@media (min-width: 768px) {
    .reviews-video__slider {
        height: 445px
    }
}

@media (min-width: 992px) {
    .reviews-video__slider {
        width: 804px;
        height: 445px
    }
}

.reviews-video__item {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden
}

.reviews-video__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews-video__item::before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    background-image: url(../img/video-plays.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    left: calc(50% - 50px);
    top: calc(50% - 50px);
    -webkit-animation-name: pulse2;
    animation-name: pulse2;
    -webkit-animation-duration: 4.5s;
    animation-duration: 4.5s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite
}

@media (min-width: 992px) {
    .reviews-video__item::before {
        width: 120px;
        height: 120px;
        left: calc(50% - 60px);
        top: calc(50% - 60px)
    }
}

@-webkit-keyframes pulse2 {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(.9)
    }
}

@keyframes pulse2 {
    0% {
        transform: scale(.9)
    }
    50% {
        transform: scale(1.1)
    }
    100% {
        transform: scale(.9)
    }
}

.btn-left.reviews-video__left, .btn-right.reviews-video__right {
    position: absolute;
    bottom: -24px;
    left: 20px
}

@media (max-width: 992px) {
    .btn-left.reviews-video__left, .btn-right.reviews-video__right {
        width: 50px;
        height: 50px
    }

    .btn-left.reviews-video__left .btn-arrow, .btn-right.reviews-video__right .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

@media (min-width: 992px) {
    .btn-left.reviews-video__left, .btn-right.reviews-video__right {
        left: 8px;
        width: 51px;
        height: 51px;
        top: calc(50% - 25.5px);
        bottom: initial
    }
}

.btn-right.reviews-video__right {
    left: initial;
    right: 20px
}

@media (min-width: 992px) {
    .btn-right.reviews-video__right {
        right: 8px
    }
}

.reviews-audio {
    padding: 108px 0 89px
}

@media (min-width: 992px) {
    .reviews-audio {
        padding: 65px 0
    }
}

@media (max-width: 992px) {
    .reviews-audio {
        background: #fff
    }
}

.reviews-audio .section-title {
    font-size: 20px;
    padding: 0 20%
}

@media (min-width: 992px) {
    .reviews-audio .section-title {
        font-size: 25px;
        padding: 0
    }
}

.reviews-audio::after {
    content: "";
    background-image: url(../img/reviews-el2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 252px;
    height: 501px;
    position: absolute;
    right: 0;
    bottom: -60%;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .reviews-audio::after {
        display: block
    }
}

.reviews-audio__wrap {
    width: 87%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    margin: -1px auto 0
}

@media (min-width: 992px) {
    .reviews-audio__wrap {
        width: 98%;
        margin: 47px auto 0
    }
}

.reviews-audio__item {
    width: 100%;
    background: #f7f7f7;
    box-shadow: 0 12px 30px rgba(0, 0, 0, .03);
    border-radius: 10px;
    position: relative;
    padding: 70px 20px 46px;
    margin: 80px 0 0
}

@media (max-width: 992px) {
    .reviews-audio__item {
        border: 1px solid #dbdbdb
    }
}

@media (min-width: 992px) {
    .reviews-audio__item {
        background: #fff;
        width: 32.2%;
        margin: 40px 0 0;
        padding: 70px 20px 26px
    }
}

.reviews-audio__item audio {
    width: 100%;
    border-radius: 30px;
    height: 45px
}

.reviews-audio__pic {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    border: 3px solid #fa8626;
    position: absolute;
    left: calc(50% - 45px);
    top: -45px
}

.reviews-audio__label {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 17px;
    line-height: 135%;
    color: #232323;
    text-align: center;
    margin: 3px 0 17px
}

.reviews-audio__descr {
    width: 100%;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    color: #767676;
    display: inline-block;
    text-align: center;
    margin: 0 0 35px
}

.order {
    background-image: url(../img/order-bg-mob.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position-y: 100%;
    padding: 58px 15px 352px
}

@media (min-width: 992px) {
    .order {
        background-image: none;
        padding-bottom: 0;
        padding: 0
    }
}

.order-wrap {
    width: 100%;
    margin: 23px auto 0;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 30px;
    overflow: hidden;
    padding: 0 5px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .order-wrap {
        width: 1196px;
        padding: 76px 141px 219px 177px;
        background-image: url(../img/order-bg.jpg)
    }
}

.order-info {
    width: 100%
}

@media (min-width: 768px) {
    .order-info {
        width: 70%;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .order-info {
        width: 59%;
        margin: 0
    }
}

.order-info .section-title {
    font-size: 25px;
    margin: 0 auto 10px;
    text-align: center;
    width: 300px;
    display: block
}

@media (min-width: 768px) {
    .order-info .section-title {
        width: 100%;
        margin: 0 auto 15px;
        font-size: 30px
    }
}

@media (min-width: 992px) {
    .order-info .section-title {
        text-align: left
    }
}

.order-info p {
    width: 100%;
    display: inline-block;
    font-weight: 500;
    font-size: 18px;
    line-height: 145%;
    color: #8e9094;
    margin: 0 auto;
    text-align: center
}

@media (min-width: 360px) {
    .order-info p {
        width: 340px;
        display: block
    }
}

@media (min-width: 992px) {
    .order-info p {
        width: 100%;
        font-size: 18px;
        text-align: left;
        display: inline-block
    }
}

.order-partners {
    width: 100%;
    margin: 26px 0 0
}

@media (min-width: 768px) {
    .order-partners {
        margin: 26px auto 0;
        width: 70%
    }
}

@media (min-width: 992px) {
    .order-partners {
        width: 32%;
        margin: 0
    }
}

.order-partners__title {
    text-align: center;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 19px;
    line-height: 145%;
    color: #232323;
    padding: 33px 20px
}

@media (min-width: 992px) {
    .order-partners__title {
        padding: 27px 20px;
        font-size: 14px
    }
}

.order-partners__wrap {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    background: #fff;
    overflow: hidden;
    border-radius: 10px
}

@media (min-width: 992px) {
    .order-partners__wrap {
        box-shadow: 0 30px 40px rgba(0, 0, 0, .08)
    }
}

.order-partners__item {
    background: #fff;
    box-shadow: 0 -6px 40px rgba(0, 0, 0, .065);
    width: 50%;
    height: 94px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    padding: 0 30px;
    box-sizing: border-box
}

.order-partners__item img {
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    .order-partners__item {
        height: 71px
    }
}

.order-partners__link {
    margin: 30px auto 0;
    justify-content: center
}

@media (max-width: 992px) {
    .order-partners__link {
        width: 273px;
        height: 81px
    }
}

@media (min-width: 992px) {
    .order-partners__link {
        margin: 30px 0 0
    }
}

.order-partners__link span {
    text-align: center
}

.order-info__panel {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 50px 0 0
}

@media (max-width: 992px) {
    .order-info__panel {
        justify-content: space-between
    }
}

.order-info__box {
    width: 48%;
    display: flex;
    background: #e1fedd;
    border: 1px solid rgba(77, 151, 64, .15);
    box-shadow: inset 0 0 30px rgba(77, 151, 64, .03);
    border-radius: 5px;
    padding: 24px 33px;
    box-sizing: border-box;
    position: relative
}

@media (min-width: 992px) {
    .order-info__box {
        padding: 16px 33px;
        width: auto;
        margin: 0 20px 0 10px
    }
}

.order-info__box:last-of-type {
    margin-right: 0
}

.order-info__box span {
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    line-height: 145%;
    color: #232323
}

.order-info__box::before {
    content: "";
    background-image: url(../img/chek-green.svg);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    position: absolute;
    top: -14px;
    left: calc(50% - 12.5px)
}

@media (min-width: 992px) {
    .order-info__box::before {
        left: -12px;
        top: calc(50% - 12.5px)
    }
}

.dop {
    padding: 84px 0
}

@media (min-width: 992px) {
    .dop {
        padding: 94px 0
    }
}

.dop .section-title {
    width: 100%;
    text-align: center
}

@media (min-width: 992px) {
    .dop .section-title {
        width: 50%;
        text-align: left
    }
}

.dop::before {
    content: "";
    background-image: url(../img/dop-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 372px;
    height: 290px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
    display: none
}

@media (min-width: 992px) {
    .dop::before {
        display: block
    }
}

.dop .container {
    align-content: center;
    align-items: center
}

.dop-slider {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 26px 0 0
}

@media (min-width: 992px) {
    .dop-slider {
        margin: 57px 0 0
    }
}

.dop-slide {
    width: 335px;
    height: 457px;
    background: #fff;
    border: 1px solid rgba(0, 0, 0, .12);
    box-shadow: inset 0 0 50px rgba(0, 0, 0, .02);
    border-radius: 15px;
    padding: 40px 40px 50px;
    display: inline-block;
    text-align: center;
    box-sizing: border-box
}

.dop-slide:first-of-type {
    margin-left: 15px
}

.dop-slide:last-of-type {
    margin-right: 15px
}

@media (min-width: 992px) {
    .dop-slide {
        width: 304px;
        height: 407px
    }

    .dop-slide:first-of-type {
        margin-left: calc((100vw - 1002px) / 2)
    }

    .dop-slide:last-of-type {
        margin-right: calc((100vw - 2020px) / 2)
    }
}

.dop-pic {
    margin: 0 auto 47px;
    height: 225px;
    text-align: center;
    display: inline-block
}

@media (min-width: 992px) {
    .dop-pic {
        height: 200px;
        margin: 0 auto 30px
    }
}

.dop-pic img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.dop-label {
    width: 100%;
    text-align: left;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: -.02px;
    line-height: 145%;
    color: #232323;
    min-height: 50px
}

.dop-price {
    width: 100%;
    display: inline-block;
    margin: 20px 0 0;
    text-align: left;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    color: #767676
}

.dop-price span {
    font-weight: 600
}

.dop-btns {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 0 0 0 auto
}

.dop-slider__left, .dop-slider__right {
    position: relative;
    margin-left: 40px
}

@media (max-width: 992px) {
    .dop-slider__left, .dop-slider__right {
        width: 50px;
        height: 50px;
        margin: 38px 39px 0 0;
        background: #fff
    }

    .dop-slider__left .btn-arrow, .dop-slider__right .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

.clients {
    background: #fff;
    padding: 88px 0 102px
}

@media (min-width: 992px) {
    .clients .section-title {
        padding: 0 25%
    }
}

.clients::after {
    content: "";
    background-image: url(../img/clients-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 236px;
    height: 358px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .clients::after {
        display: block
    }
}

.clients-wrap {
    width: 100%;
    position: relative;
    margin: 40px auto 0;
    z-index: 4
}

@media (min-width: 992px) {
    .clients-wrap {
        margin: 45px auto 0
    }
}

.clients-nav {
    width: 39%;
    margin: 0 auto 26px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap
}

@media (min-width: 992px) {
    .clients-nav {
        width: 83%
    }
}

.clients-nav .swiper-slide {
    border: 1px solid rgba(35, 35, 35, .2);
    border-radius: 7px;
    height: 71px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center;
    cursor: pointer
}

.clients-nav .swiper-slide:first-of-type img {
    height: 41px
}

@media (max-width: 992px) {
    .clients-nav .swiper-slide:first-of-type .clients-nav__pic {
        height: 60px
    }
}

@media (max-width: 992px) {
    .clients-nav .swiper-slide:nth-of-type(2) .clients-nav__pic {
        height: 58px
    }
}

.clients-nav .swiper-slide:nth-of-type(3) img {
    height: 50px
}

@media (max-width: 992px) {
    .clients-nav .swiper-slide:nth-of-type(4) .clients-nav__pic {
        height: 66px
    }
}

@media (max-width: 992px) {
    .clients-nav .swiper-slide:nth-of-type(5) .clients-nav__pic {
        height: 55px
    }
}

@media (min-width: 992px) {
    .clients-nav .swiper-slide-thumb-active {
        background: #4d9740
    }

    .clients-nav .swiper-slide-thumb-active .clients-nav__pic {
        display: none
    }

    .clients-nav .swiper-slide-thumb-active .clients-nav__pic-h {
        display: block
    }
}

.clients-nav__pic-h {
    display: none
}

.clients-nav__pic, .clients-nav__pic-h {
    height: 40px;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width: 992px) {
    .clients-nav__pic, .clients-nav__pic-h {
        height: 70px
    }
}

.clients-main {
    width: 95%;
    margin: 30px auto 10px;
    background: #fff;
    box-shadow: 0 7px 30px rgba(0, 0, 0, .08);
    border-radius: 15px
}

@media (min-width: 992px) {
    .clients-main {
        width: 83%;
        margin: 0 auto 10px
    }
}

.clients-main .swiper-slide {
    width: 100%;
    height: 340px;
    padding: 23px 30px 80px;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    background-color: #fff
}

@media (min-width: 768px) {
    .clients-main .swiper-slide {
        height: 540px
    }
}

@media (min-width: 992px) {
    .clients-main .swiper-slide {
        height: 506px;
        padding: 0
    }
}

.clients-main .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.clients-main__plashka {
    width: auto;
    left: 30px;
    top: 30px;
    background: #fff;
    border-radius: 9px;
    padding: 23px 10px 0;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .clients-main__plashka {
        position: absolute;
        max-width: 350px;
        box-shadow: 10px 14px 20px rgba(0, 0, 0, .1);
        padding: 23px 30px
    }
}

.clients-main__adress {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    margin: 0 0 5px;
    color: #232323;
    text-align: center
}

@media (min-width: 992px) {
    .clients-main__adress {
        text-align: left
    }
}

.clients-main__link {
    display: inline-block;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    color: #7b7b7b;
    text-decoration: none;
    text-align: center;
    width: 100%
}

@media (min-width: 992px) {
    .clients-main__link {
        text-align: left;
        width: auto
    }
}

.clients-main__left, .clients-main__right {
    position: absolute;
    left: 0
}

@media (max-width: 992px) {
    .clients-main__left, .clients-main__right {
        width: 50px;
        height: 50px;
        top: 10px;
        left: 9%
    }

    .clients-main__left .btn-arrow, .clients-main__right .btn-arrow {
        width: 18px;
        height: 10px;
        position: absolute;
        left: calc(50% - 9px);
        top: calc(50% - 5px)
    }
}

@media (min-width: 992px) {
    .clients-main__left, .clients-main__right {
        top: calc(58% - 37px)
    }
}

.clients-main__right {
    right: 0;
    left: initial
}

@media (max-width: 992px) {
    .clients-main__right {
        right: 9%
    }
}

.gallery {
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: flex-start;
    align-items: flex-start;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .gallery {
        display: flex
    }
}

@media (max-width: 992px) {
    .container-gallery {
        background-color: #fff;
        padding-bottom: 97px
    }
}

@media (max-width: 700px) {
    .container-gallery .section-title {
        width: 270px;
        margin: 0 auto 44px
    }
}

.gallery__item {
    width: 25%;
    height: 291px
}

@media (min-width: 1600px) {
    .gallery__item {
        height: 383px
    }
}

.gallery__item img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.gallery__item--card {
    width: 50%;
    background: #fff;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: center
}

.gallery__item--card .section-title {
    width: 60%;
    font-size: 30px
}

@media (min-width: 1600px) {
    .gallery__item--card .section-title {
        font-size: 42px;
        line-height: 59px;
        width: 64%
    }
}

.gallery__item--card .section-title span {
    color: #4d9740;
    font-weight: 600
}

.section-title--mob {
    margin: 0 0 20px
}

@media (min-width: 992px) {
    .section-title--mob {
        display: none
    }
}

.mobile-gallery {
    width: 93%;
    margin: 0 auto;
    display: inline-block
}

@media (min-width: 992px) {
    .mobile-gallery {
        display: none
    }
}

.mobile-gallery .swiper-slide {
    height: 401px;
    border-radius: 15px;
    overflow: hidden
}

.mobile-gallery .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.order2 {
    background-repeat: no-repeat;
    background-size: cover;
    background-position-x: 0
}

@media (min-width: 768px) {
    .order2 {
        padding: 88px 0;
        background-image: url(../img/order2-bg3.jpg)
    }
}

@media (min-width: 992px) {
    .order2 {
        padding: 88px 0 0
    }
}

@media (min-width: 1600px) {
    .order2 {
        background-size: 100%
    }
}

@media (max-width: 992px) {
    .order2 .container {
        padding: 0
    }
}

.order2:after {
    content: "";
    background-image: url(../img/order2-el-right.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 463px;
    height: 1209px;
    position: absolute;
    right: 0;
    top: 28px;
    display: none
}

@media (min-width: 992px) {
    .order2:after {
        display: block
    }
}

.order2:before {
    content: "";
    background-image: url(../img/order2-el-left.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 489px;
    height: 815px;
    position: absolute;
    left: 0;
    top: 411px;
    display: none
}

@media (min-width: 992px) {
    .order2:before {
        display: block
    }
}

.order2-wrap {
    width: 100%;
    margin: 0 auto;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    justify-content: space-between
}

@media (max-width: 700px) {
    .order2-wrap {
        background-image: url(../img/order2-bg-mob.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        text-align: center;
        padding: 80px 15px 414px;
        margin: 0 0 0
    }
}

@media (min-width: 768px) {
    .order2-wrap {
        padding-bottom: 80px
    }
}

@media (min-width: 992px) {
    .order2-wrap {
        width: 1029px;
        padding-bottom: 0
    }
}

@media (min-width: 1600px) {
    .order2-wrap {
        width: 981px
    }
}

@media (min-width: 768px) {
    .order2-wrap .how-order__form {
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .order2-wrap .how-order__form {
        margin: 0 64px 0 0;
        width: 384px;
        padding: 50px 42px
    }
}

@media (min-width: 1600px) {
    .order2-wrap .how-order__form {
        margin: 0 12px 0 0
    }
}

.order2-wrap:after {
    content: "";
    background-image: url(../img/family2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 700px;
    height: 353px;
    position: absolute;
    bottom: -224px;
    display: none
}

@media (min-width: 992px) {
    .order2-wrap:after {
        display: block;
        width: 919px;
        height: 385px;
        bottom: -204px;
        left: -199px;
        left: -170px
    }
}

.order2-info {
    width: 100%
}

@media (min-width: 768px) {
    .order2-info {
        width: 70%;
        margin: 0 auto
    }
}

@media (min-width: 992px) {
    .order2-info {
        width: 50%;
        margin: 0
    }
}

@media (min-width: 1600px) {
    .order2-info {
        width: 52%
    }
}

.order2-info .section-title {
    text-align: center;
    width: 320px
}

@media (min-width: 768px) {
    .order2-info .section-title {
        margin: 0 auto;
        width: 80%;
        display: block
    }
}

@media (min-width: 992px) {
    .order2-info .section-title {
        text-align: left;
        margin: 0
    }
}

.order2-descr {
    width: 80%;
    font-weight: 500;
    font-size: 18px;
    line-height: 140%;
    color: #8e9094;
    margin: 17px auto 0;
    box-sizing: border-box;
    position: relative;
    text-align: center
}

@media (min-width: 992px) {
    .order2-descr {
        margin: 27px 0 0;
        padding-left: 58px;
        text-align: left;
        width: 100%
    }
}

.order2-descr::after {
    content: "";
    width: 34px;
    height: 2.5px;
    background: #f9a644;
    border-radius: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    display: none
}

@media (min-width: 992px) {
    .order2-descr::after {
        display: block
    }
}

.tech {
    width: 100%;
    background-repeat: no-repeat;
    overflow: hidden;
    box-sizing: border-box;
    position: relative;
    z-index: 4
}

@media (max-width: 992px) {
    .tech {
        background-image: url(../img/order2-bg-mob2.jpg);
        background-size: 100%;
        background-position-y: 100%;
        padding: 61px 15px 98px
    }
}

@media (min-width: 992px) {
    .tech {
        border-radius: 30px;
        margin: 204px auto 0;
        width: 1200px;
        background-image: url(../img/tech-bg.jpg);
        background-size: cover;
        padding: 81px 114px 69px
    }
}

.tech .section-title {
    text-align: center;
    font-size: 25px;
    width: 100%
}

@media (min-width: 992px) {
    .tech .section-title {
        width: 70%;
        font-size: 30px;
        text-align: left
    }
}

.tech-descr {
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    line-height: 145%;
    width: 100%;
    display: inline-block;
    color: #8e9094;
    margin: 17px 0 0
}

@media (min-width: 992px) {
    .tech-descr {
        width: 72%;
        text-align: left;
        font-size: 18px;
        margin: 29px 0 0
    }
}

.tech-wrap {
    width: 100%;
    display: flex;
    flex-flow: column-reverse wrap;
    justify-content: space-between;
    margin: 115px 0 0
}

@media (min-width: 992px) {
    .tech-wrap {
        flex-flow: row wrap;
        margin: 74px 0 0
    }
}

.tech-pic {
    width: 100%;
    margin: 91px 0 0;
    text-align: center
}

@media (min-width: 992px) {
    .tech-pic {
        width: 47%;
        margin: 0
    }
}

.tech-certificate {
    width: 100%;
    position: relative;
    margin: 14px 0 0
}

@media (min-width: 992px) {
    .tech-certificate {
        width: 49%;
        margin: 2px 0 0
    }
}

.tech-slider__left, .tech-slider__right {
    background: #fff;
    position: absolute;
    left: 13px;
    width: 50px;
    height: 50px;
    top: calc(48% - 25px)
}

.tech-slider__left .btn-arrow, .tech-slider__right .btn-arrow {
    stroke: rgba(0, 0, 0, .25);
    width: 22px;
    height: 14px;
    position: absolute;
    left: calc(50% - 11px);
    top: calc(50% - 7px)
}

@media (max-width: 992px) {
    .tech-slider__left, .tech-slider__right {
        z-index: 3;
        top: calc(50% - 25px);
        left: 0
    }
}

.tech-slider__right {
    right: 13px;
    left: initial
}

@media (max-width: 992px) {
    .tech-slider__right {
        right: 0
    }
}

.tech-slider {
    width: 317px;
    height: 433px;
    position: relative
}

.tech-slider::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/tech-frame.png);
    background-repeat: no-repeat;
    background-size: 100%
}

.tech-slider .swiper-slide {
    padding: 20px;
    box-sizing: border-box
}

.tech-slider .swiper-slide img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.faq {
    padding: 75px 0 0;
    z-index: 5
}

@media (max-width: 992px) {
    .faq {
        background-image: url(../img/faq-bg-mob.jpg);
        background-repeat: no-repeat;
        background-size: 100%;
        background-position-y: 100%
    }
}

@media (min-width: 992px) {
    .faq {
        padding: 68px 0 102px
    }
}

.faq::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url(../img/faq-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 538px;
    height: 451px;
    display: none
}

@media (min-width: 992px) {
    .faq::before {
        display: block
    }
}

.faq::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/faq-el2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 144px;
    height: 532px;
    display: none
}

@media (min-width: 992px) {
    .faq::after {
        display: block
    }
}

.faq-wrap {
    width: 84%;
    display: flex;
    flex-flow: column-reverse wrap;
    margin: 36px auto 0;
    position: relative;
    justify-content: flex-end;
    z-index: 3
}

@media (min-width: 992px) {
    .faq-wrap {
        margin: 61px auto 0;
        flex-flow: row wrap;
        width: 98%
    }
}

.faq-pic {
    width: 98%;
    left: 0;
    display: flex;
    z-index: 2;
    margin: 0 0 0 auto
}

@media (min-width: 992px) {
    .faq-pic {
        position: absolute;
        bottom: -103px;
        width: 50%;
        left: -67px
    }
}

.faq__info {
    position: absolute;
    bottom: 26%;
    right: 59%
}

@media (min-width: 992px) {
    .faq__info {
        bottom: 23%;
        right: 7%
    }
}

.faq__info span {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    display: inline-block;
    text-transform: uppercase;
    color: #767676
}

@media (min-width: 992px) {
    .faq__info span {
        color: #fff
    }
}

.faq__info p {
    font-weight: 500;
    font-size: 13px;
    line-height: 145%;
    display: inline-block;
    margin: 0;
    color: #767676
}

@media (min-width: 992px) {
    .faq__info p {
        color: #fff
    }
}

.faq-spoilers {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-items: flex-start;
    align-content: flex-start;
    position: relative
}

@media (min-width: 992px) {
    .faq-spoilers {
        width: 50%;
        min-height: 500px
    }
}

.faq-spoilers-wrapper {
    width: 100%;
    display: inline-block
}

@media (min-width: 992px) {
    .faq-spoilers-wrapper {
        position: absolute;
        left: 0;
        top: 0;
        z-index: 5
    }
}

.faq-row {
    width: 100%;
    background: #fff;
    box-shadow: 0 15px 30px rgba(0, 0, 0, .04);
    border-radius: 7px;
    padding: 0 15px 0 21px;
    box-sizing: border-box;
    display: inline-block;
    margin: 0 0 8px;
    min-height: 72px
}

@media (min-width: 992px) {
    .faq-row {
        padding: 0 15px 0 30px
    }
}

.faq-row-title {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: relative;
    cursor: pointer
}

.faq-row-title p {
    width: calc(100% - 60px);
    font-weight: 500;
    font-size: 16px;
    line-height: 21px;
    color: #232323;
    margin: 0;
    padding: 25px 0;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .faq-row-title p {
        width: calc(100% - 70px)
    }
}

.faq-row-title:hover .plus-icon__rotate {
    background: #eee
}

.faq-row-title:hover .plus-icon__rotate::after, .faq-row-title:hover .plus-icon__rotate::before {
    background: #232323
}

.faq-row-hide {
    display: none;
    width: 100%;
    padding-top: 20px;
    padding-right: 21px;
    padding-bottom: 20px;
    box-sizing: border-box;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #232323;
    margin: 0
}

@media (min-width: 992px) {
    .faq-row-hide {
        padding-right: 30px
    }
}

.faq-row-hide p {
    margin: 0;
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #232323;
    margin: 0
}

.plus-icon {
    float: left;
    width: 40px;
    height: 40px;
    background: #f47f1e;
    transition: all .3s ease;
    border-radius: 50%;
    position: relative
}

.plus-icon:after {
    content: "";
    display: inline-block;
    width: 21px;
    left: calc(50% - 10.5px);
    top: calc(50% - 1.25px);
    position: absolute;
    height: 2.5px;
    background: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg)
}

.plus-icon:before {
    content: "";
    display: inline-block;
    width: 21px;
    position: absolute;
    height: 2.5px;
    left: calc(50% - 10.5px);
    top: calc(50% - 1.25px);
    background: #fff;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0)
}

.plus-icon__rotate {
    transform: rotate(45deg);
    transition: all .3s ease
}

@media (min-width: 992px) {
    .delivery {
        padding: 92px 0 81px
    }
}

.delivert-wrap {
    width: 100%;
    margin: 0 auto;
    padding: 68px 10px 300px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    background-image: url(../img/delivery-bg-mob.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 20px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between
}

@media (min-width: 768px) {
    .delivert-wrap {
        padding: 68px 10px
    }
}

@media (min-width: 992px) {
    .delivert-wrap {
        border-radius: 30px;
        width: 1200px;
        padding: 65px 102px 62px 180px;
        background-image: url(../img/delivery-bg.jpg)
    }
}

.delivert-wrap .how-order__form {
    margin: 0
}

@media (max-width: 992px) {
    .delivert-wrap .how-order__form {
        background: 0 0;
        padding-top: 9px;
        margin: 28px auto 0
    }

    .delivert-wrap .how-order__form .short-form__row input {
        background: #fff
    }
}

@media (min-width: 992px) {
    .delivert-wrap .how-order__form {
        width: 398px;
        padding: 29px 51px
    }

    .delivert-wrap .how-order__form .short-form {
        margin: 15px 0 0
    }

    .delivert-wrap .how-order__form .short-form__row {
        height: 73px
    }
}

.delivert-info {
    width: 100%
}

@media (min-width: 992px) {
    .delivert-info {
        width: 45%
    }
}

.delivert-info .section-title {
    text-align: center;
    font-size: 25px;
    padding: 0 10%
}

@media (min-width: 992px) {
    .delivert-info .section-title {
        font-size: 30px;
        text-align: left;
        padding: 0
    }
}

@media (max-width: 992px) {
    .why {
        padding: 96px 0 60px
    }
}

.why::after {
    content: "";
    background-image: url(../img/why-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 180px;
    height: 623px;
    position: absolute;
    right: 0;
    top: -20%;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .why::after {
        display: block
    }
}

.why-slider {
    width: 95%;
    margin: 30px auto 0
}

@media (min-width: 992px) {
    .why-slider {
        width: 100%
    }
}

@media (min-width: 992px) {
    .why-slider .swiper-wrapper {
        flex-flow: row wrap;
        display: flex
    }
}

.why-item {
    width: 100%;
    border-radius: 10px;
    padding: 19px 48px;
    background: #f0f1f0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    height: 300px
}

@media (min-width: 992px) {
    .why-item {
        height: auto;
        min-height: 247px;
        padding: 42px 39px;
        width: calc(50% - 18px);
        margin: 0 33px 30px 0
    }

    .why-item:nth-of-type(2n) {
        margin-right: 0
    }
}

@media (min-width: 1600px) {
    .why-item {
        padding: 37px
    }
}

.why-item__label {
    width: 100%;
    display: inline-block;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    margin: 0 0 20px;
    color: #232323;
    position: relative;
    z-index: 2;
    text-align: center
}

@media (min-width: 992px) {
    .why-item__label {
        padding: 0 35% 0 0;
        text-align: left
    }
}

@media (min-width: 1600px) {
    .why-item__label {
        padding: 0 40% 0 0
    }
}

.why-item__descr {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #232323;
    position: relative;
    z-index: 2;
    text-align: center
}

@media (min-width: 992px) {
    .why-item__descr {
        padding: 0 44% 0 0;
        text-align: left
    }
}

.why-item__mob {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

@media (min-width: 992px) {
    .why-item__mob {
        display: none
    }
}

.why-item__desctop {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: none
}

@media (min-width: 992px) {
    .why-item__desctop {
        display: block
    }
}

.certificates {
    padding: 43px 0 80px
}

@media (min-width: 992px) {
    .certificates {
        padding: 43px 0 100px
    }
}

@media (min-width: 992px) {
    .certificates .section-title {
        padding: 0 17%
    }
}

.certificates::after {
    content: "";
    background-image: url(../img/certificat-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 177px;
    height: 184px;
    position: absolute;
    right: 0;
    top: -4%;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .certificates::after {
        display: block
    }
}

.certificates .pagin {
    display: flex
}

.certificates-wrap {
    width: 100%;
    margin: 50px 0 0;
    position: relative;
    z-index: 5
}

.certificates-slider {
    width: 100%;
    margin: 0 auto
}

@media (min-width: 992px) {
    .certificates-slider {
        width: 45%
    }
}

.certificates-slider .swiper-slide {
    width: 90%;
    text-align: center
}

@media (min-width: 992px) {
    .certificates-slider .swiper-slide {
        height: 523px
    }

    .certificates-slider .swiper-slide img {
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }
}

.certificates__left, .certificates__right {
    position: absolute;
    top: calc(50% - 22.5px);
    left: 24%;
    width: 45px;
    height: 45px
}

@media (max-width: 992px) {
    .certificates__left, .certificates__right {
        width: 50px;
        height: 50px;
        top: calc(45% - 25px);
        z-index: 4;
        left: 11px;
        background-color: #fff
    }

    .certificates__left .btn-arrow, .certificates__right .btn-arrow {
        stroke: rgba(0, 0, 0, .25);
        width: 22px;
        height: 14px;
        position: absolute;
        left: calc(50% - 11px);
        top: calc(50% - 7px)
    }
}

.certificates__right {
    left: initial;
    right: 24%
}

@media (max-width: 992px) {
    .certificates__right {
        right: 11px
    }
}

.certificates-more {
    justify-content: center;
    margin: 20px auto 0
}

@media (max-width: 992px) {
    .certificates-more {
        width: 273px;
        height: 81px
    }
}

@media (max-width: 992px) {
    .about {
        background-color: #fff;
        padding-top: 100px
    }
}

.about::before {
    content: "";
    background-image: url(../img/certificat-el2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 171px;
    height: 614px;
    position: absolute;
    left: 0;
    top: -12%;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .about::before {
        display: block
    }
}

.about::after {
    content: "";
    background-image: url(../img/about-el1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 148px;
    height: 341px;
    position: absolute;
    right: 0;
    top: 21%;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .about::after {
        display: block
    }
}

@media (max-width: 992px) {
    .about .container {
        padding: 0
    }
}

.about-pic {
    width: 100%;
    overflow: hidden;
    position: relative
}

@media (min-width: 992px) {
    .about-pic {
        border-radius: 30px;
        width: 1200px;
        margin: 17px auto 0
    }
}

.about-pic img {
    width: 100%
}

.about-pic--d {
    display: none
}

@media (min-width: 992px) {
    .about-pic--d {
        display: block
    }
}

@media (min-width: 992px) {
    .about-pic--m {
        display: none
    }
}

.about-wrap {
    width: 95%;
    margin: 0 auto -40px;
    display: flex;
    flex-flow: row wrap;
    position: relative;
    z-index: 3;
    justify-content: space-between;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 0 15px
}

@media (min-width: 992px) {
    .about-wrap {
        background: #fff;
        background-image: url(../img/about-bg.png);
        padding: 57px 57px 69px;
        width: 83%;
        margin: 0 auto -90px;
        border-radius: 30px;
        box-shadow: 0 35px 60px rgba(0, 0, 0, .035)
    }
}

.about-wrap .section-title {
    margin: 0 0 40px
}

@media (max-width: 992px) {
    .about-wrap .section-title {
        order: 1
    }
}

@media (min-width: 992px) {
    .about-wrap .section-title {
        padding: 0 15%
    }
}

.about-column {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-content: flex-start;
    align-items: flex-start
}

@media (max-width: 992px) {
    .about-column {
        background: #fff;
        box-shadow: 0 5px 35px rgba(0, 0, 0, .1);
        border-radius: 15px;
        padding: 21px 40px 53px;
        box-sizing: border-box;
        order: 3
    }
}

@media (min-width: 992px) {
    .about-column {
        width: 37%
    }
}

.about-logo {
    display: inline-block;
    margin: 26px 0 0;
    height: 140px
}

@media (min-width: 992px) {
    .about-logo {
        margin: 20px 0 0;
        height: 118px
    }
}

.about-logo img {
    height: 100%
}

.about-label {
    width: 90%;
    display: inline-block;
    text-align: center;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    color: #232323;
    margin: 22px auto 27px
}

@media (min-width: 992px) {
    .about-label {
        margin: 35px 0 20px;
        font-size: 16px;
        width: 100%;
        line-height: 20px
    }
}

.about-descr {
    width: 100%;
    display: inline-block;
    text-align: center;
    font-weight: 400;
    font-size: 14px;
    line-height: 21px;
    color: #232323
}

.about-square {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap
}

@media (max-width: 992px) {
    .about-square {
        order: 2;
        margin-bottom: 40px
    }
}

@media (min-width: 992px) {
    .about-square {
        width: 52%;
        margin: 15px 0 0
    }
}

.about-square__box {
    width: 50%;
    box-sizing: border-box
}

@media (max-width: 992px) {
    .about-square__box {
        background: #fff;
        box-shadow: inset 10px 5px 35px -5px rgba(0, 0, 0, .05);
        border-radius: 10px;
        padding: 26px 20px 36px
    }
}

@media (min-width: 992px) {
    .about-square__box {
        padding-right: 9%
    }

    .about-square__box:nth-of-type(even) {
        padding-left: 10%;
        padding-right: 5%;
        border-left: 1px solid rgba(0, 0, 0, .12)
    }

    .about-square__box:nth-of-type(1), .about-square__box:nth-of-type(2) {
        padding-bottom: 7%;
        border-bottom: 1px solid rgba(0, 0, 0, .12)
    }

    .about-square__box:nth-of-type(3), .about-square__box:nth-of-type(4) {
        padding-top: 3%
    }
}

.about-square__date {
    width: 100%;
    font-weight: 600;
    font-size: 30px;
    line-height: 145%;
    letter-spacing: .02em;
    color: #4d9740;
    display: inline-block;
    margin: 0 0 4px
}

@media (max-width: 992px) {
    .about-square__date {
        text-align: center;
        font-size: 38px
    }
}

.about-square__label {
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 14px;
    line-height: 140%;
    color: #232323;
    margin: 0 0 10px
}

@media (max-width: 992px) {
    .about-square__label {
        text-align: center;
        font-size: 16px
    }
}

.about-square__descr {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 12px;
    line-height: 140%;
    color: #767676
}

@media (max-width: 992px) {
    .about-square__descr {
        text-align: center;
        font-size: 13px
    }
}

.follow {
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    padding: 69px 0 0;
    background-image: url(../img/follow-bg-mob.jpg)
}

@media (min-width: 992px) {
    .follow {
        padding: 79px 0;
        background-image: url(../img/follow-bg2.jpg);
        height: 780px
    }
}

@media (min-width: 1600px) {
    .follow {
        background-position-y: 67%;
        background-size: 100%
    }
}

@media (max-width: 992px) {
    .follow .container {
        padding: 0
    }
}

.follow-wrap {
    display: inline-block
}

@media (max-width: 992px) {
    .follow-wrap {
        padding: 0 15px
    }
}

@media (min-width: 992px) {
    .follow-wrap {
        width: 50%;
        margin: 0 0 0 -2px
    }
}

.follow-wrap .section-title {
    text-align: center
}

@media (max-width: 992px) {
    .follow-wrap .section-title {
        width: 90%;
        margin: 0 auto 20px;
        display: block
    }
}

@media (min-width: 992px) {
    .follow-wrap .section-title {
        text-align: left;
        font-size: 37px;
        line-height: 50px
    }
}

.follow-wrap .section-descr {
    width: 97%;
    padding: 0 5%;
    margin: 0 auto 52px;
    text-align: center;
    line-height: 25px;
    font-size: 19px
}

@media (min-width: 992px) {
    .follow-wrap .section-descr {
        width: 83%;
        padding: 0;
        text-align: left;
        font-size: 18px
    }
}

.follow-wrap .btn {
    justify-content: center
}

@media (max-width: 992px) {
    .follow-wrap .btn {
        width: 273px;
        height: 81px;
        margin: 0 auto
    }
}

.follow-pic {
    bottom: -1px;
    right: 16%;
    height: 500px;
    margin-top: 30px
}

@media (min-width: 768px) {
    .follow-pic {
        position: absolute;
        height: 750px;
        margin-top: 0;
        overflow: hidden
    }
}

@media (min-width: 1600px) {
    .follow-pic {
        height: 733px;
        right: 24%
    }
}

.follow-pic img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
    position: relative
}

@media (max-width: 992px) {
    .follow-pic img {
        left: -30px
    }
}

.doing {
    padding: 82px 0
}

.doing::after {
    content: "";
    background-image: url(../img/doing-el1-mob.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 695px;
    height: 587px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 3;
    background-position-y: 100%
}

@media (min-width: 768px) {
    .doing::after {
        left: 0;
        right: initial
    }
}

@media (min-width: 992px) {
    .doing::after {
        right: 0;
        left: initial;
        background-image: url(../img/doing-el1.png);
        width: 161px;
        height: 615px;
        bottom: 11%
    }
}

.doing::before {
    content: "";
    background-image: url(../img/doing-el2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 351px;
    height: 282px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
    display: none
}

@media (min-width: 992px) {
    .doing::before {
        display: block
    }
}

@media (min-width: 992px) {
    .doing {
        padding: 85px 0
    }
}

.doing-slider {
    width: 82%;
    margin: 41px auto 0;
    padding-bottom: 20px;
    box-sizing: border-box;
    z-index: 4
}

@media (min-width: 992px) {
    .doing-slider {
        width: 100%;
        margin: 0 auto;
        overflow: initial
    }

    .doing-slider .swiper-wrapper {
        flex-flow: row wrap;
        display: flex;
        justify-content: center
    }
}

.doing__l, .doing__r {
    left: 20px;
    z-index: 6
}

.doing__r {
    left: initial;
    right: 20px
}

.doing-item {
    width: 100%;
    background: #fff;
    border-radius: 15px;
    height: 433px;
    padding: 30px 20px;
    text-align: center;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .doing-item {
        height: 398px;
        width: 300px;
        margin: 44px 30px 0 0;
        padding: 60px 55px;
        box-shadow: 0 8px 24px 0 rgba(115, 115, 115, .1);
        position: relative
    }
}

.doing-item .dop-pic {
    height: 204px
}

@media (max-width: 992px) {
    .doing-item .dop-pic {
        margin: 0 auto 44px;
        height: 250px;
        padding: 20px;
        box-sizing: border-box
    }
}

.doing-item .dop-pic img {
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.doing-item .dop-label {
    text-align: center;
    font-weight: 600;
    font-size: 21px;
    min-height: auto
}

@media (min-width: 992px) {
    .doing-item .dop-label {
        font-size: 19px
    }
}

.doing-item .dop-price {
    text-align: center;
    font-size: 16px;
    margin: 13px 0 0
}

@media (min-width: 992px) {
    .doing-item .dop-price {
        font-size: 15px;
        margin: 20px 0 0
    }
}

.doing-item:nth-of-type(3n) {
    margin-right: 0
}

.doing-item::after {
    content: "";
    width: 96%;
    left: 2%;
    height: 40px;
    background: #4d9740;
    position: absolute;
    bottom: -5px;
    border-radius: 15px;
    z-index: -2
}

@media (max-width: 992px) {
    .doing-item::after {
        width: 95%;
        left: 2.5%;
        height: 7px;
        border-top-right-radius: 0;
        border-top-left-radius: 0
    }
}

.map-container {
    width: 100%;
    display: inline-block;
    position: relative;
    background-color: #fff
}

.map {
    height: 328px;
    width: 100%;
    display: inline-block
}

@media (min-width: 992px) {
    .map {
        height: 640px
    }
}

.map-box {
    width: 100%;
    background: linear-gradient(151.42deg, #fff 2.12%, #fff 26.03%, #fff 81.89%);
    z-index: 4;
    padding: 84px 40px 46px;
    box-sizing: border-box
}

@media (min-width: 992px) {
    .map-box {
        border-radius: 15px;
        position: absolute;
        padding: 40px 44px;
        width: 400px;
        top: 1%;
        left: calc((100vw - 1009px) / 2)
    }
}

.map-box h3 {
    margin: 0 0 47px;
    width: 100%;
    display: inline-block;
    font-weight: 600;
    font-size: 24px;
    line-height: 135%;
    color: #232323;
    text-align: center
}

@media (min-width: 992px) {
    .map-box h3 {
        text-align: left;
        margin: 0 0 35px
    }
}

.map-box__phone {
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
    margin: 0 0 10px
}

@media (max-width: 992px) {
    .map-box__phone {
        margin: 0 0 22px 19px
    }
}

.map-box__phone a {
    text-decoration: none;
    font-weight: 600;
    font-size: 22px;
    line-height: 145%;
    color: #232323
}

.map-box__phone span {
    width: 100%;
    display: inline-block;
    font-weight: 400;
    font-size: 15px;
    line-height: 145%;
    color: #767676
}

.map-box__phone::before {
    content: "";
    background-image: url(../img/phone.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px
}

.map-box__adress {
    padding-left: 34px;
    box-sizing: border-box;
    position: relative;
    font-weight: 400;
    font-size: 19px;
    line-height: 145%;
    color: #767676
}

@media (max-width: 992px) {
    .map-box__adress {
        margin-left: 19px
    }
}

.map-box__adress strong {
    font-weight: 600
}

.map-box__adress::before {
    content: "";
    background-image: url(../img/geo.png);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    width: 24px;
    height: 24px;
    left: 0;
    top: 2px
}

.map-box--btn {
    width: 100%;
    height: 87px;
    justify-content: center;
    margin: 30px 0 0;
    background-image: url(../img/btn-orange.svg)
}

@media (max-width: 992px) {
    .map-box--btn {
        width: 273px;
        height: 81px;
        margin: 30px auto 0
    }
}

.send-catalog {
    padding: 60px 0 83px
}

@media (min-width: 992px) {
    .send-catalog {
        padding-top: 474px;
        padding-bottom: 300px
    }
}

.send-catalog .container {
    z-index: 2;
    position: relative;
    padding: 0
}

@media (min-width: 992px) {
    .send-catalog .container {
        padding: 0 15px
    }
}

.send-catalog__wrap {
    width: 100%;
    background: #fff;
    border-radius: 18px;
    box-sizing: border-box;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    position: relative
}

@media (max-width: 768px) {
    .send-catalog__wrap {
        background-image: url(../img/send-bg-mob.png);
        background-repeat: no-repeat;
        background-size: cover;
        padding: 85px 30px 312px
    }
}

@media (min-width: 768px) {
    .send-catalog__wrap {
        padding: 47px 74px 39px;
        outline-offset: -10px;
        outline: 1px solid rgba(0, 0, 0, .3);
        box-shadow: 0 15px 60px rgba(0, 0, 0, .06)
    }
}

.send-catalog__wrap .section-title {
    display: block;
    text-align: center;
    width: 100%;
    line-height: 130%;
    padding: 0;
    margin: 0 auto;
    text-align: center;
    width: 300px
}

@media (min-width: 992px) {
    .send-catalog__wrap .section-title {
        display: inline-block;
        width: 58%;
        margin: 0;
        text-align: left
    }
}

.send-catalog__wrap::before {
    content: "";
    background-image: url(../img/send-catalog-pic.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 1300px;
    height: 679px;
    position: absolute;
    z-index: -2;
    top: -400px;
    left: 0;
    display: none
}

@media (min-width: 992px) {
    .send-catalog__wrap::before {
        display: block
    }
}

@media (min-width: 1600px) {
    .send-catalog__wrap::before {
        width: 1306px;
        height: 720px;
        left: -150px;
        top: -392px
    }
}

.send-catalog__descr {
    font-weight: 400;
    font-size: 18px;
    line-height: 145%;
    color: #767676;
    display: inline-block;
    width: 100%;
    text-align: center;
    margin: 20px 0
}

.send-catalog__descr span {
    font-weight: 600
}

@media (min-width: 992px) {
    .send-catalog__descr {
        font-size: 16px;
        line-height: 23px;
        margin-left: 40px;
        width: 24%;
        text-align: left;
        margin: 7px 0 0 18px
    }
}

.send-catalog__row {
    width: 300px;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 40px auto 0
}

@media (min-width: 768px) {
    .send-catalog__row {
        width: 100%
    }
}

@media (max-width: 992px) {
    .send-catalog__row {
        margin: 18px auto 0;
        justify-content: space-between
    }
}

.send-catalog__row p {
    width: 45%;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    color: #232323;
    margin: 0
}

@media (min-width: 768px) {
    .send-catalog__row p {
        width: 28%
    }
}

@media (min-width: 992px) {
    .send-catalog__row p {
        font-size: 13px;
        width: 17%
    }
}

.form-div {
    width: 100%;
    display: -ms-flex;
    display: flex;
    flex-flow: row wrap;
    margin: 20px 0 0
}

@media (min-width: 768px) {
    .form-div {
        width: 45%;
        margin: -7px 0 0 20px
    }
}

@media (min-width: 992px) {
    .form-div {
        width: 61%
    }
}

.form-div .short-form__row {
    width: 100%;
    height: 80px
}

.form-div .short-form__row input {
    background-color: #fff
}

@media (min-width: 768px) {
    .form-div .short-form__row {
        margin-bottom: 10px
    }
}

@media (min-width: 992px) {
    .form-div .short-form__row {
        height: 69px;
        width: 47%
    }

    .form-div .short-form__row input {
        background-color: #f6f6f6
    }
}

.form-div .btn {
    margin: 0;
    height: 90px;
    justify-content: center;
    width: 100%
}

@media (min-width: 768px) {
    .form-div .btn {
        height: 103px
    }
}

@media (min-width: 992px) {
    .form-div .btn {
        width: 46%;
        height: 69px;
        margin: 0 0 0 7px
    }
}

.form-div .btn span {
    font-size: 15px
}

@media (min-width: 768px) {
    .form-div .btn span {
        font-size: 12px
    }
}

.form-div .short-form__footnote {
    margin: 4px 0 0 auto;
    text-align: center;
    width: 100%;
    font-size: 11px
}

@media (min-width: 992px) {
    .form-div .short-form__footnote {
        width: 51.6%;
        text-align: left;
        font-size: 10px
    }
}

.custom-checkbox {
    width: 71px;
    height: 63px;
    position: relative;
    cursor: pointer
}

@media (min-width: 992px) {
    .custom-checkbox {
        margin: -3px 6px 0 0
    }
}

.custom-checkbox > input {
    position: absolute;
    z-index: -1;
    opacity: 0
}

.custom-checkbox > span {
    display: inline-flex;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.custom-checkbox > span::before {
    content: "";
    display: inline-block;
    width: 18.35px;
    height: 18.35px;
    border-radius: 50%;
    position: absolute;
    border: 2px solid transparent;
    left: 2px;
    top: 2px
}

@media (min-width: 992px) {
    .custom-checkbox > span::before {
        width: 20.35px;
        height: 20.35px;
        left: 4px;
        top: 3px
    }
}

.custom-checkbox > input:not(:disabled):active + span::before {
    background-color: #b3d7ff;
    border-color: #b3d7ff
}

.custom-checkbox > input:checked + span::before {
    border: 2px solid #4d9740;
    background-color: #fff;
    background-image: url(../img/tick.png);
    background-repeat: no-repeat;
    background-size: 70%;
    background-position: center
}

.checkbox-wrap {
    width: auto;
    display: flex;
    position: relative
}

.checkbox-wrap #checkMsg-error {
    color: red;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 23px
}

.catalog-instruction {
    width: 100%
}

@media (min-width: 992px) {
    .catalog-instruction {
        position: absolute;
        left: 0;
        bottom: 11px
    }
}

.catalog-instruction .section-title {
    padding: 0;
    margin: 0 auto 15px
}

@media (max-width: 700px) {
    .catalog-instruction .section-descr {
        padding: 0 10%;
        width: 320px
    }
}

.header-panel {
    z-index: 10;
}