html {
    overflow-y: scroll;
}

/* h1 {
    font-size: 35px;
    line-height: 40px;
} */
/*************** ZOYA ***********************/

/* @import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Spectral+SC:ital,wght@0,400;0,500;0,600;1,400;1,500;1,600&display=swap'); */

body {
    font-family: "Inter", sans-serif;
    font-size: 16px;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 1200px;
    }
}

.region-sidebar-first, .region-sidebar-second, .region-footer, .region-content {
    padding: 0;
}

.page.front {
    overflow-x: hidden;

}

section .block-views .view .view-content,
.block-views-blockcatalog-block .view .view-content,
.block-views-blockcatalog-block-front .views-infinite-scroll-content-wrapper,
.view-tovary .view-content,
.block-system-main-block .view-catalog .view-content {
    display: flex;
    flex-wrap: wrap;
    margin-right: calc(0px - var(--gap));
    margin-left: calc(0px - var(--gap));
}

.view-tovary .view-content {
    align-items: stretch;
}

section.catalog .block-views .view .view-content {
    display: block;
    margin-right: 0;
    margin-left: 0;
}

img {
    max-width: 100%;
}

p {
    font-family: 'Inter', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

h1, h2 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-style: normal;
}

h1 {

    font-size: 48px;
    line-height: 58px;

}

h2,
section .block-title {
    color: var(--color-white);
    /* color: #3D3D3D; */
    font-size: 36px;
    /* text-transform: uppercase;
    font-size: 32px;
    color: var(--color-title); */
}



h4 {
    font-size: 20px;

}

h3, h4, h5, h6 {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    font-style: normal;

}

ul.sf-menu a, ul.sf-menu span.nolink {
    padding: 13px;
}

a {
    display: inline-flex;
    text-decoration: none;
    color: var(--color-link);
    word-break: break-word;

}

a:hover {
    color: var(--color-link-hover);
    text-decoration: none;
}


.btn {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    border-radius: 0px;
    padding: 14px 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 0;
    border-color: var(--color-white);

}


.btn-orange {
    background: var(--color-main);
    color: var(--color-white);
}

.btn-orange:hover {
    background: var(--color-main-hover);
    color: var(--color-white);
}



.btn-transparent {
    background: transparent;
    color: var(--color-white);
}

.btn-transparent:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--color-white);
}

.ui-dialog-buttonset .button, .more-link a, .btn.form-submit, .btn {
    line-height: 1;
    border-radius: var(--border-radius);
    font-weight: 600;
    flex-shrink: 0;
    box-shadow: none;
    appearance: none;
    display: flex;
    align-items: center;

}


/* ### GENERAL ### */



section h2 {
    /* margin-bottom: 50px;
    width: 100%;
    max-width: 700px; */
}

section {
    padding: 80px 0;
}


/******************** MAIN START******************************/


/* .main {
    padding-top: 50px;
    padding-bottom: 50px;
} */


.main h1 {
    font-size: 40px;
    margin-bottom: 40px;
    line-height: 1;
    /* color: var(--color-main); */
}

.main h2 {
    font-size: 35px;
    margin-bottom: 40px;
    line-height: 1;
    color: var(--color-title);
}

.extra-image {
    margin-bottom: 30px;
}

.extra-image img {
    width: 100%;
}



/* .main p {
    margin-bottom: 30px;
    font-size: 18px;
}

.main ul li {
    margin-bottom: 30px;
    font-size: 18px;
} */

/******************** MAIN END******************************/


/******************** TOP BARSTART **********************/
.top_bar {
    background-color: #000;
    padding: 14px 0;
    color: #fff;
    text-decoration: none;
}

/* header {
    padding: 24px 0;
} */
header {
    padding: 10px 0;
}

header .header_left {
    display: flex;
    align-items: center;
    gap: 20px;
}

/* logo */

/* header .header_left img {
    height: 23px;
    width: auto;
} */
header .header_left img {
    height: 80px;
    width: auto;
}

