* {
    box-sizing: border-box;
}

:root {
    --transition: all .3s ease;
    --yellow-color: #FFCE50;
    --blue-color: #136AED;
    --header-height: 94px;
}

html {
    overflow-x: hidden;
}

html.active {
    overflow: hidden;
}

body {
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    margin: 0;
    padding: 0;
}

section {
    padding: 60px 0;
}

#popup {
    padding: 0;
    border-radius: 10px;
}

body.error404,
body.page-template-contacts {
    display: grid;
    min-height: 100vh;
    grid-template: auto 1fr auto / auto;
}

body.error404 .banner-2,
body.page-template-contacts .banner-2 {
    margin-bottom: 0px;
}

body.active {
    overflow-y: hidden;
}

img,
button,
span {
    display: block;
}

.swiper-button-prev-materialsSlider,
.swiper-button-next-materialsSlider,
.burger,
button {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}

a {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    text-decoration: none;
    display: block;
    cursor: pointer;
    transition: var(--transition);
}

ul,
a,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6 {
    padding: 0;
    margin: 0;
}

li {
    list-style: none;
}

.container {
    max-width: 1310px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto;
}

.t1 {
    text-transform: uppercase;
    font-size: 36px;
    color: #1C1F3E;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}

.t2 {
    color: #7D95AF;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.4;
    max-width: 435px;
}

.btn {
    font-size: 14px;
    width: fit-content;
    background-color: var(--yellow-color);
    border: none;
    font-weight: 600;
    padding: 13px 10px 14px;
    border-radius: 6px;
    text-align: center;
    color: #0D0D0D;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
}

.btn:hover {
    background-color: #003933;
    transition: var(--transition);
    color: #fff;
}


/* хедер начало --------------------- */

.header {
    position: fixed;
    width: 100vw;
    height: var(--header-height);
    z-index: 99;
    background-color: #fff;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #899ab2;
}

.home header {
    background-color: transparent;
    transition: var(--transition);
    border-bottom: 1px solid transparent;
}

body.home main {
    padding-top: 0;
}

body.home .banner {
    height: 675px;
}

.banner-archive {
    padding: 50px 0;
}

.banner-archive .banner__content {
    margin: 0 auto;
    height: 100%;
    row-gap: 50px;
    align-items: center;
    text-align: center;
}

body.home .header .contacts-info span,
body.home .menu>li>a {
    color: #fff;
}

body.home .header .contacts-info:hover span {
    color: var(--yellow-color);
}

body.home .header .contacts-info path {
    fill: #fff;
}

.logo {
    display: flex;
}

.footer__logo {
    max-width: 218px;
}

.footer__img {
    width: 218px;
    object-fit: contain;
}

.footer__form {
    padding-top: 15px;
}

.footer__form .callback-form {
    row-gap: 17px;
}

.footer__form .form__title {
    margin-bottom: 20px;
}

.footer__form .form__subtitle {
    font-size: 20px;
    margin-bottom: 40px;
}

body.home .logo svg path:nth-child(1),
body.home .logo svg path:nth-child(3) {
    fill: #fff;
}

body.home .logo svg path:nth-child(5) {
    fill: #00467D;
}

body.home .logo svg path:nth-child(6) {
    stroke: #00467D;
}

body.home .banner,
main {
    padding-top: var(--header-height);
}

.header__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 20px;
}

.header__inner-btn {
    display: flex;
    column-gap: 15px;
}

.header__btn {
    display: flex;
    column-gap: 12px;
    padding: 0 10px;
    height: 44px;
    border-radius: 6px;
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    justify-content: center;
    align-items: center;
}

.header__btn-watsap {
    background-color: #4CAF50;
    color: #fff;
}

.header__btn-watsap span {
    width: 115px;
}

.header__btn-callback {
    background-color: #FFD632;
    color: #0D0D0D;
    transition: var(--transition);
}

.header__btn-callback:hover {
    background-color: #edbe00;
    transition: var(--transition);
}

.nav {
    padding-top: 24px;
}

.burger {
    display: none;
}

.contacts-info {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
}

.contacts-info:hover span {
    color: var(--yellow-color);
    transition: var(--transition);
}

.contacts-info>svg {
    margin-right: 8px;
}

.contacts-info span {
    font-size: 14px;
    font-weight: 500;
    transition: var(--transition);
}

header .contacts-info span {
    color: #1C1F3E;
    line-height: 1.7;
}

.soc-icon path {
    transition: var(--transition);
}

.soc-icon:hover path {
    fill: var(--yellow-color);
    transition: var(--transition);
}

.soc-icon svg {
    width: 100%;
    height: 100%;
}

.social {
    display: flex;
    column-gap: 15px;
}

.menu {
    display: flex;
    justify-content: space-between;
    column-gap: 20px;
}

.menu>li>a {
    font-weight: 600;
    text-transform: uppercase;
    padding: 15px 10px 41px;
    color: #7D95AF;
}

body.home .menu li:hover>a,
.menu li:hover>a {
    color: var(--yellow-color);
}

.menu .li-children-btn {
    display: none;
}

.menu a {
    padding: 5px;
}

.menu-item-has-children {
    position: relative;
}

.menu .sub-menu {
    position: absolute;
    width: 270px;
    visibility: hidden;
    opacity: 0;
    transition: var(--transition);
}

.menu .sub-menu a {
    padding: 15px 5px 8px;
    color: #fff;
}

.menu .sub-menu li {
    background-color: #0e433f;
    border-bottom: 1px solid #fff;
}

.menu>li>.sub-menu {
    top: 100%;
    left: -20px;
    border-top: 2px solid transparent;
    transform: translateY(-5px);
}

.menu .sub-menu .sub-menu {
    top: 0px;
    left: 100%;
    transform: translateX(0px);
    border-left: 2px solid transparent;
}


/* хедер конец --------------------- */


/* banner start */

.banner {
    height: 581px;
    padding: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.banner .container {
    height: 100%;
}

body.category-vororte .banner::after,
body.category-long .banner::after,
body.category-local .banner::after,
body.home .banner::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 57, 51, .6);
}

body.category-vororte .container,
body.category-long .container,
body.category-local .container {
    position: relative;
    z-index: 1;
}

.banner__wrap {
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
    align-items: center;
    z-index: 1;
}

.banner__content {
    color: #fff;
    max-width: 630px;
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    justify-content: center;
}

.banner .title-1 {
    font-size: 48px;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: 700;
}

.home .banner .title-2 {
    font-size: 18px;
    line-height: 1.4;
    font-weight: 600;
    max-width: 80%;
    color: #E7E7E7;
}

.banner .btn {
    width: fit-content;
}

.wrap-title {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    row-gap: 20px;
    margin-bottom: 50px;
}

.seo .t1 {
    text-align: start;
}

.seo .t1,
.seo .block-text {
    max-width: 760px;
}


/* banner end */


/* banner-2 start */

.banner-2 {
    margin-bottom: 60px;
}

.banner-2__wrap {
    display: flex;
    height: 100%;
}

.banner-2__content {
    background-color: #668885;
    width: 52%;
}

