.d-none {
    display: none;
}

.d-none_lg {
    display: none !important;
}


ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

body {
    margin: 0;
    font-size: 20px;
    font-family: Steppe, sans-serif;
    color: var(--color-black);
    height: 100%;
    min-height: 100vh;
}

.page {
    position: relative;
    max-width: var(--max-width-page);
    margin: 0 auto;
}

.page__segment {
    margin-bottom: 150px;
}

.container, .container_p-0 {
    width: 100%;
    max-width: var(--width-content);
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

.container {
    padding: var(--padding-content);
}

.content__title,
.content__title-2 {
    font-family: Neumann, serif;
    font-weight: 400;
    text-transform: uppercase;
}

.content__title {
    margin: 125px 0 60px;
}

.content__title_40 {
    font-size: 40px;
}

.content__title_55 {
    font-size: 55px;
}

.content__title_65 {
    font-size: 65px;
}

.content__p {

}

.content__p_delivery {
    width: 70%;
    margin-bottom: 65px;
}

.header {
    height: 106px;
    display: flex;
    padding: var(--padding-content);
    padding-top: 18px;
    align-items: center;
    justify-content: space-between;
}

.header_fixed {
    position: fixed;
    background-color: white;
    z-index: 20;
    top: 0;
}

.header__logo-container {
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: center;
}

.header__logo-container-link {
    display: flex;
    align-items: center;
}

.header__logo {
    margin-right: 20px;
}

.header__title {
    font-family: Neumann, serif;
    font-size: 44px;
    line-height: 65px;
    text-transform: uppercase;
    margin-right: 60px;
}

.header__nav {
    margin-right: 35px;
    gap: 40px;
    display: flex;
}

@media screen and (max-width: 1279px) {
    .header__nav {
        gap: 20px;
    }
}

.header__nav-item {
    font-size: 16px;
    line-height: 18px;
    color: var(--color-black);
    text-decoration: none;
}

.header__contacts {
    display: flex;
    gap: 10px;
    align-items: center;
}

.header__contacts-link {
    border-radius: 4px;
    padding: 4px 5px 0 7px;
    margin-right: 10px;
    border: 1px solid #343434;
    display: block;
    font-size: 16px;
    line-height: 22px;
}

.header__contacts-icon {
    display: block;
    height: 18px;
    width: 18px;
    border-radius: 5px;
}

.header__contacts-icon_tg,
.header__contacts-icon_vb,
.header__contacts-icon_wa {
    background-repeat: no-repeat;
    background-position: center center;
}

.header__contacts-icon_tg {
    background-image: url("../img/contacts-icon-tg.png");
}

.header__contacts-icon_vb {
    background-image: url("../img/contacts-icon-vb.png");
}

.header__contacts-icon_wa {
    background-image: url("../img/contacts-icon-wa.png");
}



.tags-list {
    display: flex;
    flex-flow: row wrap;
    gap: 15px;
}

.tags-list_delivery {
    width: 400px;
    margin-bottom: 60px;
}

.tag {
    display: inline-block;
    border: 1px solid var(--color-lightblue);
    border-radius: 5px;
    padding: 4px 12px;
}

.content__delivery-outlined {
    display: grid;
    grid-template-columns: repeat(2, 45%);
    grid-column-gap: 40px;
    grid-row-gap: 70px;
    padding-left: 56px;
    border-left: 1px solid var(--color-lightblue);

    margin-bottom: 132px;
}

.content__p_delivery-outlined {
    margin: 0;
}

.content__title-2 {
    font-size: 40px;
    line-height: 59px;
    margin: 60px 0;
}

.button {
    display: inline-block;
    border-radius: 5px;
    padding: 13px 46px;
    background-color: var(--color-lightblue);
    font-weight: 500;
    font-size: 22px;
}

.button_delivery {
    position: absolute;
    bottom: 0;
    right: 80px;
}

.principles {
    margin: 84px 0 150px;
    display: flex;
    flex-direction: row;
    gap: 0 35px;
}

.principles__col_text {
    width: calc(44% - 35px / 2);
}

.principles__col_pic {
    width: calc(56% - 35px / 2);
}

.principles__p {
    margin: 0;
    max-width: 380px;
}

.principles__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 10px 20px;
    align-items: center;
    justify-items: center;
    padding: 25px 35px 0 7px
}

.about-principles__img {
    height: 100%;
    object-fit: cover;
    width: 100%
}

.principle__p {
    margin: 14px 0;
}

.principle__num {
    font-family: Neumann, serif;
    font-size: 50px;
    line-height: 74px;
    color: var(--color-lightblue);
}

