
form.wpcf7-form {
    display: flex;
    align-items: center;
}

input.wpcf7-submit {
    font-size: 21px;
}

.wpcf7.no-js {
    display: none; /* Скрыть контейнер */
}


.wpcf7-form .form__input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}



.popup {
    display: none; /* Скрыть по умолчанию */
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content {
    background: rgba(255, 255, 255, 1);
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    width: 70%;
    color: #000;
}

.close-button {
    cursor: pointer;
    float: right;
    font-size: 20px;
    color: #e2c09d;
}

.wpcf7-validation-errors {
    display: none; /* Скрыть текст ошибок */
}
.wpcf7-form-control.wpcf7-not-valid {
    border: 1px solid red; /* Или другой стиль для выделения */
    background-color: rgba(255, 0, 0, 0.1); /* Подсветка фона */
}
span.wpcf7-not-valid-tip {display: none;}

.form-contact__label input {margin:5px 0;position: relative;border:1px solid transparent;}

.about__item {
        list-style: none;
        margin: 15px;
        transition: transform 0.3s;
    }

    .about__card {
    }

    .about__item:hover .about__card {
        /*transform: translateY(-5px);*/
        color: #e2c09d;
        font-weight: 500;
    }

    .about__icon img {
    }

    .about__item:hover .about__icon img {
        transform: scale(1.3);
    }

    .about__text {
    }

.hero {
    min-height: 700px;
    height: 100vh;
}
.services{position:relative;
}.services__box{max-width:600px;width:100%
}

.gradient-text {
  background-image: -webkit-linear-gradient(90deg, rgba(123,130,149,1) 0%, rgba(236,236,236,1) 27%, rgba(255,252,245,1) 55%, rgba(236,236,236,1) 81%, rgba(123,130,149,1) 100%);
  background-image: linear-gradient(90deg, rgba(123,130,149,1) 0%, rgba(236,236,236,1) 27%, rgba(255,252,245,1) 55%, rgba(236,236,236,1) 81%, rgba(123,130,149,1) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.steps__bg{padding-top:90px;padding-bottom:90px;background-color:#061828;position:relative
}@media(max-width: 768px){.steps__bg{padding-bottom:55px;padding-top:55px
}
}.steps__title{max-width:700px;margin-bottom:75px
}.steps__list{display:-ms-grid;display:grid;-ms-grid-columns:(1fr)[12];grid-template-columns:repeat(12, 1fr);position:relative
}@media(max-width: 1024px){.steps__list{-ms-grid-columns:(1fr)[6];grid-template-columns:repeat(6, 1fr)
}
}@media(max-width: 576px){.steps__list{-ms-grid-columns:1fr;grid-template-columns:1fr
}
}.steps__item{-ms-grid-column-span:3;grid-column:span 3;padding:25px 40px;padding-left:0;border-top:2px dashed #285379
}.steps__item:nth-child(1){-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1
}.steps__item:nth-child(2){-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2
}.steps__item:nth-child(3){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3
}.steps__item:nth-child(4){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4
}.steps__item:nth-child(5){-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5
}.steps__item:nth-child(6){-webkit-box-ordinal-group:7;-ms-flex-order:6;order:6
}.steps__item:nth-child(7){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7
}.steps__item--color{border-color:#e2c09d
}.steps__item--color .steps__card::before{background-color:#e2c09d;border-color:#e2c09d
}
.steps__item:nth-child(2) .steps__card::before {border-color:transparent;
  content: "";
  position: absolute;
  left: 0;
  top: -27px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow6.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(0% - 0px) center;
}

.steps__item:nth-child(3) .steps__card::before, .steps__item:nth-child(4) .steps__card::before {border-color:transparent;
  content: "";
  position: absolute;
  left: 0;
  top: -27px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow4.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(0% - 0px) center;
}

.steps__item:nth-child(7) .steps__card::before, .steps__item:nth-child(6) .steps__card::before{
  border-color:transparent;
  content: "";
  position: absolute;
  left: 0;
  top: -27px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow7.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(0% - 0px) center;
  background-color: transparent;
}

.steps__item:nth-child(5) .steps__card::before{
  border-color:transparent;
  content: "";
  position: absolute;
  left: -10px;
  top: -27px;
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow8.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: calc(0% - 0px) center;
  background-color: transparent;
}

.steps__descr{color:#fff;font-weight:500;font-size:14px}


.steps__item:nth-last-child(-n+3){-ms-grid-column-span:4;grid-column:span 4
}@media(max-width: 1024px){.steps__item:nth-last-child(-n+3){-ms-grid-column-span:3;grid-column:span 3
}
}.steps__item:nth-child(4){border-right:2px dashed #285379
}@media(max-width: 1024px){.steps__item:nth-child(4){border-right:none
}
}@media(max-width: 1024px){.steps__item:nth-child(2){border-right:2px dashed #285379
}.steps__item:nth-child(3){-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4
}.steps__item:nth-child(4){-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;padding-left:25px;border-left:2px dashed #285379
}.steps__item:nth-child(5){-webkit-box-ordinal-group:8;-ms-flex-order:7;order:7;grid-column:-1/1
}.steps__item:nth-child(6){border-right:2px dashed #285379
}.steps__item:last-child{-webkit-box-ordinal-group:6;-ms-flex-order:5;order:5
}
}@media(max-width: 576px){.steps__item{padding:0;border:none;padding-left:25px;padding-bottom:20px;border-left:2px dashed #285379;-webkit-box-ordinal-group:initial;-ms-flex-order:initial;order:initial
}.steps__item .steps__card::before{width:10px;height:10px;left:-32px;top:0
}.steps__item:nth-child(5){border-left:transparent
}.steps__item::before{left:0;top:0
}.steps__item--color{border-color:#e2c09d
}
}.steps__card{width:100%;height:100%;background-color:#020f1b;border:1px solid #ecbe90;-webkit-box-shadow:0px 29px 50px 0px #44210f80;box-shadow:0px 29px 50px 0px #44210f80;padding:25px;position:relative
}.steps__card::before{content:"";display:block;-ms-flex-negative:0;flex-shrink:0;width:15px;height:15px;border-radius:50%;border:2px solid #285379;background-color:#061828;position:absolute;left:0;top:-35px
}.steps__card--finall{background:-webkit-gradient(linear, left top, right top, from(#f1c69c), to(#dca76e));background:-o-linear-gradient(left, #f1c69c 0%, #dca76e 100%);background:linear-gradient(90deg, #f1c69c 0%, #dca76e 100%)
}.steps__card--finall .steps__subtitle,.steps__card--finall .steps__descr{color:#05101a;font-weight:700;
}.steps__card--big{padding:55px
}@media(max-width: 1024px){.steps__card--big{padding:25px
}
}.steps__head{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:20px;margin-bottom:34px
}@media(max-width: 768px){.steps__head{gap:10px;margin-bottom:20px
}
}.steps__icon{max-width:50px;width:100%;-ms-flex-negative:0;flex-shrink:0
}.steps__icon img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover
}.steps__subtitle{font-size:21px;font-weight:600;color:#e2c09d
}@media(max-width: 1024px){.steps__subtitle{font-size:17px
}
}




    .contacts {
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: 100% 70%;
        position: relative;
        overflow: hidden
    }

    .contacts__header {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px;
        text-align: center;
        margin-bottom: 100px
    }

    @media (max-width: 1024px) {
        .contacts__header {
            gap: 25px;
            margin-bottom: 50px
        }
    }

    .contacts__descr {
        max-width: 800px;
        width: 100%;
        margin: 0 auto;
        bottom: 35px;
    }

    .contacts__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        gap: 30px;
        margin-bottom: 60px
    }

    @media (max-width: 1024px) {
        .contacts__row {
            -webkit-box-orient: vertical;
            -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            gap: 60px;
            margin-bottom: 30px
        }
    }

    .contacts__man {
        width: 40%;
        min-width: 555px;
        height: 65%;
        position: absolute;
        left: 50%;
        bottom: 0;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: -1
    }

    .contacts__man img {
        width: 100%;
        height: 100%;
        -o-object-fit: fill;
        object-fit: fill
    }

    @media (max-width: 1024px) {
        .contacts__man {
            min-width: auto;
            -webkit-transform: none;
            -ms-transform: none;
            transform: none;
            left: auto;
            right: -13%;
            top: auto;
            height: auto;
            width: 60%
        }
    }

    @media (max-width: 576px) {
        .contacts__man {
            position: initial;
            width: 120%;
            margin-left: -7%;
            margin-bottom: -65%
        }
    }

    .contacts__form {
        max-width: 410px;
        width: 100%
    }

    @media (max-width: 576px) {
        .contacts__form {
            max-width: 100%
        }
    }

    .contacts__benefits {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        gap: 50px
    }

    @media (max-width: 1024px) {
        .contacts__benefits {
            width: 100%;
            -webkit-box-flex: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center
        }
    }

    @media (max-width: 576px) {
        .contacts__benefits {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
            gap: 30px
        }
    }

    .contacts__benefit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 30px;
        max-width: 300px;
        width: 100%
    }

    .contacts__benefit--small {
        max-width: 250px
    }

    @media (max-width: 1024px) {
        .contacts__benefit {
            max-width: 350px
        }
    }

    @media (max-width: 576px) {
        .contacts__benefit {
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-align: center
        }
    }

    .contacts__img {
        max-width: 87px;
        width: 100%;
        border-radius: 50%
    }

    .contacts__img img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover
    }

    .contacts__text {
        font-size: 15px
    }

    @media (max-width: 1024px) {
        .contacts__text {
            font-size: 13px
        }
    }

    .contacts__bg {
        position: relative;
        padding-bottom: 22px
    }

    .contacts__bg::after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(29%, #020f1b), to(rgba(2, 15, 27, 0)));
        background: -o-linear-gradient(bottom, #020f1b 29%, rgba(2, 15, 27, 0) 100%);
        background: linear-gradient(0deg, #020f1b 29%, rgba(2, 15, 27, 0) 100%);
        opacity: .9;
        -webkit-transition: opacity 1s ease;
        -o-transition: opacity 1s ease;
        transition: opacity 1s ease
    }

    .contacts__bg.hide-text--active::after {
        opacity: 0;
        visibility: hidden
    }

    .contacts__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 20px
    }

    .contacts__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 15px;
        list-style-type: disc;
        padding-left: 20px
    }


.form-contact {
    padding: 40px;
    background-color: #061828;
    border: 1px solid #ecbe90;
    -webkit-box-shadow: 0px 20px 80px 0px #010c15;
    box-shadow: 0px 20px 80px 0px #010c15
}

.form-contact__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px;
    margin-bottom: 45px
}

@media (max-width: 576px) {
    .form-contact__header {
        gap: 20px;
        margin-bottom: 25px
    }
}

.form-contact__title {
    font-size: 20px;
    font-weight: 700;
    color: #e2c09d;
    text-align: center
}

@media (max-width: 1024px) {
    .form-contact__title {
        font-size: 19px
    }
}

@media (max-width: 576px) {
    .form-contact__title {
        font-size: 16px
    }
}

.form-contact__text {
    font-size: 14px;
    text-align: center
}

@media (max-width: 1024px) {
    .form-contact__text {
        font-size: 13px
    }
}

@media (max-width: 576px) {
    .form-contact__text {
        font-size: 12px
    }
}

.form-contact__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 15px;
    margin-bottom: 30px
}