.banner-2__wrap>img {
    width: 48%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.banner-2__content-inner {
    height: 100%;
    padding: 35px 35px 35px 15px;
    max-width: calc(655px + 4%);
    margin-left: auto;
    color: #fff;
    display: grid;
    height: 100%;
    grid-template: 12px 1fr / 1fr;
    row-gap: 44px;
}

.breadcrumbs {
    font-size: 12px;
    margin-bottom: 10px;
    color: var(--yellow-color);
    display: flex;
    column-gap: 10px;
}

.breadcrumbs span {
    color: #fff;
}

.banner-2 .title-1 {
    font-size: 40px;
    text-transform: uppercase;
}

.banner .title-2 {
    font-size: 14px;
    line-height: 1.7;
}

.banner-2__content-flex {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.banner-2__content-aligne {
    display: flex;
    align-items: center;
}


/* banner-2 end */

.about__cmp {
    padding: 60px 0 40px;
}

.about__company {
    display: grid;
    grid-template: auto / 445px 1fr;
    align-items: center;
    column-gap: 75px;
}

.about__company .t1 {
    margin-bottom: 32px;
    text-align: start;
}

.about__company .about__text p {
    margin-bottom: 25px;
}


/* why-we start */

.why-we__list {
    display: grid;
    grid-template: auto / repeat(3, 1fr);
    gap: 20px 80px;
}

.why-we__item {
    display: flex;
    column-gap: 20px;
}

.why-we__item-icon {
    padding-top: 30px;
    min-width: 70px;
}

.why-we__item-icon img {
    margin: 0 auto;
    object-fit: contain;
}

.why-we__item-content {
    display: flex;
    flex-direction: column;
    row-gap: 9px;
}

.why-we__item-content span:first-child {
    font-size: 14px;
    color: #1C1F3E;
    font-weight: 700;
    text-transform: uppercase;
}

.why-we__item-content span:last-child {
    font-size: 13px;
    line-height: 1.5;
    color: #7D95AF;
    font-weight: 500;
}


/* why-we end */

.wp-content__section {
    display: grid;
    grid-template: 1fr / repeat(2, 1fr);
    gap: 35px;
}

.wp-content__text.block-text {
    line-height: 1.5;
}

.wp-content__img {
    position: relative;
    min-height: 350px;
}

.wp-content__img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    /* object-position: 0 15%; */
    width: 100%;
    height: 100%;
}

.wp-content__text li {
    font-size: 15px;
    color: #1C1F3E;
    margin-bottom: 10px;
}

.seo .block-text li::before,
.wp-content__text li::before {
    content: '\2705';
    padding-right: 3px;
}

.wp-content__container {
    row-gap: 35px;
    display: flex;
    flex-direction: column;
}

.wp-content__container .wp-content__section:nth-child(2n) .wp-content__text {
    grid-column: 2/3;
}

.wp-content__container .wp-content__section:nth-child(2n) .wp-content__img {
    grid-column: 1/ 1;
    grid-row: 1/2;
}


/* process start */

.process .t1 {
    margin-bottom: 0px;
}

.card-box {
    border: 1px solid rgba(196, 225, 252, 1);
    border-radius: 6px;
}

.card-box__title {
    color: #1C1F3E;
    font-weight: 600;
    font-size: 18px;
}

.card-box__desk a,
.card-box__desk {
    color: #7D95AF;
    line-height: 1.4;
}

.process__grid {
    display: grid;
    grid-template: auto / 1fr 40px 1fr 40px 1fr 40px 1fr 40px 1fr;
}

.process__card {
    padding: 35px 25px 25px;
    display: grid;
    grid-template: 94px 20px 1fr / 1fr;
    row-gap: 10px;
    text-align: center;
}

.process__arrows {
    display: flex;
    align-items: center;
    justify-content: center;
}


/* process end */


/* services start */

.services__list {
    gap: 25px;
    display: grid;
    grid-template: repeat(3, 1fr) / repeat(3, 1fr);
}

.services-slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
    position: relative;
    border-radius: 6px;
    overflow: hidden;
    transition: var(--transition);
}

.servicesSlider {
    overflow: visible;
}

.services-slide__item {
    display: grid;
    grid-template: 205px 55px / 1fr;
    border: 1px solid transparent;
}

.services-slide__item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 15%;
}

.services-slide__item-hover {
    position: absolute;
    top: 0;
    top: -100%;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 6px;
    background-color: #fff;
    border: 1px solid #C4E1FC;
    padding: 23px 45px 23px 70px;
    display: grid;
    grid-template: auto 1fr 44px / 1fr;
    row-gap: 10px;
    transition: var(--transition);
}

.services-slide:hover .services-slide__item-hover {
    top: 0;
    transition: var(--transition);
}