.location {
    padding: 79px 80px 77px;
    background-color: var(--color-black);
    margin: 150px -80px 125px;
}

.location__p {
    margin: 0;
    font-family: Neumann, serif;
    color: var(--color-white);
    font-size: 40px;
    line-height: 59px;
    text-transform: uppercase;
}

.locations__list {
    width: 900px;
    margin: 125px 0 66px 35px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 13px 30px;
    align-items: center;
}

.locations__p {
    margin: 14px 0;
    font-family: Neumann, serif;
    font-size: 30px;
    line-height: 44px;
    text-transform: uppercase;
}

.locations__num {
    font-family: Neumann, serif;
    font-size: 50px;
    line-height: 74px;
    color: var(--color-lightblue);
    justify-self: center;
}

.about__content {
    margin: 66px 206px 150px 57px;
}

.content__p_sm {
    font-size: 11px;
    line-height: 13px;
    margin-bottom: 62px;
}

.tag-br {
    width: 33%;
}

.tags-list__about {
    margin-bottom: 20px;
    margin-top: 40px;
    gap: 19px;
}

.tag_about {
    padding: 4px 22px;
}

.about__black {
    margin-top: 68px;
    background-color: var(--color-black);
    padding: 20px 40px;
    border-radius: 10px;
}

.content__p_black {
    font-size: 20px;
    line-height: 24px;
    color: var(--color-white);
    margin: 0;
}

.about__licenses {
    margin: 150px 0 90px;
}

.about__licenses-list {
    display: flex;
    gap: 22px;
    width: calc(100% - 74px);
    margin: 91px auto 0;
}

.license {
    width: calc(25% - 20px);
}

.about__list {
    padding-left: 40px;
    list-style: initial;
}

@media screen and (max-width: 1200px) {
    .location {
        margin: 150px -40px 125px;
    }

    .locations__list {
        margin: 125px 0 35px;
    }

    .tag-br {
        display: none;
    }
}

.contact__cols {
    display: flex;
    flex-direction: row;
    gap: 0 40px;
}

.contact__col {
    width: calc(50% - 40px / 2);
    display: flex;
    align-items: center;
}

.contacts__list {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 30px;
}

.contacts__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.contact__icon {
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 30px;
    background-position: center center;
    background-repeat: no-repeat;
}

.contact__icon_loc {
    background-image: url("../img/contacts-loc.png");
}

.contact__icon_time {
    background-image: url("../img/contacts-time.png");
}

.contact__icon_email {
    background-image: url("../img/contacts-email.png");
}

.contact__icon_phone {
    background-image: url("../img/contacts-phone.png");
}

.main-contacts__col {
    width: 50%;
}

.lead {
    min-height: 100vh;
    margin-bottom: 150px;
    padding-bottom: 115px;
    display: flex;
    flex-direction: column;
    background: url("../img/main-lead.jpg") no-repeat center center;
    background-size: cover;
}

.header__title_white,
.header__nav-item_white,
.header__contacts-link_white,
.content__title_white {
    color: white;
    border-color: var(--color-white);
}

.header__contacts-icon_tg_white {
    background-image: url("../img/contacts-icon-tg-white.png");
}

.header__contacts-icon_vb_white {
    background-image: url("../img/contacts-icon-vb-white.png");
}

.header__contacts-icon_wa_white {
    background-image: url("../img/contacts-icon-wa-white.png");
}

.content_lead {
    margin-top: auto;
    padding-left: 131px;
}

.content__title_lead {
    color: white;
    font-size: 40px;
    line-height: 59px;
    margin-top: 177px;
}

.lead__points {
    margin: 60px 0;
    padding-left: 27px;
    list-style: url("../img/point-bullet.png");
}

.lead__point {
    color: white;
    line-height: 27px;
    padding-left: 15px;
}

.button_lead {
    padding: 7px 40px 5px;
    font-size: 20px;
    line-height: 24px;
}

.scroll-up {
    display: block;
    position: sticky;
    bottom: 43px;
    height: 50px;
    width: 50px;
    background: url("../img/arrow-up.svg") no-repeat center center;
    margin-left: auto;
    margin-right: 80px;

    visibility: hidden;
    opacity:0;
    transition:visibility 0.3s linear,opacity 0.3s linear;
}

.scroll-up_visible {
    visibility: visible;
    opacity: 1;
}

.content__title_lead62 {
    line-height: 62px;
}

.content__title_since {
    line-height: 62px;
}

.catalog-categories {
    margin-top: 150px;
    margin-bottom: 150px;
}

.catalog-category {
    display: flex;
    flex-direction: row;
    gap: 30px;
    margin-bottom: 78px;
}