@media (max-width: 576px) {
    .form-contact__inputs {
        margin-bottom: 20px
    }
}

.form-contact__label {
    width: 100%
}

.form-contact__input {
    width: 100%;
    padding: 17px 24px;
    background-color: #040c14;
    border: none;
    outline: none;
    color: #fff;
    font-size: 13px
}

.form-contact__input:placeholder {
    color: #616b75
}

@media (max-width: 1024px) {
    .form-contact__input {
        font-size: 12px
    }
}

@media (max-width: 576px) {
    .form-contact__input {
        padding: 15px 20px
    }
}

.form-contact__btn {
    width: 100%;
    font-size: 16px
}

@media (max-width: 1024px) {
    .form-contact__btn {
        font-size: 14px
    }
}

@media (max-width: 1024px) {
    .form-contact {
        padding: 34px
    }
}

@media (max-width: 576px) {
    .form-contact {
        padding: 35px 20px
    }
}





.hero__title{font-family:"Philosopher",sans-serif;max-width:680px;width:100%;margin:0 auto;text-align:center;font-size:45px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 48px;}
.hero__title span{display:inline;font-weight: bold;}


.hero__text{
    max-width:670px;font-size:19px;color:#271c05;text-align:center;letter-spacing:2px;
    font-size:21px;color:#271c05;text-transform:uppercase;letter-spacing:2px;
}