.link-slide__btn-hover {
    width: 180px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-slide__wrap-content {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.services-slide__title {
    padding: 5px 10px;
    text-align: center;
    background-color: #003933;
    font-weight: 900;
    font-size: 18px;
    line-height: 1.1;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}

.services-slide__title-hover {
    font-weight: 600;
    font-size: 18px;
    line-height: 1.1;
}

.services-slide__text-hover {
    font-size: 12px;
    line-height: 1.8;
    color: #7D95AF;
    padding-right: 13px;
    overflow-x: overlay;
}

.services-slide__text-hover::-webkit-scrollbar-thumb {
    background-color: #000;
    border-radius: 20px;
}

.services-slide__text-hover::-webkit-scrollbar {
    width: 3px;
}

.services-slide__text-hover::-webkit-scrollbar-track {
    background: #C4E1FC;
}


/* services end */


/* addservices start */

.addservices__grid {
    text-align: center;
    display: grid;
    grid-template: auto 12px auto / 1fr;
    color: #1C1F3E;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    justify-content: center;
    margin-bottom: 50px;
}

.addservices__table-title {
    background-color: #003933d1;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
    text-align: center;
}

.addservices__warning {
    max-width: 800px;
    margin-left: auto;
    text-align: end;
    line-height: 1.3;
    font-size: 18px;
    font-weight: 500;
}

.addservices__grid>ul>li>span {
    display: grid;
    grid-template: 1fr / 1fr 400px;
}

.addservices__grid>ul>li>span span {
    padding: 25px;
}

.addservices__grid>ul>li>span span:first-child {
    border-right: 1px solid #47938b;
}

.addservices__list {
    grid-row: 3/4;
    border: 1px solid #47938b;
}

.addservices__list>li:nth-child(2n) {
    background-color: #d6e6e5;
}

.addservices__list li:not(:last-child) {
    border-bottom: 1px solid #47938b;
}

.addservices__grid>ul {
    box-shadow: 0px 0px 20px 8px rgba(20, 17, 38, 0.08);
    border-radius: 4px
}


/* addservices end */


/* benefits start */

.benefits__grid {
    display: grid;
    grid-template: repeat(2, 500px) / repeat(3, 1fr);
    gap: 40px;
}

.benefits__grid-block {
    border-radius: 16px;
    background-image: url(../img/qww.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    overflow: hidden;
    display: flex;
    align-items: flex-end;
    box-shadow: 8px 4px 25px rgb(0 0 0 / 15%);
}

.benefits__grid-block2 {
    grid-column: 2 / span 2;
}

.benefits__grid-block3 {
    grid-column: 1 / span 2;
}

.benefits__wrap-text {
    background-color: #c2dbff9e;
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    padding: 20px 35px;
    color: #000;
    min-height: 183px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.2;
    letter-spacing: -0.0075em;
    width: 100%;
}

.benefits__min-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 15px;
    text-align: center;
}

.benefits__wrap-text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.benefits__min-number {
    font-size: 36px;
    font-weight: 700;
    padding: 10px 50px;
    background-color: #fff;
    border-radius: 24px;
    color: var(--blue-color);
    min-width: 185px;
}

.benefits__big-block {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.benefits__big-block>div {
    width: 55%;
}

.benefits__big-block>ul {
    width: 40%;
    padding-left: 20px;
}

.benefits__big-title {
    margin-bottom: 20px;
    position: relative;
}

.benefits__big-title hr {
    position: absolute;
    left: 0;
    top: -10px;
    width: 40px;
    height: 4px;
    border-radius: 4px;
}

.benefits__big-desc {
    font-weight: 400;
}

.benefits__big-block ul li {
    list-style: disc;
    line-height: 1.5;
}


/* benefits end */


/* price start */

.price__cards-inner {
    display: grid;
    grid-template: auto / repeat(4, 1fr);
}

.price-card {
    width: 300px;
    background: #FFFFFF;
    box-shadow: 0px 0px 20px 8px rgba(20, 17, 38, 0.08);
    border-radius: 4px;
    padding: 45px 40px 35px;
    row-gap: 8px;
    display: grid;
    color: #7D95AF;
    text-align: center;
    margin: 0 auto;
    grid-template: 68px 18px 59px 30px 170px 15px 1fr 70px / 1fr;
    transition: var(--transition);
}

.price-card:hover {
    transform: scale(1.05);
    transition: var(--transition);
}

.price-card.sale {
    position: relative;
}

.price-card.sale::before {
    content: 'Verkauf';
    text-align: start;
    font-weight: 700;
    color: #fff;
    font-size: 18px;
    width: 100%;
    background-color: #F84444;
    height: 35px;
    display: flex;
    align-items: center;
    position: absolute;
    top: 0px;
    left: 0;
    padding: 5px 22px;
    box-sizing: border-box;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.price-card__tariff {
    font-size: 19px;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.price-card__price {
    font-weight: 700;
    font-size: 50px;
    color: #003933;
}

.price-card__subtitle {
    text-transform: uppercase;
}

.price-card__desc {
    line-height: 1.5;
}

.price-card hr {
    width: 220px;
    border: none;
    height: 1px;
    background-color: #C2D1D9;
    margin: auto;
}

.price-card__list {
    display: flex;
    flex-direction: column;
    text-align: start;
    row-gap: 11px;
}

.price-card__list svg {
    min-width: 16px;
}

.price-card__list li {
    display: flex;
    column-gap: 12px;
    line-height: 1.5;
}

.price-card__btn {
    border-radius: 8px;
    width: 100%;
    margin: 26px auto 0;
    max-width: 190px;
}


/* price end */


/* minorder start */

.minorder__inner {
    display: grid;
    grid-template: 120px / 1.5fr 2.3fr 3fr;
    column-gap: 20px;
}

.minorder__item {
    border: 3px solid rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-weight: 700;
    font-size: 32px;
    color: var(--blue-color);
    display: grid;
    grid-template: auto / 1fr 170px;
    justify-items: center;
    align-items: center;
}

.minorder__item span {
    height: 100%;
    align-items: center;
    display: flex;
    border-left: 3px solid rgba(0, 0, 0, 0.1);
    width: 100%;
    justify-content: center;
}


/* minorder end */


/* loader start */

.loader-card {
    box-shadow: 0px 24px 64px 20px rgba(0, 0, 0, 0.15);
    border-radius: 20px;
    padding: 45px;
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    letter-spacing: -0.0035em;
    line-height: 1.3;
}

.loader-card hr {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    height: 1px;
}

.loader-card__grid {
    display: grid;
    grid-template: auto repeat(2, 1fr) / 1.2fr 1fr 45px 1.2fr 1fr;
    gap: 20px;
}

.loader-card a {
    display: flex;
    align-items: center;
    column-gap: 7px;
    color: var(--yellow-color);
    font-size: 18px;
    letter-spacing: -0.0075em;
    transition: var(--transition);
    width: fit-content;
}

.loader-card a:hover {
    transition: var(--transition);
    transform: scale(1.1);
}

.loader-card__blue-block {
    background-color: #E7F0FD;
    border-radius: 20px;
    padding: 20px;
    line-height: 1;
}

.loader-card__blue-block span:first-child {
    font-weight: 500;
    font-size: 20px;
}

.loader-card__blue-block span:last-child {
    font-weight: 700;
    font-size: 32px;
    color: var(--blue-color);
}

.loader-card__pay {
    letter-spacing: -0.0075em;
    font-weight: 500;
    padding: 20px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 20px;
}

.loader-card__blue-block,
.loader-card__pay {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.loader-card__pay span:last-child {
    font-weight: 400;
    font-size: 13px;
    line-height: 1.1;
}

.loader-card__grid-item-1 {
    grid-column: 1 / span 2;
}

.loader-card__grid-item-2 {
    grid-column: 4 / span 2;
}

.loader-card__grid-item-5 {
    display: grid;
    grid-template: auto auto / 1fr 1fr;
    grid-column: 4 / span 2;
    gap: 10px;
}

.loader-card__grid-item-5>div {
    display: flex;
    align-items: center;
    column-gap: 20px;
}

.loader-card__grid-item-5 svg {
    min-width: 40px;
}

.loader-card__grid-item-6 {
    grid-column: 1 / span 2;
}

.loader-card__grid-item-7 {
    grid-column: 4 / span 1;
}

.loader-card__grid-item-8 {
    grid-column: 5 / span 1;
}


/* loader end */


/* materials start */

.materials__inner {
    width: calc(100% - 106px);
    overflow: hidden;
    padding: 0 15px 15px;
    margin: 0 auto;
    position: relative;
}

.materialsSlider {
    overflow: visible;
}

.materials .container {
    overflow: hidden;
    position: relative;
}

.materials-slide {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
    box-shadow: 0px 0px 10px 8px rgba(20, 17, 38, 0.05);
    border-radius: 4px;
    padding: 30px 10px 15px;
}

.materials-slide__inner-img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    overflow: hidden;
}

.materials-slide img {
    object-fit: contain;
    object-position: center;
    width: 100%;
    height: 124px;
}

.materials-slide__name {
    font-size: 16px;
    height: 40px;
    line-height: 1.2;
    color: #1C1F3E;
    font-weight: 700;
    text-align: center;
}

.materialsSlider-wrap-button {
    position: absolute;
    width: 98%;
    transform: translateX(1%);
    bottom: 100px;
    height: 22px;
    left: 0;
}

.swiper-button-prev-materialsSlider,
.swiper-button-next-materialsSlider {
    z-index: 0;
    height: 100%;
    display: flex;
    top: 0;
    margin-top: 0;
}

.swiper-button-prev-materialsSlider::after,
.swiper-button-next-materialsSlider::after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}

.swiper-button-prev-materialsSlider::after {
    background-image: url(../img/left-arrow.svg);
}

.swiper-button-next-materialsSlider::after {
    background-image: url(../img/right-arrow.svg);
}

.swiper-button-next-materialsSlider {
    right: 0px;
}

.swiper-button-prev-materialsSlider {
    left: 0px;
}


/* materials end */


/* faq start */

.accordion {
    max-width: 1080px;
    margin: 0 auto;
    display: grid;
    grid-template: auto / 1fr 1fr;
    gap: 22px 40px;
}

.accordion__item {
    padding: 22px 25px 10px;
    border: 1px solid #C4E1FC;
    border-radius: 6px;
    overflow: hidden;
    min-height: 80px;
    height: fit-content;
}

.accordion__top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 10px;
    column-gap: 20px;
}

.accordion__title {
    color: #7D95AF;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
}

.accordion__btn {
    cursor: pointer;
    transition: var(--transition);
    padding: 5px;
    border: none;
    background-color: transparent;
    outline: none;
    height: fit-content;
}

.accordion__btn:hover {
    background-color: var(--dark-blue-color);
    transition: var(--transition);
}

.accordion__btn>svg {
    margin: auto;
    pointer-events: none;
}

.accordion__btn.active {
    transition: var(--transition);
    transform: matrix(1, 0, 0, -1, 0, -4);
}

.accordion__text {
    opacity: 0;
    transition: var(--transition);
    line-height: 2;
}

.accordion__text.active {
    max-height: 1000px!important;
    opacity: 1;
    transition: var(--transition);
}


/* faq end */


/* about start */

.about__wrap {
    display: grid;
    grid-template: minmax(350px, auto) / 435px 1fr;
    column-gap: 85px;
    align-items: center;
}

.about__wrap-img {
    position: relative;
    height: 100%;
}

.about__wrap-img img {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.about__content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}

.about .t1 {
    text-align: start;
    margin-bottom: 0px;
}

.about__city {
    font-size: 24px;
    line-height: 1.25;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.about__text {
    line-height: 1.4;
    color: #7D95AF;
}

.about__text p {
    margin-bottom: 10px;
}


/* about end */


/* allcities start */

.allcities {
    background-image: url(../img/map.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: left;
}

.nav li.cities__list {
    display: none;
}

.allcities__wrap {
    max-width: 1100px;
    margin: 0 auto;
}

.allcities__wrap-menu>li>ul>li>a {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    margin: 0 auto 65px;
    color: #5D5F74;
    max-width: 80%;
}

.allcities__wrap-menu ul ul {
    display: grid;
    grid-template: auto /1fr 1fr 1fr 1fr 1fr 1fr;
    gap: 14px 26px;
}

.allcities__wrap-menu>li>ul>li {
    margin-bottom: 90px;
}

.allcities__wrap-menu>li>ul>li:last-child {
    margin-bottom: 0px;
}

.allcities .cities__list>ul>li>ul>li>a {
    padding-left: 17px;
    position: relative;
    width: fit-content;
    font-size: 18px;
    line-height: 1.2;
    font-weight: 500;
    color: #818395;
    pointer-events: none;
    /*удалить, когда зохотите, что бы пользователь смог переходить по ссылке */
}

.allcities .cities__list>ul>li>ul>li>a::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 11px;
    height: 20px;
    background-image: url(../img/map.svg);
    background-repeat: no-repeat;
    background-size: contain;
    top: 2px;
}


/* allcities end */

.home__block-text {
    max-width: 900px;
    margin: 0 auto;
}

.home__block-text p {
    line-height: 1.7;
}


/* massangers start */

.massangers {
    background-color: #e7f0fd;
    padding: 80px 0 0;
    -webkit-box-shadow: 0px 0px 6px 4px rgb(231 240 253 / 78%);
    box-shadow: 0px 0px 6px 4px rgb(231 240 253 / 78%);
}

.massangers .container {
    position: relative;
}

.massangers__img {
    position: absolute;
    right: 145px;
    bottom: 0;
}

.massangers__content {
    display: flex;
    flex-direction: column;
    row-gap: 40px;
    max-width: 50%;
    width: 100%;
    padding: 0 0 80px 60px;
}

.massangers__title {
    font-weight: 900;
    font-size: 60px;
    line-height: 1.2;
    letter-spacing: 0.03em;
}

.massangers__text {
    font-size: 24px;
    line-height: 1.1;
    letter-spacing: -0.0035em;
    color: #4B4B4B;
}

.massangers .social {
    column-gap: 25px;
}

.massangers .social a {
    font-size: 20px;
    color: #000;
    font-weight: 700;
    display: flex;
    column-gap: 10px;
    align-items: center;
}


/* massangers end */

.partners {
    padding-top: 100px;
}

.partnersSlider {
    width: 90%;
}

.partners-slide img {
    height: 150px;
    width: 100%;
    object-fit: contain;
    object-position: center;
}

.partners__wrap {
    position: relative;
}

.partnersSlider-wrap-button {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

.swiper-button-prev-partnersSlider,
.swiper-button-next-partnersSlider {
    top: auto;
    bottom: 50px;
    z-index: 0;
}

.swiper-button-prev-partnersSlider::after,
.swiper-button-next-partnersSlider::after {
    color: var(--orange-color);
}

.callback {
    background-color: #003933;
    position: relative;
    color: #fff;
}

.callback .callback-form {
    margin: 0 auto 33px;
    display: grid;
    grid-template: repeat(2, auto) / repeat(3, 1fr);
    max-width: 700px;
    gap: 20px 12px;
}

.callback__wrap-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 25px;
}

.callback .form__subtitle {
    margin-bottom: 35px;
}

.callback .callback-img {
    position: absolute;
    right: 0;
    top: 25px;
}

.callback .form input.btn {
    color: #0D0D0D;
    grid-column: 2/3;
}

.callback__wrap img {
    height: 100%;
}

.callback .container {
    height: 100%;
}

.callback__wrap {
    height: 100%;
    display: flex;
    justify-content: space-around;
    column-gap: 100px;
}

.form input {
    width: 100%;
    padding: 12px 15px;
    border-radius: 6px!important;
    border: 1px solid #fff;
    color: #fff;
    font-size: 14px;
    outline: none;
    margin-bottom: 5px;
    background-color: transparent;
}

.form input.btn {
    border: none;
    padding: 12px 10px;
    background-color: #FFD632;
}

.wpcf7-response-output {
    text-align: center;
}

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

.posts__item {
    border-radius: 8px;
    width: 31%;
    box-shadow: 0px 0px 10px 8px rgb(20 17 38 / 5%);
    overflow: hidden;
    display: grid;
    grid-template: 213px 1fr 16px / 1fr;
    row-gap: 15px;
    padding-bottom: 20px;
}

.posts__item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
    object-position: center;
}

.posts__item .posts__item-link {
    padding: 0 20px;
}

.posts__item .posts__item-link span {
    font-size: 12px;
    font-weight: 700;
    color: #003933;
    transition: var(--transition);
    width: fit-content;
    padding: 0 0 4px;
    position: relative;
    min-width: 62px;
}

.posts__item .posts__item-link span::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #003933;
}

.posts__content a:hover {
    color: var(--orange-color);
    transition: var(--transition);
}

.posts__item-title {
    font-size: 16px;
    line-height: 1.3;
    font-weight: 700;
    color: #1C1F3E;
    padding: 0 20px;
}

.swiper-slide__inner-item {
    display: flex;
}

.block-text {
    color: #7D95AF;
    line-height: 1.3;
    font-weight: 500;
}

.block-text a {
    color: var(--blue-color);
    font-weight: 500;
    display: inline;
}

.block-text ul {
    display: flex;
    flex-direction: column;
    padding: 20px 0 25px 0px;
}

.block-text h1,
.block-text h2,
.block-text h3,
.block-text h4,
.block-text h5,
.block-text h6 {
    color: #1C1F3E;
    font-weight: 700;
    padding-top: 10px;
    line-height: 1.3;
    letter-spacing: 0;
}

.block-text h1 {
    font-size: 30px;
    margin-bottom: 20px;
}

.block-text h2 {
    font-size: 26px;
    margin-bottom: 15px;
}

.block-text h3 {
    font-size: 24px;
    margin-bottom: 13px;
}

.block-text h4 {
    font-size: 22px;
    margin-bottom: 11px;
}

.block-text h5 {
    font-size: 20px;
    margin-bottom: 8px;
}

.block-text h6 {
    font-size: 18px;
    margin-bottom: 5px;
}

.contacts__inner {
    display: grid;
    grid-template: auto / 350px 1fr;
    column-gap: 35px;
}

.contacts__info {
    display: flex;
    flex-direction: column;
    row-gap: 15px;
}

.contacts__item {
    display: flex;
    column-gap: 10px;
}

.contacts__item-address a {
    margin-bottom: 10px;
}

.contacts__item-address a:last-child {
    margin-bottom: 0px;
}

.contacts__item>svg {
    width: 35px;
    min-width: 35px;
    height: 35px;
}

.contacts__map>iframe {
    width: 100%;
    height: 100%;
}

.scroll-up {
    background-color: #faf7e5;
    width: 50px;
    height: 50px;
    position: fixed;
    z-index: 15;
    right: 45px;
    bottom: 160px;
    transform: translateY(-50%);
    border: 1px solid var(--yellow-color);
    border-radius: 50%;
    padding: 12px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(160px);
    transition: .5s;
}

.scroll-up.active {
    opacity: 1;
    visibility: visible;
    transition: .5s;
    transform: translateY(0);
}

.scroll-up:hover {
    transform: scale(1.1);
}

.scroll-up>svg {
    width: 100%;
    height: 100%;
}

.wrap-form .form {
    background: #003933;
    height: fit-content;
    color: #fff;
    min-width: 410px;
    width: 410px;
    padding: 38px 40px 45px;
    border-radius: 6px;
}

.banner .form input.btn {
    width: 190px;
    text-transform: uppercase;
    color: #0D0D0D;
    margin: 0 auto;
    transition: var(--transition);
}

.form input.btn:hover {
    background-color: #edbe00;
    transition: var(--transition);
}

.form input::placeholder {
    color: rgba(255, 255, 255, 0.672);
    font-weight: 500;
}

.form .form {
    text-align: center;
}

.form__wrap {
    text-align: center;
    position: relative;
    z-index: 1;
}

.fancybox__content>.carousel__button.is-close {
    top: 0px;
    color: #000;
}

.form__title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.form__subtitle {
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
}

.form input {
    width: 100%;
}

.wrap-form__banner {
    position: relative;
}

.callback-form {
    padding: 0 10px;
    display: flex;
    flex-direction: column;
    row-gap: 8px;
}

.wrap-form__banner svg {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 0;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
    outline: none;
}

.wpcf7-spinner {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}


/* стили страницы 404.php . начало */

body.error404 .header {
    position: relative;
}

body.error404 main {
    padding-top: 0;
}


/* стили страницы 404.php . конец */

.footer {
    background-color: #003933;
    color: #fff;
    padding: 50px 0 30px;
}

.footer a {
    color: #fff;
}

.footer-contacts {
    display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.footer-contacts svg {
    min-width: 20px;
}

body .footer .logo svg path:nth-child(6) {
    stroke: #E40030;
}

.footer__top {
    display: flex;
    justify-content: space-between;
    column-gap: 80px;
}

.footer__left {
    display: flex;
    flex-direction: column;
    row-gap: 25px;
    max-width: 300px;
}

.footer__bottom {
    padding-top: 30px;
    font-weight: 300;
    text-align: center;
    font-size: 12px;
    color: #fff;
}

a:hover {
    color: var(--yellow-color);
    transition: var(--transition);
}

.footer__menu {
    display: grid;
    grid-template: auto / auto 400px;
    column-gap: 80px;
}

.footer__map {
    position: relative;
    height: 100%;
    width: 100%;
    overflow: hidden;
    border: 3px solid var(--yellow-color);
    border-radius: 20px;
}

.footer__map iframe {
    position: absolute;
    height: 150%;
    width: 100%;
    top: -30%;
    left: 0;
}

.menu-buttom {
    display: grid;
    grid-template: auto / auto minmax(auto, 180px);
    column-gap: 80px;
}

.menu-buttom>li>a {
    margin-bottom: 15px;
    font-weight: 600;
    text-transform: uppercase;
    line-height: 1.1;
    color: var(--yellow-color);
}

.menu-buttom .sub-menu {
    display: flex;
    flex-direction: column;
    row-gap: 12px;
    font-weight: 500;
    text-transform: capitalize;
}

.jobs__flex {
    display: flex;
    column-gap: 50px;
    justify-content: center;
}

.jobs__number {
    color: var(--blue-color);
    font-weight: 900;
    font-size: 100px;
}

.jobs__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 25px;
    width: 350px;
    text-align: center;
}

.jobs__text {
    font-size: 26px;
    line-height: 1.2;
    font-weight: 500;
}

.jobs__benefits .t1 {
    max-width: 500px;
}

.services__page .minorder {
    position: relative;
    padding: 0 0 80px;
    height: 125px;
}

.services__page .banner {
    padding-bottom: 40px;
}

.services__page .minorder .container {
    background-color: #e7f0fd;
    padding: 20px 25px;
    border-radius: 35px;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 1000px;
}

.services__page .minorder__inner .minorder__item:last-child {
    grid-column: auto;
}

.services__page .minorder .wrap-title {
    row-gap: 6px;
    margin-bottom: 15px;
}

.services__page .minorder .t1 {
    font-size: 20px;
}

.services__page .minorder rect {
    fill: #e7f0fd;
}

.services__page .minorder svg {
    height: 45px;
    width: fit-content;
}

.services__page .minorder__item {
    font-size: 24px;
    grid-template: auto / 1fr 120px;
}

.services__page .minorder__inner {
    grid-template: 80px / 1fr 1.3fr 1.8fr;
}

.howWeWork__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 50px;
}

.howWeWork__list {
    display: flex;
    flex-direction: column;
    row-gap: 35px;
    max-width: 550px;
}

.howWeWork__item {
    display: flex;
    align-items: center;
    column-gap: 20px;
    background-color: #E7F0FD;
    border-radius: 20px;
    padding: 20px
}

.howWeWork__item span:first-child {
    color: var(--blue-color);
    font-size: 30px;
    letter-spacing: 2%;
}

.howWeWork__item span:last-child {
    font-size: 18px;
    line-height: 1.4;
}

.howWeWork__content img {
    width: 100%;
}

.export__page .howWeWork__item-export {
    display: flex;
}

.trash {
    background-color: #f7faff;
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 20%);
    padding: 20px 0 0;
}

