/*VARIABLES START*/
:root {
    --breakpoint-sm: '575.98px';
    --breakpoint-md: '767.98px';
    --breakpoint-lg: '991.98px';
    --breakpoint-xl: '1199.98px';

    --color-base-1: #424242;
    --color-base-2: #004394;
    --color-additional: #B3B3B3;
    --color-light-back: #E5E5E5;

    --radius-big: 55px;
    --radius-well: 25px;
    --radius-medium: 16px;
    --radius-mini: 10px;
    --radius-micro: 4px;
}
/*VARIABLES END*/
.center{
    text-align: center;
}
.basket-item-block-properties .basket-item-property {
    display: none;
}
.italic{
font-style: italic;
}
#catalog-section_wrapper {
    align-items: flex-start;
}
.section-list .product-item__main {
    width: 100%;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer.main-inputs {
    min-width: unset;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="6"] .element-calc-row_inputs .mobile-transfer.main-inputs {
    min-width: 304px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-row_bottom,
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-row_bottom--new,
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-result .element-calc-result--square {
    display: none;
}
form[name="FORM_CALLBACK"] input.type-email::placeholder {
    font-size: 16px!important;
}
.popup-form form[name="CALL_MEASURER"] input[type="text"]::placeholder {
    font-size: 16px!important;
}
.popup-form form[name="CALL_MEASURER"] .field-checkbox {
    display: flex;
    flex-wrap: wrap;
}
.popup-form form[name="CALL_MEASURER"] .field-checkbox .checkboxes-label--text {
    display: block;
    width: 100%;
}
.popup-form form[name="CALL_MEASURER"] .field-checkbox label {
    display: flex;
    align-items: center;
    width: fit-content;
    margin-top: 5px;
    margin-right: 10px;
}
.popup-form form[name="CALL_MEASURER"] .field-file {
    display: flex;
    flex-direction: column;
}
.popup-form form[name="CALL_MEASURER"] .field-file .field--label-text {
    position: static;
    padding: 0;
    background: transparent;
    transform: unset;
    order: 1;
}
.popup-form form[name="CALL_MEASURER"] .field-file input[type="file"] {
    order: 2;
    margin-top: 5px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_content_main .element-detail_tab--name {
    padding: 0 27.5px;
}
.main-callback-1 {
    background: no-repeat center url("../img/main-callback-back.webp");
    background-size: cover;
}
.page-delivery .sidebar_block:nth-of-type(2) .sidebar_block-picture {
    top: unset;
    bottom: 0;
}

.documents-section_item--file-download {
    margin-left: 20px;
    text-decoration: none;
    font-size: 12px;
    color: var(--color-additional);
    position: relative;
}
.documents-section_item--file-download:before {
    content: "";
    position: absolute;
    top: calc(100% + 3px);
    left: 0;
    right: 0;
    height: 2px;
    width: 0;
    background: var(--color-base-2);
    transition: 0.3s;
}
.documents-section_item--file-download:hover {
    color: #424242;
}
.documents-section_item--file-download:hover:before {
    width: 100%;
}
#bx-soa-paysystem {
    display: none!important;
}
.circle-menu--toggler {
    max-width: unset;
}
.sale_order_full_table .ps_logo {
    display: none;
}
#footer .footer-develop {
    margin-left: auto;
}
.footer-develop--link {
    text-decoration: none;
    display: flex;
    align-items: center;
    font-size: 10px;
    color: var(--color-additional);
    transition: .3s;
}
.footer-develop--link:hover {
    color: #fff;
}
.footer-develop svg {
    max-height: 40px;
    max-width: 90px;
    margin-left: 10px;
}
.sidebar-banner--btn {
    position: absolute;
    top: 76px;
    z-index: 1;
    left: 31px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .field-visual.field-input--input {
    padding: 0 .6em;
}
.dropdown-menu {
    z-index: 1050;
}
.footer-policy a,
.footer-offer a {
    color: var(--color-additional);
}

#about-1 .about-1_pic {
    width: auto;
}
.cl-load {
    position: relative;
}
.cl-load:before {
    opacity: 0;
    visibility: hidden;
    content: '';
    position: absolute;
    z-index: 99;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    backdrop-filter: blur(5px);
    transition: .5s;
}
.cl-load:after {
    content: url("/bitrix/js/main/core/images/wait.gif");
    position: absolute;
    z-index: 999;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    visibility: hidden;
}
.cl-load.loading:before {
    opacity: 1;
    visibility: visible;
}
.cl-load.loading:after {
    opacity: 1;
    visibility: visible;
}

header .header-1 .header-menu .header-btn {
    font-size: 16px;
}
.calc-menu-items {
    margin-top: 17px!important;
}
.calc-menu-items li a {
    text-decoration: none;
    line-height: 30px;
    font-size: 14px;
    margin-bottom: 0 !important;
    cursor: pointer;
    margin-top: 0;
    transition: .3s;
    border-radius: 25px;
    padding: 5px 25px;
    display: inline-block;
    color: #424242;
}
.calc-menu-items li a:hover {
    background: #E1E8F0;
    color: var(--color-base-2);
}
.btn:active {
    color: #fff;
}
.b-page_newyear {
    background: #fff;
    padding-bottom: 10px;
}
.catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--props .is-one .main-prop--toggler {
    cursor: not-allowed;
}
.sdelat-fasad-krasivym li::marker{
	font-size: 1.654rem;
}
.def-tabs{
    overflow: inherit;
}
    .advantages {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 30px;
}
/* Стиль для каждого преимущества */
.advantage {
  background-color: #fff;
  padding: 20px;
  text-align: center;
  border-radius: 10px;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.advantage img {
  width: 50px;
  height: 50px;
  margin-bottom: 15px;
  filter: invert(35%) sepia(100%) saturate(100%) hue-rotate(180deg) brightness(95%) contrast(85%);
}

.advantage h3 {
  font-size: 18px;
  color: var(--accent); /* Цвет заголовка изменен на --accent */
  margin-bottom: 10px;
}

.advantage p {
  font-size: 16px;
  color: #666;
}
/* Стиль для каждого преимущества конец */
.acticle_table{
	margin-bottom: 20px;
}
.acticle_table thead td{
	font-weight: bold;
}
.acticle_table, .acticle_table td{
	border: 1px solid;
}
.acticle_table td{
	padding: 5px;
}
@media (max-width: 1024px) {
    .page-with-sidebar .page-content {
        width: 64%;
    }
}
@media (max-width: 991.98px) {
    #header {
        height: 77px;
    }
    .header-1 {
        position: static;
        width: 100%;
        top: 0;
        z-index: 5;
    }
    .header-1.fixed {
        position: fixed;
    }
}
@media (max-width: 767.98px) {
    #bx_1373509569_7 .main-banner--title,
    #bx_3218110189_7 .main-banner--title {
        color: #fff;
        margin-top: unset;
    }
    .main-banner-1.ib-section-1 .main-banner_left {
        position: absolute;
    }
    .main-banner-1.ib-section-1 .main-banner_right .main-banner--title {
        margin-top: auto;
    }
    .b-page_newyear {
        padding-bottom: 30px;
    }
}
@media (max-width: 575.98px) {
    #header {
        height: 56px;
    }
    .section-picture-item--name {
        font-size: 4.8vw;
    }
    .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc[data-measure-id="5"] .element-calc-row_inputs .mobile-transfer {
        width: auto;
    }
    .catalog-element-detail-clover-1 .catalog-element-detail_main .main-right-block_row--calc .element-calc-row_inputs .mobile-transfer.main-inputs {
        margin-bottom: 0;
    }
    #footer .footer-develop {
        margin-left: auto;
        margin-right: auto;
    }
}