.hero__title span {
          position: relative;
          z-index: 1;
          display: inline;
          font-weight: bold;
        }
.hero__title span::after {
  content: "";
  display: block;
  border-bottom: 20px solid;
  border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
  width: 108%;
  left: -100px;
  margin:-20px auto 0 84px;position: relative;
  z-index: -1;
  position: absolute;
}




input.buttonUI{border: none;display:inline-block;font-size:18px;font-weight:400;padding:20px 30px;text-align:center;letter-spacing:2px;text-transform:uppercase;background:-webkit-gradient(linear, left top, right top, from(#f1c69c), to(#dca76e));background:-o-linear-gradient(left, #f1c69c 0%, #dca76e 100%);background:linear-gradient(90deg, #f1c69c 0%, #dca76e 100%);-webkit-box-shadow:0px 20px 50px 0px #4f3231;box-shadow:0px 20px 50px 0px #4f3231;color:#261604;-webkit-transition:opacity .3s ease,color .3s ease;-o-transition:opacity .3s ease,color .3s ease;transition:opacity .3s ease,color .3s ease;position:relative;overflow:hidden
}
input.buttonUI::after{content:" ";width:10px;height:300px;background:#fff;-webkit-animation-delay:1s;animation-delay:1s;position:absolute;top:-70px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)
}

input.buttonUI:hover{color:#fff
}

input.buttonUI--black{background:#020f1b;color:#fff;-webkit-box-shadow:0px 29px 50px 0px #44210f80;box-shadow:0px 29px 50px 0px #44210f80
}

#contact-form input.buttonUI{border: none;display:inline-block;font-size:16px;font-weight:400;padding:20px 30px;text-align:center;letter-spacing:2px;text-transform:uppercase;background:-webkit-gradient(linear, left top, right top, from(#f1c69c), to(#dca76e));background:-o-linear-gradient(left, #f1c69c 0%, #dca76e 100%);background:linear-gradient(90deg, #f1c69c 0%, #dca76e 100%);-webkit-box-shadow:0px 20px 50px 0px #4f3231;box-shadow:0px 20px 50px 0px #4f3231;color:#261604;-webkit-transition:opacity .3s ease,color .3s ease;-o-transition:opacity .3s ease,color .3s ease;transition:opacity .3s ease,color .3s ease;position:relative;overflow:hidden
}
#contact-form input.buttonUI::after{content:" ";width:10px;height:300px;background:#fff;-webkit-animation-delay:1s;animation-delay:1s;position:absolute;top:-70px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)
}