.trash__wrap {
    display: flex;
    justify-content: space-between;
    column-gap: 65px;
}

.trash__block {
    display: flex;
    column-gap: 30px;
}

.trash__wrap-img {
    display: flex;
}

.trash__block:first-child .trash__wrap-img {
    align-items: flex-end;
}

.trash__block:last-child .trash__wrap-img {
    align-items: center;
}

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

.trash__content {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    max-width: 330px;
    padding-top: 70px;
    padding-bottom: 20px;
}

.trash__title {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.1;
    font-weight: 700;
}

.trash__text {
    line-height: 1.2;
}

.map-iframe {
    width: 100%;
    height: 430px;
    position: relative;
    overflow: hidden;
}

.map-iframe>iframe {
    position: absolute;
    width: 100%;
    height: 150%;
    top: -30%;
    left: 0;
}

.fourcards__grid {
    display: grid;
    gap: 45px;
    grid-template: 1fr / repeat(4, 1fr);
}

.fourcards__item {
    padding: 63px 45px 40px;
    display: flex;
    flex-direction: column;
    row-gap: 3px;
    align-items: center;
    text-align: center;
}

.fourcards__item .card-box__title {
    line-height: 2;
}

.blog {
    padding: 40px 0 60px;
}

.blog__wrap {
    display: grid;
    grid-template: 1fr / repeat(3, 1fr);
    gap: 48px 20px;
}

