.calculte_btn,
.call_order {
    gap: 10px;
    font-weight: 500;
    text-align: center;
    text-decoration: none;
}
.calculte_btn,
.call_order,
.order_btn,
.section_title {
    text-align: center;
}
.header,
.products .product_item {
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.05);
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body {
    font-family: Muller;
    background-color: #fff;
}
#wpadminbar {
    top: unset !important;
    bottom: 0 !important;
}
.container {
    max-width: 1260px;
    margin: 0 auto;
}
@media (max-width: 1260px) {
    .container {
        max-width: 1024px;
        margin: 0 auto;
        padding: 0 15px;
    }
}
.products .product_item .item_actions,
.row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.call_order {
    display: inline-flex;
    width: 177px;
    height: 40px;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    border: 1px solid #d29365;
    background: #fff;
    color: #d29365;
    font-size: 12px;
    line-height: unset;
    letter-spacing: 0.6px;
    transition: 0.3s;
}
.call_order:hover,
.subection_products .show_more:hover {
    background-color: #d29365;
    color: #fff;
}
.calculte_btn,
.order_btn:hover {
    background: var(--Primary-Normal, linear-gradient(0deg, #f15c08 0, #f15c08 100%), #d29365);
}
.calculte_btn {
    display: inline-flex;
    padding: 0;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.7px;
    border-radius: 70px;
    max-height: 60px;
    line-height: unset;
    width: 279px;
    height: 60px;
}
.stop,
.wrapper {
    overflow: hidden;
}
.section_title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .container {
        max-width: 768px;
        padding: 0 15px;
    }
    .section_title {
        font-size: 30px;
    }
}
@media (max-width: 768px) {
    .container {
        max-width: 650px;
    }
    .call_order {
        padding: 12px;
        font-size: 9px;
        display: none;
    }
    .calculte_btn {
        padding: 15px;
        font-size: 15px;
        text-transform: uppercase;
    }
    .section_title {
        font-size: 25px;
        line-height: 35px;
    }
}
.section_title .orange {
    color: #d29365 !important;
}
.order_btn {
    border-radius: 10px;
    border: 1px solid var(--Primary-Normal, #d29365);
    background: var(--White, #fff);
    color: #d29365;
    text-decoration: none;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 0.6px;
    transition: 0.3s;
    line-height: unset;
    padding: 0;
    width: 108px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.experience,
.hero,
.order {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.order_btn:hover {
    border-radius: 10px;
    border: 1px solid var(--Primary-Normal, #d29365);
    color: #fff;
}
.contacts,
.header .top_header .contacts {
    display: flex;
    align-items: center;
    gap: 0 30px;
}
.contacts a,
.header .top_header .contacts a {
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0 15px;
    color: #111;
}
.contacts .address .about_address .address_name,
.contacts .phone_number .tel_words .tel_number,
.footer .footer_item .phone_item .phone_word .bold_text,
.header .top_header .contacts .address .about_address .address_name,
.header .top_header .contacts .phone_number .tel_words .tel_number {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.contacts .phone_number .tel_words .about_number,
.header .top_header .contacts .phone_number .tel_words .about_number {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #78787e;
}
.contacts .address .about_address .working_time,
.header .top_header .contacts .address .about_address .working_time {
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
    color: #545459;
}
.modal {
    position: fixed;
    top: 0;
    right: -100%;
    width: 400px;
    transition: right 0.5s ease-in-out;
    z-index: 1000;
}
.modal.open {
    right: 0;
}
.modal .modal_content {
    padding: 70px;
    background-color: #d3d3d3;
    backdrop-filter: blur(15px);
    height: 100vh;
    position: relative;
}
.modal .modal_content .close_modal {
    position: absolute;
    top: 20px;
    text-decoration: none;
}
.modal .modal_content .close_modal img {
    width: 40px;
    height: 40px;
}
.modal .modal_content .contacts {
    display: flex;
    flex-direction: column;
    align-items: start;
    margin-bottom: 20px;
}
.cards_product .section_title,
.modal .modal_content .contacts a {
    text-align: left;
}
.modal .modal_content .social_networks {
    display: flex;
    align-items: center;
    gap: 0 15px;
    justify-content: center;
}
.header .bottom_header,
.modal .modal_content .bottom_header {
    padding-top: 8px;
}
.modal .modal_content .bottom_header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px 0;
}
.header .bottom_header .header_item,
.modal .modal_content .bottom_header .header_item {
    position: relative;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
}
.modal .modal_content .bottom_header .header_item a {
    text-decoration: none;
    color: #111;
    display: flex;
    align-items: center;
}
.modal .modal_content .header_item.submenu-item img{
    padding-left: 20px;
    padding-right: 0;
}
.modal .modal_content .header_item.submenu-item.active img{
    padding-left: 0;
    transform: rotateZ(180deg);
    padding-right: 20px;
}
.header .bottom_header .header_item a .arrow-icon,
.modal .modal_content .bottom_header .header_item a .arrow-icon {
    margin-left: 8px;
    width: 12px;
    height: 12px;
}
.header .bottom_header .header_item .submenu,
.modal .modal_content .bottom_header .header_item .submenu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    list-style: none;
    background-color: #fff;
    box-shadow: 0 8px 16px rgb(0 0 0 / 0.2);
    padding: 10px 0;
    margin: 0;
    z-index: 1;
}
.modal .modal_content .bottom_header .header_item:hover .submenu {
    display: block;
}
.header .bottom_header .header_item:hover .arrow-icon,
.modal .modal_content .bottom_header .header_item:hover .arrow-icon {
    transform: rotate(-180deg);
}
.modal .modal_content .bottom_header .header_item .submenu li {
    padding: 8px 16px;
}
.header .bottom_header .header_item .submenu li a,
.modal .modal_content .bottom_header .header_item .submenu li a {
    color: #111;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
}
.contacts2 .left_side .left_item .type.orange,
.delivery_hero .orders_title .orange,
.header .bottom_header .header_item .submenu li a:hover,
.modal .modal_content .bottom_header .header_item .submenu li a:hover {
    color: #d29365;
}
.open_modal {
    display: none;
    flex-direction: column;
    gap: 5px 0;
}
.open_modal span::before {
    content: "";
    display: block;
    width: 35px;
    height: 4px;
    background-color: #d29365;
    border-radius: 10px;
}
.breadcrumb {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
    color: #95969b;
    margin-bottom: 100px;
}
.breadcrumb a {
    color: #95969b;
    text-decoration: none;
}
.breadcrumb svg {
    margin: 0 8px;
}
.fancybox-content img {
    width: 100% !important;
    height: auto;
    max-width: 100%;
}
.header {
    padding: 14px 0 12px;
    position: relative;
}
.orders_hero,
.products {
    background-color: #f0f6f7;
}
.header::after {
    content: "";
    display: block;
    border-bottom: 1px solid #ededef;
    width: 100%;
    height: 1px;
    position: absolute;
    top: 80px;
}
.header .top_header {
    padding-bottom: 16px;
}
.footer .links,
.header .top_header .right_side {
    display: flex;
    align-items: center;
    gap: 0 60px;
}
.header .top_header .right_side .social_networks {
    display: flex;
    align-items: center;
    gap: 0 15px;
}
.header .bottom_header .menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: space-between;
}
.header .bottom_header .header_item a {
    text-decoration: none;
    color: #111;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .bottom_header .header_item:hover .submenu {
    display: block;
    width: max-content;
}
.header .bottom_header .header_item .submenu li {
    margin-left: 0;
    padding: 8px 20px;
}
.hero {
    background-image: url(../images/hero_bg.png);
    padding: 104px 0 96px;
    position: relative;
}
@media (max-width: 1024px) {
    .contacts,
    .header .bottom_header,
    .header::after {
        display: none;
    }
    .open_modal {
        display: flex;
    }
    .header {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        z-index: 99;
    }
    .header .top_header {
        padding-bottom: 0;
    }
    .header .top_header .right_side {
        gap: 0 30px;
    }
    .hero {
        padding: 150px 0 96px;
    }
}
.hero .hero_title {
    font-size: 54px;
    color: #fff;
    font-weight: 700;
    line-height: 70px;
    letter-spacing: 2.7px;
    margin-bottom: 34px;
}
@media (max-width: 1024px) {
    .hero .hero_title {
        font-size: 40px;
        line-height: 55px;
    }
}
@media (max-width: 768px) {
    .modal {
        width: 100%;
    }
    .breadcrumb {
        margin-bottom: 65px;
    }
    .header .header_logo img {
        width: 100px;
    }
    .header .top_header .right_side {
        gap: 0 15px;
    }
    .header .top_header .contacts .address,
    .header .top_header .tel_logo,
    .hero .hero_title br {
        display: none;
    }
    .header .top_header .row {
        gap: 20px;
    }
    .header_logo {
        margin-bottom: -6px;
    }
    .hero .hero_title {
        font-size: 30px;
        line-height: 42px;
        margin-bottom: 20px;
    }
    .check_word {
        font-size: 16px;
    }
    .hero {
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-size: cover;
        max-height: 800px;
    }
}
.hero .check_items {
    margin-bottom: 29px;
}
.hero .check_items .check_item {
    display: flex;
    align-items: center;
    gap: 0 11.67px;
    margin-bottom: 10px;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.hero .check_items .check_item .check {
    height: 18px;
}
.orders_hero {
    padding: 117px 0 120px;
    background-image: none;
    position: relative;
}
.orders_hero .check_word2,
.orders_hero .order_check_word {
    color: #323233;
}
.orders_hero .bold_word {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #111;
    margin-top: 30px;
}
.orders_hero .topic_hero {
    position: absolute;
    right: 87px;
    bottom: -7px;
    z-index: 0;
}
.orders_hero .orders_title {
    color: #111;
    font-size: 40px;
    font-style: normal;
    font-weight: 700;
    line-height: 60px;
    letter-spacing: 2px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
}
@media (max-width: 1260px) {
    .header .top_header .right_side .social_networks {
        display: none;
    }
    .orders_hero .topic_hero {
        bottom: -4px;
        right: 37px;
    }
    .orders_hero .topic_hero img {
        max-width: 330px;
    }
    .orders_hero .orders_title {
        font-size: 30px;
        line-height: 45px;
    }
    .company_hero .right_side img {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .orders_hero .orders_title {
        font-size: 25px;
        line-height: 40px;
        letter-spacing: 1.5px;
        margin-bottom: 10px;
    }
    .orders_hero .orders_title br {
        display: none;
    }
}
@media (max-width: 768px) {
    .orders_hero {
        padding: 106px 0 99px;
    }
    .orders_hero .topic_hero {
        display: none;
    }
    .orders_hero .orders_title {
        font-size: 25px;
        line-height: 30px;
    }
}
.orders_hero .check_items {
    margin-bottom: 38px;
}
.third_hero {
    padding: 100px 0 120px;
}
.footer .footer_item .footer_logo,
.measurements .section_title,
.products .section_title,
.subection_products .product_item .product_image,
.subection_quality .row .quality_item .quality_item_title,
.third_hero .hero_title {
    margin-bottom: 20px;
}
.clothes_type .type_item .clothes,
.products .product_item .product_image,
.third_hero .check_items {
    margin-bottom: 15px;
}
.third_hero .topic_hero {
    right: 121px;
    bottom: 0;
    display: flex;
}
.delivery_hero {
    padding: 140px 0 137px;
}
.delivery_hero .topic_hero {
    right: 131px;
    bottom: 0;
}
.delivery_hero .orders_title {
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 58px;
    letter-spacing: 2.1px;
    text-transform: uppercase;
}
@media (max-width: 1024px) {
    .delivery_hero .orders_title {
        font-size: 30px;
        line-height: 50px;
    }
    .application_hero .topic_hero img {
        width: 250px;
    }
}
@media (max-width: 768px) {
    .third_hero {
        padding: 100px 0 60px;
    }
    .delivery_hero .topic_hero {
        display: block;
        right: 30px;
    }
    .delivery_hero .topic_hero img {
        width: 240px;
    }
    .delivery_hero .orders_title {
        font-size: 25px;
        line-height: 25px;
    }
    .company_hero .right_side {
        display: none;
    }
}
.company_hero .check_items {
    margin-bottom: 40px;
}
.company_hero {
    padding: 100px 0 93px;
}
.company_hero .left_side .orders_title {
    letter-spacing: 3.6px;
    margin-bottom: 30px;
}
.company_hero .right_side img,
.contacts2 .right_side .map iframe,
.own_production .right_side img,
.trust .image img {
    border-radius: 10px;
}
.application_hero {
    padding: 92px 0 91px;
}
.application_hero .check_items {
    display: flex;
    align-items: start;
    gap: 0 46px;
    margin-bottom: 22px;
}
.application_hero .check_items .item {
    width: 348px;
    flex-wrap: wrap;
    display: grid;
    grid-template-columns: 1fr 1fr;
}
.application_hero .topic_hero {
    right: 132px;
    bottom: 0;
    display: flex;
}
@media (max-width: 768px) {
    .application_hero {
    	padding: 106px 0 99px;
    }
    .application_hero .topic_hero {
        display: block;
        width: 250px;
        right: -60px;
    }
}
.application_hero .hero_title,
.get_cost .left_side .item_title {
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.subection_hero {
    padding: 106px 0 99px;
}
.subection_hero .topic_hero {
    right: 155px;
    bottom: -4px;
}
.subection_hero .hero_title {
    margin-bottom: 28px;
}
.component_item .description2,
.subection_hero .check_items {
    margin-bottom: 31px;
}
.subection_hero .calculte_btn {
    padding: 18px 19px;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.7px;
}
.products {
    padding: 100px 0 94px;
}
.cards_product,
.customization,
.orders_reviews,
.subection_products,
.third_products {
    background-color: #fff;
}
.products .description {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #323233;
    margin-bottom: 46px;
}
@media (max-width: 768px) {
    .application_hero .topic_hero img {
        display: block;
        width: 150px;
    }
    .application_hero .hero_title {
        font-size: 25px;
        line-height: 35px;
    }
    .products {
        padding: 50px 0;
    }
    .products .description {
        margin-bottom: 25px;
        font-size: 15px;
    }
}
.products .row {
    flex-wrap: wrap;
    gap: 10px;
}
.products .product_item {
    padding: 20px;
    border-radius: 10px;
    border: 1px solid var(--Greyscale-Grey-9, #f4f5f6);
    background: var(--White, #fff);
    margin-bottom: 10px;
}
.cooperation .cooperation_item .how_much .number,
.customization .row .customization_item,
.get_cost .row,
.order .order_card,
.stages .row .stages_item .number {
    box-shadow: 0 2px 8px 0 rgb(0 0 0 / 0.04), 0 10px 30px 0 rgb(57 64 83 / 0.1);
}
@media (max-width: 1024px) {
    .products .section_title {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .products .row {
        justify-content: space-evenly;
    }
    .products .product_item {
        width: 45%;
        flex: 0 0 auto;
    }
    .products .product_item .product_image {
        display: flex;
        justify-content: center;
    }
}
.products .product_item .product_image img {
    max-width: 100%;
    border-radius: 10px;
}
.products .product_item .item_actions .product_name {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #111;
}
@media (max-width: 768px) {
    .products .product_item {
        width: calc(50% - 5px);
        flex: 0 0 auto;
    }
    .products .product_item .product_image img {
        width: 100%;
        object-fit: cover;
    }
    .products .product_item .item_actions {
        flex-direction: column;
    }
    .products .product_item .item_actions .order_btn {
        width: 100%;
        margin-top: 5px;
    }
    .products .product_item .item_actions .product_name {
        font-size: 13px;
    }
    .products .product_item .item_actions .product_name br {
        display: none;
    }
}
.orders_products .section_title,
.third_partner .section_title {
    margin-bottom: 45px;
}
.third_products {
    padding: 92px 0 89px;
}
.subection_products {
    padding: 100px 0 19px;
}
.clothes_type .section_title,
.cooperation .section_title,
.customization .section_title,
.delivery_and_cost .section_title,
.partner .section_title,
.photos .section_title,
.stages .section_title,
.subection_products .section_title {
    margin-bottom: 50px;
}
.subection_products .show_more {
    display: block;
    width: 100%;
    padding: 18px 30px;
    border-radius: 100px;
    border: 1px solid var(--Primary-Normal, #d29365);
    background: var(--White, #fff);
    color: #d29365;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.7px;
    margin-top: 13px;
    text-align: center;
    text-decoration: none;
    transition: 0.3s;
}
.subection_products .product_item {
    padding: 0 0 20px;
    width: calc(25% - 22px);
    flex: 0 0 auto;
    margin-bottom: 27px;
}
.subection_products .product_item .item_actions {
    padding: 0 20px;
}
.subection_products .product_item .item_actions .direction {
    padding: 10px;
    border-radius: 10px;
    border: 1px solid var(--Greyscale-Grey-6, #dddde2);
    background: var(--White, #fff);
    height: 44px;
}
.subection_products .product_item .product_image img {
    width: 100%;
    border-radius: 10px 10px 0 0;
}
.about_us {
    padding: 107px 0 100px;
}
.about_us .row,
.cooperation .row,
.customization .row,
.experience .row,
.reviews .right_side .row,
.stages .row {
    flex-wrap: wrap;
}
.about_us .about_us_item {
    transition: 0.3s;
    width: calc(25% - 14px);
    flex: 0 0 auto;
    padding: var(--Border-1, 48px) 30px;
    text-align: center;
    border-radius: 20px;
    border: 1.5px dashed var(--Greyscale-Grey-6, #dddde2);
    background: var(--White, #fff);
    height: 321px;
}
.about_us .about_us_item:hover {
    border: 1.5px solid var(--Primary-Normal, #d29365);
}
.about_us .about_us_item:hover svg {
    fill: #d29365;
}
.about_us .about_us_item .second_image {
    margin-bottom: 30px !important;
}
.about_us .about_us_item .item_image {
    width: 70px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
}
.about_us .about_us_item .item_name {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 15px;
}
.about_us .about_us_item .item_about {
    color: #545459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.clothes_type .row,
.contacts2 .row,
.footer .row,
.orders_about_us .row,
.reviews .row,
.success .row {
    align-items: start;
}
.orders_about_us .about_us_item .second_image {
    margin-bottom: 26px !important;
}
.orders_about_us .about_us_item .item_image {
    margin-bottom: 36px;
}
.experience {
    padding: 100px 0 104px;
    background-image: url(../images/experience_bg.png);
}
@media (max-width: 1024px) {
    .orders_products .section_title {
        margin-bottom: 20px;
    }
    .about_us {
        padding: 70px 0;
    }
    .about_us .about_us_item {
        width: calc(50% - 14px);
        border: 2px dashed var(--Greyscale-Grey-6, #dddde2);
        flex: 0 0 auto;
        margin-bottom: 28px;
    }
    .experience {
        padding: 60px 0;
    }
    .experience .row .experience_item {
        height: 350px;
    }
}
.experience .section_title {
    color: #fff;
    margin-bottom: 20px;
}
.experience .description {
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #fff;
    margin-bottom: 49px;
}
.customization .calculte_btn,
.experience .calculte_btn {
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
    line-height: 26px;
    font-style: normal;
}
.experience .row .experience_item {
    border-radius: 10px;
    background: #fff;
    padding: 30px 40px;
    position: relative;
    width: calc(50% - 15px);
    flex: 0 0 auto;
    margin-bottom: 30px;
}
.experience .row .experience_item .number {
    position: absolute;
    bottom: 0;
    right: 18px;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 50px;
    letter-spacing: 1.08px;
    text-transform: uppercase;
    color: #f15c08;
}
.experience .row .experience_item .square {
    position: absolute;
    bottom: 0;
    right: 0;
    display: flex;
}
.experience .row .experience_item .experience_item_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    color: #111;
    margin-bottom: 10px;
    letter-spacing: -0.69px;
}
@media (max-width: 768px) {
    .about_us {
        padding: 50px 0;
    }
    .about_us .row {
        flex-direction: column;
    }
    .about_us .about_us_item {
        width: 80%;
    }
    .about_us .about_us_item:last-child {
    	margin-bottom: 0;
    }
    .experience .section_title {
	    margin-bottom: 10px;
	    font-size: 19px;
    }
    .experience .description {
	    font-size: 15px;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
    	margin-bottom: 30px;
    }
    .experience .row .experience_item {
        width: 100%;
        height: 190px;
        padding: 22px 35px 22px 22px;
        overflow: hidden;
    }
    .experience .row .experience_item .number {
        font-size: 25px;
        top: unset;
        bottom: -3px;
        right: 6px;
    }
    .experience .row .experience_item .square {
        width: 100px;
    }
    .experience .row .experience_item .experience_item_title {
        font-size: 20px;
    }
}
.experience .row .experience_item .experience_item_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #545459;
    max-width: 410px;
}
.experience .calculte_btn {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 500;
}
.orders_experience {
    padding: 95px 0 104px;
}
.orders_experience .experience_item_title {
    letter-spacing: 0.1px !important;
}
.third_experience {
    padding: 100px 0 104px;
}
.customization {
    padding: 100px 0;
}
@media (max-width: 1024px) {
    .customization {
        padding: 60px 0;
    }
}
.customization .row .customization_item {
    padding: 40px;
    border-radius: 10px;
    background: #fff;
    position: relative;
    width: calc(25% - 10px);
    flex: 0 0 auto;
    height: 400px;
}
.company_quality,
.component_item.left-item,
.partner,
.reviews,
.third_partner .steps .step_item,
.third_quality {
    background-color: #f0f6f7;
}
.customization .row .customization_item:hover:after {
    border-color: #f15c08;
}
@media (max-width: 1260px) {
    .orders_about_us .row {
        align-items: center;
    }
    .customization .row .customization_item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .customization .row .customization_item:last-child {
        margin-top: 20px;
    }
}
@media (max-width: 768px) {
    .experience .row .experience_item .experience_item_text {
        font-size: 13px;
    }
    .experience .row .experience_item .experience_item_text br {
        display: none;
    }
    .customization .section_title {
        margin-bottom: 20px;
        font-size: 16px;
        max-width: 100%;
    }
    .customization .row .customization_item {
        width: 100%;
        height: 235px;
        overflow: hidden;
    }
    .customization .row .customization_item .corner_image img {
        width: 100px;
    }
}
.customization .row .customization_item .corner_image {
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 1;
    display: flex;
}
.customization .row .customization_item .corner_image img,
.order .order_card .left_order .sabr_form img,
.photos .row .photos_item img {
    max-width: 100%;
}
.customization .row .customization_item .customization_item_title {
    width: 195px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.customization .row .customization_item .customization_item_text {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    width: 220px;
    color: #545459;
}
.customization .row .customization_item::after {
    content: "";
    display: block;
    border: 2px dashed #dddde2;
    position: absolute;
    left: 20px;
    top: 20px;
    bottom: 20px;
    width: 260px;
    height: 360px;
    border-radius: 10px;
    transition: 0.3s;
}
.customization .row .customization_item::after:hover {
    border-radius: 10px;
    border: 1px dashed var(--Primary-Normal, #d29365);
    background: var(--White, #fff);
}
.customization .calculte_btn {
    display: flex;
    margin-top: 50px;
    padding: 18px 40px;
    font-size: 18px;
    font-weight: 500;
}
@media (max-width: 768px) {
    .customization .calculte_btn {
        margin-top: 20px;
    }
}
.cooperation {
    padding: 120px 0 35px;
    position: relative;
}
@media (max-width: 1024px) {
    .customization .row .customization_item:last-child {
        margin-top: 0;
    }
    .cooperation {
        padding: 60px 0 35px;
    }
}
.cooperation .metr {
    position: absolute;
    right: -10px;
    bottom: 0;
    display: flex;
}
@media (max-width: 1024px) {
    .cooperation .metr {
        right: -200px;
    }
    .cooperation .metr img {
        width: 70%;
    }
    .cooperation .row {
        margin-bottom: 130px;
    }
}
.cooperation .cooperation_item {
    width: calc(50% - 15px);
    flex: 0 0 auto;
    display: flex;
    align-items: center;
    gap: 0 30px;
    margin-bottom: 87px;
}
.cooperation .cooperation_item .how_much,
.trust .image {
    position: relative;
}
.cooperation .cooperation_item .how_much .number {
    position: absolute;
    top: -10px;
    right: -10px;
    padding: 10px 23px;
    width: 50px;
    height: 50px;
    border-radius: var(--Border-1, 50px);
    background: var(--White, #fff);
    align-items: center;
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}
@media (max-width: 768px) {
    .cooperation .metr {
        right: -332px;
    }
    .cooperation .metr img {
        width: 50%;
    }
    .cooperation .cooperation_item {
        margin-bottom: 50px;
    }
    .cooperation .cooperation_item .how_much .number {
        top: -7px;
        right: -3px;
        padding: 10px 13px;
        font-size: 18px;
        width: 30px;
        height: 30px;
    }
}
.cooperation .cooperation_item .how_much .how_much_icon {
    border-radius: 90px;
    background: #f4f5f6;
    padding: 22px 40px;
    width: 120px;
    height: 120px;
    align-items: center;
    display: flex;
    justify-content: center;
}
@media (max-width: 768px) {
    .cooperation .cooperation_item .how_much .how_much_icon {
        padding: 22px 20px;
        width: 90px;
        height: 90px;
    }
    .cooperation .cooperation_item .how_much .how_much_icon img {
        width: 100%;
    }
}
.cooperation .cooperation_item .words {
    color: #111;
}
.cooperation .cooperation_item .words .title,
.measurements .measurement_steps .inside_item .item_title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
@media (max-width: 768px) {
    .cooperation .cooperation_item .words .title {
        font-size: 18px;
        line-height: 27px;
        margin-bottom: 0;
    }
}
.cooperation .cooperation_item .words .description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
}
@media (max-width: 768px) {
    .cooperation .cooperation_item .words .description {
        font-size: 14px;
        line-height: 24px;
    }
}
.quality {
    padding: 96px 0 100px;
}
@media (max-width: 768px) {
    .quality {
        padding: 50px 0;
    }
    .quality .section_title br {
    	display: none;
    }
}
.quality .section_title {
    margin-bottom: 51px;
}
.quality .row {
    align-items: start;
    flex-wrap: wrap;
}
.quality .row .quality_item {
    width: calc(25% - 16px);
    flex: 0 0 auto;
}
@media (max-width: 1260px) {
    .customization .row .customization_item::after {
        display: none;
    }
    .quality .row .quality_item {
        width: calc(50% - 16px);
    }
}
@media (max-width: 1024px) {
    .cooperation .cooperation_item {
        width: 100%;
    }
    .quality .row .quality_item {
        margin-bottom: 20px;
    }
    .quality .row .quality_item:last-child {
        margin-bottom: 0;
    }
}
.quality .row .quality_item .quality_image {
    margin-bottom: 16px;
}
.quality .row .quality_item .quality_image img {
    width: 100%;
    border-radius: 20px;
}
@media (max-width: 768px) {
    .quality .section_title {
        margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
        max-width: 100%;
    }
    .quality .row .quality_item {
        width: 100%;
    }
    .quality .row .quality_item .quality_image img {
        height: 300px;
        object-fit: cover;
    }
}
.quality .row .quality_item .quality_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.quality .row .quality_item .quality_item_text {
    width: 300px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #545459;
}
.third_quality .section_title {
    margin-bottom: 47px;
}
.company_quality {
    padding: 100px 0;
}
.company_quality .row {
    align-items: stretch;
    padding-right: 30px;
}
.company_quality .row .quality_item {
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
}
.clothes_type .type_item .clothes img,
.company_quality .row .quality_item .quality_item_text,
.delivery .map2 img,
.footer .footer_item .footer_logo img,
.payment .payment_image2 img,
.reviews .left_side .left_side_image img {
    width: 100%;
}
.company_quality .row .quality_item .quality_image {
    margin-bottom: 17px;
}
.company_quality .row .quality_item .quality_image img {
    border-radius: 10px !important;
}
.company_quality .item_about {
    padding: 0 20px 27px;
}
.subection_quality .row .quality_item {
    width: calc(25% - 23px);
    flex: 0 0 auto;
}
.subection_quality .row .quality_item .quality_item_text {
    margin-bottom: 10px;
    padding-left: 18px;
    position: relative;
}
.subection_quality .row .quality_item .quality_item_text::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #f15c08;
    position: absolute;
    left: 0;
    top: 9px;
}
.subection_quality .row .quality_item .quality_item_text:last-child::before {
    top: 18px;
}
.business_get_cost .sign_form input:last-child,
.footer .footer_item .phone_item:last-child,
.measurements .measurement_steps .inside_item:last-child,
.payment .payment_types .left_side .item:last-child,
.subection_quality .row .quality_item .quality_item_text:last-child,
.success .right_side .texts p:last-child {
    margin-bottom: 0;
}
.subection_quality2 {
    padding: 100px 0 67px;
}
.reviews {
    padding: 100px 0;
}
@media (max-width: 1024px) {
    .reviews {
        padding: 50px 0;
    }
    .reviews .row {
        flex-direction: column;
    }
}
.reviews .section_title {
    margin-bottom: 30px;
    text-align: left;
}
.reviews .left_side {
    width: calc(48.3% - 47.5px);
    flex: 0 0 auto;
}
.footer .footer_item,
.footer .links .inner_item,
.mens_clothes .swiper_item,
.reviews .left_side .left_side_image {
    display: flex;
    flex-direction: column;
}
.reviews .left_side .left_side_image img:first-child {
    border-radius: 10px 10px 0 0;
}
.reviews .left_side .left_side_image img:nth-child(2) {
    border-radius: 0 0 9px 9px;
    margin-top: -18px;
}
.reviews .right_side {
    width: calc(51.7% - 38.5px);
    flex: 0 0 auto;
}
.reviews .right_side .row .right_item {
    width: calc(33.333% - 5px);
    flex: 0 0 auto;
    border-radius: 20px;
    margin-bottom: 10px;
    background: #fff;
    filter: drop-shadow(0 2px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 10px 30px rgb(57 64 83 / 0.1));
}
.partner {
    padding: 0 0 100px;
}
.partner .steps .step_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    background: #fff;
    padding: 30px 91px 54px 40px;
    box-shadow: 0 5px 10px 0 rgb(0 0 0 / 0.05);
    margin-bottom: 15px;
}
@media (max-width: 1260px) {
    .company_quality .row {
        padding-right: 0;
    }
    .reviews .right_side .row .right_item img {
        width: 100%;
    }
    .partner .steps {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .partner .steps .step_item {
        width: calc(50% - 10px);
        flex-direction: column;
        padding: 20px;
        flex: 0 0 auto;
        justify-content: space-evenly;
        height: 130px;
    }
    .partner .steps .step_item:last-child {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 400px) {
    .container {
        width: 100%;
    }
    .section_title {
        font-size: 16px;
        line-height: 28px;
        max-width: 244px;
        margin-left: auto;
        margin-right: auto;
    }
    .hero {
        padding: 106px 0 99px;
    }
    .hero .hero_title {
        margin-bottom: 15px;
        font-size: 27px;
        line-height: 36px;
    }
    .hero .check_items .check_item {
        font-size: 14px;
        margin-bottom: 5px;
    }
    .orders_hero .orders_title {
        font-size: 16px;
        line-height: 30px;
    }
    .delivery_hero .calculte_btn {
        margin-bottom: 31px;
    }
    .delivery_hero .orders_title {
        font-size: 16px;
        line-height: 20px;
    }
    .about_us .about_us_item .item_name br,
    .application_hero .topic_hero,
    .customization .row .customization_item .customization_item_text br,
    .order .order_card .left_order .about_order br,
    .products .description br {
        display: none;
    }
    .experience .description,
    .products .description {
        font-size: 12px;
        margin-bottom: 15px;
        line-height: 20px;
    }
    .products .product_item {
        padding: 12px;
    }
    .products .product_item .product_image {
        margin-bottom: 8px;
    }
    .products .product_item .item_actions .order_btn {
        font-size: 10px;
        height: 32px;
    }
    .products .product_item .item_actions .product_name {
        font-size: 10px;
    }
    .about_us .about_us_item,
    .customization .row .customization_item {
        height: auto;
        padding: 20px;
    }
    .about_us .about_us_item .second_image {
        margin-bottom: 0 !important;
    }
    .about_us .about_us_item .item_image {
        width: 40px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 5px;
    }
    .about_us .about_us_item .item_image img,
    .about_us .about_us_item .item_image svg {
        width: 40px;
    }
    .about_us .about_us_item .item_name {
        font-size: 14px;
        margin-bottom: 0;
    }
    .customization,
    .experience,
    .quality,
    .reviews {
        padding: 40px 0;
    }
    .experience .section_title {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .experience .row .experience_item .experience_item_title {
        font-size: 18px;
        line-height: 15px;
    }
    .experience .calculte_btn {
        padding: 10px 30px;
        font-size: 13px;
        margin-top: 0;
        text-transform: uppercase;
    }
    .customization .row .customization_item .customization_item_title {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
        width: 100%;
    }
    .customization .calculte_btn {
        padding: 10px 30px;
        font-size: 13px;
        margin-top: 0;
    }
    .customization .row .customization_item .customization_item_text {
        font-size: 14px;
        position: relative;
        z-index: 1;
    }
    .cooperation {
        padding: 40px 0 35px;
    }
    .cooperation .row {
        margin-bottom: 88px;
    }
    .cooperation .cooperation_item {
        gap: 0 15px;
    }
    .cooperation .cooperation_item .how_much .number {
        width: 20px;
        height: 20px;
        padding: 10px;
        font-size: 15px;
    }
    .cooperation .cooperation_item .how_much .how_much_icon {
        width: 50px;
        height: 50px;
    }
    .cooperation .cooperation_item .how_much .how_much_icon img {
        width: 30px;
    }
    .cooperation .cooperation_item .words .title {
        font-size: 16px;
        line-height: 24px;
    }
    .order .order_card::after {
        display: none !important;
    }
    .cooperation .section_title,
    .order .order_card .left_order .section_title,
    .reviews .section_title {
        margin-bottom: 20px;
        font-size: 19px;
        max-width: 100%;
        text-align: center;
    }
    .order .order_card .left_order .about_order {
        font-size: 16px !important;
    }
    .cooperation .cooperation_item .words .description {
        font-size: 15px;
        line-height: 22px;
        margin-top: 5px;
    }
    .quality .row .quality_item {
        margin-bottom: 30px;
    }
    .quality .row .quality_item .quality_image img {
        height: 180px;
    }
    .quality .row .quality_item .quality_image {
        margin-bottom: 10px;
    }
    .quality .row .quality_item .quality_item_title {
        font-size: 19px;
        margin-bottom: 5px;
    }
    .quality .row .quality_item:nth-child(n + 3) {
        margin-top: 0;
    }
    .partner .steps .step_item {
        height: 165px;
    }
}
.partner .steps .step_item .left_side {
    display: flex;
    align-items: center;
    gap: 0 20px;
}
.partner .steps .step_item .left_side .number {
    border-radius: 34px;
    background: var(--Primary-Normal, linear-gradient(0deg, #f15c08 0, #f15c08 100%), #d29365);
    padding: 0;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    color: #fff;
    line-height: unset;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.partner .steps .step_item .left_side .left_name {
    font-size: 24px;
    color: #111;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
}
.partner .steps .step_item .right_side {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #111;
    width: 600px;
}
.third_partner {
    padding: 100px 0 85px;
    background-color: #fff;
}
.mistake,
.order2,
.payment {
    background-color: #f0f6f7;
}
.order {
    background-image: url(../images/order_bg.png);
    padding: 100px 0 80px;
}
.order .order_card {
    padding: 60px 80px 0;
    width: 100%;
    border-radius: 10px;
    background: #fff;
    display: flex;
    align-items: start;
    justify-content: space-between;
    position: relative;
}
.get_cost,
.order2::before,
.thank_you {
    background-size: cover;
}
.get_cost,
.order2::before,
.subection_payment {
    background-position: center;
}
.order .order_card::after {
    content: "";
    display: block;
    left: 20px;
    width: 1220px;
    height: 493px;
    top: 20px;
    position: absolute;
    border-radius: 10px;
    border: 1px dashed var(--Greyscale-Grey-6, #dddde2);
}
.order .order_card .corner_metr {
    position: absolute;
    left: 0;
    bottom: -4px;
    z-index: 1;
}
.order .order_card .left_order {
    position: relative;
    width: calc(67% - 15px);
    flex: 0 0 auto;
    z-index: 1;
}
.order .order_card .left_order .sabr_form {
    right: -368px;
    bottom: 0;
    position: relative;
    display: flex;
}
.component_item .section_title,
.order .order_card .left_order .section_title,
.our_clothes .left_side .section_title,
.payment .section_title {
    text-align: left;
    margin-bottom: 20px;
}
.order .order_card .left_order .about_order {
    color: #545459;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
}
.order .order_card .sign_form {
    display: flex;
    flex-direction: column;
    width: calc(33% - 15px);
    flex: 0 0 auto;
    z-index: 1;
}
@media (max-width: 1024px) {
    .reviews .left_side {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px;
    }
    .reviews .right_side {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
    }
    .reviews .right_side .row {
        flex-direction: row;
    }
    .partner .section_title {
        margin-bottom: 35px;
    }
    .order .order_card {
        flex-direction: column;
    }
    .order .order_card .left_order {
        width: 100%;
    }
    .order .order_card .left_order .sabr_form {
        display: none;
    }
    .order .order_card .left_order .about_order,
    .order .order_card .left_order .section_title {
        text-align: center;
    }
    .order .order_card .sign_form {
        width: 100%;
        margin-top: 25px;
        margin-bottom: 70px;
    }
}
.order .order_card .sign_form input {
    margin-bottom: 18px;
    outline: 0;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #ededef;
    background: #f4f5f6;
}
.order .order_card .sign_form input::placeholder {
    color: #545459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.order .order_card .sign_form .custom-select {
    position: relative;
    font-family: Arial, sans-serif;
    width: 100%;
}
.component_item .item_image,
.contacts2 .left_side .left_item:last-child::before,
.delivery .map2,
.footer .bottom_footer .footer_item2,
.get_cost .sign_form .custom-dropdown select,
.order .order_card .sign_form .custom-select select,
.own_production .right_side2,
.payment .payment_image2,
.trust .image2 {
    display: none;
}
.get_cost .sign_form .custom-dropdown .dropdown-selected,
.order .order_card .sign_form .custom-select .select-selected {
    padding: 12px 20px;
    cursor: pointer;
    width: 100%;
    box-sizing: border-box;
    border-radius: 5px;
    border: 1px solid var(--Greyscale-Grey-7, #ededef);
    background: var(--Greyscale-Grey-9, #f4f5f6);
    position: relative;
    transition: border-color 0.3s;
}
.get_cost .sign_form .order_button,
.order .order_card .sign_form .order_button {
    padding: 17px 40px;
    text-align: center;
    background: var(--Primary-Normal, linear-gradient(0deg, #f15c08 0, #f15c08 100%), #d29365);
    font-style: normal;
    text-decoration: none;
}
.get_cost,
.subection_payment,
.thank_you {
    background-repeat: no-repeat;
}
.get_cost .sign_form .custom-dropdown .dropdown-selected:after,
.order .order_card .sign_form .custom-select .select-selected:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url(../images/arrow.svg);
    background-size: contain;
    background-repeat: no-repeat;
    transition: transform 0.3s;
}
.get_cost .sign_form .custom-dropdown .dropdown-selected.dropdown-arrow-active:after,
.order .order_card .sign_form .custom-select .select-selected.select-arrow-active:after {
    transform: translateY(-50%) rotate(180deg);
}
.order .order_card .sign_form .custom-select .select-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid #abc;
    background: var(--Greyscale-Grey-9, #f4f5f6);
    display: none;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s;
}
.get_cost .sign_form .custom-dropdown .dropdown-items div,
.order .order_card .sign_form .custom-select .select-items div {
    color: #333;
    padding: 12px 20px;
    border: 1px solid #fff0;
    cursor: pointer;
    user-select: none;
    box-sizing: border-box;
}
.get_cost .sign_form .custom-dropdown .dropdown-items div:hover,
.order .order_card .sign_form .custom-select .select-items div:hover {
    background-color: #ddd;
}
.order .order_card .sign_form .custom-select .select-items.open {
    display: block;
    max-height: 200px;
    overflow-y: scroll;
}
.get_cost .sign_form textarea,
.order .order_card .sign_form textarea {
    border-radius: 5px;
    border: 1px solid #ededef;
    background: #f4f5f6;
    width: 100%;
    height: 100px;
    outline: 0;
    padding: 12px 20px 66px;
    overflow: hidden;
    margin-top: 15px;
}
.order .order_card .sign_form textarea::placeholder {
    color: #545459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.order .order_card .sign_form .order_button {
    display: flex;
    color: #fff;
    font-size: 18px;
    font-weight: 500;
    justify-content: center;
    line-height: 26px;
    margin: 30px 0 20px;
    width: 100%;
    border-radius: 70px;
    border: 1px solid var(--Primary-Normal, #d29365);
}
.order .order_card .sign_form .agree {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
}
.order .order_card .sign_form .agree .agree_text {
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.get_cost .sign_form .agreement-container .agreement-button,
.order .order_card .sign_form .agree .agree_btn {
    border-radius: 50%;
    background-color: #ededef;
    width: 20px;
    height: 20px;
    position: relative;
}
.order .order_card .sign_form .agree .agree_btn.clicked {
    background-color: #ffe4d1;
}
.get_cost .sign_form .agreement-container .agreement-button.checked::after,
.order .order_card .sign_form .agree .agree_btn.clicked::after {
    content: "";
    background-image: url(../images/check_svg.png);
    display: block;
    position: absolute;
    width: 14px;
    height: 14px;
    top: 4px;
    left: 2px;
}
.order2 {
    background-image: none;
    padding: 100px 0 79px;
    position: relative;
}
.order2::before {
    content: "";
    width: 2516px;
    height: 381px;
    display: block;
    background-image: url(../images/form_shape.svg);
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}
.order2 .order_card2 {
    padding: 67px 80px 0;
}
.order2 .order_card2 .about_order {
    color: #545459;
}
.get_cost {
    padding: 100px 0 97px;
    background-image: url(../images/oqim.png);
}
.get_cost .row {
    background-color: #fff;
    border-radius: 10px;
    position: relative;
    align-items: start;
    padding: 60px 60px 0 80px;
}
.get_cost .row::after {
    content: "";
    display: block;
    width: 1220px;
    height: 493px;
    position: absolute;
    left: 20px;
    top: 20px;
    border-radius: 10px;
    border: 1px dashed var(--Greyscale-Grey-6, #dddde2);
}
.get_cost .left_side,
.get_cost .left_side .inside_right {
    display: flex;
    z-index: 1;
}
.get_cost .left_side {
    width: calc(67% - 15px);
    flex: 0 0 auto;
    align-items: start;
}
@media (max-width: 1260px) {
    .partner .steps .step_item .left_side .number {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        padding: 0;
    }
    .partner .steps .step_item .left_side .left_name {
        font-size: 16px;
    }
    .partner .steps .step_item .right_side {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        text-align: center;
    }
    .order .order_card .left_order .sabr_form {
        right: -154px;
    }
    .get_cost .row {
        flex-direction: column;
        gap: 30px 0;
        padding: 60px;
    }
    .get_cost .left_side .inside_right,
    .get_cost .left_side .item_title br,
    .get_cost .row::after {
        display: none;
    }
    .get_cost .left_side {
        width: 100%;
    }
    .get_cost .left_side .item_title {
        text-align: center;
        font-size: 30px;
        margin-bottom: 15px;
    }
}
@media (max-width: 768px) {
    .quality .row .quality_item .quality_item_text {
        width: 100%;
        font-size: 15px;
    }
    .company_quality,
    .order2 {
        padding: 50px 0;
    }
    .company_quality .row .quality_item,
    .order .order_card .sign_form,
    .partner .section_title {
        margin-bottom: 20px;
    }
    .partner {
        padding: 0 0 50px;
    }
    .partner .steps .step_item {
        width: 100%;
    	align-items: baseline;
    	gap: 10px;
    }
    .order {
        padding: 50px 0;
    }
    .order .order_card {
        padding: 20px;
    }
    .order .order_card .corner_metr {
        display: none;
    }
    .order .order_card .left_order .section_title {
        margin-bottom: 5px;
        font-size: 16px;
    }
    .get_cost .row,
    .order2 .order_card2 {
        padding: 30px;
    }
    .order2 .order_card2 .about_order {
        font-size: 16px !important;
    }
    .get_cost .left_side .item_title {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 35px;
    }
}
.get_cost .left_side .services {
    display: flex;
    flex-direction: column;
    gap: 30px 0;
}
.get_cost .left_side .services .service_item {
    display: flex;
    align-items: start;
    gap: 0 15px;
}
.get_cost .left_side .services .service_item .description {
    color: #545459;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    max-width: 350px;
}
.get_cost .sign_form {
    display: flex;
    flex-direction: column;
    width: calc(33% - 19px);
    flex: 0 0 auto;
    z-index: 1;
}
.get_cost .sign_form .item_title {
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    color: #111;
    margin-bottom: 10px;
    text-align: center;
    line-height: 40px;
}
.get_cost .sign_form .item_description {
    color: #545459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 30px;
    text-align: center;
}
.get_cost .sign_form input {
    margin-bottom: 21px;
    outline: 0;
    width: 100%;
    padding: 12px 20px;
    border-radius: 5px;
    border: 1px solid #ededef;
    background: #f4f5f6;
}
.get_cost .sign_form input::placeholder {
    color: #545459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.get_cost .sign_form .custom-dropdown {
    position: relative;
    font-family: Arial, sans-serif;
    width: 100%;
    z-index: 2;
}
.get_cost .sign_form .custom-dropdown .dropdown-items {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-radius: 5px;
    border: 1px solid #abc;
    background: var(--Greyscale-Grey-9, #f4f5f6);
    display: none;
    overflow-y: scroll;
    transition: max-height 0.3s;
}
.get_cost .sign_form .custom-dropdown .dropdown-items.open {
    display: block;
    max-height: 200px;
}
.get_cost .sign_form textarea::placeholder {
    color: #545459;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.get_cost .sign_form .order_button {
    display: flex;
    color: #fff;
    font-size: 18px;
    position: relative;
    z-index: 1;
    font-weight: 500;
    justify-content: center;
    line-height: 26px;
    margin: 30px 0 20px;
    width: 100%;
    border-radius: 70px;
    border: 1px solid var(--Primary-Normal, #d29365);
}
.get_cost .sign_form .agreement-container {
    display: flex;
    align-items: center;
    gap: 0 10px;
    justify-content: center;
    position: relative;
    z-index: 1;
    color: #111;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.get_cost .sign_form .agreement-container .agreement-button.checked {
    background-color: #de9d5d;
}
.business_get_cost .row::after {
    height: 532px;
}
.business_get_cost .left_side .item_title {
    margin-bottom: 10px;
}
.business_get_cost .left_side .services {
    gap: 18px 0;
}
.business_get_cost .left_side .item_about {
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 30px;
}
.business_get_cost .left_side .inside_right {
    margin-top: 35px;
    margin-left: -26px;
}
.business_get_cost .sign_form textarea {
    margin-top: 0;
}
.business_get_cost .sign_form .order_button {
    margin: 26px 0 20px;
}
.thank_you {
    background-image: url(../images/thank_you.png);
    padding: 20px 0 279px;
}
@media (max-width: 1260px) {
    .get_cost .sign_form {
        width: 100%;
    }
    .get_cost .sign_form .item_title {
        font-size: 30px;
    }
    .business_get_cost .left_side .item_about {
        text-align: center;
    }
    .thank_you {
        margin-top: 81px;
    }
    .mistake .mistake_image img {
        width: 500px;
    }
}
@media (max-width: 1024px) {
    .thank_you {
        padding: 20px 0 150px;
        background-image: none;
        background-color: #f0f6f7;
        margin-top: 0;
    }
}
.thank_you .section_title {
    text-align: left;
    margin-bottom: 20px;
    font-size: 42px;
    font-style: normal;
    font-weight: 700;
    line-height: 56px;
}
.thank_you .calculte_btn {
    padding: 18px 40px;
}
.thank_you .description {
    color: #545459;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}
.mistake {
    background-image: none;
    position: relative;
    padding: 20px 0 134px;
}
.mistake .mistake_image {
    position: absolute;
    bottom: 0;
    right: 101px;
}
.delivery,
.delivery .map,
.payment,
.payment .payment_image,
.success .right_side,
.trust {
    position: relative;
}
@media (max-width: 768px) {
    .get_cost .sign_form .item_title {
        font-size: 25px;
    }
    .mistake .mistake_image {
        right: 40px;
    }
}
@media (max-width: 1024px) {
    .thank_you .section_title {
        font-size: 25px;
        margin-bottom: 10px;
        line-height: 36px;
    }
    .mistake .mistake_image img {
        width: 300px;
    }
}
@media (max-width: 768px) {
    .mistake .mistake_image img {
        width: 200px;
    }
}
.mistake .section_title {
    font-size: 60px;
    font-style: normal;
    font-weight: 700;
    line-height: 80px;
}
@media (max-width: 1024px) {
    .mistake .section_title {
        font-size: 45px;
        line-height: 60px;
    }
}
.mistake .breadcrumb {
    margin-bottom: 121px;
}
.trust {
    padding: 100px 0;
}
.trust .section_title {
    margin-bottom: 50px;
    max-width: 1200px;
}
.trust__wrapper {
    display: flex;
    gap: 130px;
}
@media (max-width: 1260px) {
    .trust .image2 {
        display: block;
        margin-bottom: 20px;
    }
    .trust .image2 img {
        width: 100%;
        border-radius: 10px;
        height: 400px;
        object-fit: cover;
    }
    .trust .image {
        display: none;
    }
}
@media (max-width: 768px) {
    .mistake .section_title {
        font-size: 30px;
        line-height: 40px;
    }
    .mistake .breadcrumb {
        margin-bottom: 60px;
    }
    .trust {
        padding: 60px 0;
    }
    .trust .section_title {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .trust .image2 img {
        height: 250px;
    }
}
.trust .reasons {
    display: flex;
    align-items: center;
    gap: 0 20px;
    flex-wrap: wrap;
    width: 55.6%;
    flex: 0 0 auto;
}
.trust .reasons .reason {
    padding: 30px;
    border-radius: 10px;
    background: #f0f6f7;
    height: 240px;
    margin-bottom: 20px;
}
@media (max-width: 1260px) {
    .trust .reasons {
        width: 100%;
    }
    .trust .reasons .reason {
        width: calc(50% - 10px);
        flex: 0 0 auto;
    }
    .trust .reasons .order_button {
        margin-left: auto;
        margin-right: auto;
    }
}
@media (max-width: 768px) {
    .trust .reasons .reason {
        width: 100%;
        height: 200px;
        padding: 20px;
    }
    .trust .reasons .order_button {
        margin-top: 0 !important;
    }
}
.trust .reasons .reason .orange_check {
    margin-left: -11px;
}
.trust .reasons .reason .title {
    width: 280px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #111;
    margin-bottom: 10px;
}
.trust .reasons .reason .description {
    color: #545459;
    width: 280px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.trust .reasons .order_button {
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 26px;
    padding: 18px 40px;
    margin-top: 20px;
    border-radius: 70px;
    background: var(--Primary-Normal, linear-gradient(0deg, #f15c08 0, #f15c08 100%), #d29365);
    color: #fff;
    text-decoration: none;
}
@media (max-width: 1024px) {
    .trust .reasons .reason .title {
        font-size: 16px;
        line-height: 20px;
    }
    .trust .reasons .reason .description {
        width: 100%;
    }
    .payment {
        padding: 70px 0;
    }
}
.payment .payment_image {
    width: auto;
    right: unset;
}
.payment .payment_image img {
    position: absolute;
    height: 100%;
    border-radius: 10px 10px 0 0;
}
.payment .description {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    color: #323233;
    margin-bottom: 40px;
}
.payment .payment_types {
    display: flex;
    align-items: start;
    gap: 0 40px;
    width: fit-content;
}
@media (max-width: 1260px) {
    .payment .payment_image {
        display: none;
    }
    .payment .section_title {
        text-align: center;
        margin-bottom: 0;
    }
    .payment .payment_image2 {
        display: block;
    }
    .payment .description {
        text-align: center;
    }
    .payment .payment_types {
        width: 100%;
        display: flex;
        justify-content: space-between;
        gap: 0 0;
        margin-bottom: 20px;
    }
    .payment .payment_types .left_side {
        width: calc(50% - 10px);
        flex: 0 0 auto;
    }
}
.payment .payment_types .left_side .left_title {
    margin-bottom: 15px;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
}
.payment .payment_types .left_side .item {
    display: flex;
    align-items: start;
    gap: 0 15px;
    margin-bottom: 20px;
}
.payment .payment_types .left_side .item .about_payment {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #111;
}
.business_payment {
    padding: 127px 0 120px;
    background-color: #fff;
}
.subection_payment {
    background-color: #fff;
    background-image: url(../images/subection_payment.png);
    padding: 89px 0 86px;
}
.subection_payment .section_title {
    margin-bottom: 37px;
}
.component_item .gap,
.subection_payment .payment_types {
    gap: 0 30px;
}
.subection_payment .payment_types .left_side .item .about_payment .bold {
    color: #111;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
}
.delivery {
    padding: 128px 0 112px;
}
@media (max-width: 1260px) {
    .delivery .map,
    .payment .payment_types .left_side .item .about_payment br,
    .payment .payment_types .left_side .left_title br {
        display: none;
    }
    .business_payment .payment_image2 img {
        border-radius: 20px;
    }
    .delivery {
        padding: 70px 0;
    }
}
.delivery .section_title,
.own_production .section_title {
    text-align: left;
    margin-bottom: 30px;
}
.delivery .cities {
    display: flex;
    align-items: center;
    gap: 0 52px;
    width: fit-content;
}
.delivery .cities .cities_item {
    display: grid;
    grid-template-columns: auto auto auto;
    column-gap: 75px;
    padding-left: 25px;
}
.delivery .cities .cities_item li::marker {
    font-size: 13px;
}
.delivery__wrapper {
    display: flex;
    gap: 126px;
}
.delivery__content {
    width: 100%;
    max-width: 596px;
}
.delivery .map {
    right: 0;
    bottom: 0;
}
.delivery .map img {
    position: absolute;
    top: -72px;
}
.delivery .cities .cities_item li {
    color: #323233;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 10px;
}
.contacts2 {
    padding: 20px 0 100px;
}
.contacts2 .breadcrumb {
    margin-bottom: 20px;
    gap: 0;
}
.contacts2 .section_title {
    text-align: left;
    font-size: 42px;
    line-height: 56px;
    text-transform: unset;
    margin-bottom: 30px;
}
@media (max-width: 1024px) {
    .contacts2 .section_title {
        font-size: 35px;
    }
}
.contacts2 .left_side {
    width: calc(33% - 15px);
    flex: 0 0 auto;
    border-radius: 10px;
    border: 1px solid var(--Greyscale-Grey-6, #dddde2);
}
.contacts2 .left_side .left_item {
    padding: 29.5px;
    position: relative;
}
.contacts2 .left_side .left_item:last-child {
    padding-bottom: 72px;
}
.contacts2 .left_side .left_item::before {
    content: "";
    display: block;
    border-bottom: 1px solid #dddde2;
    width: 85%;
    height: 1px;
    position: absolute;
    bottom: 0;
}
.contacts2 .left_side .left_item .title {
    color: #78787e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 5px;
}
.contacts2 .left_side .left_item .type {
    text-decoration: none;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #111;
}
@media (max-width: 1260px) {
    .delivery .map2 {
        display: block;
    }
    .delivery .section_title {
        text-align: center;
    }
    .contacts2 .left_side .left_item::before,
    .delivery .section_title br {
        display: none;
    }
    .delivery .cities {
        width: 100%;
        justify-content: space-between;
        gap: 0;
        padding: 0 15px;
    }
    .delivery .cities .cities_item {
        width: calc(33.333% - 10px);
        flex: 0 0 auto;
        padding-left: 0;
    }
    .contacts2 {
        padding: 20px 0 70px;
        margin-top: 80px;
    }
    .contacts2 .row {
        flex-direction: column;
        gap: 20px 0;
    }
    .contacts2 .left_side {
        width: 100%;
        flex: 0 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .contacts2 .left_side .left_item {
        width: calc(25% - 10px);
        flex: 0 0 auto;
        border-right: 1px solid #dddde2;
        padding: 10px;
    }
    .contacts2 .left_side .left_item:last-child {
        padding-bottom: 0;
        border-right: none;
    }
    .contacts2 .left_side .left_item .type {
        line-height: 18px;
        font-size: 13px;
    }
}
@media (max-width: 768px) {
    .business_payment {
        padding: 50px 0;
    }
    .business_payment .payment_types {
        flex-wrap: wrap;
        margin-bottom: 0;
    }
    .business_payment .payment_types .left_side {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts2 .left_side,
    .delivery .cities {
        flex-wrap: wrap;
    }
    .about_us .about_us_item .item_name {
        font-size: 20px;
        line-height: 25px;
        max-width: 215px;
        margin: 0 auto 5px;
    }
    .about_us .about_us_item .item_name br {
        display: none;
    }
    .delivery .cities .cities_item {
        width: calc(50% - 15px);
        margin-bottom: 10px;
    }
    .contacts2 {
        padding: 20px 0 0;
    }
    .contacts2 .breadcrumb {
        margin-bottom: 5px;
    }
    .contacts2 .section_title {
        font-size: 25px;
        margin: 0;
    }
    .contacts2 .left_side .left_item {
        width: 50%;
        border-right: 1px solid #dddde2;
        border-bottom: 1px solid #dddde2;
        height: 80px;
    }
    .contacts2 .left_side .left_item .title {
        line-height: 18px;
        margin-bottom: 0;
    }
    .contacts2 .left_side .left_item .type {
        line-height: 13px;
        font-size: 12px;
    }
    .contacts2 .right_side .map iframe {
        height: 250px;
    }
}
.contacts2 .right_side {
    width: calc(67% - 15px);
    flex: 0 0 auto;
    display: flex;
    flex-direction: column;
    gap: 18px 0;
}
.contacts2 .right_side .connect {
    border-radius: 10px;
    background: #f0f6f7;
    padding: 20px 30px;
}
.contacts2 .right_side .connect .title {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 5px;
}
.contacts2 .right_side .connect .about {
    color: #78787e;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    margin-bottom: 20px;
}
.contacts2 .right_side .connect .btn_item {
    display: flex;
    align-items: center;
    gap: 0 15px;
    width: calc(33.333% - 7px);
    flex: 0 0 auto;
    text-align: center;
    padding: 15px 0;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid var(--Primary-Normal, #d29365);
    background: var(--White, #fff);
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #111;
}
.contacts2 .right_side .connect .btn_item .icon {
    height: 24px;
}
.contacts2 .right_side .connect .btn_item .icon img {
    object-fit: cover;
}
.delivery_and_cost {
    padding: 104px 0 92px;
}
@media (max-width: 1024px) {
    .delivery_and_cost {
        padding: 50px 0;
    }
    .delivery_and_cost .section_title {
        margin-bottom: 20px;
    }
}
.delivery_and_cost .row {
    align-items: stretch;
}
.delivery_and_cost .delivery_item {
    width: calc(33.333% - 15px);
    flex: 0 0 auto;
    border-radius: 10px;
    border: 1.5px dashed var(--Greyscale-Grey-6, #dddde2);
    background: var(--White, #fff);
    padding: 40px var(--Border-1, 50px);
}
@media (max-width: 1260px) {
    .contacts2 .right_side,
    .contacts2 .right_side .map iframe {
        width: 100%;
    }
    .contacts2 .right_side .connect .row {
        flex-direction: row;
    }
    .delivery_and_cost .row {
        flex-wrap: wrap;
    }
    .delivery_and_cost .delivery_item {
        width: calc(50% - 15px);
    }
    .delivery_and_cost .delivery_item:last-child {
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }
}
@media (max-width: 768px) {
    .contacts2 .right_side .connect .row {
        flex-direction: column;
    }
    .contacts2 .right_side .connect .btn_item {
        width: 100%;
    }
    .delivery_and_cost .delivery_item {
        padding: 20px;
        width: 100%;
    }
}
.delivery_and_cost .delivery_item .item_icon {
    margin-bottom: 21px;
    text-align: center;
    padding: 20px;
}
.delivery_and_cost .delivery_item .item_title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #111;
    margin-bottom: 10px;
    text-align: center;
}
.delivery_and_cost .delivery_item .item_description {
    color: #545459;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.clothes_type {
    background-color: #f0f6f7;
    padding: 106px 0 100px;
}
.clothes_type .type_item {
    width: calc(25% - 10px);
    flex: 0 0 auto;
}
@media (max-width: 1024px) {
    .clothes_type .row {
        flex-wrap: wrap;
    }
    .clothes_type .type_item {
        width: calc(50% - 10px);
    }
}
.clothes_type .type_item .types_name {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    color: #111;
    margin-bottom: 15px;
}
.clothes_type .type_item .types_descrion {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #545459;
}
.subection_clothes_type {
    padding: 106px 0 97px;
}
.subection_clothes_type .section_title {
    margin-bottom: 43px;
}
.photos,
.stages,
.success {
    padding: 100px 0;
}
.success .left_side {
    width: calc(44.3% - 30px);
    flex: 0 0 auto;
}
.success .right_side {
    width: calc(55.7% - 30px);
    flex: 0 0 auto;
}
.success .right_side .quote {
    position: absolute;
    right: 0;
    top: 0;
}
.success .right_side .section_title {
    text-align: left;
    margin-bottom: 32px;
    max-width: 570px;
}
.success .right_side .texts {
    margin-bottom: 30px;
}
.success .right_side .texts p {
    color: #323233;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 26px;
}
.success .right_side .author {
    display: flex;
    flex-direction: column;
    gap: 4px 0;
}
.success .right_side .author .author_name {
    color: #111;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 26px;
}
.success .right_side .author .author_description {
    font-size: 16px;
    font-style: normal;
    font-weight: 300;
    line-height: 24px;
}
.own_production {
    position: relative;
    background-color: #f0f6f7;
}
.own_production .right_side {
    position: absolute;
    right: -200px;
    bottom: -5px;
}
.component_item .item_image img,
.component_item .left_image img,
.component_item .right img,
.own_production .right_side2 img,
.photos .row .photos_item .inside_item img {
    width: 100%;
    border-radius: 10px;
}
.own-production__inner {
    display: flex;
    gap: 132px;
    align-items: unset;
    justify-content: unset;
}
.own_production .item_about {
    width: 623px;
    max-width: 100%;
    padding: 100px 0 96px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.own_production .item_about p {
    color: #323233;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    width: 615px;
    margin-bottom: 26px;
}
.own_production .item_about .calculte_btn {
    margin-top: 4px;
}
.own-product__img {
    width: auto;
    position: relative;
    height: 630px;
}
.own-product__img img {
    position: absolute;
    border-radius: 10px;
    height: 100%;
}
.measurements {
    padding: 86px 0 128px;
    position: relative;
}
.measurements .measurements_corner {
    position: absolute;
    right: 128px;
    bottom: 0;
}
.measurements .description {
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #323233;
    margin-bottom: 50px;
}
@media (max-width: 1024px) {
    .measurements .description {
        margin-bottom: 35px;
    }
    .footer .row {
        flex-wrap: wrap;
    }
}
.measurements .measurement_steps {
    display: flex;
    align-items: center;
    gap: 0 30px;
    flex-wrap: wrap;
}
.measurements .measurement_steps .inside_item {
    border-radius: 10px;
    border: 1.5px dashed var(--Greyscale-Grey-6, #dddde2);
    background: var(--Greyscale-Grey-10, #fbfbfb);
    padding: 30px;
    margin-bottom: 32px;
}
.measurements .measurement_steps .inside_item .item_description {
    width: 340px;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
    color: #323233;
}
.third_measurements {
    padding: 100px 0 128px;
}
.stages .row .stages_item {
    width: calc(33.333% - 22px);
    flex: 0 0 auto;
    border-radius: 10px;
    background: var(--f-0-f-6-f-7, #f0f6f7);
    padding: 30px;
    position: relative;
}
.stages .row .stages_item:nth-child(n + 4) {
    margin-top: 30px;
}
.stages .row .stages_item .number {
    position: absolute;
    right: 15px;
    top: 15px;
    border-radius: 50%;
    background: var(--White, #fff);
    width: 50px;
    height: 50px;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.stages .row .stages_item .item_image {
    padding: 20px;
    background-color: #fff;
    width: fit-content;
    margin-bottom: 30px;
}
.stages .row .stages_item .item_title {
    color: #111;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
}
.component_item .plus_and_minus .item .inside_item .word,
.stages .row .stages_item .item_descrition {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    font-style: normal;
}
.component_item {
    padding: 120px 0;
    position: relative;
}
.component_item .right {
    position: absolute;
    bottom: 116px;
    right: -200px;
}
.component_item .right_image {
    bottom: 96px;
}
.component_item .left {
    width: fit-content;
    position: relative;
    inset: 0;
    margin: 0 8px 0 auto;
}
.component_item .left2 {
    width: fit-content;
    position: relative;
    inset: 0;
    margin: 0 37px 0 auto;
}
@media (max-width: 1260px) {
    .measurements .measurement_steps .inside_item .item_description,
    .success .left_side img {
        width: 100%;
    }
    .success .right_side .quote {
        top: 25px;
    }
    .success .right_side .section_title {
        margin-bottom: 0;
    }
    .success .right_side .texts p {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .component_item .left_image,
    .component_item .right,
    .own_production .right_side {
        display: none;
    }
    .component_item .item_image,
    .own_production .right_side2 {
        display: block;
        margin-bottom: 20px;
    }
    .own_production .right_side2 img {
        height: 400px;
        object-fit: cover;
    }
    .measurements .measurements_corner {
        right: 60px;
    }
    .measurements .measurements_corner img {
        width: 430px;
    }
    .measurements .measurement_steps {
        justify-content: space-between;
        gap: 0 0;
    }
    .measurements .measurement_steps .inside_item {
        width: calc(50% - 10px);
        flex: 0 0 auto;
    }
    .stages .row .stages_item {
        width: calc(50% - 10px);
        margin-bottom: 20px;
    }
    .stages .row .stages_item:nth-child(n + 4) {
        margin-top: 0;
    }
    .component_item .left,
    .component_item .left2 {
        margin: 0;
        width: 100%;
    }
    .footer .footer_item {
        width: calc(25% - 10px);
        flex: 0 0 auto;
    }
}
.component_item .section_title .green {
    color: #3eb215;
}
.component_item .description {
    color: #323233;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    margin-bottom: 40px;
}
.component_item .order_button {
    padding: 21px 28px;
    border-radius: 70px;
    border: 1px solid var(--Primary-Normal, #d29365);
    background: var(--White, #fff);
    color: var(--Primary-Normal, #d29365);
    text-align: center;
    font-feature-settings: "liga" off, "clig" off;
    font-family: Muller;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: 0.7px;
    text-decoration: none;
}
.component_item .plus_and_minus2 {
    gap: 0 64px;
}
.component_item .plus_and_minus {
    display: flex;
    align-items: start;
    margin-bottom: 52px;
}
@media (max-width: 768px) {
    .delivery_and_cost .delivery_item:last-child {
        margin-top: 10px;
    }
    .delivery_and_cost .delivery_item .item_icon {
        padding: 0;
    }
    .delivery_and_cost .delivery_item .item_icon img,
    .stages .row .stages_item .item_image img {
        width: 50px;
    }
    .delivery_and_cost .delivery_item .item_description {
        font-size: 12px;
    }
    .own_production,
    .stages,
    .success,
    .third_measurements {
        padding: 50px 0;
    }
    .success .row {
        flex-direction: column;
    }
    .success .left_side {
        width: 100%;
        margin-bottom: 20px;
    }
    .measurements .measurement_steps .inside_item,
    .success .right_side {
        width: 100%;
    }
    .own_production .section_title {
        text-align: center;
    }
    .own_production .right_side2 img {
        height: 250px;
    }
    .own_production .item_about p {
        width: 100%;
        font-size: 16px;
    }
    .measurements {
        padding: 50px 0;
    }
    .component_item .description {
    	margin-bottom: 20px;
    font-size: 15px;
    }
    .measurements .measurements_corner {
        display: none;
    }
    .measurements .section_title {
        margin-bottom: 10px;
    }
    .measurements .description {
        margin-bottom: 20px;
    }
    .stages .section_title {
        letter-spacing: -0.2px;
        margin-bottom: 20px;
    }
    .stages .row {
        align-items: stretch;
    	gap: 20px;
    }
    .stages .row .stages_item {
        padding: 15px;
        margin-bottom: 0;
    }
    .stages .row .stages_item .number {
        width: 30px;
        height: 30px;
        font-size: 15px;
        top: 15px;
        right: 15px;
    }
    .stages .row .stages_item .item_image {
        padding: 5px;
    }
    .stages .row .stages_item .item_descrition,
    .stages .row .stages_item .item_title {
        margin-bottom: 5px;
        line-height: 20px;
        font-size: 16px;
    }
    .component_item {
        padding: 50px 0 !important;
    }
    .component_item .gap,
    .component_item .plus_and_minus2 {
        gap: 0;
    }
    .component_item .plus_and_minus {
        justify-content: space-between;
    }
    .component_item .plus_and_minus .item {
        width: calc(50% - 10px);
        flex: 0 0 auto;
    }
}
.component_item .plus_and_minus .item .title {
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;
    margin-bottom: 15px;
}
.component_item .plus_and_minus .item .inside_item {
    display: flex;
    align-items: center;
    gap: 0 15px;
    margin-bottom: 7px;
}
.component_item .plus_and_minus .item .inside_item .minus {
    height: 24px;
    width: 24px;
}
.component_item .plus_and_minus .item .inside_item .word {
    color: #323233;
}
.other_item {
    background-color: #f0f6f7;
    padding: 120px 0 155px;
}
.other {
    padding: 120px 0 161px;
}
.other2 {
    padding: 120px 0 126px;
}
.other3 {
    padding: 120px 0 92px;
}
.mens_clothes {
    padding: 20px 0 50px;
}
.mens_clothes .section_title {
    text-align: left;
    margin-bottom: 28px;
}
.mens_clothes .swiper_item .swiper-container {
    width: 100%;
    height: 500px;
    margin: 0 auto;
}
.mens_clothes .swiper_item .swiper-container.gallery-top {
    height: 80%;
    width: 100%;
}
.mens_clothes .swiper_item .swiper-container.gallery-thumbs .swiper-slide img,
.mens_clothes .swiper_item .swiper-container.gallery-top img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.mens_clothes .swiper_item .swiper-container.gallery-thumbs {
    height: 20%;
    box-sizing: border-box;
    padding: 10px 0;
    display: flex;
    justify-content: center;
}
.mens_clothes .swiper_item .swiper-container.gallery-thumbs .swiper-slide {
    height: 100%;
    width: 80px;
    opacity: 0.4;
    cursor: pointer;
}
.mens_clothes .swiper_item .swiper-container.gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
    border: 2px solid #1453ff;
}
.mens_clothes .swiper_item .swiper-container .swiper-button-next,
.mens_clothes .swiper_item .swiper-container .swiper-button-prev {
    color: #9292a1;
    width: 40px;
    height: 40px;
}
.about_product .about_product_header {
    background-color: #f0f6f7;
    padding: 14.5px 0 0;
}
.about_product .items {
    display: flex;
    align-items: center;
    gap: 0 40px;
}
.about_product .items .item {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 22px;
    color: #323233;
    transition: 0.3s;
    padding-bottom: 15px;
    margin-bottom: 2px;
}
.about_product .items .item:hover {
    color: #d29365;
    border-bottom: 2px solid #d29365;
    width: fit-content;
}
.subsection {
    padding: 117px 0 109px;
}
.our_clothes {
    padding: 92px 0 12px;
}
.our_clothes .left_side {
    width: 57.2%;
    flex: 0 0 auto;
}
.our_clothes .left_side .description {
    width: 616px;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 26px;
    color: #323233;
    margin-bottom: 40px;
}
.our_clothes .right_side {
    width: 42.5%;
    padding-top: 42px;
    flex: 0 0 auto;
}
.photos .row {
    flex-direction: column;
    gap: 12px 0;
}
.photos .row .photos_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}
.photos .row .photos_item .inside_item {
    display: flex;
    width: calc(50% - 10px);
    flex: 0 0 auto;
}
.photos .row .photos_item .second_item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px 0;
}
.photos .row .photos_item .inside_item img {
    width: 620px;
    height: 464px;
}
.photos_item.photos_item2 a img,
.photos .row .photos_item .inside_item.second_item img {
    max-width: 300px;
    height: 220px;
    width: 100%;
    object-fit: cover;
}
.footer {
    padding: 50px 0 0;
}
@media (max-width: 400px) {
    .get_cost .sign_form .order_button,
    .order .order_card .sign_form .order_button {
        padding: 12px 23px;
        font-size: 15px;
    }
    .order .order_card .sign_form .agree .agree_text {
        font-size: 12px;
        line-height: 20px;
    }
    .get_cost {
        padding: 50px 0;
    }
    .get_cost .left_side .item_title {
        font-size: 16px;
        line-height: 23px;
    }
    .get_cost .sign_form .agreement-container {
        font-size: 9px;
    }
    .thank_you {
        padding: 20px 0 50px;
    }
    .mistake .mistake_image {
        right: 20px;
    }
    .mistake .mistake_image img {
        width: 150px;
    }
    .trust .image2 img {
        height: 200px;
    }
    .trust .reasons .reason .description {
        font-size: 14px;
    }
    .delivery,
    .delivery_and_cost,
    .payment {
        padding: 40px 0;
    }
    .payment .description {
        margin-bottom: 20px;
        line-height: 20px;
    }
    .payment .payment_types {
        flex-wrap: wrap;
    }
    .delivery_and_cost .delivery_item,
    .payment .payment_types .left_side {
        width: 100%;
        margin-bottom: 20px;
    }
    .contacts2 .left_side .left_item .type {
        font-size: 10px;
    }
    .delivery_and_cost .delivery_item .item_icon {
        margin-bottom: 0;
    }
    .clothes_type .type_item,
    .component_item .plus_and_minus .item {
        width: 100%;
    }
    .component_item .plus_and_minus {
        flex-wrap: wrap;
        gap: 20px;
    }
    .footer .row {
        justify-content: center;
        text-align: center;
    }
}
.footer .footer_item .socials {
    max-width: 185px;
    flex-wrap: wrap;
    display: flex;
    gap: 0 15px;
    margin-top: 18px;
}
.footer .footer_item .socials a {
    text-decoration: none;
    margin-bottom: 10px;
}
.footer .footer_item .phone_item {
    display: flex;
    align-items: center;
    gap: 0 15px;
    text-decoration: none;
    color: #323233;
    margin-bottom: 20px;
}
.footer .footer_item .phone_item .phone_icon {
    padding: 10px;
}
.footer .footer_item .phone_item .phone_word .thin_text {
    color: #78787e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer .bottom_footer {
    background-color: #f4f5f6;
    margin-top: 38px;
}
.footer .bottom_footer .row {
    padding: 15px 0;
}
.footer .bottom_footer a {
    text-decoration: none;
    color: #78787e;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}
.footer .second_item {
    display: flex;
    gap: 0 50px;
}
@media (max-width: 1260px) {
    .footer .links {
        width: calc(25% - 10px);
        flex: 0 0 auto;
    }

}
@media (max-width: 1024px) {
    .footer .footer_item,
    .footer .links {
        width: calc(50% - 10px);
    }
    .footer .footer_item .call_order {
        order: 2;
    }
    .footer .footer_item .socials {
        max-width: 100%;
        margin-bottom: 20px;
    }
    .footer .bottom_footer .bottom_footer_item {
        display: flex;
        flex-direction: column;
    }
    .footer .bottom_footer .footer_item2 {
        display: block;
    }
    .footer .second_item .inide_text:first-child {
        display: none;
    }
}
.footer .links .inner_item a {
    margin-bottom: 20px;
    text-decoration: none;
    color: #323233;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px;
}
.orders_footer .phone_item {
    margin-bottom: 17px !important;
}
.mistake_footer .bottom_footer {
    margin-top: 27px;
}
.mistake_footer .bottom_footer .second_item {
    gap: 0 55px;
}
.business_footer {
    margin-top: -36px;
}
.business_footer .bottom_footer {
    margin-top: 43px;
}
@font-face {
    font-family: Muller;
    src: url(../fonts/MullerMedium.ttf) format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: url(../fonts/MullerRegular.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: Muller;
    src: url(../fonts/MullerBold.ttf) format("truetype");
    font-weight: 700;
    font-style: normal;
}
.component__row {
    display: flex;
    gap: 62px;
    align-items: unset;
    justify-content: unset;
}
.component_inner_item {
    width: 722px;
    max-width: 100%;
}
.component_item.left-item .component__row {
    flex-direction: row-reverse;
}
.component__image {
    width: auto;
    position: relative;
    height: 469px;
}
.component__image img {
    position: absolute;
    border-radius: 10px;
}
.component_item.left-item .component__image img {
    right: 0;
}
.business-payment__wrapper {
    display: flex;
    gap: 100px;
}
.business-payment__content {
    width: 720px;
    max-width: 100%;
}
.business-payment__content .left_side {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 0.5em;
}
.payment__wrapper {
    display: flex;
    gap: 123px;
}
.payment__content {
    max-width: 720px;
    padding: 89px 0;
}
.inside_left {
    position: relative;
    z-index: 2;
}
@media (max-width: 768px) {
    .footer .second_child {
        display: none !important;
    }
    .footer .footer_item {
        width: 100%;
    }
    .footer .footer_item:first-child {
        flex-direction: row;
        justify-content: space-between;
    }
    .footer .footer_item .footer_logo {
        margin-bottom: 0;
        height: fit-content;
    }
    .footer .footer_item .footer_logo img,
    .footer .footer_item .yandex img {
        width: 100px;
    }
    .footer .footer_item .socials {
        justify-content: center;
        display: flex;
    }
    .footer .bottom_footer a {
        font-size: 10px;
    }
    .footer .links {
        width: 100%;
        text-align: left;
        justify-content: space-between;
        margin-top: 20px;
    }
    .company_hero .left_side .orders_title,
    .component_item .section_title {
        font-size: 25px;
        line-height: 35px;
    }
    .component__image,
    .own-product__img {
        order: -1;
        height: auto;
    }
    .component__image img,
    .own-product__img img {
        position: relative;
        width: 100%;
    }
    .application_hero .topic_hero img,
    .clothes_type .section_title br,
    .get_cost .sign_form .item_description br,
    .order .order_card::after,
    .third_hero .topic_hero {
        display: none;
    }
    .contacts2 {
        margin-top: 0;
    }
    .component__row,
    .own-production__inner {
        flex-direction: column;
        gap: 30px;
    }
    .component_item.left-item .component__row {
        flex-direction: column;
    }
    .component_item .section_title {
        text-align: left;
        margin: 0 0 10px;
        max-width: 100%;
    }
    .success .right_side .section_title {
        margin-bottom: 10px;
        font-size: 19px;
    }
    .success .right_side .texts p {
        font-size: 16px;
    }
    .own_production .item_about,
    .payment__content {
        padding: 0;
    }
    .own_production .section_title {
        font-size: 16px;
        margin: 0 0 20px;
        max-width: 100%;
    }
    .own_production .item_about .calculte_btn {
        margin: auto;
    }
    .own-product__img img {
        height: auto;
    }
    .stages .section_title {
        font-size: 16px;
    }
    .payment .description {
        max-width: 300px;
        margin: 0 auto 30px;
    }
    .business_payment .payment_types .left_side {
        display: flex;
        flex-direction: column;
        gap: 15px;
        margin-bottom: 0;
    }
    .payment .payment_types,
    .payment .payment_types .left_side .item,
    .quality .row .quality_item:last-child {
        margin-bottom: 0;
    }
    .business_get_cost .left_side .item_about {
        font-size: 17px;
        line-height: 24px;
    }
    .get_cost .left_side .services .service_item .description {
        font-size: 16px;
        line-height: 22px;
    }
    .get_cost .left_side .services .service_item {
        align-items: center;
    }
    .get_cost .left_side .services .service_item img {
        width: 15px;
        height: 15px;
    }
    .business_get_cost .left_side .services {
        gap: 10px 0;
    }
    .get_cost .sign_form .item_title {
        line-height: 27px;
        font-size: 16px;
        line-height: 28px;
    }
    .orders_hero .orders_title {
        font-size: 25px;
        line-height: 35px;
        margin-bottom: 20px;
    }
    .clothes_type,
    .orders_experience,
    .third_experience,
    .third_partner,
    .third_products,
    .third_quality {
        padding: 50px 0;
    }
    .third_quality .section_title {
        margin: 0 0 20px;
    }
    .clothes_type .section_title {
        max-width: 100%;
        margin-bottom: 20px;
        font-size: 16px;
    }
    .clothes_type .type_item {
        text-align: center;
        margin-bottom: 10px;
    }
    .clothes_type .type_item .clothes img {
        width: 65%;
    }
    .measurements .section_title {
        margin-bottom: 20px;
        font-size: 16px;
    }
    .measurements .measurement_steps .inside_item {
        margin-bottom: 10px;
    }
    .measurements .measurement_steps .inside_item .item_title {
        font-size: 18px;
        line-height: 21px;
    }
    .delivery_and_cost .section_title,
    .third_partner .section_title {
        margin-bottom: 20px;
        font-size: 16px;
        max-width: 100%;
    }
    .third_partner .steps .step_item {
        align-items: baseline;
        justify-content: center;
        gap: 10px;
    }
    .partner .steps .step_item .left_side {
        gap: 0 10px;
    }
    .partner .steps .step_item .right_side {
        text-align: left;
    }
    .get_cost .left_side .item_title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .payment .section_title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 28px;
    }
    .payment .description {
    font-size: 15px;
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
        line-height: 20px;
    }
    .payment .payment_types .left_side .left_title {
        font-size: 17px;
        margin-bottom: 15px;
        line-height: 24px;
    }
    .payment .payment_types .left_side .item img {
        width: 15px;
        height: 15px;
        margin-top: 3px;
    }
    .payment .payment_types .left_side .item .about_payment {
        font-size: 15px;
        margin-bottom: 10px;
    }
    .payment {
        padding: 50px 0;
    }
    .delivery .section_title {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .delivery .cities .cities_item {
        width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    }
    .delivery .cities .cities_item li {
        margin-bottom: 5px;
        font-size: 15px;
        line-height: 23px;
    }
    .delivery {
        padding: 50px 0 25px;
    }
    .get_cost {
        padding: 50px 0;
    }
}
@media (max-width: 1024px) {
    .mobile-menu a,
    .mobile-menu ul {
        text-decoration: none;
    }
    .header .top_header .contacts .address,
    .mobile-menu .submenu,
    .third_hero .topic_hero {
        display: none;
    }
    .modal .modal_content .close_modal {
        position: absolute;
        top: 10px;
        text-decoration: none;
        color: #d29365;
        font-size: 35px;
        right: 23px;
        font-weight: 700;
    }
    .open_modal span::before {
        width: 35px;
        height: 4px;
    }
    .mobile-menu {
        flex-grow: 1;
    }
    .mobile-menu .menu {
        list-style: none;
        font-size: 22px;
        font-style: normal;
        font-weight: 500;
        line-height: 40px;
    }
    .mobile-menu a {
        color: inherit;
    }
    .modal .modal_content {
        display: flex;
        flex-direction: column;
    }
    .footer .footer_item .footer_logo img {
        max-width: 184px;
    }
    .component__row {
        flex-direction: column !important;
    }
    .component__image {
        order: -1;
        height: auto;
    }
    .component__image img {
        position: relative;
        max-width: 100%;
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .business_payment,
    .own_production {
        padding: 100px 0;
    }
    .own-production__inner {
        flex-direction: column;
        gap: 40px;
    }
    .own_production .item_about,
    .payment__content {
        padding: 0;
    }
    .own_production .section_title {
        margin-bottom: 10px;
    }
    .own-product__img {
        order: -1;
    }
    .own-product__img img {
        position: relative;
        width: 100%;
    }
    .business-payment__wrapper {
        flex-direction: column;
    }
    .payment .payment_types {
        margin-bottom: 0;
    }
    .payment .payment_types .left_side {
        width: 100%;
        flex: unset;
    }
    .hero {
        display: flex;
        align-items: center;
    }
    .third_quality .section_title br {
        display: none;
    }
    .delivery__content {
        max-width: 100%;
    }
    .delivery .cities .cities_item {
        width: 100%;
    }
    .get_cost {
        padding: 70px 0;
    }
    .subection_quality .row .quality_item {
        width: 46%;
    }
    .subection_payment {
        background-image: unset;
    }
}
.component_item .men_item {
    width: 100%;
    position: relative;
    inset: 0;
    max-width: 614px;
}
.component-item__wrapper {
    display: flex;
    min-height: 500px;
    align-items: center;
    gap: 137px;
}
.component-item__wrapper .component_item .description {
    margin-bottom: 0;
}
.men_component .left_image {
    position: relative;
    width: 100%;
}
.men_component .left_image img {
    position: absolute;
    right: 0;
    width: auto;
    top: 0;
    bottom: 0;
    margin: auto;
}
.men_component {
    padding: 0;
}
.hidden {
    display:none;
}
@media (max-width: 768px) {

    .subection_products .product_item:last-child {
        margin-bottom: 0;
    }
    .subection_products {
        padding: 50px 0;
    }
    .subection_products .section_title {
        margin-bottom: 20px;
	    font-size: 16px;
	    line-height: 28px;
    }
    .our_clothes {
        padding: 50px 0;
    }
    .our_clothes .left_side {
        width: 100%;
    }
    .our_clothes .right_side {
        display: none;
    }
    .component_item .section_title {
        margin-bottom: 20px;
	    font-size: 16px;
	    line-height: 28px;
        text-align: left;
    }
    .component_item .order_button {
    	display: block;
    }
    .quality .row {
        flex-direction: column;
    }
    .subection_quality .row .quality_item {
        width: 100%;
        margin-bottom: 20px;
    }
    .photos .section_title {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 20px;
    }
    .photos .row .photos_item {
        flex-direction: column;
    }
    .photos .row .photos_item .inside_item {
        width: 100%;
        margin-bottom: 10px;
    }
    .inside_item a {
        display: flex;
        max-width: 100%;
    }
    .photos .row .photos_item .second_item {
        width: 100%;
        flex-direction: column;
        gap: 12px;
    }
    .inside_item.second_item a,
    .photos_item.photos_item2 a {
        max-width: 100% !important;
        width: 100%;
    }
    .photos_item.photos_item2 a img {
        width: 100%;
    }
    .photos,
    .stages,
    .success {
        padding: 50px 0;
    }
    .our_clothes .left_side .description {
        max-width: 100%;
    }
    .our_clothes .section_title {
        max-width: 100%;
    }
    .reviews .section_title {
	    margin-bottom: 20px;
	    font-size: 16px;
	    max-width: 100%;
	    text-align: center;
    }

    .cooperation .section_title {
	    margin-bottom: 20px;
	    font-size: 16px;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
    }

    .order .section_title {
	    margin-bottom: 20px;
	    font-size: 19px;
	    max-width: 300px;
	    margin-left: auto;
	    margin-right: auto;
    }
    .partner .steps .step_item:last-child {
        justify-content: center;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 0;
    }
    .delivery_and_cost .row {
	    flex-direction: column;
	    align-items: center;
	    gap: 20px;
    }
    .subection_products .product_item .item_actions {
    	padding: 0;
    }
    .products.subection_products .product_item .item_actions .product_name {
    	line-height: 12px;
    }
    .products .section_title {
    	font-size: 16px;
    }
    .experience .section_title {
    	font-size: 16px;
    }
    .component_item .plus_and_minus .item .title {
    font-size: 16px;
    line-height: 17px;
    }
    .payment .payment_types .left_side:last-child,
    .payment .payment_types .left_side:last-child .about_payment {
        margin-bottom: 0;
    }
}
