@charset "utf-8";

:root {
    --main-blue: #15313e;
    --main-red: #e32407;
    --opacity-red: rgba(227, 36, 7, 0.7);
    --text-white: #fff;
    --text-gray: #717171;
    --text-black: #282828;
    --border-gray: #dddddd;
}

@font-face {
    font-family: 'bigshop';
    src: url("../fonts/bigshop/bigshop.eot?wd6p78");
    src: url("../fonts/bigshop/bigshop.eot?wd6p78#iefix") format("embedded-opentype"), url("../fonts/bigshop/bigshop.ttf?wd6p78") format("truetype"), url("../fonts/bigshop/bigshop.woff?wd6p78") format("woff"), url("../fonts/bigshop/bigshop.svg?wd6p78#bigshop") format("svg");
    font-weight: normal;
    font-style: normal
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 500;
    src: url("../fonts/Gilroy-Medium.eot");
    src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gilroy-Medium.ttf") format("truetype"),
        url('../fonts/Gilroy-Medium.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 700;
    src: url("../fonts/Gilroy-Bold.eot");
    src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Gilroy-Bold.ttf") format("truetype"),
        url('../fonts/Gilroy-Bold.woff') format('woff');
}

@font-face {
    font-family: 'Gilroy';
    font-weight: 400;
    src: url("../fonts/Gilroy-Regular.eot");
    src: url("../fonts/Gilroy-Regular.ttf") format("truetype"),
        url('../fonts/Gilroy-Regular.woff') format('woff');
}

BODY,
HTML {
    font-family: "Gilroy", Arial, sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
    color: #15313e;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

html.no-scroll {
    overflow: hidden
}

A img {
    border: 0 solid;
    outline: none
}

A {
    cursor: pointer;
    outline: none;
    color: #2862e7;
}

button,
input[type="submit"],
input[type="reset"] {
    cursor: pointer
}

dl,
dd {
    margin: 0
}

iframe {
    max-width: 100%
}

.fm {
    position: relative;
    float: left;
    margin: 0;
    padding: 0
}

.fmr {
    position: relative;
    float: right;
    margin: 0;
    padding: 0
}

.ifmr {
    position: relative;
    float: right !important;
    margin: 0;
    padding: 0
}

.centre {
    position: relative;
    max-width: 1550px;
    width: 100%;
    padding: 0 10px;
    margin: 0 auto;
    clear: both
}

.section {
    margin: 0 0 23px
}

A:active {
    outline: none
}

* {
    outline: none;
    box-sizing: border-box
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
    position: relative;
    float: left
}

H1,
H2,
H3,
H4,
H5,
H6 {
    padding: 0;
    margin: 0
}

ADDRESS {
    font-style: normal
}

UL {
    position: relative;
    float: left;
    list-style: none;
    padding: 0;
    margin: 0
}

Textarea {
    resize: none;
    overflow: auto;
    margin: 0;
    border: none
}

Input {
    padding: 0;
    border: none
}

P {
    margin: 0;
    padding: 0
}

Table {
    border-collapse: collapse;
    /* width: 100% !important */
}

Img {
    vertical-align: middle
}

label {
    cursor: pointer
}

li::marker {
    color: var(--main-red);
}

.long_div {
    position: relative;
    float: left;
    width: 100%
}

.hidden, .list_hidden {
    display: none !important
}

.slick-slide:active {
    cursor: grabbing
}

.main_slider .slick-next {
    right: 0
}

.slick-next:before {
    content: '\e926'
}

.slick-prev:before {
    content: '\e912'
}


.slick-dots {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: 0px;
    text-align: center;
    font-size: 0;
    line-height: 0;
    padding: 0;
    margin: 0
}

.slick-dots button {
    font-size: 0;
    display: block;
    margin: 0 10px;
    width: 16px;
    height: 16px;
    border: 2px solid transparent;
    background-color: transparent;
    transition: 0.3s;
    border-radius: 50%;
    position: relative;
}

.slick-dots button::before {
    content: "";
    width: 6px;
    height: 6px;
    background-color: var(--main-blue);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.slick-dots li.slick-active button {
    border-color: var(--main-blue)
}

.slick-dots li.slick-active button::before {
    background-color: var(--main-red);
}

.slick-arrow {
    font-size: 0px;
    border: 1px solid #e0e0e0;
    display: block;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background-color: transparent;
    padding: 0;
    position: relative;
    transition: background-color 0.3s;
}

.slick-arrow::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid var(--text-gray);
    border-top: none;
    border-left: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: border-color 0.3s;
}

.slick-arrow::after {
    content: "";
    width: 10px;
    height: 2px;
    background-color: var(--text-gray);
    position: absolute;
    top: 50%;
    left: 50%;
    transition: background-color 0.3s;
}

.slick-arrow.slick-prev::before{
    transform: translate(calc(-50% + -1px), -50%) rotate(135deg)
}

.slick-arrow.slick-prev::after {
    transform: translate(-50%, -50%);
}

.slick-next.slick-arrow::before{
    transform: translate(calc(-50% - -1px), -50%) rotate(-45deg)
}

.slick-next.slick-arrow::after {
    transform: translate(-50%, -50%);
}

.slick-arrow:hover {
    background-color: #e0e0e0;
}


.slick-arrow:hover::before {
    border-color: #fff;
}

.slick-arrow:hover::after {
    background-color: #fff;
}

.for_footer_bottom {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    overflow-x: hidden
}

.page_404 .for_footer_bottom {
    height: 100%
}

Input,
Textarea,
.feedback .long_div {
    font-family: "Gilroy";
    position: relative;
    float: left;
    width: 100%;
    height: 50px;
    font-size: 13px;
    font-weight: 400;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    background-color: #fff;
    color: var(--text-gray);
    padding: 0 20px;
    transition: .3s;

}

Input.error, Textarea.error, .feedback .long_div.error {
    border-color: var(--main-red);
}

Textarea {
    vertical-align: top;
    padding: 8px 18px;
    resize: none;
    height: auto
}
a.no_bg_btn:hover {
    background: none
}

A.common_but.submit_filters {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 5px;
    border-radius: 3px;
    text-transform: none;
    border: none;
    background-color: var(--main-blue);
    margin-bottom: 10px;
    margin-top: 4px;
    width: max-content;
}

A.common_but.submit_filters i {
    color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    height: 100%;
    padding: 0;
    white-space: nowrap;
    transition: border-color .3s
}

A.common_but.submit_filters i em {
    font-style: normal;
    color: var(--main-red)
}

A.common_but.submit_filters b {
    font-weight: 400;
    color: var(--main-red);
    transition: color .3s
}

.fs_place A.common_but.submit_filters span {
    border-radius: 0;
    padding: 0
}

A.common_but.submit_filters span {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    transition: 0.3s;
}

A.common_but.submit_filters span:hover {
    color: var(--main-red);
}

A.common_but.submit_filters:hover i {
    border-color: var(--main-red)
}

A.common_but.submit_filters:hover i:after {
    border-right-color: var(--main-red)
}

A.common_but.submit_filters:hover b {
    color: var(--main-red)
}

A.common_but.submit_filters:hover i em {
    color: var(--main-red)
}

.link {
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px dashed #ff5722;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    padding: 0 0 7px;
    font-size: 14px;
    line-height: 1;
    color: #ff5722
}

.link:after {
    content: '';
    position: absolute;
    right: -15px;
    top: 3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 0 4px 5px;
    border-color: transparent transparent transparent #ff5722
}

.link:hover {
    border-bottom: none
}

.common_tit {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    text-transform: uppercase
}

.vrt_c {
    display: table;
    width: 100%
}

.box_c {
    width: 100%;
    text-align: center
}

.box_l {
    width: 100%;
    text-align: left
}

.hidden_max {
    display: none
}

Header.header {
    padding: 15px 0 0 0;
    margin: 0 0 18px 0;
    width: 100%;
    position: relative
}

Header.header_alt {
    box-shadow: 0 1px 20px rgba(0, 0, 0, 0.2);
    padding: 12px 0
}

Header.header_alt .centre {
    display: flex;
    align-items: center;
    justify-content: space-between
}

Header.header_alt .phone_container {
    line-height: 1;
    margin: 0
}

Header.header_alt .phone_container:before {
    top: 50%;
    margin-top: -17.5px
}

Header.header_alt .order-call-phones__item {
    color: #02a011;
    display: flex;
    align-items: center;
}

Header.header_alt .order-call-phones__item:after {
    top: 6px;
}

Header.header_alt .order-call-phones__item .svg_icon {
    fill: #02a011;
    width: 26px;
    height: 26px;
    margin: 0 5px 0 0;
}

Header.header_alt .order-call-phones__item:before {
    display: none;
    top: 50%;
    margin: -16px 0 0 0
}

Header.header_alt .phone_container .phones_dropdown {
    padding-top: 50px
}

.mob-controls {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #ccc;
    display: block;
    margin: 15px 0 0 0;
    padding: 3px 0;
    width: 100%;
    float: left
}

.mob-controls.hidden {
    display: none !important
}

.mob-controls .centre {
    display: flex
}

.mob-controls__item {
    display: flex;
    justify-content: center;
    flex: 1
}

.mob-controls__item+.mob-controls__item {
    border-left: 1px solid #b5b4b4;
    padding: 0 0 0 7px;
    margin: 0 0 0 7px
}

.mob-controls__item .layout_btn {
    margin-left: 7px
}

.mob-controls__item .layout_btn:first-child {
    margin-left: 0
}

.mob-control {
    background-color: transparent;
    border: none;
    padding: 0;
    color: #3d3c47;
    font-size: 14px
}

.mob-controls .mob-control {
    display: flex;
    align-items: center;
    padding: 0
}

.mob-controls .mob-control:after {
    display: block;
    font-family: 'bigshop';
    font-size: 22px;
    margin: 0 0 0 4px;
    color: var(--main-red);
    display: block
}

.mob-controls .mob-control.sort_btn:after {
    content: '\e900'
}

.mob-controls .mob-control.filters_btn:after {
    content: '\e901'
}

.for_top_menu {
    width: 100%
}

.for_logo.desktop {
        display: flex;
        width: 120px;
    }

.for_logo.desktop Img {
    max-width: 100%;
}

.for_logo {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    width: 40px;
}

.for_logo A {
    width: 100%;
    text-decoration: none
}

.for_logo Img,
.for_logo svg {
    vertical-align: top;
    max-width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
}

.tagline {
    display: none;
    font-weight: 300;
    font-size: 13px;
    line-height: 1.2;
    color: #363636;
    margin: 5px 0 0 0
}

.tagline--light {
    margin: 0 0 17px;
    font-size: 12px;
    line-height: 1.2;
    color: #fff
}

.top_menu {
    display: none
}

.header_right {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0 0 15px;
    z-index: 999
}

.for_login {
    width: 100%
}

.login_link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #8f8f8f;
    font-size: 0;
    transition: color .3s
}

/* .login_link:before {
    content: '\e90a';
    font-size: 18px;
    font-family: 'bigshop';
    line-height: 1
} */

.login_link:hover {
    color: #fff;
}

.header-lang.header-lang--mob {
    display: flex;
    padding: 10px 30px;
    width: 100%;
}

.header-lang {
    display: none;
}

.header-lang a {
    font-size: 13px;
    line-height: 18px;
    color: #282828;
    text-decoration: none;
    height: 24px;
    padding: 0 8px;
    background: #e5e5e5;
    border-radius: 4px 0 0 4px;
    align-items: center;
    display: flex;
    transition: .3s;
}

.header-lang a:last-child {
    border-radius: 0 4px 4px 0;
}

.header-lang a:hover {
    background: #cecece;
    transition: .3s
}

.header-lang a.active {
    background: var(--main-blue);
    color: #fff;
}

.phone_container {
    padding: 0 26px;
    cursor: pointer
}

.works_hours {
    display: none;
}

.phone_container .svg_icon {
    width: 14px;
    height: 14px;
    position: absolute;
    top: 5px;
    left: 0;
    fill: var(--main-red);
    z-index: 10;
}

.phone_container .order-call-phones__item .icon,
.phone_container .order-call-phones__item .icon {
    position: absolute;
    z-index: 10
}

.phone_container .order-call-phones__item .icon-smartphone {
    font-size: 32px;
    color: var(--main-red);
    left: -50px;
    top: 2px
}

.header_alt .phone_container .order-call-phones__item .icon-smartphone {
    top: -6px
}

.phone_container .order-call-phones__item .icon-arrow-down-sign-to-navigate {
    font-size: 12px;
    color: var(--main-red);
    right: -18px;
    top: 4px
}

.phone_container .address {
    position: relative;
    z-index: 10
}

.phone_container.active .order-call-phones__item:after {
    transform: scale(-1)
}

.phone_container.active .phones_dropdown {
    opacity: 1;
    visibility: visible
}

.sticky_phones {
    padding: 28px 0 40px 22px;
    width: 100%;
    clear: both
}

.sticky_phones .phone {
    font-size: 18px;
    line-height: 1;
    color: #555;
    text-decoration: none;
    align-items: center;
    position: relative;
    padding: 0 0 0 25px;
    margin-top: 14px;
    transition: color .3s
}

.sticky_phones .phone:before {
    font-family: 'bigshop';
    position: absolute;
    left: 0;
    top: 0
}

.sticky_phones .phone.phone_1:before {
    content: '\e908';
    color: var(--main-blue)
}

.sticky_phones .phone.phone_3:before {
    content: '\e906';
    color: var(--main-red)
}

.sticky_phones .phone.phone_2:before {
    content: '\e907';
    color: #fcbe42
}

.sticky_phones .phone:hover {
    color: var(--main-red)
}

.phones_dropdown {
    position: absolute;
    right: 0;
    top: -11px;
    z-index: 9;
    width: 197px;
    background-color: #fff;
    padding: 40px 15px 10px 40px;
    box-shadow: 0 10px 20px #ccc;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    border-radius: 4px;
}

.phones_dropdown p {
    margin: 0 0 19px
}

.phones_dropdown .phone {
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #282828;
    color: #363636;
    display: inline-block;
    vertical-align: top;
    white-space: nowrap;
    margin: 5px 0 0 0;
    transition: color .3s
}

.phones_dropdown .phone:hover {
    color: var(--main-red)
}

.main_part {
    width: 100%;
    margin: 0 0 18px 0;
}

.sec_part {
    width: calc(100% - 20px);
    min-height: 52px;
    margin: 0 10px;
    display: flex;
    flex-direction: row;
    background: var(--main-blue);
    border-radius: 4px;
    justify-content: space-between;
}

.main_part .centre {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between
}

.icons_place {
    display: flex;
    flex-direction: row;
    margin-right: 10px;
}

.header_icon {
    cursor: pointer;
    min-width: 52px;
    display: flex;
    align-items: center;
    position: relative;
    justify-content: center;
}

.header_icon::after {
    content: '';
    position: absolute;
    top: 14px;
    right: 0;
    width: 1px;
    height: 25px;
    background: #29434e;
}

.header_icon:last-child::after {
    display: none;
}

.header_icon .icon.compare+.mc_empty_box {
    right: -6px
}

.header_icon_drop {
    background-color: #fff;
    width: 282px;
    position: absolute;
    right: 0;
    left: 0;
    margin: 0 auto;
    z-index: 10;
    top: calc(100% + 20px);
    filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.2));
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.header_icon_drop li {
    padding: 10px 12px 10px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.header_icon_drop li+li {
    border-top: 1px solid #dbdce0
}

.header_icon_drop a {
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #555;
    transition: color .3s
}

.header_icon_drop a:hover {
    color: var(--main-red)
}

.header_icon_drop i {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0 0 0 10px;
    position: relative;
    border: 1px solid #b3b2b2;
    color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    cursor: pointer;
    transition: .3s
}

.header_icon_drop i:before {
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 10px;
    line-height: 1
}

.header_icon_drop i:hover {
    background-color: #ff5722;
    border-color: #ff5722;
    color: #fff
}

.header_icon_drop i:hover .svg-icon {
    fill: #fff
}

.remove_compare_category .icon {
    font-size: 10px;
    margin: 0
}

.catalog_menu_wrap {
    float: left;
    order: -1;
    display: none;
}

.categories-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    min-height: 429px;
    z-index: 10
}

.catalog_dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: -1;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: #fff;
    padding: 19px 19px 0;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.catalog_dropdown figure {
    max-width: 128px;
    margin: 0 14px 13px;
    display: flex;
    flex-direction: column;
    text-align: center
}

.catalog_dropdown figure>a {
    width: 102px;
    height: 102px;
    margin: 0 auto;
    border: 1px solid #dbdce0;
    border-radius: 1px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .3s
}

.catalog_dropdown figure:hover>a {
    border-color: var(--main-red)
}

.catalog_dropdown figure:hover figcaption a {
    color: var(--main-red)
}

.catalog_dropdown figcaption {
    font-size: 13px;
    line-height: 1.2
}

.catalog_dropdown figcaption a {
    display: inline-block;
    font-size: 14px;
    padding-top: 15px;
    text-decoration: none;
    color: #555;
    transition: color .3s
}

.catalog_dropdown img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.question_text {
    width: 100%;
    font: 16px/20px Arial, Helvetica, sans-serif;
    color: #464646
}

.for_order_call {
    width: auto;
    line-height: 1;
    padding: 1px 0 0 0;
    display: none;
}

A.order_call {
    width: 150px;
    height: auto;
    font: 300 15px/25px Arial, Helvetica, sans-serif;
    border: none;
    padding: 3px 0 0 0;
    color: #fff;
    background: none;
    text-decoration: none
}

A.order_call:before {
    content: ' ';
    width: 17px;
    height: 20px;
    display: block;
    position: absolute;
    left: 0;
    top: 5px;
    background: url("../images/spritesheet.png") no-repeat -720px -108px
}

A.order_call Span {
    padding: 0;
    text-align: right;
    text-transform: none
}

A.order_call:hover {
    text-decoration: underline;
    color: #fff
}

.standart_form {
    position: absolute;
    top: 30px;
    right: 0;
    background: #fff;
    width: 300px;
    padding: 25px 25px 3px 25px;
    z-index: 1001;
    color: #555;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15)
}

.standart_form.ask_price_form, .standart_form.send_us_form {
    text-align: center;
    border-radius: 5px;
    padding: 51px 49px 33px;
    margin: 0 auto;
    max-width: 535px;
    width: calc(100vw - 20px);
    position: absolute;
    right: 10px;
    left: 10px;
    top: 50%;
    margin-top: calc(311px / -2)
}

.standart_form.ask_price_form label, .standart_form.send_us_form label {
    font-size: 17px;
    line-height: 1;
    color: #555;
    text-align: left;
    display: block;
    margin-bottom: 5px
}

.standart_form.ask_price_form label span, .standart_form.send_us_form label span {
    color: #ff5722
}

.standart_form.ask_price_form .long_div, .standart_form.send_us_form .long_div {
    margin: 0 0 19px;
    width: 100%
}

.standart_form.send_us_form textarea {
    height: 150px
}

.standart_form .form_content {
    padding-bottom: 22px;
    text-align: center
}

.order-call {
    position: absolute;
    right: 10px;
    top: 6px;
    background-color: #fff;
    text-align: center;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    width: 300px;
    height: 417px;
    padding: 18px 31px 20px 31px;
    z-index: 200;
    display: none
}

.order-call__title {
    font: 700 20px/1.85 Arial, Helvetica, sans-serif;
    letter-spacing: 0.05em;
    margin-bottom: 3px;
    color: #707070
}

.order-call__text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.2;
    margin-bottom: 13px
}

.order-call-form__field:after {
    content: '';
    display: block;
    clear: both
}

.order-call-form__field+.order-call-form__field {
    margin-top: 20px
}

.order-call-form__btn {
    margin-top: 15px;
    font: 900 20px/1 Arial, Helvetica, sans-serif;
    border: 2px solid #117f8a;
    background-color: #117f8a;
    color: #fff;
    padding: 0;
    height: 43px;
    cursor: pointer;
    transition: .3s
}

.order-call-form__btn:hover {
    background-color: transparent;
    color: #117f8a
}

.order-call-phones {
    margin-bottom: 6px
}

.order-call-phones__item {
    position: relative;
    font-size: 14px;
    line-height: 1;
    white-space: nowrap;
    color: #282828;
    transition: color .3s
}

.order-call-phones__item:after {
    content: '\e91c';
    display: block;
    position: absolute;
    right: -18px;
    top: 4px;
    font-family: 'bigshop';
    font-size: 10px;
    color: #73838b;
}

.order-call-phones__item strong {
    font-weight: 900
}

.order-call-phones__item:hover {
    color: var(--main-red)
}

A.sf_close {
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 10px;
    color: #adadad;
    padding: 0;
    z-index: 1;
    transition: .3s
}

A.sf_close:before {
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 14px;
    line-height: 1;
    display: block
}

A.sf_close:hover {
    color: #ff5722
}

.sf_title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 21px;
    color: #555;
    width: 100%
}

.cart_login_form .sf_title B {
    font: 700 20px/30px Arial, Helvetica, sans-serif
}

.sf_title_min {
    padding: 0
}

.sf_title_min b {
    font: 700 20px/30px Arial, Helvetica, sans-serif
}

.standart_form .long_div {
    padding: 0 0 15px 0
}

.standart_form A.common_but {
    width: 100%;
}

.buy_me .standart_form A.common_but {
    height: 41px;
    padding: 0 20px;
    float: none;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 18px;
    width: 100%;
    max-width: 151px
}

.popup {
    position: absolute;
    right: 10px;
    left: 10px;
    top: 140px;
    z-index: 9999;
    margin: 0 auto;
    background-color: #fff;
    max-width: 480px;
    padding: 30px;
    text-align: center;
    color: var(--main-blue);
    box-shadow: 0 10px 20px #ccc;
    border-radius: 4px;
    transition: opacity .3s, visibility .3s
}

.popup.long {
    max-width: 765px;
}

.popup.hidden {
    display: block !important;
    opacity: 0;
    visibility: hidden
}

.popup_title {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    margin: 0 0 20px;
    text-transform: uppercase;
    color: var(--main-blue);
}

.popup_subtitle {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    margin: 0 0 26px;
}

.popup_close {
    background-color: transparent;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    color: #adadad;
    cursor: pointer;
    transition: color .3s
}

.popup_close:before {
    content: '\e90e';
    display: block;
    font-family: 'bigshop';
    font-size: 14px
}

.popup_close_sm {
    width: 24px;
    height: 24px
}

.popup_close .icon {
    font-size: 14px;
    transition: .3s
}

.popup_close:hover {
    color: #ff5722
}

.wishes_popup {
    max-width: 726px;
    display: flex;
    flex-direction: column;
}

.wishlist {
    border-top: 1px solid #e1e1e1;
    margin: 0 0 27px
}

.wishlist li {
    border-bottom: 1px solid #e1e1e1;
    padding: 22px 0;
    overflow: hidden
}

.wishlist figure {
    text-align: left;
    margin: 0
}

.wishlist .wish_img_wrap {
    background-color: #fff;
    flex: 1 0 140px;
    max-width: 140px;
    height: 140px;
    margin: 0 0 10px
}

.wishlist img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.wishlist figcaption {
    color: var(--main-blue);
    font-size: 18px;
    line-height: 1.22
}

.wishlist .wish_price {
    margin: 10px 0 0 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1;
    color: var(--main-red)
}

.show_wishlist {
    text-decoration: none;
    border-radius: 5px;
    background-color: var(--main-red);
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 10px 11px;
    clear: both;
    display: block;
    transition: background-color .3s
}

.show_wishlist:hover {
    background-color: var(--opacity-red);
}

.wishes_popup .phones_dropdown {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    top: auto;
    left: auto;
    opacity: 1;
    background-color: transparent;
    color: inherit;
    visibility: visible;
    margin: 0 auto 20px;
    padding: 10px 0 0 0;
    box-shadow: none;
    width: max-content;
}

.wishes_popup .phones_dropdown .phone {
    font-size: 22px;
}

.callback_form label {
    font-size: 13px;
    line-height: 18px;
    color: var(--text-gray);
    text-align: left;
    display: block;
    margin-bottom: 5px
}

.callback_form label span {
    color: #ff5722
}

.callback_form_field {
    margin: 0 0 16px;
    width: 100%
}

.callback_form textarea {
    height: 80px
}

.credit_popup {
    padding: 36px 29px 49px;
    max-width: 1081px;
    text-align: left
}

.credit_popup .popup_title {
    font-size: 28px;
    line-height: 1.2;
    color: #3e3e3e;
    margin: 0 0 10px
}

.credit_popup .popup_subtitle {
    background-color: #f5f5f5;
    color: #3e3e3e;
    padding: 16px 18px 17px;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 1.2
}

.credit_popup .popup_subtitle span {
    color: var(--main-blue)
}

.credit_form {
    font-size: 14px;
    line-height: 1.2;
    color: #565555
}

.credit_form_row {
    display: flex
}

.credit_form_col {
    text-align: center
}

.credit_form_col:nth-child(1) {
    text-align: left;
    margin: 0 32px 0 0;
    max-width: 218px;
    flex: 1 0 218px
}

.credit_form_col:nth-child(2) {
    margin: 0 32px 0 0;
    max-width: 115px;
    flex: 1 0 115px
}

.credit_form_col:nth-child(3) {
    margin: 0 35px 0 0;
    max-width: 307px;
    flex: 1 0 307px
}

.credit_form_col:nth-child(4) {
    text-align: left;
    flex: 1
}

.credit_form_head {
    border-bottom: 1px solid #dbdce0;
    margin: 0 0 30px;
    padding: 0 0 8px;
    font-size: 18px;
    line-height: 1.2
}

.credit_form_head .credit_form_col:nth-child(1) {
    padding: 0 0 0 18px
}

.credit_form_body {
    border-bottom: 1px solid #dbdce0;
    padding: 0 0 23px;
    align-items: center
}

.credit_form_total {
    display: flex;
    align-items: center
}

.credit_form_price {
    margin: 0 0 0 17px;
    font-size: 24px;
    line-height: 1.2;
    color: var(--main-red);
    white-space: nowrap
}

.credit_form button[type="submit"] {
    background-color: var(--main-red);
    border-radius: 3px;
    border: none;
    display: flex;
    align-items: center;
    padding: 10.5px 20px 10.5px 18px;
    margin-left: auto;
    font-size: 17px;
    line-height: 1.2;
    color: #fff;
    transition: background-color .3s
}

.credit_form button[type="submit"]:hover {
    background-color: #618d2e
}

.bank_logo {
    margin: 0;
    display: flex;
    align-items: center
}

.bank_logo figcaption {
    padding: 0 0 0 22px;
    text-align: center
}

.bank_logo figcaption b {
    font-size: 18px;
    display: block
}

.calculator .dropdown_short ul {
    border-radius: 0;
    overflow: auto;
    border: none;
    top: 31px
}

.calculator_top {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 32px
}

.ruler .noUi-pips {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 0 0
}

.ruler .noUi-base {
    background-color: #ff5722;
    margin: -16px 0 0 0;
    width: calc(100% - 20px);
    height: 3px
}

.ruler .noUi-base:after {
    width: 20px;
    right: -20px
}

.ruler .noUi-origin {
    background-color: var(--main-red);
    height: 6px;
    right: 0
}

.ruler .noUi-handle {
    top: -7px
}

.ruler {
    border-top: 3px solid #d9d9d9;
    background: url("../images/ruler.gif") repeat-x 0 0;
    padding: 13px 0 0 0;
    position: relative
}

.ruler ul {
    width: 100%;
    float: none;
    display: flex;
    justify-content: space-between
}

.ruler_drag {
    position: absolute;
    top: -3px;
    width: 40%;
    height: 3px;
    background-color: #ff5722
}

.ruler_drag i {
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/spritesheet.png") no-repeat -14px -496px;
    position: absolute;
    right: 0;
    top: -10px;
    cursor: pointer
}

.for_mini_cart {
    position: static;
    text-align: center;
    display: flex;
    flex-direction: row;
    justify-content: center
}

.for_mini_cart .mc_empty_box {
    right: 10px;
    left: 10px
}

.for_mini_cart:hover .mc_window {
    opacity: 1;
    visibility: visible;
    top: calc(100% + 7px);
    z-index: 1001
}

.mc_empty i,
A.mc_with_items i {
    position: relative;
    display: block;
    font-style: normal;

}

.sticky_cart .mc_empty i,
.sticky_cart A.mc_with_items i {
    display: flex
}

.mc_empty i:before,
A.mc_with_items i:before {
    content: '\e90c';
    display: block;
    font-family: 'bigshop';
    font-size: 30px;
    line-height: 1;
    color: #c6c6c6
}

.sticky_cart .mc_empty i:before,
.sticky_cart A.mc_with_items i:before {
    display: none
}

.mc_empty span,
A.mc_with_items span,
.header_icon_count {
    top: -7px;
    width: 14px;
    text-align: center;
    right: -15px;
    font-size: 13px;
    line-height: 16px;
    color: #fff;
    position: absolute;
    z-index: 1;
    display: flex;
}

.mc_empty_box {
    color: #555;
    font-size: 14px;
    line-height: 1.2;
    max-width: 385px;
    margin: 0 auto;
    position: absolute;
    top: calc(100% + 30px);
    right: 0;
    left: 0;
    z-index: 1000;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.mc_empty_title {
    text-align: center;
    background-color: var(--main-red);
    color: #fff;
    padding: 13px;
    font-size: 16px;
    line-height: 1.2
}

.mc_empty_text {
    background-color: #fff;
    text-align: left;
    padding: 15px;
    display: flex;
    align-items: center
}

.mc_empty_text.compare {
    margin-bottom: 0
}

#mini_cart .mc_empty_text .svg_icon {
    margin-right: 15px;
    fill: #111;
}

#mini_cart > a {
    text-decoration: none;
}

.mc_empty_text.compare:before {
    content: '\e903';
    color: #096ab7
}

A.mc_with_items {
    text-decoration: none;
    display: block;
    float: none
}

A.mc_with_items:after {
    content: '';
    position: absolute;
    bottom: -7px;
    right: 0;
    left: 0;
    height: 7px
}

A.mc_with_items B {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    transition: all 0.2s linear 0s
}

A.mc_with_items:hover B {
    opacity: 1;
    transition: all 0.2s linear 0s
}

.mc_window {
    width: auto;
    background-color: #fff;
    padding: 20px;
    z-index: -1;
    color: #a1a1a1;
    position: absolute;
    top: calc(100% + 20px);
    right: 10px;
    left: 10px;
    filter: drop-shadow(2px 2px 10px rgba(0, 0, 0, 0.3));
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.mc_window .sf_title {
    font: 700 20px/30px Arial, Helvetica, sans-serif;
    color: #333;
    margin: 0;
    padding: 0
}

.mw_all {
    width: 100%;
    max-height: 360px;
    overflow: hidden;
    overflow-y: auto;
    padding: 0 20px 0 0;
    margin: 0 0 18px
}

.mw_one {
    display: flex;
    text-align: left;
    margin: 20px 0 0 0;
    padding: 0 20px 15px 0;
    border-bottom: 1px dotted #d1d1d1;
    width: 100%
}

.mw_one:first-child {
    margin-top: 0
}

.mw_delete {
    position: absolute;
    right: 0;
    top: 0
}

.mw_delete button {
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    padding: 0;
    color: #adadad;
    position: relative;
    transition: .3s
}

.mw_delete button:before {
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 11px
}

.mw_delete button:hover {
    color: #ff5722
}

.mw_photo {
    flex: 1 0 85px;
    max-width: 85px;
    height: 82px;
    background-color: #fff;
    border: 1px solid #c9c7c7;
    margin: 0 24px 0 0;
    transition: border-color .3s
}

.mw_one:hover .mw_photo {
    border-color: #ff5722
}

.mw_photo Img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 4px;
}

.mw_name {
    width: 100%;
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 11px
}

.mw_name A {
    color: #363636;
    text-decoration: none;
    transition: color .3s
}

.mw_one:hover .mw_name A {
    color: var(--main-red)
}

