﻿@charset "utf-8";

img,
object,
embed,
video {
    max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
    width: 100%;
}

input,
button,
a {
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.logo_mob {
    display: none;
}

.mbd_card_title {
    margin: 0;
}


.mobile-bottom {
    display: none;
}

.mobile-menu-full {
    display: none;
}

.main_b1 {
    background: url(../images/newdesign/bg1.jpg) no-repeat center center;
    background-size: cover;
    position: relative;
}

.main_b1:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.main_b1 .container {
    position: relative;
    z-index: 2;
}

.main_b1_content_wrap {
    height: 85rem;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.detail_page_bg .main_b1_content_wrap {
    height: 70rem;
}

.breadcrumbs_detail {
    margin-top: 30px;
}

.main_b1_content {
    width: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    padding: 6.4rem 0;
}

.main_b1_title {
    font-size: 10rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -0.04em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 6.4rem;
}

.main_b1_desc {
    font-size: 2.6rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #CFCFCF;
    margin: 0 0 6.4rem;
}

.main_b1_btns {
    display: flex;
    align-items: center;
}

.main_b1_btns a {
    width: 44rem;
    height: 6.4rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 1rem 2.2rem;
    text-decoration: none;
    color: #fff;
    border: 0.15rem solid #fff;
    font-size: 2.3rem;
    line-height: 1.05;
    text-transform: uppercase;
    letter-spacing: -0.02em;
    margin: 0 2.4rem 0 0;
}


.main_b1_btns a svg {
    --fill: #fff;
}

.main_b1_btns a:nth-of-type(1) svg {
    --fill: #303030;
}

.main_b1_btns a:nth-of-type(1) {
    background: #fff;
    color: #303030;
}

@media (min-width: 699.5px) {
    .main_b1_btns a:hover {
        background: #fff;
        color: #303030;
    }

    .main_b1_btns a:hover svg {
        --fill: #303030;
    }
}

.main_b1_btns i {
    max-width: 1.6rem;
}

.main_b1_btns a path {
    fill: #fff;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

@media (min-width: 699.5px) {
    .main_b1_btns a:hover path {
        fill: #303030;
    }
}


.main_b2 {
    padding: 2.4rem 0;
}

.main_b2_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.main_b2_item {
    width: calc(25% - 2.4rem);
    margin: 0 1.2rem;
    background: #F2F2F2;
    padding: 1.9rem 2.4rem 1.2rem;
    gap: 0.7rem;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
}

.main_b2_item_sub_title {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}

.main_b2_item_title {
    font-size: 6.8rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #303030;
    margin-top: auto;
}

.main_b2_item_title span {
    font-size: 2.6rem;
    vertical-align: bottom;
    display: inline-block;
    margin: 0 0 0.6rem;
}

.main_b2_item_logo {
    position: absolute;
    display: flex;
    align-items: flex-end;
    gap: 1.2rem;
    right: 2.4rem;
    bottom: 2.4rem;
}

.main_b2_item_logo svg:nth-of-type(1) {
    max-width: 10.5rem;
}

.main_b2_item_logo svg {
    max-width: 1.6rem;
    margin: auto 0 0 0;
}

.main_b2_item_logo a {
    display: flex;
    gap: 12px;
}

.main_b2_item_mob_title,
.main_b2_item_mob_desc {
    display: none;
}


.main_b3 {
    padding: 12.6rem 0 10.2rem;
}

.main_b_row {
    display: flex;
    position: relative;
    margin: 0 -1.2rem;
}

.main_b_item_left {
    width: calc(25% - 2.4rem);
    margin: 0 1.2rem;
}

.main_b_item_btn {
    font-size: 2.3rem;
    padding: 1rem 0 0;
    margin: 0;
    display: inline-block;
}

.main_b_item_btn a,
.main_b_item_btn div {
    text-decoration: none;
    display: flex;
    align-items: flex-start;
    gap: 1.2rem;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

@media (min-width: 699.5px) {
    .main_b_item_btn a:hover {
        opacity: 0.7;
    }
}

.main_b_item_btn a i {
    margin: 0.5rem 0 0;
    line-height: 0;
    max-width: 1.6rem;
}

.main_b_item_right {
    width: calc(75% - 2.4rem);
    margin: 0 1.2rem;
}

.main_b_item_right-2 {
    width: 100%;
    margin: 0 1.2rem;
}

.main_b_title {
    font-size: 6.8rem;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 6.4rem;
}

.main_b_text {
    max-width: 94.7rem;
    color: #6B6B6B;
    font-size: 2rem;
    line-height: calc(100% * 24 / 20);
    margin: 0 0 5.6rem;
}

.main_b3_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.main_b3_item {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
    box-sizing: border-box;
    padding: 2.4rem;
    background: #F2F2F2;
    text-decoration: none;
    top: 0;
    position: relative;
}

.main_b3_item.small {
    width: calc(25% - 2.4rem);
}

.main_b3_item.black {
    background: #303030;
    display: flex;
}

@media (min-width: 699.5px) {
    a.main_b3_item:hover {
        top: -1.5rem;
    }
}

.main_b3_item_left {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem;
    font-size: 2.6rem;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
}

.main_b3_item_right {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #CFCFCF;
}

.main_b3_item_title {
    display: flex;
    align-items: flex-start;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}


.main_b3_item_title i {
    margin: 0.4rem 0 0 1.2rem;
    line-height: 0;
    max-width: 1.6rem;
}

.main_b3_item_desc {
    margin: 0 0 4.3rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
    /*overflow: hidden;*/
    /*text-overflow: ellipsis;*/
    /*display: -webkit-box;*/
    /*max-height: 4.8rem;*/
    /*-webkit-line-clamp: 3;*/
    /*-webkit-box-orient: vertical;*/
}

.main_b3_item_tags {
    display: flex;
    gap: 0.4rem;
    flex-wrap: wrap;
}

.main_b3_item_tags a,
.main_b3_item_tags span {
    padding: 0.5rem 0.8rem;
    background: #fff;
    font-size: 1.4rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
    text-decoration: none;
}

@media (min-width: 699.5px) {
    .main_b3_item_tags a:hover {
        background: #f5f5f5;
        opacity: 0.6;
    }
}


.main_b4 {
    padding: 12.8rem 0;
}

.main_b_menu {
    padding: 0;
    margin: 0;
}

.main_b_menu_item {
    margin: 0 0 1.6rem;
}

.main_b_menu_item svg {
    width: 1.6rem;
    height: 1.6rem;
}

.main_b_menu_item a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    background: #F2F2F2;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
    padding: 2rem 2.4rem;
}

.main_b_menu_item a span {
    width: calc(100% - 2.8rem);
}

.main_b_menu_item a i {
    max-width: 1.6rem;
    line-height: 0;
}

@media (min-width: 699.5px) {
    .main_b_menu_item a:hover {
        opacity: 0.7;
    }
}

.main_b4_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
    width: calc(100% + 1.2rem * 2);
}

.main_b4_item {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem 2.8rem;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.main_b4_item-1 {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem 2.8rem;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: 1.2s;
    transition: 1.2s;
}

.main_b4_item-2 img {
    aspect-ratio: 1;
    object-fit: cover;
    height: auto;
    width: 100%;
}

.main_b4_item-2 {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem 2.8rem;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.main_b4_item-3 img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    height: auto;
    width: 100%;
}

.main_b4_item-3 {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.8rem;
    text-decoration: none;
    position: relative;
    top: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.main_b4_item-4 {
    position: relative;
    width: 350px;
    margin: 0 auto;
    height: fit-content;
    aspect-ratio: 3 / 2;
    object-fit: cover;
    text-decoration: none;
    top: 0;
    -webkit-transition: all 300ms;
    transition: all 300ms;
    border-top: 1px solid #CFCFCF;
    background: #F2F2F2;
    padding: 24px;
    box-sizing: border-box;
}


.main_b4_item-4::before {
    content: '';
    position: absolute;
    top: 24px;
    right: 24px;
    width: 20px;
    z-index: 1;
    height: 20px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><g clip-path="url(%23clip0_5035_5308)"><path d="M10 5H8V8H5V10H8V13H10V10H13V8H10V5Z" fill="%23303030"/><path fill-rule="evenodd" clip-rule="evenodd" d="M9 0C4.02944 0 0 4.02944 0 9C0 13.9706 4.02944 18 9 18C11.1251 18 13.0781 17.2635 14.6178 16.0318L18.5859 20L20.0002 18.5858L16.032 14.6176C17.2636 13.0779 18 11.125 18 9C18 4.02944 13.9706 0 9 0ZM2 9C2 5.13401 5.13401 2 9 2C12.866 2 16 5.13401 16 9C16 12.866 12.866 16 9 16C5.13401 16 2 12.866 2 9Z" fill="%23303030"/></g><defs><clipPath id="clip0_5035_5308"><rect width="20" height="20" fill="white"/></clipPath></defs></svg>');
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out;
    animation: returnToStart 0.3s ease-in-out forwards;
}

@media (min-width: 699.5px) {
    .main_b4_item-1:hover.main_b4_item-4::before {
        animation: moveToCenter 0.3s ease-in-out forwards;
    }
}

.main_b4_item-1 img {
    -webkit-transition: 0.3s;
    transition: 0.3s;
}

@media (min-width: 699.5px) {
    .main_b4_item-1:hover img {
        filter: brightness(.7);
    }
}

@keyframes moveToCenter {
    0% {
        top: 24px;
        right: 24px;
        width: 20px;
        height: 20px;
        filter: invert(0);
    }

    100% {
        filter: brightness(0) invert(1);
        top: calc(50% - 10px);
        right: calc(50% - 10px);
        width: 30px;
        height: 30px;
    }
}

@keyframes returnToStart {
    0% {
        top: calc(50% - 10px);
        right: calc(50% - 10px);
        width: 30px;
        height: 30px;
        filter: brightness(0) invert(1);
    }

    100% {
        filter: invert(0);
        top: 24px;
        right: 24px;
        width: 20px;
        height: 20px;
    }
}

.main_b4_item {
    overflow: clip;
    position: relative;
}

.main_b4_item img {
    transition: 1.2s;
}

.main_b4_item_img {
    overflow: hidden;
    position: relative;
    padding: 100% 0 0;
    margin: 0 0 1.2rem;
}

.main_b4_item_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

@media (min-width: 700px) {
    .main-design-page .main_b4_item:hover img,
    .main_b11_item_2_img.slider_sw .swiper-slide[data-after="true"]:hover img,
    .img_hover_text .main_b11_item:hover .main_b11_item_2_img img {
        transform: scale(1.2);
        filter: brightness(.7);
    }

    .main-design-page .main_b4_item:after,
    .main_b11_item_2_img.slider_sw .swiper-slide[data-after="true"]:after,
    .img_hover_text .main_b4_item_img:after {
        pointer-events: none;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        content: "Посмотреть";
        text-transform: uppercase;
        letter-spacing: .1em;
        opacity: 0;
        transition: 1s;
        position: absolute;
        z-index: 1;
        font-size: 2.2rem;
        font-weight: 600;
        /*
        border-radius: .8rem;
        background-color: #0006;
        border:.02rem solid #303030;
        padding: 1.3rem 2.4rem;
        */
        color: #fff;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }

    .main-design-page .main_b4_item:hover:after,
    .main_b11_item_2_img.slider_sw .swiper-slide[data-after="true"]:hover:after,
    .img_hover_text .main_b4_item:hover .main_b4_item_img:after {
        opacity: 1;
    }

}


.img_hover_text .main_b11_item_2_img img {
    transition: 1.2s;
}


.main_b4_item_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

.main_b4_item_title span {
    width: calc(100% - 2.8rem);
}

.main_b4_item_title i {
    line-height: 0;
    padding: 0.4rem 0 0;
    max-width: 1.6rem;
}

.main_b4_btn {
    --fill: #fff;
    margin: 0 -1.2rem;
}

.main_b4_btn {
    display: flex;
    justify-content: center;
}

.main_b4_btn .main_btn {
    cursor: pointer;
    gap: 16px;
    min-width: calc(33.33333% - 2.4rem);
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 6.4rem;
    box-sizing: border-box;
    padding: 1rem 2.4rem;
    background: #303030;
    text-decoration: none;
    color: #fff;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    text-transform: uppercase;
}

@media (min-width: 699.5px) {
    .main_b4_btn a:hover {
        opacity: 0.7;
    }
}

.main_b4_btn a i {
    max-width: 1.6rem;
    line-height: 0;
}


.main_b_form {
    margin: 9.6rem 0;
    background: #303030;
}

.main_b_form_row .main_b_form.main_b_form-2 {
    position: relative;
}

.main_b_form_row .main_b_form_img.main_b_form_img-2 {
    position: absolute;
    height: 100%;
    right: 0;
    width: 45%;
}

.main_b_form-2 {
    padding: 0 !important;
}

.main_b_form.main_b_form-new {
    position: relative;
}

.main_b_form-new .main_b_form_content-2 {
    background-color: #303030;
    z-index: 1;
}

.main_b_form_row {
    display: flex;
}

.main_b_form_img {
    width: 49.375%;
    position: relative;
}

.main_b_form_img-2 {
    width: 33%;
    position: relative;
}

.main_b_form_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

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

.main_b_form_content {
    width: 50.625%;
    box-sizing: border-box;
    padding: 8.4rem 4.4rem 9.6rem 2.4rem;
}

.main_b_form_content-2 {
    width: 67%;
    box-sizing: border-box;
    padding: 8.4rem 4.4rem 9.6rem 2.4rem;
}

.main_b_form_title {
    max-width: 904px;
    font-size: 6.8rem;
    font-weight: 400;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 4.7rem;
}

.form-control:focus {
    color: #fff;
}

.main_b_form_wrap {
    max-width: 44rem;
}

.main_b_form_desc {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #CFCFCF;
    margin: 0 0 2.7rem;
}

.main_b_form_input {
    margin: 0 0 1.6rem;
}

.main_b_form_input input {
    background: none;
    width: 100%;
    height: 6.2rem;
    border: none;
    outline: none;
    padding: 1.6rem;
    box-sizing: border-box;
    border-bottom: 0.1rem solid #CFCFCF;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #CFCFCF;
}

input[type=text]::placeholder {
    color: #6B6B6B;
}

input[type=text]::-webkit-input-placeholder {
    color: #6B6B6B;
}

input[type=text]::-moz-placeholder {
    color: #6B6B6B;
}

input[type=text]:-moz-placeholder {
    color: #6B6B6B;
}

input[type=text]:-ms-input-placeholder {
    color: #6B6B6B;
}

.main_b_form_checkbox {
    margin: 0 0 1rem;
}

.main_b_form_checkbox label {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #CFCFCF;
}

.main_b_form_checkbox label input {
    display: none;
}

.main_b_form_checkbox label span {
    width: 2.8rem;
    height: 2.8rem;
    border: 0.1rem solid #D9D9D9;
    border-radius: 0.3rem;
    margin: 0 1.6rem 0 0;
    position: relative;
}

.main_b_form_checkbox label span:after {
    content: '';
    position: absolute;
    left: 1rem;
    top: 0;
    width: 0.8rem;
    height: 2rem;
    border: 0.1rem solid #D9D9D9;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
    transition: .3s;
    opacity: 0;
}

.main_b_form_checkbox label input:checked + span:after {
    opacity: 1;
}

.main_b_form_btn {
    padding: 0;
    margin: 0;
}

.main_b_form_btn button {
    cursor: pointer;
    width: 100%;
    height: 6.4rem;
    background: #fff;
    border: none;
    outline: none;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

@media (min-width: 699.5px) {
    .main_b_form_btn button:hover {
        opacity: 0.7;
    }
}


.main_b5 {
    padding: 12.8rem 0 10.4rem;
}

.main_b5_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.main_b5_item {
    margin: 0 1.2rem 2.4rem;
    width: calc(33.33333% - 2.4rem);
    border: 0.2rem solid #F2F2F2;
    box-sizing: border-box;
    padding: 1.9rem 2.4rem 1.9rem;
}

.main_b5_item_title {
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #303030;
    margin: 0 0 3.8rem;
}

.main_b5_item_desc {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}


.main_b6 {
    padding: 12.8rem 0;
}

.main_b6_tabs {
    width: 47.27%;
    padding: 3.5rem 0 0;
}

.main_b6_tabs_item {
    cursor: pointer;
    margin: 0 0 1.6rem;
    width: 100%;
    padding: 100% 0 0;
    position: relative;
    opacity: 0.25;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

@media (min-width: 699.5px) {
    .main_b6_tabs_item:hover {
        opacity: 0.7;
    }
}

.main_b6_tabs_item.active {
    opacity: 1;
}

.main_b6_tabs_item img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_b6_tabs_content_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 1.1rem;
}

.main_b6_tabs_content_top_left,
.main_b6_tabs_content_top_right {
    width: 30rem;
    font-size: 2.3rem;
    line-height: 1;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

.main_b6_tabs_content_top_right {
    text-align: right;
}

.main_b6_tabs_content_top_center {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}


.main_b6_tabs_content {
    visibility: hidden;
    opacity: 0;
    transition: visibility .3s, opacity .3s;
    width: 100%;
    padding-top: calc(100% * 9 / 16);
    position: relative;
    z-index: 1;
}

.main_b6_tabs_content ~ div {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.main_b6_tabs_content .twentytwenty-container {
    height: 100% !important;
}

.main_b6_tabs_content img {
    height: 100%;
}

.ab_block .main_b6_tabs_wrap {
    position: relative;
}

.main_b6_tabs_content > :first-child {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.main_b6_tabs_content.active {
    z-index: 2;
    visibility: visible;
    opacity: 1;
}

.main_b6_tabs_content_before_after {
    width: 100%;
    position: relative;
    overflow: hidden;
}

.main_b6_tabs_content_before_after img {
    width: 100%;
}

.twentytwenty-handle {
    width: 3.2rem;
    height: 3.2rem;
    border: none;
    margin: -1.6rem;
    background: url(../images/newdesign/twenty_arrow.svg) no-repeat center center;
    box-shadow: none;
    background-size: contain;
}

.twentytwenty-horizontal .twentytwenty-handle:before,
.twentytwenty-horizontal .twentytwenty-handle:after {
    width: 0.2rem;
    margin-left: -0.1rem;
}

.twentytwenty-horizontal .twentytwenty-handle:before {
    margin-bottom: 1.6rem;
}

.twentytwenty-horizontal .twentytwenty-handle:after {
    margin-top: 1.6rem;
}

.twentytwenty-left-arrow,
.twentytwenty-right-arrow {
    display: none;
}


.main_b7 {
    padding: 12.8rem 0;
}

.main_b7_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.main_b7_item {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
    text-decoration: none;
    position: relative;
    top: 0;
}

.main_b7_item_img {
    position: relative;
    margin: 0;
    padding: 100% 0 0;
}

.main_b7_item_img img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}

.main_b7_item_img:before,
.main_b7_item_img:after {
    content: '';
    position: absolute;
    z-index: 2;
    width: 72px;
    height: 72px;
    /* left: calc(50% - 3.6rem);
    top: calc(50% - 3.6rem); */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/newdesign/ico_3d.svg) no-repeat center center;
    background-size: contain;
}

.main_b7_item_img:before {
    background: url(../images/newdesign/ico_3d_text.svg) no-repeat center center;
    background-color: #303030ed;
    border-radius: 100%;
    padding: 8px;
}

.main_b7_item_title {
    padding: 2rem 0;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

.main_b7_item_title span {
    width: calc(100% - 2.8rem);
}

.main_b7_item_title i {
    margin: 0.5rem 0 0;
    line-height: 0;
    max-width: 1.6rem;
}

i {
    max-width: fit-content !important;
}

.main_b7_item_hover .main_b7_item_img::after {
    animation: rotateArrows3D 1s forwards;
}

@keyframes rotateArrows3D {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}


.main_b8 {
    padding: 12.8rem 0;
}

.main_b8_row {
    display: flex;
    gap: 5.4rem;
    align-items: center;
    justify-content: space-between;
}


.main_b9 {
    padding: 12.8rem 0;
}

.main_b9_row {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b9_img {
    width: calc(33.333333% - 2.4rem);
    margin: 0 1.2rem;
    position: relative;
}

.main_b9_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_b9_list {
    width: calc(66.666666% - 2.4rem);
    margin: 0 1.2rem;
    display: flex;
    flex-wrap: wrap;
}

.main_b9_list_item {
    width: calc(50% - 2.4rem);
    margin: 0 1.2rem 2.4rem;
    box-sizing: border-box;
    padding: 1.9rem 2.4rem;
    border: 0.2rem solid #F2F2F2;
}

.main_b9_list_item:last-child,
.main_b9_list_item:nth-last-child(2) {
    margin-bottom: 0;
}

.main_b9_list_item_title {
    margin: 0 0 1.4rem;
    font-size: 2.6rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #303030;
}

.main_b9_list_item_desc {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}


.main_b10 {
    padding: 12.8rem 0;
}

.main_b10_row {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b10_item {
    width: calc(16.666666% - 2.4rem);
    padding: 2.4rem;
    background: #F2F2F2;
    margin: 0 1.2rem;
}


.main_b11 {
    padding: 12.8rem 0 6.4rem;
}

.main_b11_row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -1.2rem;
}

.main_b11_item_title {
    transition: all 300ms;
}

@media (min-width: 699.5px) {
    .main_b11_item:hover .main_b11_item_title {
        opacity: 0.7;
    }
}

.main_b11_row-2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

.main_b11_item {
    transition: all 300ms;
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem 6.4rem;
    text-decoration: none;
    /*top: 0;*/
    /*position: relative;*/
    display: flex;
    flex-direction: column;
}

/*.main_b11_item:hover {*/
/*    top: -1.5rem*/
/*}*/

.main_b11_item_2_img {
    overflow: clip;
    position: relative;
}

.main_b11_item_img {
    width: 100%;
    padding: 101.59% 0 0;
    position: relative;
    margin: 0 0 3.2rem;
}

.main_b11_item_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_b11_item_2_img img {
    width: 100%;
    aspect-ratio: 4 / 3;
    height: 100%;
    max-height: 380px;
    object-fit: cover;
    object-position: center;
}

.main_b11_item_title {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 2rem 2.4rem;
    background: #F2F2F2;
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

@media (min-width: 699.5px) {
    .main_b11_item_title:hover {
        background: #303030;
        color: #F2F2F2;
    }

    .main_b11_item_title:hover svg {
        --fill: #FFF;
    }
}

.main_b11_item_title span {
    width: calc(100% - 2.8rem);
}

.main_b11_item_title i {
    margin: 0.4rem 0 0;
    line-height: 0;
    max-width: 1.6rem;
}


.main_b12 {
    padding: 12.8rem 0;
}

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

.main_b12_list {
    display: flex;
    margin: 0 -1.2rem 3.2rem;
}

.main_b12_item {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
    border: 0.2rem solid #F2F2F2;
    padding: 2rem 2.4rem;
    font-size: 2.6rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #303030;
}

.main_b12_item.black {
    border-color: #303030;
    background: #303030;
    color: #fff;
}

.main_b12_list2 {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b12_item2 {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
    padding: 30.7% 0 0;
    position: relative;
}

.main_b12_item2 img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}


.main_b13 {
    padding: 12.8rem 0;
}

.main_b13_row {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b13_tabs {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
}

.main_b13_tab_item {
    padding: 2rem 2.4rem;
    border: 0.2rem solid #F2F2F2;
    cursor: pointer;
    margin: 0 0 0.8rem;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

.main_b13_tab_item.active {
    background: #F2F2F2;
}

/*.main_b13_tab_item.active .main_b13_tab_item_title {*/
/*    color: #fff;*/
/*}*/

@media (min-width: 699.5px) {
    .main_b13_tab_item:hover {
        background: #F2F2F2;
    }
}

.main_b13_tab_item_title {
    font-size: 2.3rem;
    font-weight: 700;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 1.5rem;
}

.main_b13_tab_item_desc {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    max-height: 2.4rem;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.main_b13_tabs_content {
    width: calc(66.66666% - 2.4rem);
    margin: 0 1.2rem;
    display: none;
    position: relative;
}

.main_b13_tabs_content.active {
    display: block;
}

.main_b13_tabs_content img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    object-fit: cover;
    object-position: center;
}


.main_b14 {
    padding: 12.8rem 0;
}

.main_b14_row {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b14_img {
    position: relative;
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
}

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

.main_b14_content {
    width: calc(66.66666% - 2.4rem);
    margin: 0 1.2rem;
}

.main_b14_content .main_b_title {
    margin: -1rem 0 5.4rem;
}

.main_b14_info {
    width: calc(50% - 1.2rem);
    padding: 1.9rem 2.4rem;
    background: #F2F2F2;
    box-sizing: border-box;
}

.main_b14_info_text {
    margin: 0 0 3.8rem;
}

.main_b14_info_text p {
    padding: 0;
    margin: 0;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #303030;
    font-style: italic;
}

.main_b14_info_text p + p {
    margin: 2.2rem 0 0;
}

.main_b14_info_people_img {
    display: none;
}

.main_b14_info_name {
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
}

.main_b14_info_post {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}


.main_b15 {
    padding: 12.8rem 0;
}

.main_b15_row {
    display: flex;
    margin: 0 -1.2rem 2rem;
}

.main_b15_item {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}

.main_b15_list {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b15_list_team_page {
    display: flex;
    flex-wrap: wrap;
    row-gap: 64px;
}

.main_b15_team {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
}

.main_b15_team_page {
    width: calc(25% - 2.4rem);
    margin: 0 1.2rem;
}

.main_b15_item:last-child {
    display: none;
}

/*.main_b15_team:last-child {*/
/*    display: none;*/
/*}*/

.main_b15_team_page:last-child {
    display: block !important;
}

.main_b15_team_img {
    padding: 100% 0 0;
    position: relative;
    margin: 0 0 2rem;
}

.main_b15_team_img img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.main_b15_team_name {
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
    margin: 0 0 0.6rem;
}

.main_b15_team_post {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}


.main_b16 {
    padding: 12.8rem 0;
}

.main_b16_info {
    max-width: 94.7rem;
    margin: 0 0 6.4rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}

.main_b16_info.desc {
    max-width: 90.4rem;
}

.main_b16_row {
    padding: 0;
    margin: 0;
}

.main_b16_item {
    margin: 0;
    border-top: 0.1rem solid #CFCFCF;
}

.main_b16_item_top {
    display: flex;
    margin: 0;
    padding: 2rem 0;
    cursor: pointer;
    -webkit-transition: all 300ms;
    transition: all 300ms;
}

@media (min-width: 699.5px) {
    .main_b16_item_top:hover {
        opacity: 0.7;
    }
}

.main_b16_item_bottom {
    display: flex;
    margin: 0;
}

.main_b16_item_num {
    width: calc(25% - 1.2rem);
    margin: 0 1.2rem 0 0;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
}

.main_b16_item_content {
    width: calc(75% - 1.2rem);
    margin: 0 0 0 1.2rem;
    position: relative;
}

.main_b16_item_title {
    margin: 0;
    font-weight: 400;
    width: calc(100% - 4rem);
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #303030;
    text-transform: uppercase;
}

.main_b16_item_text {
    display: none;
    margin: 0.2rem 0 2rem 2.2rem;
    max-width: calc(100% - 7rem);
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}

.main_b16_item_ico {
    position: absolute;
    right: 0;
    top: 0.4rem;
    width: 1.6rem;
    height: 1.6rem;
}

.main_b16_item_ico:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 0.2rem;
    background: #303030;
    margin: -0.1rem 0 0;
}

.main_b16_item_ico:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 0.2rem;
    background: #303030;
    margin: 0 0 0 -0.1rem;
}

.active .main_b16_item_ico:after {
    content: none;
    display: none;
}

.main_b16 .main_b4_btn {
    padding-left: calc(25% + 2.4rem);
    padding-top: 3.2rem;
}


.main_b_prices {
    padding: 12.8rem 0;
}

.main_b_prices_desc {
    margin: 0 1.2rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}

.main_b_prices_desc.two {
    width: 50%;
}

.main_b_prices_row {
    display: flex;
    border-top: 0.1rem solid #CFCFCF;
    padding: 2rem 0;
}

.main_b_prices_row .main_b_item_left,
.main_b_row_bottom .main_b_item_left {
    margin-left: 0;
    width: calc(25% - 1.2rem);
}

.main_b_prices_row .main_b_item_right,
.main_b_row_bottom .main_b_item_right {
    margin-right: 0;
    width: calc(75% - 1.2rem);
}

.main_b_prices_info {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b_prices_item {
    width: calc(33.33333% - 2.4rem);
    margin: 0 1.2rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
}

.main_b_prices_item.title {
    font-weight: 400;
    font-size: 2.3rem;
    line-height: 1.05;
    text-transform: uppercase;
    color: #303030;
}

.main_b_prices_item.summ {
    font-size: 2.3rem;
    line-height: 1.05;
    text-transform: uppercase;
    text-align: right;
}

.main_b_prices_item.summ span {
    color: #303030;
}

.main_b_row_bottom {
    display: flex;
}

.main_b_prices .main_b4_btn {
    padding: 3.2rem 0 0;
}

.main_b_prices .main_b4_btn .main_btn {
    justify-content: center;
}


.main_b_services {
    padding: 12.8rem 0;
}

.main_b_services_row {
    display: flex;
    margin: 0 -1.2rem;
}

.main_b_services_column {
    display: flex;
    flex-direction: column;
    width: calc(66.666666% - 2.4rem);
    margin: 0 1.2rem;
    justify-content: space-between;
}

.main_b_services_column:nth-child(2) {
    width: calc(33.333333% - 2.4rem);
}

.main_b_services_column .main_b3_item,
.main_b_services_column .main_b3_item.small {
    width: 100%;
    margin: 0 0 2.4rem
}

.main_b_services_column .main_b3_item:last-child,
.main_b_services_column .main_b3_item.small:last-child {
    margin: 0
}

.main_b_services_column .main_b3_item.small .main_b3_item_desc,
.main_b_services_column .main_b3_item.small .main_b3_item_tags {
    display: none;
}

.main_b_services_column .main_b3_item_title {
    font-weight: 400;
}

.footer .f_polics {
    font-size: 2rem;
    display: flex;
    flex-wrap: wrap;
    margin-top: 3rem;
    justify-content: center;
    gap: 1.6rem;
    color: #6B6B6B;
}

.footer .f_polics a {
    text-decoration: underline;
    transition: .3s;
    line-height: 100%;
}

@media (min-width: 700px) {
    .footer .f_polics a:hover {
        color: #fff;
    }
}

@media (max-width: 699px) {
    .main_b16_item_text {
        max-width: unset;
    }

    .footer .f_polics {
        margin-top: 34px;
        font-size: 14px;
        justify-content: unset;
        gap: 16px;
    }

    .footer .f_polics a {
        text-decoration: none;
    }
}

.footer {
    padding: 9.6rem 0;
    background: #303030;
}

.footer.black {
    background: inherit;
}

.f_row {
    display: flex;
}

.f_left {
    width: 25%;
    box-sizing: border-box;
    padding: 0 1.2rem 0 0;
}

.f_logo {
    display: block;
    margin: 0 0 5rem;
    --fill: #fff;
}

.f_logo svg {
    width: 23.6rem;
    height: auto;
}

.f_phone {
    font-size: 3.6rem;
    line-height: 1.22;
    margin: 0 0 1.9rem;
    color: #fff;
}

.f_phone a {
    text-decoration: none;
    color: #fff;
}

.f_email {
    font-size: 2.6rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
}

.f_email a {
    text-decoration: none;
    color: #fff;
}

.f_right {
    width: 75%;
    box-sizing: border-box;
    padding: 0 0 0 1.2rem;
    display: flex;
    justify-content: space-between;
}

.footer ol,
.footer ul {
    margin: 0;
    padding: 0;
}

.f_menu {
    width: 20.1rem;
}

@media (max-width: 1610px) {
    .f_menu {
        width: 11.1rem;
    }
}

.f_menu ul {
    list-style: none;
}

.f_menu ul li {
    margin: 0 0 2.5rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #fff;
}

.f_menu ul li a {
    text-decoration: none;
    color: #fff;
}

@media (min-width: 699.5px) {
    .f_menu ul li a:hover {
        opacity: 0.7;
    }
}

.f_menu ul ul {
    display: none;
}

.f_adres {
    width: 26.82%;
}

.f_adres_title {
    font-size: 2.6rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 0.6rem;
}

.f_adres_title + .f_adres_item {
    margin-top: 2.9rem;
}

.f_adres_item {
    margin: 0 0 2.9rem;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #FCFCFC;
}

.f_adres_item_title {
    color: #FCFCFC;
    margin: 0 0 0.6rem;
}

.f_adres_item_desc {
    color: #6B6B6B;
}

.f_btns {
    width: 32.16%;
}

.f_btns_title {
    font-size: 2.6rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 1.1rem;
}

.f_btns .white .f_btn_fos {
    background-color: #fff;
    color: #303030;
}

.f_btn {
    transition: opacity .3s;
    margin: 0 0 1.6rem;
    max-width: 35.7rem;
}

.f_btn .f_btn_fos {
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    cursor: pointer;
    width: 100%;
    height: 6.4rem;
    text-decoration: none;
    transition: .3s;
    border: 0.15rem solid #FFFFFF;
    font-size: 2.3rem;
    line-height: 1.05;
    letter-spacing: -0.02em;
    color: #fff;
    text-transform: uppercase;
}

@media (min-width: 699.5px) {
    .f_btn .f_btn_fos:hover {
        background: #fff;
        color: #303030;
    }
}

.f_social {
    width: 19.59%;
}

.f_social_title {
    font-size: 2.6rem;
    line-height: 1.05;
    letter-spacing: -0.03em;
    color: #fff;
    margin: 0 0 0.6rem;
}

.f_social_desc {
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    color: #6B6B6B;
    margin: 0 0 1.1rem;
}

.f_social_btns {
    display: flex;
    gap: 1.2rem;
}

.f_social_btns a {
    width: 6.2rem;
}

.f_social_btns a svg {
    width: 100%;
    height: auto;
}

@media (min-width: 699.5px) {
    .f_social_btns a:hover {
        opacity: 0.7;
    }
}

/* yagud1n-upd-2025 */
.main_b14_2 {
    padding-bottom: 0;
}


/* .main-design-page{
    padding: 64px 0;
} */
.main_b14_breadcrumbs ul {
    padding: 0;
    flex-wrap: wrap;
    margin: 0;
    list-style-type: none;
    display: flex;
    align-items: start;
    gap: 12px;
}

.main_b14_breadcrumbs ul li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-family: "PT Sans";
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 14.4px */
    letter-spacing: -0.24px;
    text-transform: uppercase;
    color: #303030;
    cursor: pointer;
}

.main_b14_breadcrumbs ul li:after {
    content: '';
    width: 12px;
    height: 12px;
    display: block;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="12" height="12" viewBox="0 0 12 12" fill="none"><path d="M9.74323 6.50003L0.843752 6.49989L0.84375 5.50004L9.74288 5.49982L5.29342 1.05037L6.00053 0.343262L11.6574 6.0001L6.00052 11.657L5.29341 10.9498L9.74323 6.50003Z" fill="%23303030"/></svg>');
}

.main_b14_breadcrumbs ul li:last-child {
    color: #6B6B6B;
    cursor: default;
}

.main_b14_breadcrumbs ul li:last-child::after {
    display: none;
}

.main_b14_title_2 {
    /*max-width: 900px;*/
    padding: 48px 0;
    display: block;
    margin: 0;
}

.main_b14_text_2 p {
    font-style: normal;
    margin-bottom: 32px;
}

.main-design-page-row {
    position: relative !important;
}

.main-design-page-left {
    align-self: flex-start;
    padding-top: 75px;
    position: sticky;
    top: 64px;
    height: max-content;
    max-height: max-content;
}

.main-design-page-right-item {
    display: flex;
    /* align-items: center; */
    flex-wrap: wrap;
    gap: 24px;
    padding: 64px 0;
}


.main-design-page-right-title {
    color: #303030;
    font-family: "PT Sans";
    font-size: 6.8rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 71.4px */
    letter-spacing: -2.04px;
    text-transform: uppercase;
    width: 100%;
    margin-bottom: 40px;
}

.main-design-page-right-title.main_b_title p,
.main-design-page-right-info-bottom-solutions-title p {
    margin: 0;
}

.main-design-page-right-info {
    display: flex;
    flex-direction: column;
    gap: 32px;
    width: 100%;
    max-width: 100%;
}

.main-design-page-right-info-bottom {
    width: 66%;
    max-width: 66%;
}

/*.main-design-page-right-item:nth-of-type(1) .main-design-page-right-info {*/
/*    width: 66%;*/
/*    max-width: 66%;*/
/*}*/

/*.main-design-page-right-item:nth-of-type(1) .main-design-page-right-info-bottom {*/
/*    width: 100%;*/
/*    max-width: 100%;*/
/*}*/


.main-design-page-right-info-top {
    display: flex;
    /* justify-content: space-between; */
    align-items: start;
    gap: 20px;
    flex-wrap: wrap;
}

.main-design-page-right-info-top-item {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: calc((100% - 60px) / 4);
}

.main-design-page-right-info-top-item p:first-child {
    color: #6B6B6B;
    font-family: "PT Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    margin: 0;
}

.main-design-page-right-info-top-item p:last-child {
    color: #303030;
    font-family: "PT Sans";
    font-size: 2.6rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 27.3px */
    letter-spacing: -0.78px;
    margin: 0;
}

.main-design-page-right-info-bottom {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.main-design-page-right-info-bottom-col {
    color: #6B6B6B;
    font-family: "PT Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.2px;
}

.main-design-page-right-info-bottom-col p {
    margin: 0;
}

.main-design-page-right-info-bottom-solutions {
    width: 100%;
    padding: 2.4rem;
    display: flex;
    flex-direction: column;
    gap: 24px;
    border: 2px solid #F2F2F2;
}

.main-design-page-right-info-bottom-solutions ul {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 0;
    list-style-type: none;
}

.main-design-page-right-info-bottom-solutions ul li {
    color: #6B6B6B;
    font-family: "PT Sans";
    font-size: 2rem;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    display: flex;
    align-items: center;
    gap: 12px;
}

.main-design-page-right-info-bottom-solutions ul li:before {
    content: '';
    display: block;
    min-width: 14px;
    max-width: 14px;
    min-height: 14px;
    max-height: 14px;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="14" height="14" viewBox="0 0 14 14" fill="none"><rect x="5" y="5" width="4" height="4" fill="%23303030"/></svg>');
}

.main-design-page-right-info-bottom-solutions-title {
    color: #303030;
    font-family: "PT Sans";
    font-size: 2.3rem;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 24.15px */
    letter-spacing: -0.46px;
    text-transform: uppercase;
}

.main-design-page-left-title {
    color: #303030;
    font-family: "PTSansPro-Demi";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 104.348% */
    letter-spacing: -0.46px;
    text-transform: uppercase;
    width: 100%;
    position: relative;
    padding-bottom: 24px;
}

.main-design-page-left-title p {
    margin: 0;
}

.main-design-page-left-title:after {
    content: '';
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    position: absolute;
    background: #CFCFCF;
}

.main-design-page-left-nav {
    margin-top: 24px;
    list-style-type: none;
}

.main-design-page-left-nav-item {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    height: 48px;
    color: #6B6B6B;
    font-family: "PTSansPro-Demi";
    font-size: 17px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
    /* 141.176% */
    letter-spacing: -0.34px;
    text-transform: uppercase;
    cursor: pointer;
}

.main-design-page-left-nav-item a {
    font-family: "PTSansPro-Demi";
}

.main-design-page-left-nav-item-active {
    color: #303030;
}

.main-design-page-left-nav-item:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    margin-right: 12px;
    margin-left: -36px;
    opacity: 0;
    transition: .3s;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none"><path d="M19.4855 13.0001L1.68653 12.9998L1.68652 11.0001L19.4848 10.9996L10.5859 2.10074L12.0001 0.686523L23.3138 12.0002L12.0001 23.3139L10.5858 21.8997L19.4855 13.0001Z" fill="%23303030"/></svg>');
}

.main-design-page-left-nav-item-active:before {
    margin-left: 0;
    opacity: 1;
}

.main-sec-similar-bottom {
    padding: 2.4rem 0 0 0;
    gap: 2.4rem;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.main-sec-similar-about {
    margin-top: auto;
}

.main-sec-similar-title {
    margin: 0;
    padding-right: 28px;
    position: relative;
    cursor: pointer;
    color: #303030;
    font-family: "PT Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 24.15px */
    letter-spacing: -0.46px;
    text-transform: uppercase;
    text-decoration: none;
}

.main-sec-similar-title p {
    margin: 0;
}

.main-sec-similar-about {
    color: #6B6B6B;
    font-family: "PT Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
}

.main_b_smart-house {
    padding: 12.8rem 0;
}

.main-sec-similar-about span:nth-child(2) {
    margin-left: auto;
}

.main-sec-similar-title:after {
    content: '';
    position: absolute;
    width: 16px;
    height: 16px;
    right: 0;
    top: 3px;
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="none"><path d="M14 3.414L1.41401 15.9996L0 14.5856L12.585 2H0V0L16 0V16H14V3.414Z" fill="%23303030"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
}

.main-sec-about {
    padding-top: 64px;
}

.main-sec-about-text {
    margin-bottom: 24px;
    width: 100%;
    color: #6B6B6B;
    font-family: "PT Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
}

.main-sec-about-row {
    max-width: 905px;
    /* gap: 24px; */
}

.main-sec-about-item-black {
    width: 100%;
    flex-direction: column;
    gap: 48px;
}

.main-sec-about-item-black-right {
    width: 100%;
}

.main-sec-about-item-gray {
    width: calc(50% - 24px);
    margin-bottom: 24px;
}

.main-sec-about-certificate {
    padding: 0;
}

.main-sec-about-certificate img {
    padding: 0;
}

.main-sec-about-team {
    background-image: url(../images/newdesign/Frame-325.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    margin: 96px 0;
    padding: 96px 129px 96px 50%;
}

.main-sec-about-team-wrapper {
    max-width: 817px;
}

.main-sec-about-team-title {
    margin-bottom: 64px;
    color: var(--white, #FFF);
    font-family: "PT Sans";
    font-size: 68px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 71.4px */
    letter-spacing: -2.04px;
    text-transform: uppercase;
}

.main-sec-about-team-text {
    margin-bottom: 32px;
    color: var(--light-gray, #CFCFCF);
    /* text M */
    font-family: "PT Sans";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    max-width: 440px;
    width: 100%;
}

.main-sec-about-team-button {
    width: 100%;
    max-width: 440px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--white, #FFF);
    color: var(--graphit, #303030);
    font-family: "PT Sans";
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 24.15px */
    letter-spacing: -0.46px;
    text-transform: uppercase;
    text-decoration: none;
    transition: all 300ms;
}

@media (min-width: 699.5px) {
    .main-sec-about-team-button:hover {
        transform: scale(1.05);
    }
}

.main-sec-about-address {
    display: grid;
    grid-template-columns: calc(34% - 12px) calc(66% - 12px);
    gap: 24px;
}

.main-sec-about-address-left {
    display: flex;
    flex-direction: column;
    gap: 64px;
    width: 100%;
    max-width: 440px;
}

.main-sec-about-address-item-title {
    color: var(--graphit, #303030);
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 27.3px */
    letter-spacing: -0.78px;
    margin-bottom: 24px;
}

.main-sec-about-address-item-text {
    color: var(--graphit, #303030);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    margin-bottom: 12px;
}

.main-sec-about-address-item-text-gray {
    color: var(--gray, #6B6B6B);
    font-family: "PT Sans";
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    /* 24px */
    letter-spacing: -0.4px;
    margin-bottom: 24px;
}

.main-sec-about-address-item-link {
    font-size: 22px;
}

@media (min-width: 699.5px) {
    .main-sec-about-address-item-link:hover {
        opacity: .7;
    }
}

.main-sec-about-address-item-link:after {
    top: 5px;
}

.main-sec-about-address-contact {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.main-sec-about-address-contact-link {
    color: var(--graphit, #303030);
    font-family: "PT Sans";
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 105%;
    /* 27.3px */
    letter-spacing: -0.78px;
    text-decoration: none;
}

.main-sec-about-companies {
    margin: 128px 0;
}

.main-sec-about-companies-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    flex-wrap: wrap;
}

.main-sec-about-companies-item {
    width: 116px;
    height: 64px;
}

.main-sec-about-companies-item img {
    width: 100%;
    height: 100%;
}

.main-design-projects-form {
    display: flex;
    align-items: start;
    gap: 40px;
}

@media (min-width: 699.5px) {
    .main_b7_item:hover {
        top: 0;
    }
}

/* @media screen and (max-width: 1900px) {

    html { font-size: 8.5px; }

} */

.relative_sidemenu {
    position: relative;
    top: 0;
    transition: all 0.3s ease-in-out;
}

.sticky_sidemenu {
    position: sticky;
    top: 20px;
}

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

    .main_b_row_bottom .main_b_item_right,
    .main_b_item_right {
        width: 100%;
    }

    /* .main_b_item_left {
        display: none;
    } */
    /*.main_b_item_right {*/
    /*width: 95%;*/
    /*width: 100%;*/
    /*}*/
    .main-sec-about-team {
        padding: 96px 129px 96px 30%;
    }
}

/*@media (max-width: 1500px) {*/
/*    .main-design-page-right-item:nth-of-type(1) .main-design-page-right-info {*/
/*        max-width: 62%;*/
/*    }*/
/*}*/
/*@media (max-width: 1320px) {*/
/*    .main-design-page-right-item:nth-of-type(1) .main-design-page-right-info {*/
/*        max-width: 100%;*/
/*        width: 100%;*/
/*    }*/
/*}*/

@media screen and (max-width: 1300px) {
    .main_b14_2 {
        padding-top: 80px;
    }

    .main_b14_title_2 {
        padding: 32px 0 0;
    }
}

@media screen and (max-width: 1100px) {
    .main-design-page-right-info,
    .main-design-page-right-info-bottom
        /*, .main-design-page-right-item:nth-of-type(1) .main-design-page-right-info*/
    {
        width: 100%;
        max-width: 100%;
    }

    .main-sec-similar-bottom {
        /*padding: 16px 16px 16px 0;*/
        gap: 16px;
    }

    .main-sec-similar-title {
        font-size: 18px;
    }

    .main-sec-similar-about {
        font-size: 14px;
        gap: 16px;
    }

    .main-sec-about-team {
        padding: 96px 100px 96px 100px;
    }

    .main-design-page-right-info-top-item p:first-child {
        font-size: 3rem;
    }

    .main-design-page-right-info-top-item p:last-child {
        font-size: 3.6rem;
    }

    .main-design-page-right-info-bottom-col,
    .main-design-page-right-info-bottom-solutions ul li {
        font-size: 3rem;
    }

    .main-design-page-right-info-bottom-solutions-title {
        font-size: 3.3rem;
    }
}

@media screen and (max-width: 900px) {
    .main-design-page-left {
        display: none;
    }

    .main-sec-about-address {
        display: flex;
        flex-direction: column;
    }

    .main-sec-about-address-left {
        display: flex;
        flex-direction: column;
        gap: 32px;
        max-width: 100%;
    }

    .main-sec-about-address-right {
        width: 100%;
        height: 400px;
    }

    .main_b15_list_team_page {
        row-gap: 32px;
    }

    .footer {
        padding-bottom: 15rem;
    }
}

@media screen and (max-width: 800px) {
    .main_b1_desc {
        font-size: 4rem;
    }

    .main_b1_btns a {
        width: 100%;
        padding: 16px;
        height: unset;
        display: flex;
        font-size: 17px;
    }

    .main_b1_btns i {
        width: 12px;
        height: 12px;
        margin-left: auto;
    }

    .main_b2_item_sub_title {
        font-size: 3rem;
    }

    .main_b2_item_title span {
        font-size: 3rem;
    }

    .main_b3_item_left, .main_b3_item_right {
        font-size: 3rem;
        line-height: 1.25;
    }

    .main_b3_item_title {
        font-size: 3.4rem;
    }

    .main_b3_item_desc {
        /*max-height: 7rem;*/
        font-size: 3rem;
    }

    .main_b3_item_tags a,
    .main_b3_item_tags span {
        font-size: 3rem;
    }

    .main_b3_item_tags {
        gap: 2rem;
    }

    .main_b4_item_title,
    .main_b4_btn a,
    .main_b_form_desc {
        font-size: 3rem;
    }


    .main_b_form_input input,
    .main_b_form_checkbox label,
    .main_b_form_btn button,
    .main_b5_item_desc,
    .main_b6_tabs_content_top_center,
    .main_b7_item_title,
    .main_b9_list_item_desc,
    .main_b12_item,
    .main_b14_info_text p,
    .main_b14_info_name,
    .main_b14_info_post,
    .main_b15_item,
    .main_b15_team_name,
    .main_b15_team_post,
    .main_b16_item_text {
        font-size: 3rem !important;
    }

    .main_b5_item_title,
    .main_b9_list_item_title,
    .main_b11_item_title,
    .main_b13_tab_item_title,
    .main_b16_item_num,
    .main_b16_item_title {
        font-size: 4rem;
    }

    .main_b13_tab_item_desc {
        font-size: 3rem;
        max-height: 4rem;
    }


    .main_b16_item_ico {
        width: 3rem;
        height: 3rem;
    }

}

@media screen and (max-width: 800px) and (min-width: 700px) {

    .main_b_form_wrap {
        max-width: 60rem;
    }

    .main_b14_info {
        width: calc(50% - 1rem);
    }
}

@media screen and (min-width: 700px) {
    .main_b15 .main_b4_btn {
        margin-top: 6rem;
    }

    .main_b_item_btn a i svg,
    .main_b7_item_title i svg,
    .main_b4_btn a i svg,
    .main_b4_item_title i svg {
        width: 1.6rem;
        min-width: 1.6rem;
        height: 1.6rem;
    }
}

@media screen and (max-width: 699px) {
    .main_b3_item_title i {
        display: none;
    }
}


.main_b_form_checkbox label input + span:after {
    left: 50%;
    transform: translate(-50%, -65%) rotate(45deg);
    top: 50%;
}

.main_b_form_checkbox label input:checked + span:after {
    width: .8rem;
    height: 1.6rem;
}

/** Выравнивание */
@media screen and (max-width: 699px) {
    .lsg_native_bl.style9 .mbd_cd_title,
    .lsg_native_bl.style9 .mbd_cd_text,
    .lsg_native_bl.style8 .main_b13_tabs_content_desc,
    .lsg_form .main_b_form_content,
    .main_b4_item_title,
    .lsg_ceni .main_b_item_right,
    .ci_address_desc,
    .ci_address_orient,
    .ci_address_link,
    .cil_rows,
    .main_b1_desc,
    .seo_block_desc {
        padding-left: 2.2rem !important;
        padding-right: 2.2rem !important;
    }
}

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

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

    .main-sec-about-companies {
        margin: 32px 0;
    }

    .main-sec-about-address .map-container {
        height: 293px;
    }

    .main_b_prices_desc.two {
        width: 100%;
        font-size: 14px;
        margin: 0;
    }

    .main_b16_info .main_b_prices_info {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        width: 100%;
    }

    .main_b16_info.desc {
        max-width: 100%;
    }

    .main_b_form_content form {
        max-width: 440px;
        margin: 0 auto;
    }

    .main-design-page-right-info-bottom-solutions-title {
        font-size: 17px;
    }

    .main-design-page-right-info-bottom-solutions {
        gap: 16px;
    }

    .main-design-page-right-item .main-design-page-right-title.main_b_title {
        margin: 0 0 8px;
    }

    .main-design-page-right-info-bottom-col,
    .main-design-page-right-info-bottom-solutions ul li {
        font-size: 14px;
    }

    /*.main_b_smart-house,*/
    /*.main_b_minimum,*/
    /*.main_b14 {*/
    /*    padding: 48px 0;*/
    /*}*/
    .main-design-page-right-info-bottom {
        grid-template-columns: repeat(1, 1fr);
        gap: 16px;
    }

    .logo_desctop {
        display: none;
    }

    .logo_mob {
        display: block;
    }

    .main_b1 {
        padding: 72px 0 0;
    }

    .main_b1_content_wrap {
        height: auto;
    }

    .main_b1_content {
        padding: 132px 0 8px;
    }

    .main_b1_title {
        font-size: 46px;
        margin: 0 0 32px;
    }

    .main_b1_desc {
        font-size: 14px;
        line-height: 1.2;
        margin: 0 0 32px;
        /*max-width: 260px;*/
    }

    .main_b1_btns a {
        width: calc(50% - 4px);
        height: 62px;
        margin: 0 8px 0 0;
        font-size: 17px;
        border-width: 1px;
        padding: 5px 15px;
        position: relative;
    }

    .main_b1_btns a:last-child {
        margin-right: 0;
    }

    .main_b1_btns a span {
        width: 119px;
    }

    .main_b1_btns i {
        max-width: 12px;
        position: absolute;
        right: 15px;
        top: 15px;
    }

    .main_b2 {
        padding: 8px 0 48px;
    }

    .main_b2_row {
        margin: 0 -2px;
    }

    .main_b2_item {
        width: calc(25% - 4px);
        margin: 0 2px;
        padding: 8px;
        gap: 4px;
    }

    .main_b2_item_sub_title {
        font-size: 12px;
    }

    .main_b2_item_sub_title span {
        display: none;
    }

    .main_b2_item_title {
        margin-top: auto;
        font-size: 28px;
    }

    .main_b2_item_title span {
        display: none;
    }

    .main_b2_item_mob_title,
    .main_b2_item_mob_desc {
        display: block;
        font-size: 12px;
        line-height: 1.2;
        letter-spacing: -0.02em;
        color: #6B6B6B;
    }

    .main_b2_item_mob_title + .main_b2_item_sub_title {
        display: none;
    }

    .main_b2_item_logo {
        position: static;
        right: auto;
        bottom: auto;
    }

    .main_b2_item_logo svg:nth-of-type(1) {
        max-width: 53px;
        max-height: 16px;
    }

    .main_b2_item_logo svg:nth-of-type(2) {
        display: none;
    }

    .main_b3 {
        padding: 48px 0;
    }

    .main_b_row {
        margin: 0;
        display: block;
    }

    .main_b_item_left {
        width: 100%;
        margin: 0 0 16px;
    }

    .main_b_item_btn {
        padding: 0;
        font-size: 17px;
        line-height: 105%;
    }

    .main_b3_item_left {
        font-size: 20px;
        line-height: 105%;
    }

    .main_b_item_btn a,
    .main_b_item_btn div {
        font-size: 17px;
        gap: 12px;
    }

    .main_b_item_btn a i {
        max-width: 12px !important;
        margin: 0 0 0;
        max-height: 12px;
    }

    .main_b_item_btn a i svg {
        width: 100%;
        height: 100%;
    }

    .main_b_item_btn span {
        margin-top: auto;
        line-height: 105%;
    }

    .main_b_item_right {
        width: 100%;
        margin: 0;
    }

    .main_b_title {
        font-size: 28px;
        margin: 0 0 32px;
    }

    .main-design-page-right-item {
        padding: 32px 0;
    }

    .main_b_item_right > .main-design-page-right-item:nth-of-type(1) {
        padding: 0 0 32px;
    }

    .main-design-page-right-info-bottom-solutions ul {
        gap: 16px;
    }

    .main_b3_item {
        width: 100%;
        margin: 0 0 8px;
        padding: 16px;
    }

    .main_b3_item.small {
        width: 100%;
    }

    .main_b3_item:last-child {
        margin-bottom: 0;
    }

    .main_b3_item.black {
        margin: 0 0 24px;
        display: block;
    }

    .main_b3_item_left {
        width: 100%;
        margin: 0 0 24px;
        font-size: 20px;
    }

    .main_b3_item_right {
        width: 100%;
        margin: 0;
        font-size: 14px;
        line-height: 1.2;
    }

    .main_b3_item_title {
        font-size: 17px;
        margin: 0;
    }


    .main_b3_item_title i {
        max-width: 12px;
        margin: 3px 0 0 8px;
    }

    .main_b3_item_desc {
        font-size: 14px;
        /*max-height: 32px;*/
        margin: 0 0 32px;
        display: none;
    }

    .main_b3_item_tags {
        gap: 4px;
        display: none;
    }


    .main_b3_item_tags a {
        font-size: 12px;
        padding: 3px 6px;
    }

    .main_b4 {
        padding: 48px 0;
    }

    .main_b_menu {
        display: none;
    }

    .main_b4_row {
        margin: 0;
        width: unset;
    }

    .main_b4_item {
        width: 100%;
        margin: 0 0 16px;
    }

    .main_b4 .main_b4_row > :nth-child(n+4) {
        display: none
    }


    .main_b4_item-1 {
        width: 100%;
        margin: 0 0 32px;
    }

    .main_b4_item_img {
        margin: 0;
        padding: 66.85% 0 0;
    }

    .main_b4_item_title {
        padding: 16px 0;
        font-size: 17px;
    }

    .main_b4_item_title span {
        width: calc(100% - 28px);
    }

    .main_b4_item_title i {
        max-width: 12px !important;
        padding: unset;
        max-height: 12px;
    }

    .main_b4_item_title i svg {
        width: 100%;
        height: 100%;
    }

    .main_b4_btn {
        margin: 0;
    }

    .main_b4_btn .main_btn {
        width: 100%;
        font-size: 17px;
        padding: 13px 16px;
        height: auto;
    }

    .main_b4_btn a i {
        max-width: 12px !important;
        max-height: 12px;
    }

    .main_b4_btn a i svg {
        height: 100%;
        width: 100%;
    }

    .main_b_form {
        margin: 16px 0;
    }

    .main_b_form_row {
        position: relative;
    }

    .main_b_form_img {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .main_b_form_content {
        width: 100%;
        padding: 51px 8px 51px;
        position: relative;
        background: rgb(48 48 48 / 90%);
    }

    .main_b_form_title {
        font-size: 28px;
        margin: 0 0 24px;
    }

    .main_b_form_wrap {
        max-width: none;
    }

    .mbd_card_text {
        font-size: 12px !important;
    }

    .mbd_card_title {
        /*font-weight: 400 !important;*/
        font-size: 14px !important;
    }

    .mbd_cards {
        flex-direction: column;
        gap: 32px !important;
    }

    .mbd_cards_img {
        height: 200px;
        width: 100% !important;
    }

    .type3 .mbd_cards_list {
        width: 100% !important;
        flex-direction: unset !important;
        flex-wrap: wrap;
        gap: 8px !important;
    }

    .main_b_minimum .type1 .mbd_card .mbd_card_title {
        font-weight: 700 !important;
    }

    .main_b_minimum .type2 .mbd_card .mbd_card_title {
        font-weight: 700 !important;
    }

    .type3 .mbd_cards_list .mbd_card {
        width: calc((100% - 8px) / 2);
    }

    .main_b_form_desc {
        font-size: 14px;
        margin: 0 0 24px;
    }

    .main_b_form_input {
        margin: 0 0 12px;
    }

    .b11_mich .main_b4_btn {
        margin: 24px 0 0;
    }

    .b11_mich .owl-dots {
        position: relative;
        height: 24px;
        bottom: 0;
    }

    .b11_mich .main_b11_item_text {
        letter-spacing: -0.02em;
        position: absolute;
        bottom: 0;
        color: #303030;
        padding: 16px;
        background: rgba(242, 242, 242, 0.7);
        text-transform: uppercase;
        font-size: 17px;
    }

    .owl-prev, .owl-next {
        transform: translate(0, -50%);
        top: 50% !important;
    }

    .main_b_form_input input {
        height: 50px;
        padding: 10px 8px;
        border: 1px solid #CFCFCF;
        font-size: 14px !important;
    }

    .b6_mich .main_b6_tabs_content {
        padding-top: calc(100% * 9 / 13.47);
    }

    .main_b_form_checkbox {
        margin: 0 0 10px;
    }

    .main_b_form_checkbox label {
        font-size: 14px !important;
    }

    .main_b_form_checkbox label span {
        width: 20px;
        height: 20px;
        margin: 0 16px 0 0;
        border-radius: 3px;
        border-width: 1px;
    }

    .main_b_form_checkbox label input + span:after {
        transform: translate(-50%, -65%) rotate(45deg);
        border-bottom: 1px solid #D9D9D9;
        border-right: 1px solid #D9D9D9;
    }

    .main_b_form_checkbox label input:checked + span:after {
        width: 6px;
        height: 12px;
    }

    .main_b_form_btn button {
        height: 44px;
        font-size: 17px !important;
    }

    .main_b5 {
        padding: 48px 0;
    }

    .main_b5_row {
        margin: 0 -8px;
    }

    .main_b5_item {
        width: calc(50% - 16px);
        margin: 0 8px 16px;
        padding: 16px 12px 19px 16px;
        border-width: 2px;
    }

    .main_b5_item_title {
        margin: 0 0 12px;
        font-size: 14px;
    }

    .main_b5_item_desc {
        font-size: 12px !important;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*display: -webkit-box;*/
        /*max-height: 58px;*/
        /*-webkit-line-clamp: 4;*/
        /*-webkit-box-orient: vertical;*/
    }

    .main_b6 {
        padding: 48px 0;
    }

    .main_b6 .main_b_row:nth-child(2) {
        display: flex;
        flex-direction: column-reverse;
        position: relative;
        padding: 0 0 76px;
    }

    .main_b6 .main_b_row:nth-child(2) .main_b_item_left {
        margin: 0;
    }

    .main_b6_tabs {
        width: auto;
        display: flex;
        margin: 0 -4px;
        padding: 24px 0 0;
    }

    .main_b6_tabs_item {
        width: calc(33.33333% - 8px);
        margin: 0 4px;
        padding: 22.28% 0 0;
    }

    .main_b6 .main_b4_btn {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
    }

    .ab_block .main_b6_tabs_content_top {
        margin-bottom: 8px;
        height: 100%;
    }

    .main_b6_tabs_content_top_center {
        display: none;
    }


    .ab_block .main_b_item_left {
        padding-top: unset;
        padding-bottom: unset;
    }

    .ab_block .main_b6_tabs {
        flex-direction: row;
        margin: unset;
    }

    .ab_block .main_b6_tabs_item {
        height: 80px;
    }

    .main_b6_tabs_content_top_left,
    .main_b6_tabs_content_top_right {
        width: 50%;
        font-size: 17px;
    }

    .main_b6_tabs_content {
        margin: 0;
    }

    .twentytwenty-handle {
        width: 32px;
        height: 32px;
        margin: -16px;
    }

    .twentytwenty-horizontal .twentytwenty-handle:before,
    .twentytwenty-horizontal .twentytwenty-handle:after {
        width: 2px;
        margin: 0 0 0 -1px;
    }

    .twentytwenty-horizontal .twentytwenty-handle:before {
        margin-bottom: 16px;
    }

    .twentytwenty-horizontal .twentytwenty-handle:after {
        margin-top: 16px;
    }

    .main_b7 {
        padding: 48px 0;
    }

    .main_b7_row {
        margin: 0;
    }

    .main_b7_item {
        display: block;
        margin: 0;
        width: 100%;
    }

    .main_b7_item_title {
        display: none;
    }

    .main_b7_item_img:before,
    .main_b7_item_img:after {
        width: 72px;
        height: 72px;
    }

    .owl-prev,
    .owl-next {
        background: none;
        padding: 0;
        width: 24px;
        height: 24px;
        border: none;
        outline: none;
        position: absolute;
        top: 50%;
        left: 12px;
    }

    .owl-next {
        left: auto;
        right: 12px;
    }

    .owl-dots {
        position: absolute;
        bottom: -17px;
        left: 0;
        right: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .owl-dot {
        width: 8px;
        height: 8px;
        margin: 0 4px;
        padding: 0;
        border-radius: 50%;
        border: 1px solid #6B6B6B;
        background: none;
    }

    .owl-dot.active {
        background: #6B6B6B;
    }

    .main_b8 {
        padding: 48px 0;
        overflow: hidden;
    }

    .main_b8_row {
        display: block;
    }

    .main_b8_row .owl-stage-outer {
        overflow: visible;
    }

    .main_b8_item {
        height: 72px;
        display: flex;
        align-items: center;
    }

    .main_b8_item img {
        max-height: 32px;
        max-width: 150px;
    }

    .main_b9 {
        padding: 48px 0;
    }

    .main_b9_row {
        display: block;
        margin: 0;
    }

    .main_b9_img {
        width: 100%;
        margin: 0 0 24px;
        padding: 55.7% 0 0;
    }

    .main_b9_list {
        width: auto;
        margin: 0 -4px;
    }

    .main_b9_list_item {
        width: calc(50% - 8px);
        margin: 0 4px 8px;
        padding: 16px;
        border-width: 2px;
    }

    .main_b9_list_item_title {
        font-weight: 700;
        hyphens: auto;
        word-break: break-word;
        overflow-wrap: break-word;
        font-size: 14px;
        margin: 0 0 12px;
    }

    .main_b9_list_item_desc {
        font-size: 14px !important;
        /*overflow: hidden;*/
        /*text-overflow: ellipsis;*/
        /*display: -webkit-box;*/
        /*max-height: 34px;*/
        /*-webkit-line-clamp: 2;*/
        /*-webkit-box-orient: vertical;*/
    }

    .main_b10 {
        padding: 48px 0;
    }

    .main_b10_row {
        flex-wrap: wrap;
        margin: 0 -3px;
    }

    .main_b10_item {
        width: calc(33.33333% - 6px);
        margin: 0 3px 6px;
        padding: 14px;
        box-sizing: border-box;
    }

    .main_b11 {
        padding: 48px 0;
    }

    .main_b11_row {
        margin: 0;
        display: block;
    }

    .main_b11_item {
        width: 100%;
        margin: 0;
        position: relative;
        display: block;
    }

    .main_b11_item_img {
        padding: 86.35% 0 0;
    }

    .main_b11_item_title {
        position: absolute;
        left: 0;
        bottom: 0;
        right: 0;
        width: 100%;
        box-sizing: border-box;
        background: rgba(242, 242, 242, 0.7);
        padding: 16px;
        font-size: 17px;
    }

    .main_b11_item_title i {
        max-width: 12px;
        margin: 3px 0 0;
    }

    .main_b12 {
        padding: 48px 0;
    }

    .main_b12_row {
        flex-direction: column-reverse;
    }

    .main_b12_list2 {
        display: block;
        margin: 0 0 24px;
    }

    .main_b12_item2 {
        margin: 0;
        width: 100%;
        padding: 66.85% 0 0;
    }

    .main_b12_list2 .owl-dots {
        align-items: center;
        height: 24px;
        bottom: 0;
        background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    }

    .main_b12_list2 .owl-dot {
        border-color: #fff;
    }

    .main_b12_list2 .owl-dot.active {
        background: #fff;
    }

    .main_b12_list {
        margin: 0;
        display: flex;
        flex-direction: column-reverse;
        gap: 16px;
    }

    .main_b12_item {
        width: 100%;
        margin: 0;
        padding: 16px;
        font-size: 20px !important;
        border-width: 2px;
        box-sizing: border-box;
    }

    .main_b13 {
        padding: 48px 0;
    }

    .main_b13_row {
        flex-direction: column-reverse;
        margin: 0;
    }

    .main_b13_tabs {
        width: auto;
        margin: 0 -4px;
        display: flex;
        flex-wrap: wrap;
    }

    .main_b13_tab_item {
        width: calc(50% - 8px);
        margin: 0 4px 8px;
        padding: 16px;
        border-width: 2px;
        box-sizing: border-box;
    }

    .main_b13_tab_item_title {
        font-size: 17px;
        margin: 0 0 12px;
    }

    .main_b13_tab_item_desc {
        font-size: 14px;
        max-height: 17px;
    }

    .main_b13_tabs_content {
        width: 100%;
        margin: 0 0 24px;
        padding: 66.85% 0 0;
    }

    /*.main_b14 {*/
    /*    padding: 48px 0;*/
    /*}*/
    .main_b14_row {
        margin: 0;
        display: block;
    }

    .main_b14_img {
        display: none;
    }

    .main_b14_content {
        margin: 0;
        width: 100%;
    }

    .main_b14_info {
        width: 100%;
        padding: 16px;
        display: flex;
        flex-direction: column-reverse;
    }

    .main_b14_info_people {
        display: flex;
        align-items: center;
        margin: 0 0 24px;
    }

    .main_b14_info_people_img {
        display: block;
        margin: 0 24px 0 0;
        width: 100px;
        height: 100px;
    }

    .main_b14_info_people_img img {
        width: 100%;
        height: 100%;
        border-radius: 50%;
        object-fit: cover;
        object-position: center;
    }

    .main_b14_info_name {
        font-size: 17px !important;
        margin: 0 0 12px;
    }

    .main_b14_info_post {
        font-size: 14px !important;
    }

    .main_b14_info_text {
        margin: 0;
    }

    .main_b14_info_text p {
        font-size: 14px !important;
        font-style: normal;
    }

    .main_b14_info_text p + p {
        margin: 18px 0 0;
    }

    .main_b15 {
        padding: 48px 0;
        overflow: hidden;
    }

    .main_b15_row {
        display: block;
        margin: 0 0 32px;
    }

    .main_b15_item {
        margin: 0 0 16px;
        font-size: 14px;
        width: 100%;
    }

    .main_b15_list {
        margin: 0 -12px;
        flex-wrap: wrap;
    }

    .main_b15_team {
        width: calc(50% - 24px);
        margin: 0 12px 24px;
    }

    .main_b15_item:last-child {
        display: block;
    }

    /*.main_b15_team:last-child {*/
    /*    display: block;*/
    /*}*/
    .main_b15_team_img {
        margin: 0 0 16px;
    }

    .main_b15_team_name {
        font-size: 17px !important;
        margin: 0 0 6px;
    }

    .main_b15_team_post {
        font-size: 14px !important;
    }

    .main_b15 .main_b4_btn {
        display: block;
    }

    .main_b16 {
        padding: 48px 0;
    }

    .main_b16_info {
        max-width: none;
        margin: 0 0 27px;
        font-size: 14px;
    }

    .main_b16_item {
        border-width: 1px;
        position: relative;
    }

    .main_b16_item_top {
        flex-wrap: wrap;
        padding: 16px 0;
    }

    .main_b16_item_bottom {
        flex-wrap: wrap;
    }

    .main_b16_item_num {
        width: 100%;
        margin: 0 0 12px;
        font-size: 17px;
    }

    .main_b16_item_bottom .main_b16_item_num {
        display: none;
    }

    .main_b16_item_content {
        position: static;
        width: 100%;
        margin: 0;
    }

    .main_b16_item_ico {
        top: 19px;
        width: 12px;
        height: 12px;
    }

    .main_b16_item_ico:before {
        height: 2px;
        margin: -1px 0 0;
    }

    .main_b16_item_ico:after {
        width: 2px;
        margin: 0 0 0 -1px;
    }

    .main_b16_item_title {
        font-size: 17px;
        width: 100%;
        margin: 0 0 0;
    }

    .main_b16_item_text {
        max-width: none;
        font-size: 14px !important;
        margin: 4px 0 16px 16px;
    }

    .main_b16 .main_b4_btn {
        padding-left: 0;
        padding-top: 24px;
    }


    .main_b_prices {
        padding: 48px 0;
    }

    .main_b_prices_row {
        display: block;
        margin: 0;
        border-width: 1px;
        padding: 13px 0;
    }

    .main_b_prices_row .main_b_item_left,
    .main_b_row_bottom .main_b_item_left {
        display: none;
    }

    .main_b_prices_row .main_b_item_right,
    .main_b_row_bottom .main_b_item_right {
        width: 100%;
    }

    .main_b_prices_item {
        width: calc(50% - 18px);
        font-size: 14px;
    }

    .main_b_prices_item.title,
    .main_b_prices_item.summ {
        font-size: 17px;
    }

    .main_b_prices_item.desc {
        width: 36px;
        text-align: center;
    }

    .main_b_prices_item.desc span {
        display: inline-block;
        line-height: 0;
        margin: 3px 0 0;
        width: 12px;
        height: 12px;
        background: url(../images/newdesign/ico_prices.svg) no-repeat center center;
    }

    .main_b_prices_item.desc div {
        display: none;
    }

    .main_b_prices .main_b4_btn {
        display: none;
    }

    .main_b_services {
        padding: 48px 0;
    }

    .main_b_services_row {
        display: block;
        margin: 0;
    }

    .main_b_services_column,
    .main_b_services_column:nth-child(2) {
        width: 100%;
        margin: 0;
    }

    .main_b_services_column .main_b3_item,
    .main_b_services_column .main_b3_item.small,
    .main_b_services_column .main_b3_item:last-child,
    .main_b_services_column .main_b3_item.small:last-child {
        margin: 0 0 8px;
    }

    .main_b_services_column:first-child .main_b3_item:nth-child(1) .main_b3_item_title {
        margin: 0 0 10px;
    }

    .main_b_services_column:first-child .main_b3_item:nth-child(1) .main_b3_item_desc {
        display: block;
    }

    .main_b_services_column:first-child .main_b3_item:nth-child(1) .main_b3_item_tags {
        display: flex;
    }

    .main_b_services_column .main_b3_item:nth-child(2) .main_b3_item_title {
        margin: 0;
    }

    .main_b_services_column .main_b3_item:nth-child(2) .main_b3_item_desc {
        display: none;
    }

    .main_b_services_column .main_b3_item:nth-child(2) .main_b3_item_tags {
        display: none;
    }

    .footer {
        padding: 48px 0 80px;
    }

    .f_row {
        display: block;
    }

    .f_left {
        width: 100%;
        padding: 0;
    }

    .f_logo {
        margin: 0 0 32px;
    }

    .f_logo svg {
        width: 177px;
    }

    .f_phone,
    .f_email,
    .f_adres,
    .f_btns,
    .f_social {
        display: none;
    }

    .f_right {
        width: 100%;
        padding: 0;
        display: block;
    }

    .f_menu {
        width: 100%;
    }

    .f_menu ul {
        display: flex;
        flex-wrap: wrap;
        gap: 32px;
    }

    .f_menu ul li {
        width: calc(50% - 16px);
        margin: 0;
        font-size: 17px;
        line-height: 1.05;
        text-transform: uppercase;
    }

    .f_menu > ul > li:nth-child(3) {
        order: 5;
    }

    .f_menu ul ul {
        display: block;
        padding: 5px 0 0;
    }

    .f_menu ul ul li {
        width: 100%;
        text-transform: none;
        font-size: 14px;
        line-height: 1.2;
        margin: 13px 0 0;
    }

    .mobile-bottom {
        display: flex;
        background: rgba(252, 252, 252, 0.50);
        backdrop-filter: blur(9.25px);
        padding: 4px 0;
        align-items: center;
        justify-content: center;
        width: 375px;
        position: fixed;
        bottom: 0;
        left: calc(50% - 187px);
        z-index: 100000001;
    }

    .mobile-bottom-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        gap: 0px;
        width: 75px;
        max-width: 75px;
        color: #303030;
        text-align: center;
        text-overflow: ellipsis;
        font-family: "PT Sans", serif;
        font-display: swap;
        font-size: 10px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        letter-spacing: -0.12px;
        text-decoration: none;
        cursor: pointer;
        text-transform: uppercase;
    }

    .mobile-bottom-item img {
        width: 28px;
        height: 28px;
    }

    .mobile-menu-full {
        display: flex;
        flex-direction: column;
        position: fixed;
        width: 100%;
        top: 0;
        bottom: 0;
        right: -200%;
        transition: all 1s;
        opacity: 0;
        background: #303030;
        z-index: 100000000;
        font-size: 16px;
        overflow-y: auto;
        padding: 0 20px 100px 20px;
        box-sizing: border-box;
    }

    .mobile-menu-full ul {
        list-style-type: none;
    }

    .mobile-menu-full ul li span {
        display: block;
        width: 100%;
        padding: 8px 0;
        font-size: 17px;
        font-style: normal;
        font-weight: 600;
        line-height: 120%;
        /* 20.4px */
        text-transform: uppercase;
        color: #ffffff;
        cursor: pointer;
    }

    .mobile-menu-full-submenu {
        margin-top: 12px;
    }

    .mobile-menu-full-submenu li {
        margin-bottom: 12px;
    }

    .mobile-menu-full-submenu li a {
        text-overflow: ellipsis;
        font-family: "PT Sans";
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 20.4px */
        letter-spacing: -0.34px;
        text-decoration: none;
        color: #ffffff;
    }

    .mobile-menu-full-submenu li:hover a {
        text-decoration: underline;
    }

    .mobile-menu-full-item > .mobile-menu-full-submenu {
        display: none;
    }

    .mobile-menu-full-item {
        margin-bottom: 14px;
    }

    .mobile-menu--active {
        right: 0;
        opacity: 1;
    }

    .main-sec-about-item-gray {
        width: calc(50% - 8px);
        margin: 0 4px 8px 4px;
    }

    .main-sec-about-item-black {
        margin-bottom: 12px !important;
    }

    .main-sec-about-team {
        margin: 48px 0;
        padding: 32px 10px;
    }

    .main-sec-about-team-title {
        margin: 24px 0;
        font-size: 32px;
    }

    .main-sec-about-team-text {
        margin-bottom: 32px;
        color: var(--light-gray, #CFCFCF);
        /* text M */
        font-family: "PT Sans";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: 120%;
        /* 24px */
        letter-spacing: -0.4px;
        max-width: 440px;
    }

    .main-design-page-right-info-top-item {
        gap: 16px;
        padding: 16px;
        width: calc((100% - 8px) / 2);
        border: 2px solid #F2F2F2;
        max-width: unset;
    }

    .main-design-page-right-info-top {
        gap: 8px;
    }

    .main-design-page-right-info-top-item p:first-child {
        font-size: 4rem;
    }

    .main-design-page-right-info-top-item p:last-child {
        font-size: 5rem;
    }

    .main-sec-about-team-button {
        width: 100%;
        height: 64px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--white, #FFF);
        color: var(--graphit, #303030);
        font-family: "PT Sans";
        font-size: 23px;
        font-style: normal;
        font-weight: 400;
        line-height: 105%;
        /* 24.15px */
        letter-spacing: -0.46px;
        text-transform: uppercase;
        text-decoration: none;
        transition: all 300ms;
    }

    .main_b_form_img-2 {
        display: none;
    }

    .main-design-projects-form {
        flex-direction: column;
        gap: 0;
    }

    .main_b3_item {
        cursor: pointer;
    }

    .main_b6_tabs_content_before_after {
        height: 300px !important;
    }

    .main_b6_tabs_content_before_after img {
        height: 300px !important;
    }

    .main_b7_row .owl-item {
        padding: 0 1px;
        box-sizing: border-box;
        max-height: 100%;
    }

    .main_b7_item_img {
        padding: 384px 0 0;
    }

    .main_b7 .owl-dots {
        height: 24px;
        bottom: -60px;
    }

    .main_b_row .main_b_item_right {
        margin: 0 auto;
    }

    .no_mobile {
        display: none;
    }

    .main_b8_row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        width: 100%;
        gap: 37px 0;
    }

    .main_b4 .main_b8_row,
    .main_b4,
    .main_b4 .owl-stage-outer {
        width: 100%;
    }

    .main_b_item_left {
        margin-bottom: 24px;
    }

    .main_b4 .owl-carousel .owl-item img {
        width: auto;
        height: 100%;
    }

    .main_b4 .main_b8_item {
        width: calc(100% / 4 - 20px);
        height: unset;
    }

    .main_b4 .main_b8_item:nth-child(5),
    .main_b4 .main_b8_item:nth-child(6),
    .main_b4 .main_b8_item:nth-child(7) {
        width: calc(100% / 3 - 20px);
    }

    .main_b4 .main_b8_item img {
        max-width: 100%;
    }

    .main_b_prices_info {
        margin: 0;
    }

    .main_b1_btns a svg {
        max-width: 12px;
        max-height: 12px;
    }

    .main_b_form .main_b_form_row:after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 1;
        background: rgb(48 48 48 / 90%);
    }

    .main_b_form_row {
        position: relative;
    }

    .main_b_form .main_b_form_content {
        padding-left: 0;
        padding-right: 0;
        z-index: 2;
        width: calc(100% - 8px * 2);
        max-width: 440px;
        margin-left: auto;
        margin-right: auto;
        background-color: unset;
    }
}

@media screen and (max-width: 450px) {
    .main-design-page {
        padding: 32px 0;
    }

    i {
        max-width: fit-content !important;
    }
}