.catalog-category__col {
    width: 50%;
}

.catalog-category__col_text {

}

.catalog-category__col_pic {
    width: 60%;
    max-width: 513px;
}

@media screen and (max-width: 1200px) {
    .catalog-category__col_pic {
        width: 45%;
        margin-left: auto;
    }
}

.catalog-category__title {
    font-family: Neumann, serif;
    font-size: 40px;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 35px;
}

.catalog-category__price {
    margin: 35px 0;
    line-height: 24px;
}

.catalog-category__tags {}

.catalog-category__tag {
    display: inline-block;
    padding: 3px 12px;
    border: 1px solid var(--color-lightblue);
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 10px;
}

.catalog-category__p {}

.catalog-category__button {
    margin-top: 20px;
    font-size: 20px;
    line-height: 24px;
    padding: 9px 20px 7px;
}

.catalog-category__pic {
    width: 100%;
    border-radius: 10px;
}

.goals {

}

.goals-list {
    display: flex;
    flex-flow: row wrap;
    gap: 21px 20px;
    margin: 81px 0 0;
}

.goal {
    border: 1px solid var(--color-lightblue);
    border-radius: 20px;
    padding: 43px 9px 42px 32px;
    width: calc(50% - 20px / 2);
}

.goal:nth-child(1),
.goal:nth-child(4n+1) {
    width: calc(45% - 20px / 2);
}

.goal:nth-child(4n+2) {
    width: calc(55% - 20px / 2);
}

.goal__title {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    min-height: 84px;
    margin: 0 0 30px;
}

.goal__text {
    margin: 30px 0 0;
}

