@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-bold";
    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-bold";
    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?iue56m");
    src: url("../fonts/icons/icomoon.eot?iue56m#iefix") format("embedded-opentype"), url("../fonts/icons/icomoon.ttf?iue56m") format("truetype"), url("../fonts/icons/icomoon.woff?iue56m") format("woff");
    font-weight: normal;
    font-style: normal;
}
.icon_facebook:before {
    content: "\e90a";
}

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

.icon_linkedin:before {
    content: "\e90c";
}

.icon_twitter:before {
    content: "\e90d";
}

.icon_pinterest:before {
    content: "\e90e";
}

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

.icon_telegram:before {
    content: "\e91a";
}

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

.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_search:before {
    content: "\e910";
}

.icon_peoples:before {
    content: "\e900";
}

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

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;
}

body {
    margin: 0;
    padding: 0;
    border: none;
    font-size: 100%;
    color: #333333;
    width: 100%;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    font-family: "montserrat", "montserratarm";
}
body.menu_opened {
    overflow: hidden;
}

*,
*: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: #ED1C24;
}

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: -10px;
    margin-right: -10px;
}
.page_row .cb {
    flex: 0 0 100%;
    max-width: 100%;
}

.page_container {
    width: 100%;
    max-width: 1210px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

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

.individual_hint,
.drop_list,
.drop_block {
    display: none;
}

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

.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;
}

.field_block {
    padding-top: 18px;
    margin-bottom: 16px;
}
.field_block textarea {
    height: 78px;
}
.field_block input,
.field_block textarea {
    border: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.8);
    background: transparent;
    padding: 4px 0;
    font-size: 140%;
    line-height: 14px;
    color: #ffffff;
    border-radius: 0;
}
.field_block input:focus,
.field_block textarea:focus {
    border-color: rgba(0, 0, 0, 0.8);
}
.field_block input::placeholder,
.field_block textarea::placeholder {
    color: #ffffff;
}
.field_block input:focus ~ .psevdo_ph, .field_block input.filled ~ .psevdo_ph,
.field_block textarea:focus ~ .psevdo_ph,
.field_block textarea.filled ~ .psevdo_ph {
    font-size: 100%;
    line-height: 14px;
    top: 0;
    color: #ffffff;
}
.field_block .error_hint {
    display: block;
    font-size: 120%;
    line-height: 15px;
    position: absolute;
    right: 0;
    top: 100%;
}
.field_block.has-error .psevdo_ph {
    color: #b94a48;
}

.psevdo_ph {
    pointer-events: none;
    position: absolute;
    opacity: 0;
    color: #ffffff;
    font-size: 140%;
    line-height: 17px;
    left: 0;
    top: 18px;
}

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

.section_title {
    font-family: "montserrat-bold", "montserratarm-bold";
    margin: 0;
}

.primary_btn {
    border: none;
    background: #ED1C24;
    color: #ffffff;
    padding: 10px;
}

.secondary_btn {
    border: 1px solid;
    background: transparent;
    color: #ED1C24;
    padding: 9px;
}

.site_btn {
    border: none;
    background: #6AB245;
    padding: 13px;
    color: #ffffff;
    font-family: "montserrat-bold", "montserratarm-bold";
    font-size: 120%;
    line-height: 14px;
}