.mw_desc {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.mw_price,
.mw_amount {
    font-size: 16px;
    line-height: 1;
    color: var(--main-blue);
}

.for_mini_cart .mw_total {
    width: 100%;
    margin: 0 0 18px;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 1.2;
    color: #999
}

.for_mini_cart .mw_total b {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    margin: 0 0 0 17px;
    background-color: var(--main-blue);
    color: #fff;
    font-size: 30px;
    line-height: 47px;
    border-radius: 4px;
    white-space: nowrap
}

.for_mini_cart .mw_total b small {
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.for_mini_cart .common_but {
    width: 265px
}

.mw_total {
    width: 45%;
    text-align: left;
    margin: 9px 0 0;
    color: #737373
}

.mw_cart {
    text-decoration: none;
    position: relative;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    font-size: 14px;
    line-height: 1;
    color: var(--main-blue);
    transition: color .3s
}

.mw_cart:hover {
    color: #000
}


.mw_code {
    margin: 0 0 12px;
    font-size: 12px;
    line-height: 1;
    color: #777
}

.mw_code span {
    color: var(--main-red)
}

.cart_window,
.zoom_window {
    padding: 20px;
    width: auto;
    max-width: 550px;
    background-color: #fff;
    position: absolute;
    z-index: 1002;
    top: 100px;
    right: 10px;
    left: 10px;
    margin: 0 auto;
    box-shadow: 0 10px 20px #ccc;
    border-radius: 4px;
    transition: opacity .3s, visibility .3s
}

.cart_window {
    padding-top: 17px
}

.cart_window.hidden {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden
}

.cart_window .standart_form {
    top: 0;
    right: 0
}

.cart_window_title {
    padding: 0 15px;
    margin: 0 0 20px;
    font-size: 20px;
    line-height: 1.2;
    color: #000;
    display: flex;
    align-items: center
}

.cart_window_title .svg_icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    fill: var(--main-red);
}

.cart_window_title a {
    color: var(--main-red)
}

.cart_window_title a:hover {
    text-decoration: none
}

.sf_small_title {
    width: 100%;
    text-align: left;
    font: 300 14px/20px Arial, Helvetica, sans-serif;
    color: #777;
    margin: 0 0 25px
}

.sf_small_title a {
    color: var(--main-blue);
    text-decoration: underline
}

.sf_small_title a:hover {
    text-decoration: none
}

.od_dropdown {
    width: 100%;
    margin: 0 0 20px
}

.od_dropdown .dropdown {
    width: 100%
}

.od_dropdown .dropdown .overflow {
    width: 100%
}

.od_dropdown .dropdown .overflow span {
    width: 100%
}

.od_dropdown .dropdown .overflow span b {
    right: 0
}

.od_dropdown .dropdown UL {
    width: 100%
}

.od_input {
    width: 100%;
    margin: 0 0 20px
}

.od_input input {
    width: 100%
}

.od_text {
    width: 100%;
    font: 300 13px/18px Arial, Helvetica, sans-serif;
    color: #777;
    margin: 0 0 20px
}

.od_text a {
    color: var(--main-blue);
    font-size: 14px;
    text-decoration: underline
}

.od_text a:hover {
    text-decoration: none
}

.od_checkbox {
    width: 100%;
    margin: 0 0 25px
}

.od_checkbox .checkbox {
    display: inline-block;
    position: relative;
    font: 400 18px/24px "Open Sans";
    color: #000000;
    text-decoration: none;
    width: 16px;
    height: 16px;
    vertical-align: middle;
    margin: 0 10px 0 0
}

.od_checkbox .checkbox.active {
    height: 100%
}

.od_checkbox .checkbox b {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    border: 1px solid #777;
    background-color: #f6f6f6;
    border-radius: 3px;
    cursor: pointer
}

.od_checkbox .checkbox b:before {
    content: '';
    width: 11px;
    height: 8px;
    background: url("../images/spritesheet.png") no-repeat -516px -296px;
    position: absolute;
    top: 3px;
    left: 2px;
    transition: all 0.3s linear 0s;
    opacity: 0
}

.od_checkbox .checkbox.active b:before {
    opacity: 1;
    transition: all 0.3s linear 0s
}

.checkbox_text {
    display: inline-block;
    font: 300 14px/20px Arial, Helvetica, sans-serif;
    color: #777;
    vertical-align: middle
}

.checkbox_text a {
    color: #777
}

.cart-contacts {
    width: 100%
}

.cart-contacts .top-links {
    width: 100%;
    margin: 0 0 5px
}

.cart-contacts .top-links a {
    display: block;
    width: 100%;
    margin: 0 0 5px;
    font: 300 14px/18px Arial, Helvetica, sans-serif;
    color: #777;
    text-decoration: underline
}

.cart-contacts .top-links a:hover {
    text-decoration: none
}

.cart-contacts-tel {
    width: 100%;
    margin: 0 0 15px;
    padding: 0;
    float: left;
    position: relative;
    text-align: center
}

.cart-contacts-tel span {
    width: 100%;
    display: block;
    float: none;
    color: var(--main-blue);
    font: 400 20px/1.5 Arial, Helvetica, sans-serif;
    text-align: center;
    position: relative
}

.cart-contacts .common_but:not(.sale_send) {
    display: inline;
    width: auto;
    padding: 0;
    color: var(--main-blue);
    background-color: transparent;
    text-transform: none;
    text-decoration: underline;
    border: none;
    font: 300 14px/18px Arial, Helvetica, sans-serif;
    height: auto
}

.cart-contacts .common_but:not(.sale_send) span {
    display: table-cell;
    vertical-align: middle;
    width: auto;
    height: inherit
}

.cart-contacts .common_but:hover {
    color: var(--main-blue);
    text-decoration: none
}

.mc_place {
    width: 100%;
    padding: 0 15px
}

.cart_kit {
    padding: 10px;
    border: 1px dotted #d1d1d1;
    border-radius: 4px;
}

.cart_kit .one_ct_good,
.cart_kit .mw_one {
    padding-bottom: 0;
    border-bottom: none;
}

.cart_kit .one_ct_good:nth-child(1),
.cart_kit .mw_one:nth-child(1) {
    margin-bottom: 30px;
}

.cart_kit .mw_one:nth-child(2) {
    margin-top: 0;
}

.cart_kit .one_ct_good:nth-child(1)::before,
.cart_kit .one_ct_good:nth-child(1)::after,
.cart_kit .mw_one:nth-child(1)::before,
.cart_kit .mw_one:nth-child(1)::after,
.cart_kit .your_cart_product:nth-child(1)::before,
.cart_kit .your_cart_product:nth-child(1)::after {
    content: "";
    width: 16px;
    height: 2px;
    background-color: var(--main-blue);
    position: absolute;
    top: calc(100% + 13px);
    right: 50%;
    transform: translateX(-50%);
}

.cart_kit .mw_one:nth-child(1)::before,
.cart_kit .mw_one:nth-child(1)::after {
    width: 12px;
}

.cart_kit .your_cart_product:nth-child(1)::before,
.cart_kit .your_cart_product:nth-child(1)::after {
    width: 12px;
    top: calc(100% + 15px);
}

.cart_kit .one_ct_good:nth-child(1)::after,
.cart_kit .mw_one:nth-child(1)::after,
.cart_kit .your_cart_product:nth-child(1)::after {
    transform: translateX(-50%) rotate(90deg);
}

.cart_kit .your_cart_product:nth-child(1) {
    margin-bottom: 30px;
}

.cart_kit .your_cart_product:nth-child(2) {
    margin-bottom: 0;
}

.one_ct_good {
    border-bottom: 1px dotted #d1d1d1;
    width: 100%;
    margin: 0 0 20px;
    padding: 0 30px 20px 0;
    display: flex;
    align-items: flex-start
}

.one_ct_good:last-child {
    margin-bottom: 0
}

.one_ct_good .mw_photo {
    max-width: 65px;
    width: 65px;
    height: 65px;
    margin: 0 10px 0 0;
    border-color: #e5e8e7;
    border-radius: 4px;
}

.one_ct_good:hover .mw_photo {
    border-color: var(--main-red)
}

.one_ct_good .mw_name {
    font-size: 12px;
    line-height: 1.2
}

.one_ct_good .mw_name A {
    color: #000
}

.one_ct_good:hover .mw_name A {
    color: var(--main-red)
}

.title_cart_total {
    display: inline-block;
}

.js_ct_delete {
    text-decoration: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border: none;
    padding: 0;
    color: #adadad;
    position: absolute;
    top: 10px;
    right: 10px;
    transition: .3s;
}

.js_ct_delete:before {
    text-decoration: none;
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 11px;
    transition: 0.3s;
    color: #adadad;
}

.js_ct_delete:hover::before {
    color: #ff5722
}

A.ct_plus,
A.ct_minus {
    color: #555;
    font-size: 18px;
    line-height: 16.5px;
    width: 24px;
    height: 16.5px;
    border: 1px solid #d7d7d7;
    background-color: #e4e1e1;
    background-clip: border-box;
    text-decoration: none;
    text-align: center;
    transition: .3s
}

A.ct_minus {
    border-top: none
}

A.ct_plus:hover,
A.ct_minus:hover {
    border-color: var(--main-red);
    background-color: var(--main-red);
    color: #fff
}

.cart_total {
    width: 60px;
    height: 35px;
    overflow: hidden;
    margin: 0 15px 0 0
}

.cart_total Input {
    width: 34px;
    height: 33px;
    border: 1px solid #d7d7d7;
    border-right: none;
    position: relative;
    float: left;
    text-align: center;
    color: #555;
    padding: 0
}

.cart_cost {
    color: #555;
    font-size: 18px;
    line-height: 35px
}

.clear_filters {
    text-align: center;
    margin: 28px 0 0 0
}

.clear_filters button {
    background-color: transparent;
    border: 1px solid var(--main-blue);
    border-radius: 17px;
    display: inline-block;
    vertical-align: top;
    padding: 8px 20px 9px;
    font-size: 16px;
    color: var(--main-blue);
    transition: .3s
}

.clear_filters button:hover {
    border-color: var(--main-red);
    color: var(--main-red)
}

A.ct_delete {
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #adadad;
    padding: 0;
    z-index: 1;
    transition: .3s
}

A.ct_delete:before {
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 11px;
    line-height: 1;
    display: block
}

A.ct_delete:hover {
    color: var(--main-red)
}

.right_box_cart {
    flex: 1
}

.cw_bottom {
    width: 50%
}

.bottom_block {
    padding: 15px;
    width: 100%
}

.bottom_block .mw_total {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    line-height: 1;
    color: #555
}

.bottom_block .mw_total .title {
    font-size: 13px;
    color: #999;
    border: none;
    padding: 0;
    margin: 0
}

.mw_total_price {
    display: inline-block;
    vertical-align: top;
    padding: 0 14px;
    margin: 0 0 0 17px;
    background-color: var(--main-blue);
    color: #fff;
    font-size: 30px;
    line-height: 47px;
    border-radius: 4px;
    white-space: nowrap
}

.mw_total_price span {
    font-size: 20px;
    font-weight: 500;
    line-height: 1
}

.bottom_block .mw_total+.mw_total {
    margin-bottom: 20px
}

.bottom_block .mw_total:last-child {
    border: none
}

.mw_buttons {
    margin: 20px 0 0 0;
    width: 100%
}


.catalog_menu_b .catalog_button,
.page_404 .catalog_button {
    z-index: 2;
}

.catalog_menu_b .for_main_menu Nav,
.page_404 .for_main_menu Nav {
    left: 0;
    top: 45px
}

.for_main_menu Nav {
    display: none;
    box-shadow: 0 10px 20px #ccc;
}

.home .for_main_menu.active Nav {
    display: block
}

.menu_overlay {
    background-color: rgba(255, 255, 255, 0.652);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 300;
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.menu_overlay.active {
    visibility: unset;
}

.for_main_menu {
    width: 100%;
    display: none
}

.menu_slider .for_main_menu {
    z-index: 1
}

.menu_slider .for_main_menu.active {
    z-index: 401
}

.cd-dropdown {
    background: #117f8a;
    color: #fff
}

.cd-dropdown .cd-close::after,
.cd-dropdown .cd-close::before {
    background: #fff
}

.cd-dropdown-content A,
.cd-dropdown-content UL A {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font: 15px/18px Arial, Helvetica, sans-serif
}

.cd-dropdown-content A:hover,
.cd-dropdown-content UL A:hover {
    color: #33c0c6;
    transition: color 0.2s linear 0s
}

.for_main_menu .cd-dropdown-content UL LI A.active {
    color: #333
}

.for_main_menu .cd-dropdown-content UL LI.main_click_item A.active {
    color: #33c0c6
}

.for_main_menu .cd-dropdown-content UL LI.main_click_item A.active:hover {
    color: #b0b0b0
}

.has-children>A::before,
.has-children>A::after,
.go-back A::before,
.go-back A::after {
    background: #fff
}

.for_search {
    position: fixed;
    right: 0;
    height: 124px;
    left: 0;
    display: flex;
    top: -124px;
    align-items: center;
    z-index: 999;
    padding: 0 10%;
    flex: 0;
    transition: .3s;
    background: var(--main-blue);
}

.mobile_search.active+.for_search {
    top: 0
}

.for_search form {
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
}

.for_search_box {
    display: flex;
    flex: 1;
    transition: .3s
}

.for_search form A.search .svg_icon {
    fill: #fff;
    transition: .3s;
}

.for_search form:focus-within A.search .svg_icon {
    fill: var(--main-red);
    transition: .3s;
}

.for_search_inp {
    width: 100%;
}

.for_search Input {
    width: 100%;
    height: 42px;
    font-size: 13px;
    border: 1px solid #ddd;
    padding: 0 66px 0 20px;
    border-radius: 5px;
    color: #fff;
    background: none;
    transition: .3s;
}

.mobile_search,
.for_search A.search {
    position: absolute;
    z-index: 1;
    top: 0;
    padding: 0;
    right: 0;
    margin: 0;
    border: none;
    width: 40px;
    height: 42px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    color: #fff;
    transition: .3s
}

.mobile_search {
    position: relative;
}

.svg_icon {
    width: 22px;
    height: 22px;
    fill: var(--main-blue);
}

.mobile_search_wrap {
    width: 22px;
    display: flex;
    justify-content: center;
}

.mobile_search {
    width: auto;
    height: auto;
    max-width: none;
    flex: 0;
    background-color: transparent;
}

.search_variants {
    position: absolute;
    left: 0;
    top: calc(100% + 5px);
    width: 100%;
    z-index: 999;
    background: #fafafa;
    border: 1px solid #e5e5e5;
    border-radius: 2px;
    display: none
}

.search_variants UL {
    width: 100%
}

.search_variants UL LI {
    position: relative;
    float: left;
    width: 100%;
    max-height: 50px
}

.for_search .search_variants UL LI A {
    position: relative;
    width: 100%;
    background: none;
    border-radius: 0;
    height: auto;
    border: none;
    right: auto;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #737373;
    display: flex;
    align-items: center;
    text-decoration: none;
    line-height: 1.2;
    transition: .3s
}

.search_variants UL LI A.all_results {
    background-color: var(--main-red);
    color: #fff;
    text-align: right;
    padding: 10px
}

.for_search .search_variants UL LI A:hover {
    color: var(--main-red)
}

.search_variants UL LI A.all_results:hover {
    background-color: var(--main-red);
    color: #fff
}

.search_variants UL LI A Img {
    position: relative;
    float: left;
    width: 50px;
    max-height: 50px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: 0 5px 0 0
}

.search {
    width: 100%;
    margin: 0 0 20px 0
}

.search_list.catalog_box {
    padding-top: 20px
}

.search .centre {
    display: flex;
    flex-wrap: wrap
}

.search_title {
    background-color: #fff;
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 22px;
    width: 100%;
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    font-size: 24px;
    line-height: 1.2;
    color: #555
}

.search_title a {
    text-transform: capitalize;
    text-decoration: none;
    transition: color .3s
}

.search_title a:hover {
    color: var(--main-red)
}

.search_title_results {
    font-size: 16px;
    line-height: 1
}

.ser_prev_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    color: var(--main-blue)
}

.ser_prev_title span {
    font-weight: 400;
    color: #777
}

.search_list .layout_controls {
    margin: 0 0 14px;
    justify-content: flex-end;
    width: 100%
}

.search_list .common_tit {
    margin: 0 0 10px 0
}

.search_list .one_search_res {
    margin: 0 0 20px 0;
    padding: 6px 10px;
    background: #fff;
    border-bottom: 1px solid #c9c7c7
}

.nothing_found {
    width: 100%;
    padding: 50px 0;
    text-align: center;
    font-size: 24px;
    line-height: 1.2;
    color: #555
}

.nothing_found b {
    font-size: 36px;
    line-height: 1.2;
    color: #2f2f2f;
    padding: 0 25px
}

.one_search_res A {
    font: 400 16px/20px Arial, Helvetica, sans-serif;
    text-decoration: underline;
    color: var(--main-blue);
    transition: all 0.2s linear 0s
}

.one_search_res A:hover {
    text-decoration: none;
    transition: all 0.2s linear 0s
}

.art_ser_all {
    width: 100%;
    margin: 4px 0 0 0;
    line-height: 22px
}

Span.search_active {
    background: #b4edfd
}

.search_list .filter_box UL {
    width: 100%
}

.search_list .filter_box UL LI {
    width: 100%;
    position: relative;
    float: left;
    font-weight: bold
}

.search_list .filter_box UL LI UL {
    margin: 0 0 10px 0
}

.search_list .filter_box UL LI UL LI {
    padding: 1px 0 3px 20px;
    font-weight: normal
}

.search_list .filter_box UL LI UL LI A {
    position: relative;
    float: left;
    color: #737373;
    text-decoration: none;
    font: 300 15px/18px Arial, Helvetica, sans-serif;
    transition: color 0.2s linear 0s
}

.search_list .filter_box UL LI UL LI A:hover {
    color: var(--main-blue);
    transition: color 0.2s linear 0s
}

.content {
    background-color: #fff;
    width: 100%;
    flex: 1
}

.main_col {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column
}

.primary_box {
    width: 100%
}

.blog_sect .primary_box {
    padding: 0;
    margin: -106px 0 0 0;
    display: flex
}

.single_post .primary_box {
    margin-top: -60px;
    display: block
}

.single_post .primary_box.read_also {
    padding-bottom: 30px;
    margin-top: 23px
}

.categories-box {
    padding: 45px 0 0 0;
    flex: 1 0 300px
}

.news-wrapper {
    padding: 30px 30px 87px
}

.categories-list--alt {
    list-style: none;
    padding: 0 0 0 21px;
    margin: 0
}

.categories-list--alt+.filters {
    margin-top: 25px
}

.categories-list--alt>li {
    font-size: 16px;
    line-height: 1.25;
    border-bottom: 1px solid #e7e7e7;
    padding: 15px 0;
    color: #000
}

.categories-list--alt>li a {
    display: block;
    position: relative;
    font-weight: 300;
    text-decoration: none;
    transition: .3s
}

.categories-list--alt>li a:hover,
.categories-list--alt>li a:active {
    color: #000
}

.categories-list--alt>li a:after {
    content: '\e91c';
    font-family: 'bigshop';
    font-size: 12px;
    position: absolute;
    right: 0;
    top: 3px
}

.categories-list--alt>li>a {
    padding-right: 25px;
    padding-left: 8px
}

.categories-list--alt>li.is-open ul {
    margin: 10px 0 0 0
}

.categories-list--alt>li.is-open li {
    padding: 0 0 0 12px
}

.categories-list--alt>li.is-open li.is-current {
    padding: 0 0 0 24px;
    margin: 0 0 5px 0
}

.categories-list--alt>li.is-open a {
    position: relative;
    padding: 0 0 0 13px
}

.categories-list--alt>li.is-open a:before {
    content: '\e911';
    font-family: 'bigshop';
    font-size: 10px;
    position: absolute;
    left: 0;
    top: 4px
}

.categories-list--alt>li.is-open a:after {
    display: none
}

.categories-list--alt ul {
    list-style: none;
    padding: 0;
    margin: 0;
    float: none
}

.categories-list--alt .submenu {
    padding: 21px 0 0 28px
}

.categories-list--alt .submenu li {
    font-size: 14px
}

.categories-list--alt .submenu li+li {
    margin-top: 19px
}

.categories-list--alt .submenu a {
    color: #000
}

.categories-list--alt .submenu a:after {
    display: none
}

.categories-list--alt .submenu a:hover,
.categories-list--alt .submenu a:active {
    text-decoration: underline
}

.clickpath_place {
    width: 100%;
    margin: 0 0 15px;
    color: #555;
    font-size: 14px;
    line-height: 1.2;
    display: inline-flex;
    align-items: flex-end
}

.clickpath_place>.centre {
    overflow: auto;
}

.clickpath_place .clickpath {
    margin: 0 12px 0 0;
    display: flex;
    flex-wrap: wrap;
    background: #fff;
    width: max-content;
}

.clickpath_item {
    position: relative;
    float: left;
    display: flex;
    align-items: center;
    padding: 0 23px 0 0
}

.clickpath_item:last-child {
    padding-right: 0
}

.clickpath_item:first-child a {
    padding-left: 10px;
}

.catalog_clickpath .clickpath a {
    padding-left: 0px;
    transition: 0.3s;
}

.catalog_clickpath .clickpath a:hover {
    color: var(--main-red);
}

.clickpath_item a,
.clickpath_item .current {
    position: relative;
    float: left;
    height: 100%;
    display: flex;
    align-items: center;
    padding-right: 7px;
    font-size: 13px;
    color: var(--main-blue);
    padding: 9px 0;
    text-decoration: none;
    transition: color .3s
}

.clickpath_item:not(:last-child) a:hover {
    color: var(--main-red);
}

.clickpath_item a:after {
    content: '';
    position: absolute;
    width: 5px;
    height: 5px;
    background-color: gray;
    border-radius: 50%;
    top: 50%;
    transform: translateY(-50%);
    right: -14px;
}

.clickpath Span {
    position: relative;
    float: left
}

.current a {
    color: #000;
    cursor: default
}

.main_slider_container {
    margin-bottom: 10px;
    display: flex;
}

.main_slider {
    width: 100%
}

.slick-initialized .main_slider_item.slick-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.main_slider_item picture {
    display: block;
    width: 100%;
    height: auto;
}

.main_slider_item img {
    width: 100%;
    height: auto;
    margin: 0 auto
}

.main_slider .slick-next {
    right: 0
}

.for_banner {
    width: 100%
}

.for_banner .centre {
    display: flex
}

.main_banner {
    width: calc(100% - 330px);
    overflow: hidden;
    margin-left: auto
}

.slider_fon img {
    max-width: 100%
}

.slider_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 429px;
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px
}

.slider_text Span {
    width: 100%
}

.slider_text .long_span+.long_span {
    margin-top: 10px
}

.slider_text .h1 {
    width: auto;
    font: 900 50px/1.2 Arial, Helvetica, sans-serif;
    color: #fff;
    margin: 0 0 30px 0;
    text-align: left
}

.slider_text .h2 {
    max-width: 472px;
    font: 400 17px/20px 'Arial';
    text-align: left;
    margin: 0 0 30px 0;
    padding: 10px 13px;
    color: #fff;
    background: #283139
}

.slider_text A {
    width: 200px;
    height: auto;
    padding: 8px 0
}

.main_banner .slick-prev {
    left: 0
}

.main_banner .slick-next {
    right: 0
}

.slider_left A,
.slider_right A {
    text-decoration: none;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transition: color .3s
}

.slider_left A:before,
.slider_right A:before {
    font-family: 'bigshop';
    font-size: 20px;
    transition: color .3s
}

.slider_left A:before {
    content: '\e911'
}

.slider_right A:before {
    content: '\e910'
}

.slider_place {
    position: absolute;
    z-index: 3;
    bottom: 23px;
    left: 0;
    width: 100%;
    height: 17px
}

.slider_pag {
    width: 100%;
    float: none;
    text-align: center;
    font-size: 0
}

.slider_pag A {
    width: 17px;
    height: 17px;
    background-color: #7e7e7e;
    border: 3px solid #606a64;
    border-radius: 100%;
    position: relative;
    display: inline-block;
    margin: 0 5px;
    transition: .3s
}

.slider_pag A:hover,
.slider_pag A.active {
    background-color: var(--main-red)
}

.long_span {
    display: inline-block;
    width: 100%
}

.shop_window {
    width: 100%;
    margin: 0 0 52px 0
}

.sw_links {
    width: max-content;
    position: absolute;
    left: 100%;
    opacity: 0;
    top: 0;
    z-index: 505;

    transition: 0.3s;
}

.sw_links.active {
    left: 0;
    opacity: 1;
}

.sw_links UL {
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 245px;
    box-shadow: 0 10px 20px #ccc;
    background-color: #fff;
}

.sw_links UL LI {
    position: relative;
    float: left
}

.sw_links UL LI A {
    display: block;
    font-size: 14px;
    letter-spacing: 0.7px;
    line-height: 18px;
    font-weight: 700;
    color: var(--text-gray);
    transition: 0.3s;
    text-decoration: none;
    margin: 15px 0;
}

.sw_links UL LI A.active {
    color: var(--main-red);
}


.sw_links UL LI A span {
    font-size: 12px;
    font-weight: 400;
    background-color: var(--main-red);
    width: 16px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    border-radius: 100%;
    flex-shrink: 0;
    color: #fff;
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 4px
}

.sw_place .catalog {
    padding: 0
}

A.show_all {
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    color: var(--main-blue);
    text-decoration: none;
    transition: color .3s
}

.show_all span {
    position: relative;
    width: 16px;
    height: 16px;
    background: var(--main-blue);
    margin-left: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .3s
}

.show_all span:after {
    content: '\e926';
    display: block;
    font-family: 'bigshop';
    font-size: 12px;
    color: #fff
}

A.show_all:hover {
    text-decoration: none;
    color: var(--main-red)
}

A.show_all:hover span {
    background: var(--main-red);
}

A.show_all--simple {
    background: none;
    border: none;
    padding: 0;
    float: right;
    color: #117f8a;
    font: 400 15px/1 Arial, Helvetica, sans-serif;
    text-decoration: underline;
    text-transform: none;
    margin: 0 30px 0 auto
}

.categories {
    width: 100%;
    margin: 0 0 25px 0
}

.bg_img_1 {
    background: url(../images/pic_8.jpg) no-repeat;
    background-size: cover
}

.oc_photo {
    width: 200px;
    height: 230px;
    margin: 0 12px 0 0;
    display: none
}

.oc_photo Div {
    width: 200px;
    height: 230px;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.oc_photo Img {
    max-width: 200px;
    max-height: 230px
}

.oc_txt {
    width: 100%;
    height: 57px;
    z-index: 9;
    display: table
}

.oc_txt_tb {
    width: inherit;
    height: inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.oct_title {
    display: table;
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    height: 100%
}

.oct_title A {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: inherit;
    height: inherit;
    color: var(--main-blue);
    text-decoration: none;
    text-align: start;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: all 0.2s linear 0s
}

.oct_title A:hover {
    color: var(--main-red);
}

.oc_figure {
    width: 65px;
    height: 55px;
    margin: 0 10px 0 0;
}

.oc_figure__link {
    position: relative;
    width: inherit;
    height: inherit
}


.icon-permalink {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -21px 0 0 -35px;
    width: 70px;
    height: 42px;
    background: url("../images/spritesheet.png") no-repeat 0 -520px;
    opacity: 0;
    transform: scale(0);
    transition: .3s
}

UL.oct_text {
    width: 100%;
    display: none
}

UL.oct_text LI {
    position: relative;
    float: left;
    width: 100%;
    padding: 0 0 5px 0
}

.oct_text A {
    color: #737373;
    text-decoration: none;
    font: italic 16px/18px Seg_i;
    transition: all 0.2s linear 0s;
    padding: 0 0 0 13px
}

.oct_text A:hover {
    color: #6e296d;
    transition: all 0.2s linear 0s
}

.oct_text A:before {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: #6e296d;
    position: absolute;
    top: 8px;
    left: 0
}

.oct_more {
    width: 100%;
    position: absolute;
    top: 212px;
    right: 10px
}

.oct_more A {
    color: #6e296d;
    text-decoration: underline;
    font: 400 12px/14px Seg_n;
    transition: all 0.2s linear 0s;
    position: relative;
    float: right
}

.oct_more A:hover {
    color: #ab19a9;
    transition: all 0.2s linear 0s
}

a.detail_btn {
    width: 152px;
    height: 45px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border: 2px solid #fff;
    text-decoration: none;
    text-transform: uppercase;
    font: 300 20px/42px Arial, Helvetica, sans-serif;
    transition: all 0.2s linear 0s
}

a.detail_btn:hover {
    color: var(--main-red);
    border-color: var(--main-red)
}

.article_place {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 10px 0 0 0;
}

Article {
    width: 100%
}

Article Header {
    width: 100%;
    position: relative;
    float: left
}

Article Header H1,
Article Header H2,
Article .article_text H1,
Article .article_text H2,
Article .article_text H3,
.faild,
.all_right {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 18px;
    padding: 0;
    color: #555;
    font-weight: 400;
    font-size: 24px;
    line-height: 1.2
}

Article .article_text H1,
Article .article_text H2,
Article .article_text H3 {
    width: 100%
}

.print_icon {
    background: url(../img/printer.png) no-repeat scroll 0 0 transparent;
    height: 18px;
    top: 5px;
    width: 17px;
    position: relative;
    float: left;
    cursor: pointer
}

Article .article_text {
    width: 100% !important
}

Article .article_text A {
    text-decoration: underline;
    transition: all 0.2s linear 0s
}

Article .article_text A:hover {
    text-decoration: none
}

Article .article_text H1 {
    font-size: 30px
}

Article .article_text H2 {
    font-size: 26px;
    text-transform: none;
    text-align: left
}

Article .article_text H3 {
    font-size: 24px
}

Article .article_text P {
    padding: 0 0 30px;
    margin: 0;
    width: 100% !important;
    position: relative;
    float: left
}

Article .article_text UL {
    width: 100%;
    padding: 0 0 10px 30px;
    margin: 0;
    list-style: disc
}

Article .article_text OL {
    width: 100%;
    padding: 0 0 10px 30px;
    margin: 0
}

Article .article_text Blockquote {
    margin: 10px 10px 10px 17px;
    border-left: 6px solid var(--main-blue);
    padding: 0 0 4px 10px;
    font-style: italic
}

Article .article_text Table {
    max-width: 100%
}

Article .article_text.short {
    margin: 0 0 20px;
    overflow: hidden;
    height: 180px
}

Article UL {
    list-style: disc;
    padding-left: 30px;
    margin: 1em 0;
    float: none;
    clear: both
}

.article_open {
    width: 100%;
    position: relative;
    float: left
}

.article_close {
    width: 100%;
    position: relative;
    float: left;
    display: none
}

.article_btn {
    position: relative;
    z-index: 1
}

Article A.read_more,
Article A.read_less {
    font-size: 16px;
    line-height: 1.2;
    display: inline-flex;
    align-items: center;
    position: relative;
    text-decoration: underline;
    transition: color .3s
}

Article A.read_more:hover,
Article A.read_less:hover {
    text-decoration: none
}

.main_title {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    color: var(--main-blue);
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 30px;
    letter-spacing: 1.2px;
}

.blog_sect {
    width: 100%;
    margin-bottom: 100px;
    padding-top: 10px;
}

.blog {
    width: 100%
}


.blog_meta_inner {
    display: inline-flex;
    align-items: center;
    vertical-align: top
}

.blog_meta_item {
    display: flex;
    align-items: center;
    margin: 0 23px 0 0
}

.blog_meta_item:last-child {
    margin-right: 0
}

.blog_meta_item:before {
    font-family: 'bigshop';
    font-size: 18px;
    line-height: 1;
    display: block;
    margin: 0 8px 0 0
}

.blog_date:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../images/gray-calendar.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.blog_info {
    width: 100%
}

.blog_comments:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../images/gray-messange.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.blog_views:before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../images/gray-view.svg");
    background-repeat: no-repeat;
    background-position: center;
}

.blog_category {
    margin-left: auto
}

.blog_category a {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    text-decoration: none;
    transition: color .3s
}

.blog_category:before {
    display: none
}

.blog_category a:before {
    content: '\e921';
    font-family: 'bigshop';
    font-size: 18px;
    line-height: 1;
    margin: 0 8px 0 0;
    display: block
}

.blog_category a:hover {
    color: var(--main-red)
}

.blog_excerpt {
    width: 100%;
    font-size: 16px;
    font-style: italic;
    line-height: 1.375;
    color: #363636;
    margin: 0 0 22px
}

.blog_btn {
    font-size: 16px;
    font-style: italic;
    line-height: 1.375;
    text-decoration: none;
    color: var(--main-blue);
    transition: color .3s
}

.blog_btn:hover {
    color: var(--main-red)
}

.blog_grid {
    display: grid;
    grid-gap: 30px;
}

.blog_grid .blog_photo {
    width: 100%;
    height: 297px
}

.blog_grid .blog_photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.blog_grid .blog_info {
}

.blog_grid .blog_title {
    background-color: rgba(97, 141, 46, 0.85);
    color: #fff;
    padding: 14px;
    font-size: 18px;
    line-height: 1.2;
    white-space: nowrap;
    text-overflow: ellipsis;
    position: absolute;
    bottom: 41px;
    right: 0;
    left: 0;
    overflow: hidden;
    transition: .3s
}

.blog_grid .blog_title a {
    text-decoration: none;
    color: inherit
}

.blog_grid .blog_item:hover .blog_title {
    background-color: rgba(255, 125, 0, 0.81)
}

.blog_grid .blog_meta {
    width: 100%;
    height: 41px;
    color: #b2b2b2;
    transition: background-color .3s
}


.blog_grid .blog_excerpt,
.blog_grid .blog_btn {
    display: none
}

.blog_list .blog_item {
    display: flex
}

.blog_list .blog_item+.blog_item {
    border-top: 1px solid #e7e7e7;
    padding: 35px 0 0 0;
    margin: 35px 0 0 0
}

.blog_list .blog_photo {
    flex: 1 1 42.6%;
    max-width: 42.6%;
    max-height: 258px
}

.blog_list img {
    max-width: 100%;
    width: 100%;
    max-height: 208px;
    -o-object-fit: cover;
    object-fit: cover
}

.blog_list .blog_info {
    width: auto;
    padding: 0 0 0 30px;
    flex: 1 1 57.4%;
    max-width: 57.4%
}

.blog_list .blog_title {
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
    width: 100%;
    margin: 0 0 10px
}

.blog_list .blog_title a {
    text-decoration: none;
    color: #363636;
    transition: color .3s
}

.blog_list .blog_title a:hover {
    color: var(--main-red)
}

.blog_list .blog_meta {
    margin: 0 0 33px
}

.blog_list .blog_meta_inner {
    position: relative
}

.single_post article {
    font-size: 16px;
    line-height: 1.2;
    padding: 0
}

.single_post .article img {
    /* width: auto !important;
    height: auto !important; */
    max-width: 100%
}

.single_post article p {
    margin: 0 0 19px;
    color: #555
}


.single_post_main .blog_meta {
    margin: 0 0 16px
}

.single_post .single_post_main {
    width: 100%;
    display: flex;
    align-items: flex-start;
    padding-right: 0;
    padding-left: 0
}

.sidebar {
    border-left: 1px solid #e1e1e1;
    padding: 0 0 0 18px;
    margin: 0 0 0 19px;
    flex: 1 0 383px;
    max-width: 383px;
    float: none
}

.sidebar_item+.sidebar_item {
    margin-top: 26px
}

.sidebar_title {
    font-size: 18px;
    line-height: 1.2;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 5px;
    margin: 0 0 17px;
    text-transform: uppercase;
    color: var(--main-red)
}

.comments {
    padding: 35px 0 0 0
}

.comments_title {
    font-size: 24px;
    line-height: 1.2;
    color: var(--main-red);
    text-transform: uppercase;
    margin: 0 0 27px
}

.comments_title span {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    background-color: var(--main-red);
    border-radius: 10px;
    color: #fff;
    padding: 4px 8px 2px;
    margin: 0 0 0 10px;
    position: relative;
    top: -20px;
    z-index: 1
}

.comments_title span:after {
    content: '';
    background: url("../images/spritesheet.png") no-repeat -303px -14px;
    width: 18px;
    height: 20px;
    position: absolute;
    bottom: -5px;
    right: -1px;
    z-index: -1;
    display: block
}

.btn_write_comment {
    height: max-content;
    background-color: transparent;
    font-size: 16px;
    line-height: 18px;
    padding: 0;
    font-weight: 700;
    color: #2862e7;
    border: none;
    border-bottom: 2px dashed #2862e7; 
    transition: 0.3s;
}

.btn_write_comment:before {
    content: '+';
    font-size: 22px;
    margin-right: 10px;
}

.btn_write_comment:hover {
    border-bottom-style: inset;
    opacity: 0.7;
}


.comment_form {
    position: relative
}

.comment_form_req {
    margin: 10px 0 0 0
}

.comment_form .set_rate {
    margin: 10px 0;
    width: 100%;
    float: left
}

.comment_form .write_review_btn {
    display: none
}

.comment_form_alt {
    padding-right: 20px;
    padding-left: 20px
}

.comment_form_reply {
    margin: 31px 0 0 0
}

.comment_form_alt:before {
    display: none
}

.comment_form_reply:before {
    right: auto;
    left: 0;
    transform: rotateY(-180deg)
}

.comment_form_title {
    font-size: 22px;
    line-height: 1.2;
    color: #0b0b0b;
    margin: 0 0 27px
}

.comment_form label {
    font-size: 14px;
    line-height: 1.2;
    color: #3e3e3d;
    display: block;
    margin: 0 0 4px
}

.comment_form label span {
    color: #fe0202
}

.comment_form_field+.comment_form_field {
    margin: 6px 0 0 0
}

.comment_form input[type="text"],
.comment_form input[type="email"],
.comment_form textarea {
    float: none;
    border-color: #dbdce0;
    vertical-align: top
}

.comment_form input[type="text"]:focus,
.comment_form input[type="email"]:focus,
.comment_form textarea:focus {
    border-color: var(--main-blue);
}

.comment_form input[type="text"].error,
.comment_form input[type="email"].error,
.comment_form textarea.error {
    border-color: red
}

.comment_form input[type="text"],
.comment_form input[type="email"] {
    max-width: 100%;
    height: 34px
}

.comment_form input[type="email"] {
    margin: 0 33px 0 0
}

.comment_form textarea {
    height: 100px
}

.comment_form .common_but {
    width: 100%;
    max-width: 280px;
    padding-bottom: 12px;
    padding-top: 11px
}

.comment_form_row {
    display: flex;
    margin: 0 0 12px
}

.comment_form_row .comment_form_col {
    flex: 1 1 calc(50% - 25px);
    max-width: 50%;
    margin-right: 25px
}

.comment_form_row .comment_form_col:nth-of-type(2n+2) {
    margin-right: 0
}

.comment_form_row .comment_form_field+.comment_form_field {
    margin-top: 0
}

.comment_form_field textarea {
    height: 73px
}

.comment_form_field input.error,
.comment_form_field textarea.error {
    border-color: red
}

.comment_form input[type="checkbox"] {
    display: none
}

.comment_form input[type="checkbox"]+label {
    position: relative;
    display: inline-flex;
    vertical-align: top;
    margin: 14px 0 0 0
}

.comment_form_reply input[type="checkbox"]+label {
    padding: 16px 0
}


.comment_form input[type="checkbox"]:checked+label i:after {
    display: block
}


.req_fields {
    margin: 8px 0 0 0
}

.custom_checkbox {
    margin: 10px 0 0 0
}

.cf_row {
    margin: 0 0 10px
}

.cf_field {
    margin: 0 0 10px
}

.advanced_feedback {
    text-decoration: underline;
    text-align: center;
    margin: 20px 0 0 0;
    font-size: 16px;
    line-height: 1.2;
    color: var(--main-blue);
    cursor: pointer;
    transition: color .3s
}

.advanced_feedback:hover {
    color: #ff5722
}

.comments_list {
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0
}

.comment ul {
    width: 100%;
    float: none;
    list-style: none;
    padding: 17px 0 29px 30px;
    margin: 0;
    border-bottom: 1px solid #f2f2f2
}

.comment ul li+li {
    margin: 17px 0 0 0
}

.comment_top {
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.2;
    margin: 0 0 19px
}

.comment_top .date_user_rev {
    font-size: 12px;
    line-height: 1;
    color: #909090
}

.comment_top .raty {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
    margin: 0 0 0 10px
}

.comment_author {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--text-gray);
    padding-right: 7px;
    margin-right: 7px;
    position: relative;
}

.comment_author::after {
    content: "";
    width: 3px;
    height: 3px;
    background-color: var(--text-gray);
    border-radius: 50%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(50%, -50%);
}

.comment_date {
    color: var(--text-gray);
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
}

.comment_body {
    position: relative;
    color: var(--text-black);
    font-size: 14px;
    line-height: 24px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin: 0 0 10px
}

.comment_bottom {
    width: 100%;
    overflow: hidden;
    padding: 17px;
    font-size: 14px;
    background-color: #f5f5f5;
    color: #363636
}

.comment_bottom,
.comment_bottom button {
    font-size: 14px;
    line-height: 1.2
}

.comment_reply {
    background-color: transparent;
    border: none;
    padding: 0 0 0 28px;
    margin: 0 29px 0 0;
    color: var(--main-blue);
    position: relative;
    transition: color .3s
}

.comment_reply:hover {
    color: #5fae5b
}

.comment_reply:before {
    content: '\e92d';
    display: block;
    font-family: 'bigshop';
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0
}

.author_comments span {
    color: #ff5722
}

.comment_share {
    background-color: transparent;
    border: none;
    padding: 0 26px 0 0;
    margin: 0 0 0 auto;
    color: #4e85b7;
    position: relative;
    transition: color .3s
}

.comment_share:before,
.comment_share:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin: -7px 0 0 0;
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    background-position-x: -306px;
    width: 16px;
    height: 14px;
    transition: opacity .3s
}

.comment_share:before {
    background-position-y: -34px
}

.comment_share:after {
    background-position-y: -48px;
    opacity: 0
}

.comment_share:hover {
    color: #5ead5a
}

.comment_share:hover:before {
    opacity: 0
}

.comment_share:hover:after {
    opacity: 1
}

.comment_rating {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.comment_rating_btn {
    display: flex;
    align-items: center;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #636364
}

.comment_rating_btn:before {
    content: '\e92e';
    font-family: 'bigshop';
    font-size: 24px;
    line-height: 1;
    display: block;
    margin: 0 11px 0 0;
    position: relative
}

.comment_like {
    position: relative;
    padding: 0 11px 0 0;
    margin: 0 14px 0 0
}

.comment_like:before {
    color: #5ead5a;
    top: -4px
}

.comment_like:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    background-color: #c4c3c3;
    width: 1px;
    height: 22px
}

.comment_dislike:before {
    top: -4px;
    color: #dc4f34;
    transform: scale(-1)
}

.reviews_title {
    font-size: 24px;
    line-height: 1.2;
    color: #0b0b0b;
    margin: 0 0 12px
}

.read_also .blog_grid .blog_photo {
    height: 338px
}

.read_also_box {
    padding: 0;
    width: 100%
}

.categories_grid {
    display: flex;
    flex-wrap: wrap
}

.categories_grid_item {
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    width: calc((100% - 18px) / 2);
    height: 182px;
    margin: 0 18px 0 0;
    padding: 19px 5px 11px;
    font-size: 14px;
    line-height: 1.2;
    color: var(--main-blue);
    text-decoration: none;
    text-align: center;
    transition: color .3s
}

.categories_grid_item:hover {
    color: #096ab7
}

.categories_grid_item:nth-child(n+3) {
    margin-top: 18px
}

.categories_grid_item:nth-child(2n+2) {
    margin-right: 0
}

.categories_grid_item figure {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
    height: 100%;
    margin: 0
}

.categories_grid_item figcaption {
    margin-top: auto;
    width: 100%;
    height: 48px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    text-align: center;
    overflow: hidden
}

.categories_grid_item img {
    width: 100%;
    height: 100%;
    max-height: 95px;
    -o-object-fit: contain;
    object-fit: contain
}

.popular_article {
    border-bottom: 1px solid #e1e1e1;
    display: flex;
    padding: 0 0 18px;
    margin: 0 0 18px;
    float: none
}

.popular_article:last-child {
    margin-bottom: 0
}

.popular_article img {
    border: 1px solid #d7d7d7;
    border-radius: 1px;
    margin: 0 18px 0 0;
    width: 92px;
    height: 77px;
    -o-object-fit: cover;
    object-fit: cover
}

.popular_article_title {
    font-size: 14px;
    line-height: 1.2;
    margin: 0 0 10px
}