.advantages {
    background-color: var(--color-black);
    border-radius: 90px 90px 0 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.content__title_advantages {
    margin: 150px 0;
}

.advantages-list {
    margin-bottom: 150px;
}

.advantage {
    display: flex;
    flex-direction: row;
    padding-right: 57px;
    margin-bottom: 60px;
}

.advantage__col {

}

.advantage__col_pic {
    width: 48%;
}

.advantage__col_text {
    width: 52%;
}

.advantage__pic {
    border-radius: 10px;

    width: 100%;
    height: 100%;
    object-fit: cover;
}

.advantage__description {
    display: flex;
    flex-direction: column;
    margin: 12px 0;
    height: 339px;
    padding: 45px 65px 30px 57px;
    position: relative;
    border: 1px solid var(--color-lightblue);
    border-left: none;
    border-radius: 0 20px 20px 0;
}

.advantage__title {
    font-family: Neumann, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    color: var(--color-white);
    text-transform: uppercase;
    margin: 0;
}

.advantage__p {
    color: var(--color-white);
    min-height: 72px;
    margin: auto 0 0;
}

.advantage__number {
    display: block;
    position: absolute;
    top: 45px;
    right: 36px;
    font-family: Neumann, serif;
    font-size: 20px;
    line-height: 29px;
    color: var(--color-lightblue);
}

@media screen and (max-width: 1200px) {
    .advantage {
        padding-right: 0;
    }

    .advantage__col_pic {
        width: 40%;
    }

    .advantage__col_text {
        width: 60%;
    }
}

.application-form {
    background: var(--color-white);
    padding: 52px 50% 52px 37px;
    border-radius: 10px;
    position: relative;
    margin: 0 0 150px;
}

.application-form__bg {
    background: var(--color-white) url("../img/application-form-background.jpg") no-repeat right center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    clip-path: polygon(58.5% 0px, 100% 0%, 100% 100%, 455px 100%);
}

.application-form__title {
    font-family: Neumann, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

.application-form__p {
    margin: 0 0 30px;
}

.application-form__form {

}

.application-form__input {
    border: none;
    background-color: #D9D9D9;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 18px;
}

.application-form__input::placeholder {
    font-size: 15px;
    color: var(--color-grey);

}

.application-form__input_text {
    width: 150px;
    margin-right: 15px;
}

.application-form__input_phone {
    width: 185px;
}

.application-form__submit {
    border: none;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 65px;
}

.application-form__policy {
    font-size: 10px;
    line-height: 12px;
    color: var(--color-grey);
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .application-form__title {
        font-size: 30px;
        line-height: 1.4;
    }
}

.suitable {
    margin-bottom: 150px;
}

.content__title_suitable {
    margin: 150px 0 110px;
}

.suitable-list {
    display: flex;
    flex-flow: row wrap;
    gap: 21px 20px;
    margin: 81px 0 0;
}

.suitable-item {
    border: 1px solid var(--color-lightblue);
    border-radius: 20px;
    padding: 34px 9px 30px 35px;
    width: calc(50% - 20px / 2);
}

.suitable-item:nth-child(6n+1) {
    width: calc(55% - 20px / 2);
}

.suitable-item:nth-child(6n+2) {
    width: calc(45% - 20px / 2);
}

.suitable-item:nth-child(6n+3) {
    width: calc(60% - 20px / 2);
    padding-bottom: 42px;
}

.suitable-item:nth-child(6n+4) {
    width: calc(40% - 20px / 2);
    padding-bottom: 42px;
}

.suitable-item__title {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    min-height: 84px;
    margin: 0 0 30px;
}

.suitable-item__text {
    margin: 30px 0 0;
}


.portfolio {
    margin-bottom: 150px;
}

.content__title_portfolio {
    margin-bottom: 113px;
}

.portfolio-slider-container {
    position: relative;
}

.portfolio-slider {
    padding-left: 37px;
}

.portfolio-slide {
    /*width: 50%;*/
    max-width: 461px;
}

.portfolio-slide__pic {

}

.portfolio-slide__title {
    font-family: Neumann, serif;
    font-size: 28px;
    font-weight: 400;
    line-height: 32px;
    text-transform: uppercase;
    margin: 42px 0 32px;
}

.portfolio-slide__p {

}

.portfolio-slider__control_prev,
.portfolio-slider__control_next {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    background: url("../img/arrow.png") no-repeat center center;
}

.portfolio-slider__control_prev {
    left: -46px;
    top: 39%;
    transform: translate(0, -50%);
}

.portfolio-slider__control_next {
    right: -46px;
    top: 39%;
    transform: translate(0, -50%) rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .portfolio-slider {
        padding-left: 0;
        width: calc(100% - 68px * 2);
        margin: 0 auto;
    }

    .portfolio-slide {
        max-width: calc(100% - 68px * 2);
    }

    .portfolio-slider__control_prev {
        left: 0;
    }

    .portfolio-slider__control_next {
        right: 0;
    }
}


.stages {
    background-color: var(--color-black);
    display: flex;
    flex-direction: column;
    padding-bottom: 80px;
    border-radius: 0 0 50px 50px;
    margin-bottom: 150px;
}

.content__title_stages {
    margin: 80px 0 80px;
}

.stages-list {
    display: flex;
    flex-flow: row wrap;
    gap: 21px 20px;
}

.stages-item {
    border: 1px solid var(--color-lightblue);
    border-radius: 20px;
    padding: 42px 9px 25px 35px;
    width: calc(50% - 20px / 2);
    position: relative;
}

.stages-item_active {
    background-color: var(--color-white);
}

.stages-item_active > .stages-item__number {
    color: var(--color-grey);
    line-height: 1;
    font-size: 184px;
    top: 34px;
    right: 0;
}

.stages-item_active > .stages-item__title,
.stages-item_active > .stages-item__p {
    color: var(--color-black);
    position: relative;
}

.stages-item:nth-child(7n+1) {
    margin-bottom: -36px;
}

.stages-item:nth-child(7n+3) {
    margin-top: 36px;
}

.stages-item:nth-child(7n+4) > .stages-item__title,
.stages-item:nth-child(7n+7) > .stages-item__title {
    min-height: 84px;
}

.stages-item:nth-child(7n+3),
.stages-item:nth-child(7n+4) {
    padding-bottom: 42px;
}

.stages-item:nth-child(7n+5) {
    width: calc(45% - 20px / 2);
}

.stages-item:nth-child(7n+6) {
    width: calc(55% - 20px / 2);
}

.stages-item:nth-child(7n+7) {
    width: calc(69% - 20px / 2);
}

.stages-item__title {
    font-size: 35px;
    line-height: 42px;
    font-weight: 400;
    margin: 0 0 35px;
    color: var(--color-white);
    padding-right: 90px;
}

.stages-item__p {
    margin: 25px 0 0;
    color: var(--color-white);
    padding-right: 90px;
}

.stages-item__number {
    font-family: Neumann, serif;
    display: block;
    position: absolute;
    top: 23px;
    right: 36px;
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    color: var(--color-lightblue);
}

.about {

}

.content__title_about {
    margin-bottom: 80px;
}

.about__row {
    display: flex;
    margin-bottom: 39px;
}

.about__col {
    width: 50%;
}

.about__col_main {
    width: 65%;
}

.about__col_facts {
    width: 35%;
}

.about__img {
    border-radius: 10px;
    width: 100%;
}

.about__p {

}

.about__p_35 {
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    margin-top: 55px;
    margin-bottom: 20px;
}

.about__p_happy {
    padding-bottom: 27px;
    border: 1px solid var(--color-lightblue);
    border-radius: 0 0 20px 0;
    border-top: none;
    border-left: none;
}

.about__facts {
    margin-top: 77px;
    list-style: url("../img/point-bullet.png");
}

.about__fact {
    margin: 45px 0;

    position: relative;
    display:flex;
    align-items:center
}

.about__fact::before {
    content: " ";
    width: 24px;
    height: 24px;
    background: url("../img/point-bullet.png") no-repeat center center;
    margin: 0 23px 0 10px;
    flex-shrink: 0;
}

@media screen and (max-width: 1200px) {
    .about__facts {
        margin-top: 0;
    }

    .about__fact {
        margin: 30px 0;
    }
}

.content__title_team {
    margin: 125px 0 96px;
}

.team-list {
    display: flex;
    gap: 20px;
}

.team-item {
    width: 20%;
}

.team-item__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D9D9D9;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    line-height: 19px;
    margin: 0 0 30px;
}

.team-item__photo-img {
    width: 100%;
}

.team-item__name {
    font-family: Neumann, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-transform: uppercase;
    margin: 30px 0 20px;
}

.team-item__description {
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
}

.team-item__description_big {
    font-size: 18px;
    line-height: 22px;
}

.team-item__description-link {
    font-size: 12px;
    line-height: 14px;
    text-decoration: underline;
}

.content_trust-us {
    margin-bottom: 150px;
}

.content__title_trust-us {
    margin: 125px 0 100px;
}

.trust-us__slider-container {
    position: relative;
}

.trust-us-slider {

}

.trust-us-list {
    position: relative;
    display: flex;
    justify-content: space-around;
}

.trust-us-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.trust-us-item__image {

}

.trust-us__control {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    background: url("../img/arrow.png") no-repeat center center;
}

.trust-us__control_prev {
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.trust-us__control_next {
    right: 0;
    top: 50%;
    transform: translate(100%, -50%) rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .trust-us__slider-container {
        width: calc(100% - 68px * 2);
        margin: 0 auto;
    }
}

.content__title_faq {
    margin: 125px 0 95px;
}

.faq-list__question {
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    max-width: 850px;
    margin: 40px 0 30px;
    position: relative;
    cursor: pointer;
}

.faq-list__question::after {
    display: block;
    content: " ";
    width: 24px;
    height: 24px;
    background: url("../img/point-bullet.png") no-repeat center center;
    transform: rotate(90deg);
    position: absolute;
    top: 6px;
    right: 32px;
}

.faq-list__answer {
    margin: 0 0 0 37px;
    padding: 10px 20px 20px;
    border-left: 1px solid var(--color-lightblue);
    max-width: 850px;
}

.reviews__slider-container {
    margin-top: 107px;
    position: relative;
}

.reviews__slider {
    position: relative;
    /*display: flex;*/
    /*justify-content: space-around;*/
}

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

.reviews-item__image {
    width: 247px;
    height: 349px;
    background: #343434;
    border-radius: 10px;
}


.reviews-item__image > img {
    width: 100%;
    object-fit: cover;
}

.reviews__control {
    display: block;
    height: 48px;
    width: 48px;
    position: absolute;
    background: url("../img/arrow.png") no-repeat center center;
}

.reviews__control_prev {
    left: 0;
    top: 50%;
    transform: translate(-100%, -50%);
}

.reviews__control_next {
    right: 0;
    top: 50%;
    transform: translate(100%, -50%) rotate(180deg);
}

@media screen and (max-width: 1200px) {
    .reviews__slider-container {
        width: calc(100% - 68px * 2);
        margin: 0 auto;
    }
}

.calculation {
    padding: 150px 0;
    background: var(--color-black);
}

.calculation-form {
    background: var(--color-white);
    padding: 52px 40px 52px 54%;
    border-radius: 10px;
    position: relative;
    min-height: 537px;
}

.calculation-form__bg {
    background: var(--color-white) url("../img/calculation-form-background.jpg") no-repeat left center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 10px;
    clip-path: polygon(0 0, 42% 0, 52% 100%, 0 100%);
}

.calculation-form__title {
    font-family: Neumann, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    margin: 0 0 50px;
    text-transform: uppercase;
}

.calculation-form__p {
    margin: 0 0 50px;
}

.calculation-form__form {

}

.calculation-form__input {
    border: none;
    background-color: #D9D9D9;
    line-height: 37px;
    text-align: center;
    border-radius: 5px;
    font-size: 15px;
    margin-bottom: 18px;
}

.calculation-form__input::placeholder {
    font-size: 15px;
    color: var(--color-grey);

}

.calculation-form__input_text {
    width: 150px;
    margin-right: 15px;
}

.calculation-form__input_phone {
    width: 185px;
}

.calculation-form__submit {
    border: none;
    font-size: 15px;
    line-height: 18px;
    padding: 10px 65px;
}

.calculation-form__policy {
    font-size: 10px;
    line-height: 12px;
    color: var(--color-grey);
    display: block;
    margin-top: 30px;
}

@media screen and (max-width: 1200px) {
    .calculation-form__title {
        font-size: 30px;
        line-height: 1.4;
    }
}

.breadcrumbs {
    font-size: 15px;
    line-height: 18px;
    color: var(--color-grey);
    margin: 82px 0 62px;
}

.breadcrumb {
    display: inline-block;
}

.breadcrumb::after {
    content: " / ";
}

.breadcrumb:last-child::after {
    content: none;
}

.breadcrumb__link {
    color: var(--color-grey);
}

.content__title_catalog {
    margin: 62px 0 60px;
}

.categories {
    margin-top: 80px;
    margin-bottom: 146px;
}

.category {
    display: flex;
    padding: 30px 23px 30px 0;
    position: relative;
    border-right: 1px solid var(--color-lightblue);
    border-radius: 0 20px 20px 0;
    margin-bottom: 60px;
}

.category::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    width: 52%;
    height: 20px;
    left: 48%;
    border-top: 1px solid var(--color-lightblue);
    border-radius: 0 20px 0 0;
    box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
}

.category::after {
    content: '';
    display: block;
    position: absolute;
    bottom: -1px;
    width: 98%;
    height: 20px;
    left: 2%;
    border-bottom: 1px solid var(--color-lightblue);
    border-radius: 0 0 20px 0;
    box-shadow: 0 0 1px 0 white inset, 0 0 1px 0 white;
}

.category__col {
    width: 50%;
    display: flex;
}

.category__col_description {
    padding-left: 42px;
    align-items: flex-start;
    flex-direction: column;
}

.category__col-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.category__img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.category__title {
    font-family: Neumann, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 46px;
    text-transform: uppercase;
    margin-top: 0;
    word-break: break-word;
}

.category__p {
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
    margin: 0 0 18px;
}

.category__ul {
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
    padding-left: 20px;
    list-style: initial;
}

.category__p + .category__ul {
    margin-top: -18px;
}

.button_category-details {
    font-size: 15px;
    line-height: 38px;
    padding: 4px 50px 0;
    font-weight: 600;
}

.content__title_category {
    margin: 60px 0 77px;
}

.tags-list_category {
    margin: 60px 0 76px;
    gap: 20px;
    width: 892px;
}

.tag_category {
    width: calc(50% - 20px / 2);
    padding: 4px 22px;
    height: 104px;
    display: flex;
    align-items: center;
}

.content__subtitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    margin: 60px 0 42px;
}

