:root {
    --padding-content: 0 10px;
}

html {
    background-color: var(--color-black);
}

body {
    background-color: white;
}

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


.header {
    flex-direction: column-reverse;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(8px);
    z-index: 10;
}

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

body {
    margin: 0;
    font-size: 16px;
    font-weight: 350;
    line-height: 19px;
    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: 120px;
}

.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: 20px;
    font-weight: 400;
    line-height: 29px;
}

.content__title_65 {
    font-size: 65px;
}

.content__p {

}

.content__title_delivery,
.content__title_about,
.content__title_contacts,
.content__title_product {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 120px 0 30px;
}

.content__title_contacts {
    margin-top: 60px;
}

.content__title_product {
    margin-top: 60px;
}

.content__p_delivery {
    margin-bottom: 30px;
}

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

.header__title a,
.header__contacts a {
    color: var(--color-white);
    border-color: var(--color-white);
}

.header__logo-container {
    min-width: 100%;
    display: flex;
    flex-wrap: nowrap;
    overflow: hidden;
    align-items: baseline;
}

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

.header__logo {

}

.header__logo_regular {
    margin-right: 6px;
}

.header__mobile-nav-handler {
    display: inline-block;
    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;
}

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

.header__title {
    font-family: Neumann, serif;
    font-size: 40px;
    line-height: 59px;
    text-transform: uppercase;
}

.header__nav {
    display: flex;
    gap: 1em;
}

.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: 11px;
    font-weight: 700;
    line-height: 14px;
    text-align: center;
}

.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-white.png");
}

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

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



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

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

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

.content__delivery-outlined {
    padding-left: 20px;
    border-left: 1px solid var(--color-lightblue);

    margin-bottom: 120px;
}

.content__p_delivery-outlined {
    margin: 0 0 30px;
}

.content__p_delivery-detailed {
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    text-align: center;
    margin-bottom: 36px;
}

.content__title-2 {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    border: 1px solid var(--color-lightblue);
    border-radius: 10px;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 120px;
}

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

.button_delivery {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.principles {
    margin: 60px 0 120px;
    display: flex;
    flex-direction: column-reverse;
}

.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 {
    width: 100%;
    aspect-ratio: 7/8;
    object-fit: cover;
    margin-bottom: 20px;
}

.principle__p {
    margin: 14px 0;
}

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

.location {
    padding: 40px 10px 50px;
    background-color: var(--color-black);
    margin: 0 -10px;
}

.location__p {
    margin: 0;
    font-family: Neumann, serif;
    color: var(--color-white);
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    text-align: center;
}

.locations__list {
    margin: 60px 0 120px;
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 6px 14px;
    align-items: center;
}

.locations__p {
    margin: 14px 0;
    font-family: Neumann, serif;
    text-transform: uppercase;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

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

.about__content {

}

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

.tag-br {
    width: 33%;
}

.tags-list__about {
    margin: 20px 0;
    gap: 5px;
}

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

.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 {

}

.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;
}

.content__title_main-contacts {
    margin: 120px 0 25px;
}

.content__p_main-contacts {
    margin-bottom: 20px;
}

.main-contacts__col_map {
    margin-top: 40px;
}

.contact__cols {
    display: flex;
    flex-direction: column;
}

.contact__col {
    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;
    flex-shrink: 0;
}

.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");
}

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

.container_lead {
    z-index: 10;
}

.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;
}

.content__title_lead {
    color: white;
    margin-top: 68px;
    margin-bottom: 39px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.lead__points {
    margin: 39px 0;
    padding-left: 27px;
    list-style: none;
}

.lead__point {
    color: white;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 17px;
    position: relative;
}

.lead__point::before {
    content: " ";
    display: inline-block;
    background: url("../img/point-bullet.png") no-repeat center center;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -28px;
    top: 3px;
}

.button_lead {
    padding: 9px 33px 6px;
    font-size: 20px;
    line-height: 24px;
}

.since {
    margin-bottom: 125px;
}

.content__title_since {
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    margin-top: 120px;
}

.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: 20px;

    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;
}

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

.catalog-category {
    display: flex;
    gap: 24px;
    margin-bottom: 60px;
    flex-direction: column-reverse;
}

.catalog-category__col {}

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

.catalog-category__price {
    margin: 35px 0 17px;
    font-size: 16px;
    font-weight: 350;
    line-height: 19px;
}