.cooperation_container {
    margin: 0 -8px;
}

.cooperation_container .cooperation_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 23px;
}

@media (max-width: 768px) {
    .cooperation_container .cooperation_title {
        font-size: 20px;
        line-height: 23px;
        margin-bottom: 21px;
    }
      .advantages {
        grid-template-columns: 1fr;
      }
	.def-tabs{
		overflow: inherit;
		display: inherit;
	}
	.def-tabs .def-tab + .def-tab{
		margin-left: 0;
		margin-top: 1em;;
	}
    .page-with-sidebar .page-content {
        width: 100%;
    }
}

.about {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 4px;
}

@media (max-width: 992px) {
    .about {
        align-items: center;
        flex-direction: column;
        margin-bottom: 49px;
    }
}

.about .twenty {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url("/upload/cooperation/twenty-img.jpg") no-repeat;
    width: 225px;
    height: 120px;
    padding: 24px 18px;
}

.about .production {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url("/upload/cooperation/production-img.jpg") no-repeat;
    width: 225px;
    height: 120px;
    padding: 24px 18px;
}

.about .factories {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: url("/upload/cooperation/factories-img.jpg") no-repeat;
    width: 225px;
    height: 120px;
    padding: 10px 18px;
}

.about .about_title {
    font-weight: 500;
    font-size: 30px;
    line-height: 35px;
    color: #FFFFFF;
}