.button_category {
    float: right;
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    padding: 10px 50px;
}


.content__title_product {
    margin: 62px 0 80px;
}

.product-card {
    display: grid;
    grid-template-columns: calc(46% - 37px * 2) 27% 27%;
    grid-template-rows: repeat(3, auto);
    grid-column-gap: 37px;
    grid-row-gap: 0;
}

.div1 { grid-area: 1 / 1 / 4 / 2; }
.div2 { grid-area: 1 / 2 / 2 / 3; }
.div3 { grid-area: 2 / 2 / 3 / 3; }
.div4 {
    grid-area: 3 / 2 / 4 / 3;
    text-align: center;
}
.div5 { grid-area: 1 / 3 / 2 / 4; }
.div6 { grid-area: 2 / 3 / 3 / 4; }
.div7 {
    grid-area: 3 / 3 / 4 / 4;
    display: flex;
    align-items: center;
}

.product-card__title {
    font-family: Neumann, serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 44px;
    text-transform: uppercase;
    margin: 6px 0 30px;
}

.product-card__ul,
.product-card__specs > ul,
.product-card__additions > ul {
    padding-left: 20px;
    list-style: initial;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
}

.product-card__ul > li,
.product-card__specs > ul > li,
.product-card__additions > ul > li {
    margin-bottom: 6px;
}