.catalog-category__tags {}

.catalog-category__tag {
    display: inline-block;
    padding: 3px 7px;
    border: 1px solid var(--color-lightblue);
    border-radius: 5px;
    margin-right: 10px;
    margin-bottom: 13px;
    font-size: 16px;
    font-weight: 350;
    line-height: 19px;
}

.catalog-category__p {
    margin: 7px 0 19px;
}

.catalog-category__button {
    margin-top: 12px;
    padding: 7px 22px;
    font-size: 16px;
    font-weight: 350;
    line-height: 19px;
}

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

.goals {

}

.content__title_goals {
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 120px 0 40px;
}

.goals-list {
    display: flex;
    flex-flow: row wrap;
    gap: 28px;
    margin: 30px 0 0;
}

.goal {
    border: 1px solid var(--color-lightblue);
    border-radius: 20px;
    padding: 30px 10px 30px 20px;
}

.goal__title {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 20px;
}

.goal__text {
    margin: 20px 0 0;
}

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

.container_advantages {
    padding: 0;
}

.content__title_advantages {
    margin: 60px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding: 0 10px;
}

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

.advantage {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 40px;
}

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

.advantage__description {
    display: flex;
    flex-direction: column;
    margin: 0 10px;
    padding: 30px 10px 18px;
    position: relative;
    border: 1px solid var(--color-lightblue);
    border-bottom: none;
    border-radius: 20px 20px 0 0;
}

.advantage__title {
    font-family: Neumann, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    color: var(--color-white);
    text-transform: uppercase;
    margin: 0;
    width: calc(100% - 30px);
}

.advantage__p {
    color: var(--color-white);
    margin-top: 20px;
}

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

.application-form {
    background: var(--color-white);
    padding: 40px 14px 0;
    border-radius: 10px;
    position: relative;
    margin: 0 0 60px;
    text-align: center;
}

.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: 20px;
    font-weight: 400;
    line-height: 29px;
    margin: 0 0 30px;
    text-transform: uppercase;
}

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

.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,
.application-form__input_phone,
.application-form__submit {
    width: 76%;
    max-width: 350px;
}

.application-form__submit {
    border: none;
    font-size: 15px;
    font-weight: 400;
    line-height: 37px;
    padding: 0;
    margin-top: 13px;
}

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

.application-form__fig-container {
    margin: 0 -14px;
}

.application-form__fig {
    display: block;
    width: 100%;
    clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0 100%);
    border-radius: 0 0 10px 10px;
}

.suitable {
    margin-bottom: 120px;
}

.content__title_suitable {
    margin: 120px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;

}

.suitable-list {
    display: flex;
    flex-flow: row wrap;
    gap: 30px;
    margin: 40px 0 0;
}

.suitable-item {
    border: 1px solid var(--color-lightblue);
    border-radius: 20px;
    padding: 30px 15px 30px 20px;
}

.suitable-item__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 19px;
}

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


.portfolio {
    margin-bottom: 120px;
}

.content__title_portfolio {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    margin-top: 120px;
}

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

.portfolio-slider {
    width: 80%;
    margin: 0 auto;
}

.portfolio-slide {
    margin: 0 10px;
}

.portfolio-slide__pic {
    height: 330px;
    aspect-ratio: 2 / 3;
    object-fit: cover;
    border-radius: 11px;
}

.portfolio-slide__title {
    font-family: Neumann, serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 23px;
    text-transform: uppercase;
    margin: 38px 0 23px;
    word-wrap: break-word;
    hyphens: auto;
}

.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: -11px;
    top: 173px;
    transform: scale(65%) translate(0, -50%);
}

.portfolio-slider__control_next {
    right: -11px;
    top: 173px;
    transform: scale(65%) translate(0, -50%) rotate(180deg);
}


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

.content__title_stages {
    margin: 60px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
    padding: 0 10px;
}

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

.stages-item {
    border: 1px solid var(--color-lightblue);
    border-radius: 20px;
    padding: 40px 10px;
    position: relative;
    width: 100%;
}

.stages-item_active {
    background-color: var(--color-white);
    margin-bottom: 10px;
}

.stages-item_active > .stages-item__number {
    color: var(--color-grey);
    line-height: 1;
    font-size: 97px;
    top: 11px;
    right: 12px;
}

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

