@font-face {
    font-family: "montserrat";
    font-display: swap;
    src: url("../fonts/Montserrat-Regular/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.otf") format("opentype"), url("../fonts/Montserrat-Regular/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular/Montserrat-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserratarm";
    font-display: swap;
    src: url("../fonts/Montserratarm-Regular/Montserratarm-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.otf") format("opentype"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.woff") format("woff"), url("../fonts/Montserratarm-Regular/Montserratarm-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserrat-m";
    font-display: swap;
    src: url("../fonts/Montserrat-Medium/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.otf") format("opentype"), url("../fonts/Montserrat-Medium/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium/Montserrat-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserratarm-m";
    font-display: swap;
    src: url("../fonts/Montserratarm-Medium/Montserratarm-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.otf") format("opentype"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.woff") format("woff"), url("../fonts/Montserratarm-Medium/Montserratarm-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "montserrat-b";
    font-display: swap;
    src: url("../fonts/Montserrat-Bold/Montserrat-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.otf") format("opentype"), url("../fonts/Montserrat-Bold/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold/Montserrat-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserratarm-b";
    font-display: swap;
    src: url("../fonts/Montserratarm-Bold/Montserratarm-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.otf") format("opentype"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.woff") format("woff"), url("../fonts/Montserratarm-Bold/Montserratarm-Bold.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "icon";
    font-display: "auto";
    src: url("../fonts/icons/icomoon.eot?8sazwl");
    src: url("../fonts/icons/icomoon.eot?8sazwl#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?8sazwl") format("truetype"), url("../fonts/icons/icomoon.woff?8sazwl") format("woff");
    font-weight: normal;
    font-style: normal;
}
.at-svc-facebook:before,
.icon_facebook:before {
    content: "\e90a";
}

.icon_instagram:before {
    content: "\e90b";
}

.at-svc-linkedin:before,
.icon_linkedin:before {
    content: "\e90c";
}

.at-svc-twitter:before,
.icon_twitter:before {
    content: "\e90d";
    font-size: 81.8%;
}

.at-svc-pinterest:before,
.icon_pinterest:before {
    content: "\e90e";
}

.icon_youtube:before {
    content: "\e90f";
}

.at-svc-telegram:before,
.icon_telegram:before {
    content: "\e91a";
}

.icon_ok:before {
    content: "\e91b";
}

.at-svc-vk:before,
.icon_vk:before {
    content: "\e91c";
}

.icon_google:before {
    content: "\e91d";
}

.icon_tiktok:before {
    content: "\e91e";
}

.icon_flickr:before {
    content: "\e91f";
}

.icon_down:before {
    content: "\e901";
}

.icon_left:before {
    content: "\e902";
}

.icon_right:before {
    content: "\e903";
}

.icon_close:before {
    content: "\e904";
}

.icon_checked:before {
    content: "\e905";
}

.icon_info:before {
    content: "\e906";
}

.icon_favorite:before {
    content: "\e907";
}

.icon_globe:before {
    content: "\e908";
}

.icon_phone:before {
    content: "\e909";
}

.icon_location:before {
    content: "\e910";
}

.icon_view:before {
    content: "\e911";
}

html {
    height: 100%;
    font-size: 10px;
    line-height: 1.4286em;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}
html.loading {
    overflow: hidden;
}
html.loading body {
    overflow: hidden;
}
html.loading body:before {
    opacity: 0.6;
    height: 100%;
}
html.loading body:after {
    display: block;
    content: "";
    position: absolute;
    width: 160px;
    height: 160px;
    top: 50%;
    left: 50%;
    margin: -80px;
    background: url("images/company_name.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    animation: rotateName 7s linear infinite;
    z-index: 201;
}
html.popup_opened {
    overflow: hidden;
}
html.popup_opened body {
    overflow: hidden;
}
html.popup_opened body:before {
    opacity: 0.6;
    height: 100%;
}
html.popup_opened body:after {
    display: none;
}
html.popup_opened .popup_block {
    top: 0;
    overflow-y: auto;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    color: #3c3c3c;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    font-family: "montserrat", "montserratarm";
    background: #FBF8F4;
}
body:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    background: #000000;
    opacity: 0;
    z-index: 200;
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

*,
*:before,
*:after {
    box-sizing: border-box;
}

input,
select,
textarea,
button,
a,
.slick-slide {
    outline: none !important;
}

a,
a:focus,
a:hover,
button:hover {
    text-decoration: none;
}

a {
    color: #C2A46E;
}

button {
    cursor: pointer;
    display: block;
}

img {
    max-height: none;
    border: none;
}

input {
    -webkit-appearance: none;
    -moz-appearance: none;
}

input,
textarea,
button {
    font-family: inherit;
    font-size: 100%;
}

.page_row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
}
.page_row .cb {
    flex: 0 0 100%;
    max-width: 100%;
}

.page_container {
    width: 100%;
    max-width: 1452px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
.page_container > .company_name.left {
    margin-left: 16px;
}
.page_container > .company_name.right {
    margin-right: 16px;
}

.large_container {
    width: 100%;
    max-width: 1752px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
.large_container > .company_name.left {
    margin-left: 16px;
}
.large_container > .company_name.right {
    margin-right: 16px;
}

.phone_link:not(.clickable) {
    color: inherit;
    cursor: default;
    pointer-events: none;
}

.individual_hint,
.drop_block {
    display: none;
}

.error_hint {
    display: block;
    max-height: 0;
    overflow: hidden;
    color: #D85752;
}

.help-block.form-error {
    display: none !important;
}

.has-error .error_hint,
.has-error + .error_hint {
    max-height: 60px;
}

.field_block {
    position: relative;
}
.field_block input,
.field_block textarea {
    width: 100%;
}
.field_block textarea {
    resize: none;
    display: block;
}

.cb {
    display: block;
    clear: both;
}

.page_section {
    position: relative;
}
.page_section .decor_image {
    position: absolute;
    z-index: -1;
}
.page_section .decor_image img {
    display: block;
    width: 100%;
    height: auto;
}
.page_section .image_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    align-self: flex-start;
}
.page_section .image_block .back_image {
    display: block;
    width: 82%;
    margin-bottom: 8.5%;
    border-radius: 400px 400px 0 0;
}
.page_section .image_block .front_image {
    position: absolute;
    width: 36%;
    bottom: 0;
    z-index: 1;
}
.page_section .image_block.front_right .author_words,
.page_section .image_block.front_right .front_image {
    right: 12px;
}
.page_section .image_block.front_left .back_image {
    margin-left: auto;
}
.page_section .image_block.front_left .author_words,
.page_section .image_block.front_left .front_image {
    left: 12px;
}
.page_section .wide_image {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 12px;
    padding-right: 12px;
}
.page_section .wide_image img {
    display: block;
    width: 100%;
}
.page_section .wide_image + .info_block {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 12px;
    padding-right: 12px;
}
.page_section .info_block {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    align-self: center;
}
.page_section .info_block img {
    display: inline-block;
    vertical-align: top;
    max-width: 100%;
}
.page_section .info_block p {
    margin: 0;
}
@media screen and (min-width: 1440px) {
    .page_section .large_container .image_block {
        max-width: 700px;
    }
    .page_section .large_container .info_block {
        flex: 1;
        width: 50%;
        max-width: none;
    }
}
.page_section .page_title {
    color: #C2A46E;
}
.page_section .author_words {
    position: absolute;
    z-index: 2;
    width: 82%;
    background: #F0E9DB;
    bottom: 0;
    margin-bottom: 26.5%;
}
.page_section .author_words .text_block {
    border-left: 1px solid;
    padding-left: 17px;
}
.page_section .author_words .author_name {
    margin-top: 30px;
    font-family: "montserrat-b", "montserratarm-b";
}
@media screen and (min-width: 960px) {
    .page_section .description_block:not(:first-child) {
        margin-top: 20px;
    }
    .page_section .page_btn {
        margin-top: 30px;
    }
    .page_section .info_block img {
        margin-top: 40px;
    }
    .page_section .author_words {
        padding: 32px 30px 32px 17px;
    }
}
@media screen and (max-width: 959px) {
    .page_section .description_block:not(:first-child) {
        margin-top: 12px;
    }
    .page_section .page_btn {
        margin-top: 20px;
    }
    .page_section .info_block img {
        margin-top: 20px;
    }
    .page_section .author_words {
        padding: 20px 20px 20px 12px;
    }
}
@media screen and (min-width: 768px) {
    .page_section:not(:last-child) {
        margin-bottom: 50px;
    }
    .page_section .row_reverse {
        flex-direction: row-reverse;
    }
}
@media screen and (max-width: 767px) {
    .page_section:not(:last-child) {
        margin-bottom: 60px;
    }
    .page_section .wide_image,
    .page_section .image_block {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .page_section .wide_image + .info_block,
    .page_section .info_block {
        flex: 0 0 100%;
        max-width: 100%;
        margin-top: 12px;
        text-align: center;
    }
    .page_section .author_words {
        display: none;
    }
}

.page_title {
    margin: 0;
    color: inherit;
}

.section_title {
    margin: 0;
    color: inherit;
}

.page_subtitle {
    margin: 0;
    color: inherit;
}

.section_subtitle {
    margin: 0;
    color: inherit;
    font-family: "montserrat-b", "montserratarm-b";
}

@media screen and (min-width: 960px) {
    .page_btn {
        margin-top: 30px;
    }
}
@media screen and (max-width: 959px) {
    .page_btn {
        margin-top: 20px;
    }
}

.content {
    position: relative;
    overflow: hidden;
}
@media screen and (min-width: 1680px) {
    .content {
        padding-top: 106px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .content {
        padding-top: 86px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .content {
        padding-top: 74px;
    }
}
@media screen and (max-width: 959px) {
    .content {
        padding-top: 52px;
    }
}

.text_block:not(:first-child) {
    margin-top: 14px;
}

.large_text:not(:first-child) {
    margin-top: 14px;
}

.company_name {
    position: absolute;
    pointer-events: none;
    z-index: 5;
}
.company_name img {
    display: block;
    animation: rotateName 15s linear infinite;
}
@media screen and (min-width: 1680px) {
    .company_name img {
        width: 244px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .company_name img {
        width: 210px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .company_name img {
        width: 180px;
    }
}
@media screen and (max-width: 959px) {
    .company_name img {
        width: 141px;
    }
}
.company_name.left {
    left: 0;
}
.company_name.top {
    top: -75px;
}
.company_name.right {
    right: 0;
}
.company_name.bottom {
    bottom: 0;
}

.at-share-btn-elements {
    display: flex;
}

.at-share-btn {
    background: transparent !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
    padding: 0 !important;
}
.at-share-btn * {
    display: none !important;
}

.popup_block {
    position: fixed;
    left: 0;
    width: 100%;
    height: 100%;
    top: 100%;
    overflow: hidden;
    z-index: 1000;
    -o-transition: top 0.5s;
    -ms-transition: top 0.5s;
    -moz-transition: top 0.5s;
    -webkit-transition: top 0.5s;
    transition: top 0.5s;
}

.popup_inner {
    display: flex;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.popup_container {
    background: #F0E9DB;
    width: 100%;
    max-width: 560px;
    padding: 40px;
    position: relative;
    text-align: center;
}
.popup_container .btns_block {
    margin: 0 -10px;
}
.popup_container .btns_block a,
.popup_container .btns_block button {
    margin: 20px 10px 0;
}
@media screen and (max-width: 575px) {
    .popup_container {
        padding: 20px;
    }
}

.privacy_policy .sidebar_menu ul, .product_page .product_chars ul, .product_page .params_list, .contacts_section .contacts_list, .header .lg_block .drop_block,
.header .submenu_list, .header .main_menu {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.distributors ul, .products_list ul, .verify_block .lg_list {
    padding: 0;
    margin: 0 -12px;
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
}

.media_block .image_inner > img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.header .lg_block.opened .drop_btn:before {
    transform: scaleY(-1);
    -moz-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    -webkit-transform: scaleY(-1);
    -o-transform: scaleY(-1);
}

.media_block .image_inner > img {
    object-fit: cover;
}

.media_block .image_inner iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100% !important;
    height: 100% !important;
}

.media_block .image_inner {
    position: relative;
    overflow: hidden;
}
.media_block .image_inner:before {
    display: block;
    content: "";
    padding-bottom: 62.5%;
}

.main_section .slider_btns button:before,
.main_section .slick-arrow:before, .at-share-btn:before,
[class*=icon_]:before,
[class*=icon_]:after {
    font-family: "icon" !important;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.distributors ul .image_block img, .products_list img, .main_section .slider_thumbs .slide_block img, .header .main_logo img {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.main_section .slide_title, .page_title {
    font-family: "montserrat-b", "montserratarm-b";
    line-height: 1.3em;
}
@media screen and (min-width: 1680px) {
    .main_section .slide_title, .page_title {
        font-size: 940%;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .main_section .slide_title, .page_title {
        font-size: 720%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .main_section .slide_title, .page_title {
        font-size: 480%;
    }
}
@media screen and (max-width: 959px) {
    .main_section .slide_title, .page_title {
        font-size: 320%;
    }
}

.product_page .char_type, .section_title {
    font-family: "montserrat-b", "montserratarm-b";
    line-height: 1.3em;
}
@media screen and (min-width: 1680px) {
    .product_page .char_type, .section_title {
        font-size: 480%;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .product_page .char_type, .section_title {
        font-size: 400%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .product_page .char_type, .section_title {
        font-size: 320%;
    }
}
@media screen and (max-width: 959px) {
    .product_page .char_type, .section_title {
        font-size: 240%;
        line-height: 1.5em;
    }
}

.error_page .title_block, .media_block .media_title, .products_list .product_name, .verify_block .title_block, .page_subtitle {
    font-family: "montserrat-b", "montserratarm-b";
    line-height: 1.5em;
}
@media screen and (min-width: 1680px) {
    .error_page .title_block, .media_block .media_title, .products_list .product_name, .verify_block .title_block, .page_subtitle {
        font-size: 320%;
        line-height: 1.3em;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .error_page .title_block, .media_block .media_title, .products_list .product_name, .verify_block .title_block, .page_subtitle {
        font-size: 280%;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .error_page .title_block, .media_block .media_title, .products_list .product_name, .verify_block .title_block, .page_subtitle {
        font-size: 260%;
    }
}
@media screen and (max-width: 959px) {
    .error_page .title_block, .media_block .media_title, .products_list .product_name, .verify_block .title_block, .page_subtitle {
        font-size: 240%;
    }
}

.contact_form .error_hint {
    line-height: 1.5em;
}
@media screen and (min-width: 960px) {
    .contact_form .error_hint {
        font-size: 140%;
    }
}
@media screen and (max-width: 959px) {
    .contact_form .error_hint {
        font-size: 120%;
    }
}

.error_page .description_block, .contact_form input,
.contact_form textarea, .verify_block .description_block {
    line-height: 1.5em;
}
@media screen and (min-width: 960px) {
    .error_page .description_block, .contact_form input,
    .contact_form textarea, .verify_block .description_block {
        font-size: 160%;
    }
}
@media screen and (max-width: 959px) {
    .error_page .description_block, .contact_form input,
    .contact_form textarea, .verify_block .description_block {
        font-size: 140%;
    }
}

.media_page .date_view,
.media_page .share_label, .media_page .author_block, .media_block .media_link, .product_page .params_list, .contacts_section .contacts_list, .main_section .slide_description, .page_section .author_words .author_name, .text_block {
    line-height: 1.5em;
}
@media screen and (min-width: 960px) {
    .media_page .date_view,
    .media_page .share_label, .media_page .author_block, .media_block .media_link, .product_page .params_list, .contacts_section .contacts_list, .main_section .slide_description, .page_section .author_words .author_name, .text_block {
        font-size: 180%;
    }
}
@media screen and (max-width: 959px) {
    .media_page .date_view,
    .media_page .share_label, .media_page .author_block, .media_block .media_link, .product_page .params_list, .contacts_section .contacts_list, .main_section .slide_description, .page_section .author_words .author_name, .text_block {
        font-size: 160%;
    }
}

.distributors ul .name_block, .privacy_policy .sidebar_menu, .product_page .char_info, .section_subtitle, .large_text {
    line-height: 1.5em;
}
@media screen and (min-width: 960px) {
    .distributors ul .name_block, .privacy_policy .sidebar_menu, .product_page .char_info, .section_subtitle, .large_text {
        font-size: 240%;
    }
}
@media screen and (max-width: 959px) {
    .distributors ul .name_block, .privacy_policy .sidebar_menu, .product_page .char_info, .section_subtitle, .large_text {
        font-size: 180%;
    }
}

.error_page .btns_block a.home_btn, .main_section .slide_btn, .verify_block .btns_block button[data-verify=yes], .page_btn, .popup_container .btns_block a {
    display: inline-block;
    vertical-align: top;
    border: none;
    color: #ffffff;
    background: #C2A46E;
    line-height: 1.5em;
}
.error_page .btns_block a.inactive.home_btn, .main_section .inactive.slide_btn, .verify_block .btns_block button.inactive[data-verify=yes], .inactive.page_btn, .popup_container .btns_block a.inactive, .error_page .btns_block a.disable.home_btn, .main_section .disable.slide_btn, .verify_block .btns_block button.disable[data-verify=yes], .disable.page_btn, .popup_container .btns_block a.disable, .error_page .btns_block a.disabled.home_btn, .main_section .disabled.slide_btn, .verify_block .btns_block button.disabled[data-verify=yes], .disabled.page_btn, .popup_container .btns_block a.disabled, .error_page .btns_block a.home_btn:disabled, .main_section .slide_btn:disabled, .verify_block .btns_block button[data-verify=yes]:disabled, .page_btn:disabled, .popup_container .btns_block a:disabled {
    pointer-events: none;
    background: #DCDCDC;
}
@media screen and (min-width: 960px) {
    .error_page .btns_block a.home_btn, .main_section .slide_btn, .verify_block .btns_block button[data-verify=yes], .page_btn, .popup_container .btns_block a {
        font-size: 160%;
        padding: 16px 32px;
    }
}
@media screen and (max-width: 959px) {
    .error_page .btns_block a.home_btn, .main_section .slide_btn, .verify_block .btns_block button[data-verify=yes], .page_btn, .popup_container .btns_block a {
        font-size: 140%;
        padding: 11px 20px;
    }
}

.error_page .btns_block a.back_btn, .media_listing .load_btn button,
.media_listing .load_btn a, .verify_block .btns_block button:not([data-verify=yes]), .popup_container .btns_block button {
    display: inline-block;
    vertical-align: top;
    border: 1px solid;
    color: #C2A46E;
    background: transparent;
    line-height: 1.5em;
}
.error_page .btns_block a.inactive.back_btn, .media_listing .load_btn button.inactive,
.media_listing .load_btn a.inactive, .verify_block .btns_block button.inactive:not([data-verify=yes]), .popup_container .btns_block button.inactive, .error_page .btns_block a.disable.back_btn, .media_listing .load_btn button.disable,
.media_listing .load_btn a.disable, .verify_block .btns_block button.disable:not([data-verify=yes]), .popup_container .btns_block button.disable, .error_page .btns_block a.disabled.back_btn, .media_listing .load_btn button.disabled,
.media_listing .load_btn a.disabled, .verify_block .btns_block button.disabled:not([data-verify=yes]), .popup_container .btns_block button.disabled, .error_page .btns_block a.back_btn:disabled, .media_listing .load_btn button:disabled,
.media_listing .load_btn a:disabled, .verify_block .btns_block button:disabled:not([data-verify=yes]), .popup_container .btns_block button:disabled {
    pointer-events: none;
    color: #DCDCDC;
}
@media screen and (min-width: 960px) {
    .error_page .btns_block a.back_btn, .media_listing .load_btn button,
    .media_listing .load_btn a, .verify_block .btns_block button:not([data-verify=yes]), .popup_container .btns_block button {
        font-size: 160%;
        padding: 15px 31px;
    }
}
@media screen and (max-width: 959px) {
    .error_page .btns_block a.back_btn, .media_listing .load_btn button,
    .media_listing .load_btn a, .verify_block .btns_block button:not([data-verify=yes]), .popup_container .btns_block button {
        font-size: 140%;
        padding: 10px 19px;
    }
}

.header {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
}
.header.fixed {
    background: #FBF8F4;
}
.header_inner {
    display: flex;
    align-items: center;
    max-width: 1752px;
    padding-left: 16px;
    padding-right: 16px;
    margin: 0 auto;
}
.header .main_logo {
    position: relative;
    z-index: 20;
}
.header .main_logo img {
    display: block;
    width: auto;
    height: 66px;
}
.header .main_logo a {
    display: block;
}
.header .menu_block a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}
.header .menu_block a.current_page {
    color: #C2A46E;
    text-decoration: underline;
}
.header .main_menu > li {
    position: relative;
}
.header .lg_block {
    position: relative;
    z-index: 10;
    margin-left: 10px;
}
.header .lg_block .drop_btn {
    border: none;
    background: transparent;
    padding: 0;
    display: flex;
    align-items: center;
    font-family: "montserrat-b", "montserratarm-b";
}
.header .lg_block .drop_btn:before {
    order: 2;
    display: flex;
    width: 24px;
    height: 24px;
    text-align: center;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    font-size: 50%;
}
.header .lg_block.opened .drop_btn {
    color: #C2A46E;
}
.header .current_lg {
    font-family: "montserrat-b", "montserratarm-b";
    color: #C2A46E;
    pointer-events: none;
}
@media screen and (min-width: 960px) {
    .header .lg_block {
        order: 2;
    }
    .header .lg_block .current_lg {
        display: none;
    }
    .header .lg_block .drop_block,
    .header .submenu_list {
        position: absolute;
        top: 100%;
        min-width: 100%;
        left: 0;
        background: #ffffff;
        box-shadow: 0 16px 20px rgba(194, 164, 110, 0.16);
    }
    .header .lg_block .drop_block:before, .header .lg_block .drop_block:after,
    .header .submenu_list:before,
    .header .submenu_list:after {
        display: block;
        content: "";
        height: 18px;
    }
    .header .lg_block .drop_block li,
    .header .submenu_list li {
        padding: 0 24px;
    }
    .header .lg_block .drop_block li:not(:first-child),
    .header .submenu_list li:not(:first-child) {
        margin-top: 8px;
    }
    .header .lg_block .drop_block li:first-child.current_lg + li,
    .header .submenu_list li:first-child.current_lg + li {
        margin-top: 0;
    }
    .header .menu_btn,
    .header .submenu_list {
        display: none;
    }
    .header .main_menu {
        display: flex;
    }
    .header .main_menu > li.opened .submenu_btn {
        color: #C2A46E;
        text-decoration: underline;
    }
    .header .menu_inner {
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
}
@media screen and (min-width: 1680px) {
    .header_inner {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .header .main_menu > li {
        padding-right: 60px;
    }
    .header .menu_block {
        font-size: 180%;
        line-height: 24px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .header .main_logo img {
        height: 56px;
    }
    .header .menu_block {
        font-size: 160%;
        line-height: 22px;
    }
    .header .main_menu > li {
        padding-right: 40px;
    }
    .header_inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header .lg_block .drop_block {
        left: auto;
        right: 0;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .header .main_logo img {
        height: 44px;
    }
    .header .menu_block {
        font-size: 140%;
        line-height: 20px;
    }
    .header .main_menu > li {
        padding-right: 24px;
    }
    .header .lg_block .drop_btn:before {
        min-width: 0;
        width: auto;
    }
    .header .lg_block .drop_block {
        right: 0;
        left: auto;
    }
    .header_inner {
        padding-top: 15px;
        padding-bottom: 15px;
    }
}
@media screen and (min-width: 960px) {
    .header .main_logo img.mobile_logo {
        display: none;
    }
    .header .main_menu > li {
        padding-top: 8px;
        padding-bottom: 8px;
    }
    .header .menu_block {
        flex: 1;
        width: 50%;
    }
}
@media screen and (max-width: 959px) {
    .header .main_logo img {
        height: 32px;
    }
    .header .main_logo img.web_logo {
        display: none;
    }
    .header_inner {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .header .menu_block {
        font-size: 160%;
        line-height: 22px;
        position: fixed;
        overflow: hidden;
        top: 0;
        background: rgba(60, 60, 60, 0.3);
        left: 0;
        width: 100%;
        height: 0;
        z-index: 99;
        -o-transition: height 0.7s;
        -ms-transition: height 0.7s;
        -moz-transition: height 0.7s;
        -webkit-transition: height 0.7s;
        transition: height 0.7s;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }
    .header .menu_block:before {
        display: block;
        content: "";
        min-height: 52px;
        background: #ffffff;
        width: 100%;
    }
    .header .menu_inner {
        background: #ffffff;
        position: relative;
        overflow-x: hidden;
        overflow-y: auto;
        width: 100%;
        text-align: center;
    }
    .header .menu_inner::-webkit-scrollbar {
        width: 0;
    }
    .header .menu_btn {
        border: none;
        background: transparent;
        color: #C2A46E;
        padding: 11px 2px;
        width: 24px;
        height: 24px;
        position: relative;
        overflow: hidden;
        z-index: 100;
        margin-left: auto;
    }
    .header .menu_btn:before, .header .menu_btn:after {
        display: block;
        content: "";
        position: absolute;
        -o-transition: all 0.7s;
        -ms-transition: all 0.7s;
        -moz-transition: all 0.7s;
        -webkit-transition: all 0.7s;
        transition: all 0.7s;
        border-top: 2px solid;
        left: 2px;
        width: 20px;
    }
    .header .menu_btn:before {
        top: 4px;
    }
    .header .menu_btn:after {
        bottom: 4px;
    }
    .header .menu_btn span {
        display: block;
        border-top: 2px solid;
        -o-transition: opacity 0.2s;
        -ms-transition: opacity 0.2s;
        -moz-transition: opacity 0.2s;
        -webkit-transition: opacity 0.2s;
        transition: opacity 0.2s;
        -o-transition-delay: 0.5s;
        -ms-transition-delay: 0.5s;
        -moz-transition-delay: 0.5s;
        -webkit-transition-delay: 0.5s;
        transition-delay: 0.5s;
    }
    .header .menu_btn:before {
        border-radius: 2px;
        transform-origin: top left;
        -webkit-transfrom-origin: top left;
    }
    .header .menu_btn:after {
        border-radius: 2px;
        transform-origin: bottom left;
        -webkit-transfrom-origin: bottom left;
    }
    .header .menu_btn span {
        border-radius: 2px;
    }
    .header .lg_block {
        padding-top: 28px;
        margin-left: 0;
    }
    .header .lg_block .drop_btn {
        display: none;
    }
    .header .lg_block .drop_block {
        display: flex !important;
        justify-content: center;
        align-items: center;
    }
    .header .lg_block .drop_block li {
        padding: 0 12px;
    }
    .header .main_menu:before, .header .main_menu:after {
        display: block;
        content: "";
        height: 40px;
    }
    .header .main_menu > li {
        padding: 0 16px;
    }
    .header .main_menu > li:not(:first-child) {
        margin-top: 32px;
    }
    .header .submenu_list {
        display: block !important;
        padding-top: 4px;
        color: #C2A46E;
    }
    .header .submenu_list li {
        padding-top: 12px;
    }
    .header .submenu_btn {
        pointer-events: none;
    }
}

@media screen and (max-width: 959px) {
    .menu_opened {
        overflow: hidden;
    }
    .menu_opened .menu_block {
        height: 100%;
    }
    .menu_opened .menu_btn span {
        opacity: 0;
        -o-transition-delay: 0s;
        -ms-transition-delay: 0s;
        -moz-transition-delay: 0s;
        -webkit-transition-delay: 0s;
        transition-delay: 0s;
    }
    .menu_opened .menu_btn:before {
        transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -o-transform: rotate(45deg);
    }
    .menu_opened .menu_btn:after {
        transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
    }
    .menu_opened .menu_btn:before, .menu_opened .menu_btn:after {
        left: 4px;
        width: 21px;
    }
}
.footer {
    opacity: 0;
    text-align: center;
    padding: 0 16px;
}
.footer:before, .footer:after {
    display: block;
    content: "";
}
.footer .logo_block img {
    display: inline-block;
    vertical-align: top;
}
.footer_menu,
.footer .policy_menu {
    padding: 0;
    margin-bottom: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    position: relative;
}
.footer_menu a,
.footer .policy_menu a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}
.footer .policy_menu:before {
    display: block;
    content: "";
    position: absolute;
    border-top: 1px solid #F6EAD2;
    max-width: 1720px;
    margin: 0 auto;
    left: 16px;
    right: 16px;
}
.footer .socials_list {
    margin: 30px -10px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
}
.footer .socials_list li {
    width: 32px;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 10px;
}
.footer .socials_list a {
    font-size: 240%;
    display: block;
    color: #C2A46E;
}
.footer .socials_list a:before {
    display: block;
}
@media screen and (min-width: 1680px) {
    .footer:before {
        height: 130px;
    }
    .footer .logo_block img {
        width: 72px;
    }
    .footer_menu,
    .footer .policy_menu {
        font-size: 180%;
        line-height: 24px;
        margin-left: -40px;
        margin-right: -40px;
    }
    .footer_menu li,
    .footer .policy_menu li {
        padding: 0 40px;
    }
    .footer_menu {
        margin-top: 50px;
    }
    .footer .policy_menu {
        margin-top: 40px;
    }
    .footer .policy_menu:before {
        top: -20px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .footer:before {
        height: 110px;
    }
    .footer .logo_block img {
        width: 64px;
    }
    .footer_menu,
    .footer .policy_menu {
        font-size: 160%;
        line-height: 22px;
        margin-left: -30px;
        margin-right: -30px;
    }
    .footer_menu li,
    .footer .policy_menu li {
        padding: 0 30px;
    }
    .footer_menu {
        margin-top: 45px;
    }
    .footer .policy_menu {
        margin-top: 35px;
    }
    .footer .policy_menu:before {
        top: -19px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .footer:before {
        height: 90px;
    }
    .footer .logo_block img {
        width: 56px;
    }
    .footer_menu,
    .footer .policy_menu {
        font-size: 140%;
        line-height: 20px;
        margin-left: -20px;
        margin-right: -20px;
    }
    .footer_menu li,
    .footer .policy_menu li {
        padding: 0 20px;
    }
    .footer_menu {
        margin-top: 40px;
    }
    .footer .policy_menu {
        margin-top: 30px;
    }
    .footer .policy_menu:before {
        top: -15px;
    }
}
@media screen and (min-width: 960px) {
    .footer:after {
        height: 50px;
    }
    .footer .copyrights {
        margin-top: 30px;
        font-size: 140%;
        line-height: 20px;
    }
}
@media screen and (max-width: 959px) {
    .footer:before {
        height: 70px;
    }
    .footer:after {
        height: 40px;
    }
    .footer .logo_block img {
        width: 48px;
    }
    .footer_menu {
        display: none;
    }
    .footer .policy_menu {
        flex-direction: column;
        align-items: center;
        font-size: 140%;
        line-height: 20px;
        margin-top: 24px;
    }
    .footer .policy_menu li:not(:first-child) {
        padding-top: 24px;
    }
    .footer .policy_menu:before {
        display: none;
    }
    .footer .copyrights {
        margin-top: 20px;
        font-size: 120%;
        line-height: 17px;
    }
}
@media screen and (max-width: 767px) {
    .footer .socials_list li {
        width: auto;
        height: auto;
    }
    .footer .socials_list a {
        font-size: 180%;
    }
}

.verify_block {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FBF8F4;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.verify_block:not(.showed) > * {
    visibility: hidden;
    opacity: 0;
}
.verify_block:not(.showed):before {
    display: block;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 180px;
    height: 180px;
    margin: -90px;
    transform-origin: center;
    -webkit-transfrom-origin: center;
    background: url("images/company_name.svg") no-repeat;
    background-size: 100%;
    background-position: center;
    animation: rotateName 15s linear infinite;
}
.verify_block .logo_block {
    margin-bottom: 25px;
}
.verify_block .logo_block img {
    display: block;
}
.verify_block .lg_list {
    justify-content: center;
    position: relative;
    z-index: 5;
}
.verify_block .lg_list li {
    padding: 0 15px;
}
.verify_block .lg_list li.current_lg {
    color: #C2A46E;
    font-family: "montserrat-b", "montserratarm-b";
    pointer-events: none;
}
.verify_block .lg_list a {
    display: block;
    color: inherit;
}
.verify_block .verify_info,
.verify_block .reject_info {
    padding: 40px 0;
    margin: auto 0;
    position: relative;
}
.verify_block .reject_info {
    display: none;
}
.verify_block .btns_block {
    display: flex;
    align-items: flex-start;
    height: 0;
    justify-content: center;
}
.verify_block .title_block {
    color: #C2A46E;
    max-width: 1420px;
}
.verify_block .description_block {
    max-width: 1420px;
}
@media screen and (min-width: 1680px) {
    .verify_block {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .verify_block:after {
        display: block;
        content: "";
        width: 100%;
        height: 185px;
    }
    .verify_block .logo_block img {
        width: 136px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .verify_block {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .verify_block .logo_block img {
        width: 118px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .verify_block {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .verify_block .logo_block img {
        width: 100px;
    }
}
@media screen and (min-width: 960px) {
    .verify_block .lg_list li {
        margin: 0 2px;
        font-size: 160%;
        line-height: 24px;
    }
    .verify_block .btns_block {
        margin-top: 26px;
    }
    .verify_block .btns_block button {
        margin: 0 12px;
    }
    .verify_block .description_block {
        margin-top: 24px;
    }
}
@media screen and (max-width: 959px) {
    .verify_block {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .verify_block .logo_block img {
        width: 82px;
    }
    .verify_block .lg_list li {
        margin-top: 5px;
        font-size: 140%;
        line-height: 20px;
    }
    .verify_block .btns_block {
        margin-top: 20px;
    }
    .verify_block .btns_block button {
        margin: 0 10px;
    }
    .verify_block .description_block {
        margin-top: 14px;
    }
}
@media screen and (max-height: 479px) {
    .verify_block {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .verify_block .verify_info {
        padding-top: 20px;
    }
}

@keyframes rotateName {
    from {
        transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
.main_section {
    height: 100vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.main_section .large_container {
    height: 100%;
    display: flex;
    align-items: flex-end;
}
.main_section .main_slider {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    position: relative;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
    height: 100%;
    padding-right: 12px;
}
.main_section .main_slider .slick-list,
.main_section .main_slider .slick-track {
    height: inherit;
}
.main_section .main_slider .slide_block {
    height: inherit;
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 100%;
    vertical-align: top;
}
.main_section .main_slider .slide_inner {
    height: 100%;
    display: flex;
}
.main_section .main_slider .image_block {
    display: flex;
    flex: 0 0 35%;
    max-width: 35%;
    height: 100%;
    align-items: flex-end;
    justify-content: center;
    padding-top: 12px;
}
.main_section .main_slider .image_block img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.main_section .main_slider .info_block {
    flex: 0 0 65%;
    max-width: 65%;
    padding-right: 24px;
    align-self: center;
    padding-bottom: 17px;
}
.main_section .slider_thumbs {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 12px;
    position: relative;
}
.main_section .slider_thumbs .thumbs_list {
    position: relative;
    white-space: nowrap;
    font-size: 0;
    overflow: hidden;
}
.main_section .slider_thumbs .slide_block {
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 33.33%;
    vertical-align: bottom;
    position: relative;
    float: none;
}
.main_section .slider_thumbs .slide_block img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}
.main_section .slider_thumbs .slide_block:not(.slick-current) img {
    filter: blur(3px);
    cursor: pointer;
}
.main_section .slider_thumbs .slider_btns button,
.main_section .slider_thumbs .slick-arrow {
    right: 0;
}
.main_section .slider_thumbs .slider_btns .prev_btn,
.main_section .slider_thumbs .slick-prev {
    top: 50%;
}
.main_section .slider_thumbs .slider_btns .next_btn,
.main_section .slider_thumbs .slick-next {
    bottom: 50%;
}
.main_section .slider_btns button,
.main_section .slick-arrow {
    position: absolute;
    z-index: 5;
    border: 2px solid;
    border-radius: 50%;
    background: transparent;
    color: #C2A46E;
}
.main_section .slider_btns button:before,
.main_section .slick-arrow:before {
    display: block;
}
.main_section .slider_btns .prev_btn:before,
.main_section .slick-prev:before {
    content: "\e902";
}
.main_section .slider_btns .prev_btn.slick-disabled,
.main_section .slick-prev.slick-disabled {
    color: #DCDCDC;
    pointer-events: none;
}
.main_section .slider_btns .next_btn:before,
.main_section .slick-next:before {
    content: "\e903";
}
.main_section .slider_btns .next_btn.slick_end,
.main_section .slick-next.slick_end {
    color: #DCDCDC;
    pointer-events: none;
}
.main_section .slide_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.main_section .slide_description {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
@media screen and (min-width: 1680px) {
    .main_section {
        margin-top: -106px;
        padding-top: 106px;
        padding-bottom: 89px;
        margin-bottom: 130px;
    }
    .main_section .thumbs_list {
        padding-right: 145px;
    }
    .main_section .thumbs_list .slick-prev {
        margin-top: 17px;
    }
    .main_section .thumbs_list .slick-next {
        margin-bottom: 17px;
    }
    .main_section .thumbs_list .slide_block {
        padding-right: 24px;
    }
    .main_section .thumbs_list .slide_block img {
        max-height: 225px;
    }
    .main_section .slider_btns button,
    .main_section .slick-arrow {
        width: 56px;
        height: 56px;
    }
    .main_section .slider_btns button:before,
    .main_section .slick-arrow:before {
        font-size: 2rem;
    }
    .main_section .slider_btns .prev_btn {
        margin-top: 17px;
    }
    .main_section .slider_btns .next_btn {
        margin-bottom: 17px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .main_section {
        margin-top: -86px;
        padding-top: 86px;
        padding-bottom: 69px;
        margin-bottom: 110px;
    }
    .main_section .slider_btns button,
    .main_section .slick-arrow {
        width: 52px;
        height: 52px;
    }
    .main_section .slider_btns button:before,
    .main_section .slick-arrow:before {
        font-size: 1.8rem;
    }
    .main_section .slider_btns .prev_btn {
        margin-top: 15px;
    }
    .main_section .slider_btns .next_btn {
        margin-bottom: 15px;
    }
    .main_section .thumbs_list {
        padding-right: 8vw;
    }
    .main_section .thumbs_list .slick-prev {
        margin-top: 15px;
    }
    .main_section .thumbs_list .slick-next {
        margin-bottom: 15px;
    }
    .main_section .thumbs_list .slide_block {
        padding-right: 20px;
    }
    .main_section .thumbs_list .slide_block img {
        max-height: 200px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .main_section {
        margin-top: -74px;
        padding-top: 74px;
        padding-bottom: 49px;
        margin-bottom: 90px;
    }
    .main_section .slick-arrow {
        width: 48px;
        height: 48px;
    }
    .main_section .slick-arrow:before {
        font-size: 1.6rem;
    }
    .main_section .main_slider {
        padding-left: 64px;
        padding-right: 64px;
    }
    .main_section .main_slider .slick-arrow {
        margin-top: -24px;
    }
}
@media screen and (max-width: 1279px) {
    .main_section .main_slider {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .main_section .main_slider .image_block {
        flex: 0 0 40%;
        max-width: 40%;
        justify-content: flex-end;
        align-items: center;
    }
    .main_section .main_slider .info_block {
        flex: 0 0 60%;
        max-width: 60%;
    }
    .main_section .main_slider .slick-arrow {
        top: 50%;
    }
    .main_section .main_slider .slick-prev {
        left: 0;
    }
    .main_section .main_slider .slick-next {
        right: 0;
    }
    .main_section .main_slider .slick-next.slick-disabled {
        color: #DCDCDC;
        pointer-events: none;
    }
    .main_section .slider_thumbs {
        display: none;
    }
}
@media screen and (min-width: 960px) {
    .main_section .slide_btn {
        margin-top: 30px;
    }
    .main_section .slide_description {
        margin-top: 16px;
    }
}
@media screen and (max-width: 959px) {
    .main_section {
        min-height: 480px;
        margin-top: -52px;
        padding-top: 52px;
        padding-bottom: 29px;
        margin-bottom: 70px;
    }
    .main_section .slide_btn,
    .main_section .slide_description {
        margin-top: 20px;
    }
    .main_section .slick-arrow {
        width: 42px;
        height: 42px;
    }
    .main_section .slick-arrow:before {
        font-size: 1.4rem;
    }
    .main_section .main_slider {
        padding-left: 58px;
        padding-right: 58px;
    }
    .main_section .main_slider .slick-arrow {
        margin-top: -31px;
    }
    .main_section .main_slider .info_block {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .main_section .main_slider .image_block {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media screen and (max-width: 767px) {
    .main_section {
        height: auto;
        min-height: 0;
        margin-top: 0;
        padding-top: 20px;
    }
    .main_section .main_slider {
        padding: 0;
    }
    .main_section .main_slider .slide_inner {
        flex-direction: column;
    }
    .main_section .main_slider .info_block {
        height: 285px;
        flex: none;
        max-width: 100%;
        text-align: center;
        padding-right: 0;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-start;
        padding-bottom: 30px;
    }
    .main_section .main_slider .image_block {
        flex: none;
        height: 430px;
        max-width: 100%;
        justify-content: center;
    }
    .main_section .main_slider .slick-arrow {
        top: auto;
        bottom: 215px;
        margin-bottom: -21px;
        margin-top: 0;
    }
}
@media screen and (max-width: 479px) {
    .main_section .slide_description {
        -webkit-line-clamp: 4;
    }
}

.about_section {
    background: #F9F3ED;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    width: 100%;
}
.about_section > img {
    display: block;
    width: 100%;
}
.about_section .info_block {
    max-width: 1140px;
    margin: 0 auto;
}
@media screen and (min-width: 768px) {
    .about_section {
        margin-top: 100px;
    }
    .about_section img.image_mobile {
        display: none;
    }
    .about_section .info_block {
        padding-top: 56px;
        padding-bottom: 30px;
    }
}
@media screen and (max-width: 767px) {
    .about_section {
        margin-top: 80px;
    }
    .about_section img.image_web {
        display: none;
    }
    .about_section .info_block {
        padding-top: 73px;
        padding-bottom: 20px;
    }
    .about_section .company_name {
        left: 50% !important;
        margin-left: -71px !important;
    }
}
.about_section .large_container {
    position: relative;
}

.about_page {
    background-size: 0;
    padding-top: 32px;
}
.about_page:before {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: inherit;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
@media screen and (min-width: 1680px) {
    .about_page .company_name.right {
        transform: translate3d(50%, 0, 0);
        -moz-transform: translate3d(50%, 0, 0);
        -ms-transform: translate3d(50%, 0, 0);
        -webkit-transform: translate3d(50%, 0, 0);
        -o-transform: translate3d(50%, 0, 0);
    }
}
@media screen and (min-width: 960px) {
    .about_page .description_block:before {
        display: block;
        content: "";
        height: 28px;
    }
}
.about_page .page_title {
    color: inherit;
}
@media screen and (max-width: 767px) {
    .about_page .page_section .image_block {
        order: 2;
        margin-top: 30px;
    }
    .about_page .page_section .image_block .back_image {
        width: 100%;
        margin-bottom: 0;
    }
    .about_page .page_section .info_block {
        margin-top: 0;
    }
    .about_page .page_section .company_name {
        position: relative;
        margin-top: -71px;
    }
    .about_page .page_section .company_name.right img {
        margin-left: auto;
    }
}

.contact_form {
    margin-top: 45px;
}
.contact_form .field_block {
    margin-top: 20px;
}
.contact_form input,
.contact_form textarea {
    background: transparent;
    padding: 8px 0;
    border: none;
    border-bottom: 1px solid #DCDCDC;
}
.contact_form input:focus,
.contact_form textarea:focus {
    border-color: #C2A46E;
}
.contact_form textarea {
    height: 94px;
}
.contact_form .error_hint {
    text-align: left;
}
.contact_form .has-error .error_hint {
    padding-top: 9px;
}

@media screen and (min-width: 1680px) {
    .contacts_page {
        padding-top: 75px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .contacts_page {
        padding-top: 60px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .contacts_page {
        padding-top: 40px;
    }
}
@media screen and (max-width: 959px) {
    .contacts_page {
        padding-top: 20px;
    }
}

.contacts_section {
    flex: 0 0 40%;
    max-width: 40%;
    padding: 0 12px;
}
.contacts_section .socials_list {
    margin: 35px -12px 0;
    padding: 0;
    list-style-type: none;
    display: flex;
    align-items: center;
}
.contacts_section .socials_list li {
    padding: 0 12px;
}
.contacts_section .socials_list a {
    font-size: 240%;
    display: block;
    color: #C2A46E;
}
.contacts_section .socials_list a:before {
    display: block;
}
.contacts_section .contacts_list a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}
.contacts_section .contacts_list li {
    display: flex;
    align-items: flex-start;
}
@media screen and (min-width: 960px) {
    .contacts_section .contacts_list li {
        padding-top: 20px;
    }
}
@media screen and (max-width: 959px) {
    .contacts_section .contacts_list li {
        padding-top: 16px;
    }
}
.contacts_section .contacts_list li:before {
    display: flex;
    min-width: 24px;
    height: 24px;
    align-items: center;
    justify-content: center;
    color: #C2A46E;
    margin-right: 8px;
}
.contacts_section .contacts_list li.icon_address:before {
    font-size: 2rem;
}
.contacts_section .contacts_list li.icon_phone:before {
    font-size: 1.8rem;
}

.map_block {
    flex: 0 0 60%;
    max-width: 60%;
    padding: 0 12px;
}

#map {
    height: 100%;
}

@media screen and (min-width: 768px) and (max-width: 1199px) {
    .map_block,
    .contacts_section {
        flex: 0 0 50%;
        max-width: 50%;
    }
}
@media screen and (max-width: 767px) {
    .map_block,
    .contacts_section {
        flex: 0 0 100%;
        max-width: 100%;
    }

    .contacts_section {
        text-align: center;
    }
    .contacts_section .contacts_list {
        text-align: left;
    }
    .contacts_section .socials_list {
        display: none;
    }

    .map_block {
        margin-top: 40px;
    }

    #map {
        height: 266px;
    }
}
@media screen and (min-width: 1680px) {
    .about_category {
        padding-top: 105px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .about_category {
        padding-top: 80px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .about_category {
        padding-top: 50px;
    }
}
@media screen and (max-width: 959px) {
    .about_category {
        padding-top: 20px;
    }
}
.about_category .image_block:before {
    display: block;
    content: "";
    position: absolute;
    left: 100%;
    margin-left: -50vw;
    width: 100vw;
    bottom: 50%;
    height: 3000px;
    background: #F0E9DB;
    z-index: -1;
}
.about_category .info_block {
    align-self: flex-start;
    padding-top: 40px;
}
.about_category .page_title {
    color: inherit;
}
@media screen and (max-width: 767px) {
    .about_category .image_block {
        order: 2;
        margin-top: 20px;
    }
    .about_category .image_block:before {
        left: 50%;
        bottom: 25%;
    }
    .about_category .info_block {
        padding-top: 0;
    }
}

.products_list {
    padding-top: 30px;
}
.products_list li {
    flex: 0 0 25%;
    max-width: 25%;
    padding-left: 12px;
    padding-right: 12px;
}
.products_list .product_block {
    display: block;
    text-align: center;
}
.products_list a.product_block:hover {
    color: #3c3c3c;
}
.products_list a.product_block:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
}
.products_list .product_image {
    display: block;
    padding-bottom: 126.8%;
    position: relative;
}
.products_list img {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100%;
}
.products_list .product_name {
    display: block;
    margin-top: 16px;
}
@media screen and (min-width: 1680px) {
    .products_list li {
        margin-top: 60px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .products_list li {
        margin-top: 48px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .products_list li {
        margin-top: 32px;
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
}
@media screen and (max-width: 959px) {
    .products_list {
        padding-top: 50px;
    }
    .products_list li {
        margin-top: 24px;
        flex: 0 0 50%;
        max-width: 50%;
    }
    .products_list .product_name {
        margin-top: 12px;
    }
}
@media screen and (max-width: 575px) {
    .products_list li {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.product_page {
    background-size: 0;
    padding-top: 32px;
    min-height: 100vh;
}
.product_page:before {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    content: "";
    background-image: inherit;
    z-index: -1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
}
.product_page .product_info .page_row {
    justify-content: flex-end;
}
.product_page .main_info,
.product_page .product_chars {
    flex: 0 0 58.3333333333%;
    max-width: 58.3333333333%;
    padding-left: 12px;
    padding-right: 12px;
    position: relative;
    z-index: 5;
}
.product_page .info_inner {
    background: rgba(194, 164, 110, 0.2);
}
.product_page .page_title {
    max-width: 860px;
    color: #C2A46E;
}
.product_page .product_description {
    margin-top: 12px;
    max-width: 860px;
}
.product_page .params_list {
    max-width: 860px;
}
.product_page .params_list li {
    display: flex;
    padding-top: 12px;
}
.product_page .params_list li:first-child {
    margin-top: 8px;
}
.product_page .params_list .param_type {
    flex: 0 0 165px;
    max-width: 165px;
    padding-right: 16px;
}
.product_page .params_list .param_info {
    flex: 1;
    width: 50%;
    font-family: "montserrat-b", "montserratarm-b";
}
.product_page .char_type {
    color: #C2A46E;
}
.product_page .char_info {
    margin-top: 20px;
}
.product_page .share_btns {
    margin: 30px -10px 0;
}
.product_page .at-share-btn {
    width: 24px !important;
    height: 24px !important;
    color: #3c3c3c !important;
    margin: 0 10px !important;
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
    font-size: 1.8rem;
}
.product_page .at-share-btn:hover {
    color: #C2A46E !important;
}
.product_page .at-share-btn:before {
    display: block;
}
@media screen and (min-width: 1680px) {
    .product_page .product_image {
        padding-top: 125px;
    }
    .product_page .main_info {
        padding-top: 145px;
    }
    .product_page .main_info .info_inner {
        padding: 50px 30px;
    }
    .product_page .product_chars {
        padding-top: 45px;
    }
    .product_page .product_chars li {
        padding-top: 70px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .product_page .product_image {
        padding-top: 105px;
    }
    .product_page .main_info {
        padding-top: 100px;
    }
    .product_page .main_info .info_inner {
        padding: 42px 24px;
    }
    .product_page .product_chars {
        padding-top: 36px;
    }
    .product_page .product_chars li {
        padding-top: 56px;
    }
    .product_page .share_btns {
        margin-top: 24px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .product_page .product_image {
        padding-top: 90px;
    }
    .product_page .main_info {
        padding-top: 60px;
    }
    .product_page .main_info .info_inner {
        padding: 36px 30px;
    }
    .product_page .product_chars {
        padding-top: 24px;
    }
    .product_page .product_chars li {
        padding-top: 40px;
    }
    .product_page .share_btns {
        margin-top: 20px;
    }
}
@media screen and (max-width: 959px) {
    .product_page .product_image {
        padding-top: 70px;
    }
    .product_page .main_info {
        padding-top: 0px;
    }
    .product_page .main_info .info_inner {
        padding: 30px 16px;
    }
    .product_page .product_chars {
        padding-top: 16px;
    }
    .product_page .product_chars li {
        padding-top: 24px;
    }
    .product_page .char_info {
        margin-top: 18px;
    }
    .product_page .share_btns {
        margin-top: 16px;
    }
}
@media screen and (min-width: 576px) {
    .product_page .product_image {
        position: fixed;
        bottom: 0;
        height: 100%;
        left: 0;
        width: 100%;
        padding-bottom: 20px;
    }
    .product_page .product_image .large_container,
    .product_page .product_image .page_row {
        height: 100%;
    }
    .product_page .product_image .image_inner {
        flex: 0 0 41.6666666667%;
        max-width: 41.6666666667%;
        padding-left: 12px;
        padding-right: 12px;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .product_page .product_image .image_inner img {
        display: block;
        max-width: 100%;
        max-height: 100%;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .product_page .product_image .image_inner {
        flex: 0 0 33.3333333333%;
        max-width: 33.3333333333%;
    }
    .product_page .main_info,
    .product_page .product_chars {
        flex: 0 0 66.6666666667%;
        max-width: 66.6666666667%;
    }
    .product_page .params_list .param_type {
        flex: 0 0 140px;
        max-width: 140px;
    }
}
@media screen and (max-width: 575px) {
    .product_page {
        padding-top: 0;
    }
    .product_page .product_image {
        padding-top: 20px;
        padding-bottom: 20px;
        bottom: auto !important;
    }
    .product_page .product_image .image_inner {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .product_page .product_image img {
        display: block;
        max-height: 115vw;
        max-width: 100%;
        margin: 0 auto;
    }
    .product_page .main_info,
    .product_page .product_chars {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
    .product_page .params_list li {
        display: block;
        padding-top: 16px;
    }
    .product_page .params_list .param_type {
        flex: none;
        max-width: 100%;
        padding-right: 0;
        padding-bottom: 8px;
    }
    .product_page .params_list .param_info {
        flex: none;
        width: 100%;
    }
    .product_page .at-share-btn-elements {
        justify-content: center;
    }
}

.media_listing {
    padding-top: 30px;
}
.media_listing .section_title {
    text-align: center;
}
.media_listing .load_btn {
    text-align: center;
    margin-top: 30px;
}
.media_listing .load_btn button,
.media_listing .load_btn a {
    font-family: "montserrat-b", "montserratarm-b";
}

.media_block .media_title {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.media_block .media_description {
    position: relative;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.media_block .media_link {
    text-decoration: underline;
    display: inline-block;
    vertical-align: top;
}
@media screen and (min-width: 1680px) {
    .media_block {
        padding-top: 50px;
    }
    .media_block .media_description {
        margin-top: 30px;
    }
    .media_block .media_link {
        margin-top: 24px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .media_block {
        padding-top: 40px;
    }
    .media_block .media_description {
        margin-top: 24px;
    }
    .media_block .media_link {
        margin-top: 20px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .media_block {
        padding-top: 32px;
    }
    .media_block .media_description {
        margin-top: 18px;
    }
    .media_block .media_link {
        margin-top: 16px;
    }
}
@media screen and (max-width: 959px) {
    .media_block {
        padding-top: 24px;
    }
    .media_block .media_description {
        margin-top: 12px;
    }
    .media_block .media_link {
        margin-top: 12px;
    }
}
@media screen and (min-width: 768px) {
    .media_block {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -12px;
    }
    .media_block .image_block,
    .media_block .info_block {
        flex: 0 0 50%;
        max-width: 50%;
        padding-left: 12px;
        padding-right: 12px;
    }
}
@media screen and (max-width: 767px) {
    .media_block .info_block {
        margin-top: 14px;
    }
}

.web .media_link:hover {
    color: #3c3c3c;
}

.touch .media_link:active {
    color: #3c3c3c;
}

.media_page .media_container {
    max-width: 1280px;
}
.media_page img {
    display: block;
    width: 100% !important;
    height: auto !important;
    margin: 30px 0;
}
.media_page .author_block {
    text-align: right;
    color: #C2A46E;
}
.media_page .author_block .author_name {
    text-decoration: underline;
}
.media_page .details_block,
.media_page .media_inner {
    margin-top: 30px;
}
.media_page .details_block {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #C2A46E;
}
.media_page .share_btns {
    margin-left: auto;
    padding-left: 24px;
    display: flex;
    align-items: center;
}
.media_page .date_view {
    white-space: nowrap;
}
.media_page .date_view span {
    display: inline-block;
    vertical-align: top;
}
.media_page .date_view span:not(:last-child):after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
}
.media_page .date_view .icon_view:before {
    font-size: 66.67%;
    display: inline-block;
    vertical-align: top;
    line-height: inherit;
    margin-right: 3px;
}
.media_page .at-share-btn {
    color: inherit !important;
    margin: 0 0 0 10px !important;
    transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    -o-transform: none !important;
}
.media_page .at-share-btn:hover {
    color: #3c3c3c !important;
}
.media_page .at-share-btn:before {
    display: block;
}
@media screen and (min-width: 1680px) {
    .media_page {
        padding-top: 60px;
    }
    .media_page .author_block {
        margin-top: 40px;
    }
    .media_page .at-share-btn {
        width: 48px !important;
        height: 48px !important;
        font-size: 3.6rem;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .media_page {
        padding-top: 45px;
    }
    .media_page .author_block {
        margin-top: 36px;
    }
    .media_page .at-share-btn {
        width: 32px !important;
        height: 32px !important;
        font-size: 2.4rem;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .media_page {
        padding-top: 30px;
    }
    .media_page .author_block {
        margin-top: 30px;
    }
    .media_page .at-share-btn {
        width: 24px !important;
        height: 24px !important;
        font-size: 1.8rem;
    }
}
@media screen and (max-width: 959px) {
    .media_page {
        padding-top: 20px;
    }
    .media_page .author_block {
        margin-top: 24px;
    }
    .media_page img {
        margin: 20px 0;
    }
    .media_page .media_inner {
        margin-top: 20px;
    }
    .media_page .at-share-btn {
        width: 18px !important;
        height: 18px !important;
        font-size: 1.8rem;
    }
}

.privacy_policy .sidebar_menu {
    flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;
    padding-left: 12px;
    padding-right: 12px;
}
.privacy_policy .sidebar_menu a {
    display: inline-block;
    vertical-align: top;
    color: inherit;
}
.privacy_policy .sidebar_menu a.current_page {
    display: flex;
    align-items: center;
    justify-content: space-between;
    pointer-events: none;
    color: #C2A46E;
    font-family: "montserrat-b", "montserratarm-b";
}
.privacy_policy .sidebar_menu a.current_page:before {
    display: block;
    margin-left: 20px;
    order: 2;
}
.privacy_policy .policy_inner {
    flex: 0 0 66.6666666667%;
    max-width: 66.6666666667%;
    padding-left: 12px;
    padding-right: 12px;
}
.privacy_policy .section_title + .text_block {
    margin-top: 20px;
}
.privacy_policy .text_block:not(:last-child) {
    margin-bottom: 30px;
}
.privacy_policy .page_subtitle + .section_subtitle {
    margin-top: 24px;
}
@media screen and (min-width: 1680px) {
    .privacy_policy {
        padding-top: 50px;
    }
    .privacy_policy .sidebar_menu li {
        padding-bottom: 40px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .privacy_policy {
        padding-top: 40px;
    }
    .privacy_policy .sidebar_menu li {
        padding-bottom: 34px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .privacy_policy {
        padding-top: 32px;
    }
    .privacy_policy .sidebar_menu li {
        padding-bottom: 28px;
    }
}
@media screen and (max-width: 959px) {
    .privacy_policy {
        padding-top: 24px;
    }
    .privacy_policy .sidebar_menu li {
        padding-bottom: 24px;
    }
}
@media screen and (max-width: 767px) {
    .privacy_policy .sidebar_menu {
        padding-bottom: 16px;
        flex: 0 0 100%;
        max-width: 100%;
    }
    .privacy_policy .sidebar_menu a.current_page:before {
        content: "\e901";
        font-size: 80%;
    }
    .privacy_policy .policy_inner {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.about_export {
    padding-top: 32px;
}
.about_export .page_title {
    color: inherit;
}
.about_export .image_block:before {
    display: block;
    content: "";
    position: absolute;
    left: -2000px;
    width: 6000px;
    bottom: 50%;
    height: 3000px;
    background: #F0E9DB;
    z-index: -1;
}
.about_export .image_block .company_name.right {
    margin-right: 2.5%;
}
.about_export .image_block .company_name.bottom {
    margin-bottom: 10%;
}
.about_export .info_block {
    align-self: flex-start;
}
@media screen and (min-width: 1680px) {
    .about_export .info_block {
        padding-top: 105px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .about_export .info_block {
        padding-top: 80px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .about_export .info_block {
        padding-top: 50px;
    }
}
@media screen and (max-width: 959px) {
    .about_export .info_block {
        padding-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .about_export {
        padding-top: 20px;
    }
    .about_export .info_block {
        padding-top: 0;
        margin-top: 0;
    }
    .about_export .image_block {
        order: 2;
        margin-top: 20px;
    }
    .about_export .image_block .back_image {
        width: 100%;
        margin-bottom: 0;
    }
    .about_export .image_block .company_name.right {
        margin-right: 12px;
    }
    .about_export .image_block .company_name.bottom {
        margin-bottom: -71px;
    }
}
.about_export + .page_section {
    margin-top: 60px;
}
@media screen and (max-width: 767px) {
    .about_export + .page_section {
        margin-top: 110px;
    }
    .about_export + .page_section .wide_image {
        order: 2;
        margin-top: 20px;
    }
    .about_export + .page_section .info_block {
        margin-top: 0;
    }
}

.distributors {
    margin-top: 130px;
}
.distributors .section_title {
    text-align: center;
}
.distributors ul li {
    flex: 0 0 50%;
    max-width: 50%;
    padding-left: 12px;
    padding-right: 12px;
    margin-top: 30px;
}
.distributors ul .image_block {
    position: relative;
    overflow: hidden;
    display: block;
    padding-bottom: 42.9%;
    border: 1px solid #F6EAD2;
}
.distributors ul .image_block img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 80%;
    max-height: 60%;
}
.distributors ul .name_block {
    display: block;
    font-family: "montserrat-b", "montserratarm-b";
    margin-top: 12px;
}
.distributors ul a {
    color: inherit;
}
.distributors ul a:hover {
    color: #C2A46E;
}
.distributors ul a:hover img {
    transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -o-transform: scale(1.1);
}
@media screen and (max-width: 959px) {
    .distributors ul li {
        margin-top: 20px;
    }
}
@media screen and (max-width: 767px) {
    .distributors ul li {
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }
}

.error_page {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color: #FBF8F4;
    z-index: 999;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding-left: 16px;
    padding-right: 16px;
    overflow-x: hidden;
    overflow-y: auto;
}
.error_page .logo_block {
    margin-bottom: 25px;
}
.error_page .logo_block img {
    display: block;
}
.error_page .error_number {
    font-size: 1000%;
    line-height: 1em;
    font-family: "montserrat-b", "montserratarm-b";
    margin-bottom: 30px;
    color: #C2A46E;
}
.error_page .error_info {
    padding: 40px 0;
    margin: auto 0;
    position: relative;
}
.error_page .btns_block {
    display: flex;
    align-items: flex-start;
    height: 0;
    justify-content: center;
}
.error_page .btns_block a.back_btn:before {
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    margin-top: -2px;
}
.error_page .title_block {
    color: #C2A46E;
    max-width: 1420px;
}
.error_page .description_block {
    max-width: 1420px;
}
@media screen and (min-width: 1680px) {
    .error_page {
        padding-top: 84px;
        padding-bottom: 84px;
    }
    .error_page:after {
        display: block;
        content: "";
        width: 100%;
        height: 185px;
    }
    .error_page .logo_block img {
        width: 136px;
    }
}
@media screen and (min-width: 1280px) and (max-width: 1679px) {
    .error_page {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    .error_page .logo_block img {
        width: 118px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
    .error_page {
        padding-top: 66px;
        padding-bottom: 66px;
    }
    .error_page .logo_block img {
        width: 100px;
    }
}
@media screen and (min-width: 960px) {
    .error_page .btns_block {
        margin-top: 26px;
    }
    .error_page .btns_block a {
        margin: 0 12px;
    }
    .error_page .btns_block a:before {
        margin-right: 16px;
        margin-left: -16px;
    }
    .error_page .description_block {
        margin-top: 24px;
    }
}
@media screen and (max-width: 959px) {
    .error_page {
        padding-top: 58px;
        padding-bottom: 58px;
    }
    .error_page .logo_block img {
        width: 82px;
    }
    .error_page .btns_block {
        margin-top: 20px;
    }
    .error_page .btns_block a {
        margin: 0 10px;
    }
    .error_page .btns_block a:before {
        margin-right: 8px;
        margin-left: -8px;
    }
    .error_page .description_block {
        margin-top: 14px;
    }
}
@media screen and (max-height: 479px) {
    .error_page {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .error_page .error_info {
        padding-top: 20px;
    }
}

.web .header .main_logo a, .header .main_logo .web a, .web .footer .socials_list a, .footer .socials_list .web a, .web .contacts_section .socials_list a, .contacts_section .socials_list .web a, .footer, .verify_block > * {
    -o-transition: opacity 0.3s;
    -ms-transition: opacity 0.3s;
    -moz-transition: opacity 0.3s;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}

.web .header .menu_block a, .header .menu_block .web a, .web .header .lg_block .drop_btn, .header .lg_block .web .drop_btn, .web .footer_menu a, .footer_menu .web a,
.web .footer .policy_menu a,
.footer .policy_menu .web a, .web .verify_block .lg_list a, .verify_block .lg_list .web a, .web .contacts_section .contacts_list a, .contacts_section .contacts_list .web a, .web .privacy_policy .sidebar_menu a, .privacy_policy .sidebar_menu .web a, .products_list .product_block, .web .media_link, .distributors ul a {
    -o-transition: color 0.3s;
    -ms-transition: color 0.3s;
    -moz-transition: color 0.3s;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
}

.header {
    -o-transition: background-color 0.3s;
    -ms-transition: background-color 0.3s;
    -moz-transition: background-color 0.3s;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
}

.web .page_btn, .web .popup_container .btns_block a, .popup_container .btns_block .web a, .web .verify_block .btns_block button[data-verify=yes], .verify_block .btns_block .web button[data-verify=yes], .web .main_section .slide_btn, .main_section .web .slide_btn, .web .error_page .btns_block a.home_btn, .error_page .btns_block .web a.home_btn, .web .popup_container .btns_block button, .popup_container .btns_block .web button, .web .verify_block .btns_block button:not([data-verify=yes]), .verify_block .btns_block .web button:not([data-verify=yes]), .web .main_section .slider_btns button, .main_section .slider_btns .web button,
.web .main_section .slick-arrow,
.main_section .web .slick-arrow, .web .media_listing .load_btn button, .media_listing .load_btn .web button,
.web .media_listing .load_btn a,
.media_listing .load_btn .web a, .web .error_page .btns_block a.back_btn, .error_page .btns_block .web a.back_btn, .error_hint, .main_section .slider_thumbs .slide_block img, .contact_form input,
.contact_form textarea, .products_list img, .distributors ul .image_block img {
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.touch .header .main_logo a, .header .main_logo .touch a, .touch .footer .socials_list a, .footer .socials_list .touch a, .touch .contacts_section .socials_list a, .contacts_section .socials_list .touch a {
    -o-transition: opacity 0.15s;
    -ms-transition: opacity 0.15s;
    -moz-transition: opacity 0.15s;
    -webkit-transition: opacity 0.15s;
    transition: opacity 0.15s;
}

.touch .header .menu_block a, .header .menu_block .touch a, .touch .header .lg_block .drop_btn, .header .lg_block .touch .drop_btn, .touch .footer_menu a, .footer_menu .touch a,
.touch .footer .policy_menu a,
.footer .policy_menu .touch a, .touch .verify_block .lg_list a, .verify_block .lg_list .touch a, .touch .contacts_section .contacts_list a, .contacts_section .contacts_list .touch a, .touch .privacy_policy .sidebar_menu a, .privacy_policy .sidebar_menu .touch a, .touch .media_link {
    -o-transition: color 0.15s;
    -ms-transition: color 0.15s;
    -moz-transition: color 0.15s;
    -webkit-transition: color 0.15s;
    transition: color 0.15s;
}

.touch .page_btn, .touch .popup_container .btns_block a, .popup_container .btns_block .touch a, .touch .verify_block .btns_block button[data-verify=yes], .verify_block .btns_block .touch button[data-verify=yes], .touch .main_section .slide_btn, .main_section .touch .slide_btn, .touch .error_page .btns_block a.home_btn, .error_page .btns_block .touch a.home_btn, .touch .popup_container .btns_block button, .popup_container .btns_block .touch button, .touch .verify_block .btns_block button:not([data-verify=yes]), .verify_block .btns_block .touch button:not([data-verify=yes]), .touch .main_section .slider_btns button, .main_section .slider_btns .touch button,
.touch .main_section .slick-arrow,
.main_section .touch .slick-arrow, .touch .media_listing .load_btn button, .media_listing .load_btn .touch button,
.touch .media_listing .load_btn a,
.media_listing .load_btn .touch a, .touch .error_page .btns_block a.back_btn, .error_page .btns_block .touch a.back_btn {
    -o-transition: all 0.15s;
    -ms-transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
}

.web .header .menu_block a:hover, .header .menu_block .web a:hover, .web .header .lg_block .drop_btn:hover, .header .lg_block .web .drop_btn:hover, .web .footer_menu a:hover, .footer_menu .web a:hover,
.web .footer .policy_menu a:hover,
.footer .policy_menu .web a:hover, .web .verify_block .lg_list a:hover, .verify_block .lg_list .web a:hover, .web .contacts_section .contacts_list a:hover, .contacts_section .contacts_list .web a:hover, .web .privacy_policy .sidebar_menu a:hover, .privacy_policy .sidebar_menu .web a:hover {
    color: #C2A46E;
}
.web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer .socials_list a:hover, .footer .socials_list .web a:hover, .web .contacts_section .socials_list a:hover, .contacts_section .socials_list .web a:hover {
    opacity: 0.7;
}
.web .popup_container .btns_block button:hover, .popup_container .btns_block .web button:hover, .web .verify_block .btns_block button:hover:not([data-verify=yes]), .verify_block .btns_block .web button:hover:not([data-verify=yes]), .web .main_section .slider_btns button:hover, .main_section .slider_btns .web button:hover,
.web .main_section .slick-arrow:hover,
.main_section .web .slick-arrow:hover, .web .media_listing .load_btn button:hover, .media_listing .load_btn .web button:hover,
.web .media_listing .load_btn a:hover,
.media_listing .load_btn .web a:hover, .web .error_page .btns_block a.back_btn:hover, .error_page .btns_block .web a.back_btn:hover {
    background: #C2A46E;
    color: #ffffff;
    border-color: transparent;
}

.touch .header .menu_block a:active, .header .menu_block .touch a:active, .touch .header .lg_block .drop_btn:active, .header .lg_block .touch .drop_btn:active, .touch .footer_menu a:active, .footer_menu .touch a:active,
.touch .footer .policy_menu a:active,
.footer .policy_menu .touch a:active, .touch .verify_block .lg_list a:active, .verify_block .lg_list .touch a:active, .touch .contacts_section .contacts_list a:active, .contacts_section .contacts_list .touch a:active, .touch .privacy_policy .sidebar_menu a:active, .privacy_policy .sidebar_menu .touch a:active {
    color: #C2A46E;
}
.touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .footer .socials_list a:active, .footer .socials_list .touch a:active, .touch .contacts_section .socials_list a:active, .contacts_section .socials_list .touch a:active {
    opacity: 0.7;
}
.touch .popup_container .btns_block button:active, .popup_container .btns_block .touch button:active, .touch .verify_block .btns_block button:active:not([data-verify=yes]), .verify_block .btns_block .touch button:active:not([data-verify=yes]), .touch .main_section .slider_btns button:active, .main_section .slider_btns .touch button:active,
.touch .main_section .slick-arrow:active,
.main_section .touch .slick-arrow:active, .touch .media_listing .load_btn button:active, .media_listing .load_btn .touch button:active,
.touch .media_listing .load_btn a:active,
.media_listing .load_btn .touch a:active, .touch .error_page .btns_block a.back_btn:active, .error_page .btns_block .touch a.back_btn:active {
    background: #C2A46E;
    color: #ffffff;
    border-color: transparent;
}

.web .page_btn:hover, .web .popup_container .btns_block a:hover, .popup_container .btns_block .web a:hover, .web .verify_block .btns_block button[data-verify=yes]:hover, .verify_block .btns_block .web button[data-verify=yes]:hover, .web .main_section .slide_btn:hover, .main_section .web .slide_btn:hover, .web .error_page .btns_block a.home_btn:hover, .error_page .btns_block .web a.home_btn:hover {
    box-shadow: 0 6px 20px #C2A46E80;
}

.touch .page_btn:active, .touch .popup_container .btns_block a:active, .popup_container .btns_block .touch a:active, .touch .verify_block .btns_block button[data-verify=yes]:active, .verify_block .btns_block .touch button[data-verify=yes]:active, .touch .main_section .slide_btn:active, .main_section .touch .slide_btn:active, .touch .error_page .btns_block a.home_btn:active, .error_page .btns_block .touch a.home_btn:active {
    box-shadow: 0 6px 20px #C2A46E80;
}

/*# sourceMappingURL=main.css.map */


.loading {
    position: relative;
    margin-left: 10px;
}
.hidden {
    display: none;
}
.thank-you-msg {
    color: #C2A46E;
}