.blog__wrap .posts__item {
    width: 100%;
}

.banner-3__callback {
    padding: 33px 100px 40px 0;
}

.banner-3__callback .form {
    max-width: calc(555px + 4%);
    margin-left: auto;
    padding: 0 0 0 15px;
}

.banner-3__callback .form__title {
    margin-bottom: 6px;
    text-align: start;
}

.banner-3__callback .form__subtitle {
    margin-bottom: 12px;
    text-align: start;
}

.banner-3__callback .callback-form {
    padding: 0;
    margin: 0;
}

.banner-3__content-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
}

.banner-3__content-wrap {
    width: calc(655px + 4%);
    max-width: 100%;
    margin-left: auto;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-around;
    color: #fff;
    padding: 15px;
}

.banner-3__callback .wpcf7-not-valid-tip,
.banner-3__callback .wpcf7 form .wpcf7-response-output {
    margin: 0;
    position: absolute;
}

body.category-blog .banner-2__content,
body.error404 .banner-2__content {
    background-color: #fff;
}

body.category-blog .title-1,
body.error404 .title-1,
body.category-blog .breadcrumbs span,
body.error404 .breadcrumbs span {
    color: #000;
}

body.category-blog .breadcrumbs>span:first-child a span,
body.error404 .breadcrumbs>span:first-child a span {
    color: #7D95AF;
}