.top_bar .region.region-top-bar-right {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-end;
}

.top_bar_right .btn-search {
    height: 20px;
    width: 20px;
    background-image: url(../image/search.svg);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 0;
}

.top_bar_right .cart--cart-block a {
    color: var(--color-white);
}

.top_bar_right .cart--cart-block .cart-block--link__expand {
    height: 20px;
    width: 20px;
    background-image: url(../image/cart.svg);
    border: none;
    background-repeat: no-repeat;
    background-position: center center;
    font-size: 14px;
    position: relative;
}

.top_bar_right .cart--cart-block .cart-block--summary__count {
    position: absolute;
    right: -10px;
    top: -10px;
    display: block;
}

.top_bar .contacts {
    display: flex;
    gap: 20px;
    color: var(--color-white);
}

.top_bar .contacts a {
    color: var(--color-link-light);
    display: flex;
    align-items: center;
}

.top_bar .contacts a img {
    height: 20px;
    width: 20px;
    margin-right: 4px;
}

.top_bar .contacts a:hover {
    color: var(--color-link-light-hover);
}

.top_bar .top_bar_center .contact-info {
    display: flex;
    gap: 16px;
    justify-content: flex-end;
}

.top_bar .top_bar_center .contact-info a>img {
    width: 24px;
}



/******************** TOP BAR END **********************/


/******************** HEADER START **********************/


.ornaments {
    position: relative;
}

.ornament {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    position: absolute;
    pointer-events: none;
}

.header ul.sf-menu .sf-sub-indicator {
    width: 1em;
    height: 1em;
    position: absolute;
    top: 50%;
    right: 0.75em;
    transform: translateY(-50%);
    background-image: url('data:image/svg+xml;utf8,<svg viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="M6 9l6 6 6-6" stroke="%23000" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round" fill="none"/></svg>');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    opacity: 0.75;
}

.header ul.sf-menu .sf-sub-indicator:after {
    content: none;
}


header ul.sf-menu {

    background: var(--color-white);
    display: flex;
    align-items: center;
    justify-content: flex-end;
}





.header ul.sf-menu.sf-horizontal.sf-shadow ul,
.header ul.sf-menu.sf-vertical.sf-shadow ul,
.header ul.sf-menu.sf-navbar.sf-shadow ul ul {
    background: var(--color-white);
}

/******************** HEADER END **********************/



/******************** TOP SECTION START **********************/
.top_section {
    background-image: url(../image/cover.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 130px;
    padding-bottom: 130px;
    color: var(--color-white);

}

.top_section .content {
    width: 100%;
    max-width: 100%;
}

@media (min-width: 992px) {
    .top_section .content {

        max-width: 66.66666667%;
    }
}

.top_section h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: 800;
    color: var(--color-white);
    margin-bottom: 32px;
}

.top_section p {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
}

.top-section-buttons {
    display: flex;
    gap: 16px;
    margin-top: 32px;
}

/******************** TOP SECTION  END **********************/


/******************** PRODUCTS START **********************/

section.catalog .ornament_1 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/dotted_ornament.svg);
    right: 0;
    top: 0;
    transform: translate(120px, 224px) rotate(0deg);
}


section.catalog .ornament_2 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/dotted_ornament.svg);
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) rotate(350deg);
}

section.catalog .ornament_3 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/dotted_ornament.svg);
    left: 0;
    bottom: 0;
    transform: translate(-100px, 200px) rotate(350deg);
}

section.catalog .block-title {
    margin-bottom: 50px;
    color: #3D3D3D;
    font-weight: 700;

}

.block-views-blockcatalog-block-front .view .view-content .views-row,
.block-views-blockcatalog-block .view-catalog .view-content .views-row,
.block-system-main-block .view-catalog .view-content .views-row {
    margin-bottom: 58px;
}