#contact-form input.buttonUI:hover{color:#fff
}

#contact-form input.buttonUI--black{background:#020f1b;color:#fff;-webkit-box-shadow:0px 29px 50px 0px #44210f80;box-shadow:0px 29px 50px 0px #44210f80
}






.intr {display: flex;margin-top:2px;font-size:21px}


.services__title{margin-bottom:80px}
.services__info{max-width:540px;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:40px}
.services__subtitle{font-size:22px;font-weight:600}
.services__subtitle span{color:#e2c09d}
.services__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:15px;list-style-type:disc;padding-left:20px
}
.services__item::marker{color:#e2c09d}
.services__img{width:60%;height:100%;right:0;bottom:0;top:0;position:absolute;z-index:-1}
.services__img img{width:100%;height:100%;-o-object-fit:fill;object-fit:fill}
.services__descr{font-size:18px}
.services__descr--small{font-size:17px}
.services__btn{max-width:365px;width:100%;}






@media(max-width: 1024px){
    .hero__text{font-size:18px}
    .hero__title{font-size:32px;line-height: 25px;}
    input.buttonUI{font-size:18px;width: 100%;}
    .intr {display: flex;margin-top:2px;font-size:18px}
}




@media(max-width: 768px){


#contact-form input.buttonUI{border: none;display:inline-block;font-size:14px;font-weight:400;padding:20px 30px;text-align:center;letter-spacing:2px;text-transform:uppercase;background:-webkit-gradient(linear, left top, right top, from(#f1c69c), to(#dca76e));background:-o-linear-gradient(left, #f1c69c 0%, #dca76e 100%);background:linear-gradient(90deg, #f1c69c 0%, #dca76e 100%);-webkit-box-shadow:0px 20px 50px 0px #4f3231;box-shadow:0px 20px 50px 0px #4f3231;color:#261604;-webkit-transition:opacity .3s ease,color .3s ease;-o-transition:opacity .3s ease,color .3s ease;transition:opacity .3s ease,color .3s ease;position:relative;overflow:hidden
}
#contact-form input.buttonUI::after{content:" ";width:10px;height:300px;background:#fff;-webkit-animation-delay:1s;animation-delay:1s;position:absolute;top:-70px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)
}