.popular_article_title a {
    text-decoration: none;
    color: #555;
    transition: color .3s
}

.popular_article_title a:hover {
    color: var(--main-red)
}

.popular_article_meta {
    width: 100%;
    display: flex;
    font-size: 12px;
    line-height: 1;
    color: #777
}

.popular_article_meta li {
    display: flex;
    align-items: center;
    margin-left: 18px
}

.popular_article_meta li:first-child {
    margin-left: 0
}

.popular_article_meta li:before {
    font-family: 'bigshop';
    font-size: 16px;
    line-height: 1;
    color: var(--main-red);
    display: block;
    margin: 0 7px 0 0
}

.popular_article_meta li.popular_date:before {
    content: '\e91f'
}

.popular_article_meta li.popular_comments:before {
    content: '\e920'
}

.popular_article_meta li.popular_views:before {
    content: '\e91b'
}

.layout_controls_title {
    display: flex;
    align-items: center;
    font-size: 15px;
    line-height: 1.2;
    color: #666
}

.layout_btn {
    vertical-align: top;
    background-color: transparent;
    border: 1px solid #d7d7d7;
    color: #999;
    max-width: 31px;
    width: 31px;
    flex: 1 0 31px;
    height: 31px;
    margin: 0 0 0 10px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s
}

.layout_btn:before {
    display: block;
    font-family: 'bigshop';
    font-size: 17px;
    line-height: 1
}

.layout_btn_list:before {
    content: '\e923'
}

.layout_btn_grid:before {
    content: '\e922'
}

.layout_btn:hover,
.layout_btn.active {
    background-color: var(--main-red);
    border-color: var(--main-red);
    color: #fff
}

.brands_place {
    width: 100%;
    margin: 0 0 62px 0
}

.ob_box {
    width: 100%
}

.ob_left,
.ob_right {
    width: 40px;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0
}

.ob_right {
    left: auto;
    right: 0
}

.ob_left A,
.ob_right A {
    width: 18px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -9px;
    background: url("../images/spritesheet.png") no-repeat -506px -170px;
    position: relative;
    float: left;
    z-index: 9
}

.ob_right A {
    background-position: -598px -170px
}

.ob_left A B,
.ob_right A B {
    width: 18px;
    height: 32px;
    position: relative;
    float: left;
    background: url("../images/spritesheet.png") no-repeat -506px -100px;
    opacity: 0;
    transition: opacity 0.2s linear 0s
}

.ob_right A B {
    background-position: -598px -100px
}

.ob_left A:hover B,
.ob_right A:hover B {
    opacity: 1;
    transition: opacity 0.2s linear 0s
}

.ob_container {
    width: 100%;
    height: inherit;
    overflow: hidden;
    padding: 0 10px;
    display: flex;
    flex-wrap: wrap
}

.ob_long {
    height: inherit
}

.ob_one_logo {
    width: calc(100% / 7);
    height: 100px;
    border-top: 1px solid #f1f1f1;
    border-right: 1px solid #f1f1f1
}

.ob_one_logo:nth-child(-n+7) {
    border-top: none
}

.ob_one_logo:nth-child(7n+7) {
    border-right: none
}

.ob_one_logo A {
    width: 100%;
    height: inherit;
    display: table;
    text-align: center
}

.ob_one_logo A span {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: inherit;
    height: inherit;
    padding: 0 10px
}

.ob_one_logo A Img {
    max-width: 100%;
    filter: grayscale(1);
    opacity: .4;
    transition: .3s
}

.ob_one_logo A:hover Img {
    filter: none;
    opacity: 1
}

.mCS_img_loaded {
    max-width: 100%
}

.reviews_sect {
    margin: 0 0 23px;
    width: 100%
}

.reviews_sect .simple_box {
    padding-bottom: 7px;
    padding-top: 0
}

.review_sect_rating {
    display: flex;
    align-items: center;
    flex-direction: column;
    font-size: 13px;
    border-bottom: 1px solid #ccc;
    padding: 0 7px 10px
}

.review_sect_rating .raty {
    margin: 0 14px
}

.category_comments {
    margin: 7px 0 0 0
}

.category_comments .slick-list {
    margin: 0 -21.5px
}

.category_comments .slick-prev {
    left: -30px
}

.category_comments .slick-next {
    right: -30px
}

.review:not(.slick-slide) {
    position: relative;
    z-index: 1;
    max-width: 288px;
    flex: 1 0 288px;
    margin: 0 0 0 43px;
    padding: 10px 0 27px;
    float: none
}

.review.slick-slide {
    position: relative;
    padding: 10px 10px 27px;
    margin: 0 21px
}

.review:not(.slick-slide):first-child {
    margin-left: 0
}

.review:first-child:before {
    display: none
}

.review:last-child:after {
    display: none
}

.review.slick-active+.review.slick-active:before {
    content: '';
    position: absolute;
    bottom: 0;
    top: 0;
    width: 1px;
    background-color: #ccc;
    left: -22px
}

.review_col+.review_col {
    margin-top: 10px
}

.review_title {
    line-height: 1.2;
    color: var(--main-blue);
    margin: 0 0 15px
}

.review_title a {
    text-decoration: none;
    color: inherit;
    transition: color .3s
}

.review_title a:hover {
    color: var(--main-red)
}

.review_img,
.review_col>img {
    width: 129px;
    height: 129px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #bababa
}

.review_author {
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    color: #636363;
    display: flex;
    align-items: center;
    margin: 0 0 7px
}

.review_author .icon {
    font-weight: 400;
    font-size: 16px;
    color: #5fae5b;
    flex-shrink: 0;
    margin: 0 6px 0 0
}

.review_date {
    font-size: 12px;
    line-height: 1;
    color: #908f8f;
    display: block;
    margin: 0 0 8px
}

.review_text {
    font-size: 12px;
    line-height: 1.17;
    color: #484848
}

.review_btn {
    font-size: 12px;
    color: var(--main-blue);
    background-color: transparent;
    border: none;
    padding: 0;
    transition: color .3s
}

.review_btn:hover {
    color: #ff5722
}

.review_rating {
    font-size: 12px;
    line-height: 1;
    color: #908f8f;
    margin: 20px 0 0 0
}

.review_place,
.review_place_main {
    width: 100%;
    background: #f3f3f3;
    padding: 55px 0 47px 0
}

.review_place_main {
    margin-bottom: 52px
}

.rew_box {
    width: 100%;
    margin: 0 0 50px 0;
    padding: 0 145px
}

.one_rew {
    width: calc((100% - 80px * 2) / 3);
    margin: 0 80px 0 0
}

.one_rew:nth-child(3n+3) {
    margin-right: 0
}

.left_box_rew {
    width: 100%
}

.or_photo {
    width: 100%;
    margin: 0 0 18px 0
}

.orp_place {
    width: 142px;
    height: 142px;
    left: 50%;
    top: 0;
    margin: 0 0 0 -71px;
    border-radius: 50%;
    overflow: hidden
}

.or_photo Img {
    width: 100%
}

.or_whu {
    width: 100%;
    text-align: center;
    color: #117f8a;
    font: 700 18px/1.2 Arial, Helvetica, sans-serif
}

.or_stars {
    width: 100%;
    display: inline-block;
    text-align: center;
    margin: 0 0 8px 0
}

.or_stars B,
.or_stars I {
    display: inline-block;
    text-align: center;
    width: 21px;
    height: 19px;
    background: url("../images/spritesheet.png") no-repeat -788px 0
}

.or_stars I {
    background-position: -824px 0
}

.or_txt {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0 0
}

A.or_all {
    color: #2f2e2e;
    text-decoration: none;
    font-size: 13px;
    line-height: 22px;
    font-weight: 400
}

A.or_all:hover {
    text-decoration: underline
}

.you_saw {
    width: 100%;
    margin: 0 0 50px
}

.saw_sale_box {
    display: table;
    width: 100%;
    height: 64px;
    background: #fbba16;
    color: #fff;
    font: 500 20px/24px Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.saw_sale_box span {
    width: inherit;
    height: inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

.saw_sale_box:before {
    content: ' ';
    position: absolute;
    left: 50%;
    top: -18px;
    margin-left: -32px;
    display: block;
    border-bottom: 18px solid #fbba16;
    border-left: 32px solid transparent;
    border-right: 32px solid transparent
}

.saw_sale_box a {
    color: #fff;
    display: inline-block;
    margin-left: 5px
}

.saw_sale_box .sale_form {
    top: -30px;
    right: 50%;
    margin-right: -150px
}

.saw_sale_box .sale_form A.sf_close {
    margin: 0;
    top: 10px;
    right: 10px
}

.saw_sale_box .sale_form .sale_send {
    width: 248px;
    margin: 0
}

.detail_btn {
    width: 100%
}

a.support_btn {
    width: 380px;
    margin: 0 auto;
    text-transform: none;
    font: 500 18px/30px Arial, Helvetica, sans-serif;
    float: none;
    border: 2px solid #117f8a;
    background-color: #117f8a;
    color: #fff
}

a.support_btn:hover {
    border: 2px solid #117f8a;
    background: none;
    color: #117f8a
}

a.support_btn--invert {
    width: 100%;
    max-width: 569px;
    height: 52px;
    font-size: 24px;
    font-weight: 900;
    line-height: 1;
    color: #117f8a;
    text-transform: uppercase;
    border-color: #fff;
    background-color: #fff
}

a.support_btn--invert:hover {
    background-color: transparent;
    border-color: #fff;
    color: #fff
}

.detail_btn .sale_form {
    top: -49px;
    left: 50%;
    margin-left: -150px
}

.detail_btn .sale_form A.sf_close {
    top: 10px;
    right: 10px
}

.catalog_place {
    width: 100%;
    margin: 0 0 20px 0
}

.search .catalog_place {
    margin-bottom: 50px
}

/* .catalog_place .catalog{
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
} */

.catalog_place .catalog {
    gap: 10px;
}

.catalog_place .for_catalog .one_cat {
    flex-direction: column;
}

.catalog_place .oc_figure {
    /*width: 140px;*/
    /*height: 140px;*/
    width: 95px;
    height: 95px;
    margin: 0 0 15px 0;
}

.catalog_place .oc_txt {
    height: auto;
}

.catalog_place .oct_title A {
    justify-content: center;
}

.all_catalog {
    background-color: #fff;
    width: 100%;
    display: flex
}

.categories_list,
.categories_list ul {
    float: none
}

.categories_list {
    display: none;
    border-bottom: 1px solid #e7e7e7;
    padding: 70px 0 24px 19px
}

.categories_list ul {
    padding: 10px 0 0 11px
}

.categories_list li {
    position: relative;
    font-size: 14px;
    line-height: 1.2;
    color: #555
}

.categories_list a {
    text-decoration: none;
    color: var(--main-blue);
    transition: color .3s
}

.categories_list a:before {
    content: '\e912';
    font-family: 'bigshop';
    font-size: 10px;
    position: absolute;
    left: -19px;
    top: 2px;
    display: block;
    transition: opacity .3s
}

.categories_list a:hover {
    color: var(--main-red)
}

.categories_list .current a {
    pointer-events: none
}

.filter-close {
    display: none
}

.filters_btn {
    display: block;
    width: max-content;
    background-color: var(--main-red);
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    padding: 3px 8px;
    border-radius: 3px;
    margin: 8px;
    margin-left: 0;
}
.video_box {
    border-bottom: 1px solid #ccc;
    padding-bottom: 20.5px;
    padding-top: 20.5px
}

.video_box img {
    max-width: 100%
}

.video_box h3 {
    margin: 0 0 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2;
    color: #3e3e3e
}

.video_box a {
    position: relative;
    text-decoration: none
}

.video_box a:after {
    content: '';
    width: 70px;
    height: 49px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -24.5px 0 0 -35px;
    background: url("../images/spritesheet.png") no-repeat -86px -298px
}

.video_box a:hover:after {
    background-position-x: -169px
}

.filter_box {
    margin: 0 20px 0 0;
    width: 100%;
    max-width: 280px;
    height: 100vh;
    position: fixed;
    left: -320px;
    top: 0;
    z-index: 999;
    background-color: #fff;
    transition: .5s
}

.filter_box.active {
    left: 0
}

.filter_box_overflow {
    padding: 25px;
    overflow: auto;
    overflow-x: hidden;
    height: inherit;
    box-shadow: 3px 3px 10px rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 999
}

.filter_box_title {
    display: none
}

.catalog_clickpath .for_banner {
    margin-bottom: 30px
}

.fil_group {
    width: 100%;
}

.fs_title {
    width: 100%;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    color: var(--text-black);
    float: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer
}

.fs_title:after {
    content: '\e91d';
    display: block;
    font-family: 'bigshop';
    font-size: 9px
}

.fs_title.active:after {
    transform: scale(-1)
}

.fs_title_alt {
    display: block;
    padding: 20px 18px 0;
    color: #777;
    cursor: default
}

.fs_title_alt:after {
    display: none
}

.fs_title_alt b {
    color: var(--main-blue)
}

.fs_title.active+.filter_list,
.fs_title.active+.fs_place {
    display: none
}

.filter_list a.active {
    color: #777
}

.selected_filters_list {
    margin: 20px 0 0 0
}

.fs_place {
    width: 100%;
    margin: 20px 0 0 0;
    text-align: center
}
.fil_slider .fs_place A.common_but.submit_filters {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 12px;
    padding: 0 12px;
    color: #fff;
    background-color: var(--main-blue);
    border-radius: 3px;
}

.fs_from_to {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.fs_from_to input {
    font-size: 12px;
    font-weight: 500;
    width: 65px;
    height: 30px;
    padding: 0 10px;
    font-size: 18px;
    line-height: 1;
    color: #b0b0b0;
    border-radius: 3px;
}

/* забрав стрілочки в інпутів */
.fs_from_to input::-webkit-outer-spin-button,
.fs_from_to input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0; 
}

.fs_from_to input[type=number] {
    -moz-appearance:textfield;
}


.noUi-target {
    position: relative;
    float: left;
    margin: 0 auto 18px auto;
    width: 93%
}

.fil_checked {
    width: 100%
}

.one_ch_fil {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 1.2;
    color: #777
}

.one_ch_fil+.one_ch_fil {
    margin: 10px 0 0 0
}

.one_ch_fil b {
    margin: 0 16px 0 0;
    padding: 5px 0 6px;
    font-weight: 400
}

.one_ch_fil span {
    background-color: var(--main-blue);
    border-radius: 15px;
    padding: 5px 4px 5px 12px;
    color: #fff;
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center
}

.one_ch_fil i {
    flex: 0 0 20px;
    background: url("../images/spritesheet.png") no-repeat -38px -496px;
    margin: 0 0 0 7px;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.one_ch_fil span {
    margin: 0 5px 5px 0
}

.one_ch_fil span:hover i {
    transform: rotate(90deg);
    transition: transform .3s
}

.fil_group UL {
    margin: 15px 0 0 0;
    width: 100%
}

.fil_group UL LI {
    display: flex;
    flex-direction: column;
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 8px 0;
}


.fil_group UL LI>a {
    color: var(--text-black);
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    text-decoration: none;
    position: relative;
    float: left;
    cursor: pointer;
    display: flex;
    align-items: center;
    padding: 0 0 0 30px;
    transition: .3s
}

.fil_group UL LI>a>em {
    position: absolute;
    left: 0;
    top: -2px;
    width: 20px;
    height: 20px;
    border: 1px solid var(--border-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 10px;
    border-radius: 3px;
}

.fil_group UL LI>a>em:before {
    content: "";
    width: 7px;
    height: 5px;
    border: 3px solid #fff;
    border-top: none;
    border-left: none;
    position: absolute;
    top: 3px;
    left: 4px;
    transform:   rotate(45deg);
}

.fil_group UL LI.active>a>em {
    background-color: var(--main-blue);
    border-color: var(--main-blue)
}

.fil_group UL LI.active>a>em:before {
    display: block
}

.search .fil_group_alt {
    padding: 0
}

.search .fil_group_alt UL LI {
    border-top: 1px solid #ccc;
    padding: 18px
}

.search .fil_group_alt UL LI+LI {
    margin-top: 0
}

.search .fil_group_alt UL LI>a {
    font-size: 16px;
    line-height: 1.4;
    padding: 0
}

.search .fil_group_alt UL LI>a:not(.common_but):before {
    display: none
}

.fil_group UL LI>Span A.common_but.submit_filters {
    right: auto;
    left: calc(100% + 30px);
    top: -7px
}

.fil_group UL LI>a:hover,
.fil_group UL LI.active>a {
    color: var(--main-red)
}

.fil_group UL LI.no_active>a {
    background-position: 3px -429px;
    opacity: .3;
    transition: color 0.2s linear 0s
}

.fil_group UL LI>a I {
    font-style: normal;
    color: #999
}

.fil_group UL LI.show_more {
    margin: 31px 0 0 21px;
    padding: 0 0 2px;
    border-bottom: 1px dashed #ff5722;
    text-decoration: none;
    font-size: 14px;
    line-height: 1;
    color: #ff5722;
    width: auto;
    cursor: pointer;
    transition: .3s
}

.fil_group UL LI.show_more .icon {
    font-size: 12px;
    display: block;
    position: absolute;
    left: -21px;
    top: 2px
}

.fil_group UL LI.show_more:hover {
    border-bottom-color: var(--main-red);
    color: var(--main-red)
}

.fil_group_grid UL {
    display: flex;
    flex-wrap: wrap
}

.fil_group_grid UL LI {
    width: auto;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    margin: 0 5px 5px 0;
    padding: 3px;
    text-align: center;
    flex: 1 0 calc(33.33% - 5px)
}

.fil_group_grid UL LI.with_img {
    flex: 0 0 auto
}

.fil_group_grid UL LI:nth-child(3n+3) {
    margin-right: 0
}

.fil_group_grid UL LI.with_img:nth-child(3n+3) {
    margin-right: 5px
}

.fil_group_grid UL LI.with_img:nth-child(5n+5) {
    margin-right: 0
}

.fil_group_grid UL LI Span {
    background: none;
    padding: 0;
    justify-content: center;
    height: 100%;
    display: block;
    float: none
}

.fil_group_grid UL LI Span:before {
    display: none
}

.fil_group_grid UL LI.show_more {
    margin-right: 0;
    margin-left: auto;
    display: flex;
    align-items: center;
    justify-content: center
}

.fil_group_grid UL LI.active {
    background-color: var(--main-red);
    border-color: var(--main-red);
}

.fil_group_grid UL LI.active Span {
    color: #fff
}

.fil_group_grid UL LI.active:hover Span {
    text-decoration: none
}

.fil_group_grid UL LI.active Span:after {
    background: none
}

.fil_group_grid UL LI>a>em {
    display: none;
}

.fil_group_grid UL LI {
    max-width: max-content;
    height: max-content;
}

.fil_group_grid UL LI>a {
    padding: 0 5px;
}

.fil_group_grid A.common_but.submit_filters {
    margin-bottom: 0;
}

.catalog_box {
    padding: 10px 20px 0;
    width: 100%
}

.catalog_box_long {
    width: 100%
}

.catalog_head {
    width: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    margin: 0 0 20px;
    float: none
}

.ch_tit_place {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%
}

.ch_tit_place H1,
.ch_tit_place H2 {
    font-size: 24px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-blue);
    margin: 0 0 12px;
    width: 100%;
    position: relative;
}

.ch_tit_place Span {
    color: #777;
    font-size: 15px;
    line-height: 1.2;
    display: none
}

.dropdown.catalog_sort,
.catalog_sort.dropdown-open {
    width: 248px
}

.dropdown {
    position: relative;
    width: 197px;
    height: 31px;
    background-color: #f2f2f2;
    border-radius: 4px;
    transition: width .3s
}

.blog_sect .dropdown {
    width: auto
}

.dropdown_short {
    width: 68px;
    height: 30px;
    margin: 0 20px;
    color: #1d1d1d
}

.dropdown_short:hover .drop_arrow {
    background-color: #618d2e
}

.dropdown.dropdown-open {
    width: 248px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0
}

.blog_sect .dropdown.dropdown-open {
    width: 200px
}

.dropdown.dropdown_short.dropdown-open {
    width: 68px
}

.dropdown .overflow {
    width: 100%;
    height: 100%;
    position: relative;
    float: left
}

.dropdown.short .overflow {
    width: 138px
}

.dropdown Span {
    color: #393939;
    font-size: 14px;
    line-height: 1.2;
    cursor: pointer;
    height: 100%;
    padding: 0 25px 0 15px;
    overflow: hidden;
    display: flex;
    align-items: center;
    white-space: nowrap;
    z-index: 2
}

.dropdown_short Span {
    padding: 0 10px
}

.dropdown UL {
    position: absolute;
    top: calc(100% + 3px);
    right: 0;
    left: 0;
    background-color: #f2f2f2;
    z-index: 4;
    padding: 10px 0;
    margin: 0;
    border-top: none;
    display: none
}

.dropdown_short ul {
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    top: 28px
}

.dropdown UL LI {
    position: relative;
    float: left;
    background: none;
    width: 100%;
    font-size: 14px;
    line-height: 1.6
}

.dropdown_short UL LI {
    border: none
}

.dropdown UL LI A {
    width: 100%;
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    color: var(--text-gray);
    padding: 0 10px;
    position: relative;
    float: left;
    transition: .3s;
}

.dropdown_short ul li a {
    text-align: center;
    padding: 6px 0
}

.dropdown UL LI A:hover {
    color: var(--main-blue)
}

.dropdown_short ul li a:hover {
    background-color: #e6e6e6;
    color: initial
}

.dropdown UL LI A.selected {
    display: none
}

.drop_arrow {
    position: absolute;
    right: 0;
    top: 0;
    background-color: #f2f2f2;
    border: none;
    width: 25px;
    height: 31px;
    padding: 0;
    transition: background-color .3s
}

.drop_arrow:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 5px;
    height: 5px;
    border: 1px solid gray;
    border-top: none;
    border-left: none;
    transform: translate(-50%, -50%) rotate(45deg);
    transition: .3s
}

.dropdown_short .drop_arrow {
    right: -1px;
    top: 0;
    background-color: var(--main-red);
    border-radius: 0 3px 3px 0;
    width: 31px;
    height: 30px
}

.dropdown_short .drop_arrow:after {
    border-width: 6px 3.5px 0 3.5px;
    border-color: #fff transparent transparent transparent;
    margin-left: -3.5px
}

.dropdown_alt {
    width: 100%;
    height: 50px;
    border: 1px solid #d7d7d7;
    background-color: #fff;
    border-radius: 2px
}

.dropdown_alt span {
    font-size: 13px;
    font-weight: 400;
    color: var(--text-gray)
}

.dropdown_alt .drop_arrow {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-left: none;
    width: 50px;
    height: 50px;
    right: -1px;
    top: -1px
}

.dropdown_alt .drop_arrow:after {
    content: '';
    width: 5px;
    height: 5px;
    border: 1px solid #606060;
    border-right: none;
    border-top: none;
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    left: 50%;
}

.dropdown_alt ul {
    border: none;
    padding: 0;
    top: calc(100% + 1px);
    right: -1px;
    left: -1px
}

.dropdown_alt UL LI {
    font-size: 16px;
    border: none
}

.dropdown_alt UL LI A {
    background-color: #fff;
    border-right: 1px solid #d7d7d7;
    border-left: 1px solid #d7d7d7;
    padding: 14px 20px
}

.dropdown_alt UL LI+LI A {
    border-top: 1px solid #d7d7d7
}

.dropdown_alt UL LI:last-child A {
    border-bottom: 1px solid #d7d7d7;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

.dropdown_alt UL LI A:hover {
    color: var(--main-red);
}

.dropdown_alt.dropdown-open {
    width: initial
}

.dropdown_alt.dropdown-open .drop_arrow {
    border-bottom-right-radius: 0
}

.dropdown_sm {
    background-color: #fff;
    height: 45px
}

.dropdown_sm .drop_arrow {
    width: 45px;
    height: 45px
}

.dropdown_sm .drop_arrow:after {
    border-width: 8px 6px 0 6px;
    border-color: #fff transparent transparent transparent;
    margin: -4px 0 0 -6px
}

.options_dropdown_list UL LI {
    position: relative;
    padding: 0 0 0 10px
}

.options_dropdown_list UL LI:before {
    content: '';
    width: 4px;
    height: 4px;
    background-color: #000;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: 11px
}

.options_dropdown_list UL LI A {
    text-decoration: none;
    color: #117f8a;
    transition: color .3s
}

.options_dropdown_list UL LI A:hover {
    color: #000
}

.options_dropdown_tile UL {
    display: flex;
    margin: 10px 0 0 0
}

.options_dropdown_tile UL LI {
    flex: 1 0 auto;
    margin: 0 3px 3px 0
}

.options_dropdown_tile UL LI A {
    text-decoration: none;
    background-color: #f3f3f3;
    color: #000;
    padding: 5px 10px;
    transition: .3s
}

.options_dropdown_tile UL LI A:hover {
    background-color: #117f8a;
    color: #fff
}

.options_dropdown_tile UL LI.disabled {
    opacity: 0.5
}

.options_dropdown_tile UL LI.disabled a {
    cursor: default
}

.options_dropdown_tile UL LI.disabled a:hover {
    background-color: #f3f3f3;
    color: #000
}

.catalog_box .main_banner {
    height: 214px
}

.catalog_box .main_banner .slider_fon {
    height: 214px
}

.catalog_box .main_banner .slider_fon .centre {
    width: 728px;
    height: inherit
}

.catalog_box .main_banner .slider_fon .slider_bg {
    height: 214px
}

.slider_fon A.big_but {
    position: relative;
    float: left;
    width: 100%;
    height: 100%
}

.catalog_box .main_banner .slider_text .h1 {
    margin-bottom: 20px
}

.catalog_box .main_banner .slider_fon .slider_text {
    width: 100%;
    height: 100%;
    display: table
}

.catalog_box .main_banner .slider_fon .slider_text>div {
    display: table-cell;
    height: inherit;
    vertical-align: middle
}

.catalog_box .main_banner .slider_place .centre {
    width: 100%
}

.catalog {
    width: 100%
}

.catalog_top_box {
    width: 100%;
    margin: 0 0 14px;
    padding: 30px 0 0 0;
    display: block
}

.catalog_top_box img {
    max-width: 100%
}

/* .catalog_grid .one_good:nth-child(n+2):after {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    top: -17px;
    background-color: #ccc;
    width: auto;
    height: 1px;
    display: block;
    z-index: -2
}

.catalog_grid .one_good:nth-child(n+2) {
    margin-top: 33px
} */

.catalog_grid .one_good:before,
.catalog_grid .one_good:after {
    background-color: transparent;
    display: none
}

.catalog_grid .one_good:hover:before,
.catalog_grid .one_good:hover:after {
    background-color: transparent
}

.catalog_grid .one_good:before {
    width: auto;
    right: -21px;
    left: -21px;
    background-color: transparent;
    display: block
}

.catalog_grid .one_good:nth-child(3n+3):before {
    border-right: none
}

.catalog_grid .one_good:nth-child(3n+1):before {
    border-left: none
}

.catalog_grid .one_good:nth-child(4n+3) .og_desc {
    padding-left: 100px
}

.catalog_grid .one_good:hover~.one_good:before {
    opacity: 1
}

.catalog_grid .og_name {
    margin: 0 0 8px;
    /* height: auto; */
    font-size: 14px;
}

.catalog_grid .raty {
    margin: 0;
    display: flex
}

.catalog_grid .og_price {
    display: flex;
    align-items: baseline
}

.catalog_grid .og_button {
    display: flex;
    align-items: center;
    max-width: none;
    -ms-flex-preferred-size: auto;
    /* flex-basis: auto; */
    flex-wrap: wrap;
}

.catalog_grid .og_desc {
    padding: 15px 0 0 99px
}

.catalog_grid .og_small_photos {
    width: 80px;
    min-height: 355px;
    border-right: 1px solid #ccc
}

.catalog_grid .og_small_photos a+a {
    margin: 14px 0 0 0
}

.catalog_list .one_good {
    position: relative;
    z-index: 1;
    width: 100%
}

.catalog_list .one_good+.one_good {
    margin: 24px 0 0 0;
    padding: 23px 0 0 0
}

.catalog_list .one_good:hover~.one_good:before {
    opacity: 1
}

.catalog_list .one_good:before,
.catalog_list .one_good:after {
    content: '';
    display: block;
    width: auto;
    position: absolute
}

.catalog_list .one_good:after {
    display: none;
    bottom: -24px;
    right: -30px;
    left: -30px;
    top: -1px;
    z-index: -1;
    background-color: #fff;
    border: 1px solid #e1e1e1;
    box-shadow: 0 0 22px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: .3s
}

.catalog_list .one_good:first-child:after {
    top: -20px
}

.catalog_list .one_good:hover {
    z-index: 10
}

.catalog_list .one_good:hover:after {
    background-color: initial;
    opacity: 1;
    visibility: visible
}

.catalog_list .one_good+.one_good:before {
    right: 0;
    left: 0;
    top: -1px;
    background-color: #ccc;
    height: 1px;
    z-index: -2
}

.catalog_list .og_photo {
    margin: 0 auto 20px;
    max-width: 180px;
    flex: 1 0 180px
}

.catalog_list .og_name {
    height: auto;
    display: block;
    margin: 0 0 15px;
    border: none
}

.catalog_list .og_small_photos {
    display: flex
}

.catalog_list .og_small_photos a {
    width: 67px;
    height: 67px
}

.catalog_list .og_small_photos a+a {
    margin: 0 0 0 10px
}

.catalog_list .og_desc {
    margin: 0 0 20px;
    line-height: 1.5
}

.catalog_list .og_button {
    max-width: none;
    flex: 0;
    margin: 0 0 0 auto
}

.catalog_list .og_info_buttons {
    display: flex
}

.catalog_list .og_info_buttons_mob {
    display: none
}

.catalog_list .og_info_buttons_col {
    margin: 0 12px 0 0;
    display: flex
}

.catalog_list .og_price {
    margin-bottom: 0
}

.catalog_list .og_price+.not_available {
    max-width: 130px;
    flex-basis: 130px;
    margin: 0 0 0 12px
}

.catalog_list .in_stock {
    text-align: center;
    font-size: 14px;
    line-height: 1;
    color: var(--main-red);
    margin: 10px 0 0 0;
    display: flex;
    justify-content: center
}

.catalog_list .og_label_gift {
    top: 26px
}

.catalog_list .og_label_free {
    top: 95px
}

.catalog_list .og_info_btn i {
    margin: 0 10px 0 0
}

.request_price {
    position: absolute;
    left: 0;
    bottom: 100%;
    font-size: 18px;
    line-height: 22px;
}

.og_list_stars {
    display: flex;
    align-items: center
}

.og_list_stars.og_list_stars_mob {
    display: none
}

.og_list_right {
    flex: 1;
    margin-left: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.download_yet {
    text-align: center;
    margin: 30px 0 0 0
}

.download_yet button {
    width: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    border: 3px solid var(--main-blue);
    padding: 0 15px;
    height: 50px;
    width: min-content;
    min-width: 215px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2;
    color: var(--main-blue);
    border-radius: 3px;
    transition: 0.3s;
}

.download_yet button:hover {
    background-color: var(--main-blue);
    color: #fff;
}

.catalog.hidden {
    display: none
}

/* .products_slider, .visited_slider {
    margin: 0 -15px
}

.products_slider .slick-track, .visited_slider .slick-track {
    padding: 15px 0
} */

.products_slider .slick-list,
.visited_slider .slick-list {
    padding: 15px 15px 20px
}

.products_slider .slick-next, .visited_slider .slick-next {
    right: -15px
} */

.one_good {
    z-index: 1
}

.one_good {
    width: auto;
    margin: 0 5px;
}


.one_good_main {
    padding: 67px 19px 24px;
    height: 405px;
    overflow: hidden
}


.simple_box {
    width: 100%
}

.simple_box .mCSB_container {
    padding: 4px 0 0 0;
    display: flex
}

.reviews_sect .simple_box .mCSB_container {
    padding-top: 7px
}

.simple_box_scroll {
    width: 100%
}

.simple_box .simple_box_scroll .one_good {
    position: relative;
    max-width: 220.5px;
    flex: 1 0 220.5px;
    margin: 0 0 0 43px;
    float: none
}

.simple_box .one_good:not(.slick-slide):before {
    left: -22px
}

.simple_box .one_good:not(.slick-slide):after {
    right: -22px
}

.simple_box .one_good.hidden+.one_good {
    margin-left: 0
}

.simple_box .one_good:not(.slick-slide):first-child {
    margin-left: 0
}

.simple_box .one_good:first-child:before {
    display: none
}

.simple_box .one_good.hidden+.one_good:before,
.simple_box .one_good.hidden+.one_good:after {
    display: block
}

.simple_box_nav {
    width: 100%;
    display: flex;
    /* border-bottom: 1px solid #c6c6c6; */
    margin: -4px 0 0 0;
    float: none;
    line-height: 3;
}

.simple_box_nav li {
    font-size: 14px
}

.simple_box_nav li:first-child a {
    padding-left: 0;
}

.simple_box_nav a {
    position: relative;
    padding: 6px 18px 7px;
    display: block;
    text-decoration: none;
    text-align: center;
    color: #000;
    transition: color .3s
}

.simple_box_nav a:after {
    content: '';
    position: absolute;
    top: -2px;
    right: -1px;
    left: -1px;
    height: 6px;
    transition: .3s
}

.simple_box_nav a:hover:after,
.simple_box_nav a.active:after {
    background-color: var(--main-red)
}

.simple_box_nav .slick-next {
    right: -25px;
    left: auto;
}

.sw_place {
    padding: 0 13px;
    width: 100%
}

.for_catalog {
    width: 100%
}

.one_good.one_category {
    width: 320px;
    height: 225px;
    margin: 0 13px 13px 0;
    padding: 0
}

.one_good.one_category:hover .oc_txt {
    height: 100%
}

.one_good.one_category:hover .og_name A {
    color: #117f8a
}

.one_good.one_category:nth-child(3n+3) {
    margin: 0 0 13px 0
}

.one_good.has_goods:after {
    content: '';
    position: absolute;
    width: 90px;
    height: 91px;
    top: -11px;
    right: -10px;
    background: url(../images/present.png) no-repeat 0 0;
    z-index: 1
}

.og_hover {
    width: auto;
    min-height: 481px;
    background-color: #fff;
    padding: 19px 18px 18px 18px;
    position: absolute;
    border: 1px solid #c6c6c6;
    right: -1px;
    left: -119px;
    top: 0;
    z-index: -1;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.og_hover:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid #ccc;
    transition: .3s;
    z-index: -1;
}

.mobile .og_hover {
    display: none
}

.catalog_grid .one_good:not(.has_images) .og_hover {
    min-height: 0;
    padding-right: 10px;
    padding-left: 10px;
    left: -1px;
}

.catalog_grid .one_good:not(.has_images) .og_desc {
    padding-left: 0;
}

.catalog_grid .one_good:not(.has_images) .og_small_photos {
    border: none
}

.catalog_grid .one_good:not(.has_filters) .og_hover {
    min-height: 0
}

.one_good:hover {
    z-index: 10
}

.one_good:hover .og_hover {
    opacity: 1;
    visibility: visible
}

.og_small_photos a {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 1px;
    transition: border-color .3s
}

.og_small_photos a:hover,
.og_small_photos a.active {
    border-color: var(--main-red)
}

.og_small_photos img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.og_desc {
    font-size: 14px;
    line-height: 1.3;
    color: #777
}

.og_photo {
    position: relative;
    margin: 0 0 30px;
    width: 100%
}

.og_photo A {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 150px
}

.visited_slider .og_photo A {
    height: 158px
}

.og_photo Img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.og_photo:hover+.og_name a {
    color: var(--main-red);
}

.og_label {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: auto;
    min-height: 22px;
    padding: 0 10px;
    font-size: 16px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 0;
    color: #fff
}

/*.og_label:before {*/
/*    content: '';*/
/*    font-family: 'bigshop';*/
/*    display: block;*/
/*    margin: 0 auto*/
/*}*/

.og_label_small {
    font-size: 12px;
    line-height: 1.5;
    padding: 3px 0 5px;
    min-height: 0
}

.og_label_small b {
    font-size: 9px;
    font-weight: 400;
    line-height: 1.2;
    display: inline-block;
    vertical-align: top;
    padding: 2px 5px 1px;
    margin: 0 0 2px;
    background-color: #5fae5b;
    text-transform: uppercase;
    color: #fff
}

.og_label_discount {
    background-color: #5fae5b;
    width: auto;
    height: 22px;
    justify-content: center;
    flex-direction: row;
    padding: 3px 5px 3px 3px;
}

.details_sect {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding-top: 25px;
    width: 100%;
}

.details_box .og_label_discount {
    top: 0
}

.sticky_header {
    background-color: #fff;
    min-height: 40px;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.7)
}

.sticky_header .centre {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.sticky_header .phones_dropdown {
    width: 220px;
    right: -28px
}

.sticky_product {
    font-size: 14px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    max-width: 530px;
    margin: 0 10px 0 0;
    padding: 3px 0
}

.sticky_product img {
    width: 48px;
    height: 33px;
    -o-object-fit: contain;
    object-fit: contain;
    border: 1px solid #c1c1c1;
    margin: 0 18px 0 0;
    flex-shrink: 0
}

.sticky_product a {
    color: var(--main-blue);
    text-decoration: none;
    transition: color .3s
}

.sticky_product a:hover {
    color: var(--main-blue)
}

.sticky_price {
    display: flex;
    margin: 0 10px
}

.sticky_price .main_price {
    font-size: 24px;
    height: 33px;
    line-height: 33px;
    width: auto;
    min-width: 145px;
    margin: 0 4px 0 0
}

.sticky_price .common_but {
    height: 33px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 17px;
    white-space: nowrap
}

.sticky_price .common_but.in_cart {
    background-color: var(--main-red);
}

.sticky_price .common_but.in_cart .icon {
    line-height: 1;
    color: var(--main-red);
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 34px;
    top: 5px;
    font-size: 14px
}

.sticky_header .order-call-phones__item {
    font-size: 17px;
    font-weight: 700;
    z-index: 100
}

.sticky_header .phone_container {
    margin: 0 10px 0 60px
}

.sticky_header .phone_container .order-call-phones__item:before {
    font-weight: 400;
    top: 3px
}

.sticky_header .phone_container .order-call-phones__item:after {
    font-size: 10px;
    top: 5px
}

.sticky_header .for_order_call {
    position: relative;
    top: -3px;
    z-index: 100;
}

.sticky_cart {
    margin: 0 0 0 10px;
    align-self: stretch;
    display: flex;
    align-items: center
}

.sticky_cart a {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: var(--main-red);
    padding: 0 15px;
    font-size: 11px;
    line-height: 1;
    text-decoration: none;
    text-align: center;
    position: relative;
    height: 100%;
    transition: background-color .3s
}

.sticky_cart a:before {
    content: '\e90d';
    display: block;
    font-family: 'bigshop';
    font-size: 22px;
    line-height: 1;
    margin: 0 auto 3px
}

.sticky_cart a:hover {
    background-color: #618d2e
}

.sticky_cart span {
    width: 16px;
    height: 16px;
    color: #fff;
    border-radius: 50%;
    background-color: var(--main-red);
    position: absolute;
    top: 2px;
    right: 12px;
    z-index: 1;
    font-size: 12px;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    pointer-events: none
}

.og_label_discount i {
    background: url("../images/spritesheet.png") no-repeat 0 -341px;
    width: 20px;
    height: 22px;
    display: inline-block;
    vertical-align: top;
    margin: 0 7px 0 0
}

.og_label_gift {
    color: #ff5722;
    top: 51px
}

.og_label_gift:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='32px' height='32px' fill='red'><path d='M5.016 18.984h14.016v-6h-0.234q-1.406 0-2.25-0.938-0.938 0.938-2.25 0.938-1.266 0-2.297-0.938-0.938 0.938-2.203 0.938-1.406 0-2.344-0.938-0.844 0.938-2.203 0.938h-0.234v6zM4.031 9.375q-0.141 0.656 0.281 1.172 0.328 0.469 0.938 0.469 0.984 0 1.172-1.172l0.609-4.828h-1.969zM8.484 9.656q0 0.516 0.352 0.938t0.867 0.422q0.563 0 0.938-0.398t0.375-0.914v-4.688h-1.969l-0.563 4.5v0.141zM12.984 5.016v4.688q0 0.516 0.375 0.914t0.844 0.398q0.609 0 1.008-0.445t0.305-1.055l-0.563-4.5h-1.969zM18.891 4.969l-1.922 0.047 0.609 4.828q0.047 0.469 0.375 0.82t0.797 0.352q0.563 0 0.938-0.469 0.422-0.516 0.281-1.172zM21.891 8.906q0.375 1.641-0.609 2.859l-0.281 0.281v6.938q0 0.797-0.609 1.406t-1.406 0.609h-13.969q-0.797 0-1.406-0.609t-0.609-1.406v-6.938l-0.281-0.281q-0.984-1.219-0.609-2.859l1.031-4.406q0.141-0.656 0.703-1.078t1.219-0.422h13.875q0.656 0 1.195 0.422t0.727 1.078z' /></svg>");
    font-size: 32px;
    line-height: 1;
    margin: 0 0 5px
}

.og_label_free {
    text-transform: uppercase;
    font-size: 9px;
    line-height: 1.2;
    font-weight: 400;
    padding: 5px 7px;
    color: #ffffff;
    top: auto;
    bottom: 0;
    background-color: #5fae5b;
}

.og_info {
    width: 100%;
    margin: 0 0 5px;
    display: flex;
    align-items: center;
    font-size: 12px;
    line-height: 1
}

.og_info_row {
    margin: 0 0 17px;
    width: 100%;
    display: flex
}

.og_info_col {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto
}

.og_info_row .og_info_col {
    flex-direction: row;
    align-items: center
}

.og_info_buttons .og_info_btn {
    width: 100%;
    font-size: 10px;
    line-height: 1;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    transition: color .3s
}

.og_info_buttons .og_info_btn.active,
.og_info_buttons .og_info_btn.active:hover,
.og_info_buttons .og_info_btn.active:before {
    color: var(--main-blue);
}

.og_info_buttons_alt .og_info_btn.wishes i:before,
.og_info_buttons_alt .og_info_btn.compare i:before {
    font-size: 36px
}

.og_info_buttons_alt .dt_service:before {
    margin: 0 10px 0 0
}

.og_info_buttons .og_info_btn+.og_info_btn {
    margin-top: 3px
}

.og_info_buttons .og_info_btn:hover {
    color: #777
}

.og_info_btn {
    background-color: transparent;
    border: none;
    margin: 0;
    padding: 0;
    font-size: 0;
}


.og_info_btn:before {
    display: block;
    font-family: 'bigshop';
    font-size: 26px;
    color: #d7d7d7;
    transition: color .3s
}

.po_box .og_info_btn:before {
    display: none;
}

.og_info_btn.active:before {
    color: #f1644c;
}

.og_info_buttons .og_info_btn:before {
    margin-bottom: 5px
}

.og_info_btn.wishes:before {
    content: '\e904'
}

.og_info_btn.compare:before {
    content: '\e903'
}

.in_stock {
    flex: 0 0 auto;
    margin-left: auto;
    font-size: 13px;
    line-height: 1;
    color: var(--main-red)
}

.in_stock:before {
    content: '\e927';
    display: block;
    font-family: 'bigshop';
    margin: 0 5px 0 0
}

.in_stock.in_stock_mob {
    display: none
}

button.compare {
    margin-bottom: 0;
    width: auto
}

.og_reviews {
    font-size: 13px;
    line-height: 20px;
    color: #2862e7;
    font-weight: 500;
    white-space: nowrap
}

.og_rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    color: #838383;
    font-size: 12px;
    line-height: 1;
    margin: 0 0 45px
}

.og_stars {
    margin: 0 15px 0 0
}

.og_stars .raty {
    margin-bottom: 0;
    display: flex;
}

.catalog_grid .og_stars {
    margin-left: 8px
}

.og_code {
    letter-spacing: 1px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: var(--text-gray);
    margin: 0 0 18px 0;
}

.og_name {
    font-size: 18px;
    line-height: 1.17;
    width: 100%;
    display: flex;
    align-items: flex-start;
    overflow: hidden;
    text-align: left;
    margin: 0 0 15px
}

.og_name_sm {
    font-size: 15px;
    line-height: 1.2;
    height: 57px;
    border: none
}

.og_name A {
    color: var(--main-blue);
    text-decoration: none;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    transition: color .3s
}

.og_name:hover A {
    color: var(--main-red);
}

.og_close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-color: transparent;
    border: none;
    padding: 0;
    width: 20px;
    height: 20px;
    color: #777;
    z-index: 1;
    transition: .3s;
}

.og_close:before {
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 13px;
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: max-content;
    height: max-content;
    transition: opacity .3s
}

.og_close:hover {
    color: var(--main-red);
}

.one_good.one_category .og_name {
    display: table;
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    height: 100%
}

.one_good.one_category .og_name A {
    display: table-cell;
    width: inherit;
    height: inherit;
    padding: 0 40px;
    color: #fff;
    vertical-align: middle;
    text-decoration: none;
    font: 400 24px/26px Arial, Helvetica, sans-serif;
    transition: all 0.2s linear 0s
}

.one_good.one_category .og_name A:before,
.one_good.one_category .og_name A:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 10px;
    height: 1px;
    background: #117f8a;
    top: 50%;
    margin-top: -5px;
    right: 27px
}