body.category-blog .title-2,
body.error404 .title-2 {
    color: #7D95AF;
}

.section-blog__wp-content {
    padding-bottom: 0;
}

.blog__wp-content-img {
    width: 450px;
    height: 400px;
    margin: 0px 20px 14px 0;
    float: left;
}

.blog__wp-content-img img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.blog__wp-content::after {
    content: '';
    display: block;
    width: 100%;
    clear: both;
}

@media screen and (min-width: 1311px) {
    .home header.header.active {
        transition: var(--transition);
        background-color: #003933;
    }
    .menu-item-has-children:hover>.sub-menu {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
        transition: var(--transition);
    }
}

@media screen and (max-width: 1330px) {
    .scroll-up {
        right: 15px;
    }
    .menu>li>.sub-menu {
        left: 0px;
    }
}

@media screen and (max-width: 1310px) {
     :root {
        --header-height: 80px;
    }
    .header {
        z-index: 20;
    }
    .home header.header {
        background-color: #003933;
    }
    .burger {
        cursor: pointer;
        display: flex;
        flex-direction: column;
        min-width: 24px;
        height: 20px;
        justify-content: space-between;
        position: relative;
        transition: all 0.3s ease;
    }
    .burger__span {
        display: block;
        width: 100%;
        height: 3px;
        border-radius: 5px;
        background-color: var(--yellow-color);
        transition: all 0.3s ease;
    }
    .burger__top {
        transform-origin: left;
    }
    .burger__bottom {
        transform-origin: left;
    }
    .burger.active {
        transition: all 0.3s ease;
    }
    .burger.active .burger__top {
        transform: rotate(45deg);
        transition: all 0.3s ease;
    }
    .burger.active .burger__center {
        opacity: 0;
    }
    .burger.active .burger__bottom {
        transform: rotate(-45deg);
        transition: all 0.3s ease;
    }
    .menu {
        display: flex;
        padding-right: 20px
    }
    .menu-item {
        position: relative;
    }
    .menu>li>a {
        color: #fff;
    }
    .nav .menu-item-has-children {
        display: flex;
        flex-direction: column;
        align-items: center;
        width: 245px;
    }
    .menu .li-children-btn {
        display: block;
        width: 30px;
        background-color: transparent;
        border: none;
        position: absolute;
        top: 4px;
        right: 0;
        color: #fff;
    }
    .menu .li-children-btn svg {
        pointer-events: none;
    }
    .menu .sub-menu li {
        background-color: transparent;
        border-bottom: none;
        margin: 0 auto;
    }
    .menu>li>.sub-menu {
        padding: 10px 0 0;
    }
    .menu .sub-menu .sub-menu {
        padding-top: 4px;
        left: 0;
    }
    .menu .sub-menu {
        position: relative;
        display: none;
        width: 100%;
    }
    .menu .sub-menu.active {
        text-align: center;
        display: flex;
        flex-direction: column;
        row-gap: 5px;
        transform: none;
        top: 0;
        visibility: visible;
        opacity: 1;
    }
    .menu .sub-menu .li-children-btn {
        font-size: 10px;
        top: 1px;
    }
    .menu a {
        width: fit-content;
        font-size: 18px;
    }
    .menu .sub-menu a {
        font-size: 14px;
        padding: 5px;
    }
    .nav {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        margin-top: -200%;
        padding: 150px 30px 30px;
        height: auto;
        background-color: #0e433f;
        overflow: hidden;
        transition: margin-top .4s linear;
        z-index: 15;
    }
    .nav.active {
        margin-top: 0;
        transition: margin-top .3s linear;
    }
    .menu {
        display: flex;
        align-items: center;
        flex-direction: column;
        row-gap: 20px;
        height: 100%;
        overflow: scroll;
    }
    .menu>li>a {
        padding: 5px;
    }
    .process__grid {
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        row-gap: 40px;
        max-width: 1120px;
        margin: 0 auto;
    }
    .process__card {
        grid-template: 94px 20px 1fr / 225px;
    }
    .menu-buttom {
        column-gap: 140px;
    }
    .banner .title-2 {
        max-width: 100%;
    }
    .banner-2 {
        margin-bottom: 20px;
    }
    .about__company {
        grid-template: auto / 335px 1fr;
        column-gap: 40px;
    }
    .about__company .t1 {
        font-size: 30px;
    }
    .about__company .about__city {
        font-size: 20px;
    }
    .why-we__list {
        gap: 20px 35px;
    }
    .fourcards__grid {
        gap: 25px
    }
    .fourcards__item {
        padding: 63px 15px 40px;
    }
    .banner-3__callback {
        padding: 33px 20px 40px 0;
    }
    .banner-3__callback .form {
        max-width: calc(635px + 4%);
    }
}