.block-views-blockcatalog-block-front .view .view-content .content,
.block-views-blockcatalog-block .view-catalog .view-content .content,
.block-system-main-block .view-catalog .view-content .content {

    /* .block-views-blockcatalog-block .view .view-content .content { */
    text-align: center;
    padding-bottom: 30px;

    background: #FFFFFF;
    border: 1px solid #E1E4ED;
    box-shadow: 0px 1px 4px rgba(25, 33, 61, 0.08);
}

.block-views-blockcatalog-block-front .view .view-content .content .field--type-image a,
.block-views-blockcatalog-block .view-catalog .view-content .content .field--type-image a,
.block-system-main-block .view-catalog .view-content .content .field--type-image a {
    /* .block-views-blockcatalog-block .view .view-content .content .field--type-image a { */
    width: 100%;
    display: block;
    margin-bottom: 20px;
}

.block-views-blockcatalog-block-front .view .view-content .content .field--type-image img,
.block-views-blockcatalog-block .view-catalog .view-content .content .field--type-image img,
.block-system-main-block .view-catalog .view-content .content .field--type-image img {
    /* .block-views-blockcatalog-block .view .view-content .content .field--type-image img { */

    width: 100%;
}

.block-views-blockcatalog-block-front .view .view-content .content .field--name-taxonomy-term-title h2,
.block-views-blockcatalog-block .view-catalog .view-content .content .field--name-taxonomy-term-title h2,
.block-system-main-block .view-catalog .view-content .content .field--name-taxonomy-term-title h2 {

    font-size: 32px;
    font-weight: 400;
    color: #404040;
    margin-bottom: 20px;
}

/* .block-views-blockcatalog-block .view .view-content .content .field--name-taxonomy-term-link {
    color: var(--color-main);
} */

.block-views-blockcatalog-block-front .view .view-content .content .field--name-taxonomy-term-link a,
.block-views-blockcatalog-block .view-catalog .view-content .content .field--name-taxonomy-term-link a,
.block-system-main-block .view-catalog .view-content .content .field--name-taxonomy-term-link a {
    /* .block-views-blockcatalog-block .view .view-content .content .field--name-taxonomy-term-link a { */
    color: var(--color-main);
    border: 2px solid var(--color-main);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 85px;
    background: transparent;
}

.block-views-blockcatalog-block-front .view .view-content .content .field--name-taxonomy-term-link a:hover,
.block-views-blockcatalog-block .view-catalog .view-content .content .field--name-taxonomy-term-link a:hover,
.block-system-main-block .view-catalog .view-content .content .field--name-taxonomy-term-link a:hover {
    /* .block-views-blockcatalog-block .view .view-content .content .field--name-taxonomy-term-link a { */
    color: var(--color-white);
    border: 2px solid var(--color-main);
    font-size: 16px;
    font-weight: 600;
    padding: 14px 85px;
    background: var(--color-main);
    transition: background 0.5s ease;
}


.block-views-blockcatalog-block .js-pager__items.pager,
.block-views-blockcatalog-block-front .js-pager__items.pager {
    padding: 0;
    text-align: center;
}

.block-views-blockcatalog-block .pager__item a,
.block-views-blockcatalog-block-front .pager__item a {
    color: var(--color-main);
    border: 2px solid var(--color-main);
    font-size: 16px;
    padding: 14px 58px;
    background: transparent;
    border-radius: 0;

}


.view-tovary .view-content .views-row {
    margin-bottom: 58px;
}

.view-tovary .view-content .content {
    /* .block-views-blockcatalog-block .view .view-content .content { */
    text-align: center;
    padding-bottom: 30px;

    background: #FFFFFF;
    border: 1px solid #E1E4ED;
    box-shadow: 0px 1px 4px rgba(25, 33, 61, 0.08);
    height: 100%;
}

.view-tovary .view-content .content .field--name-title {
    font-size: 16px;
    color: #404040;
    margin-bottom: 20px;
}

.view-tovary .view-content .content .field--name-price {
    font-size: 20px;
    font-weight: 700;
    color: var(--color-main);
}

/******************** PRODUCTS END **********************/


/******************** certificates START **********************/