.one_good.one_category .og_name A:before {
    transform: rotate(45deg);
}

.one_good.one_category .og_name A:after {
    margin-top: 2px;
    transform: rotate(-45deg);
}

.one_good.one_category .og_name A:hover {
    color: #117f8a;
    transition: all 0.2s linear 0s
}

.og_info_btn.active .dt_service_icon {
    margin-bottom: 0;
    height: auto;
    top: 0
}

.og_info_btn.active .dt_service_icon:before {
    position: static
}

.og_compare {
    margin: 17px 0 20px 0;
    text-align: center;
    font-size: 0;
    width: 100%
}

.og_compare button {
    background-color: transparent;
    position: relative;
    border: none;
    color: var(--main-blue);
    font-size: 13px;
    display: inline-flex;
    align-items: center;
    transition: color .3s
}

.og_compare button:before {
    content: '\e903';
    font-family: 'bigshop';
    font-size: 24px;
    line-height: 1;
    display: block;
    margin: 0 10px 0 0
}

.og_compare button:hover {
    color: #618d2e
}

.not_available {
    flex: 0 1 auto;
    height: 41px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    text-transform: uppercase;
    background-color: #b3b3b3;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    line-height: 1.1;
    padding: 0 10px
}

.og_price+.not_available {
    width: auto;
    max-width: 135px;
    flex: 1 0 135px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: #3a3a3a
}

.og_button_icon A .icon-shopping-cart-of-checkered-design {
    font-weight: 400;
    font-size: 24px
}

.og_button.og_button_icon A.in_cart .icon-tick {
    position: absolute;
    right: 5px;
    top: 5px
}

.og_price {
    display: flex;
    flex-direction: column;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: var(--main-blue);
    width: max-content;
}

.og_price small {
    margin-left: 4px;
    font-size: 16px;
    color: var(--main-blue);
}

.og_price i {
    font-style: normal
}

.og_price_alt {
    background-color: #f0efef
}

.og_price .old_price {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 1;
    color: #838383;
    position: relative;
    width: max-content;
}

.og_price .old_price+span {
    color: var(--main-red)
}

.og_price .old_price+span small {
    color: #8f8f8f
}

.og_price .old_price+i {
    color: var(--main-red)
}

.currency {
    font: 500 14px/14px Arial, Helvetica, sans-serif
}

.currency B {
    font: 500 18px/18px Arial, Helvetica, sans-serif
}

Span.old_price {
    color: #707070;
    position: relative;
}

.old_price:after {
    content: '';
    position: absolute;
    height: 2px;
    width: 115%;
    background-color: grey;
    top: 8px;
    left: -2px;
    transform: rotate(25deg);
}

.dt_top .old_price:after {
    display: none;
}

.details_sect .old_price:after {
    display: none;
}

span.old_price:after {
    top: 10px;
}

.one_good A.common_but {
    width: 100%;
    min-width: 155px;
    height: 36px;
    background: #283139;
    color: #fff;
    padding-right: 19px;
    font: 500 18px/30px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    transition: all 0.2s linear 0s
}

.one_good A.common_but:hover {
    color: #283139;
    border-color: #283139;
    background: transparent
}

.one_good A.common_but:hover I {
    opacity: 1
}

.one_good A.common_but:hover B {
    opacity: 0
}

.one_good A.common_but I,
.one_good A.common_but B {
    position: absolute;
    top: 1px;
    left: 11px;
    width: 33px;
    height: 30px;
    background: url(../images/spritesheet.png) no-repeat -79px 0;
    transition: .3s
}

.one_good A.common_but I {
    background-position: -113px 0;
    opacity: 0
}

.one_good A.common_but.to_cart Span {
    padding: 0 0 0 59px
}

.one_good A.common_but Span {
    padding: 0 0 0 59px
}

.ribbon {
    background-color: #f77b72;
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 22px;
    padding: 0 6px;
    width: auto;
    text-align: center;
}

.main_photo .ribbon {
    font-size: 16px;
    font-weight: 400;
    padding: 0 16px;
    top: 10px;
    right: auto;
    left: 10px
}

.main_photo .ribbon:after {
    width: 25px;
    height: 33px;
    right: auto;
    left: 0
}

.main_photo .ribbon.discount:after {
    background-position: -175px -252px
}

.main_photo .ribbon.promo:after {
    background-position: -225px -252px
}

.main_photo .ribbon.new:after {
    background-position: -200px -252px
}

.main_photo .ribbon.hit:after {
    background-position: -250px -252px
}

.main_photo .ribbon.recommended:after {
    background-position: -225px -252px
}

.main_photo .ribbon:before {
    width: 428px;
    left: -17px
}

.main_photo .og_label {
    left: 10px;
    top: 10px
}

.main_photo .og_label_free {
    top: auto;
    bottom: 33px
}

.main_photo .og_label_gift {
    top: auto;
    bottom: 102px
}

.ribbon.new {
    background-color: var(--main-blue)
}

.ribbon.promo {
    background-color: #f44336
}

.ribbon.hit {
    background-color: #ff5722
}

.ribbon.discount {
    background-color: #096ab7
}

.raty {
    font-size: 0;
    line-height: 0
}

.review_rating .raty {
    margin: 0 5px 7px 0;
    display: flex;
}

.review_rating {
    display: flex;
}

.raty {
    margin: 0 0 7px;
    font-size: 0;
    line-height: 0
}

.raty Img,
.raty_active Img {
    vertical-align: top;
    margin: 0 3px 0 0;
    display: inline;
    width: 16px;
    height: 16px
}

.raty Img:last-of-type,
.raty_active Img:last-of-type {
    margin-right: 0
}

.set_rate .raty Img,
.set_rate .raty_active Img {
    width: 33px;
    height: 27px
}

.inform {
    width: 20px;
    height: 21px;
    background: url("../images/spritesheet.png") no-repeat -977px -46px;
    margin: 7px 7px 0 0
}

.catalog_slider {
    width: 100%;
    height: 482px;
    overflow: hidden
}

.catalog_slider .slick-list {
    padding-top: 10px
}

.catalog_slider .one_good {
    width: 302px;
    float: left;
    margin: 0 5px
}

.catalog_slider .one_good:nth-child(4n+4) {
    margin-right: 5px
}

.one_good.sm_one,
.one_good.sm_one:nth-child(3n+3) {
    border-color: transparent;
    padding: 0
}

.sm_one .og_name {
    height: 100%;
    margin: 0
}

.sm_one .og_name Div {
    text-align: center;
    height: 356px
}

.og_name A.show_more_products {
    position: relative;
    float: left;
    height: 126px
}

@keyframes uil-reload-css {
    0% {
        transform: rotate(0deg)
    }

    50% {
        transform: rotate(180deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

.uil-reload-css {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    top: -40px
}

.uil-reload-css>span {
    animation-play-state: paused !important;
    animation: uil-reload-css 1s linear infinite;
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    width: 160px;
    height: 160px;
    border-radius: 100px;
    border: 20px solid #117f8a;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid #117f8a;
    border-bottom: 20px solid #117f8a
}

.uil-reload-css>span:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #117f8a transparent;
    display: block;
    transform: translate(-15px, 0) rotate(45deg)
}

.uil-reload-css.active>span {
    animation-play-state: running !important
}

.products_pagination {
    margin: 30px 0;
    width: 100%;
    float: left
}

Nav.paginator {
    width: 100%;
    text-align: center
}

.search Nav.paginator {
    margin-top: 50px
}

Div.paginator {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #fff
}

.admin_paginator Div.paginator {
    display: flex;
    justify-content: center;
    width: 100%
}

.paginator A,
.paginator Strong,
.paginator Span {
    position: relative;
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 400;
    line-height: 28px;
    background-color: #e3e3e3;
    color: #363636;
    text-decoration: none;
    text-align: center;
    margin: 0 2px;
    transition: .3s
}

.paginator A:first-child {
    margin-left: 0
}

.paginator A I,
.paginator Strong I,
.paginator Span I {
    font-style: normal
}

.paginator Strong {
    color: #fff;
    background-color: var(--main-red)
}

.paginator A:hover {
    background-color: #c6c6c6;
    color: #fff
}

.paginator .pag_right,
.paginator .pag_left {
    font-size: 10px
}

.paginator .pag_right:before,
.paginator .pag_left:before {
    content: '\e926';
    display: block;
    font-family: 'bigshop'
}

.pag_left:before {
    transform: scale(-1)
}

.paginator .pag_right:hover,
.paginator .pag_left:hover {
    background-color: #c6c6c6;
    color: #fff
}

.paginator span.pag_disabled {
    background-color: #f2f2f2;
    color: #dedede;
    pointer-events: none
}

.countdown_box {
    position: relative;
    border: 2px solid #f56754;
    border-radius: 5px;
    min-height: 100px;
    margin: 0 0 26px;
    padding: 20px;
    max-width: 100%;
    width: 100%;
    align-items: center;
    float: left
}

.dt_main_box+.countdown_box {
    margin-top: 30px
}

.countdown_box_img {
    max-width: 60px;
    flex: 1 0 60px;
    height: 60px;
    border: 1px solid #f2f2f2;
    border-radius: 2px;
    margin: 0 0 10px
}

.countdown_box_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.countdown_box_counter {
    background-color: #fff5f4;
    color: #3a3a3a;
    padding: 10px;
    margin: 10px 0 0 0;
    font-size: 14px;
    line-height: 1.2;
    margin-left: auto;
    align-self: stretch;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.countdown_box_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
    color: #f56754;
    margin: 0 0 4px
}

.countdown_box_title_mob {
    display: none
}

.countdown_box_title:before {
    content: '\e900';
    font-weight: 400;
    font-size: 15px;
    font-family: "bigshop";
    margin: 0 6px 0 0
}

.countdown_box_text {
    font-size: 15px;
    line-height: 1.2;
    color: #4e85b7;
    margin: 0 0 7px
}

.countdown_box_text a {
    text-decoration: none;
    color: inherit
}

.countdown_box_text a:hover {
    text-decoration: underline
}

.countdown_box_price {
    display: flex;
    align-items: flex-start;
    flex-direction: column
}

.countdown_box_price_mob {
    display: none
}

.countdown_box_old_price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #a7a7a7;
    position: relative;
    margin: 0 11px 0 0;
    white-space: nowrap
}

.countdown_box_old_price:after {
    content: '';
    display: block;
    position: absolute;
    right: -2px;
    left: -2px;
    top: 50%;
    height: 1px;
    background-color: #f56754
}

.countdown_box_old_price small {
    font-size: 16px
}

.countdown_box_reg_price {
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    color: #3a3a3a;
    margin: 0 10px 0 0;
    white-space: nowrap
}

.countdown_box_reg_price small {
    font-size: 14px
}

.countdown_box_economy {
    background-color: #5fae5b;
    font-size: 12px;
    color: #fff;
    padding: 1px 9px 0;
    height: 20px;
    border-radius: 10px;
    white-space: nowrap
}

.countdown.goods_timer {
    display: flex;
    font-size: 30px;
    color: #3a3a3a;
    margin: 5px 0 0 0
}

.countdown_col {
    text-align: center
}

.countdown_col small {
    display: block;
    font-size: 11px;
    line-height: 1;
    text-transform: lowercase
}

.countdown_col:last-child {
    color: #f56754
}

.countdown_col:last-child small {
    color: #3a3a3a
}

.countdown_sep {
    padding: 0 7px
}

.countdown_tablet {
    display: none
}

.details {
    width: 100%;
    margin: 0 0 18px
}

.details_box {
    margin: 0 0 26px;
    width: 100%;
    display: block
}

.dt_main {
    width: 100%;
    margin: 0 0 40px
}

.dt_main_col:first-child {
    margin-bottom: 20px
}

.dt_main_box:before,
.dt_main_box:after {
    content: '';
    display: table;
    clear: both
}

.dt_main_box .comment_bottom {
    display: block;
    float: left;
    width: 100%
}

.dt_main_box .comment_share,
.dt_main_box .author_comments {
    margin: 0 10px;
    white-space: nowrap
}

.dt_main_box .comment_share {
    margin-right: 20px
}

.dt_main_box .comment_rating {
    padding-right: 0;
    margin: 5px 0 0 0;
    flex-wrap: wrap;
    width: 100%
}

.dt_main_box .comment_reply {
    margin: 0 10px 0 0
}

.dt_main_box .dc_all {
    overflow: hidden;
    position: relative
}

.dt_main_box .dc_all:after {
    content: '';
    display: block;
    background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, #fff 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#ffffff', GradientType=0);
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    height: 50%;
    transition: .5s
}

.dt_main_box_comments .dt_accordion_item {
    padding: 20px;
    border: 1px solid #f2f2f2;
    border-top: none
}

.dcb_title {
    display: block;
    margin: 0 0 10px;
    width: 100%
}

.dt_title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    border-bottom: 1px solid #c6c6c6;
    color: #363636;
    margin: 0 0 18px;
    padding: 0 0 10px;
    width: 100%;
    position: relative
}

.dt_title span {
    position: relative;
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    margin: 0 0 10px
}

.dt_title b {
    color: #fff;
    background-color: var(--main-red);
    border-radius: 100%;
    font-size: 12px;
    font-weight: 700;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin: 0 0 0 10px
}

.dt_title_cyan {
    border-bottom-color: #4e85b7;
    color: #4e85b7
}

.dt_title_orange {
    border-bottom-color: #ff5722;
    color: #ff5722
}

.dt_title_green {
    border-bottom-color: #5fae5b;
    color: #5fae5b
}

.dt_title_reviews {
    padding: 13px 20px;
    margin: 0;
    font-size: 18px;
    line-height: 1.2;
    color: #363636;
    background-color: #f2f2f2;
    border: none
}

.write_review_btn {
    background-color: var(--main-red);
    border: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 20px;
    color: #fff;
    display: flex;
    align-items: center;
    white-space: nowrap;
    transition: background-color .3s
}

.write_review_btn:hover {
    background-color: #5ead5a
}

.write_review_btn_small {
    position: static;
    height: 35px
}

.dt_accordion_item .write_review_btn {
    display: none
}

.dt_all_about Article Header H1 {
    text-align: left;
    font-size: 26px;
    font-weight: 400;
    line-height: 1.2
}

.dt_all_about .article_text {
    font-size: 15px;
    line-height: 1.2;
    color: #484848
}

.dt_all_about .article_btn {
    text-align: left
}

.dt_all_about Article .article_text A.read_more,
.dt_all_about Article .article_text A.read_less {
    font-size: 14px;
    padding: 0 36px 0 0;
    color: #5ead5a
}

.dt_all_about Article .article_text A.read_more:before,
.dt_all_about Article .article_text A.read_more:after,
.dt_all_about Article .article_text A.read_less:before,
.dt_all_about Article .article_text A.read_less:after {
    content: '';
    background: url("../images/spritesheet.png") no-repeat 0 0;
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -12.5px;
    display: block;
    width: 25px;
    height: 25px;
    transition: opacity .3s
}

.dt_all_about Article .article_text A.read_more:before,
.dt_all_about Article .article_text A.read_less:before {
    background-position: -156px -182px
}

.dt_all_about Article .article_text A.read_more:after,
.dt_all_about Article .article_text A.read_less:after {
    background-position: -181px -182px
}

.dt_all_about Article .article_text A.read_more:after,
.dt_all_about Article .article_text A.read_less:after {
    opacity: 0
}

.dt_all_about Article .article_text A.read_more:hover,
.dt_all_about Article .article_text A.read_less:hover {
    text-decoration: none;
    color: #ff5722
}

.dt_all_about Article .article_text A.read_more:hover:before,
.dt_all_about Article .article_text A.read_less:hover:before {
    opacity: 0
}

.dt_all_about Article .article_text A.read_more:hover:after,
.dt_all_about Article .article_text A.read_less:hover:after {
    opacity: 1
}

.dt_all_about Article .article_text A.read_less:hover:after {
    transform: none
}

.dt_photos {
    margin: 0 auto 20px auto;
    min-height: 1px;
    width: 100%;
    max-width: 640px;
    max-height: 640px;
}

.small_photos {
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 40px;
    width: 100%
}

.small_photos .slick-track {
    display: flex;
    align-items: center
}

.small_photos img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.small_photos a {
    border: 1px solid transparent;
    margin: 0 5px;
    align-items: center;
    justify-content: center;
    vertical-align: top;
    transition: 0.3s;
    border: 1px solid var(--border-gray);
    border-radius: 3px;
    overflow: hidden;
    opacity: 0.5;
    position: relative;
}

.small_photos a.slick-current,
.small_photos a:hover {
    opacity: 1;
}

.small_photos a.video::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url("../images/play.svg");
    background-repeat: no-repeat;
    background-size: contain;
}

.small_photos.slick-initialized .slick-slide {
    display: flex
}


.small_photos.slick-vertical .slick-slide {
    height: 90px
}
.small_photos .slick-prev {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.zoom_top.slick-vertical {
    display: none;
}

.zoom_top .slick-prev:before {
    content: '\e91c'
}

.small_photos .slick-next {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}

.zoom_top .slick-next:before {
    content: '\e91c'
}

A.dt_ar_left,
A.dt_ar_right {
    width: 18px;
    height: 82px
}

A.dt_ar_left.invisible,
A.dt_ar_right.invisible {
    visibility: hidden
}

A.dt_ar_left B,
A.dt_ar_right B,
A.dt_ar_left I,
A.dt_ar_right I {
    width: 11px;
    height: 17px;
    position: absolute;
    top: 50%;
    left: 50%;
    background: url("../images/spritesheet.png") no-repeat -650px -646px;
    margin: -9px 0 0 -6px;
    opacity: 1;
    transition: opacity 0.2s linear 0s
}

A.dt_ar_right B {
    background-position: -708px -647px
}

A.dt_ar_left I,
A.dt_ar_right I {
    background-position: -650px -676px;
    opacity: 0;
    transition: opacity 0.2s linear 0s
}

A.dt_ar_right I {
    background-position: -708px -677px
}

A.dt_ar_left:hover I,
A.dt_ar_right:hover I {
    opacity: 1;
    transition: opacity 0.2s linear 0s
}

A.dt_ar_left:hover B,
A.dt_ar_right:hover B {
    opacity: 0;
    transition: opacity 0.2s linear 0s
}

.sp_container {
    width: 491px;
    height: 88px;
    overflow: hidden;
    padding: 0
}

.sp_all {
    width: 85px
}

.sp_container A {
    width: 95px;
    height: 95px;
    position: relative;
    float: left;
    margin: 0 4px 0 0;
    background: #fff;
    border: 1px solid #bebebe;
    overflow: hidden;
    transition: all 0.2s linear 0s
}

.sp_container A Span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%
}

.sp_container A Span Img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.sp_container A:hover {
    transition: all 0.2s linear 0s
}

.main_photo {
    display: flex;
    border: 1px solid var(--border-gray);
    margin-bottom: 15px;
    width: 100%;
    border-radius: 4px;
    overflow: hidden; 
    height: max-content;
}

.main_photo Div {
    width: inherit;
    height: 100%;
    display: flex;
    align-items: center;
}

.main_photo Div:not(.slick-initialized) {
    overflow: hidden;
}

.main_photo Div:not(.slick-initialized) .gallery-item {
    flex: 0 0 100%;
}

.main_photo Div Img {
    width: 100%;
    min-height: 300px;
    max-height: 490px;
    object-fit: contain;
}

.dt_top {
    width: 100%
}

.dt_top_reviews {
    margin: 0 0 30px;
    padding: 30px 0 0 0;
    display: flex;
    width: 100%
}

.dt_stars {
    display: flex;
    align-items: center;
    margin: 0 20px 0 0;
    font-size: 14px;
    line-height: 1;
    color: #8f8f8f
}

.dt_stars a {
    text-decoration: none;
    color: inherit;
    font-size: 12px;
    transition: color .3s
}

.dt_stars a:hover {
    color: var(--main-red)
}

.dt_stars .raty {
    margin: 0 10px 0 0
}

.dt_in_stock {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: #3ba600;
}

.dt_top_tit {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    padding: 0 0 8px
}

.dt_top_tit H1 {
    font-size: 24px;
    font-weight: 400;
    line-height: 1.2;
    color: #363636
}

.dt_other {
    width: 100%;
    color: #777777;
    font: 400 14px/18px Arial, Helvetica, sans-serif;
    margin: 10px 0 0 0;
    padding: 0
}

.dt_cod {
    font-size: 14px;
    line-height: 1.2;
    color: #000;
    white-space: nowrap;
    width: 100%;
    text-align: left;
    margin: 18px 0 0 0
}

.dt_how_much {
    width: auto
}

.dt_top_info {
    width: 254px
}

.delivery_dt_top {
    width: 100%;
    background: #fafafa;
    padding: 10px 15px;
    margin: 0 0 10px 0
}

.title_top_info {
    width: 100%;
    font: 900 20px/30px Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0 0 6px 0
}

.dt_top_info ul {
    width: 100%
}

.dt_top_info ul li {
    width: 100%;
    font: 400 15px/20px Arial, Helvetica, sans-serif;
    color: #838383
}

.payment_dt_top {
    width: 100%;
    background: #efefef;
    padding: 10px 15px;
    margin: 0 0 25px
}

.extras_dt_top {
    width: 100%
}

.extras_dt_top a {
    display: block;
    position: relative;
    width: 100%;
    height: 22px;
    margin: 0 0 17px 0;
    padding: 0 0 0 35px;
    color: #ff5639;
    font: 400 16px/30px Arial, Helvetica, sans-serif;
    transition: all 0.2s linear 0s
}

.extras_dt_top a:before {
    content: ' ';
    position: absolute;
    left: 0;
    top: 6px;
    display: block;
    width: 19px;
    height: 19px;
    background: url("../images/spritesheet.png") no-repeat -980px -483px
}

.extras_dt_top a:hover {
    text-decoration: none
}

.extras_dt_top .product_compare:before {
    background-position: -980px -522px
}

.extras_dt_top .print_button:before {
    background-position: -980px -561px
}

.presence {
    width: 100%;
    color: #ff440a;
    margin: 0 0 10px 0
}

.dt_top_options {
    width: 100%;
    margin: 0 0 20px 0
}

.da_title {
    color: #000;
    font: 700 16px/18px Seg_b;
    margin: 0 0 4px 0;
    width: 100%
}

.dt_top_options .char_table {
    box-shadow: none;
    background: none;
    width: 100%;
    left: 0;
    margin: 0 15px 0 0;
}

.dt_present {
    width: 100%;
    margin: 20px 0 25px
}

.present_box {
    width: 100%;
    border: 2px solid #f05945;
    border-radius: 5px;
    padding: 15px
}

.pb_title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    font-size: 16px;
    line-height: 1.2;
    color: #f05945
}

.present_wrapper {
    width: 100%;
    text-align: center;
    font-size: 0;
    margin: 0 0 15px
}

.present_item {
    display: inline-block;
    width: 75px;
    height: 75px;
    border: 1px solid #eee;
    margin: 0 10px;
    float: none
}

.present_item img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover
}

.present_wrapper .plus {
    width: auto;
    height: auto;
    position: absolute;
    font: 700 20px/20px Arial, Helvetica, sans-serif;
    color: #e53935;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.pres_economy {
    width: 100%;
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 1.2;
    color: #8e8e8e;
    text-align: center
}

.pres_economy span {
    color: #73c86d;
    font-weight: 700;
    font-size: 20px
}

.pb_small_title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    font: 700 12px/20px Arial, Helvetica, sans-serif;
    color: #777
}

.pres_timer {
    width: 100%;
    text-align: center;
    margin: 0 0 15px
}

.goods_timer {
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    color: #777;
    line-height: 31px
}

.ob_one_time {
    display: inline-block;
    width: 40px;
    float: none
}

.ob_one_num {
    display: inline-block;
    float: none;
    width: 31px;
    height: 31px;
    background: url("../images/spritesheet.png") no-repeat -329px -499px;
    margin: 0 0 3px
}

.ob_one_text {
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 12px;
    color: #777
}

.pres_details {
    width: 100%;
    text-align: center
}

.pres_details a {
    display: inline-block;
    font: 400 14px/20px Arial, Helvetica, sans-serif;
    color: #117f8a;
    text-decoration: underline
}

.pres_details a:hover {
    text-decoration: none
}

.pres_title {
    font-size: 18px;
    line-height: 1.2;
    margin-bottom: 20px
}

.product_tab {
    margin: 10px 0 0 0;
    width: 100%
}

.product_photos {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.product_photos .gallery-item {
    border: 1px solid #acacac;
    width: calc((100% - 10px * 2) / 3);
    max-height: 205px;
    margin: 10px 10px 0 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.product_photos .gallery-item:nth-child(3n+3) {
    margin-right: 0
}

.product_photos img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.product_video {
    text-align: center;
    margin: 0 0 30px
}

.product_video iframe {
    vertical-align: top
}

.product_video img {
    max-width: 100%
}

.one_click_form {
    border: 2px solid var(--main-blue);
    border-radius: 5px;
    margin: 0 0 22px;
    flex-direction: column;
    width: max-content;
    order: 2;
    background-color: #fff;
    display: none;
    position: absolute;
    top: calc(100% + 10px);
    right: 0;
    z-index: 2;
}

.one_click_form.active {
    display: flex;
}

.unavailability .one_click_form {
    border-color: #c7c9c9;
    pointer-events: none
}

.one_click_form input[type="tel"] {
    border: none;
    max-width: 100%;
    width: calc(100% - 93px);
    height: 31px;
    font-size: 17px;
    color: #707070;
    padding: 0 14px
}

.not_in_stock {
    font-size: 14px;
    color: #b2b5b5
}

.unavailability .one_click_form input[type="tel"] {
    color: #c7c9c9
}

.one_click_form input[type="submit"] {
    background-color: var(--main-blue);
    color: #fff;
    font-size: 14px;
    white-space: normal;
    border: none;
    width: 100%;
    height: 40px;
    padding: 0
}

.unavailability .one_click_form input[type="submit"] {
    background-color: #c7c9c9;
    color: #080808
}

.one_click_form:hover {
    border-color: #ee7806
}

.one_click_form:hover input[type="submit"] {
    background-color: #ee7806
}

.dt_services {
    display: flex;
    justify-content: space-between;
    margin: 0 0 20px;
    width: 100%
}

.dt_service {
    background-color: transparent;
    border: none;
    margin-left: auto;
    padding: 0 5px;
    text-align: center;
    color: #000;
    font-size: 10px;
    transition: .3s
}

.dt_service .icon {
    font-size: 36px;
    margin: 0 auto 5px;
    display: block;
    color: #d7d7d7;
    transition: fill .3s
}

.dt_service.active .icon {
    fill: var(--main-red)
}

.dt_service_sm {
    font-size: 12px;
    display: flex;
    align-items: center
}

.dt_service_sm+.dt_service_sm {
    margin-top: 8px
}

.dt_service:hover {
    color: #777
}

.dt_service_icon,
.dt_service i {
    position: relative;
    display: block;
    font-style: normal;
    color: #d7d7d7
}

.dt_service_icon:before,
.dt_service i:before {
    font-family: 'bigshop';
    font-size: 36px;
    margin: 0;
    display: block
}

.dt_service.active,
.dt_service.active .dt_service_icon,
.dt_service.active i {
    color: #f1644c
}

.dt_service_icon_credit:before {
    content: '\e937'
}

.dt_service.active .dt_service_icon_credit:before {
    content: '\e937'
}

.dt_service_icon_questions:before {
    content: '\e929'
}

.dt_service.active .dt_service_icon_questions:before {
    content: '\e929'
}

.dt_service_icon_wishes {
    color: #f1644c
}

.dt_service_icon_wishes:before {
    content: '\e904'
}

.dt_service.active .dt_service_icon_wishes:before,
.dt_service.to_wish_list.active i:before {
    content: '\e904'
}

.dt_service_icon_compare:before {
    content: '\e903'
}

.dt_service.to_compare_list.active i:before {
    content: '\e903'
}

.dt_info {
    width: 100%;
    font-size: 13px;
    line-height: 1.2;
    float: left;
    margin-bottom: 25px;
}

.dt_info>li {
    position: relative;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    color: var(--text-gray);
    letter-spacing: 0.6px;
    padding: 15px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
}

.dt_info ul {
    padding: 6px 0 0 0;
    float: none
}

.dt_info_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--main-blue);
    text-transform: uppercase;
    margin: 0 0 10px;
    display: flex;
    align-items: center
}

.info_icon {
    display: flex;
    margin-bottom: 10px;
}
.info_icon img {
    display: block;
    margin-right: 10px;
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.info_icon span {
    display: flex;
    flex-direction: column;
    padding-top: 5px;
}

.dt_info>li+li {
    margin-top: 16px
}

.dt_price_wrapper {
    display: flex
}

.dt_price_box {
    max-width: 200px;
    flex: 1 1 200px
}

.dt_btns {
    flex: 1;
    padding: 0 0 0 15px;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(2, 1fr)
}

.details-sets {
    width: 100%;
    margin-bottom: 108px
}

.details-sets__title {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    padding: 0 40px;
    position: relative;
    top: 40px;
    color: #363636
}

.sets-slider {
    border: 1px solid #c6c6c6;
    padding: 0 0 15px 0;
    width: 100%;
    float: left
}

.sets-slider .slick-dots {
    bottom: -45px
}

.sets-slider__item {
    padding: 50px 0 0 0
}

.set__row {
    margin-bottom: 15px;
    padding: 0 40px;
    display: flex;
    flex-direction: column
}

.set__col--small {
    text-align: center;
    max-width: none;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 60px;
    font-weight: 100;
    line-height: 1;
    color: #909090
}

.set__col:last-child {
    text-align: center;
    flex: 0 0 auto;
    max-width: none
}

.set__fig {
    display: flex;
    margin: 0
}

.set__fig>a {
    flex: 0 0 auto;
    display: block
}

.set__fig img {
    margin: 0 16px 0 0;
    flex: 1 0 auto;
    max-width: 50px
}

.set__fig figcaption {
    line-height: 17px;
    color: #000
}

.set__fig figcaption b {
    display: block
}

.set__fig figcaption a {
    color: inherit;
    text-decoration: none;
    transition: color .3s
}

.set__fig figcaption a:hover,
.set__fig figcaption a:active {
    color: var(--main-blue)
}

.set__fig--invert figcaption a {
    color: #4a4e52
}

.set__fig--invert figcaption a:hover,
.set__fig--invert figcaption a:active {
    color: #000
}

.set__code {
    font-size: 12px;
    padding: 0 31px;
    width: 100%
}

.rating {
    display: flex;
    align-items: center
}

.rating img+img {
    margin: 0 0 0 4px
}

.rating__total {
    font-size: 12px;
    line-height: 1;
    padding-left: 8px;
    flex: 0 0 auto
}

.price {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.1
}

.price span {
    font-size: 28px
}

.price--new span {
    color: #ff0000
}

.price--old span {
    text-decoration: line-through;
    font-size: 18px
}

.price-box {
    margin-bottom: 14px
}

.price-box--small {
    margin: 12px 0 0 0
}

.price--small {
    display: block;
    font-size: 12px;
    color: #838383
}

.price--small.price--new span {
    font-size: 20px
}

.price--small.price--old {
    margin-bottom: 5px
}

.price--small.price--old span {
    font-size: 16px
}

.price--details+.price--details {
    margin: 3px 0 20px
}

.price-box--details {
    padding: 22px 0 19px 0;
    margin: 0 0 20px;
    background-color: #f5f5f5;
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1 0 200px;
    max-width: 200px
}

.btn {
    letter-spacing: 0.7px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px 15px;
    width: max-content;
    background-color: var(--main-red);
    cursor: pointer;
    border-radius: 4px;
    transition: 0.7s;
    border: 2px solid var(--main-red)
}

.btn:hover {
    background-color: transparent;
    color: var(--main-red)
}

.btn svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    transition: 0.7s;
}