.page_title {
    margin: 0;
    color: #000000;
    font-family: "montserrat-bold", "montserratarm-bold";
}
@media screen and (min-width: 1200px) {
    .page_title {
        font-size: 420%;
        line-height: 48px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .page_title {
        font-size: 350%;
        line-height: 40px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .page_title {
        font-size: 250%;
        line-height: 34px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .page_title {
        font-size: 200%;
        line-height: 29px;
    }
}
@media screen and (max-width: 575px) {
    .page_title {
        font-size: 200%;
        line-height: 21px;
    }
}

.standard_info {
    font-size: 140%;
    line-height: 17px;
    font-family: "montserrat-bold", "montserratarm-bold";
    color: #000000;
}

.page_description {
    font-size: 140%;
    line-height: 17px;
    text-align: center;
    font-family: "montserrat-bold", "montserratarm-bold";
}

.sub_description {
    font-size: 140%;
    line-height: 21px;
    color: #000000;
}

.sub_title {
    margin: 0;
    color: #000000;
    font-family: "montserrat-bold", "montserratarm-bold";
}
@media screen and (min-width: 1200px) {
    .sub_title {
        font-size: 320%;
        line-height: 40px;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .sub_title {
        font-size: 250%;
        line-height: 34px;
    }
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    .sub_title {
        font-size: 200%;
        line-height: 29px;
    }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
    .sub_title {
        font-size: 180%;
        line-height: 22px;
    }
}
@media screen and (max-width: 575px) {
    .sub_title {
        font-size: 160%;
        line-height: 20px;
    }
}

a.primary_btn,
a.secondary_btn {
    display: inline-block;
    vertical-align: top;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #F0F7EC;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    z-index: 1000;
    -o-transition: background-color 0.2s;
    -ms-transition: background-color 0.2s;
    -moz-transition: background-color 0.2s;
    -webkit-transition: background-color 0.2s;
    transition: background-color 0.2s;
}
.loader img {
    display: block;
    width: 100%;
    max-width: 130px;
    height: auto;
    object-fit: cover;
    -o-transition: all 3s;
    -ms-transition: all 3s;
    -moz-transition: all 3s;
    -webkit-transition: all 3s;
    transition: all 3s;
}
.loader img {
    animation: loading 1s infinite;
}

@keyframes loading {
    0% {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
    50% {
        transform: scale(1.2);
        -moz-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -o-transform: scale(1.2);
    }
    100% {
        transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        -o-transform: scale(1);
    }
}
.tab_block {
    -o-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -webkit-transition: opacity 0.5s;
    transition: opacity 0.5s;
}
.tab_block:not(.selected) {
    height: 0;
    opacity: 0;
    position: relative;
    overflow: hidden;
}
.tab_block ul {
    margin: 0;
    padding: 0 25px 0;
}
.tab_block ul > li {
    padding-bottom: 15px;
}
.tab_block ul > li::marker {
    font-size: 9px;
    line-height: 21px;
}

.animation_transform.text_animation {
    -o-transition: transform 1s;
    -ms-transition: transform 1s;
    -moz-transition: transform 1s;
    -webkit-transition: transform 1s;
    transition: transform 1s;
}
.animation_transform:not(.active) {
    transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -webkit-transform: scale(0);
    -o-transform: scale(0);
}

.contents_scroll {
    display: block;
    width: 100%;
    max-width: 100%;
    position: relative;
    overflow: hidden;
}

.animation_active .animation_step {
    -o-transition: all 1s;
    -ms-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    transition: all 1s;
}

.left_animation:not(.animation_active) .animation_step {
    transform: translate3d(-100%, 0, 0);
    -moz-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -webkit-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
}

.right_animation:not(.animation_active) .animation_step {
    transform: translate3d(100%, 0, 0);
    -moz-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -webkit-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
}

.bottom_animation:not(.animation_active) .animation_step {
    transform: translate3d(0, 100%, 0);
    -moz-transform: translate3d(0, 100%, 0);
    -ms-transform: translate3d(0, 100%, 0);
    -webkit-transform: translate3d(0, 100%, 0);
    -o-transform: translate3d(0, 100%, 0);
}

.top_animation:not(.animation_active) .animation_step {
    transform: translate3d(0, -100%, 0);
    -moz-transform: translate3d(0, -100%, 0);
    -ms-transform: translate3d(0, -100%, 0);
    -webkit-transform: translate3d(0, -100%, 0);
    -o-transform: translate3d(0, -100%, 0);
}

.fade_animation:not(.animation_active) .animation_step {
    opacity: 0;
}

.footer_menu ul, .header .submenu_list,
.header .sublevel_list, .header .main_menu, .header .lg_list {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.slider_product .slider_product_inner .slide_inner img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.slider_product .slider_product_inner .slick-arrow:before, [class*=icon_]:before, .header .submenu_btn:after,
.header .sublevel_btn:after, [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;
}

.slider_product .slider_product_inner .slide_inner img, .footer_logo img, .header .main_logo img, .psevdo_ph, .loader img, .animation_transform.text_animation {
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}

.standard_text, .primary_btn, .secondary_btn {
    font-size: 140%;
    line-height: 20px;
}

.header {
    z-index: 100;
    position: relative;
}
.header_inner {
    padding: 11px 0;
}
.header .page_container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .lg_block {
    position: relative;
    height: 37px;
}
.header .lg_inner {
    border-radius: 19px;
    position: relative;
    overflow: hidden;
    background: #f2f2f2;
}
.header .lg_btn {
    border: none;
    background: transparent;
    width: 83px;
    padding: 11px 10px 11px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: inherit;
    font-size: 120%;
    line-height: 14px;
    color: #6AB245;
}
.header .lg_btn:before {
    display: block;
    color: #6AB245;
    font-size: 16px;
}
.header .lg_btn:after {
    display: block;
    content: "";
    width: 6px;
    height: 4px;
    border-style: solid;
    border-width: 4px 3px 0;
    border-color: #999999 transparent;
}
.header .lg_list {
    display: none;
    text-align: center;
    font-size: 140%;
    line-height: 16px;
}
.header .lg_list li {
    margin-bottom: 8px;
}
.header .lg_list a {
    display: block;
    color: inherit;
    padding: 0 10px;
    margin-left: 7px;
}
.header .lg_list a.current_lg {
    color: #ED1C24;
}
.header .main_logo {
    position: relative;
    z-index: 100;
    padding: 14px 0;
    margin-right: auto;
}
.header .main_logo a, .header .main_logo img {
    display: flex;
    font-size: 0;
}
.header .main_logo img {
    width: auto;
    height: 30px;
}
.header .main_menu > li {
    position: relative;
}
.header .main_menu > li > a {
    font-family: "montserrat-bold", "montserratarm-bold";
    color: #000000;
}
.header .main_menu > li:before {
    display: block;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    pointer-events: none;
    -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;
}
.header .main_menu > li.current_page:before, .header .main_menu > li.opened:before {
    background: #ED1C24;
}
.header .main_menu > li.current_page > a, .header .main_menu > li.opened > a {
    color: #ED1C24 !important;
}
.header .submenu_list,
.header .sublevel_list {
    display: none;
}
.header .submenu_list a,
.header .sublevel_list a {
    display: flex;
    align-items: center;
    color: inherit;
}
.header .submenu_btn:after,
.header .sublevel_btn:after {
    display: block;
}
.header .opened > .sublevel_btn {
    font-family: "montserrat-bold", "montserratarm-bold";
}
.header .menu_block {
    margin: 0 auto;
}
.header .search_block {
    position: relative;
    width: 17px;
    height: 100%;
    z-index: 5;
    margin-right: 20px;
    margin-top: 3px;
    -o-transition: z-index 0.5s;
    -ms-transition: z-index 0.5s;
    -moz-transition: z-index 0.5s;
    -webkit-transition: z-index 0.5s;
    transition: z-index 0.5s;
}
.header .search_block:after {
    display: block;
    content: "";
    clear: both;
}
.header .search_block form {
    position: relative;
    float: right;
    background: #ffffff;
    padding-left: 17px;
    display: flex;
    justify-content: flex-end;
    height: 50px;
    align-items: center;
}
.header .search_block button[type=submit] {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -9px;
    border: none;
    background: transparent;
    padding: 0;
    font-size: 0;
    color: #999999;
    z-index: 2;
}
.header .search_block button[type=submit]:before {
    display: block;
    color: #6AB245;
    font-size: 17px;
}
.header .search_block input {
    border: none;
    padding: 8px 0;
    border-bottom: 1px solid #6AB245;
    background: #ffffff;
    position: relative;
    width: 0;
    font-size: 120%;
    line-height: 100%;
    color: transparent;
    -o-transition: all 0.5s, color 0.2s;
    -ms-transition: all 0.5s, color 0.2s;
    -moz-transition: all 0.5s, color 0.2s;
    -webkit-transition: all 0.5s, color 0.2s;
    transition: all 0.5s, color 0.2s;
}
.header .search_block ::-webkit-input-placeholder {
    color: inherit;
    opacity: 0.7;
}
.header .search_block :-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}
.header .search_block ::-moz-placeholder {
    color: inherit;
    opacity: 0.7;
}
.header .search_block :-ms-input-placeholder {
    color: inherit;
    opacity: 0.7;
}
.header .search_block.opened {
    z-index: 201;
    -o-transition: z-index 0.1s;
    -ms-transition: z-index 0.1s;
    -moz-transition: z-index 0.1s;
    -webkit-transition: z-index 0.1s;
    transition: z-index 0.1s;
}
.header .search_block.opened input {
    width: 230px;
    color: #333333;
    padding-right: 30px;
}
.header .menu_btn {
    margin-left: 20px;
    border: none;
    background: transparent;
    color: #6AB245;
    padding: 9px 0;
    width: 24px;
    height: 20px;
    position: relative;
    overflow: hidden;
    z-index: 100;
}
.header .menu_btn:before, .header .menu_btn:after {
    display: block;
    content: "";
    position: absolute;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    border-top: 2px solid;
    left: -30px;
    width: 70px;
}
.header .menu_btn:before {
    top: 2px;
}
.header .menu_btn:after {
    bottom: 2px;
}
.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.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    transition-delay: 0.3s;
}
@media screen and (min-width: 1200px) {
    .header .main_menu > li {
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media screen and (min-width: 960px) {
    .header .menu_btn {
        display: none;
    }
    .header .main_menu {
        height: 100%;
        display: flex;
    }
    .header .main_menu > li {
        display: flex;
        align-items: center;
        height: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
    }
    .header .main_menu > li:before {
        width: 100%;
        height: 3px;
    }
    .header .main_menu > li > a {
        font-size: 120%;
        line-height: 14px;
    }
    .header .submenu_list {
        position: absolute;
        top: 100%;
        left: 0;
        width: 180px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .submenu_list:before {
        display: block;
        content: "";
        height: 0;
    }
    .header .submenu_list > li {
        background: #ffffff;
        position: relative;
    }
    .header .submenu_list > li.opened > a {
        background: #ED1C24;
        color: #ffffff;
    }
    .header .submenu_list > li > a {
        font-size: 140%;
        line-height: 17px;
        padding: 10px 20px;
    }
    .header .submenu_list > li > a.sublevel_btn:after {
        content: "\e903";
        font-size: 1rem;
        margin-left: auto;
        padding-left: 20px;
        font-weight: 700;
    }
    .header .sublevel_list {
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 100%;
        width: 180px;
        border: 1px solid rgba(0, 0, 0, 0.1);
    }
    .header .sublevel_list > li {
        position: relative;
    }
    .header .sublevel_list > li > a {
        font-size: 120%;
        line-height: 15px;
        padding: 12px 15px;
    }
    .header .sublevel_list > li > a.sublevel_btn:after {
        content: "\e903";
        font-size: 1rem;
        margin-left: auto;
        padding-left: 20px;
        font-weight: 700;
    }
    .header .page_container {
        justify-content: flex-end;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .header .main_menu > li {
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media screen and (max-width: 959px) {
    .header {
        border-bottom: 1px solid #E6E6E6;
    }
    .header_inner {
        padding: 0;
    }
    .header .search_block form {
        height: 100%;
    }
    .header .menu_block {
        position: fixed;
        top: 59px;
        left: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.6);
        width: 0;
        overflow: hidden;
        -o-transition: width 0.5s;
        -ms-transition: width 0.5s;
        -moz-transition: width 0.5s;
        -webkit-transition: width 0.5s;
        transition: width 0.5s;
    }
    .header .menu_inner {
        width: 320px;
        height: 100%;
        overflow-x: hidden;
        overflow-y: auto;
        background: #ffffff;
    }
    .header .main_menu {
        padding: 12px 0;
    }
    .header .main_menu > li {
        padding: 12px 15px;
    }
    .header .main_menu > li:before {
        width: 2px;
        height: 44px;
    }
    .header .main_menu > li > a {
        font-size: 160%;
        line-height: 20px;
    }
    .header .submenu_list > li {
        padding-left: 20px;
        padding-bottom: 16px;
    }
    .header .submenu_list > li:first-child {
        padding-top: 16px;
    }
    .header .submenu_list > li > a {
        font-size: 160%;
        line-height: 20px;
    }
    .header .submenu_list a {
        background: transparent !important;
    }
    .header .submenu_list a:active {
        color: #ED1C24 !important;
    }
    .header .sublevel_btn,
    .header .submenu_btn {
        display: flex;
        align-items: center;
    }
    .header .sublevel_btn:after,
    .header .submenu_btn:after {
        content: "\e901";
        padding-left: 20px;
        margin-left: auto;
        font-size: 0.8rem;
    }
    .header .sublevel_btn:after {
        font-size: 0.6rem;
    }
    .header .submenu_btn:after {
        font-size: 0.8rem;
    }
    .header .opened > .sublevel_btn:after,
    .header .opened > .submenu_btn:after {
        transform: scaleY(-1);
        -moz-transform: scaleY(-1);
        -ms-transform: scaleY(-1);
        -webkit-transform: scaleY(-1);
        -o-transform: scaleY(-1);
    }
    .header .opened > .sublevel_btn {
        color: #ED1C24;
    }
    .header .sublevel_list li {
        padding-bottom: 12px;
        padding-left: 16px;
    }
    .header .sublevel_list li:first-child {
        padding-top: 12px;
    }
    .header .sublevel_list a {
        font-size: 140%;
        line-height: 20px;
    }
}
@media screen and (max-width: 479px) {
    .header .lg_btn {
        width: 75px;
    }
    .header .main_logo img {
        height: 23px;
    }
    .header .search_block:before {
        position: fixed;
        display: block;
        content: "";
        top: 60px;
        left: 0;
        width: 100%;
        height: 0;
        background: #000000;
        opacity: 0;
        -o-transition: opacity 0.3s;
        -ms-transition: opacity 0.3s;
        -moz-transition: opacity 0.3s;
        -webkit-transition: opacity 0.3s;
        transition: opacity 0.3s;
    }
    .header .search_block form {
        -o-transition: all 0.5s;
        -ms-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -webkit-transition: all 0.5s;
        transition: all 0.5s;
        padding: 0;
        margin-right: -15px;
        width: 47px;
    }
    .header .search_block button[type=submit] {
        right: 15px;
        margin-top: -7px;
    }
    .header .search_block button[type=submit]:before {
        font-size: 15px;
    }
    .header .search_block input {
        border-bottom: none;
        padding: 18px 0;
        flex: 0 0 100vw;
        max-width: 0;
    }
    .header .search_block.opened form {
        margin-right: -154px;
    }
    .header .search_block.opened input {
        max-width: 100vw;
        width: 100vw;
        padding-left: 15px;
        padding-right: 55px;
    }
    .header .search_block.opened:before {
        height: 100%;
        opacity: 0.4;
    }
}

@media screen and (max-width: 959px) {
    .menu_opened body {
        overflow: hidden;
    }
    .menu_opened .menu_block {
        width: 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);
    }
}
.footer {
    opacity: 0;
    background: #ffffff;
    border-top: 1px solid #E6E6E6;
    min-height: 170px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
    z-index: 1;
    position: relative;
}

.footer_block {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.footer_block:first-child {
    margin-bottom: 52px;
}

.footer_logo {
    position: relative;
    z-index: 100;
}
.footer_logo a, .footer_logo img {
    display: block;
}
.footer_logo img {
    width: auto;
    height: 30px;
}
.developer,
.copyrights {
    font-size: 120%;
    line-height: 18px;
    color: #000000;
}
.developer a,
.copyrights a {
    font-size: 120%;
    line-height: 18px;
    color: #000000;
    font-family: "montserrat-bold", "montserratarm-bold";
}

.footer_menu {
    flex: 1;
    width: 50%;
    display: flex;
    justify-content: flex-end;
}
.footer_menu ul {
    display: flex;
    font-size: 120%;
    line-height: 18px;
    font-family: "montserrat-bold", "montserratarm-bold";
}
.footer_menu ul li a {
    color: #000000;
}

@media screen and (min-width: 1200px) {
    .footer_menu ul li {
        padding: 0 20px;
    }
    .footer_menu ul li:last-child {
        padding-right: 0;
    }
}
@media screen and (min-width: 960px) and (max-width: 1199px) {
    .footer_menu ul li {
        padding: 0 10px;
    }
    .footer_menu ul li:last-child {
        padding-right: 0;
    }
}
@media screen and (max-width: 959px) {
    .footer {
        padding: 15px 0;
    }
    .footer_block {
        flex-direction: column;
    }
    .footer_block:first-child {
        margin-bottom: 0;
    }
    .footer_menu {
        width: 100%;
        justify-content: center;
        padding: 15px 0;
    }
    .footer_menu ul {
        flex-wrap: wrap;
    }
    .footer_menu ul li {
        padding: 0 10px 10px;
    }
}
@media screen and (max-width: 575px) {
    .footer_menu ul {
        flex-direction: column;
        align-items: center;
    }
    .footer_menu ul li {
        padding: 5px 0;
    }
}
.slider_product {
    position: relative;
    overflow: hidden;
    padding: 100px 0 165px;
    background: rgba(106, 178, 69, 0.1);
}
.slider_product .sub_title {
    padding-right: 100px;
}
.slider_product:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 100px;
    background: #ffffff;
    left: 0;
    right: 0;
    transform: skewY(3deg);
    transform-origin: left bottom;
}
.slider_product .product_title {
    font-size: 140%;
    line-height: 17px;
    color: #000000;
    font-family: "montserrat-bold", "montserratarm-bold";
    padding-top: 15px;
    display: block;
}
.slider_product .slider_product_inner {
    flex: 0 0 100%;
    max-width: 100%;
    margin-top: 40px;
    white-space: nowrap;
    font-size: 0;
}
.slider_product .slider_product_inner .slick-list {
    overflow: visible;
}
.slider_product .slider_product_inner .slide_block {
    display: inline-block;
    white-space: normal;
    font-size: 1rem;
    width: 25%;
    vertical-align: top;
    padding: 0 10px;
}
.slider_product .slider_product_inner .slide_inner {
    position: relative;
    overflow: hidden;
    display: block;
}
.slider_product .slider_product_inner .slide_inner:before {
    padding-bottom: 87%;
    content: "";
    display: block;
}
.slider_product .slider_product_inner .slide_inner img {
    object-fit: cover;
}
.slider_product .slider_product_inner .slide_inner {
    display: block;
}
.slider_product .slider_product_inner .slide_inner a {
    display: block;
}
.slider_product .slider_product_inner .slick-arrow {
    position: absolute;
    z-index: 3;
    font-size: 0;
    max-width: 48px;
    width: 100%;
    right: 50%;
    height: 48px;
    margin-top: -75px;
    margin-right: -590px;
    top: 0;
    color: #000000;
    border: 1px solid #000000;
    background: transparent;
}
.slider_product .slider_product_inner .slick-arrow:before {
    display: block;
    font-size: 1.2rem;
}
.slider_product .slider_product_inner .slick-next:before {
    content: "\e903";
}
.slider_product .slider_product_inner .slick-prev {
    transform: translate3d(-60px, 0, 0);
    -moz-transform: translate3d(-60px, 0, 0);
    -ms-transform: translate3d(-60px, 0, 0);
    -webkit-transform: translate3d(-60px, 0, 0);
    -o-transform: translate3d(-60px, 0, 0);
}
.slider_product .slider_product_inner .slick-prev:before {
    content: "\e902";
}
@media screen and (min-width: 576px) and (max-width: 959px) {
    .slider_product .slider_product_inner {
        margin-top: 30px;
    }
    .slider_product .slider_product_inner .slide_block {
        width: 75%;
    }
}
@media screen and (max-width: 1199px) {
    .slider_product .slider_product_inner .slick-arrow {
        margin-right: 0;
        right: 10px;
    }
}
@media screen and (max-width: 575px) {
    .slider_product .slider_product_inner {
        margin-top: 20px;
    }
}
.slider_product .slider_product_inner .slide_block {
    width: 80%;
}
@media screen and (max-width: 479px) {
    .slider_product .slider_product_inner .slide_block {
        width: 100%;
    }
}
@media screen and (max-width: 959px) {
    .slider_product {
        padding: 20px 0 20px;
    }
    .slider_product:before {
        display: none;
    }
    .slider_product .slider_product_inner {
        margin-top: 15px;
    }
    .slider_product .slider_product_inner .slick-arrow {
        max-width: 30px;
        height: 30px;
        margin-top: -40px;
    }
    .slider_product .slider_product_inner .slick-prev {
        transform: translate3d(-40px, 0, 0);
        -moz-transform: translate3d(-40px, 0, 0);
        -ms-transform: translate3d(-40px, 0, 0);
        -webkit-transform: translate3d(-40px, 0, 0);
        -o-transform: translate3d(-40px, 0, 0);
    }
}

.web .slider_product .slider_product_inner .slide_block:hover img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.7;
}
.web .slider_product .slider_product_inner .slide_block:hover .product_title {
    color: #ED1C24;
}

.touch .slider_product .slider_product_inner .slide_block:active img {
    transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -o-transform: scale(1.2);
    opacity: 0.7;
}
.touch .slider_product .slider_product_inner .slide_block:active .product_title {
    color: #ED1C24;
}

.web .header .lg_btn, .header .web .lg_btn, .web .header .main_logo a, .header .main_logo .web a, .web .footer_logo a, .footer_logo .web a, .footer {
    -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 .lg_list a, .header .lg_list .web a, .web .header .main_menu > li > a, .header .web .main_menu > li > a, .web .header .search_block button[type=submit], .header .search_block .web button[type=submit], .web .header .search_block button[type=submit]:before, .header .search_block .web button[type=submit]:before, .web .developer a, .developer .web a,
.web .copyrights a,
.copyrights .web a, .web .footer_menu ul li a, .footer_menu ul li .web 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;
}

.web .primary_btn, .web .secondary_btn {
    -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 .header .submenu_list a, .header .submenu_list .web a,
.web .header .sublevel_list a,
.header .sublevel_list .web a, .web .slider_product .slider_product_inner .slick-arrow, .slider_product .slider_product_inner .web .slick-arrow, .error_hint, .psevdo_ph, .slider_product .slider_product_inner .slide_inner img, .web .slider_product .slider_product_inner .slide_block .product_title,
.web .slider_product .slider_product_inner .slide_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 .lg_btn, .header .touch .lg_btn, .touch .header .main_logo a, .header .main_logo .touch a, .touch .footer_logo a, .footer_logo .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 .lg_list a, .header .lg_list .touch a, .touch .header .main_menu > li > a, .header .touch .main_menu > li > a, .touch .header .search_block button[type=submit], .header .search_block .touch button[type=submit], .touch .header .search_block button[type=submit]:before, .header .search_block .touch button[type=submit]:before, .touch .developer a, .developer .touch a,
.touch .copyrights a,
.copyrights .touch a, .touch .footer_menu ul li a, .footer_menu ul li .touch a {
    -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 .primary_btn, .touch .secondary_btn {
    -o-transition: background-color 0.15s;
    -ms-transition: background-color 0.15s;
    -moz-transition: background-color 0.15s;
    -webkit-transition: background-color 0.15s;
    transition: background-color 0.15s;
}

.touch .header .submenu_list a, .header .submenu_list .touch a,
.touch .header .sublevel_list a,
.header .sublevel_list .touch a, .touch .slider_product .slider_product_inner .slick-arrow, .slider_product .slider_product_inner .touch .slick-arrow, .touch .slider_product .slider_product_inner .slide_block .product_title,
.touch .slider_product .slider_product_inner .slide_block img {
    -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 .lg_list a:hover, .header .lg_list .web a:hover, .web .header .main_menu > li > a:hover, .header .web .main_menu > li > a:hover, .web .header .search_block button[type=submit]:hover, .header .search_block .web button[type=submit]:hover, .web .header .search_block button[type=submit]:hover:before, .header .search_block .web button[type=submit]:hover:before, .web .developer a:hover, .developer .web a:hover,
.web .copyrights a:hover,
.copyrights .web a:hover, .web .footer_menu ul li a:hover, .footer_menu ul li .web a:hover {
    color: #ED1C24;
}
.web .slider_product .slider_product_inner .slick-arrow:hover, .slider_product .slider_product_inner .web .slick-arrow:hover {
    background: #ffffff;
    color: #000000;
    border-color: transparent;
}
.web .header .lg_btn:hover, .header .web .lg_btn:hover, .web .header .main_logo a:hover, .header .main_logo .web a:hover, .web .footer_logo a:hover, .footer_logo .web a:hover {
    opacity: 0.7;
}
.web .header .submenu_list a:hover, .header .submenu_list .web a:hover,
.web .header .sublevel_list a:hover,
.header .sublevel_list .web a:hover {
    background: #ED1C24;
    color: #ffffff;
    border-color: transparent;
}
.web .primary_btn:hover, .web .secondary_btn:hover {
    background: #000000;
}

.touch .header .lg_list a:active, .header .lg_list .touch a:active, .touch .header .main_menu > li > a:active, .header .touch .main_menu > li > a:active, .touch .header .search_block button[type=submit]:active, .header .search_block .touch button[type=submit]:active, .touch .header .search_block button[type=submit]:active:before, .header .search_block .touch button[type=submit]:active:before, .touch .developer a:active, .developer .touch a:active,
.touch .copyrights a:active,
.copyrights .touch a:active, .touch .footer_menu ul li a:active, .footer_menu ul li .touch a:active {
    color: #ED1C24;
}
.touch .slider_product .slider_product_inner .slick-arrow:active, .slider_product .slider_product_inner .touch .slick-arrow:active {
    background: #ffffff;
    color: #000000;
    border-color: transparent;
}
.touch .header .lg_btn:active, .header .touch .lg_btn:active, .touch .header .main_logo a:active, .header .main_logo .touch a:active, .touch .footer_logo a:active, .footer_logo .touch a:active {
    opacity: 0.7;
}
.touch .header .submenu_list a:active, .header .submenu_list .touch a:active,
.touch .header .sublevel_list a:active,
.header .sublevel_list .touch a:active {
    background: #ED1C24;
    color: #ffffff;
    border-color: transparent;
}
.touch .primary_btn:active, .touch .secondary_btn:active {
    background: #000000;
}

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