.about .about_text {
    font-weight: 500;
    font-size: 11px;
    line-height: 130%;
    color: #FFFFFF;
}

.content-wrapper .cooperation_container .cooperation_text {
    margin: 32px 0 24px 0;
    font-weight: 400;
    font-size: 14px;
    line-height: 190%;
    letter-spacing: -0.01em;
}

@media (max-width: 768px) {
    .content-wrapper .cooperation_container .cooperation_text {
        margin: 0 0 20px 0;
    }
}

.cooperation_download {
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.01em;
    box-sizing: border-box;
    border: 1px solid #004394;
    border-radius: 55px;
    background: none;
    cursor: pointer;
    padding: 15px 42px;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .cooperation_download {
        width: 100%;
        font-weight: 400;
        font-size: 14px;
        line-height: 19px;
        text-align: center;
        letter-spacing: -0.01em;
    }
}

.cooperation_download:hover {
    box-shadow: inset 2px 4px 10px rgba(34, 34, 34, 0.2);
}

.cooperation_advantages {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 50px;
}

.cooperation_advantages .advantage {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 18px;
    width: 30%;
    padding: 15px 0px;
}

.cooperation_advantages .advantage:nth-child(2) {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage:nth-child(2) {
        border: none;
        padding: 0;
    }
}


.cooperation_advantages .advantage:nth-child(5) {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage:nth-child(5) {
        border: none;
        padding: 0;
    }
}

.cooperation_advantages .advantage:nth-child(8) {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage:nth-child(8) {
        border: none;
        padding: 0;
    }
}

.cooperation_advantages .advantage:nth-child(3) {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage:nth-child(3) {
        border: none;
        padding: 0;
    }
}

.cooperation_advantages .advantage:nth-child(6) {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage:nth-child(6) {
        border: none;
        padding: 0;
    }
}