section.documents .ornament_1 {
    width: 291px;
    height: 291px;
    background-image: url(../image/ornaments/ornament_orange_opacity_20.svg);
    left: 0;
    top: 0;
    transform: translate(-222px, -10px) rotate(0deg);
}


section.documents {
    background: #0C0C0C;
}

section.documents .block-title {
    text-align: center;
    margin-bottom: 48px;

}


.slick-prev.slick-arrow,
.slick-next.slick-arrow {
    display: none !important;
}

section.documents .slick-dots {
    /* position: absolute; */
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    display: flex;
    gap: 15px;
    justify-content: center;
    margin-top: 25px;
}

section.documents .slick-dots li {
    position: relative;
    display: block;
    width: 10px;
    height: 10px;
    margin: 0;
    padding: 0;
    cursor: pointer;
}



section.documents .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 10px;
    height: 10px;
    padding: 0;
    cursor: pointer;
    color: transparent;
    border: 2px solid #F84A03;
    border-radius: 50%;
    background: transparent;
    outline: none;
    transition: background 0.3s ease;
}

section.documents .node--type-slide {
    align-items: stretch;
    display: flex;
    background: #0C0C0C;
    border: 1px solid #fff;
    padding: 11px 0px;
}

.ds-2col>.group-left {
    float: none;
}

.ds-2col>.group-right {
    float: none;
}

section.documents .slick-dots li.slick-active button {
    background: #F84A03;
}

.slick-dots li.slick-active button:before {
    display: none;
}

section.documents .ds-2col>.group-right {
    padding-right: 140px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: var(--color-white);
}

section.documents .ds-2col>.group-right h2 {
    font-style: normal;
    font-weight: 800;
    font-size: 36px;
    line-height: 40px;
    margin-bottom: 25px;
}

section.documents .ds-2col>.group-right p {
    line-height: 24px;
}

/******************** certificates END **********************/





/******************** ADVANTAGES START **********************/
section.advantages .ornament_1 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/dotted_ornament.svg);
    right: 0;
    top: 0;
    transform: translate(350px, -138px) rotate(0deg);
}

section.advantages .ornament_2 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/dotted_ornament.svg);
    left: 0;
    top: 0;
    transform: translate(-250px, 195px) rotate(0deg);
}

.advantages .views-row {
    color: var(--color-white);
    background: var(--color-main);
    position: relative;
}

.advantages .views-row:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    opacity: 0;
}

.advantages .views-row:nth-child(1):after {
    opacity: 0.3;
}

.advantages .views-row:nth-child(2):after {
    opacity: 0.2;
}

.advantages .views-row:nth-child(3):after {
    opacity: 0.05;
}

.advantages .content {


    padding-top: 45px;
    padding-bottom: 35px;
    padding-right: 35px;
    padding-left: 35px;
    text-align: center;
}

.advantages .content h4 {
    margin-bottom: 30px;
}

/******************** ADVANTAGES END **********************/


/******************** advantages_cards Start **********************/
section.advantages_cards .ornament_1 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/ornament_white_opacity_20_groupe.svg);
    right: 0;
    top: 0;
    transform: translate(320px, -220px) rotate(0deg);
}

section.advantages_cards .ornament_2 {
    width: 535px;
    height: 535px;
    background-image: url(../image/ornaments/ornament_white_opacity_20_groupe.svg);
    left: 0;
    bottom: 0;
    transform: translate(-220px, 204px) rotate(180deg);
}

section.advantages_cards {

    background: var(--color-main);
    overflow: hidden;
}


.advantages-card {
    /* background-color: var(--color-white); */
    margin-bottom: 20px;
}

.advantages-card h4 {
    font-size: 24px;
    line-height: 1;
    font-weight: 400;
    margin-bottom: 0;
}

.advantages-card .content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    background-color: #fff;
    height: 100%;
}



.advantages-card img {
    /* width: 70px;
    height: 70px;
    object-fit: contain;
    margin-right: 30px; */
}