.btn:hover svg {
    fill: var(--main-red)
}

.btn.reverse {
    background-color: transparent;
    border-color: var(--main-blue);
    color: var(--main-blue);
}

.btn.reverse:hover {
    background-color: var(--main-blue);
    color: #fff;
}


.btn-add-to-cart {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .3s;
    border-radius: 5px;
    background-color: #4caf50;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    width: 53px;
    height: 41px
}

.btn-add-to-cart:before {
    content: '';
    background-image: url("../images/spritesheet.png");
    background-position: -30px -116px;
    width: 31px;
    height: 29px
}

.btn-add-to-cart:hover,
.btn-add-to-cart:active {
    background-color: var(--main-red) ;
    text-decoration: none
}

.btn-add-to-cart--text {
    width: auto;
    padding: 0 21px
}

.btn-add-to-cart--text:before {
    display: none
}

.btn-info {
    text-decoration: none;
    margin: 0 7px;
    font-size: 9px;
    transition: .3s
}

.btn-info:before {
    font-family: 'bigshop';
    font-size: 32px;
    display: block;
    color: #c6c6c6
}

.btn-info:hover {
    color: var(--main-red)
}

.btn-3d:before {
    content: '\e92f'
}

.btn-video:before {
    content: '\e930'
}

.dt_top_description {
    width: 100%;
    margin: 0 0 20px 0
}

.dt_top_description Article {
    padding: 0;
    background: none;
    box-shadow: none;
    color: #777777;
    font: 300 15px/20px Arial, Helvetica, sans-serif
}

.dt_top_description Article P {
    padding: 0
}

.dt_top_description Article strong {
    font-weight: 700
}

.det_price {
    width: 100%
}

.option_info {
    width: 100%;
    margin: 6px 0 0 0;
    color: #e53935
}

.option_price {
    width: 100%;
    display: flex;
    align-items: flex-end;
    justify-content: space-between
}

.dt_price_box {
    padding: 22px 0 19px;
    background-color: #f5f5f5;
    text-align: center
}

.dt_price_box A.common_but {
    background-color: #4caf50;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 5px;
    height: 41px;
    padding: 0 21px;
    margin: 20px 0 0 0
}

.dt_price_box A.common_but.in_cart {
    background-color: #ff5722
}

.dt_price_box A.common_but:hover {
    background-color: var(--main-red)
}

.price .old_price {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.3;
    color: #838383
}

.price .old_price span {
    text-decoration: line-through;
    font-size: inherit
}

.main_price_new {
    color: var(--main-blue);
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
}

.main_price_new small {
    font-size: 16px;
    color: var(--main-blue);
}

Span.currency_price {
    font: 500 16px/22px Arial, Helvetica, sans-serif;
    width: auto;
    margin: 0 20px 30px 0
}

Span.currency_price:first-child::after {
    content: ' ';
    display: block;
    position: absolute;
    width: 1px;
    height: 22px;
    background: #7a7a7a;
    right: -20px;
    top: 0
}

Span.currency_price b {
    font: 700 20px/22px Arial, Helvetica, sans-serif;
    margin-right: 2px
}

.price Span.old_price {
    text-align: center;
    font-size: 20px;
    line-height: 1;
    color: #f77b72
}

.price Span.main_price:last-child {
    margin-right: 0
}

.other_prices {
    width: 100%;
    color: #8e8e8e;
    font: 300 15px/20px Arial, Helvetica, sans-serif
}

.new_price {
    width: auto;
    cursor: default
}

.new_price B {
    font: 400 14px/22px Arial, Helvetica, sans-serif
}

.price_sign {
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 3px;
    color: #000;
    font: 400 14px/16px Arial, Helvetica, sans-serif;
    left: 67px;
    top: 0;
    opacity: 0;
    padding: 1px 6px 4px;
    position: absolute;
    transition: opacity 0.2s linear 0s;
    visibility: hidden;
    width: 194px;
    z-index: 1000
}

.price_sign::before,
.price_sign::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 9px 4px 0;
    border-color: transparent #bebebe transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    margin: -4px 0 0 0
}

.price_sign::after {
    border-color: transparent #fff transparent transparent;
    margin: -3px 0 0 1px;
    border-width: 3px 8px 3px 0
}

.new_price:hover .price_sign {
    opacity: 1;
    transition: opacity 0.2s linear 0s;
    visibility: visible
}

.buy_me {
    margin: 0
}

.buy_me .not_in_stock {
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    background-color: #b3b3b3;
    color: #3a3a3a;
    font-size: 22px;
    font-weight: 700;
    width: 188px;
    height: 48px
}

.price_box {
    max-width: 187px
}

.discontinued_product {
    background-color: #dad9d9;
    border-radius: 3px;
    font-size: 22px;
    line-height: 1;
    color: #3a3a3a;
    padding: 14px 20px;
    margin: 0 0 12px;
    width: 100%;
    text-align: center
}

.offer_btn {
    width: 100%;
    font-size: 20px;
    line-height: 1.1;
    text-decoration: none;
    text-align: center;
    border-radius: 3px;
    background-color: var(--main-red);
    color: #fff;
    padding: 14px 15px;
    margin: 0 0 15px;
    display: flex;
    align-items: center;
    transition: background-color .3s
}

.offer_btn:after {
    content: '';
    background: url("../images/spritesheet.png") no-repeat 0 -491px;
    display: block;
    max-width: 14px;
    flex: 1 0 14px;
    height: 10px;
    margin: 0 0 0 12px
}

.offer_btn:hover {
    background-color: #618d2e
}

.zp_centre A.common_but,
.buy_me A.common_but {
    width: 188px;
    height: 48px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: 400;
    text-transform: none;
    background-color: var(--main-red);
    border-radius: 5px;
    color: #fff;
    float: right;
    clear: both
}

.zp_centre A.common_but:before,
.buy_me A.common_but:before {
    content: '\e909';
    font-family: 'bigshop';
    font-size: 30px;
    line-height: 1;
    margin: 0 14px 0 0;
    display: block
}

.zp_centre A.common_but:hover,
.buy_me A.common_but:hover {
    background-color: #618d2e
}

.zp_centre A.common_but.in_cart:after,
.buy_me A.common_but.in_cart:after {
    content: '\e939';
    font-family: 'bigshop';
    line-height: 1;
    color: var(--main-red);
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 41px;
    top: 8px
}

.zp_centre A.common_but.in_cart,
.buy_me A.common_but.in_cart {
    background-color: #ff5722
}

.buy_me A.common_but.in_cart {
    font-size: 21px
}

.buy_me .for_order_call {
    width: 100%;
    height: auto
}

.buy_me A.order_call {
    height: auto;
    margin: 10px 0 0 0;
    top: auto;
    width: auto;
    font: 300 15px/16px Arial, Helvetica, sans-serif;
    color: #117f8a;
    text-decoration: underline;
    transition: all 0.2s linear 0s
}

.buy_me A.order_call:before {
    display: none
}

.buy_me A.order_call:hover {
    color: #000
}

.buy_me .standart_form {
    right: 65px;
    top: 15px
}

.buy_me a.cheaper_btn {
    background: none;
    border-color: #117f8a;
    color: #117f8a;
    margin: 0 0 15px 0;
    font: 600 16px/16px Arial, Helvetica, sans-serif
}

.buy_me a.cheaper_btn span {
    padding: 0
}

.buy_me a.cheaper_btn:hover {
    border-color: #117f8a;
    background: #117f8a;
    color: #fff
}

.buy_me .sale_form {
    right: 0;
    top: 0
}

.buy_me .sale_form A.sf_close {
    top: 10px;
    right: 10px
}

.buy_me .sale_form A.sale_send Span {
    padding: 0
}

.buy_me .sale_form A.sale_send B {
    display: none
}

div.det_socials {
    width: 165px;
    height: auto;
    position: absolute;
    right: 6px;
    bottom: 8px
}

div.share42init {
    width: 90px !important
}

div.det_socials .da_title {
    width: auto;
    margin: 3px 5px 0 0;
    color: #7d7d7d;
    font: 300 12px/16px Arial, Helvetica, sans-serif
}

#share42 .share42-item:nth-child(1) a {
    background: url("../images/spritesheet.png") no-repeat -653px -610px !important
}

#share42 .share42-item:nth-child(2) a {
    background: url("../images/spritesheet.png") no-repeat -669px -610px !important
}

#share42 .share42-item:nth-child(3) a {
    background: url("../images/spritesheet.png") no-repeat -685px -610px !important
}

#share42 .share42-item:nth-child(4) a {
    background: url("../images/spritesheet.png") no-repeat -701px -610px !important
}

.det_all {
    width: 100%
}

.det_links_place {
    width: 100%;
    margin: 0 0 16px
}

.det_all_box {
    width: 100%
}

.det_all_box .centre {
    padding: 0
}

.det_description {
    width: 100%;
    margin: 0 0 20px 0
}

.po_box {
    width: 100%;
    padding: 0 0 20px
}

.po_box_title {
    font-size: 22px;
    line-height: 1.2;
    color: #777;
    margin: 0 0 31px
}

.po_box_title span {
    color: #3a3a3a
}

.po_box_col:nth-child(1) {
    max-width: 100%
}

.po_box_col:nth-child(2) {
    padding: 16px 0 0 0;
    flex: 1
}

.po_box_col .raty {
    margin: 0
}

.po_box_col .og_reviews {
    margin: 0 0 0 0
}

.po_box_col .dt_service_sm+.dt_service_sm {
    margin-top: 7px
}

.po_box_col .dt_service_icon {
    margin: 0
}

.po_box_col .dt_service_icon:before {
    font-size: 26px
}

.po_box .one_good {
    border-bottom: 1px solid #c6c6c6;
    padding: 0 10px 22px;
    width: 100%;
    float: none
}

.po_box .one_good:before,
.po_box .one_good:after {
    display: none
}

.po_box .ribbon {
    top: 0
}

.po_box .og_info {
    min-height: 0;
    margin: 0
}

.po_box .og_info_row {
    margin: 0 0 17px
}

.po_box .og_info_buttons {
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(4, 1fr)
}

.po_box .og_info_buttons_col {
    max-width: 135px;
    flex: 1 0 135px
}

.po_box .og_info_buttons_col:nth-child(2) {
    padding: 5px 0 0 0
}

.po_box .og_info_buttons .og_info_btn+.og_info_btn {
    margin-top: 0
}

.po_box Article .article_text:after {
    display: none
}

.det_options {
    width: 100%;
    margin: 0 0 52px
}

.char_table {
    width: 100%;
    margin: 0 0 45px
}

.ct_row {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 0 5px 0;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    position: relative;
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}

.ct_row::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0px;
    height: 1px;
    background-color: var(--text-gray);
    transition: 0.3s;
}

.ct_row:hover::before {
    width: 100%;
}

.ct_col {
    flex: 1
}

.ct_col a:hover {
    text-decoration: none
}

.ct_col:first-child {
    max-width: 50%;
    flex: 1 0 50%;
}

.det_photos {
    width: 100%;
    margin: 0 0 20px 0;

}

.dp_all {
    width: 100%;
    text-align: center;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -5px;
}

.dp_one {
    width: 100%;
    overflow: hidden;
    margin: 0 5px 10px;
    padding: 0 5px;
    border: 2px solid #8b8b8b;
    display: flex;
    align-items: center;
}

.dp_one Img {
    max-width: 100%;

}

.dp_one:hover {
    border-color: #f1644c;
}

.det_video {
    width: 100%;
    margin: 0 0 20px 0
}

.det_video .po_box {
    width: 100%
}

.det_video Iframe {
    width: 100%;
    height: 565px
}

.btn-all-reviews {
    font-size: 15px;
    color: #117f8a
}

.btn-all-reviews:hover {
    text-decoration: none
}

.det_reviews {
    width: 100%;
    margin: 0 0 52px 0
}

.det_reviews_title {
    margin: 0 0 38px;
    font-size: 22px;
    line-height: 1.2
}

.det_reviews_title span {
    color: #3a3a3a
}

.det_reviews_title_col {
    margin: 0 15px 10px 0;
}

.more_reviews {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 1.2;
    color: #ff5722;
    display: flex;
    align-items: center;
    transition: .3s
}

.more_reviews:after {
    content: '\e92f';
    display: block;
    font-family: 'bigshop';
    font-size: 14px;
    line-height: 1;
    margin: 0 0 0 9px;
    transform: scale(-1)
}

.more_reviews:hover {
    color: #72b76f
}

.dc_all {
    width: 100%
}

.dc_all--empty {
    display: flex;
    align-items: flex-end;
    justify-content: center
}

.dc_one {
    width: 100%;
    margin: 30px 0 0 0
}

.dc_one:first-child {
    margin: 0
}

.dc_one_write {
    width: 100%;
    padding: 15px 20px
}

.dc_title {
    width: 100%;
    color: #000;
    font: 700 18px/22px Seg_b;
    text-transform: uppercase;
    padding: 0
}

.dc_title Span {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    color: #363636;
    font: 500 20px/30px Arial, Helvetica, sans-serif;
    text-transform: none
}

.dc_title .date_user_rev {
    position: relative;
    float: right;
    text-transform: none;
    color: #777777;
    font: 300 12px/30px Arial, Helvetica, sans-serif;
    padding: 0 0 0 20px;
    margin: 0
}

.dc_title .date_user_rev:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 0;
    background: url("../images/spritesheet.png") no-repeat -334px -447px
}

.raty_box {
    width: 240px
}

.dc_content {
    width: 100%
}

.dc_content>div {
    display: table;
    width: 100%
}

.dc_content .dc_img {
    display: table-cell;
    width: 190px;
    height: auto;
    padding: 0 15px 0 0;
    vertical-align: top;
    text-align: left
}

.dc_content .dc_img img {
    max-width: 100%;
    height: auto
}

.dc_txt:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background: url("../images/spritesheet.png") no-repeat -335px -479px
}

.dc_txt iframe {
    margin: 10px 0 0;
    position: relative;
    left: 0
}

.dc_bottom a {
    font-size: 0;
    line-height: 0
}

.dc_bottom a:hover {
    text-decoration: none
}

.dc_bottom b {
    font-weight: normal
}

.dc_comment {
    width: 100%;
    padding: 15px 20px;
    border-top: 1px solid #c9c7c7;
    background-color: #fcfcfc
}

.dc_comment:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 11px;
    top: -11px;
    left: 21px;
    background: url("../images/spritesheet.png") no-repeat -361px -448px
}

.com_title {
    width: 100%;
    color: #000;
    font: 700 18px/22px Seg_b;
    text-transform: uppercase;
    padding: 0;
    margin: 0 0 15px
}

.com_title Span {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    color: #363636;
    font: 500 20px/30px Arial, Helvetica, sans-serif;
    text-transform: none
}

.com_title .date_user_rev {
    position: relative;
    float: right;
    text-transform: none;
    color: #777777;
    font: 300 12px/30px Arial, Helvetica, sans-serif;
    padding: 0 0 0 20px;
    margin: 0
}

.com_title .date_user_rev:before {
    content: '';
    position: absolute;
    width: 14px;
    height: 14px;
    top: 7px;
    left: 0;
    background: url("../images/spritesheet.png") no-repeat -334px -447px
}

.com_text {
    display: table-cell;
    width: auto;
    vertical-align: top;
    position: relative;
    padding: 0 0 0 20px;
    color: #777777;
    font: italic 300 15px/20px Arial, Helvetica, sans-serif
}

.com_text:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background: url("../images/spritesheet.png") no-repeat -335px -479px
}

.dcw_title {
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    color: #363636;
    margin: 0 0 12px
}

.dcw_enter {
    width: 100%;
    margin: 0 0 30px
}

.dcw_enter label {
    font-size: 14px;
    line-height: 1.2;
    color: #3e3e3d
}

.dcw_enter_row {
    display: flex
}

.dcw_enter_col {
    margin: 0 28px 0 0;
    max-width: calc(50% - 28px);
    flex: 1 1 calc(50% - 28px)
}

.dcw_enter_col:last-child {
    margin-right: 0
}

.dcw_enter input[type="text"],
.dcw_enter input[type="email"],
.dcw_enter textarea {
    border-radius: 3px;
    border-color: #999
}

.dcw_enter input[type="text"],
.dcw_enter input[type="email"] {
    height: 34px
}

.req {
    color: #fe0202
}

.dcw_enter .long_div {
    margin: 0 0 10px 0
}

.dcw_enter .da_title {
    width: auto;
    margin: 3px 10px 0 0;
    color: #838383;
    font: 300 15px/32px Arial, Helvetica, sans-serif
}

.dcw_enter .raty_active {
    width: auto;
    margin: 5px 0 0 0
}

.dcw_enter Textarea {
    height: 142px;
    margin: 10px 0 10px 0;
    font-size: 14px
}

.dcw_enter Textarea.error {
    border-color: #b30000
}

.dcw_enter A.common_but {
    width: 200px;
    border: 2px solid #117f8a;
    margin: 3px 0 0 0;
    display: table;
    text-align: center
}

.dcw_enter A.common_but span {
    padding: 0;
    display: table-cell;
    vertical-align: middle
}

.dcw_enter A.common_but I {
    background-position: -60px -229px
}

.dcw_enter A.common_but:hover {
    background-color: #117f8a;
    color: #fff
}

.add_photo {
    width: auto;
    margin: 0 0 0 10px
}

.attach_photo,
.attach_video {
    cursor: pointer
}

.add_photo span {
    display: block;
    font: 300 14px/20px Arial, Helvetica, sans-serif;
    color: #117f8a;
    text-decoration: underline
}

.add_photo span:hover {
    text-decoration: none
}

.attach_photo input {
    border: none;
    padding: 0;
    margin: 5px 0 0;
    cursor: pointer
}

.attach_video input {
    margin: 5px 0 0
}

.dcw_bottom {
    width: 100%;
    text-align: center
}

.dcw_bottom a {
    display: inline-block;
    float: none
}

.see_all_rev {
    margin-bottom: 20px;
    width: 100%
}

.see_all_rev a {
    display: block;
    width: 100%;
    font: 700 18px/24px Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #117f8a;
    background-color: #117f8a;
    padding: 5px 10px;
    transition: .3s
}

.see_all_rev a:hover {
    background-color: transparent;
    color: #117f8a
}

.det_delivery {
    width: 100%;
    margin: 0 0 50px 0
}

.zoom_window {
    max-width: 1275px
}

.zoom_window A.sf_close {
    top: 16px;
    right: 16px
}

.zoom_top {
    position: absolute !important;
    bottom: 0;
    right: 23px;
    top: 205px;
    width: 99px;
    z-index: 100;
    text-align: center
}

.zoom_top a {
    border: 1px solid #ccc;
    margin: 3px 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .3s
}

.zoom_top.slick-vertical .slick-slide {
    height: 99px;
    overflow: hidden;
    position: relative;
}

.zoom_top.slick-vertical .slick-slide.slick-current {
    border-color: var(--main-red);
}

.zoom_top.slick-vertical .slick-slide.video::before {
    content: "";
    width: 26px;
    height: 26px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-image: url(../images/play.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.zoom_top a:hover {
    border-color: var(--main-red);
}

.zoom_top img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.for_zoom {
    width: 100%
}

A.zoom_left,
A.zoom_right {
    width: 50px;
    height: inherit
}

A.zoom_right {
    background-position: -336px -132px
}

A.zoom_left:before,
A.zoom_right:before {
    content: ' ';
    display: inline-block;
    width: 50px;
    height: 50px;
    position: relative;
    top: 50%;
    left: 0;
    margin-top: -25px;
    background: url("../images/spritesheet.png") no-repeat -494px -92px
}

A.zoom_right:before {
    background-position: -579px -92px
}

A.zoom_left.invisible,
A.zoom_right.invisible {
    opacity: 0;
    cursor: default
}

.zoom_place {
    width: 100%
}

.zoom_place Img {
    max-width: 100%;
    max-height: 450px;
    margin: 0 auto
}

.zoom_place .slick-prev {
    left: -40px
}

.zoom_place .slick-prev:before {
    background-position: -194px -400px
}

.zoom_place .slick-prev:after {
    background-position: -281px -400px
}

.zoom_place .slick-next {
    right: -40px
}

.zoom_place .slick-next:before {
    background-position: -252px -400px
}

.zoom_place .slick-next:after {
    background-position: -223px -400px
}

.zoom_place.slick-initialized .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center
}

.zoom_place.slick-slider {
    display: grid;
    grid-template-columns: 1fr 1fr;
    position: relative;
}

.zoom_place .slick-prev.slick-arrow {
    display: block;
    grid-row: 2/3;
    grid-column: 1/2;
    left: auto;
    margin-left: auto;
    margin-right: 5px;
}

.zoom_place .slick-list.draggable {
    grid-column: 1/3;
}

.zoom_place .slick-arrow {
    margin-top: 20px;
}

.zoom_place .slick-next.slick-arrow {
    display: block;
    grid-row: 2/3;
    grid-column: 2/3;
    left: auto;
    right: auto;
    margin-right: auto;
    margin-left: 5px;
}

.zoom_title {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 15px;
    font-size: 26px;
    line-height: 1.2;
    color: #3e3e3e;
    padding: 10px 10px 30px 10px
}

.zoom_title span:not(.zoom_price) {
    position: relative;
    top: 5px;
    flex: 1
}

.zoom_price {
    font-size: 20px;
    line-height: 1;
    min-width: 187px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #e8e8e8;
    border-radius: 3px;
    padding: 0 20px;
    margin-left: auto
}

.zoom_buy {
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-red);
    border-radius: 3px;
    font-size: 24px;
    line-height: 1;
    color: #fff;
    border: none;
    padding: 0 38px 0 31px;
    margin: 0 0 0 6px;
    position: relative;
    transition: .3s
}

.zoom_buy.in_cart,
.zoom_buy.in_cart:hover {
    background-color: #ff5722
}

.zoom_buy.in_cart:after {
    content: '\e939';
    font-family: 'bigshop';
    font-size: 18px;
    line-height: 1;
    color: #73c86d;
    background-color: #fff;
    border-radius: 100%;
    position: absolute;
    left: 50px;
    top: 8px
}

.zoom_buy:before {
    content: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='24px' height='24px' fill='white'><path d='M7.172 14.766q0 0.234 0.234 0.234h11.578v2.016h-12q-0.797 0-1.383-0.609t-0.586-1.406q0-0.469 0.234-0.938l1.359-2.484-3.609-7.594h-2.016v-1.969h3.281q0.938 1.969 1.875 3.984 0.234 0.422 1.078 2.227t1.313 2.789h7.031q3.516-6.375 3.844-7.031l1.734 0.984-3.844 6.984q-0.563 1.031-1.734 1.031h-7.453l-0.891 1.641zM17.016 18q0.797 0 1.383 0.609t0.586 1.406-0.586 1.383-1.383 0.586-1.406-0.586-0.609-1.383 0.609-1.406 1.406-0.609zM6.984 18q0.797 0 1.406 0.609t0.609 1.406-0.609 1.383-1.406 0.586-1.383-0.586-0.586-1.383 0.586-1.406 1.383-0.609zM11.016 9v-3h-3v-2.016h3v-3h1.969v3h3v2.016h-3v3h-1.969z'></path></svg>");
    /* content: ''; */
    display: block;
    /* background: url("../images/spritesheet.png") no-repeat -262px -209px; */
    margin: 0 13px 0 0;
    width: 30px;
    height: 25px
}

.zoom_buy:hover {
    opacity: 0.8;
}

.zp_centre {
    display: inline-block;
    text-align: center;
    width: auto
}

.z_price {
    font: 500 20px/30px Arial, Helvetica, sans-serif;
    color: #8e8e8e;
    margin: 11px 0 0 30px
}

.zoom_window .z_price {
    margin: 4px 30px 0 0
}

.z_price B {
    font-size: 25px
}

.z_price_old {
    float: right;
    font: 400 18px/26px Arial, Helvetica, sans-serif;
    color: #939393;
    margin: 11px 0 0 30px
}

.z_price_old::before {
    background: #b30000;
    content: "";
    height: 1px;
    left: 0;
    margin: -1px 0 0 -5px;
    position: absolute;
    top: 50%;
    transform: rotate(-15deg);
    width: 100%
}

.product_rate {
    margin: 15px 0 0 0
}

.product_rate dt {
    font-weight: 700
}

.product_rate dt,
.product_rate dd {
    padding: 0 0 0 25px
}

.product_rate dd+dt {
    margin: 3px 0 0 0
}

.product_rate dt {
    position: relative
}

.product_rate dt:before {
    font-weight: 400;
    font-size: 24px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: -4px
}

.product_rate dt.advantages:before {
    content: '+';
    color: #02a011
}

.product_rate dt.disadvantages:before {
    content: '-';
    color: #e30202
}

.set_rate {
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    color: #3e3e3d
}

.set_rate .raty,
.set_rate .raty_active {
    margin: 5px 0 0 0;
    float: left;
    clear: both;
    display: flex;
    justify-content: center;
    width: 100%
}

.support_detail {
    margin: 0 0 50px;
    width: 100%;
    color: #fff;
    z-index: 1
}

.inner_support {
    background-color: var(--main-red);
    width: 100%;
    min-height: 332px;
    padding: 20px
}

.inner_support .form_content {
    width: 100%;
    color: #000
}

.questions {
    margin: 0 0 20px
}

.questions__title {
    text-transform: uppercase;
    font-weight: 400;
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 24px
}

.questions__subtitle {
    font-size: 18px;
    line-height: 1.2
}

.questions-list li {
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 30px
}

.questions-list li+li {
    margin-top: 8px
}

.questions-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #33bac7;
    position: absolute;
    left: 0;
    top: 9px
}

.title_spr {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
    font: 700 30px/1.2 Arial, Helvetica, sans-serif;
    color: #117f8a;
    text-transform: uppercase
}

.box_support {
    width: 100%
}

.sup_text {
    width: 100%
}

.sup_text_1 ul li {
    list-style: disc;
    color: #777777;
    font: 400 17px/27px 'Arial'
}

.sup_text_inner_1 {
    color: #777777;
    font: 600 17px/27px 'Arial';
    text-transform: uppercase;
    margin-bottom: 30px
}

.sup_text_inner_2 {
    color: #777777;
    font: italic 600 15px/17px 'Arial'
}

.phone_spr {
    width: 100%;
    padding: 40px 30px 0
}

.title_box {
    width: 100%;
    margin: 0 0 36px 0;
    color: #1b0600;
    font: 900 20px/1.2 Arial, Helvetica, sans-serif;
    text-transform: uppercase
}

.title_box b {
    font-size: 30px;
    font-weight: 900;
    line-height: inherit;
    display: block;
    color: #117f8a;
    margin: 7px 0
}

.phone_spr .title_box {
    width: auto
}

.phone_spr_inner {
    width: auto
}

.phone_spr_inner b {
    display: inline-block;
    width: auto;
    margin: 0 0 0 12px;
    font: 400 18px/25px Arial, Helvetica, sans-serif;
    color: #777777
}

.form_spr {
    background-color: #fff;
    width: 100%;
    text-align: center;
    padding: 33px
}

.form_spr .long_div:after {
    content: '';
    position: absolute;
    right: 9px;
    top: 50%;
    margin: -12px 0 0 0;
    width: 23px;
    height: 24px;
    background: url("../images/spritesheet.png") no-repeat 0 0
}

.form_spr .long_div.name:after {
    background-position: 0 -35px
}

.form_spr .long_div.phone:after {
    background-position: -28px -35px
}

.form_spr .long_div.question:after {
    background-image: none
}

.form_spr_inner {
    width: 100%;
    max-width: none;
    margin: 0 auto
}

.form_spr_inner .long_div {
    margin: 0 0 16px 0
}

.form_spr_inner input,
.form_spr_inner textarea {
    padding-right: 34px
}

.form_spr label {
    text-align: left;
    display: block;
    color: #555
}

.form_spr .long_div:before {
    display: flex;
    align-items: center;
    position: absolute;
    right: 7px;
    bottom: 7px;
    z-index: 10;
    color: var(--main-red);
    font-family: 'bigshop';
    font-size: 19px;
    font-style: normal;
    line-height: 1
}

.form_spr .long_div.name:before {
    content: '\e90f'
}

.form_spr .long_div.phone:before {
    content: '\e910'
}

.form_spr .long_div.message:before {
    content: '\e911';
    bottom: auto;
    top: 30px
}

.question textarea {
    height: 60px
}

.form_spr_inner A.common_but {
    float: none
}

.sect_sales {
    width: 100%;
    margin: 0 0 50px
}

.sales_wrapper {
    width: 100%
}

.sales_slider {
    width: 100%;
    overflow-x: hidden
}

.sales_slider .slick-slider {
    padding: 0 18px
}

.sale_item {
    width: 201px;
    padding: 0 5px
}

.sale_item a {
    display: block;
    width: 100%;
    height: 125px;
    text-decoration: none;
    position: relative
}

.sale_item .si_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(19, 19, 19, 0.6);
    padding: 0 10px;
    transition: all .4s linear
}

.si_text_top {
    width: 100%;
    display: block;
    text-align: center;
    font: 500 24px/28px Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid red
}

.si_item_bottom {
    display: block;
    width: 100%;
    height: 43px;
    overflow: hidden;
    position: relative
}

.si_item_bottom>span {
    display: table-cell;
    width: 1%;
    height: 43px;
    font: 400 12px/1.2 Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle
}

.sale_item a:hover .si_text {
    top: 0
}

.order_form_col {
    padding: 0 0 26px
}

.order_form_title {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    min-height: 60px;
    margin: 0 0 13px;
    display: flex;
    align-items: center
}

.order_form_title i {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #e1e1e1;
    background-color: #fff;
    font-size: 30px;
    font-style: normal;
    margin: 0 15px 0 0
}

.order_form_title i:after {
    display: block;
    font-family: 'bigshop'
}

.order_form_title i.shopping_cart:after {
    content: '\e90d'
}

.order_form_title i.contacts:after {
    content: '\e90f'
}

.order_form_title i.delivery:after {
    content: '\e92a'
}

.delivery_np_wr .dropdown_alt ul {
    height: 300px;
    overflow: auto
}

.order_form_field {
    position: relative;
    margin: 0 0 10px;
    clear: both
}

.order_form_field.disabled {
    opacity: 0.5;
}

.order_form_field .calculator {
    margin: 20px 0 0 0
}

.order_form_field .calculator_top {
    font-size: 14px
}

.order_form_field .dropdown_short {
    margin: 0 10px
}

.order_calc_total {
    margin-left: 10px
}

.order_form_field i {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    font-size: 20px;
    font-style: normal;
    line-height: 1
}

.order_form_field i:before {
    display: block;
    font-family: 'bigshop'
}

.order_form_field i+.order_form_inp {
    padding-left: 60px
}

.order_form_field i.user {
    left: 21px
}

.order_form_field i.user:before {
    content: '\e90f'
}

.order_form_field i.email {
    left: 19px
}

.order_form_field i.email:before {
    content: '\e91a'
}

.order_form_field i.phone {
    left: 21px
}

.order_form_field i.phone:before {
    content: '\e910'
}

.order_form_field i.comment {
    left: 22px;
    top: 25px
}

.order_form_field i.comment:before {
    content: '\e911'
}

.order_form_inp {
    padding: 0 20px;
    height: 50px;
    float: none
}

.order_form textarea {
    padding-top: 12px;
    height: 122px;
    float: none
}

.order_form_req {
    padding: 4px 0 0 0;
    color: #020202;
    font-size: 16px;
    line-height: 1.2
}

.order_form_req span {
    color: #fd0404
}


.order_form_group {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    margin: 5px 0 0 0
}

.order_form_group_field {
    width: 73px
}

.order_form_group_field:nth-child(1) {
    width: auto;
    flex: 1
}

.order_form_group_field+.order_form_group_field {
    margin: 0 0 0 11px
}

.order_form_group label {
    font-size: 13px;
    line-height: 1
}

.order_form_group input {
    width: 100%;
    height: 49px
}

.order_place article {
    padding: 30px 0
}

.your_cart {
    background-color: #fafafa;
    border: 1px solid #e0e0e0
}

.your_cart_title {
    font-size: 18px;
    line-height: 1.2;
    color: #3e3e3e;
    border-bottom: 1px solid #bcbdbc;
    padding: 9px 20px 10px;
    margin: 0 0 19px
}

.your_cart_product {
    display: flex;
    float: none;
    padding: 17px 40px 17px 17px;
    margin: 0 0 8px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
}

.your_cart_product>a {
    max-width: 75px;
    flex: 1 0 75px;
    height: 82px;
    margin: 0 23px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.your_cart_product img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.your_cart_product figcaption {
    float: none;
    flex: 1
}

.your_cart_product_title {
    font-size: 15px;
    line-height: 20px;
    font-weight: 700;
    color: var(--main-blue);
    text-decoration: none;
    margin: 0 0 11px
}


.your_cart_product_bottom {
    display: flex;
    justify-content: space-between;
    color: #5ead5a;
    font-size: 16px;
    line-height: 1
}

.your_cart_total {
    border-bottom: 1px solid #e6e4e5;
    border-top: 1px solid #e6e4e5;
    padding: 14.5px 20px;
    margin: 0 8px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2
}

.your_cart_total span {
    margin-left: 36px;
    color: #ff5722
}

.edit_order {
    text-align: center;
    padding: 15px 0 19px
}

.edit_order button {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0 0 0 28px;
    font-size: 14px;
    line-height: 1.2;
    color: #4e85b7;
    text-decoration: underline
}

.edit_order button:before {
    content: '\e911';
    font-family: 'bigshop';
    display: block;
    position: absolute;
    left: 0
}

.edit_order button:hover {
    text-decoration: none
}

.checkout {
    width: 100%;
}

.checkout+.you_saw {
    margin-top: 60px
}

.checkout_title {
    border-bottom: 1px solid #d7d7d7;
    margin: 0 0 30px;
    padding: 0 0 6px;
    font-size: 24px;
    line-height: 1.2
}

.checkout_title_alt {
    margin: 0
}

.checkout_text {
    margin: 0 0 34px;
    font-size: 20px;
    line-height: 1.2
}

.checkout_box {
    margin: 0 0 60px 0
}

.checkout_box_title {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 22px;
    line-height: 1.2;
    background-color: #f8f7f7;
    border: 1px solid #ebebeb;
    padding: 15px ;
}

.checkout_box_title span {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%
}

.checkout_box_icon {
    position: absolute;
    left: -31px;
    top: -6px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
    font-size: 32px
}

.checkout_box_icon:after {
    content: '\e90d';
    font-family: 'bigshop';
    display: block
}

.checkout_box_inner {
    border: 1px solid #e1e1e1;
    border-top: none;
    /* padding: 21px 48px 0; */
    padding: 10px 16px 0;
}

.checkout_box_row {
    display: flex;
    flex-direction: column;
}

.checkout_order {
    width: 100%;
    align-self: flex-start;
    background-color: #fafafa;
    margin: 0 0 21px 0;
    padding: 10px;
}

.checkout_order .kit {
    display: flex;
    flex-direction: column;
    padding: 10px;
    border: 1px dotted #d1d1d1;
    border-radius: 4px;
    margin-bottom: 20px;
}

.checkout_order .kit .checkout_product:nth-child(1) {
    padding: 0 10px;
    margin-bottom: 30px;
}

.checkout_order .kit .checkout_product:nth-child(1)::before,
.checkout_order .kit .checkout_product:nth-child(1)::after {
    content: "";
    width: 12px;
    height: 2px;
    background-color: var(--main-blue);
    position: absolute;
    top: calc(100% + 13px);
    right: 50%;
    transform: translateX(-50%);
}

.checkout_order .kit .checkout_product:nth-child(1)::after {
    transform: translateX(-50%) rotate(90deg);
}

.checkout_order .kit .checkout_product:nth-child(2) {
    margin-bottom: 0;
    padding: 0 10px;
}

.checkout_product {
    padding: 0 20px 0 20px;
    margin: 0 0 20px 0;
    float: none;
    display: flex;
    align-items: center
}

.checkout_product:first-child {
    padding-top: 22px
}

.checkout_product>a {
    border: 1px solid #939292;
    margin: 0 25px 0 0;
    width: 85px;
    height: 82px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .3s
}

.checkout_product>a:hover {
    border-color: var(--main-red);
}

.checkout_product img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.checkout_product figcaption {
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    flex: 1;
    font-size: 16px;
    line-height: 1.2
}

.checkout_product figcaption a {
    text-decoration: none;
    color: var(--main-blue);
    transition: color .3s
}

.checkout_product figcaption a:hover {
    color: #5ead5a
}

.checkout_product figcaption span {
    display: block;
    margin: 8px 0 0 0;
    color: #999
}

.checkout_product_price {
    display: none;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-red);
    font-weight: 700;
    margin-bottom: 10px;
}

.checkout .checkout_product_price {
    color: var(--main-blue);
}

.checkout_contacts {
    padding: 0 15px 34px 15px
}

.checkout_contacts_title {
    position: relative;
    font-size: 22px;
    line-height: 1.2;
    min-height: 60px;
    display: flex;
    align-items: center
}

.checkout_contacts_title i {
    position: absolute;
    left: -80px;
    top: 0;
    width: 60px;
    height: 60px;
    border: 1px solid #ebebeb;
    background-color: #fff;
    font-style: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px
}

.checkout_contacts_title i:after {
    content: '';
    font-family: 'bigshop';
    display: block
}

.checkout_contacts_title i.user:after {
    content: '\e90f'
}

.checkout_contacts_title i.delivery:after {
    content: '\e92a'
}

.checkout_contact {
    padding: 0 0 0 42px;
    position: relative
}

.checkout_contact+.checkout_contact {
    margin: 9px 0 0 0
}

.checkout_contact+.checkout_contacts_title {
    margin-top: 25px
}

.checkout_contact i {
    position: absolute;
    left: 0;
    top: 0;
    min-width: 28px;
    font-size: 20px;
    font-style: normal;
    text-align: center;
    line-height: 1
}

.checkout_contact i:after {
    font-family: 'bigshop';
    display: block;
    margin: 0 auto
}