.cooperation_advantages .advantage:nth-child(9) {
    padding-left: 20px;
    border-left: 1px solid #E5E5E5;
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage:nth-child(9) {
        border: none;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .cooperation_advantages .advantage {
        flex-direction: column;
        width: 47%;
        padding: 10px 0;
        gap: 4px;
        text-align: center;
    }
}

@media (max-width: 768px) {
    .cooperation_advantages {
        gap: 10px;
        align-items: baseline;
    }
}

.content-wrapper .advantage_desc {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

@media (max-width: 768px) {
    .content-wrapper .advantage_desc {
        max-width: 200px;
        width: 100%;
    }
}

.content-wrapper .advantage_desc .text {
    font-weight: 500;
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
    text-transform: uppercase;
    color: #424242;
    flex: none;
    order: 0;
    flex-grow: 0;
}

.content-wrapper .advantage_desc .subtext {
    font-weight: 400;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: -0.01em;
    color: #424242;
    flex: none;
    order: 1;
    flex-grow: 0;
}

.cooperation_offers {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 13px;
    margin-bottom: 80px;
    width: 100%;
    position: relative;
}

.cooperation_offers .offer {
    width: calc(50% - 8px);
    gap: 23px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    border: 1px solid #E5E5E5;
    outline: 2px solid transparent;
    border-radius: 3px;
    padding: 10px 23px 10px 10px;
    cursor: pointer;
    text-decoration: none;
}

@media (max-width: 1200px) {
    .cooperation_offers .offer {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    .cooperation_offers .offer {
        flex-direction: row;
        width: 100%;
        white-space: pre;
    }
}

.cooperation_offers .offer:hover {
    background: #FFFFFF;
    border: 1px solid #E1E8F0;
    outline: 2px solid #E1E8F0;
}

.cooperation_offers .offer:hover .offer_title {
    color: #004394;
}

@media (max-width: 920px) {
    .cooperation_offers .offer img {
        width: 130px;
    }
}

@media (max-width: 375px) {
    .cooperation_offers .offer img {
        width: 80px;
    }
}

.cooperation_offers .offer_title {
    padding-bottom: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 29px;
    letter-spacing: -0.01em;
    color: #424242;
    white-space: normal;
}

@media (max-width: 768px) {
    .cooperation_offers .offer_title {
        font-size: 12px;
        line-height: 23px;
    }
}

.cooperation_successful {
    width: 100%;
    background: url("/upload/cooperation/successful-work.jpg") no-repeat center;
    color: white;
    padding: 26px 60px;
    background-size: cover;
    position: relative;
    margin-bottom: 50px;
}

@media (max-width: 768px) {
    .cooperation_successful {
        padding: 40px 37px;
        overflow: hidden;
        height: 620px;
        margin: 0 -30px 50px -30px;
        width: auto;
    }
}

.content-wrapper .cooperation_successful .successful_title {
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    position: relative;
    z-index: 10;
}

.content-wrapper .cooperation_successful .successful_title:after {
    content: "";
    background: url("/upload/cooperation/marks-left.png") no-repeat center;
    position: absolute;
    width: 56px;
    height: 49px;
    left: -48px;
    top: 0;
    z-index: -1;
}

@media (max-width: 768px) {
    .content-wrapper .cooperation_successful .successful_title:before {
        right: auto;
        left: 309px;
        bottom: -257px;
    }
}
    @media (max-width: 480px) {
      .advantage {
        padding: 15px;
      }
    }
@media (max-width: 450px) {
    .content-wrapper .cooperation_successful .successful_title:before {
        right: auto;
        left: 191px;
        bottom: -338px;
    }
}

.content-wrapper .cooperation_successful .successful_text {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    z-index: 10;
    position: relative;
}

.content-wrapper .cooperation_successful .successful_last {
    max-width: 342px;
    position: relative;
}

.content-wrapper .cooperation_successful .successful_last:before {
    content: "";
    background: url("/upload/cooperation/marks-right.png") no-repeat center;
    position: absolute;
    width: 56px;
    height: 49px;
    right: -20px;
    bottom: 0px;
    z-index: -1;
}

.content-wrapper .cooperation_successful .successful_ul {
    padding: 0;
    margin-left: 0;
}

.content-wrapper .cooperation_successful .successful_ul li {
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    display: flex;
    align-items: center;
    letter-spacing: -0.01em;
    color: #FFFFFF;
    margin-bottom: 6px;
    gap: 10px;
    max-width: 336px;
}

.content-wrapper .cooperation_successful .successful_ul li:before {
    content: url("/upload/cooperation/polygon-li.png");
    display: inline-block;
    margin-top: 4px;
}


.content-wrapper .cooperation_successful .successful_name {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 90px;
    bottom: 17px;
    background: url("/upload/cooperation/signature.png") no-repeat center;
    background-size: cover;
    width: 166px;
    height: 28px;
    z-index: 100;
    font-weight: 500;
    font-size: 9px;
    line-height: 11px;
    letter-spacing: -0.01em;
    color: #FFFFFF;
}

@media (max-width: 768px) {
    .content-wrapper .cooperation_successful .successful_name {
        width: 180px;
        height: 30px;
        padding: 0 18px;
        font-size: 12px;
        left: 30px;
        right: 100%;
        bottom: 25px;
    }
}

.content-wrapper .cooperation_successful .successful_photo {
    position: absolute;
    right: -30px;
    bottom: 0;
    background: url("/upload/cooperation/photo.png") no-repeat center;
    width: 339px;
    height: 393px;
    background-size: auto;
}

@media (max-width: 768px) {
    .content-wrapper .cooperation_successful .successful_photo {
        right: -40px;
        bottom: -110px;
    }
}

.cooperation_submit {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

@media (max-width: 992px) {
    .cooperation_submit {
        flex-direction: column;
    }
}

.cooperation-form .submit {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    max-width: 409px;
}

@media (max-width: 992px) {
    .cooperation-form .submit {
        width: 100%;
        max-width: 100%;
    }
}

.cooperation-form .submit label:nth-child(1) {
    width: 409px;
}

@media (max-width: 1200px) {
    .cooperation-form .submit label:nth-child(1) {
        width: 333px;
    }
}

@media (max-width: 992px) {
    .cooperation-form .submit label:nth-child(1) {
        width: 100%;
    }
}

.cooperation-form .submit label:nth-child(2) {
    width: 198px;
    margin-right: 13px;
}

@media (max-width: 1200px) {
    .cooperation-form .submit label:nth-child(2) {
        width: 160px;
    }
}

@media (max-width: 992px) {
    .cooperation-form .submit label:nth-child(2) {
        width: calc(48% + 7px);
    }
}

@media (max-width: 768px) {
    .cooperation-form .submit label:nth-child(2) {
        margin-right: 0;
        width: 100%;
    }
}

.cooperation-form .submit label:nth-child(3) {
    width: 198px;
}

@media (max-width: 1200px) {
    .cooperation-form .submit label:nth-child(3) {
        width: 160px;
    }
}

@media (max-width: 992px) {
    .cooperation-form .submit label:nth-child(3) {
        width: calc(48% + 7px);
    }
}

@media (max-width: 768px) {
    .cooperation-form .submit label:nth-child(3) {
        width: 100%;
    }
}

.cooperation-form .submit input {
    color: #000000;
    padding: 13px 24px;
    border: 1px solid #E5E5E5;
    border-radius: 16px;
    flex: none;
    order: 0;
    flex-grow: 0;
    outline: none;
}

.cooperation-form .contact-form__bottom .submit_button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 20px;
    gap: 10px;
    width: 226px;
    height: 39px;
    border: 1px solid #004394;
    border-radius: 55px;
    background: #ffffff;
    margin-top: 28px;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.01em;
    color: #424242;
    cursor: pointer;
}

@media (max-width: 992px) {
    .cooperation-form .contact-form__bottom .submit_button {
        margin-bottom: 50px;
    }
}

.cooperation_submit .contacts {
    padding: 20px;
    gap: 30px;
    background: #ECF3FA;
    border-radius: 20px;
    width: 245px;
}

@media (max-width: 768px) {
    .cooperation_submit .contacts {
        width: auto;
    }
}

.contacts .contacts_title {
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 10px;
}

.contacts .contacts_text {
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.01em;
    color: #424242;
    margin-bottom: 30px;
}

.contacts .contacts_number {
    margin-bottom: 10px;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.01em;
    color: #424242;
    margin: 0;
}

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

.contacts .contacts_email {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #424242;
    text-decoration: none;
}

#catalog_wrapper .catalog-section_tags--items {
    mask-image: linear-gradient(to top, rgba(0, 0, 0, 0) 1.25em, rgb(0, 0, 0) 15.25em), linear-gradient(to left, rgba(0, 0, 0, 0) 0ch, rgb(0, 0, 0) 5ch);
    overflow: hidden;
    flex-wrap: nowrap;
}

.catalog-section_tags_wrapper_left {
    display: flex;
    align-items: center;
    width: 88%;
    flex-direction: row;
}

#catalog-section_tags .button_more_popup {
    cursor: pointer;
    font-size: 13px;
    color: #222222;
    margin-left: auto;
}

#catalog-section_tags .button_more_popup img {
    width: 10px;
}