.product-card__price-container {
    display: flex;
    align-items: center;
}

.product-card__price {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
}

.product-card__button-container {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button_product-card {
    font-size: 22px;
    font-weight: 600;
    line-height: 27px;
    padding: 10px 50px;
}

.product__p {
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
}

.product__ul {
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
    padding-left: 20px;
    list-style: initial;
}

.product-descriptions {
    margin: 150px 0 150px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 55px;
}

.product-descriptions__subtitle {
    font-size: 35px;
    font-weight: 400;
    line-height: 42px;
    margin: 0 0 30px;
}

.product-descriptions__p {
    font-size: 25px;
    font-weight: 400;
    line-height: 30px;
}

.dropdown-container {
    position: relative;
}

.dropdown-container:hover > .dropdown {
    transform: scaleY(1);
    transition: transform 300ms ease-in-out 0s;
}

.dropdown {
    display: flex;
    transform: scaleY(0);
    transform-origin: top center;
    transition: transform 800ms ease-in-out 0.5s;

    width: 480px;
    flex-direction: column;
    padding: 40px 42px 40px 30px;
    background: var(--color-white);

    position: absolute;
    top: 100%;
    z-index: 10;

    background: var(--color-white);
}

.dropdown-item,
.dropdown .menu-item {
    font-size: 20px;
    font-weight: 400;
}

.dropdown-link,
.dropdown .menu-item > a {
    display: block;
    padding: 16px 16px 12px;
    border: 1px solid transparent;
    border-radius: 10px;
}

.dropdown-link:hover,
.dropdown .menu-item > a:hover {
    border: 1px solid var(--color-lightblue);
}

.sub-menu {
    margin-left: 30px;
    margin-top: 9px;
}

.modal {
    max-width: 580px;
    max-height: 600px;
    border-radius: unset;
    text-align: center;
    padding: 79px 0 100px;
    position: relative;
}

.modal__title {
    font-family: Neumann, serif;
    font-size: 40px;
    font-weight: 400;
    line-height: 59px;
    text-transform: uppercase;
    margin-bottom: 84px;
}

.blocker {
    z-index: 20;
}

.close-modal {
    display: none !important;
}

.modal-form__input {
    border: none;
    background-color: #F3F2F3;
    line-height: 50px;
    text-align: center;
    border-radius: 5px;
    font-size: 20px;
    margin-bottom: 43px;
    width: 371px;
}

.modal-form__input::placeholder {
    font-size: 20px;
    color: var(--color-grey);
}

.modal-form__input_text {
}

.modal-form__input_phone {
}

.modal-form__input_checkbox {
    position: absolute;
    z-index: -1;
    opacity: 0;
}

.modal-form__policy-label {
    color: var(--color-black);
}

.modal-form__policy-label-link {
    text-decoration: underline;
}

.modal-form__input_checkbox+.modal-form__policy-label {
    display: inline-flex;
    align-items: center;
    user-select: none;
}
.modal-form__input_checkbox+.modal-form__policy-label::before {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    flex-grow: 0;
    margin-right: 0.5em;
    background: url("../img/checkbox.svg") no-repeat center center;
    background-size: cover;
}

.modal-form__input_checkbox:checked+.modal-form__policy-label::before {
    background-image: url("../img/checkbox-checked.svg");
}

.modal-form__submit {
    border: none;
    font-size: 25px;
    line-height: 56px;
    padding: 0;
    width: 371px;
    font-weight: 400;
}

.modal-form__policy {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    font-size: 15px;
    line-height: 18px;
    color: var(--color-grey);
    margin-top: 16px;
    font-weight: 400;
}

.modal__close {
    position: absolute;
    display: block;
    width: 23px;
    height: 23px;
    cursor: pointer;
    background: url("../img/modal-close.svg") no-repeat center center;
    top: 24px;
    right: 24px;
}


.content-gutenberg {

}

.the_content {

}

.the_content ul {
    padding-left: 40px;
    list-style: initial;
}

.product-image-container {
    margin-bottom: 60px;
    text-align: center;
}

.product-card__img {
    /*width: 100%;*/
    /*aspect-ratio: 114 / 77;*/
    /*object-fit: cover;*/
    /*margin-bottom: 60px;*/

    object-fit: cover;
    margin-bottom: 60px;
    height: 100%;
    max-width: 100%;
    max-height: 400px;
}

.product-image-slide {
    display: flex;
    justify-content: center;
}

.product-image {
    /*width: 100%;*/
    /*object-fit: cover;*/
    /*max-height: 310px;*/

    object-fit: cover;
    height: 100%;
    max-width: 100%;
    max-height: 400px;
}

/**/


.footer {
    background-color: var(--color-black);
    color: var(--color-white);
}

.footer__content {
    max-width: var(--width-content);
    margin: 120px auto 0;
    display: grid;
    grid-template-columns: 35% 51% auto;
    padding: 32px 80px;
}

.footer__address {
    font-size: 17px;
    line-height: 20px;
    align-self: end;
}

.footer__nav {
    display: flex;
    flex-flow: column wrap;
    height: 55px;
    width: 77%;
}

.footer__nav-item {}

.footer__nav-link {
    color: var(--color-white);
    font-size: 15px;
    line-height: 26px;
}

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.footer__icons {
    display: flex;
    flex-direction: row;
    gap: 22px;
    padding-left: 50px;
    margin-bottom: 20px;
}

.footer__icon {}

.footer__icon-link {
    display: block;
    width: 22px;
    height: 22px;
    background-position: center center;
    background-repeat: no-repeat;
}

.footer__icon-link_tg {
    background-image: url("../img/footer-icon-tg.png");
}

.footer__icon-link_wa {
    background-image: url("../img/footer-icon-wa.png");
}

.footer__icon-link_vb {
    background-image: url("../img/footer-icon-vb.png");
}

.footer__contacts-link {
    display: block;
    color: var(--color-white);
    font-size: 15px;
    line-height: 18px;
}

.footer__disclaimer {
    font-size: 12px;
    line-height: 14px;
    color: var(--color-lightblue);
    align-self: end;
    width: 77%;
    padding-bottom: 20px;
}

.footer__catalog-nav {
    padding-top: 20px;
}

.footer__catalog-nav-list {
    display: grid;
    overflow: hidden;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 1fr;
    grid-column-gap: 10px;
    grid-row-gap: 12px;
    margin-bottom: 100px;
}

.footer__catalog-nav-item,
.footer__catalog-nav-list > li
{
    max-width: 165px;
}
.footer__catalog-nav-link,
.footer__catalog-nav-list > li > a {
    display: inline-block;
    color: var(--color-white);
    font-size: 12px;
    line-height: 14px;
}

.footer__developer {
    align-self: end;
    padding: 0 0 20px;
    justify-self: end;
}

.footer__developer-content {
}

.footer__developer-p {
    font-size: 15px;
    line-height: 18px;
    margin: 0 0 5px;
}

.content_404 {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 150px 0 200px;
}

@media screen and (max-width: 1200px) {
    .header {
        z-index: 10;
    }

    .header__logo-container {
        z-index: 11;
    }

    .header__nav {
        display: none;
    }

    .header__mobile-nav {
        position: absolute;
        top: calc(100% - 18px);
        margin-left: 10px;
        background-color: var(--color-white);
        border-radius: 0 10px 10px 10px;
        padding: 10px 11px;
        left: 348px;
        width: 300px;
    }

    .header__mobile-nav-handler {
        display: inline-block !important;
        width: 40px;
        height: 40px;
        background: url("../img/burger-mobile.png") no-repeat center center;
        cursor: pointer;
        margin-left: auto;
    }

    .header__mobile-nav-handler_opened {
        background: url("../img/burger-mobile-opened.png") no-repeat center center;
        background-size: cover;
    }

    .dropdown-link,
    .menu-item > a {
        display: block;
        padding: 10px 9px;
        border: 1px solid transparent;
        border-radius: 10px;
        font-size: 16px;
        font-weight: 350;
        line-height: 19px;
    }

    .header__mobile-nav > .menu-item-has-children > a {
        display: flex;
        align-items: center;
    }

    .header__mobile-nav > .menu-item-has-children > a::after {
        display: inline-block;
        content: " ";
        width: 14px;
        height: 14px;
        background: url("../img/dropdown-arrow.png") no-repeat center center;
        margin-left: auto;
        padding-left: 20px;
    }

    .header__mobile-nav > .menu-item-has-children > a.active::after {
        transform: rotate(90deg);
    }

    .dropdown-link:hover,
    .menu-item > a:hover {
        border: 1px solid var(--color-lightblue);
    }

    .sub-menu {
        margin-left: 30px;
        margin-top: 9px;
    }

    .invert_md {
        filter: invert(100%);
    }
}

.dropdown > .menu-item-has-children > a {
    display: flex;
    align-items: center;
}

.dropdown > .menu-item-has-children > a::after {
    display: inline-block;
    content: " ";
    width: 14px;
    height: 14px;
    background: url("../img/dropdown-arrow.png") no-repeat center center;
    margin-left: auto;
    padding-left: 20px;
}

.dropdown > .menu-item-has-children > a.active::after {
    transform: rotate(90deg);
}

.dropdown-link:hover,
.dropdown .menu-item > a:hover {
    border: 1px solid var(--color-lightblue);
}

.f-button svg {
    width: 32px;
    height: 32px;
    color: white;
    filter: drop-shadow(0px 0px 1px rgba(0, 0, 0, 0.6));
}

.the_content a {
    text-decoration: underline;
    color: dodgerblue;
}

.the_content li {
    margin-bottom: 0.5em;
}