.checkout_contact i.user:after {
    content: '\e90f'
}

.checkout_contact i.email:after {
    content: '\e91a'
}

.checkout_contact i.phone:after {
    content: '\e910'
}

.checkout_contact i.comment:after {
    content: '\e911'
}

.checkout_contact i.marker:after {
    content: '\e930'
}

.checkout_contact i.delivery:after {
    content: '\e92a'
}

.checkout_contact i.payment:after {
    content: '\e92b'
}

.checkout_contact span {
    color: #999
}

.btn_payment {
    font-size: 24px;
    background-color: #73c86d;
    border: none;
    color: #fff;
    max-width: 300px;
    height: 53px;
    margin: 0 auto;
    float: none;
    display: block;
    transition: background-color .3s
}

.btn_payment:hover {
    background-color: #5ead5a;
    color: #fff
}

.print_order {
    position: relative;
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 16px;
    line-height: 1;
    color: var(--main-red);
    display: flex;
    justify-content: flex-end;
    align-items: center;
    white-space: nowrap;
    margin-top: 10px;
    transition: color .3s
}

.print_order:hover {
    color: var(--main-blue)
}

.op_title {
    color: #363636;
    font-size: 24px;
    font-weight: 300;
    line-height: 1.2;
    width: 100%;
    /* border-bottom: 1px solid #c6c6c6; */
    padding-bottom: 10px;
    margin-bottom: 6px;
    display: flex;
    align-items: center
}

.op_title em {
    text-transform: lowercase;
    font-style: normal
}

.section_visited .op_title .icon {
    color: #c6c6c6;
    margin: 0 11px 0 0
}

.section_hits .op_title {
    border: none
}

.contacts {
    text-align: left;
    width: 100%
}

.tabs_nav {
    margin: 0 0 17px;
    width: 100%
}

.tabs_nav ul {
    float: none;
    display: flex
}

.tabs_nav li {
    font-weight: 700;
    font-size: 18px;
    line-height: 1;
    margin: 0 15px 15px 0
}

.tabs_nav a {
    text-decoration: none;
    background-color: var(--main-red);
    color: #fff;
    padding: 10px 25px 11px;
    display: block;
    transition: background-color .3s
}

.tabs_nav a:hover,
.tabs_nav a.active {
    background-color: #ff5722
}

.map {
    width: 100%
}

.map_main {
    margin: 0 0 32px
}

.map_head {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #74758d;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 1;
    padding: 10.5px 5px
}

.map_main .map_head {
    padding-right: 23px;
    padding-left: 23px
}

.map_btns {
    display: flex
}

.map_btns_fw {
    width: 100%
}

.map_btn {
    background-color: transparent;
    border: none;
    margin: 0 0 0 27px;
    padding: 0;
    width: 24px;
    height: 24px
}

.map_btn:before {
    content: '\e912';
    display: block;
    font-family: 'bigshop';
    color: #fff;
    font-size: 24px;
    display: block
}

.map_share {
    background-position-x: -76px
}

.map_fullscreen {
    background-position-x: -101px
}

.map_slide {
    background-position-x: -126px;
    margin-right: auto;
    margin-left: 0
}

.map_slide.active:before {
    transform: scale(-1)
}

.map_wrapper {
    display: flex;
    overflow: hidden;
    width: 100%
}

.map_col {
    position: relative;
    width: 100%;
    height: 538px;
    flex: 1
}

.map_col .google_map {
    position: absolute;
    left: 50%;
    top: 45px;
    margin: 0 0 0 -658.5px;
    max-width: none;
    width: 1317px;
    height: 493px
}

.map_desc {
    flex: 1 0 572px;
    max-width: 572px;
    background-color: #f5f5f5;
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 0 0 -572px;
    padding: 8px 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    position: relative;
    z-index: 1;
    transition: margin-left .3s
}

.map_desc dt:before {
    font-family: 'bigshop';
    font-weight: normal;
    line-height: 1;
    color: var(--main-red);
    display: block;
    position: absolute;
    left: 0;
    top: 3px
}

.map_desc dt.map_placeholder:before {
    content: '\e930'
}

.map_desc dt.map_phones:before {
    content: '\e910'
}

.map_desc dt.map_email:before {
    content: '\e91a'
}

.map_desc dt.map_schedule:before {
    content: '\e91f'
}

.map_desc dt.map_order:before {
    content: '\e931'
}

.map.active .map_desc {
    margin-left: 0
}

.map_desc_title {
    font-size: 24px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 17px
}

.map_desc dl {
    margin: 0 0 30px
}

.map_desc dt {
    position: relative;
    margin: 0 0 6px;
    font-weight: 700
}

.map_desc dt .icon {
    line-height: 1;
    color: var(--main-red);
    display: block;
    position: absolute;
    left: 0;
    top: 3px
}

.map_desc dd a {
    text-decoration: none;
    color: inherit
}

.map_phone {
    padding: 0 0 0 28px;
    position: relative
}

.map_phone .icon {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

.map_phone_1 .icon {
    color: #fcbe42
}

.map_phone_2 .icon {
    color: #e60000
}

.map_phone_3 .icon {
    color: #1298ff
}

.map_phones_row {
    display: flex;
    flex-wrap: wrap
}

.map_phones_col {
    flex: 1 0 50%;
    max-width: 50%
}

.map_desc dt,
.map_desc dd {
    padding: 0 0 0 29px
}

.map_desc dd+dt {
    margin-top: 26px
}

.map_address {
    border-top: 1px solid #e1e1e1;
    padding: 34px 0 0 0;
    margin: 0 0 34px;
    width: 100%
}

.google_map img {
    max-width: 100%
}

.question_btn {
    background-color: var(--main-red);
    display: flex;
    align-items: center;
    border: none;
    padding: 4px 24px;
    margin-top: auto;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.6;
    color: #fff;
    transition: background-color .3s
}

.question_btn:hover {
    background-color: #ff5722
}

.wish_list {
    margin: 0 0 30px;
    width: 100%
}

.wish_list .primary_box {
    padding-bottom: 30px
}

.wish_list_btns {
    display: inline-flex
}

.wish_list_box {
    margin: 0 0 31px;
    display: grid;
    grid-gap: 20px;
}

.wish_list_box .one_good {
    position: relative;
    width: 100%;
}




.wish_list_box .raty {
    margin: 0 9px 0 0;
    white-space: nowrap
}

.wish_list_box .og_photo A {
    height: 169px
}

.wish_list_box .og_label_gift {
    top: 20px
}

.wish_list_box .og_label_free {
    top: 89px
}

.wish_list_box .og_info_row {
    margin: 0
}

.wish_list_box .og_price {
    display: flex;
    align-items: baseline
}

.compare {
    margin-bottom: 23px;
    width: 100%
}

.compare .primary_box {
    padding-bottom: 30px
}

.compares_box {
    margin: 0 0 27px;
    display: flex;
    flex-wrap: wrap
}

.compares_box .one_good {
    position: relative;
    width: 100%;
    margin: 0;
    float: none
}

.compares_box .one_good:hover~.one_good:before {
    opacity: 1
}

.compares_box .one_good:not(.slick-slide):nth-child(3n+3) {
    margin-right: 41px
}

.compares_box .one_good:not(.slick-slide):nth-child(4n+4) {
    margin-right: 0
}

.compares_box .one_good:nth-child(n+5) {
    padding-top: 49px;
    margin-top: 35px
}

.compares_box .one_good:nth-child(n+5) .og_close {
    top: 0
}

.compares_box .one_good:before {
    display: none
}

.compares_box .one_good:after {
    right: -21px
}

.compares_box .one_good:nth-child(4n+4) {
    margin-right: 0
}

.compares_box .one_good:nth-child(4n+4):after {
    display: none
}

.compares_box .one_good:nth-child(4n+5):before {
    content: '';
    position: absolute;
    top: -18px;
    right: -19px;
    left: -19px;
    width: calc((100% + 41px) * 4 - 3px);
    height: 1px;
    background-color: #e1e1e1;
    display: block
}

.compares_box .raty {
    margin: 0 9px 0 0
}

.compares_box .og_separator {
    background-color: #e1e1e1;
    width: auto;
    flex: 1 0 100%;
    margin-right: -19px;
    margin-left: -19px
}

.compares_box .og_photo A {
    height: 169px
}

.compares_box .og_label_gift {
    top: 20px
}

.compares_box .og_label_free {
    top: 89px
}

.compares_box .og_info {
    margin: 0 0 19px;
    min-height: 0
}

.compares_box .og_info_row {
    margin: 0
}

.compares_box .og_button {
    display: flex;
    align-items: center;
    max-width: none;
    flex-basis: auto
}

.compares_box .og_price {
    display: flex;
    align-items: baseline
}

.compare_btn {
    background-color: var(--main-red);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 12px 20px;
    font-size: 18px;
    transition: background-color .3s
}

.compare_btn:hover {
    background-color: #618d2e
}

.compare_btn+.title_small {
    margin-top: 43px
}

.continue_shopping_alt {
    max-width: none;
    background-color: var(--main-red);
    color: #fff;
    border: none;
    border-radius: 3px;
    padding: 12px 20px;
    font-size: 18px;
    transition: background-color .3s
}

.continue_shopping_alt:hover {
    background-color: #618d2e
}

.compare_res {
    width: 100%
}

.compare_res .title {
    margin-bottom: 0
}

.compare_res_title {
    margin: 0 0 40px;
    font-size: 18px;
    line-height: 1.2;
    color: #555;
    max-height: 21px
}

.compare_res_box {
    position: relative;
    display: flex;
    overflow: hidden
}

.compare_res_box:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 10;
    background-color: #e1e1e1;
    width: 1px
}

.compare_res_sidebar {
    padding: 52px 0 0 0;
    text-align: center;
    max-width: 330px;
    flex: 1 0 330px;
    float: none
}

.compare_res_sidebar .options_list {
    border-left: 1px solid #e1e1e1
}

.compare_res_btns {
    margin: 62px 0 19px;
    display: flex;
    justify-content: center;
    align-items: flex-start
}

.compare_res_overflow {
    position: relative;
    overflow: auto;
    overflow-y: hidden;
    width: 100%;
    padding: 0 0 31px
}

.compare_res_overflow:before {
    content: '';
    position: absolute;
    left: 0;
    z-index: 10;
    background-color: #e1e1e1;
    width: 1px;
    height: 100%
}

.compare_res_products {
    width: 100%;
    display: flex
}

.compare_res_products .og_close {
    right: 19px
}

.compare_res_products .og_label_gift {
    top: 20px
}

.compare_res_products .og_label_free {
    top: 89px
}

.compare_res_products .raty {
    margin: 0 9px 0 0;
    white-space: nowrap
}

.compare_res_products .og_info {
    margin: 0;
    min-height: 0
}

.compare_res_products .og_photo A {
    height: 146px
}

.compare_res_products .og_button,
.compare_res_products .og_price {
    max-width: none;
    flex: 1;
    margin-bottom: 0
}

.compare_res_products .mCSB_container {
    display: flex
}

.compare_res_products .mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    background-color: #f5f4f4;
    height: 31px;
    bottom: auto;
    top: 100%;
    z-index: 100
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    margin: 12px 0
}

.compare_res_products .mCSB_scrollTools .mCSB_draggerContainer {
    right: 29px;
    left: 29px
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    background: none;
    top: 50%;
    margin-top: -6px;
    width: 9px;
    height: 12px
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: 9px
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: 9px
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    background: none
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover:before,
.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover:before {
    opacity: 1
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:after,
.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:after {
    display: none
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 9px 6px 0;
    border-color: transparent #777 transparent transparent
}

.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before,
.compare_res_products .mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 0 6px 9px;
    border-color: transparent transparent transparent #777
}

.compare_res_products .one_good {
    background-color: #fff;
    border-right: 1px solid #e1e1e1;
    max-width: 300px;
    flex: 1 0 300px;
    width: auto;
    position: relative;
    margin: 0
}

.compare_res_products .one_good:last-child {
    border-right: none
}

.compare_res_products .one_good:hover {
    z-index: inherit
}

.compare_res_products .one_good:before,
.compare_res_products .one_good:after {
    display: none
}

.add_product_btn {
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0 0 39px;
    font-size: 18px;
    line-height: 1.2;
    color: #ff5722;
    position: relative;
    max-height: 109px;
    transition: color .3s
}

.add_product_btn i {
    width: 70px;
    height: 70px;
    display: block;
    margin: 0 auto 18px;
    font-style: normal;
    position: relative
}

.add_product_btn i:before {
    content: '\e944';
    font-family: 'bigshop';
    font-size: 69px;
    line-height: 1;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    width: inherit;
    height: inherit
}

.add_product_btn:hover {
    color: #5ead5a
}

.clear_list_btn {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 18px;
    line-height: 1;
    color: #6f6f6f;
    display: inline-flex;
    align-items: center;
    white-space: nowrap;
    transition: color .3s
}

.clear_list_btn:before {
    content: '\e90e';
    font-family: 'bigshop';
    display: block;
    margin: 0 20px 0 0
}

.clear_list_btn:hover {
    color: #f56754
}

.all_options_btn {
    background-color: #ff5722;
    color: #fff;
    border: none;
    padding: 12px 15px;
    margin: 0 9px;
    font-size: 17px;
    line-height: 1;
    transition: background-color .3s
}

.all_options_btn:hover {
    background-color: #f34b34
}

.differences {
    position: relative;
    background-color: #4caf50;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    padding: 12px 20px;
    margin: 0 9px
}

.differences:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -9px;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 9px 8.5px 0 8.5px;
    border-color: #4caf50 transparent transparent transparent
}

.options_list {
    border-bottom: 1px solid #e1e1e1;
    text-align: left;
    width: 100%
}

.options_list li {
    border-top: 1px solid #e1e1e1;
    background-color: #f3f3f3;
    padding: 0 22px;
    height: 49px;
    line-height: 1.2;
    display: flex;
    align-items: center;
    color: #555
}

.options_list li:nth-child(even) {
    background-color: #fff
}

.title {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 12px;
    margin: 0 0 27px;
    font-size: 24px;
    line-height: 1.2;
    color: #555
}

.title_small {
    font-size: 18px;
    line-height: 1.2;
    color: #555;
    margin: 0 0 14px
}

.sub_title {
    width: 100%;
    text-align: center
}

.op_main {
    width: 100%
}

.opm_col {
    background: #fff;
    margin: 0 0 0 11px;
    width: 319px;
    min-height: 404px
}

.opm_col:first-child {
    margin: 0
}

.opm_col_data {
    width: 223px
}

.opm_col_deliver {
    width: 275px;
    margin-left: 110px
}

.opm_col_product {
    width: 300px;
    padding: 22px 0 0 0;
    float: right
}

.opm_col .common_tit {
    text-align: left;
    color: #777777;
    font: 500 20px/30px Arial, Helvetica, sans-serif;
    margin: 12px 0
}

.rbc_login {
    width: 100%
}

.opm_col .common_tit A {
    color: #7a7a7a;
    text-decoration: underline;
    font: 300 14px/18px Arial, Helvetica, sans-serif;
    text-transform: none;
    transition: all 0.2s linear 0s
}

.opm_col .common_tit A:hover {
    color: #117f8a;
    transition: all 0.2s linear 0s
}

.opm_col .common_tit A.common_but {
    color: #fff;
    text-decoration: none
}

.opm_col .common_tit A.common_but Span {
    padding: 0;
    font: 700 20px/30px Arial, Helvetica, sans-serif
}

.opm_col .common_tit A.common_but:hover {
    color: #117f8a
}

.rbc_login .standart_form {
    top: 3px;
    left: 0
}

.rbc_login .standart_form Input {
    margin: 0
}

.rbc_title .standart_form A.common_but {
    color: #fff;
    font: 18px/22px Seg_n;
    text-decoration: none
}

.opm_col Input {
    margin: 0 0 15px 0
}

.opm_col Textarea {
    height: 100px;
    padding: 6px 10px
}

.opm_col UL {
    width: 100%
}

.opm_col UL LI {
    position: relative;
    float: left;
    width: 100%
}

.opm_col UL LI A {
    position: relative;
    float: left;
    padding: 0 0 0 22px;
    color: #838383;
    text-decoration: none;
    font: 400 16px/20px Arial, Helvetica, sans-serif;
    background: url("../images/spritesheet.png") no-repeat -989px -173px;
    transition: color 0.2s linear 0s;
    margin: 0 0 8px 0
}

.opm_col UL LI A.active {
    background-position: -989px -107px;
    color: #117f8a;
    transition: color 0.2s linear 0s
}

.opm_col UL LI A:hover {
    color: #117f8a;
    transition: color 0.2s linear 0s
}

.opm_col UL LI UL {
    padding: 0 0 0 30px
}

#delivery_selector Textarea {
    height: 70px;
    padding: 6px 10px;
    margin: 2px 0 10px
}

.rcb_th {
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    color: #7a7a7a;
    font: 400 15px/18px Seg_n;
    margin: -10px 0 10px
}

.rcb_th Div {
    position: relative;
    float: left;
    text-align: center;
    padding: 6px 0
}

.rcb_th .th_1 {
    width: 140px;
    text-align: left
}

.rcb_th .th_2 {
    width: 42px
}

.rcb_th .th_3 {
    width: 117px
}

.rcb_td {
    width: 100%;
    padding: 0 0 10px 0;
    margin: 0 0 25px 0
}

.rcb_td Div {
    text-align: center;
    vertical-align: middle;
    color: #000;
    font: 400 15px/18px Seg_n
}

.rcb_td .td_1 {
    width: 119px
}

.rcb_td .mw_photo:hover {
    transition: all 0.2s linear 0s
}

.rcb_td .td_1 A {
    color: #6e296d;
    text-decoration: none;
    font: 400 15px/18px Seg_n
}

.rcb_td .td_1 A:hover {
    text-decoration: underline
}

.rcb_td .td_2 {
    width: 180px
}

.title_cart_prod {
    width: 100%;
    display: block;
    text-align: left;
    color: #212121;
    font: 500 16px/20px Arial, Helvetica, sans-serif;
    text-decoration: none;
    transition: all 0.2s linear 0s
}

.title_cart_prod:hover {
    color: #117f8a
}

.rcb_td .total_cart_prod {
    text-align: left;
    color: #117f8a;
    font: 400 16px/30px Arial, Helvetica, sans-serif
}

.rcb_td .total_cart_prod span {
    color: #737373;
    font-weight: 500;
    margin-right: 5px
}

.rcb_td .price_cart_prod {
    text-align: left;
    color: #8e8e8e;
    font: 700 25px/30px Arial, Helvetica, sans-serif
}

.rcb_td .price_cart_prod span {
    font-size: 20px
}

.rcb_td .td_3 {
    width: 117px;
    color: #6e296d;
    font: 700 16px/18px Seg_b
}

.opm_col .mw_total {
    width: 100%;
    margin: 0 0 16px 0;
    font: 300 23px/23px Arial, Helvetica, sans-serif;
    color: #737373;
    border: none;
    text-align: right
}

.opm_col .mw_total B {
    font: 700 23px/23px Arial, Helvetica, sans-serif;
    color: #117f8a;
    margin-left: 10px
}

.opm_col .mw_total B I {
    font: 400 20px/30px Arial, Helvetica, sans-serif;
    color: #838383
}

.opm_col A.common_but I {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 100%;
    background: url("../images/spritesheet.png") no-repeat -286px -157px rgba(255, 255, 255, 0.2)
}

.opm_col A.common_but Span {
    padding: 0 0 0 38px
}

.wod {
    background: #fff;
    width: 100%;
    height: 41px;
    text-align: center;
    color: #b30000;
    right: 0;
    top: 50px;
    position: absolute;
    padding: 10px 0 0 0;
    z-index: 1
}

.bottom_cart_prod {
    width: 100%
}

.button_bt_crt {
    width: 100%
}

.opm_col .button_bt_crt A.common_but {
    margin: 0;
    left: auto;
    width: 100%;
    margin-bottom: 40px
}

.opm_col .button_bt_crt A.common_but span {
    padding: 0
}

.opm_col .button_bt_crt A.common_but b,
.opm_col .button_bt_crt A.common_but i {
    display: none !important
}

.articles_place {
    width: 100%;
    margin: 0 0 50px
}

.articles {
    margin: 0 0 23px;
    width: 100%
}

.ats_all {
    width: 100%;
    display: grid;
    grid-gap: 30px;
    padding: 0;
}

.ats_photo {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    border-radius: 4px;
    overflow: hidden;
}

.ats_photo Img {
    max-width: 100%;
    width: 100%;
    /* height: 300px; */
    height: 185px;
    object-fit: cover
}