@media screen and (max-width: 1280px) {
    .price__cards-inner {
        grid-template: repeat(2, 1fr) / repeat(2, 1fr);
        row-gap: 50px;
        justify-items: center;
        max-width: 740px;
        margin: 0 auto;
    }
}

@media screen and (min-width: 1201px) {
    .partnersSliderScrollbar {
        display: none;
    }
    .menu>.current-menu-item>a {
        color: var(--yellow-color);
    }
}

@media screen and (max-width: 1200px) {
    body.home .wp-content__section {
        row-gap: 35px;
        display: flex;
        flex-direction: column;
    }
    body.home .wp-content__section .wp-content__img {
        min-height: 500px;
    }
    .menu a {
        font-size: 14px;
    }
    .nav .menu-item-has-children {
        top: 0px;
        width: 205px;
    }
    .menu .li-children-btn {
        top: 3px;
    }
    .menu .li-children-btn svg {
        width: 14px;
    }
    .services__list {
        gap: 21px;
    }
    .services-slide__title {
        font-weight: 700;
        font-size: 16px;
    }
    .posts__item {
        width: 32%;
    }
    .about__wrap {
        column-gap: 40px;
    }
    .footer__top,
    .menu-buttom {
        column-gap: 50px;
    }
    .footer__menu {
        grid-template: auto / auto 350px;
        column-gap: 50px;
    }
}

@media screen and (max-width: 1024px) {
    .header__btn {
        column-gap: 10px;
        width: 144px;
        height: 37px;
        font-size: 12px;
    }
    .header__btn svg {
        width: 18px;
        height: 18px;
    }
    .banner .title-1 {
        font-size: 32px;
    }
    .banner__wrap {
        column-gap: 35px;
    }
    .wrap-form .form {
        min-width: 340px;
        width: 340px;
        padding: 35px 25px 45px;
    }
    .callback-form {
        padding: 0;
    }
    .form__title {
        font-size: 20px;
    }
    .form__subtitle {
        font-size: 16px;
    }
    .form input {
        padding: 8px 15px;
    }
    .wrap-form__banner svg {
        height: 50px;
        width: 65px;
    }
    body.home .banner {
        height: 560px;
    }
    .process__grid {
        max-width: 850px;
        margin: 0 auto;
    }
    .process__card {
        grid-template: 94px 20px 1fr / 150px;
    }
    .services__list {
        gap: 20px;
    }
    .services__list {
        grid-template: auto / 1fr 1fr;
    }
    .materials__inner {
        width: calc(100% - 65px);
    }
    .accordion__item {
        padding: 17px 15px 10px;
    }
    .accordion__top {
        padding-bottom: 5px;
    }
    .accordion__title {
        font-size: 16px;
    }
    .accordion {
        gap: 20px;
    }
    .about__wrap {
        column-gap: 30px;
        grid-template: minmax(350px, auto) / 385px 1fr;
    }
    .about__company {
        grid-template: repeat(2, auto) / 1fr;
        row-gap: 30px;
    }
    .allcities__wrap-menu ul ul {
        display: grid;
        grid-template: auto /1fr 1fr 1fr 1fr;
    }
    .allcities__wrap-menu>li>ul>li>a {
        margin: 0 auto 35px;
    }
    .allcities__wrap-menu>li>ul>li {
        margin-bottom: 45px;
    }
    .allcities__wrap-menu>li>ul>li:last-child {
        margin-bottom: 0px;
    }
    .banner-2__content-inner {
        row-gap: 20px;
    }
    .banner .title-2 {
        line-height: 1.5;
    }
    .why-we__list {
        grid-template: auto / repeat(2, 1fr);
    }
    .about__cmp {
        padding: 60px 0 20px;
    }
    .fourcards__grid {
        grid-template: repeat(2, 1fr) / repeat(2, 340px);
        justify-content: center;
    }
    .footer__top,
    .menu-buttom {
        column-gap: 40px;
    }
    .scroll-up {
        width: 40px;
        height: 40px;
        bottom: 145px;
    }
    .banner-3__wrap {
        flex-direction: column;
    }
    .banner-3__wrap>img {
        height: 450px;
        width: 100%;
    }
    .banner-3__content {
        width: 100%;
    }
    .banner-3__content-wrap {
        margin: auto;
    }
    .banner-3__callback .form {
        margin: auto;
    }
    .banner-3__callback .form__subtitle,
    .banner-3__callback .form__title {
        text-align: center;
    }
    .banner-3 {
        height: auto;
    }
    .footer__menu {
        grid-template: auto / auto 270px;
        column-gap: 35px;
    }
    .addservices__grid>ul>li>span {
        grid-template: 1fr / 1fr 250px;
    }
}

@media screen and (max-width: 890px) {
    .about__wrap {
        grid-template: auto 400px / 1fr;
        row-gap: 20px;
    }
    .about__content {
        grid-row: 1/2;
    }
    .banner-2__wrap {
        flex-direction: column;
    }
    .banner-2__content-inner {
        padding: 35px;
    }
    .banner {
        height: auto;
    }
    .banner-2__content-inner {
        width: 100%;
        max-width: none;
    }
    .banner-2__content {
        width: 100%;
    }
    .banner-2__wrap>img {
        height: 450px;
        width: 100%;
    }
    .banner-archive {
        padding: 50px 0;
    }
    .footer {
        padding: 25px 0 15px;
    }
    .footer__top {
        flex-direction: column;
        row-gap: 35px;
    }
    .footer__left {
        display: grid;
        grid-template: 114px auto / 218px 1fr 220px;
        gap: 20px 40px;
    }
    .footer__img {
        height: 100%;
    }
    .header__social-icon {
        width: 40px;
        height: 40px;
    }
    .menu-buttom {
        grid-template: auto / auto auto;
    }
    .footer__left {
        max-width: initial;
    }
}

@media screen and (max-width: 890px) and (min-width:481px) {
    .footer__img {
        grid-column: 3 / span 1;
        grid-row: 1/2;
    }
    .footer__left .social {
        grid-column: 1 / span 1;
        grid-row: 2/3;
    }
    .footer-contacts {
        grid-column: 3 / span 1;
        grid-row: 2/3;
    }
}

