html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

/* .splash {
    display: none;
} */

@font-face {
    font-family: "gh";
    src: url(fonts/Gotham-Light.eot);
    src: url(fonts/Gotham-Light.eot?#iefix) format("embedded-opentype"),
        url(fonts/Gotham-Light.woff) format("woff"),
        url(fonts/Gotham-Light.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "gpm";
    src: url(fonts/GothamPro-Medium.eot);
    src: url(fonts/GothamPro-Medium.eot?#iefix) format("embedded-opentype"),
        url(fonts/GothamPro-Medium.woff) format("woff"),
        url(fonts/GothamPro-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "ghm";
    src: url(fonts/GothamCond-Medium.eot);
    src: url(fonts/GothamCond-Medium.eot?#iefix) format("embedded-opentype"),
        url(fonts/GothamCond-Medium.woff) format("woff"),
        url(fonts/GothamCond-Medium.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

@font-face {
    font-family: "gpi";
    src: url(fonts/GothamPro-Italic.eot);
    src: url(fonts/GothamPro-Italic.eot) format("embedded-opentype"),
        url(fonts/GothamPro-Italic.woff) format("woff"),
        url(fonts/GothamPro-Italic.ttf) format("truetype");
    font-style: normal;
    font-weight: normal;
    font-display: swap;
}

footer .wrap {
    display: flex;
}

#ericTitle {
    color: #1F1F1F;
}

#case,
#catalog {
    position: relative;
}

.menu__ul {
    font-family: gpb;
    font-size: 17px;
    color: #1F1F1F;
    text-align: left;

}

.menu__ul li {
    color: #1F1F1F;
    font-family: gp;
    font-size: 15px;
}

.menu__sep {
    background: #6262624D;
    width: 2px;
    border-radius: 2px;
}

.menu__arrow {
    display: none;
}

#case:hover #case__menu,
#catalog:hover #catalog__menu {
    visibility: visible;
    transform: translateY(0px);
    opacity: 1;
    transition: transform 0.7s, opacity 0.7s, visibility 1s;

}

.menu__item:hover .menu__link {
    color: #FFFFFF;
}

#case__menu,
#catalog__menu {
    /* display: none; */
    opacity: 0;
    background: #FFFFFF;
    border-radius: 10px;
    padding: 53px 56px 53px 28px;
    justify-content: space-between;
    min-width: calc(800px + (1200 - 800) * ((100vw - 1024px) / (1920 - 1024)));
    min-height: 211px;
    position: absolute;
    top: 90px;
    left: -74px;
    z-index: 1000;
    transform: translateY(20px);
    display: flex;
    visibility: hidden;
    transition: transform 0.5s, opacity 0.5s, visibility 1s;
}

#case__menu {
    flex-direction: column;
}

#catalog__menu li {
    flex-basis: 0;
    flex-grow: 1;
}

#catalog__menu::after {
    content: '';
    position: absolute;
    width: 0px;
    top: -30px;
    left: 95px;
    border: 12px solid transparent;
    border-bottom: 18px solid white;
}

#catalog__menu.hover {
    display: flex !important;
}
main > article{
    /* display:flex; */
    /* flex-direction: column; */
}

#thisMainPage footer,
footer.thisCatBlockFoot {
    padding: 0;
    font-size: 16px;
}

.privacy-policy {
    text-align: left;
    margin-top: 5px;
    margin-bottom: 0;
    padding-bottom: 16px;
}

.privacy-policy.wrap {}

.seeAlso {
    max-width: 22%;
    text-align: right;
    line-height: 25px;
}

.preview {
    width: 100%;
    background-color: #1F1F1F;
    display: flex;
    /* justify-content: space-between; */
    flex-direction: column;
    position: relative;
    padding-top: calc(117px + (204 - 117) * ((100vw - 360px) / (1920 - 360)));
    overflow: hidden;
}

.d-flex {
    display: flex;
}

.preview__background {
    /* padding-top: 80px; */
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    margin-top: calc(58.5px + (102 - 58.5) * ((100vw - 360px) / (1920 - 360)));
    /* height: 100%; */
    display: flex;
    align-items: center;
}

.preview__background img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.preview__image {
    display: flex;
    align-items: end;
    max-width: 41.66666667%;
    z-index: 10;
    position: absolute;
    right: 0;
    height: 100%;
    bottom: 0;
    margin-right: 10%;
}

.preview__image img {
    /* width: 100%; */
    height: 70%;
    /* object-fit: cover; */
    margin-bottom: calc(158px + (198 - 158) * ((100vw - 1024px) / (1920 - 1024)));
    object-position: left;
}