.advantages-card:nth-child(1), .advantages-card:nth-child(2), .advantages-card:nth-child(3) {
    flex: 0 0 33.33333333%;
    max-width: 33.33333333%;
    padding-left: var(--gap);
    padding-right: var(--gap);
}

.advantages-card:nth-child(4), .advantages-card:nth-child(5) {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: var(--gap);
    padding-right: var(--gap);
}

.advantages-card:nth-child(1) .content {
    padding-left: 20px;
}

.advantages-card:nth-child(2) .content {
    padding-left: 30px;
}

.advantages-card:nth-child(3) .content {
    padding-left: 18px;
}

.advantages-card:nth-child(4) .content {
    padding-left: 50px;
}

.advantages-card:nth-child(5) .content {
    padding-left: 43px;
}

/******************** advantages_cards END **********************/



/******************** form-block START **********************/

section.form-block {
    font-size: 18px;
    font-weight: 400;
    color: var(--color-white);
    background: #000;
}

section.form-block .contacts {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0px;
    gap: 24px;
    color: var(--color-white);
    margin-bottom: 50px;

}

section.form-block .contacts p {}



section.form-block .contacts a img {}

section.form-block .contacts a {}

section.form-block .contacts a:hover {}


/****** ЭТО длЯ ДАННЫх ФОРМЫ СЛЕВА ***************/
section.form-block .ornament_1 {
    width: 553.48px;
    height: 490.01px;
    background-image: url(../image/ornaments/ornament_orange_opacity_20_groupe.svg);
    left: 0;
    bottom: 0;
    transform: translate(-90px, 184px) rotate(0deg);
}

section.form-block .form_left .block-title {
    margin-bottom: 46px;
}

section.form-block .form_left .contacts {}

section.form-block .form_left .contacts p {
    font-size: 18px;
    line-height: 1.6;
}

section.form-block .form_left .contacts a {
    display: flex;
    align-items: center;
    color: var(--color-link-light);
}

section.form-block .form_left .contacts a:hover {
    color: var(--color-link-light-hover);
}

section.form-block .form_left .contacts a img {
    height: 20px;
    width: 20px;
    margin-right: 8px;
}

section.form-block .form_left .contacts a.mail {
    text-decoration: underline;
}




section.form-block .form_right {
    background: #F2F1FA;
    color: var(--color-black);
    padding: 40px;
    font-weight: 700;
}

.main .field--name-webform {
    background: #F2F1FA;
    color: var(--color-black);
    padding: 40px;
    font-weight: 700;
    margin-top: 30px;
}

section.form-block .form_right label {
    margin-bottom: 14px;
}

section.form-block .form_right label .form-type-textarea {
    margin-top: 20px;

}


section.form-block .form_right .webform-flexbox {
    display: flex;
    margin-top: 0;
    margin-bottom: 26px;

}


section.form-block .form_right input#edit-email {
    margin-bottom: 26px;
}

section.form-block .form_right textarea#edit-vash-vopros {
    margin-bottom: 20px;
    height: 114px;
}

.webform-submission-form ::placeholder {
    color: #828282;
    opacity: 1;

}

/* кнопка web-form */

section.form-block input#edit-actions-submit {
    border-radius: 0;
}

.btn-primary:hover, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:focus {
    color: var(--color-white);
    background-color: var(--color-main-hover);
    border-color: var(--color-main-hover);
}

.webform-submission-form .js-form-item input,
.webform-submission-form .js-form-item textarea,
.webform-submission-form .js-form-item select {
    padding: 20px 25px;
    border-radius: 0px;
    border-color: var(--color-white);
    color: #828282;
    font-size: 14px;
    font-weight: 400;
}

.webform-submission-form .js-form-item textarea {
    resize: none;
}


section.form-block .form_right div#edit-actions {
    margin: 0;

}


.form-item--error-message:before {
    margin-right: 5px;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.form-block .webform-submission-form strong.error.form-item--error-message {
    padding: 10px;
    margin-top: 10px !important;
    color: var(--color-black);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 18px;
    font-weight: 400;
}

/******************** form-block END **********************/



/******************** MAP START **********************/

#map-block {
    margin: 0;
    padding: 0;
}