@media screen and (max-width: 768px) {
    .t1 {
        font-size: 26px;
    }
    .block-text h1 {
        font-size: 26px;
    }
    .block-text h2 {
        font-size: 24px;
    }
    .block-text h3 {
        font-size: 22px;
    }
    .block-text h4 {
        font-size: 20px;
    }
    .block-text h5 {
        font-size: 18px;
    }
    .block-text h6 {
        font-size: 16px;
    }
    section {
        padding: 40px 0;
    }
    .wrap-form .form {
        min-width: 240px;
        width: 240px;
        padding: 30px 20px 35px;
    }
    .banner__wrap {
        column-gap: 25px;
    }
    .banner .title-1 {
        font-size: 26px;
    }
    .banner .title-2 {
        font-size: 16px;
    }
    .form__title {
        font-size: 18px;
    }
    .form__subtitle {
        font-size: 15px;
        margin-bottom: 20px;
    }
    .banner .form input.btn {
        width: 100%;
        padding: 10px;
    }
    .header .header__inner-btn {
        display: none;
    }
    .nav .header__inner-btn {
        display: flex;
        justify-content: center;
        padding-top: 25px;
    }
    .process__grid {
        row-gap: 25px;
    }
    .process__card {
        width: fit-content;
    }
    .btn {
        border: 1px solid var(--orange-color);
    }
    .allcities .cities__list>ul>li>ul>li>a {
        font-size: 16px;
    }
    .allcities__wrap-menu ul ul {
        grid-template: auto /1fr 1fr 1fr;
        gap: 14px 20px;
    }
    .allcities__wrap-menu>li>ul>li>a {
        font-size: 20px;
    }
    .contacts__item>svg {
        width: 25px;
        min-width: 25px;
        height: 25px;
    }
    .contacts__inner {
        grid-template: auto / 265px 1fr;
    }
    .posts__item {
        grid-template: 170px 1fr 16px / 1fr;
        row-gap: 10px;
        padding-bottom: 15px;
    }
    .posts__item-title {
        font-size: 14px;
        line-height: 1.1;
        padding: 0 10px;
    }
    .posts__item .posts__item-link {
        padding: 0 10px;
    }
    .why-we__list {
        grid-template: auto / 1fr;
        gap: 25px;
    }
    .why-we__item-icon {
        padding-top: 0;
    }
    .why-we__item {
        align-items: center;
    }
    .why-we__item-icon img {
        margin: 0 auto;
        height: 60px;
        width: 100%;
    }
    .wp-content__section {
        display: flex;
        gap: 15px;
        flex-direction: column;
    }
    .callback .callback-form {
        display: flex;
        max-width: 400px;
    }
    .fourcards__grid {
        grid-template: repeat(2, 1fr) / repeat(2, 250px);
    }
    .blog__wrap {
        grid-template: 1fr / repeat(2, 1fr);
    }
    .scroll-up {
        width: 32px;
        height: 32px;
        padding: 9px;
        bottom: 113px;
    }
    .seo .wrap-title {
        margin-bottom: 10px;
    }
    .banner-3__callback .callback-form {
        margin: 20px auto;
    }
    .blog__wp-content-img {
        float: initial;
    }
    .blog__wp-content-img {
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .price__cards-inner {
        grid-template: repeat(4, 1fr) / 1fr;
    }
    .price-card {
        grid-template: repeat(7, auto) 70px / 1fr;
    }
    .accordion {
        grid-template: auto / 1fr;
    }
    .accordion__item {
        min-height: auto;
    }
    .addservices__grid>ul>li>span {
        grid-template: 1fr / 1fr 170px;
    }
    .addservices__grid>ul>li>span span {
        padding: 20px 10px;
    }
    .addservices__table-title {
        font-size: 20px;
    }
}

@media screen and (max-width: 580px) {
    body {
        font-size: 14px;
    }
    .banner__wrap {
        flex-direction: column;
        row-gap: 40px;
        padding: 50px 0;
    }
    body.home .banner {
        height: auto;
    }
    .banner .title-1 {
        font-size: 30px;
        letter-spacing: 0;
        line-height: 1.2;
    }
    .wrap-form .form {
        min-width: 350px;
        width: 350px;
    }
    .nav {
        padding: 95px 30px 30px;
    }
    .contacts-info>svg {
        margin-right: 10px;
        width: 14px;
    }
    .container {
        padding: 0 10px;
    }
    .services__list {
        grid-template: auto / 450px;
        justify-content: center;
    }
    .addservices__grid {
        font-size: 14px;
    }
    .materials-slide {
        padding: 20px 10px;
    }
    .allcities .cities__list>ul>li>ul>li>a {
        font-size: 14px;
    }
    .footer__menu {
        grid-template: auto 300px / 1fr;
        row-gap: 35px;
    }
    .banner-2__content-inner {
        padding: 35px 10px;
    }
    .posts__inner {
        flex-direction: column;
        row-gap: 30px;
    }
    .posts__item {
        width: 100%;
    }
    .posts__item {
        grid-template: 240px 1fr 16px / 1fr;
    }
    .banner-2__wrap>img {
        height: auto;
    }
    .why-we__item {
        column-gap: 10px;
    }
    .why-we__item-icon {
        min-width: 45px;
    }
    .why-we__item-icon img {
        height: 45px;
    }
    .fourcards__grid {
        grid-template: repeat(4, 1fr) / repeat(1, 250px);
    }
    .fourcards__item {
        padding: 50px 15px 40px;
    }
    .blog__wrap {
        grid-template: 1fr / 1fr;
    }
    .scroll-up {
        bottom: 110px;
    }
    .footer__left {
        gap: 20px 10px;
    }
    .addservices__grid {
        margin-bottom: 20px;
    }
    .addservices__warning {
        max-width: 85%;
        font-size: 12px;
    }
}

@media screen and (max-width: 500px) {
    .process__grid {
        flex-direction: column;
    }
    .process__arrows {
        transform: rotate(90deg);
    }
    .process__card {
        grid-template: 125px 20px 1fr / 1fr;
        width: auto;
    }
}

@media screen and (max-width: 480px) {
     :root {
        --header-height: 55px;
    }
    .header .logo {
        width: 120px;
    }
    .logo svg {
        width: 100%;
        height: 100%;
    }
    header .contacts-info span {
        font-size: 12px;
    }
    .banner .title-1 {
        font-size: 28px;
    }
    .services__list {
        grid-template: auto / 1fr;
    }
    .materialsSlider-wrap-button {
        width: 96%;
        transform: translateX(2%);
    }
    .accordion__title {
        font-size: 15px;
    }
    .about__wrap {
        grid-template: auto auto / 1fr;
    }
    .allcities__wrap-menu>li>ul>li>a {
        font-size: 18px;
    }
    .allcities__wrap-menu ul ul {
        grid-template: auto /1fr 1fr;
    }
    .wp-content__img {
        min-height: auto;
    }
    body.home .wp-content__section .wp-content__img {
        min-height: auto;
    }
    .wp-content__img img {
        position: relative;
        object-fit: contain;
    }
    .footer__left {
        grid-template: repeat(4, auto) /1fr;
    }
}

@media screen and (max-width: 420px) {
    .addservices__grid>ul>li>span {
        grid-template: 1fr / 1fr 130px;
    }
    .addservices__grid>ul>li>span span {
        padding: 10px 10px;
    }
    .form__subtitle {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .services-slide__item-hover {
        padding: 23px 30px 23px 40px;
    }
}

@media screen and (max-width: 375px) {
    .wrap-form .form {
        min-width: auto;
        width: 100%;
    }
}