.stages-item__title {
    font-size: 20px;
    font-weight: 400;
    line-height: 24px;
    margin: 0 0 29px;
    color: var(--color-white);
    width: calc(100% - 85px);
}

.stages-item__p {
    margin: 19px 0 0;
    color: var(--color-white);
}

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

.about {

}

.content__title_main-about {
    margin: 120px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.about__row {
    display: flex;
    flex-direction: column;
}

.about__row:first-child {
    flex-direction: column-reverse;
}

.about__col {
}

.about__col_main {
}

.about__col_facts {
}

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

.about__p {
    margin: 0 0 40px;
}

.about__p_35 {
    font-size: 20px;
    font-weight: 350;
    line-height: 24px;
    margin: 60px 0 40px;
}

.about__p_happy {
    padding: 40px 20px;
    border: 1px solid var(--color-lightblue);
    border-radius: 10px;
    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    margin-top: 80px;
}

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

.about__fact {
    margin: 0 0 30px;

    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-right: 23px;
}

.content__title_team {
    margin: 120px 0 40px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.team-list {

}

.team-list__slider-container {
    position: relative;
}

.team-list__slider {
    width: calc(100% - 80px);
    margin: 0 auto;
}

.team-item {
    text-align: center;
}

.team-item__photo {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 20px;
}

.team-item__photo-img {
    width: 100%;
    aspect-ratio: 55 / 63;
    object-fit: cover;
    border-radius: 10px;
}

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

.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;
}

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

.team__control_prev {
    left: 25px;
    top: 25%;
    transform: scale(65%) translate(-100%, -50%);
}

.team__control_next {
    right: 25px;
    top: 25%;
    transform: scale(65%) translate(100%, -50%) rotate(180deg);
}

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

.content__title_trust-us {
    margin: 120px 0 28px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

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

.trust-us__slider {
    width: calc(100% - 100px);
    margin: 0 auto;
}

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

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

.trust-us-item__image {
    width: 100%;
}

.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: 40px;
    top: 50%;
    transform: translate(-100%, -50%) scale(65%);
}

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

.content__title_faq {
    margin: 120px 0 45px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.faq-list__question {
    max-width: 850px;
    margin: 50px 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    padding-left: 20px;
    border-left: 1px solid var(--color-lightblue);
}

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

.content__title_reviews {
    margin-bottom: 40px;
}

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

.reviews__slider {
    position: relative;
    width: calc(100% - 80px);
    margin: 0 auto;
}

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

.reviews-item__image {
}

.reviews-item__image-img {
    border-radius: 10px;
    width: 100%;
}

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

.reviews__control_prev {
    left: 45px;
    top: 50%;
    transform: translate(-100%, -50%) scale(65%);
}

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

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

.container_calculation {
    padding: 0;
}

.calculation-form {
    background: var(--color-white);
    padding: 40px 20px 0;
    border-radius: 10px;
    position: relative;
    min-height: 537px;
    text-align: center;
}

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

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

.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,
.calculation-form__input_phone,
.calculation-form__submit {
    width: 80%;
    max-width: 350px;
}

.calculation-form__fig-container {
    margin: 0 -20px;
}

.calculation-form__submit {
    border: none;
    font-size: 15px;
    line-height: 37px;
    padding: 0;
    margin-top: 10px;
}

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

.calculation-form__fig-img {
    display: block;
    width: 100%;
    clip-path: polygon(0 24%, 100% 0%, 100% 100%, 0 100%);
    border-radius: 0 0 10px 10px;
}

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

.breadcrumb {
    display: inline-block;
}

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

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

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

.content__title_catalog {
    margin: 60px 0 60px;
    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

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

.category {
    display: flex;
    flex-direction: column;
    position: relative;
    margin-bottom: 60px;
}

.category__col {
    display: flex;
}

.category__col_description {
    align-items: flex-start;
    flex-direction: column;
}

.category__col-buttons {
    margin-bottom: 40px;
}

.category__img {
    border-radius: 10px;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    margin-bottom: 30px;
    border: 1px solid var(--color-white);
}

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

.category__p {
    margin: 0 0 30px;
    font-size: 16px;
    font-weight: 350;
    line-height: 19px;
}

.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 {
    padding: 10px 62px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 15px;
    text-align: center;
}

.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 {
    padding: 10px 62px;
    font-size: 16px;
    line-height: 19px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 40px;
    text-align: center;
    display: block;
}

.product-card {
    display: flex;
    flex-direction: column;
}

.product-card__title {
    font-family: Neumann, serif;
    text-transform: uppercase;
    margin: 0 0 40px;

    font-size: 20px;
    font-weight: 400;
    line-height: 29px;
}

.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 {
    margin: 0 0 20px;
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    text-align: center;
}

.button_product-card {
    padding: 10px 50px;
    width: 100%;
    max-width: 350px;
    margin: 0 auto 120px;

    font-size: 18px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;

}

.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 {
    width: 480px;
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 52px 42px 73px 30px;
    background: var(--color-white);

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

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

.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;
}

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

.modal__title {
    font-family: Neumann, serif;
    text-transform: uppercase;
    margin-bottom: 40px;

    font-size: 26px;
    font-weight: 400;
    line-height: 38px;
}

.blocker {
    z-index: 20;
    padding: 0;
}

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

.modal-form__input {
    border: none;
    background-color: #F3F2F3;
    text-align: center;
    border-radius: 5px;
    margin-bottom: 20px;
    max-width: 370px;
    min-width: 220px;
    width: 68%;

    font-size: 14px;
    font-weight: 350;
    line-height: 38px;
}

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

.modal-form__input_text {
}

.modal-form__input_phone {
    margin-bottom: 30px;
}

.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;
    line-height: 38px;
    padding: 0;
    max-width: 371px;
    min-width: 220px;
    width: 68%;


    font-size: 14px;
    font-weight: 350;
}

.modal-form__policy {
    display: inline-flex;
    align-items: center;
    gap: .4em;
    color: var(--color-grey);
    margin-top: 20px;
    font-size: 10px;
    font-weight: 350;
    line-height: 12px;
    letter-spacing: 0;
    text-align: left;

}

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


.content-gutenberg {

}

.the_content {

}

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

.product-image-container {
    margin-bottom: 30px;
}

.product-card__img {
    width: 100%;
    aspect-ratio: 114 / 77;
    object-fit: cover;
}

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

.product-image {
    max-width: 456px;
    max-height: 308px;
}

/**/


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

.footer__content {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: var(--width-content);
    margin: 120px auto 0;
    padding: 32px 18px;
}

.footer__address {
    font-size: 15px;
    font-weight: 350;
    line-height: 18px;
    margin-bottom: 50px;
}

.footer__nav {
    display: flex;
    flex-flow: column wrap;
}

.footer__nav-item {}

.footer__nav-link {
    display: inline-block;
    color: var(--color-white);
    font-size: 15px;
    line-height: 18px;
    padding: 6px 12px;
    border: 1px solid transparent;
}

.footer__nav-item:first-child {
    position: relative;
}

.footer__nav-item:first-child .footer__nav-link {
    display: inline-flex;
    align-items: baseline;
    margin-right: -15px;
}

.footer__nav-item:first-child .footer__nav-link::after {
    display: inline-block;
    content: " ";
    width: 10px;
    height: 10px;
    margin-left: 5px;
    background: url("../img/footer-submenu-arrow.png") no-repeat center center;
}

.footer__nav-link_opened {
    border: 1px solid var(--color-lightblue);
    border-radius: 10px;
}

.footer__nav-item:first-child .footer__nav-link_opened::after {
    transform: rotate(90deg);
}

.footer__mobile-nav {
    position: absolute;
    min-width: 230px;
    top: 100%;
    right: 0;
    background-color: var(--color-white);
    color: var(--color-black);

    border-radius: 10px;
    padding: 10px 11px;
    text-align: left;
    margin-bottom: 20px;
}

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

.footer__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;
}

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

.footer__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 70px 0 90px;
}

.footer__icons {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin-bottom: 30px;
}

.footer__icon {}

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

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

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

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

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

.footer__disclaimer {
    font-size: 10px;
    font-weight: 350;
    line-height: 12px;
    color: var(--color-lightblue);
    align-self: end;
    padding-bottom: 20px;
    order: 10;
}

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

.footer__catalog-nav-list {
    height: 150px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    gap: 7px 15px;
}

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

.footer__developer {
    margin: 0 0 20px;
}

.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;
}

.button_404 {
    font-size: 18px;
}

.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;
}