.ats_date {
    display: block;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

.ats_name {
    margin: 0 0 13px
}

.ats_name A {
    display: block;
    max-width: 420px;
    color: var(--text-black);
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    letter-spacing: 1px;
    text-decoration: none;
    transition: 0.3s;
}

.ats_name A:hover {
    color: var(--main-red)
}

.ats_txt {
    width: 100%;
    font-size: 16px;
    line-height: 1.4;
    margin: 0 0 15px;
    color: #363636
}

.ats_link {
    width: 100%;
    margin: 10px 0 0 0
}

.ats_link A {
    left: 0 !important;
    margin: 0 !important
}

Footer {
    width: 100%;
    background-color: var(--main-blue);
    color: #fff;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    padding: 55px 0 30px 0;
}

.footer_col {
    width: 100%;
    float: left
}

.footer_col:nth-child(1),
.footer_col:nth-child(2) {
    margin-bottom: 30px
}

.main_foot {
    width: 100%
}

.main_foot>.centre {
    display: flex
}

.foo_logo {
    margin: 0 0 50px;
    width: 150px;
}

.foo_logo Span {background:#fff; display:flex; padding:8px; border-radius:4px;}

.foo_logo img {
    vertical-align: top;
    max-width: 192px;
    width:100%; height:auto;
}

.foo_contacts {
    margin: 0 70px 0 0;
    max-width: 255px
}

.foo_contacts_row--mob {
    display: none
}

.foo_contact_title {
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #555;
    margin: 0 0 24px
}

.foo_contact_title:after {
    content: '';
    border-bottom: 1px dashed #618d2e;
    position: absolute;
    bottom: -9px;
    right: 0;
    left: 31px
}

.foo_contact_title:before {
    font-family: 'bigshop';
    font-weight: 400;
    font-size: 18px;
    color: #ff5722;
    display: block;
    margin: 0 13px 0 0
}

.foo_contact_title.icon_clock:before {
    content: '\e919'
}

.foo_contact_title.icon_period:before {
    content: '\e925'
}

.foo_contact+.foo_contact {
    margin-top: 19px
}

.foo_contact dt,
.foo_contact dd {
    display: inline;
    font-size: 13px;
    letter-spacing: 0.5px;
    font-weight: 500;
}
.copy_wrap {
    display: flex;
    flex-direction: column;
}

.master-viza {
    display: block;
    margin-bottom: 16px;
    width: 88px;
    height: 22px;
}

.sufix {
    margin-top: 7px;
    float: left
}

.copyright {
    margin: 0 0 6px 0;
    font-size: 16px;
    line-height: 1;
    color: #fff
}

.copyright--mob {
    display: none
}

.copyright span {
    color: #ff5722
}

.sufix a {
    color: inherit;
    text-decoration: none;
    transition: color .3s
}

.sufix a:hover {
    color: var(--main-red)
}

.sufix span {
    font-size: 12px;
    line-height: 1
}

.languages {
    width: 100%;
    margin: 10px 0 0 0
}

.lang_title {
    margin: 0 12px 0 0;
    color: #ccc
}

.foo_feed {
    width: 250px;
    margin: 0 172px 0 0
}

.ff_title {
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    font: 700 18px/22px Seg_b;
    color: #fff;
    margin: 17px 0 8px
}

.foo_feed Input {
    width: 100%;
    height: 32px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    color: #fff;
    font: 400 14px Seg_n;
    transition: all 0.2s linear 0s;
    background: #3b3b3b;
    box-shadow: none;
    border: 1px solid #3b3b3b
}

.foo_feed Input:focus {
    box-shadow: 0 0 8px #fff;
    transition: all 0.2s linear 0s
}

.foo_feed Input.error {
    color: #b30000;
    border: 1px solid #b30000;
    transition: color 0.2s linear 0s
}

A.common_but.foo_but {
    left: 0;
    width: 230px;
    height: 40px;
    text-decoration: none;
    background: #117f8a;
    border: 2px solid transparent;
    transition: all 0.2s linear 0s
}

A.common_but.foo_but:before {
    display: none
}

A.common_but.foo_but:hover {
    background: none;
    border-color: #117f8a;
    transition: all 0.2s linear 0s
}

A.common_but.foo_but B {
    display: none
}

A.common_but.foo_but Span {
    color: #fff;
    font: 900 20px/1.2 Arial, Helvetica, sans-serif;
    text-align: center;
    transition: all 0.2s linear 0s
}

A.common_but.foo_but:hover Span {
    transition: all 0.2s linear 0s
}

.foo_email {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
    text-decoration: none;
    color: #555;
    transition: color .3s
}

.foo_email:before {
    content: '\e924';
    font-family: 'bigshop';
    font-size: 23px;
    line-height: 1;
    color: #ff5722;
    margin: 0 15px 0 0
}

.foo_email:hover {
    color: #ff5722
}

.foo_phone {
    flex: 1 0 188px;
    max-width: 188px;
    margin: 0 0 0 70px
}

.phones_wrap {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.phones_wrap::before {
    content: '';
    position: absolute;
    top: 2px;
    left: -25px;
    width: 18px;
    height: 18px;
    background-image: url(../images/info-footer-phone.svg);
    background-repeat: no-repeat;
}

.phones_wrap a {
    color: var(--main-blue)
}

.phones_wrap a:hover {
    text-decoration: none
}

.phones {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.phones a {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    color: #fff;
    white-space: nowrap;
    text-decoration: none;
    transition: color .3s
}

.phones a:hover {
    color: var(--main-red)
}

.foo_phones .order-call-phones__item:hover B {
    color: #fff
}

.foo_phone span {
    color: #2f2e2e;
    font: 400 17px/24px Arial, Helvetica, sans-serif
}

.foo_phone .standart_form A.common_but:hover span {
    color: #117f8a
}

.foo_phone .for_order_call span {
    color: #fff;
    font: 900 20px/30px Arial, Helvetica, sans-serif;
    transition: all 0.2s linear 0s
}

.foo_phone .for_order_call {
    height: auto;
    width: 100%
}

.foo_phone A.common_but.foo_but {
    width: 230px;
    margin: 0;
    padding: 0;
    float: none;
    border: 2px solid transparent
}

.foo_phone A.common_but.foo_but:hover {
    color: #117f8a;
    border-color: #117f8a
}

.foo_phone A.common_but.foo_but:hover span {
    color: #117f8a
}

.foo_phones A.common_but B {
    position: absolute
}

.foo_phone A.common_but.foo_but Span {
    background-position: -710px -103px
}

.foo_phone .standart_form {
    left: 0;
    top: -160px
}

.foo_phone .standart_form .form_content {
    width: 100%;
    padding-bottom: 78px
}

.foo_payment {
    margin-left: 70px;
    max-width: 188px
}

.foo_payment--mob {
    display: none
}

.foo_payment_list {
    display: flex;
    flex-wrap: wrap
}

.foo_payment_list li {
    flex: 1 1 50%;
    padding: 0 20px 20px 0
}

.foo_payment_list li:nth-child(2n+2) {
    padding-right: 0
}

.foo_payment_list img {
    max-width: 100%
}

.fc_title {
    width: 100%;
    float: none;
    margin: 0 0 22px;
    font-size: 24px;
    line-height: 1.2;
    color: var(--main-red)
}

.bottom_menu .fc_title {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #fff;
    margin: 0;
    cursor: pointer
}

.bottom_menu {
    display: -ms-grid;
    display: grid;
    grid-gap: 30px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 45px;
    max-width: 490px; 
    width: 100%;  
}

.bottom_menu .fc_title+ul:not(.hidden) {
    margin-top: 20px
}

.working-hours {
    position: relative;
    margin: 25px 0 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
    color: #fff;
    display: flex;
    flex-direction: column;
}

.working-hours__title {
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 0.7px;
}

.working-hours__title:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -25px;
    width: 18px;
    height: 18px;
    background-image: url("../images/info-footer-clock.svg");
    background-repeat: no-repeat;
}

.working-hours p {
    margin: 0
}

.working-hours p+p {
    margin: 2px 0 0 0
}

.foo_col ul {
    float: none
}

.foo_col ul li {
    font-size: 12px;
    line-height: 1.2
}

.foo_col ul li+li {
    margin: 15px 0 0 0
}

.foo_col ul li a {
    font-size: 13px;
    letter-spacing: 0.7px;
    font-weight: 500;
    position: relative;
    color: inherit;
    text-decoration: none;
    transition: all .2s ease;
    opacity: 0.5;
}

.foo_col ul li a:hover,
.foo_col ul li a.active {
    opacity: 1;
}

.foo_col ul li a.active {
    color: var(--main-red)
}


.social--mob {
    display: none
}

.social ul {
    display: flex;
    margin-bottom: 45px;
    float: none
}

.social li:not(:last-child) {
    margin: 0 20px 0 0
}

.social a {
    color: #c8c8c8;
    transition: color .3s
}

.social a:hover {
    color: var(--main-red)
}

.social a:before {
    content: '';
    display: flex;
    width: 20px;
    height: 20px;
    transition: 0.3s;
}

.social a:hover::before {
    opacity: 0.7;
}

.social a.social_facebook:before {
    background-image: url("../images/footer-facebook.svg");
}

.social a.social_youtube:before {
    background-image: url("../images/footer-youtube.svg");
}

.social a.social_pinterest:before {
    background-image: url("../images/footer-pinterest.svg");
}

.social a.social_instagram:before {
    background-image: url("../images/footer-instagram.svg");
}

.social a.social_google_plus:before {
    background-image: url("../images/footer-google-plus.svg");
}

.social a.social_twitter:before {
    background-image: url("../images/footer-twitter.svg");
}

.manager-details {
    background: fixed url("../images/box-img-01.jpg") no-repeat 50% 0/cover;
    width: 100%;
    min-height: 150px;
    margin-bottom: 60px;
    display: flex;
    align-items: center;
    z-index: 1
}

.manager-details:after {
    content: '';
    background-color: rgba(17, 127, 138, 0.8);
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1
}

.feedback_place {
    width: 100%;
    margin: 0 0 20px 0
}

.feedback_place .feedback {
    max-width: 765px;
}

.feedback_place .feedback .long_div {
    display: flex;
    justify-content: flex-end;
}

.feedback_place .feedback .long_div input,
.feedback_place .feedback Textarea {
    /* width: 84%; */
    width: 100%;
}

.feedback {
    width: 100%
}

.feedback .op_title {
    margin: 0 0 20px 0
}

.feedback .long_div,
.mup_table .long_div {
    margin: 0 0 10px 0;
    border: none;
    background: none;
    padding: 0;
    transition: none
}

.feedback .long_div.textarea,
.mup_table .long_div.textarea {
    height: auto
}

.feedback Label,
.mup_table Label {
    width: 16%;
    margin: 0 1% 0 0;
    position: relative;
    float: left;
    color: #000;
    padding-top: 6px;
    min-width: 50px;
    height: 41px;
    /* display: table */
    display: none;
}

.feedback .no_active Label,
.mup_table .no_active Label {
    opacity: 0.4
}

.feedback .long_div.textarea Label,
.mup_table .long_div.textarea Label {
    padding: 6px 0 0 0
}

.feedback Label Span,
.mup_table Label Span {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: right;
    color: #777777;
    font: 400 15px/24px Arial, Helvetica, sans-serif
}

.feedback Input,
.mup_table Input {
    width: 40%
}

.feedback .no_active Input {
    opacity: 0.5
}

.feedback Textarea {
    width: 83%;
    height: 160px
}

.feedback A.common_but {
    width: 200px;
}


.common_but.send_adm.btn {
    margin: 0;
}

.feedback-form {
    text-align: center
}

.feedback-form label {
    display: block;
    text-align: left;
    margin: 0 0 11px;
    font-size: 16px;
    line-height: 1;
    color: #525252
}

.feedback-form label span {
    color: #e74c3c
}

.feedback-form__field {
    width: 100%;
    overflow: hidden
}

.feedback-form__field+.feedback-form__field {
    margin: 14px 0 0 0
}

.feedback-form .btn-primary {
    margin-top: 20px
}

.black {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 402;
    background-color: rgba(255, 255, 255, 0.652);
    opacity: .7;
}

.black.hidden {
    display: block !important;
    opacity: 0 !important;
    visibility: hidden
}

div.page_404 {
    width: 100%;
    height: 100%;
    padding-bottom: 30px;
    padding-top: 30px
}

.text_404 {
    position: relative;
    top: -20px;
    max-width: 646px;
    flex: 1 1 646px;
    margin: 0 auto;
    text-align: center;
    color: #777;
    font-size: 18px;
    line-height: 1.2
}

.text_404_num {
    font-size: 162px;
    line-height: 1;
    color: var(--main-red);
    margin: 0 0 26px
}

.text_404_title {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #3e3e3e;
    margin: 0 0 14px
}

.links_404 {
    flex: 1;
    color: #3e3e3e;
    text-align: center
}

.links_404 a {
    color: var(--main-blue);
    text-decoration: none;
    transition: color .3s
}

.links_404 a:hover {
    color: var(--main-red)
}

.links_404_title {
    font-size: 22px;
    line-height: 1.2;
    margin: 0 0 35px
}

.links_404_subtitle {
    font-size: 18px;
    line-height: 1.2;
    margin: 0 0 40px
}

.links_404_list {
    display: -ms-inline-grid;
    display: inline-grid;
    grid-gap: 10px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    text-align: left;
    float: none
}

.links_404_list a {
    position: relative;
    padding: 0 0 0 18px
}

.links_404_list a:before {
    content: '\e926';
    display: block;
    font-family: 'bigshop';
    font-size: 12px;
    line-height: 1;
    position: absolute;
    left: 0;
    top: 3px
}

.login_place,
.login_forgot {
    width: 100%;
    margin: 0 0 60px 0
}

.login_or_reg {
    width: 100%;
    margin: 0 auto;
}

.lor_col {
    width: 100%;
    display: none;
    padding: 25px;
}
.lor_col.active {
    display: block;
}

.lor_col.with_line {
    width: 100%;
}

.lor_col .common_tit {
    margin: 0 0 20px;
    text-align: center;
}

.lor_col .btn {
    width: 100%;
}

.lor_col .login_text {
    display: block;
    margin: 0 auto 20px auto;
    text-align: center;
    letter-spacing: 0.5px;
    width: 85%;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
    color: var(--main-blue);
}

.lor_box {
    width: 100%
}

.lor_box .long_div {
    margin: 0 0 15px 0
}

.lor_box .long_div.long_check {
    margin: 15px 0 35px 0;
}

.lor_box.text .long_div {
    margin: 10px 0
}

.lor_box Label {
    position: relative;
    float: left;
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    margin: 0 10px 0 0;
    text-align: left;
    color: var(--text-black);
}

.lor_box Input {
    width: 100%;
    height: 45px;
    font-size: 14px;
    float: right
}



A.remind_me {
    color: #2862e7;
    font: 400 13px/14px Arial, Helvetica, sans-serif;
    text-decoration: underline;
    transition: all 0.2s linear 0s
}

A.remind_me:hover {
    color: var(--main-blue);
    transition: all 0.2s linear 0s
}

.lor_box.text A {
    font: 400 13px/14px Arial, Helvetica, sans-serif;
    color: #777777;
    transition: all 0.2s linear 0s
}

.lor_box.text A:hover {
    color: #117f8a;
    transition: all 0.2s linear 0s
}

.for_capcha {
    display: flex;
    width: 100%;
}

.login_or_reg A.reload {
    border: 1px solid #ececec;
    float: right
}

.login_or_reg A.reload Img {
    height: 43px
}

.for_capcha Input {
    margin: 0 -1px 0 0;
    text-align: center
}

.faild,
.all_right {
    margin: 10px 0;
    width: auto;
    padding: 40px 0 40px 80px;
    background: url("../images/spritesheet.png") no-repeat
}

.faild {
    background-position: 0 -615px
}

.all_right {
    background-position: -934px -615px
}

.user_page_place {
    width: 100%;

}

.user_page {
    display: grid; 
    grid-column-gap: 15px; 
    margin-bottom: 80px;
    width: 100%;
}

.mup_table {
    width: 100%;
    background-color: #fff;
}

.mup_tab_th {
    width: 100%;
    height: 54px;
    background: #117f8a
}

.mtt_cell {
    height: 38px;
    padding: 16px 0 0 0;
    text-align: center;
    color: #fff;
    font: 300 16px/18px Arial, Helvetica, sans-serif;
    background: url(../images/th_line.png) no-repeat right center
}

.mup_tab_th .mtt_cell Span {
    position: relative;
    top: -8px
}

.mtt_cell:last-child {
    background: none
}

.mtt_cell.w_140 {
    width: 140px
}

.mtt_cell.w_143 {
    width: 143px
}

.mtt_cell.w_169 {
    width: 169px
}

.mtt_cell.w_170 {
    width: 170px
}

.mtt_cell.w_177 {
    width: 177px
}

.mtt_cell.w_180 {
    width: 180px
}

.mup_tab_td {
    font-size: 13px;
    line-height: 20px;
    font-weight: 700;
    padding: 15px;
    width: 100%;
    min-height: 52px;
    z-index: 1;
}

.mup_tab_td .mtt_cell {
    height: 36px;
    padding: 16px 0 0 0;
    color: #777777
}

.mup_tab_td .mtt_cell:last-child {
    background: none
}

.mup_tab_td .mtt_cell.w_143 {
    width: 141px
}

.mup_tab_td .mtt_cell A {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.mtt_details {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7e7;
    background: #fff;
    padding: 20px 30px;
    overflow: hidden;
    transition: all 0.2s linear 0s
}

.mtt_details.close {
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    transition: all 0.2s linear 0s
}

.mtd_left {
    width: 606px;
    margin: 0 30px 0 0
}

.mtd_left A {
    color: #117f8a;
    text-decoration: underline
}

.mtd_left A:hover {
    text-decoration: none
}

.mtd_right {
    width: 282px
}

.page_up {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 31px;
    opacity: 0.5;
    background-color: var(--main-red);
    color: #fff;
    text-decoration: none;
    z-index: 100;
    transition: .3s
}

.page_up:before {
    content: '\e91d';
    display: block;
    font-family: 'bigshop'
}

.page_up:hover {
    background-color: #618d2e;
    opacity: 1
}

.page_up.active {
    right: 31px
}

.payment-table {
    border: 1px solid #dadada;
    display: flex;
    width: 100%
}

.payment-table__col {
    text-align: center;
    width: 25%
}

.payment-table__figure {
    border-bottom: 1px solid #dadada;
    min-height: 88px;
    padding: 15px 0;
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.payment-table__title {
    text-transform: uppercase;
    margin-bottom: 10px;
    line-height: 1.2
}

.payment-table__desc {
    padding: 15px 10px
}

.payment-table__col+.payment-table__col {
    border-left: 1px solid #dadada
}

.import_modal,
.import_modal_xls {
    max-height: 600px;
    overflow: hidden
}

.import_modal .cm_for_text,
.import_modal_xls .cm_for_text {
    max-height: 470px;
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 30px
}

BODY>Iframe {
    left: -1px;
    position: absolute
}

BODY .det_all_box Iframe:first-child {
    position: relative;
    left: 0
}

.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
    bottom: -30px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    height: 7px;
    margin: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
    background-color: transparent
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #b3b3b3;
    border-radius: 3px;
    filter: none
}

.mCSB_scrollTools {
    filter: none;
    opacity: 1
}

.mCustomScrollBox:hover>.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCustomScrollBox:hover~.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
    background-color: #777
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
    margin: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    text-decoration: none;
    background-color: #fff;
    background-image: none;
    width: 100px;
    height: 122px;
    line-height: 122px;
    top: -270px;
    color: #8e8e8d;
    text-align: center;
    transition: color .3s;
    opacity: 1
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    font-family: 'bigshop';
    font-size: 90px;
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    transition: opacity .3s
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:before {
    content: '\e912'
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:before {
    content: '\e913'
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft:hover,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight:hover {
    color: #ff5722
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
    left: -77px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
    right: -77px
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
    background-color: #777
}

.mCustomScrollbar {
    touch-action: auto
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #d7d7d7;
    border-radius: 3px;
    cursor: pointer;
    margin-top: -1px;
    overflow: auto
}

.autocomplete-suggestion {
    padding: 10px 20px;
    background-color: #f7f7f7;
    color: #504f4f;
    transition: .3s
}

.autocomplete-suggestion:hover {
    background-color: var(--main-red);
    color: #fff
}

.cons_title {
    float: left;
    width: 100%;
    border-bottom: 1px solid #bcbdbc;
    padding: 0 0 8px;
    margin: 0 0 20px;
    font-size: 26px;
    line-height: 1.2;
    color: #3e3e3e
}

.cons_title_sm {
    font-size: 20px;
    line-height: 1.2;
    color: #818182;
    margin: 0 0 30px
}

.cons_grid {
    display: -ms-grid;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    border-bottom: 1px solid #bcbdbc;
    border-top: 1px solid #bcbdbc;
    padding: 20px 0
}

.cons_grid_item {
    text-decoration: none;
    text-align: center;
    padding: 0 20px;
    color: #3e77aa;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    position: relative;
    transition: color .3s
}

.cons_grid_item:before,
.cons_grid_item:after {
    content: '';
    position: absolute;
    right: 0;
    left: 0
}

.cons_grid_item:before {
    background-color: #bcbdbc;
    bottom: -21px;
    width: 100%;
    height: 1px
}

.cons_grid_item:after {
    border-right: 1px solid #bcbdbc;
    bottom: 0;
    top: 0
}

.cons_grid_item:nth-child(5n+1):after {
    border-left: 1px solid #bcbdbc
}

.cons_grid_item:nth-child(n+6) {
    margin-top: 41px
}

.cons_grid_item:hover {
    color: #ff5722
}

.cons_grid_img {
    max-width: 100%;
    max-height: 276px;
    -o-object-fit: contain;
    object-fit: contain;
    margin: auto 0
}

.cons_grid_caption {
    font-size: 16px;
    width: 100%;
    display: block;
    margin: 10px 0 0 0
}

.cons_cat_row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 -15px;
    width: 100%
}

.cons_cat_col {
    flex: 1 1 33.33%;
    max-width: 33.33%;
    margin: 0 0 30px;
    padding: 0 15px;
    text-decoration: none;
    color: #5388b9;
    display: flex;
    flex-direction: column;
    transition: color .3s
}

.cons_cat_col:hover {
    color: #ff5722
}

.cons_cat_col:hover .cons_cat_title,
.cons_cat_col:hover .cons_cat_img_wrap {
    border-color: #ff5722
}

.cons_cat_title {
    border-bottom: 1px solid #5388b9;
    padding: 0 0 8px;
    margin: 0 0 15px;
    text-align: center;
    display: block;
    flex: 1 1 auto;
    transition: border-color .3s
}

.cons_cat_img_wrap {
    border: 1px solid #5388b9;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 470px;
    padding: 10px;
    margin-top: auto;
    transition: border-color .3s
}

.cons_cat_img {
    max-width: 100%;
    max-height: 100%
}

.cons_map {
    text-align: center;
    width: 100%;
    float: left
}

.cons_map img {
    max-width: 100%
}

.cons_modal {
    position: absolute;
    right: 15px;
    left: 15px;
    top: 50px;
    margin: 0 auto;
    max-width: 850px;
    background-color: #f5f5f5;
    padding: 36px 35px 57px 35px;
    border-radius: 5px;
    z-index: 200
}

.cons_modal .dropdown_alt ul {
    overflow: auto
}

.cons_modal_title {
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 37px;
    margin: 0 0 35px;
    font-size: 22px;
    line-height: 1.2;
    color: #555
}

.cons_modal_close {
    position: absolute;
    right: 20px;
    top: 24px;
    background-color: transparent;
    border: none;
    padding: 0;
    color: #777;
    transition: color .3s
}

.cons_modal_close:after {
    content: '\e900';
    font-family: 'bigshop';
    font-size: 30px
}

.cons_modal_close:hover {
    color: #ff5722
}

.cons_modal_row {
    display: flex
}

.cons_modal_col:nth-child(1) {
    max-width: 278px;
    flex: 1 1 278px;
    margin: 0 37px 0 0
}

.cons_modal_col:nth-child(2) {
    flex: 1 0 465px
}

.cons_modal_col:nth-child(1) img {
    max-width: 100%
}

.cons_modal_field {
    margin: 0 0 27px
}

.cons_modal_field label {
    display: block;
    margin: 0 0 14px;
    font-size: 16px;
    line-height: 1;
    color: #504f4f;
    white-space: nowrap
}

.cons_modal_field_row {
    display: flex
}

.cons_modal_field_col {
    width: calc((100% - 25px * 2) / 3);
    margin: 0 25px 0 0
}

.cons_modal_field_col:nth-child(3n+3) {
    margin-right: 0
}

.cons_modal_table {
    border-bottom: 1px solid #e1e1e1;
    padding: 12px 0 0 0
}

.cons_modal_table_row {
    display: flex
}

.cons_modal_table_col {
    padding: 0 0 20px;
    text-align: center;
    flex: 1 1 33.33%;
    max-width: 33.33%
}

.cons_modal_table_tit {
    font-size: 16px;
    line-height: 1;
    border-bottom: 1px solid #e1e1e1;
    padding: 0 0 17px;
    margin: 0 0 20px;
    color: #504f4f
}

.cons_modal_table_price {
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    color: #504f4f
}

.cons_modal_bottom {
    display: flex;
    justify-content: space-between;
    padding: 34px 0 0 0
}

.cons_modal_total {
    background-color: #fdeaa9;
    max-width: 235px;
    flex: 1 1 235px;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #504f4f;
    padding: 0 23px;
    display: flex;
    justify-content: space-between
}

.cons_modal_btn {
    max-width: 195px;
    flex: 1 1 195px;
    background-color: #73c86d;
    border-radius: 3px;
    color: #fff;
    border: none;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    transition: .3s
}

.cons_modal_btn:before {
    content: '\e909';
    font-family: 'bigshop';
    font-size: 29px;
    margin: 0 16px 0 0
}

.cons_modal_btn:hover {
    background-color: #5ead5a
}

.amount_inp {
    text-align: center;
    width: 40px;
    height: 40px;
    padding: 0;
    margin: 0 auto;
    float: none;
    font-size: 18px;
    font-weight: 700
}

.amount_box_less,
.amount_box_more {
    background-color: transparent;
    border: none;
    padding: 0;
    height: 40px;
    color: #d0d0d0;
    transition: color .3s
}

.amount_box_less:hover,
.amount_box_more:hover {
    color: #73c86d
}

.amount_box_less {
    margin: 0 7px 0 0
}

.amount_box_more {
    margin: 0 0 0 7px
}

.amount_box_less:after,
.amount_box_more:after {
    font-family: 'bigshop';
    font-size: 14px
}

.amount_box_less:after {
    content: '\e937'
}

.amount_box_more:after {
    content: '\e90c'
}

.image-map-two_sided,
.image-map-one_sided {
    width: 100%;
    max-width: 550px;
    margin: 0 auto;
    float: none;
    clear: both
}

.image-map-two_sided svg,
.image-map-one_sided svg {
    cursor: pointer
}

.mob-main-menu-catalog svg,
.mob-main-menu-contacts svg {
    width: 24px;
    height: 24px;
    fill: grey;
    margin-right: 3px;
    position: relative;
}

.mob-main-menu-contacts svg {
    left: -5px;
}

.mob-menu-wrap {
    width: 80vw;
    position: absolute;
    left: -2000px;
    top: 114px;
    z-index: 9999;
    display: block;
    transition: .6s;
}

.mob-menu-wrap.active {
    left: 10px;
    width: calc(100% - 20px);
    transition: .6s;
}

.mob-menu {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 200;
    background-color: #fff;
    width: 100%;
    max-height: 100vh;
    overflow: auto;
    border-radius: 4px;
    box-shadow: 0 10px 20px #ccc;
}

.mob-menu__title {
    font-size: 18px;
    line-height: 1.2;
    padding: 12px 17px;
    color: #555
}

.mob-menu .fil_group {
    padding: 10px 17px;
    border-bottom: 1px solid #e9e9e9
}

.mob-main-menu,
.mob-main-menu-catalog {
    width: 100%
}

.mob-main-menu-catalog ul {
    width: 100%;
}

.mob-main-menu-contacts {
    display: flex;
}

.mob-main-menu ul {
    width: 100%
}

/*.mob-main-menu>ul>li {*/
    /*border-bottom: 1px solid #e9e9e9*/
/*}*/

.mob-main-menu>ul>li:first-child {
    display: none
}

.mob-main-menu a,
.mob-main-menu-catalog a {
    padding: 10px 30px;
    text-decoration: none;
    display: flex;
    color: var(--main-blue);
    border-bottom: 1px solid #ddd;
    transition: .3s;
}

.mob-main-menu a:hover,
.mob-main-menu-catalog a:hover,
.mob-main-menu a.active,
.mob-main-menu-catalog a.active {
    color: #fff;
    background: var(--main-blue);
    transition: .3s;
}

.mob-main-menu>ul>li>a.active:after {
    transform: rotate(-90deg)
}

.mob-main-menu a.return {
    position: relative;
    padding-left: 48px;
}

.mob-main-menu a.return::before {
    content: "";
    width: 8px;
    height: 8px;
    border-bottom: 2px solid var(--main-blue);
    border-left: 2px solid var(--main-blue);
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%) rotate(45deg);
    transition: 0.3s;
}

.mob-main-menu a.return:hover::before {
    border-color: #fff;
}


.mob-main-menu--sorting a {
    padding-right: 17px;
    padding-left: 17px
}

.mob-main-menu>ul>li.has-submenu li {
    border-bottom: 1px solid #e9e9e9
}

.mob-main-menu>ul>li.has-submenu:nth-child(2)>a:after,
.mob-main-menu>ul>li.has-submenu:nth-child(2)>ul>li>a:after {
    content: '\e926';
    font-family: "bigshop";
    font-weight: 400;
    font-size: 11px;
    color: #5ead5a;
    margin-left: auto;
    display: block
}

.mob-main-menu .info_menu {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #e9e9e9;
    color: #bbb9b9;
    font-size: 12px;
    padding: 5px 30px;
}

.mob-main-menu a.current {
    font-weight: 700
}

.mob-main-menu [class^="mf-"],
.mob-main-menu [class*=" mf-"] {
    position: absolute;
    left: 11px;
    color: #b0afaf;
    font-size: 26px;
    line-height: 1
}

.mob-main-menu ul ul a {
    font-size: 14px;
    line-height: 1.2;
    padding-top: 7px;
    padding-bottom: 7px;
    min-height: 47px
}

.mob-menu-close {
    background-color: transparent;
    color: #777;
    width: 46px;
    height: 50px;
    position: absolute;
    right: 100%;
    top: 0;
    font-size: 22px;
    z-index: 300;
    border: none;
    padding: 0;
    transition: .3s;
}

.mob-menu-close:before {
    content: '\e90e';
    display: block;
    font-family: 'bigshop'
}

.mob-menu-close:hover {
    background-color: #777;
    color: #fff
}

.mob-menu .for_logo {
    width: 100px;
    height: 50px;
    margin: 0 15px 0 15px;
}

.mob-menu .header-lang a {
    margin-left: 0;
}

.btn-help {
    display: none
}

.mobile .btn-help {
    display: none
}

.btn-help:before,
.btn-help:after {
    font-family: 'bigshop';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0
}

.btn-help:before {
    content: '\e93a';
    font-size: 75px;
    line-height: 1;
    transform: rotateY(180deg)
}

.btn-help:after {
    content: '\e93b';
    width: 75px;
    height: 75px;
    font-size: 29px;
    display: flex;
    align-items: center;
    justify-content: center;
    backface-visibility: hidden;
    transform: rotateY(0deg);
    transform-style: preserve-3d;
    transition: transform .5s, opacity .5s
}

.btn-help__text {
    width: 75px;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.1;
    opacity: 0;
    backface-visibility: hidden;
    transform: rotateY(-180deg);
    transform-style: preserve-3d;
    transition: transform .5s, opacity .5s
}

.btn-help:hover {
    width: 133px;
    height: 133px
}

.btn-help:hover:after {
    opacity: 0;
    transform: rotateY(-90deg)
}

.btn-help:hover .btn-help__text {
    opacity: 1;
    transform: rotateY(0deg)
}

.btn-help__icon {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 38px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    background-color: var(--main-red);
    opacity: 0;
    transition: .5s
}

.btn-help__icon:after {
    display: block;
    font-family: 'bigshop';
    font-size: 18px;
    color: #fff
}

.btn-help__icon_left:after {
    content: '\e91a'
}

.btn-help__icon_right:after {
    content: '\e93c'
}

.btn-help__icon_middle:after {
    content: '\e93b'
}

.btn-help__icon:hover {
    background-color: #ff5722
}

.btn-help:hover .btn-help__icon {
    opacity: 1
}

.btn-help:hover .btn-help__icon_left {
    right: 95px
}

.btn-help:hover .btn-help__icon_right {
    bottom: 95px
}

.btn-help:hover .btn-help__icon_middle {
    bottom: 73px;
    right: 73px
}

.help-box {
    position: fixed;
    bottom: 0;
    right: -100%;
    top: 0;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 390px;
    overflow: auto;
    background-color: #f7f7f7;
    transition: .8s
}

.mobile .help-box {
    display: none
}

.help-box_open {
    right: 0
}

.help-box__close {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 10px;
    font-size: 14px;
    line-height: 1;
    color: #adadad;
    transition: color .3s
}

.help-box__close:hover {
    color: #ff7e00
}

.help-box__close:before {
    content: '\e90e';
    font-family: 'bigshop';
    font-size: 14px;
    display: block
}

.help-box__title {
    padding: 25px 40px 0 40px;
    margin: 0 0 31px;
    text-transform: uppercase;
    text-align: center;
    font-size: 27px;
    font-weight: 500;
    line-height: 1.2;
    color: #000
}

.help-box__subtitle {
    margin: 0 0 24px;
    padding: 0 20px;
    text-align: center;
    font-size: 19px;
    line-height: 1.2;
    color: #525252
}

.help-box__icon {
    margin: 0 0 18px;
    text-align: center;
    font-size: 107px;
    line-height: 1;
    color: var(--main-red)
}

.help-box__icon:before {
    content: '\e943';
    font-family: 'bigshop';
    display: block
}

.help-box__phones {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 0 32px
}

.help-box__phone+.help-box__phone {
    margin-top: 10px
}

.help-box__phone {
    position: relative;
    text-decoration: none;
    font-size: 17px;
    font-weight: 700;
    line-height: 1;
    color: #555;
    display: flex;
    align-items: center;
    transition: color .3s
}

.help-box__phone-viber {
    width: 43px;
    height: 21px;
    background: url("../images/viber-3-logo-png-transparent.png") no-repeat 0 0/contain;
    position: absolute;
    right: -51px
}

.help-box__phone .icon {
    margin: 0 8px 0 0;
    color: #bcbcbc
}

.help-box__phone:hover {
    color: var(--main-red)
}

.help-box__tabs {
    display: flex;
    flex-direction: column;
    flex: 1
}

.help-box__tabs-nav {
    border-top: 1px solid #e8ecf1;
    width: 100%
}

.help-box__tabs-nav ul {
    display: flex;
    width: inherit
}

.help-box__tabs-nav li {
    line-height: 0;
    flex: 1
}

.help-box__tabs-nav li+li {
    border-left: 1px solid #e8ecf1
}

.help-box__tabs-nav button {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    z-index: 1;
    height: 39px;
    font-size: 20px;
    color: #bcbcbc;
    width: 100%;
    text-align: center
}

.help-box__tabs-nav button:before {
    display: block;
    font-family: 'bigshop'
}

.help-box__tabs-nav button.mf-phone-new:before {
    content: '\e93b'
}

.help-box__tabs-nav button.mf-mail:before {
    content: '\e91a'
}

.help-box__tabs-nav button.mf-call-center-operator:before {
    content: '\e93c'
}

.help-box__tabs-nav li.active button {
    color: var(--main-red);
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.15)
}

.help-box__tabs-nav li.active button:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: -1px;
    left: -1px;
    top: -1px;
    z-index: -1;
    background-color: #fff
}

.help-box__tabs-nav li.active:first-child button:after {
    right: -1px;
    left: 0
}

.help-box__tabs-nav li.active:last-child button:after {
    right: 0;
    left: -1px
}

.help-box__tabs-content {
    width: 100%;
    clear: both;
    padding: 20px;
    background-color: #fff;
    position: relative;
    z-index: 10;
    flex: 1
}

.help-box__tabs-title {
    text-align: center;
    margin: 0 0 20px;
    font-size: 22px;
    line-height: 1.2;
    color: #525252
}

.help-box__tab {
    display: none;
    text-align: center
}

.help-box__tab_active {
    display: block
}

.consultant-box {
    position: relative;
    padding: 10px;
    display: flex;
    align-items: center;
    text-align: left;
    background-color: #fff;
    filter: drop-shadow(0 0 15px rgba(0, 0, 0, 0.1))
}

.consultant-box:after {
    content: '';
    display: block;
    position: absolute;
    left: 38px;
    bottom: -15px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 15px 0 15px;
    border-color: #fff transparent transparent transparent
}

.consultant-box__image {
    margin: 0 10px 0 0
}

.consultant-box__image img {
    width: 67px;
    height: 67px;
    flex-shrink: 0;
    border-radius: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.consultant-box__message {
    font-weight: 700;
    font-size: 15px;
    line-height: 1.33;
    color: #525252
}

.consultant-box+.btn-primary {
    margin-top: 35px
}

body .label_39._bottom_3v._init_Tk {
    bottom: -40px !important
}

.btn-primary {
    border: none;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: var(--main-red);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    height: 40px;
    padding: 0 15px;
    transition: background-color .3s
}

.btn-primary:hover {
    background-color: #ff5722
}

.mobile jdiv {
    display: none
}

.btn_feedback {
    width: 70px;
    height: 70px;
    padding: 0;
    background-color: var(--main-red);
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-align: center;
    position: fixed;
    bottom: 110px;
    right: 27px;
    border-radius: 100%;
    border: none;
    cursor: pointer;
    transition: background-color .3s;
    z-index: 100;
    padding-top: 15px;
}

.feedback_dropdown,
.feedback_dropdown1 {
    background-color: #fff;
    width: 235px;
    position: fixed;
    right: 20px;
    bottom: 190px;
    filter: drop-shadow(0 2px 5px rgba(0, 0, 0, .2));
    border-radius: 5px;
    padding: 20px;
    z-index: 100;
}

.btn_feedback_static {
    display: block;
    text-align: center;
}

.feedback_dropdown a,
.feedback_dropdown1 a {
    display: flex;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-weight: 400;
}

.feedback_dropdown a+a {
    margin-top: 12px;
}

.feedback_dropdown a:before,
.feedback_dropdown1 a:before {
    content: '';
    background-repeat: no-repeat;
    background-position: 50%;
    width: 40px;
    flex-shrink: 0;
    height: 40px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px 0 0;
}

.feedback_dropdown a.fb:before,
.feedback_dropdown1 a.fb:before {
    background-color: #0084ff;
    background-image: url(../images/fb_w.svg);
}

.feedback_dropdown a.viber:before,
.feedback_dropdown1 a.viber:before {
    background-color: #7c529d;
    background-image: url(../images/viber_w.svg);
}

.feedback_dropdown a.telegram:before,
.feedback_dropdown1 a.telegram:before {
    background-color: #2ca5e0;
    background-image: url(../images/telegram_w.svg);
    background-position: 43%;
}

.feedback_dropdown a.whatsapp:before,
.feedback_dropdown1 a.whatsapp:before {
    background-color: #4caf50;
    background-image: url(../images/whatsapp-logo-variant.svg);
}

.feedback_dropdown a.email:before,
.feedback_dropdown1 a.email:before {
    background-color: #ff8400;
    background-image: url(../images/supp_w.svg);
}

.feedback_dropdown a.tech_support:before,
.feedback_dropdown1 a.tech_support:before {
    background-color: #7eb105;
    background-image: url(../images/tech_w.svg);
}

.feedback_dropdown a.call_back:before,
.feedback_dropdown1 a.call_back:before {
    background-color: #54cd81;
    background-image: url(../images/cback_w.svg);
}

.one_good {
    border: 1px solid var(--border-gray);
    border-radius: 4px;
    /* padding: 35px 25px 25px 25px; */
    padding: 7px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

/* .products_slider, .visited_slider {
    padding: 0 15px;
} */
.one_good {
    display: flex;
    flex-direction: column;
}

.products_slider .slick-list,
.visited_slider .slick-list,
.ats_all.slick-slider .slick-list {
    padding: 0 2px;
    margin: 0 -2px;
}

.products_slider .slick-list,
.visited_slider .slick-list,
.products_slider .slick-track,
.visited_slider .slick-track {
    padding-top: 0;
    display: flex;
}

.you_saw .op_title {
    margin-bottom: 0;
    width: calc(100% + 3px);
    margin-left: -1px;
}

.products_slider .slick-next,
.visited_slider .slick-next {
    right: -1px;
}

.ats_one {
    display: flex;
    flex-direction: column;
    margin: 0;
}

.op_title {
    margin-bottom: 0;
    margin-left: -1px;
    width: calc(100% + 3px)
}

.ats_one.slick-slide.slick-active:hover:after {
    border-color: #ccc;
}

.ats_one.slick-slide:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    transition: .3s;
    z-index: -1;
}

/* .ats_all.slick-slider .slick-list {
    border-left: 1px solid #ccc;
    padding: 0 0px;
    margin: 0 -4px;
}
 */


.catalog_grid {
    box-sizing: content-box;
    display: grid;
    grid-gap: 10px;
}

.catalog_grid .one_good:hover:after {
    border-color: #ccc;
}

.catalog_grid .one_good:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    border: 2px solid transparent;
    transition: .3s;
    z-index: -1;
}

.product_variants {
    width: 100%;
    margin: 20px 0;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
}

.product_variants_inner {
    width: auto;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: left;
}

.product_variants_inner a {
    display: block;
    width: 50px;
    margin-bottom: 5px;
}

.product_variants_inner a img {
    width: 100%;
    height: auto;
}

.catalog_box {
    padding: 0;
}

.general_menu {
    position: relative;
    width: auto;
    padding: 0 14px;
    height: 100%;
    align-items: center;
    display: flex;
    color: #fff;
    border-radius: 4px;
    text-transform: uppercase;
    background: var(--main-red);
    border: none;
    cursor: pointer;
    transition: all .2s ease;
}
.general_menu:hover {
    box-shadow: 0px 5px 17px 0px rgba(94, 94, 94, 0.7);
}

.general_menu Span {
    width: 20px;
    height: 15px;
    border-top: 3px solid #fff;
    position: relative;
    margin: 0 10px 0 0;
}

.general_menu Span::after,
.general_menu Span::before {
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 20px;
    height: 3px;
    background: #fff;
}

.general_menu Span::after {
    top: 9px;
}

.popup_contacts {
    display: none;
    position: fixed;
    width: 320px;
    height: auto;
    background-color: transparent;
    padding: 15px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.popup_contacts_active {
    display: block;
}

.popup_contacts .feedback_dropdown1 {
    position: static;
    width: 100%;
    padding: 20px 0;
}

.popup_contacts .feedback_dropdown1 a:before {
    transform: scale(.6);
}

.popup_contacts .feedback_dropdown1 a {
    height: 20px;
}

.popup_contacts .feedback_dropdown1 a:hover {
    text-decoration: underline;
}

.popup_contacts .feedback_dropdown1 a+a {
    margin-top: 8px;
}

.popup_contacts .mob-menu-close {
    right: 18px;
    top: 18px;
    transform: scale(0.7);
}

.header_icon svg {
    width: 22px;
    fill: #73838b;
    height: 22px;
    transition: .3s;
}

#mini_cart:hover svg,
.header_icon:hover svg {
    transition: .3s;
}

.mc_empty,
.mc_with_item {
    display: flex;
    position: relative;
}

.cart_kit {
    margin-bottom: 20px;
    width: 100%;
}

.user_dropdown {
    position: fixed;
    top: 0px;
    right: -2000px;
    left: auto;
    width: 215px;
    height: auto;
    padding: 0px;
    background-color: #fff;
    z-index: 1111;
    font-size: 16px;
    box-shadow: 0 10px 20px #ccc;
    transition: .5s ease;
}

.user_dropdown .mob-menu-close:before {
    font-size: 15px;
}

.user_dropdown .mob-menu-close {
    height: 37px;
}

.user_dropdown_active {
    right: 0;
    transition: .5s ease;
}

.user_dropdown svg {
    fill: #b3b3b3;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

.user_dropdown .login_link {
    display: flex;
    align-items: center;
    font-size: 16px;
}

.user_dropdown span.login_link {
    cursor: unset;
}

.user_dropdown span.login_link:hover {
    text-decoration: none;
}

.user_dropdown .login_link:hover {
    color: #111;
    text-decoration: underline;
}

.user_dropdown_top {
    padding: 15px;
    border-bottom: 1px solid #e9e9e9;
    transition: 0.3s;
}

.user_dropdown_top:hover {
    cursor: unset;
}

.user_dropdown_bottom .header_icon {
    margin: 0 0 0 0;
    padding: 15px;
    display: flex;
    align-items: center;
    color: #939393;
    text-decoration: none;
    border-bottom: 1px solid #e9e9e9;
}

.user_dropdown_bottom .header_icon:hover {
    color: #111;
}

.wishes {
    display: flex;
    position: relative;
    margin-bottom: 0;
    align-items: center;
}

.po_box_col .wishes,
.po_box_col .compare {
    flex-direction: column;
}

#compare_list_icon:before {
    position: absolute;
    content: '\e903';
    color: #096ab7;
    font-family: 'bigshop';
    flex-shrink: 0;
    font-size: 22px;
    margin: -9px 20px 0 0;
    display: block
}

.user_dropdown #compare_list_icon:before {
    display: none;
}

.drop_cart {
    color: #8f8f8f;
    text-decoration: none;
}

.slick-initialized .slick-slide {
    display: flex !important;
    flex-wrap: wrap;
}
/* ХЕДЕР */

.menu_wrap {
    display: flex;
    position: relative;
    height: 100%;
}

.mob-main-menu-catalog .product_list > li > a {
    display: none;
}

.desktop_menu {
    display: none;
}

.desktop_menu a {
    color: var(--text-white);
    font-size: 15px;
    text-decoration: none;
    font-weight: 400;
    letter-spacing: 0.5px;
    transition: 0.3s;
}

.desktop_menu a:hover {
    color: var(--main-red)
}

.desktop_menu ul {
    display: flex;
    align-items: center;
    padding-left: 50px;
    height: 100%;
}

.desktop_menu li:not(:last-child) {
    display: inline-block;
    margin-right: 50px;
}

.sec_part .icons_place .header_icon:hover svg {
    opacity: 0.7;
}

.header_sum {
    display: none;
}

.user_dropdown_bottom > * {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.compare_list_icon .compare {
    margin-bottom: 0;
}

.login_link, 
.user_dropdown_bottom .drop_cart,
.user_dropdown_bottom .wishes,
.user_dropdown_bottom .header_icon {
    color: var(--text-black);
    transition: 0.3s;
}

.user_dropdown_bottom .header_icon:hover {
    background-color: var(--main-blue);
}

.user_dropdown_bottom .header_icon:hover {
    fill: #fff;
}

.user_dropdown_bottom .header_icon:hover {
    color: #fff;
    text-decoration: none;
}

.user_dropdown_bottom .drop_cart:hover,
.user_dropdown_bottom #wish_list_icon:hover {
    background-color: var(--main-blue);
}

.user_dropdown_bottom .drop_cart:hover,
.user_dropdown_bottom #wish_list_icon:hover .wishes {
    color: #fff;
}

.user_dropdown_bottom .drop_cart:hover svg,
.user_dropdown_bottom #wish_list_icon:hover .wishes svg,
.user_dropdown_bottom .header_icon:hover svg {
    fill: #fff;
}

.user_dropdown #wish_list_icon {
    margin-right: 0;
}

.user_icon.red {
    fill: var(--main-red);
}

.user_dropdown .header_icon_count {
    color: gray;
}

.callback_form .btn {
    margin: 0 auto;
    float: inherit;
}

.mw_order {
    width: 100%;
    margin-bottom: 15px;
}

.cart_window .long_wrap {
    display: grid;
    grid-row-gap: 15px;
    grid-column-gap: 15px;
    width: 100%;
    margin-bottom: 15px;
}
.cart_window .long_wrap .mw_order {
    margin-bottom: 0;
}
.cart_window .btn {
    width: 100%;
}

.btn_order_click {
    grid-row: 1/2;
}

.content_login {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 490px;
    margin: 0 auto;
    background-color: #f2f2f2;
    border-radius: 4px;
    overflow: hidden;
}

.toggle_log {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.key_btn {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
    line-height: 22px;
    text-decoration: none;
    padding: 18px;
    background-color: #e5e5e5;
    color: rgba(21, 49, 62, 0.2);
}

.key_btn.active {
    color: var(--main-blue);
    background-color: #f2f2f2; 
}

#login_form .btn {
    width: 100%;
}

input[type="checkbox"]:checked, 
input[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

input[type="checkbox"]:checked + label, 
input[type="checkbox"]:not(:checked) + label {
    display: inline-block;
    position: relative;
    padding-left: 32px;
    line-height: 20px;
    cursor: pointer;
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 20px;
    height: 20px;
    background-color: var(--main-blue);
}

input[type="checkbox"]:checked + label:before, 
input[type="checkbox"]:not(:checked) + label:before {
    border-radius: 2px;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    content: "";
    position: absolute;
    transition: all 0.2s ease;
}

input[type="checkbox"]:checked + label:after, 
input[type="checkbox"]:not(:checked) + label:after {
    left: 5px;
    top: 5px;
    width: 7px;
    height: 5px;
    border-radius: 1px;
    border-right: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
}

input[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
}

input[type="checkbox"]:checked + label:after {
    opacity: 1;
}

.evry_title Input[type="checkbox"] {
    left: auto;
    position: relative;
    width: auto;
}

.password_control {
	position: absolute;
	top: 7px;
	right: 6px;
	display: flex;
    align-items: center;
    justify-content: center;
	width: 30px;
	height: 30px;
}

.password_control.view::before {
    content: "";
    width: 20px;
    height: 2px;
    background-color: #cccccc;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.password_control svg {
    width: 16px;
    height: 16px;
    fill: #cccccc;
}


.phone_btn_wrap .btn {
    width: 100%;
    margin-top: 15px;
}

/* ФУТЕР */

.footer_copy {
    display: flex;
    flex-direction: column-reverse;
    justify-content: space-between;
}

footer .centre {
    display: flex;
    flex-direction: column;
}

.info_text {
    display: flex;
    flex-direction: column-reverse;
    padding-left: 25px;
    margin-bottom: 45px;
}

.location_info {
    display: flex;
    flex-direction: column;
    letter-spacing: 0.7px;
    line-height: 2;
    position: relative;
}

.location_info::after {
    content: "";
    width: 18px;
    height: 18px;
    background-repeat: no-repeat;
    background-image: url("../images/info-footer-pin.svg");
    position: absolute;
    top: 2px;
    left: -25px;
}

.location_info a {
    color: #fff;
    text-decoration: underline;
    transition: 0.3s;
}

.location_info a:hover {
    color: var(--main-red);
}

.footer_call {
    display:  flex;
    flex-direction: column;
    align-items: flex-start;
    width: max-content;
}

.footer_call span {
    color: #fff;
    opacity: 0.5;
    font-size: 13px;
    line-height: 20px;
    font-weight: 500;
}

.footer_call a {
    color: #fff;
    font-size: 13px;
    line-height: 20px;
    text-decoration: underline;
    text-decoration-style: dashed;
    transition: 0.3s;
}

.footer_call a::before,
.footer_call a::after {
    display: none;
}

.footer_call a:hover {
    text-decoration-style: underline;
}

.copy_wrap * {
    letter-spacing: 0.5px;
}

.copy_wrap a:hover {
    text-decoration: underline;
}

.checkout_sect {
    display: none;
}

/* КОШИК */

.checkout_list {
    margin-bottom: 30px;
    max-width: 880px;
}

.checkout_titile {
    display: inline-block;
    letter-spacing: 1px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 36px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-blue);
}

.checkout_form {
    /* color: var(--text-white); */
    display: flex;
    flex-direction: column;
    background-color: #f2f2f2;
    /* background-color: var(--main-red); */
    padding: 15px;
    border-radius: 5px;
    max-width: 490px;
    height: max-content;
    margin: 0 auto 30px auto;
}

.checkout_form input {
    padding-left: 15px;
    height: 45px;
}

.your_cart_product_wrap {
    max-width: 350px;
    display: flex;
    flex-direction: column;
}

.checkout .desktop_btn {
    display: none
}

.checkout_code {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: var(--text-gray);
    margin-bottom: 10px;
}

.product_delete { 
    width: max-content;
    font-size: 13px;
    line-height: 20px;
    text-decoration: none;
    color: #2862e7;
    padding-left: 20px;
    position: relative;
    margin-bottom: 10px;
    transition: 0.3s;
}

.product_delete::after,
.product_delete::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: #c2c2c2;
    position: absolute;
    left: 0px;
    top: 50%;
}

.product_delete::after {
    transform: translateY(-50%) rotate(-45deg);
}

.product_delete::before {
    transform: translateY(-50%) rotate(45deg);
}

.product_delete:hover::after {
    transform: translateY(-50%) rotate(-135deg);
    transition: 0.3s;
}

.product_delete:hover::before {
    transform: translateY(-50%) rotate(-45deg);
    transition: 0.3s;
}

.product_delete:hover {
    color: var(--main-red);
}

.checkout_counter {
    display: flex;
    border: 1px solid var(--border-gray);
    padding: 7px 0;
    width: max-content;
    border-radius: 3px;
    margin-bottom: 15px;
}

.checkout_counter a {
    font-size: 24px;
    color: #939393;
    padding: 0 7px;
    text-decoration: none;
    transition: 0.3s;
}

.checkout_counter a:hover {
    color: var(--main-red);
}

.checkout_counter span {
    padding: 0 8px;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: var(--text-black);
}

.your_cart_product_price {
    display: inline-block;
    font-size: 16px;
    line-height: 20px;
    color: var(--main-blue);
    font-weight: 700;
}

.checkout_total {
    margin-top: 36px;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700;
    color: var(--main-blue);
}

.checkout_form_title {
    text-transform: uppercase;
    letter-spacing: 1px;
    display: inline-block;
    font-size: 18px;
    line-height: 36px;
    font-weight: 700;
    color: var(--main-blue);
    margin-bottom: 15px;
}
/* 
.dropdown-open .drop_arrow:after {
    transform: translate(-50%, -50%) rotate(-135deg)
} */

.checkout_guarantee {
    font-size: 13px;
    line-height: 18px;
    color: var(--text-gray);
    margin-top: 10px;
    margin-bottom: 43px;
}

.checkout_subtext {
    font-size: 16px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}

.checkout_open-form {
    font-size: 16px;
    font-weight: 500;
    line-height: 30px;
    color: #2862e7;
    margin-bottom: 30px;
}

.checkout_open-form:hover {
    text-decoration-style: dashed;
}

.checkout_form input[type="submit"] {
    width: 100%;
}

.continue_shopping {
    width: 100%;
    max-width: 490px;
    margin: 0 auto 50px auto;
}

.checkout_call_back {
    padding: 35px 0;
    background-color: #efefef;
}

.check_titile {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    color: var(--main-blue);
    margin-bottom: 20px;
}

.check_text {
    display: inline-block;
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--main-blue);
    margin-bottom: 15px;
}

.check_phones {
    display: flex;
    flex-direction: column;
}

.check_phones a {
    text-decoration: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    color: var(--main-blue);
    transition: 0.3s;
}

.check_phones a:hover {
    color: var(--main-red)
}

.checkout_call_back .call_form_open {
    color: #2862e7;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400;
    text-decoration-style: dashed;
}

/* ВІТРИНА */

.og_bottom {
    margin-top: auto;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
}

.og_bottom .in_cart {
    padding: 8px 12px;
}

.you_saw .og_info_btn,
.catalog .og_info_btn {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 2;
}

.you_saw .og_photo {
    padding: 0 20px;
}

.to_cart {
    padding: 8px 12px;
}