.catalog-section_tags--items {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    gap: 1em;
    flex-direction: row;
}

#catalog-section_tags .button_more_popup:hover {
    border-bottom: 1px solid #222222;
}

#catalog-section_tags .catalog-section_tags_wrapper {
    position: relative;
    z-index: 50;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup {
    position: absolute;
    display: none;
    background: #FFFFFF;
    box-shadow: 0px 0px 3px 3px #e5e5e5;
    border-radius: 5px;
    z-index: 100;
    overflow: hidden;
    top: 0;
    right: 0;
    width: 100%;
}

#catalog-section_tags .catalog-section_tags_wrapper .active {
    display: flex;
    align-items: center;
    gap: 5px;
}

#catalog-section_tags .catalog-section_tags_wrapper .active img {
    width: 10px;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close_mobile {
    position: absolute;
    width: 25px;
    height: 25px;
    right: 10px;
    top: 10px;
    cursor: pointer;
    display: none;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close_mobile_button {
    padding: 0;
    width: 0;
    height: 0;
    border: 0;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block {
    display: flex;
    flex-direction: row;
    gap: 15px;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block .popup_text {
    width: 115px;
    padding: 5px 0;
    background: #f5f8fb;
    padding: 15px 20px 0;;
    font-size: 0.875em;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right {
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    padding: 20px 0 2px;
    margin: 0 15px;
    width: 85%;
    border-bottom: 1px solid #e8ecef;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right a {
    border: 0.5px solid #b3b3b3;
    border-radius: 5px;
    color: #b3b3b3;
    font-size: 0.875em;
    flex-shrink: 0;
    text-decoration: none;
    padding: 0.5em 1em;
    min-width: 6.25em;
    max-width: 12.5em;
    width: -moz-fit-content;
    width: fit-content;
    transition: 0.3s;
    margin-bottom: 18px;
    margin-right: 10px;
}

#catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right a:hover {
    border-color: #004394;
    color: #004394;
}

.contact-form {
    .contact-form__bottom,
    .contact-form__policy {
        display: flex;
        flex-direction: column;
        gap: 10px;
        align-items: flex-start!important;
    }
    .contact-form__policy {
        width: 100%!important;
    }
    .contact-form__bottom {
        margin-top: 1em;
    }
}
.subscription_privacy {
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start!important;
}

@media (max-width: 992px) {
    .catalog-section_tags_wrapper {
        position: fixed;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup {
        display: block;
    }
    .catalog-section_tags_wrapper_left {
        display: none;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close {
        display: none;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_close_mobile {
        display: block;
    }
    #catalog-section_tags .catalog-section_tags_wrapper {
        position: fixed;
        z-index: 1050;
    }
}

@media (max-width: 586px) {
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block .popup_text {
        font-size: 12px;
        width: 121px;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right a {
        font-size: 12px;
        margin-bottom: 15px;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_block {
        gap: 3px;
    }
    #catalog-section_tags .catalog-section_tags_wrapper .more_popup .popup_right {
        padding: 15px 0 0px;
    }
}

@media (min-width: 992px) {
    header ul#header-main-1 > li > .child > ul > li > .child > ul > li{
        padding: 20px;
		width: calc(50% - 6px);
    }
}
@media (max-width: 500px){
    .about__tab{
        font-size: 15px!important;
    }
	.about .about-cats-element {
		margin: 0 10px;
		width: 100%;
	}
}