/******************** MAP END **********************/


/******************** FOOTER START **********************/
.footer .ornament_1 {
    width: 169px;
    height: 149px;
    background-image: url(../image/ornaments/ornament_small_orange_opacity_20_groupe.svg);
    left: 0;
    bottom: 0px;
    transform: translateY(30px) rotate(0deg);
}

.footer .region-copyrights {
    font-family: "Inter", sans-serif;
    border-top: 1px solid #E1E4ED;
    padding-top: 24px;
    padding-bottom: 24px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    justify-content: center;
}


.footer .footer_cols {
    padding-top: 72px;
    padding-bottom: 72px;
}

.footer_cols .block-title, .footer_2 h5, .footer_3 h2 {

    font-weight: 600;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    text-transform: uppercase;
    margin-bottom: 12px;

}

.footer_2 h5, .footer_3 .block-title {
    margin-left: 8px;
}

.footer_3 .view-content .item {
    display: flex;
    column-gap: 30px;
    flex-wrap: wrap;
    padding: 13px 8px;
    line-height: 1.2;
}

.footer_2 .navbar-nav .nav-link {
    padding: 13px 8px;
    line-height: 1.2;
}

.footer .footer-info {
    margin-top: 25px;
}

.footer .footer_4 p {
    font-size: 16px;
    color: var(--color-black);
    line-height: 143%;
    font-weight: 400;
}

.footer .footer_4 h4 {
    font-size: 14px;
    color: var(--color-link);
    line-height: 143%;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top: 25px;
}

.footer .footer_4 h4:first-child {
    margin-top: 0px;

}

.footer .footer_4 a.mail {
    text-decoration: underline;

}

.footer .footer_4 .contact-info {
    display: flex;
    gap: 10px;
    padding-top: 24px;
}

.footer .logo img {

    height: 100px;
    width: auto;
}


/******************** FOOTER END **********************/


/******************** CART PAGE START **********************/

.cart-form .views-field-field-variation-image img {
    min-width: 60px;
}


/******************** CART PAGE END **********************/

/******************** order form START **********************/

.fieldset-legend .form-required {
    font-size: 16px;
}

#edit-order-fieldscheckout-field-address-0-address .form-item-order-fieldscheckout-field-address-0-address-address-line1>label {
    display: none;
}

legend {
    font-size: 1rem;

}

.field--widget-string-textarea {
    margin-bottom: 20px;
}

div#edit-actions {
    justify-content: flex-start;
    align-items: stretch;
    display: flex;
    gap: 20px;
}






/******************** order form END **********************/

/******************** MOBILE MENU START*********************/
.dropdown-menu.mm-listview {
    position: static;
    display: block;
    float: none;
    background-color: transparent;

}

.dropdown-menu.mm-listview .dropdown-item.active, .dropdown-item:active {
    background-color: var(--color-main);
}

.mm-listview .dropdown-toggle::after {
    display: none;
}

/******************** MOBILE MENU END *********************/


/* *** ADAPTIVE *** */
@media screen and (max-width: 1998px) {
    ul.sf-menu a, ul.sf-menu span.nolink {
        padding: 12px;
    }
}