.you_saw .slick-next {
    position: absolute;
    top: -65px;
    right: 0;
}

.you_saw .slick-prev {
    position: absolute;
    top: -65px;
    right: 45px;
}

.ats_one.hover .ats_name a {
    color: var(--main-red)
}

.read_more_news {
    font-size: 16px;
    text-transform: none;
    font-weight: 500;
    line-height: 20px;
    color: #2862e7;
    text-decoration: none;
    margin-left: 40px;
    padding-right: 20px;
    position: relative;
    display: none;
    transition: 0.3s;
}

.read_more_news:hover {
    color: var(--text-black);
}

.read_more_news::after {
    content: "";
    width: 9px;
    height: 2px;
    background-color: var(--main-blue);
    position: absolute;
    right: 0;
    top: 9px;
}

.read_more_news::before {
    content: "";
    width: 6px;
    height: 6px;
    border: 2px solid var(--main-blue);
    border-top: none;
    border-left: none;
    position: absolute;
    top: 50%;
    right: 0px;
    transform: translateY(-50%) rotate(-45deg);
}

/* БЛОКИ ГРІДОМ НА ГОЛОВНІЙ */

.group_main {
    margin-bottom: 30px;
}

.group_main .centre,
.select_auto .select_grid {
    display: flex;
    padding-bottom: 40px;
    position: relative;
}



.group_main .slick-track {
    height: 230px;
}

.group_part {
    display: flex;
    align-items: flex-end;
    margin: 0;
    width: 290px;
    height: 230px;
    margin-right: 10px;
    position: relative;
    border-radius: 4px;
    overflow: hidden; 
}

.group_images {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}


.group_images img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
    transition: 0.3s;
}

.group_part-bottom {
    position: relative;
    z-index: 1;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin: 0 20px 15px 22px ;
    width: 100%;
}

.group_part-text {
    font-size: 15px;
    line-height: 22px;
    text-transform: uppercase;
    text-decoration: none;
    letter-spacing: 0.5px;
    font-weight: 700;
    color: #fff;
    width: calc(100% - 50px);
    max-width: 250px;
    transition: 0.3s;
}

.group_part:hover .group_part-text {
    color: var(--main-red);
}

.group_part-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0;
    background-color: var(--main-red);
    border-radius: 50%;
    width: 35px;
    height: 35px;
    box-shadow: 0 0 10px transparent;
    transition: 0.3s
}

.group_part-btn svg {
    width: 12px;
    height: 12px;
    fill: #fff;
    transition: 0.3s;
}

.group_part-btn:hover {
    box-shadow: 0 0 10px #ccc;
}

.group_part:hover .group_part-btn svg {
    animation: move 0.6s ease-in-out;
}

@keyframes move {
    0% {
        transform: translateX(0px);
    }

    50% {
        transform: translateX(4px);
    }

    100% {
        transform: translateX(0px);
    }
}

.big_bomile {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 1550px;
    width: 100%;
    margin: 0 auto 20px auto;
    padding: 0 10px;
}

.group_main .main_title {
    display: flex;
    max-width: 1550px;
    width: 100%;
    padding: 0 10px;
    margin-left: auto;
    margin-right: auto;
}

.big_bomile .group_part {
    width: 100%;
    height: 265px;
    margin-right: 0;
}

.big_bomile .group_part-bottom {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
}

.big_bomile .group_part-text {
    margin-bottom: 15px;
}

.big_bomile .group_part-btn,
.group_part.active .group_part-btn {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    width: auto;
    min-width: 155px;
    text-decoration: none;
    border-radius: 4px;
}

.big_bomile .group_part-btn svg,
.group_part.active .group_part-btn svg {
    display: none;
}

.group_part.active .group_part-text {
    max-width: 290px;
    font-size: 18px;
    line-height: 24px;

}

.group_part.active .group_part-bottom {
    margin: 0 32px 35px 30px;
}

/* БЛОК З ФОРМОЮ НА ГОЛВНІЙ */

.select_titile {
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: var(--text-white);
    text-decoration: none;
    position: relative;
}

.select_titile::before {
    content: "";
    width: 5px;
    height: 5px;
    border: 2px solid var(--text-white);
    border-top: none;
    border-left: none;
    position: absolute;
    top: 50%;
    right: 15px;
    transform: translateY(-50%) rotate(45deg);

}

.select_auto {
    margin-bottom: 50px;
}

.select_auto .centre {
    display: flex;
    flex-direction: column;
}

.select_auto .checkout_form {
    display: none;
    margin-bottom: 0;
    width: 100%;
    padding: 0 16px 16px 16px;
}

.select_auto .checkout_form.active {
    display: flex;
}

.select_subtitile {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 25px;
}

.select_subtitile.selected_car {
    display: flex;
    flex-wrap: wrap;
    width: max-content;
    max-width: 100%;
    position: relative;
}

.select_form_wrap {
    /* background-color: #f2f2f2; */
    background-color: var(--main-red);;
    border-radius: 5px;
    margin-bottom: 35px;
    height: max-content;
}

.select_form_wrap .checkout_form {
    color: var(--text-white);
    background-color: var(--main-red);
}

.select_auto .checkout_form .btn {
    margin-top: 20px;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.select_auto .checkout_form .btn:hover {
    background-color: transparent;
    color: var(--main-blue);
}

.select_grid .group_part {
    height: 200px;
}

.select_form_wrap.only_mobile {
    background-color: var(--main-red);
}

.select_form_wrap.only_mobile .select_titile {
    color: #fff;
}

.select_form_wrap.only_mobile .checkout_form {
    max-width: none;
    border-radius: 0;
    padding: 16px;
}

.select_form_wrap.only_mobile .select_titile::before {
    border-color: #fff;
}

.filter_form-titile {
    width: max-content;
    max-width: 100%;
}

.select_form_wrap.only_mobile.fixed {
    position: fixed;
    top: 0;
    z-index: 11;
    width: calc(100% - 20px);
    left: 10px;
}

/* ЧОМУ МИ КРАЩІ */

.we_better.gray{
    background-color: #efefef;
}

.we_better .centre {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    padding-bottom: 45px;
}

.we_better_title {
    font-size: 24px;
    line-height: 20px;
    font-weight: 700;
    color: var(--main-blue);
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 45px;
    letter-spacing: 1px;
}

.we_better_title::after {
    content: "";
    width: 50px;
    height: 3px;
    background-color: var(--main-red);
    position: absolute;
    bottom: 0;
    left: 0;
}

.we_better ul {
    display: flex;
    flex-direction: column;
}

.we_better li {
    position: relative;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 1px;
    color: var(--main-blue);
    margin-bottom: 30px;
    padding-left: 50px;
}

.we_better li img {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0px;
}

.group_center_big {
    display: grid;
    grid-gap: 10px;
    margin-bottom: 70px;
}
.group_element.big_red {
    background-color: var(--main-red);
}
.group_element {
    height: 190px;
    margin: 0;
    position: relative;
    border-radius: 4px;
    overflow: hidden;
}

.group_picture {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.group_picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    filter: brightness(0.6);
}

.group_picture svg {
    fill: #fff;
    margin-top: 17px;
}

.group_element figcaption {
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    width: 100%;
}

.group_element_text {
    padding: 0 32px 25px 20px;
    min-width: 220px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 70%;
    transition: 0.3s;
}

.group_element_text::before {
    content: "";
    width: 18px;
    height: 18px;
    background-image: url("../images/right-arrow-red.svg");
    position: absolute;
    bottom: 25px;
    right: 0px;
    transition: 0.3s;
}

.group_element * {
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-decoration: none;
    letter-spacing: 0.7px;
    color: #fff;
}

.group_element:hover .group_element_text {
    color: var(--main-red);
}

.group_element:hover .group_element_text::before {
    animation: move 0.6s ease-in-out;
}

.group_element.big_red:hover svg {
    animation: move 0.6s ease-in-out;
}

/* грід сітка без слайдера */

.group_main .centre.not_slider {
    display: grid;
    grid-gap: 10px;
}

.group_main .centre.not_slider .group_part {
    margin-right: 0;
    width: 100%;
}

.filter_form-titile {
    margin-bottom: 25px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700;
    letter-spacing: 0.7px;
    color: var(--main-blue);
    position: relative;
}

.filter_form .btn {
    width: 100%;
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.filter_form .btn:hover {
    background-color: transparent;
    color: var(--main-blue);
}

.remove_btn {
    font-size: 0px;
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -17px;
}

.remove_btn::before,
.remove_btn::after {
    content: "";
    width: 15px;
    height: 1px;
    background-color: var(--main-red) ;
    position: absolute;
    top: 50%;
    left: 50%;
    transition: 0.3s;
}

.remove_btn::before {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.remove_btn::after {
    transform: translate(-50%, -50%) rotate(45deg);
}

.remove_btn:hover::before,
.remove_btn:hover::after {
    background-color: #282828;
}

.change_car {
    color: var(--main-blue);
    font-size: 18px;
    font-weight: 500;
    transition: 0.3s;
}

.change_car:hover {
    color: var(--main-red);
}

/* КАТАЛОГ */

.fs_from_to span {
    position: relative;
}

.fs_from_to span::after {
    content: "";
    width: 5px;
    height: 1px;
    background-color: #b0b0b0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateX(-50%)
}

.fs_from_to A.common_but.submit_filters {
    margin: 0;
}

.filter_form {
    margin-bottom: 45px;
    display: flex;
    flex-direction: column;
}

.filter_box_overflow .dropdown_alt {
    height: 40px;
}

.filter_box_overflow .dropdown_alt .drop_arrow {
    height: 40px;
}
.filter_box_overflow .dropdown_alt .drop_arrow:after {
    margin: -3px 0 0 -1px;
    width: 5px;
    height: 5px;
}
.filter_box_overflow .dropdown_alt UL LI A {
    padding: 9px 20px;
}

.filter_box_overflow .filter_form .btn {
    margin-top: 20px;
}

.filter_box_overflow .fil_group {
    margin-bottom: 45px;
}

.fs_place .common_but.submit_filters {
    display: flex !important;
}

.close_form {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 0;
}

.close_form::before,
.close_form::after {
    content: "";
    width: 25px;
    height: 2px;
    background-color: var(--main-blue);
    position: absolute;
    top: 50%;
    left: 50%;
}

.close_form::before {
    transform: translate(-50%, -50%) rotate(45deg);
}

.close_form::after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.catalog_banner {
    position: relative;
    overflow: hidden;
    border-radius: 6px; 
    margin-bottom: 22px;
}

.catalog_banner img {
    width: 100%;
    filter: brightness(0.7);
}

.catalog_banner span {
    font-size: 30px;
    line-height: 36px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
}

.layout_controls .dropdown {
    width: max-content;
    background-color: #fff;
}

.controls_section {
    display: flex;
}

.layout_controls .drop_arrow {
    background-color: #fff;
}
.layout_controls .dropdown UL {
    min-width: 150px;
}
.layout_controls .dropdown UL LI A {
    padding-top: 5px;
    padding-bottom: 5px;
}

.layout_controls .dropdown Span {
    color: var(--main-red);
    font-size: 14px;
    font-weight: 500;
}

.catalog_place .clickpath {
    margin-bottom: 15px;
}

.for_catalog .one_cat {
    display: flex;
    align-items: center;
    padding: 20px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
}

/* ДЕТАЛЬНЕ ТОВАРУ */

.details_top {
    display: flex;
    flex-direction: column;
    margin-bottom: 60px;
}

.details_sect .common_but.other_product {
    padding: 12px 12px;
    width: 100%;
}

.details_content {
    display: flex;
    flex-direction: column;
}

.main_title.desktop {
    display: none;
}

.details_sect .main_title.desktop > span,
.details_sect .main_title.desktop > h1 {
    font-size: 1.17em;
}

.details_sect .main_title.mobile > span,
.details_sect .main_title.mobile > h1 {
    font-size: 1.17em;
}

.main_slide a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.main_code {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px;
}

.main_code span {
    font-size: 14px;
    font-weight: 500;
    color: var(--text-gray);
}

.details_main {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 490px;
}

.price_wrap {
    display: flex;
    margin-bottom: 25px;
}

.buy_wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 55px;
    position: relative;
}

.details_counter {
    display: flex;
    padding: 8px 0;
    width: max-content;
    max-width: 87px;
    border: 1px solid var(--border-gray);
    border-radius: 3px;
    margin-bottom: 10px;
}

.details_counter span {
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: var(--text-black);
    padding: 0 8px;
}

.details_counter a {
    display: block;
    font-size: 0px;
    width: 15px;
    padding: 0 8px;
    box-sizing: content-box;
    position: relative;
}

.details_counter a::before {
    content: "";
    width: 15px;
    height: 2px;
    background-color: var(--text-gray);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s;
}

.details_plus::after {
    content: "";
    width: 15px;
    height: 2px;
    background-color: var(--text-gray);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: 0.3s;
}

.details_counter a:hover::before,
.details_counter a:hover::after {
    background-color: var(--main-blue);
}

.details_sect .common_but {
    padding: 8px 12px;
    letter-spacing: 0.7px;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    font-weight: 700;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    width:calc(100% - 95px) ;
    background-color: var(--main-red);
    cursor: pointer;
    border-radius: 4px;
    transition: 0.7s;
    border: 2px solid var(--main-red);
}

.details_sect .common_but svg {
    fill: #fff;
    width: 16px;
    height: 16px;
    margin-right: 15px;
    transition: 0.7s;
}

.details_sect .common_but:hover {
    background-color: transparent;
    color: var(--main-red);
}

.details_sect .common_but:hover svg {
    fill: var(--main-red);
}

.subitem {
    display: none;
}

.subitem.active {
    display: block;
}

.open_click_form {
    text-decoration: none;
    font-size: 14px; 
    text-transform: uppercase;
    font-weight: 700;
    line-height: 18px;
    display: flex;
    margin-right: 10px;
    padding: 0 20px;
    width: max-content;
    height: 42px;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--main-blue);
    color: var(--text-gray);
    border-radius: 4px;
}

.open_click_open {
    text-align: center;
    width: 100%;
    height: 42px;
    border: 2px solid var(--main-blue);
    border-radius: 4px;
    color: var(--text-gray);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    padding: 0 20px;
    text-decoration: none;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-transform: uppercase;
    transition: 0.3s;
}

.open_click_open:hover {
    color: #fff;
    background-color: var(--main-blue);
}

.open_characteristics {
    color: #2862e7;
    font-size: 14px;
    font-weight: 500;
    text-decoration-style: dashed;
    margin-top: 15px;
}

.open_characteristics:hover {
    text-decoration: underline;
}

.dt_info_delivery {
    line-height: 16px;
    font-weight: 500;
    color: var(--text-gray);
}

.details_sect aside {
    display: flex;
    flex-direction: column;
}

.details_qestion {
    display: flex;
    flex-direction: column;
    margin-bottom: 35px;
}

.details_qestion span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 700;
    color: var(--main-blue);
    text-transform: uppercase;
    letter-spacing: 0.7px;
    margin-bottom: 15px;
}

.details_qestion .btn {
    height: 40px;
    background-color: transparent;
    color: var(--text-gray);
    padding-left: 15px;
    padding-right: 20px;
}

.details_qestion svg {
    fill: var(--text-gray);
}

.details_qestion .btn:hover {
    color: var(--main-red);
}

.toggle_items {
    display: flex;
    justify-content: space-between;
    overflow-x: auto;
    margin-bottom: 48px;
    width: 100%;
    position: relative;
}

.toggle_items::before {
    content: "";
    width: 100%;
    height: 2px;
    background-color: #d1d1d1;
    position: absolute;
    bottom: 0;
    left: 0;
}

.toggle_items li {
    margin-right: 20px;
}

.toggle_items a {
    display: flex;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    color: var(--main-blue);
    text-decoration: none;
    text-transform: uppercase;
    padding-bottom: 15px;
    position: relative;
    transition: 0.3s;
}

.toggle_items a:hover {
    color: var(--main-red);
}

.toggle_items a.active::before {
    content: "";
    width: calc(100% + 8px);
    height: 2px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    background-color: var(--main-red);
}

.dt_accordion_item {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--text-gray);
    letter-spacing: 0.7px;
}

.cpments_calc {
    margin-left: 5px;
    padding: 0 6px;
    border-radius: 50%;
    background-color: var(--main-red);
    color: #fff;
}

#product_reviews form {
    max-width: 450px;
    margin: 0 auto 30px auto;
    padding: 15px;
    border: 1px solid var(--border-gray);
    border-radius: 4px;
}

.main_photo a {
    width: 100%;
    height: max-content;
}

.details_content .char_table {
    max-width: 490px;
}

.blog_sect .ats_photo Img {
    height: 260px;
}

.blog_sect .ats_photo {
    margin-bottom: 23px;
}

.news_slider .slick-slide {
    margin-right: 10px;
    width: 290px;
}

.news_slider .slick-track {
    padding-bottom: 50px;
}

.news_slider.slick-slider {
    margin-bottom: 50px;
}

.ats_txt {
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 0.7px;
    font-weight: 500;
    color: var(--text-black);
}

/* ОЛЮБЛЕНЕ */

.wish_list_box .one_good{
    margin: 0;
}

/* КАТЕГОРІЇ */

.catalog {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    margin-bottom: 55px;
}

.main_menu_list .catalog {
    margin-bottom: 0;
}

.oc_figure:hover + .oc_txt A {
    color: var(--main-red);
}



/* СТАТТЯ ДЕТАЛЬНЕ */

.article {
    min-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.article a:not([class]) {
    transition: 0.3s;
}

.article a:not([class]):hover {
    color: var(--main-blue);
}

.articles_place .main_title {
    text-align: center;
}

.article .ats_name A {
    color: var(--black-color)    ;
}

.articles_place .comments .main_title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.articles_place .comments .main_title > div {
    display: flex;
    align-items: center;
}

.article > *:not(.images) {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    letter-spacing: 0.7px;
    margin-bottom: 30px;
}

.article img {
    max-width: 100%;
    object-fit: cover;
    margin-bottom: 15px;
}

.single_post .article h1 {
    font-size: 28px;
    line-height: 34px;
}


.single_post .article h2 {
    font-size: 24px;
    line-height: 30px;
}


.single_post .article h3 {
    font-size: 22px;
    line-height: 28px;
}

.article .images.big {
    width: 100% !important;
    max-width: 1015px
}

.article .images.big img {
    width: 100% !important;
    max-height: 405px;
    min-height: 350px;
}

.article .images.small {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 30px;
    width: 100% !important;
    max-width: 1035px
}

.article .images.small img {
    width: 100% !important;
    min-height: 252px;
    max-height: 315px;
    margin-bottom: 25px;
    padding: 0 10px;
}


.single_post_main .blog_meta {
    width: max-content;
    margin: 0 auto 16px auto;
    padding: 0 15px 20px 15px;
    flex-direction: row;
    color: #aaaaaa;
}

.single_post_main .blog_meta .icon {
    width: 16px;
    height: 16px;
    fill: #aaaaaa;
    margin-right: 10px;
}

.articles.white {
    background-image: none;
    background-color: #fff;
}

.articles.white * {
    color: var(--black-color);
}

.article .blog_share {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #e1e1e1;
}

.blog_share a {
    font-size: 0;
    display: block;
    height: 20px;
}

.blog_share > * {
    font-size: 13px;
    margin-right: 30px;
}

.blog_share .icon {
    width: 20px;
    height: 20px;
    fill: #8f9a9f; 
    transition: 0.3s;
}

.blog_share .icon:hover {
    fill: var(--main-color);
}

#write_comment_form {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px;
    margin-bottom: 30px;
}

.single_post .comments {
    padding-top: 70px;
    margin-bottom: 80px;
}

.single_post .raty_active img {
    width: 27px !important;
    height: 27px !important;
    margin-bottom: 0px;
    margin-right: 5px;
}

.raty_titile {
    font-size: 13px;
    margin: 0 20px 0 0;
}
.comment_form_field {
    margin-bottom: 25px;
}

.single_post .comments_list li {
    background-color: #f5f5f5;
    padding: 22px 30px 1px 30px;
    border-radius: 4px;
    margin-bottom: 10px;
}

.comment_top .raty img{
    width: 12px !important;
    height: 12px !important;
    margin-bottom: 0;
}

.single_post .single_post_main .blog_meta {
    width: 100%;
    display: flex;
    align-items: center;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
}

@media screen and ( min-width:320px ) and ( max-width:993px ) {
    
    .article img {
        object-fit: cover;
        width: 100% !important;
        height: auto !important;
        margin-bottom: 15px;
    }

}

.article .share_material {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 15px 0;
    margin: 20px 0 0 0;
    color: #8f9a9f;
    border-top: 1px solid var(--border-gray);
    border-bottom: 1px solid var(--border-gray);
}

.share_material > span {
    font-size: 13px;
    font-weight: 500;
    margin-right: 35px;
}

.share_material ul {
    display: flex;
    padding: 0;
    margin: 0;
}

.share_material li {
    display: flex;
    align-items: center;
    list-style: none;
    margin-right: 30px;
}

.share_material .svg_icon {
    width: 18px;
    height: 18px;
    fill: #8f9a9f;
    transition: 0.3s;
}

.share_material a {
    display: flex;
    align-items: center;
}

.share_material a:hover svg {
    fill: var(--main-red);
}

.comment_top .icon_wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    width: 26px;
    height: 26px;
    background-color: #fff;
    border: 1px solid var(--text-gray);
    border-radius: 50%;
}

.comment_top .svg_icon {
    width: 10px;
    height: 10px;
    fill: #000;
    position: relative;
}

.comments_counter {
    font-size: 16px;
    background-color: var(--main-red);
    color: #fff;
    font-weight: 700;
    line-height: 22px;
    border-radius: 50%;
    margin-left: 8px;
    padding: 1px 7px;
}

.comment_form_btn {
    display: flex;
    justify-content: center;
    margin: 20px 0 0 0;
}

.checkout_total span:first-child {
    color: var(--main-red);
    margin-left: 5px;
}

.checkout .checkout_total span:first-child {
    color: var(--main-blue)
}

/* ПОПАПЧИКИ */

.popup.popup_new {
    display: flex;
    flex-direction: column;
    align-items: center;
    max-width: 600px;
}

.popup .svg_icon {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
}

.popup .svg_icon.green {
    fill: #36a300; 
}

.popup .svg_icon.red {
    fill: var(--main-red);
}

.popup.popup_new .btn {
    min-width: 150px;
}

.popup_btns {
    width: 100%;
    display: grid;
    grid-gap: 15px;
}

.popup_btns .btn {
    width: 100%;
}

/* КАБІНЕТ */

.mtt_big_row {
    display: grid;
    width: 100%;
    margin-bottom: 5px;
    border-radius: 4px;
    background-color: #efefef;
}

.sw_links .svg_icon {
    fill: #b2b2b2;
    width: 12px;
    height: 12px;
    margin-right: 15px;
}

.open_user_menu {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    position: relative;
    transition: 0.3s;
}

.open_user_menu span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: var(--main-red);
    transition: 0.3s;
}

.open_user_menu::before,
.open_user_menu::after {
    content: "";
    width: 20px;
    height: 2px;
    background-color: var(--main-red);
    position: absolute;
    left: 50%;
    transition: 0.3s;
}

.open_user_menu::before {
    transform: translateX(-50%);
    top: 7px;
}


.open_user_menu::after {
    transform: translateX(-50%);
    bottom: 7px;
}

.open_user_menu:hover span {
    background-color: var(--main-blue);
}

.open_user_menu:hover::before,
.open_user_menu:hover::after {
    background-color: var(--main-blue);
}

.table_section {
    display: flex;
    flex-direction: column;
    margin-bottom: 7px;
}

.orders_dropdown {
    background-color: #fff;
}

.orders_dropdown Span {
    color: #2862e7;
    padding-left: 0;
    width: calc(100% -30px);
    position: relative;
    padding-right: 0px;
    margin-right: 25px;
}

.orders_dropdown Span::before {
    content: "";
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #2862e7;
    position: absolute;
    bottom: 6px;
    left: 0;
}

.orders_dropdown .drop_arrow {
    background-color: #fff;
}

.table_subsection {
    font-size: 13px;
    font-weight: 500;
    color: var(--text-gray);
}

.orders_dropdown .overflow {
    cursor: pointer;
}

.orders_dropdown,
.dropdown.dropdown-open {
    min-width: 150px
}

.sort_section {
    margin-bottom: 15px;
}

.sort_section * {
    font-size: 14px;
    line-height: 25px;
    font-weight: 500;
    color: var(--text-gray);
}

.orders_serch {
    display: flex;
    width: 100%;
    max-width: 445px;
    position: relative;
    height: max-content;
}

.orders_serch input[type=text] {
    width: 100%;
    height: 40px;
}

.orders_serch .search {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.orders_serch .svg_icon {
    width: 20px;
    height: 20px;
    fill: var(--main-blue);
    transition: 0.3s;
}

.orders_serch:hover .svg_icon {
    fill: var(--main-red);
}

.order_serch_wrap {
    margin-bottom: 30px;
}

/* .user_page_place .long_div {
    display: flex;
} */

.user_page_place .mup_table Label {
    width: 100%;
    max-width: 215px;
}

.user_page_place .mup_table Label Span {
    text-align: left;
}

.user_page_place .long_div {
    margin-bottom: 15px;
}

.user_page_place .mup_table Input {
    width: 100%;
    max-width: 395px;
}

.user_page .dropdown {
    width: max-content;
}

#profile_form {
    display: flex;
    flex-direction: column;
}

.margin_title {
    margin-top: 80px;
}

.mup_table Label Span {
    font-size: 14px;
    line-height: 18px;
    color: var(--text-gray);
}

.mup_table Input {
    height: 45px;
}

.send_adm.btn {
    min-width: 230px;
    margin-top: 70px;
}

.list_wishes {
    display: grid;
    grid-row-gap: 10px;

}

.list_wishes .og_price {
    flex-direction: row-reverse;
    align-items: flex-end;
    margin-bottom: 15px;
}

.list_wishes .og_info {
    margin-bottom: 20px;
}

.list_wishes .old_price {
    margin-left: 15px;
}

/* КОНСТРУКТОР ШУМОІЗОЛЯЦІЇ */

.vibro_design {
    margin-top: 75px;
    margin-bottom: 130px;
}

.vibro_design .main_title {
    margin-bottom: 50px;
}

.vibro_type_titile {
    font-size: 12px;
    margin-left: 10px;
    line-height: 20px;
    font-weight: 500;
    text-transform: uppercase;
    color: var(--main-blue);
    margin-bottom: 18px;
    letter-spacing: 1px;
}

.vibro_titile {
    display: inline-block;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--main-blue);
    margin-bottom: 40px;
    letter-spacing: 1px;
}

.vibro_design aside {
    background-color: #fff;
    padding: 15px;
    display: flex;
    flex-direction: column;
    width: 130px;
    border: 1px solid #dddddd;
    border-radius: 4px;
    box-shadow: 0 10px 20px #ccc;
    transition: 0.3s;
    position: absolute;
    top: 0;
    left: calc( -100% - 20px);
    opacity: 0;
    z-index: 505;
}

.vibro_design aside.active {
    left: 10px;
    opacity: 1;
}

.type_machine {
    display: flex;
    width: 100px;
    border: 1px solid #dddddd;
    margin: 0 12px 12px 0;
    transition: 0.3s;
}

.type_machine a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 12px 12px 25px 12px;
}

.type_machine svg {
    width: 100%;
    height: 45px;
    fill: #b2b2b2;
    transition: 0.3s;
}

.type_machine span {
    font-size: 14px;
    line-height: 18px;
    font-weight: 500;
    color: var(--main-blue);
    transition: 0.3s;
}

.type_machine.active {
    background-color: var(--main-red);
    border-color: var(--main-red);
}

.type_machine.active svg,
.type_machine.active span {
    fill: #fff;
    color: #fff;
}

.type_machine:hover {
    background-color: var(--main-blue);
    border-color: var(--main-blue);
}

.type_machine:hover svg,
.type_machine:hover span {
    fill: #fff;
    color: #fff;
}

.open_vibro_type {
    margin-left: auto;
    margin-bottom: 30px;
}

.vibro_content {
    display: flex;
    flex-direction: column;
}

.catalog_box .vibro_content {
    min-width: 100%;
    width: 100%;
    /* padding: 0 10px; */
}
.catalog_box .vibro_design {
    width: 100%;
    margin: 0 0 20px 0;
}
.catalog_box .vibro_inner {
    grid-template-columns: 1fr;
}
.vibro_material,
.vibro_element,
.vibro_type {
    display: flex;
    flex-direction: column;
    background-color: #f3f3f3;
    padding: 35px 40px 45px 40px;
    margin-bottom: 25px;
}

.material_grid {
    display: grid;
    grid-gap: 30px;
}

.vibro_info,
.vibro_content {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.7px;
    font-weight: 500;
    color: var(--main-blue);
}

.material_titile {
    display: inline-block;
    font-weight: 700;
    margin-bottom: 25px;
}

.vibro_info {
    display: flex;
    flex-direction: column;
}

.vibro_info li {
    margin-bottom: 15px;
}

.vibro_element label {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vibro_element svg {
    max-width: 190px;
    width: 100%;
    height: 100px;
    margin-bottom: 0;
}

.element_grid {
    display: grid;
    grid-gap: 30px;
}

.element_grid .element_one {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: auto;
}


.vibro_design input[type="checkbox"]:not(:checked) + .check_btn {
    margin-top: 15px;
    width: 30px;
    height: 30px;
    background-color: #fff;
    border: 1px solid #dddddd;
    border-radius: 3px;
    transition: 0.3s;
}

.vibro_design input[type="checkbox"]:checked + .check_btn {
    margin-top: 15px;
    width: 30px;
    height: 30px;
    background-color: var(--main-red);
    border: 1px solid var(--main-red);
    border-radius: 3px;
    transition: 0.3s;
    position: relative;
}

.vibro_design input[type="checkbox"]:checked + .check_btn::before {
    content: "";
    width: 10px;
    height: 5px;
    border: 3px solid #fff;
    border-top: none;
    border-right: none;
    position: absolute;
    transition: color 0.3s;
    top: 8px;
    left: 8px;
    transform: rotate(-45deg);
}

.vibro_qestion {
    position: relative;
}

.qestion_open {
    display: inline-block;
    font-size: 15px;
    font-weight: 500;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    width: 25px;
    height: 25px;
    background-color: #a1a1a1;
    border: 1px solid #a1a1a1;
    border-radius: 50%;
    cursor: pointer;
    transition: 0.3s; 
}

.qestion_open:hover {
    color: #a1a1a1;
    background-color: transparent;
}

.qestion_text {
    background-color: #d0d0d0;
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: -20px;
    padding: 15px;
}

.vibro_type ul {
    display: grid;
    grid-gap: 20px;
    width: 100%;
}

.vibro_type li {
    display: flex;
    align-items: center;
}

.vibro_type li label {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
}

.vibro_type input[type="checkbox"]:not(:checked) + .check_btn {
    margin: 0 15px 0 0;
}

.vibro_type input[type="checkbox"]:checked + .check_btn {
    margin: 0 15px 0 0;
}

.red_element {
    fill: red;
}

.only_desctop {
    display: none;
}

.mob-control_wrap {
    display: flex;
    align-items: center;
}

.message_Button {
    font-size: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 25px;
    background-color: #e75142;
    position: fixed;
    right: 10px;
    bottom: 30px;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.message_Button .svg_icon {
    width: 20px;
    height: 20px;
    fill: #fff;
}

.massangers_block {
    position: fixed;
    bottom: 90px;
    right: 10px;
    transition: 0.3s;
    opacity: 1;
    visibility: visible;
    width: 200px;
    padding: 15px;
    border-radius: 15px;
    background-color: #fff;
    z-index: 10;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.massangers_block.hidden {
    display: block !important;
    opacity: 0;
    visibility: hidden;
}

.massangers_block a {
    display: flex;
    align-items: center;
    padding: 5px 0;
    color: var(--main-blue);
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    transition: 0.3s;
}

.massangers_block a:hover {
    color: var(--main-red);
}

.massangers_block a .svg_icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}

.massangers_block a .svg_icon.viber {
    fill: #7360f2;
}

.massangers_block a .svg_icon.whatsapp {
    fill: #59cf67;
}

.massangers_block a .svg_icon.telegram {
    fill: #24a0dd;
}

@media screen and (max-width: 640px) {
    .item_block .article_text img {
        display: block;
        width: 100% !important;
        height: auto !important;;
    }
}

 /* --- Cheaper Together in Product Page --- */
.cheaper {
    display: flex;
    flex-direction: column;
    margin: 0 0 32px 0;
    padding-top: 22px;
}
.cheaper_slider:not(.slick-initialized) {
    display: flex;
    overflow: hidden;
}
.cheaper .slick-list {
    width: 100%;
    margin: 0;
}
.cheaper .added_goods {
    display: flex;
    padding: 16px 8px 0 0;
    border-top: 1px solid var(--border-color);
    margin: 0 0 16px 0;
    position: relative;
}

.cheaper .cart_kit .added_goods {
    border: none;
    padding: 16px 0 0 0;
}

.cheaper .product_body {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.cheaper A.delete_product {
    position: absolute;
    top: 14px;
    right: 0;
    width: 24px;
    height: 24px;
}

.cheaper A.delete_product .icon {
    top: 2px;
    left: 3px;
    width: 18px;
    height: 18px;
    fill: var(--icon-color-gray);
    position: relative;
    transition: .3s;
}

.cheaper A.delete_product:hover .icon {
    fill: var(--error);
    transition: .3s;
}

.cheaper .ag_photo {
    display: flex;
    margin: 0 16px 0 0;
    flex-shrink: 0;
    width: 74px;
    height: auto;
    position: relative;
    align-items: flex-start;
}

.cheaper .ag_photo Img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}

.cheaper .unavailability .ag_photo Img {
    opacity: .4;
}

.cheaper .ag_photo Span {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    background: var(--main-red);
    display: flex;
    width: max-content;
    padding: 2px 4px;
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    color: var(--text-white);
    border-radius: 0 0 var(--border-radius) 0;
}

.cheaper .unavailability .ag_photo Span {
    display: none;
}

.cheaper .ag_photo .if_gift {
    padding: 4px;
}

.cheaper .ag_photo .if_gift .icon {
    fill: var(--white);
}

.cheaper .item_text {
    display: flex;
    flex-direction: column;
    margin: 0 0 8px 0;
}

.cheaper .it_title {
    display: flex;
    margin: 0 0 8px 0;
}

.cheaper .price_box {
    display: flex;
    flex-wrap: wrap;
}

.cheaper .unavailability .it_title {
    opacity: .4;
}

.cheaper A.item_link {
    font-size: 16px;
    line-height: 1.2;
    color: var(--text);
    text-decoration: none;
    transition: .3s;
}

.cheaper A.item_link:hover {
    color: var(--main-red);
}

.cheaper .item_code {
    font-size: 13px;
    line-height: 1.2;
    color: var(--gray);
    width: 100%;
    margin: 0 0 6px 0;
    display: flex;
    align-items: center;
}

.cheaper .item_code.orange {
    color: var(--orange);
}
.cheaper_item {
    display: flex;
    flex-direction: column;
    background: var(--white);
    padding: 8px;
    border-radius: var(--border-radius);
    margin: 0 8px;
}
.slick-initialized .slick-slide.cheaper_item {
    display: flex;
}
.cheaper_slider:not(.slick-initialized) .cheaper_item {
    display: none;
}
.cheaper_slider:not(.slick-initialized) .cheaper_item:first-child {
    display: flex;
    width: 100%;
}
.cheaper .slick-arrow {
    z-index: 1;
    font-size: 0;
    width: 32px;
    height: 40px;
    position: absolute;
    cursor: pointer;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    transition: 0.3s;
}

.cheaper .slick-arrow.slick-next {
    left: auto;
    right: 0;
}
.cheaper .together {
    margin: 0 0 16px 0;
}

.cheaper .cheaper_item > .together {
    width: 100%;
}

.cheaper .added_goods {
    position: relative;
    padding: 0;
    margin: 0;
    border: none;
}
.cheaper .together .added_goods:first-child {
    margin: 0 0 8px 0;
}
.cheaper .ag_photo {
    align-items: center;
}
.cheaper .ag_photo A {
    position: relative;
}
.cheaper .it_title {
    margin: 0 0 8px 0;
}
.cheaper .select_color {
    margin: 8px 0 0 0;
}
.cheaper .select_color .tit {
    margin: 0 0 4px 0;
}
.cheaper .select_color.select_size A.disabled {
    pointer-events: none;
}
.cheaper .select_color LI:hover A.disabled {
    border-color: var(--border-color);
    background: unset;
}
.cheaper .price_box {
    flex-direction: row-reverse;
    align-items: baseline;
    justify-content: flex-end;
}
.cheaper .price_box .total_sum {
    font-size: 20px;
    white-space: nowrap;
}
.cheaper .total_sum_old {
    text-decoration: line-through;
    white-space: nowrap;
    margin: 0 0 0 16px;
    opacity: 0.75;
}
.cheaper .total_sum.active {
    color: var(--main-red);
}
.cheaper_plus {
    display: flex;
    position: relative;
    height: 30px;
    margin: 0 0 8px 0;
}
.cheaper_plus::before,
.cheaper_plus::after {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--text-gray);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: absolute;
    opacity: 0.75;
}
.cheaper_plus::after {
    transform: translate(-50%, -50%) rotate(90deg);
}
.cheaper_prise {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border-top: 1px solid var(--site-bg);
    padding: 16px 0 4px 0;
    width: calc(100% + 16px);
    margin: 0 0 0 -8px;
}
.cheaper_prise .together {
    display: flex;
    flex-direction: column;
    margin: 0 16px 0 0;
    align-items: flex-end;
}
.cheaper .cheaper_prise .total_sum {
    font-size: 24px;
    height: auto;
    margin: 0;
}
.cheaper .cheaper_prise .total_sum Small {
    font-size: 18px;
}
.cheaper_prise .to_cart .mobile {
    display: flex;
}
.cheaper_prise .to_cart .desktop {
    display: none;
}
.cheaper .slick-dots {
    display: flex;
    justify-content: center;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin: 16px 0 0 0;
}
.cheaper .slick-dots LI.slick-active Button {
    border-color: var(--main-red);
}
.cheaper .slick-dots LI.slick-active Button::before {
    background: var(--main-red);
}
.cheaper .slick-dots Button::before {
    background: var(--main-red);
}