.preview__title {
    font-family: gp;
    font-size: calc(35px + (45 - 35) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(45px + (55 - 45) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-bottom: calc(20px + (25 - 20) * ((100vw - 1024px) / (1920 - 1024)));

}

.swiper-pagination-bullet-active.custom-active {
    background-color: #494949 !important;
}

.swiper-pagination .swiper-pagination-bullet {
    opacity: 1;
    background-color: #323232;
}

.swiper-pagination.custom {
    bottom: -20px;
}

.preview__title span {
    color: rgba(253, 233, 0, 1);
}

.preview__subtitle {
    font-family: gh;
    font-size: calc(18px + (25 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 300;
    line-height: calc(25px + (32 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: rgba(255, 255, 255, 1);
}

.preview__price {
    font-family: gpb;
    font-size: calc(35px + (45 - 35) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(45px + (55 - 45) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: rgba(255, 255, 255, 1);
    margin-top: calc(75px + (100 - 75) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: calc(54px + (74 - 54) * ((100vw - 1024px) / (1920 - 1024)));
}

.preview__slider .slider-content {
    width: 46.44030668%;
    margin-left: auto;
    margin-right: 27%;
    height: 100%;
    position: relative;
    overflow: hidden;
}

.preview__slider .swiper-slide {
    display: flex;
    align-items: center;
}

.preview__slider .swiper-slide div {
    font-family: gpb;
    font-size: calc(40px + (80 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: 20px;
    text-align: left;
    color: #FDE900;
    margin-right: 7.786%;
    flex-shrink: 0;
}

.preview__slider .swiper-slide span {
    font-family: gp;
    font-size: 18px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
    color: #FFFFFF;
}

.contact__button {
    border: 3px solid rgba(31, 31, 31, 1);
    font-family: gpb;
    font-size: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    line-height: 18px;
    text-align: center;
    color: rgba(31, 31, 31, 1);
    width: calc(200px + (256 - 200) * ((100vw - 1024px) / (1920 - 1024)));
    height: 62.42px;
    gap: 0px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.preview__text .contact__button {
    margin-bottom: calc(37px + (74 - 37) * ((100vw - 1024px) / (1920 - 1024)))
}

.yellow-white {
    background-color: rgba(253, 233, 0, 1);
    box-shadow: 9px 7.5px rgba(255, 255, 255, 1);
    transition: all 0.2s;
}

.yellow-white:hover {
    box-shadow: 0px 0px;
    transform: translate(9px, 7.5px);
}

.white-black {
    background-color: rgba(255, 255, 255, 1);
    box-shadow: 9px 7.5px rgba(31, 31, 31, 1);
    transition: all 0.2s;
}

.white-black:hover {
    box-shadow: 0px 0px;
    transform: translate(9px, 7.5px);
}

/* .white-black:hover {
    background-color: rgba(253, 233, 0, 1);
} */

.black-white {
    background-color: rgb(0, 0, 0);
    box-shadow: 9px 8.5px rgb(255, 255, 255), 11px 8.5px rgb(0, 0, 0), 9px 10.5px rgb(0, 0, 0);
    transition: all 0.2s;
    color: white;
}
.black-white:hover {
    box-shadow: 0px 0px;
    transform: translate(9px, 8.5px);
    transition: box-shadow ease 0.2s,all ease 0.2s ;
}

/* .contact__button {
    content: "";
    width: 255.92px;
    height: 62.42px;
    top: 70px;
    left: 9.08px;
    gap: 0px;
    border-radius: 50px;
    border: 3px 0px 0px 0px;
    opacity: 0px;
    position: absolute;
    top: 0;
    left: 0;
    background-color: red;
    padding-top: 5px;
    padding-left: 5px;
    z-index: 1;
} */
#contact {
    background: #1F1F1F;
    position: relative;
    z-index: 1;
}

.preview__text {
    /* padding-left: 15.20833333%; */
    padding-left: 10%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    z-index: 0;
    /* max-width: 57%; */
    max-width: 51%;
}

.preview__slider {
    width: calc(613px + (913 - 613) * ((100vw - 1024px) / (1920 - 1024)));
    height: calc(158px + (198 - 158) * ((100vw - 1024px) / (1920 - 1024)));
    position: relative;
    bottom: 0;
    left: 0;
    background-image: url("img/SlideFigure.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    z-index: 100;
}

.section-white {
    background-color: white;
}

.advant {
    width: 100%;
}

.advant__content {
    display: flex;
    width: 69.58333333%;
    justify-content: space-between;
    margin: 0 auto;
    align-items: center;
    margin-top: calc(100px + (125 - 100) * ((100vw - 1024px) / (1920 - 1024)));
}

.advant__title {
    font-family: gpb;
    font-size: calc(30px + (35 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(50px + (55 - 50) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: rgba(0, 0, 0, 1);
    text-transform: uppercase;
    max-width: 38.47305389%;
    margin-right: 2.694610778%;

}

.advant__split {
    width: 16.16766467%;
    background-color: black;
    border-radius: 20px;
    height: 5px;
    flex-shrink: 8;
}

.advant__description {
    font-family: gpl;
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(23px + (25 - 23) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    width: 48.65269461%;
    margin-left: 36px;
    color: #1F1F1F;
}

.advant__end {
    font-family: gh;
    font-size: calc(40px + (50 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 500;
    line-height: 50px;
    text-align: left;
    color: rgba(217, 217, 217, 1);
    transform: translateX(-29.84375%);
    margin-top: calc(46px + (78 - 46) * ((100vw - 1024px) / (1920 - 1024)));
    display: flex;
    justify-content: flex-end;
    overflow: hidden;
}

.consult-form {
    border: 2px solid rgba(0, 0, 0, 1);
    width: 68.02083333%;
    margin: 0 auto;
    padding: 59px 69px;
    border-radius: 15px;
    box-shadow: 27px 31px rgba(31, 31, 31, 1);
    margin-top: calc(40px + (80 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: calc(64px + (128 - 64) * ((100vw - 1024px) / (1920 - 1024)));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.consult-form .contact__button {
    margin: 0 auto;
}

.form__title {
    font-family: gpb;
    font-size: calc(25px + (35 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(30px + (40 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    text-transform: uppercase;
}

.form__text {
    width: 60.13745704%;
    display: flex;
    flex-direction: column;
}

.form__field {
    width: 78.85714286%;
    margin-top: calc(25px + (50 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    position: relative;
}

.form__field input {
    background-color: transparent;
    outline: 0;
    border: none;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: solid 3px #1F1F1F;
    width: 100%;
    font-family: gpl;
    font-size: calc(18px + (25 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(25px + (32 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
}

/* .form__field::before {
    content: "";
    width: 100%;
    height: 2px;
    position: absolute;
    background-color: black;
    border-radius: 20px;
    bottom: 0;
    left: 0;
} */

.section-black {
    background-color: #1F1F1F;
    display: inline-block;
    width: 100%;
}

.advantages {}

.advantage__block.advantagesThisBlock {
    border-radius: 15px;
    display: flex;
    justify-content: center;
}

.advantage__block.advantagesThisBlock:hover {
    background: white;
}

.advantage__block.advantagesThisBlock:hover .block__name {
    opacity: 0;
}

.advantagesInvisibleText {
    line-height: 1.25;
    max-height: 0;
    transition: opacity ease-in-out .15s, max-height ease-in .2s;
}

.advantage__block.advantagesThisBlock:hover .advantagesInvisibleText {
    color: black;
    max-height: 100%;
    transition: all ease-in-out .6s, max-height .2s;
}

#advantages .advantage__block.advantagesThisBlock:hover .stPlus {
    fill: black;
}

.advantage__block.advantagesThisBlock:nth-child(4n+2) {
    margin-right: 0;
}

.section__content {
    width: 69.375%;
    margin: 0 auto;
    margin-top: calc(100px + (125 - 100) * ((100vw - 1024px) / (1920 - 1024)));
}

.section__text {
    /* padding-top: calc(60px + (120 - 60) * ((100vw - 1024px) / (1920 - 1024))); */
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 10;
}

.section-line {
    /* position: absolute; */
    right: 0;
    height: 5px;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    width: 91.09281437%;
    z-index: 10;
    margin-right: -22.03455%;
    flex-shrink: 1.05;
    /* margin-left: 15px; */
}

.black-line {
    background-color: rgba(31, 31, 31, 1);
}

.yellow-line {
    background-color: rgba(253, 233, 0, 1);

}

.section__title {
    font-family: gpb;
    font-size: calc(35px + (45 - 35) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(45px + (55 - 45) * ((100vw - 1024px) / (1920 - 1024)));
    text-transform: uppercase;
    text-align: left;
    color: rgba(255, 255, 255, 1);
    max-width: 67%;
    min-width: 40%;
    margin-right: 4.116766467%;
    flex-shrink: 0;
}

.faq__question {
    width: 99.0990991%;
    background: white;
    box-shadow: 12px 12px rgba(253, 233, 0, 1);
    padding-top: calc(19px + (38 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    padding-bottom: calc(19px + (38 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    padding-left: 59px;
    position: relative;
    border-radius: 12px;
    border: solid 3px black;
    display: flex;
    justify-content: space-between;
    z-index: 4;
}

.faq__item:not(:last-child) {
    margin-bottom: 20px;
}

.faq__answer {
    width: 97.0990991%;
    background: white;
    padding-top: calc(19px + (38 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    padding-bottom: calc(19px + (38 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    padding-left: 59px;
    padding-right: 30px;
    border-radius: 15px;
    border: solid 2px black;
    margin-top: 0;
    transform: translateY(-100%);
    transition: transform 0.2s linear;
    overflow: hidden;
    /* margin-bottom: 20px; */
    margin-left: auto;
    margin-right: auto;
}

.faq__arrow.active {
    transform: translateY(-50%) rotate(180deg);
}

.faq__answer-wrap.active .faq__answer {
    transform: translateY(0);
    margin-top: 15px;
    transition: transform 0.2s;
}

/* .faq__answer-wrap.active .faq__answer * {
    display: block;
} */

.faq__answer-wrap {
    overflow: hidden;
    max-height: 0;
    transition: all ease 0.5s;
    display: inline-block;
}

.faq__answer-wrap.active {
    max-height: 800px;
    transition: all cubic-bezier(0.59, 0.39, 0.85, 0.71) 1s;
}

.faq__answer * {
    font-family: gpl;
    font-size: 20px;
    font-weight: 400;
    line-height: 25px;
    text-align: left;
}

/* .faq__question */

.faq__arrow {
    transition: transform 0.3s;
    position: absolute;
    right: 40px;
    top: 50%;
    /* position the top  edge of the element at the middle of the parent */

    transform: translateY(-50%);
}

.faq__question:not(:first-child) {
    margin-top: calc(13px + (26 - 13) * ((100vw - 1024px) / (1920 - 1024)));
}

.faq__text {
    font-family: gpl;
    font-size: calc(18px + (25 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(18px + (25 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: black;

}

.faq__confirm-message {
    position: absolute;
    color: #FFFFFF;
    bottom: -15px;
    left: 0;
    width: 35%;
    font-family: gpi;
    font-size: 10px;
    font-weight: 400;
    line-height: 10px;
    text-align: left;
}

.advantages__blocks {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
    margin-top: calc(19px + (38 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: calc(57px + (115 - 57) * ((100vw - 1024px) / (1920 - 1024)));
}

.advantage__block {
    width: 49.10179641%;
    background: rgba(253, 233, 0, 1);
    height: auto;
    min-height: 230px;
    padding: 31px 21px;
    display: flex;
    /* align-items: flex-end; */
    flex-direction: column;
    justify-content: flex-end;
    position: relative;

}

.advantage__block:nth-child(n+3) {
    margin-top: calc(14px + (28 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    margin-left: 0;
}

.black {
    color: black;
}

.block__name {
    font-family: gpm;
    font-size: calc(20px + (25 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(25px + (30 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    display: table;
    height: 60px;
    width: 60.21341463%;
    z-index: 5;
    bottom: 0;
    left: 0;
    color: #1f1f1f;
    width: 50%;
    bottom: 5.6%;
    left: 6.44067796610169%;
    max-height: 4em;
    position: absolute;
    word-wrap: break-word;
    opacity: 1;
    transition: opacity .2s;
}

.block__img {
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0.09;
    padding-left: 31px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    height: 100%;
    mix-blend-mode: color-burn;
}

.cases-list {
    display: flex;
    justify-content: space-between;
    margin-top: calc(80px + (113 - 80) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: calc(40px + (52 - 40) * ((100vw - 1024px) / (1920 - 1024)));
}

.cases-list .swiper-wrapper {
    flex-flow: wrap;
}

.cases-list .swiper-slide {
    margin-right: 30px;
    width: calc(33.3333333333% - 20px);
}

.cases-list .swiper-slide:nth-child(3n) {
    margin-right: 0;
}

.cases-list .swiper-slide:nth-child(n+4) {
    margin-top: 30px;
}

.cases-list .swiper-slide {
    /* width: fit-content; */
}

.case__logo {
    width: 22.30046948%;
    /* height: 99px; */
    position: absolute;
    top: 0;
    right: 4.460093897%;
    z-index: 10;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}

.mg-auto {
    margin: 0 auto;
}

.case {
    height: calc(500px + (676 - 500) * ((100vw - 1024px) / (1920 - 1024)));
    width: 32.03007519%;
    position: relative;
    display: flex;
    align-items: flex-end;
    border-radius: 15px;
    overflow: hidden;
    transition: all 0.2s;
}

.case:hover {
    scale: 1.05;
}

.case__action a svg path,
.case__action a svg circle {
    transition: fill .2s;
}

.case__action a:hover svg circle {
    fill: black;
}

.case__action a:hover svg path {
    fill: #FDE900;
}

/* .case__title {
    font-family: gp;
    font-size: calc(14px + (15 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(19px + (20 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: rgba(255, 255, 255, 1);
} */

.case__result {
    display: flex;
    justify-content: space-between;
}

.case__img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.case__text {
    background-color: rgba(31, 31, 31, 0.8);
    z-index: 5;
    width: 100%;
    border-radius: 15px;
    height: 41.71597633%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.case__text>div {
    width: 83.8028169%;
    margin: 0 auto;
    margin-top: calc(18px + (36 - 18) * ((100vw - 1024px) / (1920 - 1024)));
}

.result__text {
    font-family: gpb;
    font-size: calc(20px + (40 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    z-index: 5;
    color: rgba(255, 255, 255, 1);
    display: flex;
    flex-direction: column;
    margin-top: calc(21px + (42 - 21) * ((100vw - 1024px) / (1920 - 1024)));
    justify-content: center;
}

.result__text_after {
    font-family: gp;
    font-size: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: 13.4px;
    text-align: center;
}

.result_text_before+.result__text_after {
    margin-top: calc(12px + (14 - 12) * ((100vw - 1024px) / (1920 - 1024)));
}

.case__title {
    font-family: gp;
    font-size: calc(14px + (15 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(19px + (20 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: rgba(255, 255, 255, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -moz-box;
    -moz-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    line-clamp: 2;
    box-orient: vertical;
}

.case__text .case__action {
    margin: 0;
    width: 92.990654205%;
    /* margin-top: calc(18px + (23 - 18) * ((100vw - 1024px) / (1920 - 1024))); */
    margin-bottom: calc(25px + (32 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.case__marker {
    width: 54.773869346%;
    background-color: #FDE900;
    font-family: gpm;
    font-size: calc(14px + (15 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(14px + (15 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    display: block;
    padding-left: 9.04522613065%;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    height: 62px;
    display: flex;
    align-items: center;
    padding-right: 3%;
}

.contact__banner {
    width: 68.489583333%;
    /* margin-top: calc(48px + (96 - 48) * ((100vw - 1024px) / (1920 - 1024))); */
    margin-left: auto;
    margin-right: auto;
    /* padding-top: calc(35px + (75 - 35) * ((100vw - 1024px) / (1920 - 1024))); */
    /* padding-right: calc(26px + (52 - 26) * ((100vw - 1024px) / (1920 - 1024))); */
    /* padding-left: calc(48px + (96 - 48) * ((100vw - 1024px) / (1920 - 1024))); */
    /* padding-bottom: 30px; */
    /* border: solid 3px black; */
    /* border-radius: 10px; */
    /* min-height: calc(221px + (321 - 221) * ((100vw - 1024px) / (1920 - 1024))); */
    transform: translateY(31.15264798%);
    /* background-color: white; */
    position: relative;
    z-index: 10;
    box-shadow: none;
    /* background: yellow; */
}

.banner__text {
    width: 58.3269961977%;
}

.banner__title {
    font-family: gpb;
    font-size: calc(25px + (35 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(30px + (40 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    text-transform: uppercase;
    margin-bottom: calc(21px + (42 - 21) * ((100vw - 1024px) / (1920 - 1024)));

}

.banner__description {
    font-family: gpl;
    font-size: calc(20px + (25 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(20px + (25 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
}

.banner__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white;
    padding-right: calc(26px + (52 - 26) * ((100vw - 1024px) / (1920 - 1024)));
    padding-left: calc(48px + (96 - 48) * ((100vw - 1024px) / (1920 - 1024)));
    padding-top: calc(35px + (75 - 35) * ((100vw - 1024px) / (1920 - 1024)));
    padding-bottom: 50px;
    border-radius: 15px;
    border: solid black 2px;
    height: 100%;
}

.banner__content::after {
    content: '';
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 15px;
    left: 17px;
    background: rgba(253, 233, 0, 1);
    z-index: -1;
    border-radius: 15px;
    border: solid black 2px;
}

.price {
    padding-top: calc(50px + (100 - 50) * ((100vw - 1024px) / (1920 - 1024)));
}

.price__list {
    margin-top: calc(78px + (96 - 78) * ((100vw - 1024px) / (1920 - 1024)));
    display: flex;
    align-items: center;
    margin-bottom: calc(82px + (102 - 82) * ((100vw - 1024px) / (1920 - 1024)));
}

.price__block {
    width: 32.35735736%;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}

.price__block:not(:last-child):before {
    content: '';
    width: 5px;
    position: absolute;
    right: 0;
    background: rgba(82, 82, 82, 1);
    height: 366px;
    top: 50%;
    transform: translateY(-50%);
    border-radius: 2px;
    right: -5px;
    z-index: 10;
}

.price__block:not(:first-child) {
    margin-left: 1.46396396%;
}

.link__arrow {
    display: none;
}

.price__block div {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.price__title {
    font-family: gp;
    font-size: calc(18px + (25 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(25px + (32 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: center;
    color: white;
}

.price__value {
    font-family: gp;
    font-size: calc(18px + (25 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(25px + (32 - 25) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: center;
    margin-top: calc(26px + (52 - 26) * ((100vw - 1024px) / (1920 - 1024)));
    color: white;
}

.price__img {
    width: 100%;
    margin-top: calc(48px + (96 - 48) * ((100vw - 1024px) / (1920 - 1024)));
    height: calc(150px + (232 - 150) * ((100vw - 1024px) / (1920 - 1024)));
    ;
}

.sep-line {
    background-color: rgba(82, 82, 82, 1);
    width: 6px;
    border-radius: 2px;
    height: 366px;
}

.price__button,
.faq__button {
    border: 3px solid rgba(255, 235, 0, 1);
    font-family: gp;
    font-size: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(40px + (50 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    border-radius: 50px;
    color: white;
    padding: 0 18px;
    margin-top: calc(28px + (57 - 28) * ((100vw - 1024px) / (1920 - 1024)));
    transition: all 0.2s;
    cursor: pointer;
}

.faq .faq__button {
    margin-left: calc(25px + (51 - 25) * ((100vw - 1024px) / (1920 - 1024)));
}

.faq__button:hover,
.price__button:hover {
    background: rgba(255, 235, 0, 1);
    color: black;
}

.steps {
    position: relative;
}

.steps__num {
    width: 100%;
    font-family: gpb;
    font-size: calc(40px + (50 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(40px + (45 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: center;
    color: rgba(82, 82, 82, 1);
    z-index: 5;
    cursor: pointer;
}

.steps__name {
    font-family: gp;
    font-size: calc(14px + (18 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(26px + (30 - 26) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    text-transform: uppercase;
    max-width: 80%;
}

.steps__inner {
    margin-top: 120px;
    display: flex;
    justify-content: space-between;
    margin-bottom: calc(65px + (134 - 65) * ((100vw - 1024px) / (1920 - 1024)));
}

.steps__row {
    display: grid;
    row-gap: 50px;
    grid-auto-rows: 50px;
    align-items: center;
}

.steps__row:first-child {
    position: relative;
}

.steps__row:first-child::after {
    content: '';
    width: calc(100% - 4px);
    height: calc(100% + 60px);
    margin-top: -32px;
    position: absolute;
    border: solid 2px black;
    top: 0;
    left: 0;
    border-radius: 50px;
    z-index: 1;
}

.steps__border {
    width: 21.1136891%;
    height: calc(100% + 92px);
    margin-top: -46px;
    position: absolute;
    border: solid 2px black;
    top: 0;
    left: 0;
    border-radius: 50px;
    z-index: 1;
    /* margin-top: -10px; */
}

.steps__selector {
    position: relative;
    display: grid;
    height: fit-content;
    grid-template-columns: calc(81px + (91 - 81) * ((100vw - 1024px) / (1920 - 1024))) auto;
    column-gap: 30px;

}

.steps__selector__wrap {
    min-width: 33.033033033%;
}

.steps__selector__wrap .swiper-button-next {
    position: static;
    height: fit-content;
    margin-top: 49px;
    width: 91px;
    transform: scaleY(-1);
    rotate: 90deg;
}

.active-step {
    color: #FDE900;
    position: relative;
    z-index: 5;
}

.down::after {
    content: "";
    transform: translateY(50px);
    transition: transform 0.3s;
}

.up::after {
    content: "";
    transform: translateY(-50px);
    transition: transform 0.3s;
}

.active-step::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: calc(100% + 70px);
    background-color: rgba(31, 31, 31, 1);
    z-index: -1;
    border-radius: 50px;
    margin-top: calc(-35px);
    transform: translateY(0) !important;
}

.steps__text h2,
.steps__text h3,
.steps__text h4,
.steps__text h5,
.result {
    font-family: gpb;
    font-size: calc(30px + (35 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(30px + (27 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;

}

.result {
    margin-top: 25px;
}

.slider-arrow>circle:first-child {
    transition: all 0.2s;
}

.slider-arrow:hover>circle:first-child {
    transform: translateX(2px);
    opacity: 0;
    transition: transform 0.4s, opacity 0.1s;
}

.swiper-button-prev .slider-arrow:hover circle:first-child {
    transform: translateX(-2px);
}

.swiper-button-prev .slider-arrow circle:first-child {
    transform: initial;
}

.slider-arrow {
    transition: all 0.2s;
}

.slider-arrow:hover {
    transform: translate(1px, 5px);
    transition: all 0.2s;
}

.steps__text p,
.result span {
    margin-top: calc(16px + (20 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-family: gpl;
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(23px + (25 - 23) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
}

.steps__text ul {
    margin-top: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    font-family: gpl;
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(23px + (25 - 23) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;

}

.steps__text ul li {
    margin-top: calc(20px + (30 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    margin-left: calc(10px + (14 - 10) * ((100vw - 1024px) / (1920 - 1024)));
}

.steps__text {
    /* height: 100% !important; */
    overflow: auto;
    width: 60.211%;
    z-index: 10;
}
.preview__subtitle li{
    background-image: url(https://ahead-pro.com/wp-content/themes/acidhead/img/coin-white.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;  
}
.steps__text li {
    background-image: url(https://ahead-pro.com/wp-content/themes/acidhead/img/coin.svg);
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 30px;
}

.steps__text.swiper-slide.swiper-slide-active {
    height: auto !important;
}

.steps-slider {
    overflow: hidden;
}

.steps__img {
    position: absolute;
    right: 0;
    opacity: 0.3;
    bottom: 0;
}

.tools__list {
    display: grid;
    grid-template-columns: auto auto auto;
    padding-top: calc(72px + (82 - 72) * ((100vw - 1024px) / (1920 - 1024)));
    row-gap: calc(68px + (88 - 68) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: calc(58px + (68 - 58) * ((100vw - 1024px) / (1920 - 1024)));
}

.tools__row {
    display: flex;
    justify-content: space-between;
    margin-top: calc(58px + (68 - 58) * ((100vw - 1024px) / (1920 - 1024)));
    width: 84.30930931%;
}

.tool {
    max-width: 90%;
    margin: 0 auto;

}

.person__img {
    position: relative;
}

.person__img img {
    width: 100%;
    border-radius: 15px;
}

.person__info {
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'gpm';
    font-size: calc(14px + (15 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(18px + (20 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    width: 50%;
    background: rgba(253, 233, 0, 1);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    bottom: 17px;
    padding-left: 20px;
    padding-top: 12px;
    padding-bottom: 9px;
}

.person_q {
    font-family: gpi;
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-style: italic;
    font-weight: 400;
    line-height: calc(21px + (25 - 21) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    margin-top: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024)));

}

.about__person {
    width: 33.63363363%;
}

.about__exp {
    width: 49.17417417%;
}

.about__inner {
    display: flex;
    justify-content: space-between;
}

.exp__num {
    font-family: gpb;
    font-size: calc(40px + (50 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(40px + (50 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
}

.exp__value {
    font-family: gpl;
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(21px + (25 - 21) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    max-width: 66.306748%;

    text-align: center;
}

.exp__block:nth-child(n+3) .exp__value {
    text-align: left;
    margin-left: 18px;
    width: 65.43001175%;
}

.exp__list {
    display: flex;
    justify-content: space-between;
    flex-flow: wrap;
}

.acquaintance__block,
.exp__block {
    width: 46.71755725%;
    min-height: 130px;
    border-radius: 15px;
    border: solid 2px black;
    display: flex;
    align-items: center;
    padding-left: calc(17px + (29 - 17) * ((100vw - 1024px) / (1920 - 1024)));
    padding-right: calc(17px + (29 - 17) * ((100vw - 1024px) / (1920 - 1024)));
    flex-direction: column;
    justify-content: center;
}

.exp__block:nth-child(n+3) {
    margin-top: calc(18px + (22 - 18) * ((100vw - 1024px) / (1920 - 1024)));
    width: 100%;
    justify-content: space-between;
    flex-direction: row;
}

.about__inner {}

.command__inner {
    margin-top: calc(75px + (96 - 75) * ((100vw - 1024px) / (1920 - 1024)));
    display: flex;
    justify-content: space-between;
}

.command {
    padding-top: 100px;
}

.command__list {
    width: 48.34834835%;
}
.command .section__content{
    margin-bottom: calc(100px + (125 - 100) * ((100vw - 1024px) / (1920 - 1024)));
}
.command__item {
    padding-left: 27px;
    background-color: white;
    padding-top: 20px;
    padding-bottom: 30px;
    border-radius: 15px;
    padding-right: 39px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.command__item:not(:first-child) {
    margin-top: 22px;
}

.command__title {
    font-family: gpb;
    font-size: calc(20px + (25 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(27px + (32 - 27) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    color: black;
}

.command__description {
    color: black;
    font-family: gpl;
    font-size: calc(16px + (18 - 16) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(23px + (25 - 23) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    margin-top: calc(15px + (20 - 15) * ((100vw - 1024px) / (1920 - 1024)));
    display: flex;
    align-items: center;
}

.command__person img {
    object-fit: cover;
    min-width: 300px;
    position: relative;
    width: 100%;
    border-radius: 15px;
}

.person__marks {
    width: 100%;
    bottom: 0;
    right: 0;
    text-align: left;
    bottom: 56px;
    position: absolute;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.person__mark {
    padding-left: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    background: rgba(253, 233, 0, 1);
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    font-family: 'gpm';
    font-size: calc(14px + (15 - 14) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 400;
    line-height: calc(19px + (20 - 19) * ((100vw - 1024px) / (1920 - 1024)));
    padding-right: 35px;
    padding-left: 19px;
}

.person__mark:first-child {
    margin-bottom: 6px;
    max-width: 65%;
    text-align: center;
}

.command__person {
    position: relative;
    width: 47.2972973%;
    height: fit-content;
}

.swiper-slide {
    width: fit-content;
}

.docs-slider {
    position: relative;
    margin-top: calc(75px + (100 - 75) * ((100vw - 1024px) / (1920 - 1024)));
    margin-bottom: calc(150px + (192 - 150) * ((100vw - 1024px) / (1920 - 1024)));
}

.docs-slider img {
    height: 100%;
}

.docs-slider .swiper {
    overflow: hidden;
    margin: 0 8.746246245%;
    height: 253px;
}

.swiper-button-next,
.swiper-button-prev {
    width: fit-content;
}

.swiper-button-prev::after {
    content: none;
}

.swiper-button-next::after {
    content: none;
}

.alt-services .section__content {
    /* overflow: hidden; */
}

.alt-services__list {
    margin-top: calc(80px + (117 - 80) * ((100vw - 1024px) / (1920 - 1024)));
}

.alt-services__item {
    overflow: hidden;
}

.alt-services__item .yellow-white {
    box-shadow: 9px 7.5px rgba(255, 255, 255, 1), 10.7px 6.3px black;
}

.alt-services__item .yellow-white:hover {
    background: #FDE900;
}

.alt-services__item .contact__button {
    visibility: hidden;
    transform: translateY(200%);
    transition: all 0.5s;
}

.alt-services__item:hover .contact__button {
    visibility: visible;
    transform: translateY(0);
}

.alt-services__item,
.vacancy__item {
    width: 32.35735736%;
    background: #1F1F1F;
    height: calc(321px + (421 - 321) * ((100vw - 1024px) / (1920 - 1024)));
    padding-top: calc(20px + (44 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    padding-bottom: calc(30px + (44 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    padding-left: calc(20px + (28 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    padding-right: calc(20px + (28 - 20) * ((100vw - 1024px) / (1920 - 1024)));
    border-radius: 15px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

/* .alt-services__item:not(:first-child) {
    margin-left: 1.46396396%;
} */

.vacancy__text,
.alt-services__text {
    color: white;
    width: 100%;
    font-family: gpb;
    font-size: calc(30px + (35 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(30px + (35 - 30) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: left;
    z-index: 10;
}

.mobile__arrows__next {
    display: none;
}

.mobile__arrows__prev {
    display: none;
}

.alt-services__img {
    position: absolute;
    bottom: 0;
    padding-bottom: 20px;
}

.alt-services__img {
    width: 100%;
}

.faq {
    padding-top: calc(80px + (100 - 80) * ((100vw - 1024px) / (1920 - 1024)));
    position: relative;
    padding-bottom: 141px;
    z-index: 2;
}

.faq__list {
    margin-top: calc(60px + (88 - 60) * ((100vw - 1024px) / (1920 - 1024)));
}

.faq__form {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: calc(220px + (282 - 220) * ((100vw - 1024px) / (1920 - 1024))) 0;
}

.faq__form-title {
    font-family: gpb;
    font-size: calc(40px + (45 - 40) * ((100vw - 1024px) / (1920 - 1024)));
    font-weight: 700;
    line-height: calc(50px + (55 - 50) * ((100vw - 1024px) / (1920 - 1024)));
    text-align: center;
    color: white;
    text-transform: uppercase;
}

.faq__form-fields {
    position: relative;
    display: flex;
}

.faq__form-fields .form__field:not(:first-child) {
    margin-left: calc(40px + (51 - 40) * ((100vw - 1024px) / (1920 - 1024)));
}

/* .faq__form-fields .form__field::before {
    background: white;
} */

.faq__form-fields input::placeholder {
    color: white;
}

.thisCatBlockFoot .wrap {
    font-family: gp;
    justify-content: space-between;
}

footer.thisCatBlockFoot {
    position: relative;
}

footer.thisCatBlockFoot .d-flex{
    flex-direction: column;
    gap: 5px;
}
footer.thisCatBlockFoot .d-flex .breadcrumb{
    display: flex;
    gap: 5px;
    flex-flow: wrap;
}
.privacy-policy{
    margin: 5px 0 0 0;
}
footer.thisCatBlockFoot{
    padding: 20px 0;
}
footer.thisCatBlockFoot .d-flex .breadcrumb li{
    margin: 0;
}
footer.thisCatBlockFoot:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background: #D9D9D91A;
    top: -41px;
    position: absolute;
    left: 0;
    z-index: 100;
}
.aboutSText a{
    overflow-wrap:anywhere;
}

/* .doc-slide {
    display: flex;
    justify-content: center;
} */

/* .doc-slide {
    max-width: 100%;
    height: 100%;
} */
@media screen and (max-width: 1366px) {
    .preview__slider .slider-content {
        width: 60%;
    }

    .steps__selector {
        column-gap: 20px;
    }

    .preview__text {
        /* padding-left: 10%; */
        padding-left: 2%;

    }

    .steps-slider {
        width: 70%;
    }

    .steps__row {
        row-gap: 35px;
    }

    .advant__content,
    .section__content {
        width: 80%;
    }

    footer .wrap {
        max-width: 90.458333% !important;
    }
}

@media screen and (max-width: 1024px) {
    #headerThis {
        padding: 0;
    }

    #productview,
    #contact_widget_button {
        z-index: 100 !important;
    }

    .nav--open .menuicon {
        padding-bottom: 5px;
        width: 40px;
    }

    #catalog__menu {
        position: static;
        background: initial;
        flex-direction: column;
        padding: 0;
    }

    #case__menu,
    #catalog__menu {
        visibility: visible;
        min-width: auto;
        min-height: auto;
        color: white;
        opacity: 0;
        transform: initial;
        max-height: 0;
        visibility: hidden;
        transition: all ease-out 0.3s;
        font-size: 20px;

    }

    .menu__ul {
        color: white;
        font-size: 20px;
        position: relative;
    }

    .menu__sep {
        display: none;
    }

    .menu__ul li {
        color: white;
        max-height: 0;
        opacity: 0;
        visibility: hidden;
        margin: 0;
        transition: all ease-out 0.3s;
        font-size: 20px;
    }

    #case__menu::after,
    #catalog__menu::after {
        content: initial;
    }

    #case:hover #case__menu,
    #catalog:hover #catalog__menu {
        transform: initial;
        opacity: 1;
        max-height: 500px;
        transition: all ease-out 0.3s;
    }

    #catalog__menu>li>ul>li {
        text-transform: initial;
    }

    .menu__ul:hover li {
        opacity: 1;
        max-height: 500px;
        visibility: visible;
        margin: 15px;
        transition: all ease-out 0.3s;
    }

    .menu--adrian .menu__item,
    .nav__link {
        text-align: left;
        position: relative;
    }

    #menu {
        width: 86.1111111%;
    }

    .nav__menu li {
        margin-top: 0;
        margin-right: 0;
        font-size: 20px;
    }

    .menu__ul li:last-child {
        margin-bottom: 0;
    }

    .menu__item::after {
        content: '';
        display: block;
        position: absolute;
        bottom: 0;
        width: 100%;
        height: 2px;
        background: #525252;
    }

    .menu__arrow {
        display: block;
        position: absolute;
        right: 0;
        top: 50%;
        /* коррекция положения элемента */
        transform: translateY(-50%);
        transition: all ease 0.5s;
    }

    .menu__ul span {
        position: relative;
        width: 100%;
        display: block;
    }

    .nav__item:hover .menu__arrow,
    .menu__ul:hover .menu__arrow {
        rotate: 180deg;
        transition: all ease 0.5s;
    }

    .nav__item:hover .menu__arrow path,
    .menu__ul:hover .menu__arrow path {
        fill: #FDE900;
        transition: all ease 0.5s;
    }

    .nav__toggle {
        top: 0;
    }

    .steps__selector {
        grid-template-columns: 65px auto;
        column-gap: 20px;
    }

    .preview__text {
        max-width: 90%
    }

    .preview__price {
        font-size: calc(25px + (35 - 25) * ((100vw - 460px) / (1024 - 460)));
        font-weight: 700;
        line-height: calc(65px + (45 - 65) * ((100vw - 460px) / (1024 - 460)));
        margin-top: calc(5px + (75 - 5) * ((100vw - 460px) / (1024 - 460)));
        margin-bottom: calc(9px + (54 - 9) * ((100vw - 460px) / (1024 - 460)));
    }

    .cases .contact__button {
        display: none;
    }

    .preview__text .contact__button {
        margin-bottom: calc(28px + (37 - 28) * ((100vw - 460px) / (1024 - 460)));
    }

    .contact__button {
        height: 50px;
    }

    .preview__slider .slider-content {
        /* margin-right: 70px; */
        margin-left: 4.173%;
        margin-right: auto;
        width: 80%;
    }

    .preview__slider .swiper-slide div {
        font-size: calc(38px + (40 - 38) * ((100vw - 460px) / (1024 - 460)));
        line-height: 20px;
    }

    .preview__slider .swiper-slide span {
        font-family: gp;
        font-size: calc(16px + (18 - 16) * ((100vw - 460px) / (1024 - 460)));
        font-weight: 400;
        line-height: calc(23px + (25 - 23) * ((100vw - 460px) / (1024 - 460)));
        text-align: left;
        color: #FFFFFF;
    }

    .preview__background {
        display: none;
    }

    .preview__subtitle {
        font-size: calc(15px + (18 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(20px + (25 - 20) * ((100vw - 460px) / (1024 - 460)));
    }

    .preview__title {
        font-size: calc(20px + (35 - 20) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(24px + (45 - 24) * ((100vw - 460px) / (1024 - 460)));
    }

    .section__title,
    .advant__title {
        font-size: calc(20px + (35 - 20) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(24px + (55 - 24) * ((100vw - 460px) / (1024 - 460)));
        margin-right: 0;
        max-width: 100%;
        margin-right: 4.116766467%;
        flex-shrink: 0;
        /* margin-bottom: 22px; */
    }

    .advant__description {
        font-size: calc(15px + (16 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(20px + (23 - 20) * ((100vw - 460px) / (1024 - 460)));
        width: 100%;
        margin-left: 0;
        max-width: 100%;
        margin-top: 20px;
    }

    .advant__end {
        font-size: calc(25px + (40 - 25) * ((100vw - 460px) / (1024 - 460)));
        margin-top: 30px;
    }

    .consult-form {
        width: 90%;
        margin: 0 auto;
        padding: 59px 69px;
        border-radius: 15px;
        box-shadow: 17px 21px rgba(31, 31, 31, 1);
        margin-top: 40px;
        margin-bottom: 64px;
    }

    #aboutCompany,
    #advantages,
    #ourWorks,
    #orderWork {
        padding: 0;
        overflow: hidden;
    }

    .advant__split {
        display: none;
    }

    .block__img {
        padding-left: 0;
        height: 100%;
        margin: 0 auto;
        left: 0;
        padding-left: 20px;
        padding-top: 6px;
        padding-bottom: 10px;
    }


    .advantages__blocks {
        margin-top: 31px;
    }

    .advantage__block {
        width: 100%;
        margin-right: 0;
        min-height: 134px;
        padding-left: 20px;
        padding-bottom: 20px;
        min-height: calc(134px + (230 - 134) * ((100vw - 460px) / (1024 - 460)));
    }

    .advantage__block:not(:first-child) {
        margin-top: 16px;
    }


    #aboutCompany,
    #advantages,
    #ourWorks,
    #services,
    #task,
    #otherCase {
        margin: 0;
    }

    .advantagesInvisibleText {
        width: 80%;
        margin: 0;
    }

    .advant__content {
        flex-direction: column;
    }

    .advant__content,
    .section__content {
        width: 80%;
        margin-top: calc(65px + (100 - 65) * ((100vw - 460px) / (1024 - 460)));
    }

    .banner__title {
        font-size: calc(20px + (25 - 20) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(25px + (30 - 25) * ((100vw - 460px) / (1024 - 460)));
        margin-bottom: 21px;
    }

    .contact__banner {
        width: 90.27777778%;
        margin-left: auto;
        margin-right: auto;
        /* padding-right: 26px;
        padding-left: 38px;
        padding-bottom: 20px; */
        margin-top: 0;
        /* border: solid 2px black; */
        border-radius: 15px;
        /* min-height: 221px; */
        transform: translateY(31.15264798%);
        z-index: 10;
        /* box-shadow: 13px 15.5px rgba(253, 233, 0, 1), 14.7px 13.8px black; */
    }

    .banner__description {
        font-size: calc(15px + (20 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: 20px;
    }

    .contact__banner {
        /* padding: 37px 19px 38px 29px;
        min-height: 0;
        box-shadow: 7px 7px rgba(253, 233, 0, 1), 8.7px 5.7px black; */
    }

    .banner__content {
        flex-direction: column;
        justify-content: space-between;
        height: 100%;
        padding: 37px 19px 38px 29px;
    }

    .banner__text {
        width: 100%;
    }

    .banner__title {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 25px;
    }

    .banner__description {
        font-size: 15px;
        line-height: 20px;
    }

    .banner__content .contact__button {
        width: 30%;
    }

    .banner__content::after {
        top: 8px;
        left: 7px;
    }

    .case__title {
        display: none;
    }

    .cases-list .swiper-wrapper {
        flex-flow: initial;
        margin-right: initial;
    }

    .cases-list .swiper-slide:nth-child(n+4) {
        margin-top: initial;

    }

    .result__text {
        font-size: 20px;
        line-height: 20px;
        margin-top: 0;
    }

    .result__text_after {
        font-size: 15px;
        line-height: 14px;
    }

    .case__marker {
        width: 69.72477064%;
        font-size: calc(12px + (14 - 12) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(10px + (14 - 10) * ((100vw - 460px) / (1024 - 460)));
        padding-left: 17px;
        height: 46px;
    }

    .price {
        padding-top: 100px;
    }

    .price__button,
    .faq__button {
        border: 3px solid rgba(255, 235, 0, 1);
        font-family: gp;
        font-size: 14px;
        line-height: 25px;
        padding: 5px 10px;
        margin-top: 28px;
        white-space: nowrap;
    }

    .price__title {
        font-family: gpm;
        /* font-size: calc(14px + (18 - 14) * ((100vw - 460px) / (1024 - 460))); */
        font-size: 18px;
        font-weight: 400;
        line-height: 32px;
        text-align: center;
        color: white;
    }

    .price {
        padding-top: 124px;
    }

    .price__list {
        margin-top: 36px;
        margin-bottom: 101px;
        flex-direction: column;
    }

    .price__block {
        flex-direction: row;
        width: 100%;
    }

    .price__block:not(:last-child):before {
        display: none;
    }

    .sep-line {
        display: none;
    }

    .price__img {
        display: none;
    }

    .price__button {
        display: none;
    }

    .price__block {
        justify-content: space-between;
        background: #323232;
        border-radius: 15px;
        padding: 14px 21.2px 14px 16px;
    }

    .price__block:not(:first-child) {
        margin-top: 14px;
        margin-left: 0;
    }

    .price__block div {
        align-items: flex-start;
    }

    .link__arrow {
        display: flex;
        width: 34.8px;
    }

    .link__arrow img {
        width: 100%;
    }

    .price__value {
        margin-left: 12px;
        margin-top: 0;
        font-size: calc(15px + (18 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: 32px;
    }

    .preview__image {
        display: none;
    }

    .tools__list {
        padding-left: 0;
    }

    .preview__text {
        padding-left: 2.5%;
    }

    .steps__inner {
        margin-top: 80px;
    }

    .steps__selector__wrap .swiper-button-next {
        width: 45px;
    }

    /* .section-line {
        width: 19.0625%;
    } */

    .section__title {
        max-width: 80%;
    }

    .section__content {
        width: 95%;

    }

    .advant__content {
        width: 95%;
    }

    .advant__content {
        width: 90%;
        margin-top: 54px;
        flex-direction: column;
        align-items: baseline;
    }

    .advantages {
        margin-left: 0;
    }

    .about__person {
        width: 40%;
    }

    .acquaintance__block,
    .exp__block {
        padding-left: 10px;
    }

    .faq__answer {
        width: 97.0990991%;
        background: white;
        padding-top: calc(19px + (38 - 19) * ((100vw - 460px) / (1024 - 460)));
        padding-bottom: calc(19px + (38 - 19) * ((100vw - 460px) / (1024 - 460)));
        padding-left: 25px;
        padding-right: 25px;
    }

    .consult-form {
        padding: 30px 30px;
    }

    .steps__text h2,
    .steps__text h3,
    .steps__text h4,
    .steps__text h5,
    .result {
        font-size: calc(15px + (30 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: 32px;
    }

    .steps__text p,
    .result span {
        margin-top: 16px;
        font-size: calc(15px + (16 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(20px + (23 - 20) * ((100vw - 460px) / (1024 - 460)));
    }

    .steps__text ul {
        margin-top: 20px;
        font-size: calc(15px + (16 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(20px + (23 - 20) * ((100vw - 460px) / (1024 - 460)));
    }

    .steps__text ul li {
        margin-top: 20px;
        margin-left: 10px;
    }

    .steps-slider {
        order: -1;
    }

    .steps__selector__wrap {
        margin-top: 30px;
    }

    .steps__inner {
        margin-top: 30px;
        margin-bottom: 50px;
    }

    .steps-slider .swiper-slide {
        display: block;
    }

    .steps__row {
        width: 100%;
    }

    .steps__row:first-child::after {
        height: calc(100% - 4px);
        width: calc(100% - 4px);
        margin: 0;
    }

    .steps__selector__wrap .swiper-button-next {
        display: none;
    }

    .steps__row:first-child {
        height: 55px;
    }

    .steps-slider {
        width: 100%;
    }

    .steps__row:last-child {
        justify-content: center;
        margin-top: calc(16px + (32 - 16) * ((100vw - 460px) / (1024 - 460)));
        align-items: center;
    }

    .steps__name {
        margin: 0 35px;
    }


    .steps__img {
        display: none;
    }

    .steps__name:first-child {
        display: block;
    }

    .steps__inner {
        flex-direction: column;
    }

    .steps__text {
        order: -1;
        width: 100%;
    }

    .steps__selector {
        display: flex;
        width: 100%;
        justify-content: space-between;
        flex-direction: column;
    }

    .steps__row {
        display: flex;
        /* flex-grow: 1;
        padding-bottom: 0; */
    }

    .steps__num {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .steps__border {
        width: 100%;
        height: 100%;
        margin: 0;
    }

    .steps__name {
        width: 50%;
        font-size: 15px;
        font-weight: 400;
        line-height: 30px;
        display: none;
        text-align: center;
    }

    .steps__num {
        font-size: calc(30px + (40 - 30) * ((100vw - 460px) / (1024 - 460)));
        line-height: 45px;
        height: 100%;
    }

    .active-step::after {
        margin: 0;
        height: 100%;
    }
    .down::after {
        content: "";
        transform: translateX(50px);
    }
    
    .up::after {
        content: "";
        transform: translateX(-50px);
    }
    .mobile__arrows__next {
        display: block;
    }

    .mobile__arrows__prev {
        display: block;
        order: -1;
    }

    .case {
        height: calc(346px + (500 - 346) * ((100vw - 460px) / (1024 - 460)));
    }

    .acquaintance__block,
    .exp__block {
        padding-left: 17px;
        padding-right: 17px;
    }

    .exp__value {
        font-size: 15px;
        line-height: 18px;
        width: 60%;
    }

    .exp__block {}

    .exp__block:nth-child(n+3) {
        margin-top: 26px;
        flex-direction: row;
        justify-content: space-between;
    }

    .exp__num {
        font-size: calc(35px + (40 - 35) * ((100vw - 460px) / (1024 - 460)));
        line-height: 50px;
    }

    .docs-slider .swiper-button-next,
    .docs-slider .swiper-button-prev {
        display: none;
    }

    .docs-slider .swiper {
        height: 169px;
    }

    .alt-services__item,
    .vacancy__item {
        width: 32.35735736%;
        background: #1F1F1F;
        height: calc(203px + (321 - 203) * ((100vw - 460px) / (1024 - 460)));
        padding-top: 21px;
        padding-bottom: 16px;
        padding-left: 16px;
        padding-right: 20px;
    }

    .vacancy__text,
    .alt-services__text {
        font-size: calc(15px + (30 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(20px + (30 - 20) * ((100vw - 460px) / (1024 - 460)));

    }

    .faq__question {
        width: 99.0990991%;
        background: white;
        box-shadow: 12px 12px rgba(253, 233, 0, 1);
        padding-top: 19px;
        padding-bottom: 19px;
        padding-left: 59px;
        position: relative;
        border: solid 2px black;
        display: flex;
        justify-content: space-between;
        z-index: 4;
    }

    .faq__item:not(:last-child) {
        margin-bottom: 10px;
    }

    .faq__arrow {
        width: 24px;
    }

    .faq {
        padding-top: 124px;
        padding-bottom: 47px;
    }

    .person__info,
    .person__mark {
        font-size: calc(12px + (14 - 12) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(15px + (19 - 15) * ((100vw - 460px) / (1024 - 460)));

    }

    .person__mark {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    .person_q {
        font-size: 18px;
        line-height: 21px;
        margin-top: 15px;
    }

    .command__title {
        font-size: 20px;
        line-height: 32px;
    }

    .command__description {
        font-size: 15px;
        line-height: 18px;
        margin-top: 15px;
    }

    .command__item {
        padding: 16px 13px;
    }

    .form__field input {
        font-size: calc(15px + (18 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(32px + (25 - 32) * ((100vw - 460px) / (1024 - 460)));
    }

    .banner__content .contact__button {
        margin-top: 30px;
    }

    .faq__text {
        font-size: calc(15px + (18 - 15) * ((100vw - 460px) / (1024 - 460)));
        line-height: calc(15px + (25 - 15) * ((100vw - 460px) / (1024 - 460)));
    }

    .thisCatBlockFoot {
        margin-top: 0 !important;
    }
}

@media screen and (max-width: 765px) {

    .banner__content .contact__button {
        width: 40%;
    }

    .about__inner {
        flex-direction: column;
    }

    .about__person {
        width: 100%;
    }

    .about__exp {
        width: 100%;
        margin-top: 33px;
    }

    .person__img img {
        object-fit: cover;
        height: calc(348px + (620 - 348) * ((100vw - 360px) / (765 - 360)));
        object-position: top;
    }

    .command__inner {
        flex-direction: column;
        margin-top: 48px;
    }

    .command__person {
        width: 100%;
        order: -1;
    }

    .command__list {
        width: 100%;
        margin-top: 31px;
    }

    .command__item:not(:first-child) {
        margin-top: 18px;
    }


}

@media screen and (max-width: 460px) {
    .preview__image {
        display: none;
    }

    .banner__content .contact__button {
        width: 65.23076923%;
    }

    .advantagesInvisibleText {
        width: 84%;
        margin-left: 17px;
        display: block;
        line-height: 18px;
        font-size: 15px;
    }

    .advantagesThisBlock:hover .advantagesInvisibleText {
        display: block;
    }

    .tools__list {
        grid-template-columns: auto auto;
        row-gap: 52px;
        padding-top: 46px;
        margin-bottom: 72px;
        align-items: center;
    }

    .tool {
        max-height: 35.52px;
    }

    .preview__background {
        display: none;
    }



    .price__value {
        font-size: 15px;
    }

    .steps__text p,
    .result span {
        line-height: 20px;
    }


    .preview__slider {
        width: 314px;
        height: 97px;
        background-image: url("img/SlideFigure2.png");
        position: static;
    }

    .preview {
        justify-content: flex-end;
        position: relative;
        flex-direction: column;
        padding-top: 144px;
        /* align-items: flex-end; */
    }

    .preview__text {
        padding-left: 14px;
        margin-bottom: 26px;
        justify-content: space-between;
        max-width: 90%;
    }

    .preview__slider .swiper-slide div {
        font-size: 38px;
        line-height: 20px;
        margin-right: 10px;
    }

    .preview__slider .swiper-slide span {
        font-size: 16px;
        line-height: 16px;
    }

    .preview__slider .slider-content {
        margin: 0;
        width: 85%;
        margin-left: 14px;
    }

    .preview__title {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 19px;
    }

    .preview__subtitle {
        font-size: 15px;
        line-height: 20px;
    }

    .advantage__block {
        padding: 22px 0 12px 0;
        min-height: 160px;
    }

    .contact__button {
        width: 81.85328185%;
        height: 50px;
        font-size: 15px;
    }

    .preview__price {
        font-size: 25px;
        margin-top: 20px;
        margin-bottom: 20px;
        line-height: 65px;
    }

    .form__field input {
        font-size: 15px;
        line-height: 32px;
    }

    #advantages {
        margin: 0;
    }

    .advant__split {
        display: none;
    }


    .advant__title {
        font-size: 20px;
        line-height: 24px;
        margin-right: 0;
        max-width: 100%;
    }

    .advant__description {
        margin-left: 0;
        font-size: 15px;
        line-height: 20px;
    }

    .advant__description {
        width: 100%;
        margin-top: 19px;
    }

    .advant__end {
        margin-top: 35px;
    }

    .consult-form {
        width: 90%;
        margin-top: 60px;
        padding: 35px 31px 48px 25px;
        flex-direction: column;
        box-shadow: 7px 8px rgba(31, 31, 31, 1);
        min-height: 357px;
        margin-bottom: 96px;
    }

    .consult-form .form__field:first-child {
        margin-top: 94px;
    }

    .person_q {
        display: none;
    }

    .consult-form .form__field {
        margin-top: 41px;
    }

    .form__text {
        width: 100%;
    }

    .section__text {
        /* padding-top: 84px; */
    }

    .section__title {
        font-size: 20px;
        line-height: 25px;
        max-width: 100%;


    }

    .section-line {
        display: none;
    }

    .section__text {
        width: 100%;
    }

    .form__title {

        font-size: 20px;
        line-height: 24px;
    }

    .form__field {
        font-size: 15px;
        line-height: 32px;
        width: 100%;

    }

    .consult-form .contact__button {
        width: 79.10447761%;
    }

    .section__content {
        width: 91.94444444%;
        margin-top: 65px;
    }
    .command .section__content{
        margin-bottom: 65px;
    }

    .block__name {
        height: fit-content;
        font-size: 18px;
        line-height: 18px;
        bottom: 19px;
    }

    .cases-list {
        margin-top: 31px;
    }

    .cases .contact__button {
        display: none;
    }

    .case {
        height: 390px;
    }

    .cases-list .swiper-slide {
        width: 218px;

    }

    .steps__num {
        font-size: 30px;
        line-height: 45px;
    }

    .result__text {
        flex-direction: row;
        justify-content: space-between;
        font-size: 20px;
        line-height: 20px;
        text-align: left;
    }

    .result__text:first-child {
        margin-top: 24px;
    }

    .faq__text {
        font-size: 15px;
        line-height: 15px;
    }

    .result__text {
        margin-top: 17px;
    }

    .case__text .case__action {
        margin-top: 0px;
        margin-bottom: 22px;
    }

    .result__text_after {
        font-size: 15px;
        line-height: 14.36px;
        text-align: left;
    }

    .case__result {
        flex-direction: column;
    }

    .result__text .result__text_after .result__text_after {
        order: -1;
        margin-top: 0;
    }

    .result_text_before {
        flex-shrink: 0;
        margin-right: 20px;
    }

    .banner__title {
        font-size: 20px;
        line-height: 25px;
    }

    .price__title {
        text-align: left;
    }

    .banner__description {
        font-size: 15px;
        line-height: 20px;
    }

    .result__text .result__text_after {
        margin-top: 0;
    }

    .case__title {
        display: none;
    }

    .case__marker {
        width: 69.72477064%;
        height: auto;
        font-size: 12px;
        line-height: 10px;
        height: 36px;

    }

    .case__text {
        width: 100%;
    }

    .case__action img {
        width: 25px;
        height: 25px;
    }







    .exp__num {
        font-size: 35px;
        line-height: 50px;
    }



    .steps__text h2,
    .steps__text h3,
    .steps__text h4,
    .steps__text h5,
    .result {
        font-size: 15px;
    }

    .result {
        line-height: 20px;
    }

    .white-black {
        box-shadow: 4px 7.5px rgba(31, 31, 31, 1);
    }

    .white-black:hover {
        transform: translate(4px, 7.5px);
    }

    .acquaintance__block,
    .exp__block {
        width: 48.94259819%;
    }

    .steps__text h2,
    .steps__text h3,
    .steps__text h4,
    .steps__text h5 {
        font-size: 15px;
    }

    .steps__text p {
        font-size: 15px;
    }

    .steps__text ul {
        font-size: 15px;
    }

    .steps__text ul li {
        margin-left: 15px;
    }






    .command {
        padding-top: 124px;
    }



    .command__title {
        line-height: 20px;
    }

    .command__description {
        margin-top: 14px;
    }

    .person__info,
    .person__mark {
        font-size: 12px;
        line-height: 15px;
    }

    .docs-slider {
        margin-top: 65px;
        margin-bottom: 124px;
    }

    .docs-slider .swiper-slide img {
        height: 100%;
    }

    .docs-slider .swiper-wrapper {
        height: 170px;
    }

    .docs-slider .swiper {
        margin: 0;
        overflow: visible;
    }

    .section-white .section__text {
        /* padding-top: 87px; */
    }

    .alt-services__list {
        margin-top: 41px;
    }

    .alt-services__list {
        flex-flow: initial;
    }

    .alt-services__item {
        width: 208px;
        height: auto;
        min-height: 203px;
        padding: 21px 13.58px 20px 13.58px;
    }

    .vacancy__item .contact__button,
    .alt-services__item .contact__button {
        width: 80.76923077%;
    }


    .alt-services__img {
        width: 100%;
        object-fit: contain;
        padding-bottom: 10px;
        padding-left: 8px;
        padding-right: 8px;
    }

    .alt-services__text {
        font-size: 15px;
    }

    .vacancy__item .yellow-white,
    .alt-services__item .yellow-white {
        box-shadow: 5.48px 5.16px rgba(255, 255, 255, 1), 5.2px 7.3px black, 8.8px 5.16px black
    }

    .faq .section__text {
        /* padding-top: 177px; */
    }

    .alt-services__item:not(:first-child) {
        margin: 0;
    }

    .faq {
        padding-top: 111px;
    }

    .faq__list {
        margin-top: 41px;
    }

    .faq__question:not(:first-child) {
        margin-top: 23px;
    }

    .faq__question {
        padding: 12px 58px 14px 20px;
    }

    .faq__arrow {
        right: 15px;
        width: 25px;
    }

    .faq__form {
        margin: 165px 0 120px 0;
    }

    .faq__form-fields {
        flex-direction: column;
        width: 83.081571%;
        margin: 0 auto;
    }

    .faq .form__field {
        margin-top: 0;
    }

    .faq__form-fields {
        margin-top: 55px;
    }

    .faq__answer * {
        font-size: 15px;
        line-height: 18px;
    }

    .faq__form-fields .form__field:not(:first-child) {
        margin-left: 0;
        margin-top: 38px;
    }

    .faq__form-title {
        width: 100%;
        font-size: 25px;
        line-height: 25px;
    }
    .group{
        height: 100%;
    }
    .faq .form__field {}
}