#contact-form input.buttonUI:hover{color:#fff
}

#contact-form input.buttonUI--black{background:#020f1b;color:#fff;-webkit-box-shadow:0px 29px 50px 0px #44210f80;box-shadow:0px 29px 50px 0px #44210f80
}


    .services__box{max-width:100%}
    .services__title{margin-bottom:50px}
    .services__info{max-width:100%;gap:30px}
    .services__img{position:initial;width:106%;margin-top:-10%;margin-left:-3%}
    .services__subtitle{font-size:18px}
    .services__descr{font-size:15px}
    .services__btn{max-width:100%;width:100%;}

    .hero__text {font-size:13px;margin:12px 0;position: relative;}
    .hero {padding-top:42px;padding-bottom:230px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:26px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 28px;}
    .hero__title span{display:inline;font-weight: bold;position: relative;z-index: 1;display: block;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 20px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 58%;
        left: -18px;
        margin:-6px auto -20px 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
    .steps__item:nth-child(2) .steps__card::before {
        border-color:transparent;
        content: "";
        position: absolute;
        left: -27px;
        top: -14px;
        transform: translateY(-50%);
        width: 33px;
        height: 33px;
        background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow6.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: calc(0% - 0px) center;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .steps__item:nth-child(3) .steps__card::before, .steps__item:nth-child(4) .steps__card::before {
        border-color:transparent;
        content: "";
        position: absolute;
        left: -27px;
        top: -14px;
        transform: translateY(-50%);
        width: 33px;
        height: 33px;
        background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow4.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: calc(0% - 0px) center;
        transform: translate(-50%, -50%) rotate(90deg);
    }
    .steps__item:nth-child(7) .steps__card::before, .steps__item:nth-child(6) .steps__card::before{
        border-color:transparent;
        content: "";
        position: absolute;
        left: -28px;
        top: -14px;
        transform: translateY(-50%);
        width: 33px;
        height: 33px;
        background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow7.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: calc(0% - 0px) center;
        background-color: transparent;
        transform: translate(-50%, -50%) rotate(270deg);
    }
    .steps__item:nth-child(5) .steps__card::before{
        border-color:transparent;
        content: "";
        position: absolute;
        left: -28px;
        top: -14px;
        transform: translateY(-50%);
        width: 33px;
        height: 33px;
        background-image: url('<?php bloginfo('template_directory'); ?>/assets/images/arrow8.png');
        background-size: contain;
        background-repeat: no-repeat;
        background-position: calc(0% - 0px) center;
        background-color: transparent;
        transform: translate(-50%, -50%) rotate(270deg);
    }
    input.buttonUI{
        font-size:12px;padding:12.5px 16px;width: 100%
    }
    .intr {
        display: flex;margin-top:2px;font-size:12px
    }




}


@media(max-width: 576px){
    .services__descr{font-size:13px;}
    .services__btn{max-width:100%;width:100%;}
    .hero__text{font-size:13px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:23px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 23px;}
    .hero__form{max-width:320px;margin:0 auto;}
    .hero__title span{display:both;font-weight: bold;position: relative;z-index: 1;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 20px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 60%;
        left: -40px;
        margin:-4px auto 0 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
}



@media(max-width: 428px){
    .hero__text{font-size:13px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:23px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 27px;}
    .hero__form{max-width:320px;margin:0 auto;}
    .hero__title span{display:both;font-weight: bold;position: relative;z-index: 1;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 12px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 43%;
        left: 28px;
        margin:-4px auto 0 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
}

@media(max-width: 414px){
    .hero__text{font-size:13px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:23px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 27px;}
    .hero__form{max-width:320px;margin:0 auto;}
    .hero__title span{display:both;font-weight: bold;position: relative;z-index: 1;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 12px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 49%;
        left: 10px;
        margin:-4px auto 0 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
}


@media(max-width: 390px){

    #contact-form input.buttonUI{border: none;display:inline-block;font-size:12px;font-weight:400;padding:20px 30px;text-align:center;letter-spacing:2px;text-transform:uppercase;background:-webkit-gradient(linear, left top, right top, from(#f1c69c), to(#dca76e));background:-o-linear-gradient(left, #f1c69c 0%, #dca76e 100%);background:linear-gradient(90deg, #f1c69c 0%, #dca76e 100%);-webkit-box-shadow:0px 20px 50px 0px #4f3231;box-shadow:0px 20px 50px 0px #4f3231;color:#261604;-webkit-transition:opacity .3s ease,color .3s ease;-o-transition:opacity .3s ease,color .3s ease;transition:opacity .3s ease,color .3s ease;position:relative;overflow:hidden
}
#contact-form input.buttonUI::after{content:" ";width:10px;height:300px;background:#fff;-webkit-animation-delay:1s;animation-delay:1s;position:absolute;top:-70px;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-transition:all .1s;-o-transition:all .1s;transition:all .1s;-webkit-animation-name:slideme;animation-name:slideme;-webkit-animation-duration:2s;animation-duration:2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)
}

#contact-form input.buttonUI:hover{color:#fff
}

#contact-form input.buttonUI--black{background:#020f1b;color:#fff;-webkit-box-shadow:0px 29px 50px 0px #44210f80;box-shadow:0px 29px 50px 0px #44210f80
}

    .hero__text{font-size:13px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:23px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 27px;}
    .hero__form{max-width:320px;margin:0 auto;}
    .hero__title span{display:both;font-weight: bold;position: relative;z-index: 1;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 12px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 51%;
        left: 0px;
        margin:-4px auto 0 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
}

@media(max-width: 375px){
    .hero__text{font-size:13px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:23px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 27px;}
    .hero__form{max-width:320px;margin:0 auto;}
    .hero__title span{display:both;font-weight: bold;position: relative;z-index: 1;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 12px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 55%;
        left: -10px;
        margin:-4px auto 0 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
}


@media(max-width: 320px){
    .hero__text{font-size:13px}
    .hero__title{font-family:"Philosopher",sans-serif;max-width:980px;width:100%;margin:0 auto;text-align:center;font-size:23px;color:#1c1403;text-transform:uppercase;display: inline;line-height: 27px;}
    .hero__form{max-width:320px;margin:0 auto;}
    .hero__title span{display:both;font-weight: bold;position: relative;z-index: 1;}
    .hero__title span::after {
        content: "";
        display: block;
        border-bottom: 12px solid;
        border-image: linear-gradient(to right, #F1C69C, #DCA76E) 1 1 0 0 / 20px stretch;
        width: 66%;
        left: -40px;
        margin:-4px auto 0 84px;position: relative;
        z-index: -1;
        position: absolute;z-index:2;
    }
    input.buttonUI {border: none;font-size:12px;padding:12.5px 16px;width: 100%;margin:0 auto;}

}



.contacts .contacts__wrapper_one{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:30px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}
@media(max-width: 768px){.contacts .contacts__wrapper_one{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;text-align:center;gap:40px}
}
.contacts__left{max-width:300px}
@media(max-width: 768px){.contacts__left{max-width:100%;padding-left:15px;padding-right:15px}
}
.contacts__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px;margin-bottom:25px;margin-top: 40px;}
@media(max-width: 768px){.contacts__info{gap:20px}
}
.contacts__descr{font-size:18px}
.contacts__descr--bold{font-weight:700}
.contacts__descr--address,.contacts__descr--tel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:12px}
.contacts__descr--address::before,.contacts__descr--tel::before{content:"";display:block;width:16px;height:16px;background-repeat:no-repeat;background-size:contain;background-position:center}

@media(max-width: 768px){
    .contacts__descr--address,.contacts__descr--tel{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:10px}
}

.contacts__descr--address::before{background-image:url("../images/icons/marker.svg")}
.contacts__descr--tel::before{background-image:url("../images/icons/tel.svg")}
.contacts__work{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}
.contacts__map{max-width:760px;width:100%;height:440px}
.contacts__map iframe{
    width:100%;min-width:100%;min-height:inherit;-o-object-fit:fill;object-fit:fill
}

@media(max-width: 768px){
    .contacts__map{max-width:100%;width:100%;height:250px}
}

@media(max-width: 768px){
    .contacts{padding-bottom:0}
}