@media screen and (max-width: 991px) {
    h1, h2, h3, h4, h5, h6, p {
        word-break: break-word;
    }

    /* header .header_left {
        order: 1;
    } */

    .header-mobile-block {

        width: auto;

    }

    section {
        padding: 60px 0;
    }

    header {
        padding: 16px 0;
    }

    .top_section {
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .ornament {
        display: none;
    }

    section.documents .node--type-slide {
        flex-direction: column;
    }

    section.documents .ds-2col>.group-left, section.documents .ds-2col>.group-right {
        padding: 15px;
        width: 100%;
    }

    section.documents .ds-2col>.group-right h2 {
        font-size: 30px;
    }

    .footer .footer_cols {
        padding-top: 60px;
        padding-bottom: 60px;
    }
}





@media screen and (max-width: 767px) {


    .top_bar .top_bar_center .contact-info {
        justify-content: flex-start;
    }

    .top_bar .contacts {
        margin-bottom: 15px;
    }

    .main h1 {
        font-size: 35px;
    }

    .top_section h2 {
        font-size: 40px;
    }





    .advantages-card:nth-child(1), .advantages-card:nth-child(2), .advantages-card:nth-child(3),
    .advantages-card:nth-child(4), .advantages-card:nth-child(5) {
        flex: 0 0 100%;
        max-width: 100%;

    }

    .advantages-card .content {
        padding-top: 15px;
        padding-bottom: 15px;
    }

    section.form-block .form_left .block-title {
        margin-bottom: 30px;
    }

    section.form-block .form-left h2, section .block-title {
        font-size: 30px;
    }

    section.form-block .contacts {
        margin-bottom: 50px;
    }

    section.form-block .form_right div#edit-flexbox {
        gap: 20px;
    }



    .footer {
        padding: 0;
    }

    .footer .footer-info {
        margin-bottom: 25px;
    }


    .page-cart #block-vesta-theme-content .cart.cart-form {
        overflow-x: scroll;
    }

    section.form-block .form_right {

        padding: var(--gap);
    }

    .layout-region.layout-region-checkout-secondary {
        margin-top: 20px;
    }

    .advantages-card .content {
        gap: 10px;
    }

    .advantages-card img {
        width: 40px;
    }

    .advantages-card h4 {
        font-size: 18px;
    }

    .advantages-card:nth-child(1) .content, .advantages-card:nth-child(2) .content, .advantages-card:nth-child(3) .content, .advantages-card:nth-child(4) .content, .advantages-card:nth-child(5) .content {
        padding-left: 15px;
    }

    section.documents .ds-2col>.group-right h2 {
        font-size: 25px;
        line-height: 35px;
    }

    section.documents .node--type-slide {

        border: none;
    }

}

@media screen and (max-width: 576px) {

    .top_bar .top_bar_center .contact-info {

        justify-content: flex-start;
    }

    .top_bar .contacts {
        margin-bottom: 25px;
    }

    .top_bar .contacts a img {
        display: none;
    }


    .top_section h2 {
        font-size: 35px;
        line-height: 45px;
    }



    .slick-dotted.slick-slider {
        margin-bottom: 0;
    }

    .advantages-card:last-child {
        margin-bottom: 0;
    }



    section.form-block .form_left .block-title {
        margin-bottom: 30px;
    }

    section.form-block .form-left h2, section .block-title {
        font-size: 30px;
    }

    section.form-block .contacts {
        margin-bottom: 50px;
    }

    .footer {
        padding: 0;

    }

    .footer .footer-info {
        margin-bottom: 25px;

    }

    .ui-dialog-buttonpane.ui-widget-content.ui-helper-clearfix {
        display: flex;
        justify-content: center;
    }

    div#edit-actions {
        flex-direction: column;
    }

    a.link--previous {
        justify-content: center;
    }


    .footer .footer_cols {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    /* logo footer */

    .footer .footer_1 .logo img {
        height: 80px;
        width: auto;
    }

    /* .footer .footer_1 a.logo {
        height: 23px;
        width: auto;
    } */

    @media screen and (max-width: 470px) {

        .top_bar .contacts .address {
            display: none;
        }
    }

    .webform-flexbox {
        gap: 20px;
        display: flex;
        margin: 0;
        flex-direction: column;
    }




    @media (min-width: 768px) {
        .webform-flexbox {
            gap: 20px;
            display: flex;
            margin: 0;
            flex-direction: column;
        }


        .webform-flex--container {
            margin: 0;
        }

        .webform-flex--1 {
            width: 100%;
        }
    }

    @media (min-width: 992px) {
        .webform-flexbox {
            display: flex;
            margin: 0;
            flex-direction: row;
        }

    }
}