@charset "UTF-8";
:root {
    --container-width: 1124px;
    --accent-color-1: #379424;
    --accent-color-2: #0090ff;
    --accent-color-3: #ff671f;
    --accent-color-4: #ffad1f;
    --accent-color-5: #ff0000;
    --accent-color-6: #ff3333;
    --accent-color-7: #009f00;
}

@font-face {
    font-family: 'UniSansRegular';
    src: url("../fonts/UniSansRegular/UniSansRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/UniSansRegular/UniSansRegular.otf") format("opentype"), url("../fonts/UniSansRegular/UniSansRegular.woff") format("woff"), url("../fonts/UniSansRegular/UniSansRegular.ttf") format("truetype"), url("../fonts/UniSansRegular/UniSansRegular.svg#UniSansRegular") format("svg");
    font-weight: normal;
    font-style: normal;
}

/*------------------------------------------------------------------------------------     CSS Document of SUFIX © 2015. All rights reserved     -------------------------------------------------------------------------------------*/
BODY, HTML {
    /*-------------------------- налаштовуємо загальні стилі --------------------------*/
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.7;
    color: #616161;
    /*---------------------------------------------------------------------------------*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

A img {
    border: 0 solid;
    outline: none;
}

A {
    cursor: pointer;
    outline: none;
}

.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: var(--container-width);
    width: 100%;
    padding: 0 7px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

A:active {
    outline: none;
}

* {
    outline: none;
    -webkit-box-sizing: border-box;
    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;
}

Img {
    vertical-align: middle;
}

.sect_title {
    font-size: 30px;
    line-height: 1.2;
    letter-spacing: -0.01em;
    margin: 0 0 30px;
}

.long_div {
    position: relative;
    float: left;
    width: 100%;
}

.hidden {
    display: none !important;
}

/*------------------------- висота футера для притискання -------------------------*/
.for_footer_bottom {
    width: 100%;
    min-height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

/*-------------------------- вигляд стандартних інпутів ---------------------------*/
Input, Textarea, .feedback .long_div {
    position: relative;
    float: left;
    width: 100%;
    height: 45px;
    border: 1px solid #ddd;
    background-color: #fff;
    color: #616161;
    border-radius: 4px;
    font: 500 14px 'Montserrat', sans-serif;
    padding: 0 15px;
    -webkit-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

Textarea {
    padding: 12px 15px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: rgba(97, 97, 97, 0.7);
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: rgba(97, 97, 97, 0.7);
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: rgba(97, 97, 97, 0.7);
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-textarea-placeholder {
    color: rgba(97, 97, 97, 0.7);
}

Input:focus, Textarea:focus {
    border-color: var(--accent-color-1);
    -webkit-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

Input.error, Textarea.error {
    border: 1px solid #f00;
    -webkit-transition: all 0.2s linear 0.2s;
    -o-transition: all 0.2s linear 0.2s;
    transition: all 0.2s linear 0.2s;
}

input[type="submit"], input[type="reset"], button {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield;
}

/*-------------------------- вигляд стандартних кнопок ----------------------------*/
.common_but {
    background-color: var(--accent-color-3);
    color: #fff;
    border-radius: 4px;
    padding: 11.5px 14px;
    font: 600 13px/1.2 'Open Sans', sans-serif;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    float: none;
    border: none;
    text-decoration: none;
    text-transform: uppercase;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.common_but:hover {
    background-color: var(--accent-color-1);
}

.secondary_but {
    text-transform: uppercase;
    background-color: transparent;
    border: 3px solid #d3d3d3;
    border-radius: 4px;
    font-weight: 700;
    color: #909090;
    padding: 7px 32px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.secondary_but:hover {
    border-color: #909090;
}

a.no_bg_btn:hover {
    background: none;
}

A.common_but.submit_filters {
    background-color: var(--accent-color-1);
}

A.common_but.submit_filters:hover {
    background-color: var(--accent-color-7);
}

.btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn_group button + button {
    margin-left: 10px;
}

/*------------------------- вигляд стандартних заголовків -------------------------*/
.common_tit {
    width: 100%;
    margin: 10px 0;
    padding: 0;
    color: var(--accent-color-1);
    font-size: 20px;
    line-height: 1.2;
    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;
}

/*-------------------------------------------------------------------------------------------------     основні CSS стилі сайту     --------------------------------------------------------------------------------------------------*/
/* шапка сайту
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
Header.header {
    background-color: #fff;
    margin: 0 0 29px;
    width: 100%;
    z-index: 400;
}

/* languages
	------------------------------------------------------------------------------------------------------------------------------*/
.header-lang {
    font-size: 12px;
    line-height: 1;
    text-transform: uppercase;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-lang a {
    position: relative;
    text-decoration: none;
    border-bottom: 1px dashed currentColor;
    color: #a0a0a0;
}

.header-lang a:hover,
.header-lang a.active {
    border-bottom-color: transparent;
}

.header-lang a + a {
    margin-left: 16px;
}

.header-lang a + a:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: var(--accent-color-1);
    position: absolute;
    left: -10px;
    top: 50%;
    margin: -2px 0 0 0;
}

.header-lang a.active {
    color: var(--accent-color-3);
}

/* верхня частина шапки
	------------------------------------------------------------------------------------------------------------------------------*/
.for_top_menu {
    width: 100%;
    padding: 15.5px 0;
}

.for_top_menu .centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.top_menu {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.top_menu UL {
    width: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.top_menu UL LI {
    position: relative;
    font-size: 13px;
    font-weight: 400;
    line-height: 1;
}

.top_menu UL LI + LI {
    margin-left: 30px;
}

.top_menu UL LI A {
    text-decoration: none;
    color: #696969;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.top_menu UL LI A:hover,
.top_menu UL LI A.active {
    color: var(--accent-color-3);
}

.for_login {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    line-height: 0;
}

.for_login A {
    text-decoration: none;
    color: var(--accent-color-2);
    float: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
    margin: 0 0 0 26px;
    border-bottom: 1px dashed currentColor;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.for_login A.login:before,
.for_login A.logout:before {
    content: '';
    display: block;
    position: absolute;
    left: -26px;
    top: 50%;
    margin-top: -8px;
    width: 16px;
    height: 16px;
    background: url("../images/spritesheet.png") no-repeat -32px -63px;
}

.for_login A.logout {
    margin-left: 46px;
}

.for_login A.logout:before {
    background-position: -32px -117px;
}

.for_login A:hover,
.for_login A.active {
    color: var(--accent-color-3);
}

/* головна частина шапки
	------------------------------------------------------------------------------------------------------------------------------*/
.main_part {
    background-color: var(--accent-color-1);
    padding: 1px 0;
    width: 100%;
}

.main_part > .centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.for_logo A {
    text-decoration: none;
}

.for_logo Span {
    color: #777777;
    display: block;
    font: 300 15px/1.2 'Open Sans', sans-serif;
    margin: -20px 0 0 0;
}

.for_logo Img {
    vertical-align: top;
    max-width: 100%;
}

.phone_container {
    font-size: 0;
    line-height: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.address {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.btn-order-call {
    vertical-align: top;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    color: var(--accent-color-2);
    border-bottom: 1px dashed currentColor;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn-order-call:hover {
    color: var(--accent-color-3);
}

.phones {
    padding: 0 0 0 25px;
    z-index: 100;
}

.phones:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7.5px;
    background: url("../images/spritesheet.png") no-repeat 0 -63px;
    width: 15px;
    height: 15px;
}

.btn_phones {
    background: transparent url("../images/spritesheet.png") no-repeat -19px -63px;
    border: none;
    padding: 0;
    width: 9px;
    height: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -ms-flex-item-align: center;
    align-self: center;
    margin: 0 15px 0 10px;
    cursor: pointer;
}

.head_mail a {
    text-decoration: none;
    color: #117f8a;
    padding: 0 0 0 40px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.head_mail A:hover {
    color: #777777;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.question_text {
    width: 100%;
    font: 16px/20px 'Open Sans', sans-serif;
    color: #464646;
}

.for_order_call {
    width: auto;
    display: inherit;
}

.buy_me .for_order_call .common_but {
    width: auto;
    font-weight: 600;
    font-size: 13px;
    height: auto;
}

A.order_call {
    width: 150px;
    height: auto;
    font: 300 15px/25px 'Open Sans', 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/sprite.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: 250px;
    padding: 25px 20px 20px;
    z-index: 1001;
    color: #a1a1a1;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}

.standart_form .form_content {
    padding-bottom: 22px;
    text-align: center;
}

.order-call {
    position: absolute;
    right: 10px;
    top: 6px;
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    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 'Open Sans', 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 'Open Sans', sans-serif;
    border: 2px solid #117f8a;
    background-color: #117f8a;
    color: #fff;
    padding: 0;
    height: 43px;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.order-call-form__btn:hover {
    background-color: transparent;
    color: #117f8a;
}

.order-call-phones {
    margin-bottom: 6px;
}

.order-call-phones__item {
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    white-space: nowrap;
    color: #616161;
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.order-call-phones__item:first-child {
    position: static;
    display: block;
}

.order-call-phones__item--show {
    display: block;
}

.order-call-phones__item:hover {
    color: var(--accent-color-3);
}

A.sf_close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 11px;
    height: 11px;
    background: url(../images/sprite.png) no-repeat -517px -262px;
    padding: 0;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.sf_close--large {
    background: url("../images/spritesheet.png") no-repeat -283px 0;
    right: 10px;
    top: 10px;
    width: 17px;
    height: 17px;
}

A.sf_close:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.sf_title {
    width: 100%;
    font: 700 24px/1.2 'Open Sans', sans-serif;
    color: var(--accent-color-1);
    text-transform: uppercase;
    text-align: center;
    margin: 0 0 12px;
    padding: 0 30px;
}

.sf_title B {
    font-size: 32px;
    line-height: 1;
    color: var(--accent-color-1);
}

.cart_login_form .sf_title B {
    font: 700 20px/30px 'Open Sans', sans-serif;
}

.sf_title_min {
    padding: 0;
    line-height: 1;
}

.sf_title_min b {
    font-size: 16px;
    line-height: 1.2;
}

.standart_form .long_div + .long_div {
    margin: 10px 0 0 0;
}

/* Comparison
		-----------------------------------------------------------------------------------*/
.comparison {
    margin: 0 0 100px;
    width: 100%;
}

.comparison .one_good {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 0;
    width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100% / 3);
    flex: 1 0 calc(100% / 3);
}

.comparison .one_good:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.comparison .one_good .inner {
    position: relative;
    padding-right: 45px;
}

.comparison .og_photo {
    height: 217px;
}

.comparison_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.comparison_col:first-child {
    padding-top: 319px;
    max-width: 307px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 307px;
    flex: 1 0 307px;
}

.comparison_col:last-child {
    overflow-x: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.comparison_titles {
    font-weight: 700;
    line-height: 1.2;
    color: #282828;
    width: 100%;
}

.comparison_titles li {
    padding: 0 0 0 35px;
    height: 45px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comparison_titles li:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.btn_comparison {
    background-color: transparent;
    border: none;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-size: 13px;
    line-height: 1;
    color: #fff;
}

.btn_comparison_icon {
    display: block;
    position: relative;
    margin: 0 18px 0 0;
    background: url("../images/spritesheet.png") no-repeat -25px 0;
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-style: normal;
}

.btn_comparison span {
    position: absolute;
    right: -8px;
    top: -5px;
    color: #282828;
    font-size: 12px;
    font-weight: 700;
    width: 18px;
    height: 18px;
    line-height: 18px;
    border-radius: 100%;
    background-color: var(--accent-color-4);
}

.btn_add_comparison {
    background-color: transparent;
    position: relative;
    border: none;
    margin: 0 0 0 40px;
    padding: 0;
    border-bottom: 1px dashed var(--accent-color-2);
    font-weight: 600;
    font-size: 13px;
    color: var(--accent-color-2);
}

.btn_add_comparison.active {
    pointer-events: none;
    border: none;
    color: var(--accent-color-1);
}

.btn_add_comparison:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/spritesheet.png") no-repeat -138px -68px;
    position: absolute;
    left: -40px;
    top: 50%;
    margin: -12px 0 0 0;
}

.btn_add_comparison:hover {
    border-color: transparent;
}

/* міні кошик
		-----------------------------------------------------------------------------------*/
.for_mini_cart {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 0 10px;
}

.mc_empty, A.mc_with_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.mc_empty:before, A.mc_with_items:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/spritesheet.png") no-repeat 0 0;
}

.mc_empty .mc_num, A.mc_with_items .mc_num {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    width: 20px;
    height: 20px;
    margin: 0 0 0 11px;
    color: #282828;
    border-radius: 50%;
    background-color: var(--accent-color-4);
    font-size: 12px;
    font-weight: 700;
    pointer-events: none;
}

.mc_empty span.message {
    white-space: nowrap;
    font-size: 14px;
    font-weight: 300;
    background-color: transparent;
    position: absolute;
    left: 50%;
    color: #a1a1a1;
    width: 150px;
    margin: 0 0 0 -75px;
    bottom: -30px;
    top: auto;
    line-height: 1.2;
    height: auto;
    -webkit-transition: opacity .3s, bottom .3s;
    -o-transition: opacity .3s, bottom .3s;
    transition: opacity .3s, bottom .3s;
    opacity: 0;
}

.mc_empty:hover span.message {
    bottom: -20px;
    opacity: 1;
}

.mc_total {
    margin: 0 0 0 10px;
    font-weight: 700;
    font-size: 15px;
    color: #fff;
}

A.mc_with_items {
    text-decoration: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

A.mc_with_items B {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.mc_with_items:hover B {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.mc_window {
    width: 401px;
    background: #f2f2f2;
    padding: 10px 20px;
    z-index: 1001;
    color: #a1a1a1;
    position: absolute;
    top: 44px;
    right: 0;
    display: none;
}

.mc_window .sf_title {
    font: 700 20px/30px 'Open Sans', sans-serif;
    color: #333333;
    margin: 0;
    padding: 0;
}

.mw_all {
    width: 100%;
}

.mw_one {
    width: 100%;
    padding: 10px 0;
}

.mw_photo {
    width: 107px;
    height: 107px;
    background: #fff;
    border: 1px solid #c9c7c7;
    margin: 0 10px 0 0;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.mw_one:hover .mw_photo {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.mw_photo Div {
    width: inherit;
    height: inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.mw_photo Div Img {
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}

.mw_name {
    width: 225px;
    overflow: hidden;
    font: 700 14px/1.3 'Open Sans', sans-serif;
}

.mw_name Div {
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.mw_name A {
    color: var(--accent-color-1);
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.mw_one:hover .mw_name A {
    color: var(--accent-color-2);
}

.mw_price {
    display: none;
}

.mc_window .long_div {
    margin: 10px 0;
}

.for_mini_cart .mw_total {
    width: 100%;
    text-align: center;
    border-top: 1px solid #c3c3c3;
}

.for_mini_cart .common_but {
    width: 265px;
}

.mw_total {
    width: 45%;
    text-align: left;
    margin: 9px 0 0;
    color: #737373;
    font: 300 23px/30px 'Open Sans', sans-serif;
}

.mw_total B {
    color: #117f8a;
    font-weight: 700;
    font-size: 25px;
}

.mc_window A.common_but {
    left: 50%;
    margin: 0 0 0 -133px;
}

/* вікно кошика
		-----------------------------------------------------------------------------------*/
.cart_window, .zoom_window {
    width: 682px;
    min-height: 200px;
    background: #fff;
    padding: 20px 30px 30px;
    position: absolute;
    z-index: 1002;
    top: 100px;
    left: 50%;
    margin: 0 0 0 -341px;
    display: none;
}

.cart_window {
    max-width: 790px;
    background-color: #fff;
    padding: 0;
    margin: 0 auto;
    right: 0;
    left: 0;
}

.cart_window .standart_form {
    top: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
}

.cart_left {
    display: table-cell;
    width: auto;
    height: auto;
    vertical-align: top;
    padding: 30px 20px;
}

.sf_small_title {
    width: 100%;
    text-align: left;
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #777;
    margin: 0 0 25px;
}

.sf_small_title > a {
    color: var(--accent-color-2);
    text-decoration: underline;
}

.sf_small_title > a:hover {
    text-decoration: none;
}

.od_dropdown {
    width: 100%;
    margin: 0 0 10px;
}

.od_dropdown .dropdown {
    border: 1px solid #ddd;
    border-radius: 4px;
    width: 100%;
    height: 45px;
    padding: 0 15px;
}

.od_dropdown .dropdown.dropdown-open {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.od_dropdown .dropdown .overflow {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.od_dropdown .dropdown .overflow span {
    width: 100%;
    color: rgba(97, 97, 97, 0.7);
    font: 500 14px/1 'Montserrat', sans-serif;
    padding-right: 20px;
}

.od_dropdown .dropdown .overflow span b {
    position: absolute;
    right: 0;
}

.od_dropdown .dropdown UL {
    right: -1px;
    left: -1px;
    top: 100%;
    width: auto;
    border: 1px solid #ddd;
}

.od_dropdown .dropdown UL LI A {
    padding: 5px 15px;
    font-weight: 500;
    color: rgba(97, 97, 97, 0.7);
}

.od_dropdown .dropdown UL LI A:hover {
    color: var(--accent-color-1);
}

.od_input {
    width: 100%;
    margin: 0 0 10px;
}

.od_input input {
    width: 100%;
}

.custom_select {
    position: relative;
    margin-top: 10px;
    float: left;
    width: 100%;
}

.custom_select:after {
    content: '';
    display: block;
    position: absolute;
    right: 20px;
    top: 50%;
    width: 7px;
    height: 4px;
    margin-top: -2px;
    background: url(../images/spritesheet.png) no-repeat -60px -61px;
}

.np {
    width: 100%;
}

.np select {
    height: 45px;
    width: 100%;
    background-color: transparent;
    border: 1px solid #ddd;
    border-radius: 4px;
    font: 500 14px 'Montserrat', sans-serif;
    color: rgba(97, 97, 97, 0.7);
    padding: 0 11px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.np select option {
    padding: 0;
}

.od_text {
    width: 100%;
    font: 300 13px/18px 'Open Sans', sans-serif;
    color: #777;
    margin: 0 0 20px;
}

.od_text a {
    color: var(--accent-color-1);
    font-size: 14px;
    text-decoration: underline;
}

.od_text a:hover {
    text-decoration: none;
}

.od_checkbox {
    width: 100%;
    margin: 0 0 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.od_checkbox input[type="checkbox"] {
    width: auto;
    height: auto;
}

.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/sprite.png) no-repeat -516px -296px;
    position: absolute;
    top: 3px;
    left: 2px;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
    opacity: 0;
}

.od_checkbox .checkbox.active b:before {
    opacity: 1;
    -webkit-transition: all 0.3s linear 0s;
    -o-transition: all 0.3s linear 0s;
    transition: all 0.3s linear 0s;
}

.checkbox_text {
    display: inline-block;
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #777;
    vertical-align: middle;
}

.checkbox_text a {
    color: #777;
}

.cart_left .box_c {
    margin: 0 0 20px;
}

.cart_left .cart_close_link {
    color: var(--accent-color-1);
}

.cart_left .cart_close_link:hover {
    text-decoration: none;
}

.cart_right {
    display: table-cell;
    width: 350px;
    vertical-align: top;
    background-color: #f3f3f3;
    height: auto;
    padding: 75px 20px 30px 20px;
}

.cart_right .one_ct_good {
    width: 100%;
    padding: 20px 0 20px;
    border-bottom: 1px dashed #777;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.cart_right .right_box_cart {
    width: 180px;
}

.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 'Open Sans', 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;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.cart-contacts-tel .order-call-phones__item {
    display: block;
}

.cart-contacts-tel span {
    width: 100%;
    display: block;
    float: none;
    color: #117f8a;
    font: 400 20px/1.5 'Open Sans', sans-serif;
    text-align: center;
    position: relative;
}

.cart-contacts .common_but:not(.sale_send) {
    display: inline;
    width: auto;
    padding: 0;
    color: var(--accent-color-2);
    background-color: transparent;
    text-transform: none;
    text-decoration: none;
    border: none;
    border-bottom: 1px dashed currentColor;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.2;
    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(--accent-color-3);
}

.zoom_window {
    margin-left: -400px;
}

.cart_window A.sf_close, .zoom_window A.sf_close {
    width: 19px;
    height: 19px;
    background-position: -579px -257px;
    top: -12px;
    right: -22px;
}

.cart_window A.sf_close {
    top: 10px;
    right: 10px;
}

.mc_place {
    width: 100%;
}

.one_ct_good {
    width: 50%;
    min-height: 97px;
    padding: 0;
}

.one_ct_good .mw_photo {
    margin: 0 10px 0 0;
}

.one_ct_good:hover .mw_photo {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.one_ct_good .mw_name {
    padding: 0 20px 0 0;
    width: 100%;
}

.one_ct_good:hover .mw_name A {
    color: var(--accent-color-3);
}

.cart_total {
    width: 100%;
    margin: 0 0 7px 0;
}

.title_cart_total {
    display: inline-block;
    float: left;
    color: #737373;
    font: 500 16px/30px 'Open Sans', sans-serif;
}

A.ct_plus, A.ct_minus {
    width: 22px;
    height: 28px;
    text-decoration: none;
    text-align: center;
}

A.ct_plus I, A.ct_minus I {
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.ct_plus:hover I, A.ct_minus:hover I {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.ct_plus Span, A.ct_minus Span {
    position: relative;
    z-index: 1;
}

A.ct_plus B, A.ct_minus B {
    width: 18px;
    height: 18px;
    color: #a8a8a8;
    font: 700 16px/30px 'Open Sans', sans-serif;
}

A.ct_plus B:hover, A.ct_minus B:hover {
    color: #117f8a;
}

.cart_total Input {
    width: 42px;
    height: 24px;
    border: 1px solid #c2c2c2;
    position: relative;
    float: left;
    margin: 3px 0 0;
    text-align: center;
    color: #117f8a;
    font: 500 16px/16px 'Open Sans', sans-serif;
    padding: 0;
    border-radius: 2px;
}

.cart_cost {
    width: 100%;
    text-align: left;
    color: #333;
    font: 700 18px/1 'Open Sans', sans-serif;
}

A.ct_delete {
    position: absolute;
    top: 4px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../images/sprite.png) no-repeat -517px -262px;
    padding: 0;
    z-index: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.ct_delete:hover {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.right_box_cart {
    width: 185px;
}

.cw_bottom {
    width: 50%;
}

.bottom_block {
    margin-bottom: 20px;
    width: 100%;
}

.bottom_block .mw_total {
    width: 100%;
    border-bottom: 1px dashed #777;
    padding: 0;
}

.bottom_block .mw_total + .mw_total {
    margin-bottom: 20px;
}

.bottom_block .mw_total > div {
    font: 400 14px/35px 'Open Sans', sans-serif;
    color: #777;
}

.bottom_block .mw_total:last-child {
    border: none;
}

.bottom_block .mw_total B {
    font: 700 26px/1 'Open Sans', sans-serif;
    color: #333;
}

/* нижня частина шапки
	------------------------------------------------------------------------------------------------------------------------------*/
/* головне меню
	-----------------------------------------------------------------------------------*/
.catalog_menu {
    width: 255px;
    height: 435px;
    position: absolute;
    left: 0;
    top: calc(100% + 30px);
    z-index: 350;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    padding: 13px 0;
}

.for_main_menu.active .catalog_menu {
    height: auto;
}

.subpage .catalog_menu {
    padding-bottom: 12px;
    height: auto;
}

.btn_view_all {
    margin: auto 28px 0 28px;
    background-color: #fff;
    border-radius: 4px;
    border: none;
    padding: 11px 0;
    color: var(--accent-color-1);
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_view_all:hover {
    background-color: var(--accent-color-1);
    color: #fff;
}

.subpage .btn_view_all {
    display: none;
}

.for_main_menu {
    height: inherit;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}

.for_main_menu Nav {
    position: static;
    width: 100%;
}

.for_main_menu Nav:after {
    left: auto;
    right: 0;
}

.for_main_menu Nav UL {
    position: static;
    float: left;
    width: 100%;
}

.for_main_menu Nav UL LI {
    position: static;
}

.subpage .for_main_menu Nav UL LI.hidden {
    display: block !important;
}

.for_main_menu Nav UL LI A {
    position: relative;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.2;
    color: #616161;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 28px;
    min-height: 48px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.for_main_menu Nav UL LI A.arrow:after {
    content: '';
    display: block;
    background: url("../images/spritesheet.png") no-repeat -52px 0;
    width: 5px;
    height: 9px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: auto;
}

.for_main_menu Nav UL LI A:hover, .for_main_menu Nav UL LI A.active {
    color: var(--accent-color-3);
}

.for_main_menu Nav UL LI A Span {
    width: inherit;
    height: 49px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.for_main_menu Nav UL LI A.active_drop b {
    display: block;
    position: absolute;
    right: 4px;
    top: 50%;
    margin-top: -4px;
    width: 12px;
    height: 7px;
    background: url(../images/sprite.png) no-repeat -571px -669px;
}

/* випадайка головного меню
	-----------------------------------------------------------------------------------*/
.for_evry_drop {
    background-color: #f4f4f4;
    border: 1px solid #ddd;
    border-left: none;
    width: calc(var(--container-width) - 255px - 14px);
    height: calc(100% + 2px);
    position: absolute;
    top: -1px;
    left: 254px;
    right: 0;
    z-index: 50;
    padding: 20px 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-line-pack: start;
    align-content: flex-start;
    display: none;
}

.for_evry_drop.for_evry_simple_drop {
    width: 250px;
}

.one_col {
    max-width: 33.33%;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 33.33%;
    flex: 1 1 33.33%;
    height: auto !important;
}

.one_col:first-child {
    margin: 0;
}

.for_main_menu Nav UL LI UL.ul_one {
    padding: 0;
    margin: 0;
    position: relative;
    float: left;
    list-style: none;
    width: 100%;
    left: 0;
    background: none;
    border-radius: 0;
}

UL.ul_one LI {
    position: relative;
    float: left;
    width: 100%;
    background: none;
    height: auto;
}

.for_main_menu Nav UL LI UL.ul_one LI A {
    font-weight: 700;
    color: #282828;
    text-decoration: none;
    padding: 0;
    height: auto;
}

.for_main_menu Nav UL LI UL.ul_one LI A img {
    margin: 0 0 30px;
    display: block;
    max-height: 65px;
}

.for_main_menu Nav UL LI UL.ul_one LI:hover A + UL {
    visibility: visible;
    opacity: 1;
}

.for_main_menu Nav UL LI UL.ul_one LI A {
    padding: 6px 35px;
    min-height: 35px;
    display: block;
    float: none;
}

.for_main_menu Nav UL LI UL.ul_one LI A:after {
    display: none;
}

.for_main_menu Nav UL LI UL.ul_one > LI:hover > A,
.for_main_menu Nav UL LI UL.ul_one > LI > A.active {
    color: var(--accent-color-2);
}

.for_main_menu Nav UL LI UL.ul_one LI UL {
    list-style: none;
    float: left;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.for_main_menu Nav UL LI UL.ul_one LI UL LI + LI {
    margin-top: 7px;
}

.for_main_menu Nav UL LI UL.ul_one LI UL LI A {
    font-weight: 400;
    font-size: 13px;
    padding: 0 35px;
    min-height: 0;
}

.for_main_menu Nav UL LI UL.ul_one LI UL LI A:hover,
.for_main_menu Nav UL LI UL.ul_one LI UL LI A.active {
    color: var(--accent-color-2);
}

/*------------------------------- адаптивне меню ---------------------------------*/
.cd-dropdown {
    background-color: var(--accent-color-1);
    color: #fff;
}

.cd-dropdown .cd-close::after, .cd-dropdown .cd-close::before {
    background: #fff;
}

.for_main_menu Nav UL.cd-dropdown-content LI A, .cd-dropdown-content A, .cd-dropdown-content UL A {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    font: 15px/18px 'Open Sans', sans-serif;
}

.cd-dropdown-content A:hover, .cd-dropdown-content UL A:hover {
    color: #33c0c6;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    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;
}

.menu_overlay {
    background-color: rgba(0, 0, 0, 0.3);
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 300;
    display: none;
}

.btn_catalog {
    background-color: transparent;
    border: none;
    border-left: 1px solid #43b02a;
    border-right: 1px solid #43b02a;
    padding: 0 39px 0 23px;
    margin: 0 10px 0 0;
    min-width: 255px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    white-space: nowrap;
    font-family: 'UniSansRegular', sans-serif;
    font-size: 16px;
    line-height: 1;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_catalog:after {
    content: '';
    display: block;
    height: 31px;
    position: absolute;
    bottom: -30px;
    right: 0;
    left: 0;
}

.btn_catalog span {
    border-bottom: 3px solid #fff;
    border-top: 3px solid #fff;
    width: 21px;
    height: 17px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 25px 0 0;
    position: relative;
}

.btn_catalog span:after {
    content: '';
    display: block;
    background-color: #fff;
    position: absolute;
    right: 0;
    left: 0;
    top: 50%;
    margin-top: -1.5px;
    height: 3px;
}

.btn_catalog:hover,
.btn_catalog.active {
    background-color: #43b02a;
}

/* пошук в шапці
		-----------------------------------------------------------------------------------*/
.for_search {
    max-width: 445px;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 10px 0;
    margin: 0 10px;
}

.for_search Input {
    width: 100%;
    height: 39px;
    background-color: transparent;
    border: 1px solid #43b02a;
    border-radius: 4px;
    padding: 0 49px 0 18px;
    color: #fff;
    font: 400 13px/1.2 'Montserrat', sans-serif;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.for_search Input:focus {
    border-color: #fff;
}

.for_search A {
    position: absolute;
    top: 50%;
    right: 17px;
    margin: -8.5px 0 0 0;
    width: 17px;
    height: 17px;
}

.for_search Form A::before {
    content: '';
    width: inherit;
    height: inherit;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/spritesheet.png") no-repeat -57px -40px;
}

.search_variants {
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    z-index: 9;
    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%;
    padding: 0 0 2px 0;
}

.for_search .search_variants UL LI A {
    position: relative;
    display: block;
    width: 100%;
    background: none;
    border-radius: 0;
    height: auto;
    border: none;
    right: auto;
    left: 0;
    top: 0;
    margin-top: 0;
    color: #737373;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    line-height: 1.2;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.search_variants UL LI A.all_results {
    color: #117f8a;
    text-align: right;
    padding: 10px;
}

.for_search .search_variants UL LI A:hover {
    background: #eaeaea;
    color: #117f8a;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.search_variants UL LI A.all_results:hover {
    text-decoration: underline;
    background: none;
}

.search_variants UL LI A Img {
    position: relative;
    float: left;
    max-width: 74px;
    max-height: 81px;
    margin: 0 12px 0 0;
}

/* пошук результатів
		-----------------------------------------------------------------------------------*/
.search {
    width: 100%;
    margin: 0 0 20px 0;
}

.ser_prev {
    margin-bottom: 20px;
    width: 100%;
}

.ser_prev a {
    color: var(--accent-color-1);
    text-decoration: none;
}

.ser_prev a:hover {
    color: var(--accent-color-2);
}

.ser_prev .long_div {
    margin: 0 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.ser_prev Label {
    width: 200px;
    text-align: right;
    margin: 0 12px 0 0;
    font: 300 15px/26px 'Open Sans', sans-serif;
}

.ser_prev Span {
    width: auto;
    font-size: 18px;
    line-height: 1.2;
    color: var(--accent-color-1);
}

.search_list {
    width: 100%;
    padding: 0 0 10px;
}

.search_list .common_tit {
    margin: 0 0 30px;
}

.search_list .one_search_res {
    margin: 0 0 20px 0;
    padding: 6px 10px;
    background: #fff;
    border-bottom: 1px solid #c9c7c7;
}

.one_search_res A {
    font-size: 16px;
    line-height: 1.2;
    text-decoration: underline;
    color: var(--accent-color-1);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.one_search_res A:hover {
    text-decoration: none;
}

.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 'Open Sans', sans-serif;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
}

.search_list .filter_box UL LI UL LI A:hover {
    color: #117f8a;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
}

/* поле контенту
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.content {
    width: 100%;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.main_col {
    width: 100%;
    padding: 0 0 0 0;
}

.compare {
    padding: 0 0 50px;
    width: 100%;
}

.compare .btn_group + .primary_title {
    margin-top: 40px;
}

.compares_box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 30px;
    margin: 0 0 30px;
}

.compares_box .og_price {
    margin: 0;
}

.advantages_wrap {
    width: 100%;
    float: left;
}

.advantages {
    border: 1px solid #ddd;
    border-top: none;
    width: 100%;
    min-height: 120px;
    margin: 0 0 72px;
    padding: 16px 29px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.3;
    color: #424242;
}

.advantage {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px 0 0;
    margin: 0;
}

.advantage_img {
    margin: 0 31px 0 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

/* хлібні крихти
		--------------------------------------------------------------------------*/
.clickpath_place {
    width: 100%;
    margin: 0 0 22px;
    color: #616161;
}

.clickpath_place .clickpath {
    width: 100%;
    padding: 21px 0 0 0;
}

.clickpath_place .clickpath Div {
    position: relative;
    float: left;
}

.clickpath A {
    position: relative;
    float: left;
    color: #616161;
    font-size: 13px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.clickpath A:hover span {
    text-decoration: none;
}

.clickpath B {
    position: relative;
    float: left;
    font-weight: 400;
}

.clickpath Span {
    text-decoration: underline;
    position: relative;
    float: left;
}

.current a {
    cursor: default;
}

.current span {
    text-decoration: none;
}

/* слайдер
		-----------------------------------------------------------------------------------*/
.for_slider {
    width: 100%;
}

.for_slider .centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.main_slider {
    width: calc(100% - 255px);
    margin-left: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.subpage .main_slider {
    margin: 0 0 50px;
    width: 100%;
}

.main_slider img {
    max-width: 100%;
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.main_slider_item {
    margin: 0;
}

.main_slider_item a {
    position: relative;
    z-index: 100;
    display: block;
}

.main_slider_caption {
    font-weight: 700;
    line-height: 1;
    color: #fff;
    padding: 0 0 0 111px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    z-index: 10;
}

.main_slider_title {
    font-size: 48px;
    margin: 0 0 22px;
}

.main_slider_subtitle {
    font-size: 30px;
    margin: 0 0 2px;
}

.main_slider_sm {
    font-size: 20px;
    line-height: 1.2;
    margin: 0 0 51px;
}

.main_slider_btn {
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 4px;
    padding: 12px 26px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.main_slider_btn:hover {
    border-color: var(--accent-color-4);
    color: var(--accent-color-4);
}

.main_slider_ribbon {
    position: absolute;
    right: 35px;
    top: 32px;
    background-color: var(--accent-color-5);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
    border-radius: 3px;
    padding: 9px 22px;
}

.main_slider .slick-arrow {
    background-color: transparent;
    border-radius: 0;
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider .slick-prev::before,
.main_slider .slick-next::before {
    background-position-y: -16px;
    width: 11px;
    height: 18px;
    position: static;
}

.main_slider .slick-prev {
    right: auto;
    left: 33px;
}

.main_slider .slick-next {
    right: 33px;
}

.main_slider .slick-prev:after {
    display: none;
}

.main_slider .slick-prev:before {
    background-position-x: -51px;
    left: 0;
}

.main_slider .slick-next:before {
    background-position-x: -66px;
    left: 0;
}

.main_slider .slick-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: absolute;
    bottom: 27px;
    right: 34px;
    left: 0;
    z-index: 10;
}

.main_slider .slick-dots li + li {
    margin: 0 0 0 10px;
}

.main_slider .slick-dots button {
    background-color: transparent;
    padding: 0;
    font-size: 0;
    width: 16px;
    height: 16px;
    border-radius: 100%;
    border: 1px solid transparent;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.main_slider .slick-dots button:after {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background-color: #fff;
}

.main_slider .slick-dots .slick-active button {
    border-color: #fff;
}

.for_banner {
    margin: 0 0 50px;
    width: 100%;
}

.main_banner {
    width: 100%;
    height: 428px;
    overflow: hidden;
}

.slider_fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 428px;
    z-index: 1;
}

/*.slider_fon:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(17, 127, 138, .8);
    z-index: -1;
}*/
.slider_fon.active {
    z-index: 2;
}

.slider_fon .centre {
    padding: 0;
}

.slider_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 428px;
}

.slider_text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 428px;
    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 'Open Sans', 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;
}

.slider_arrows {
    position: absolute;
    top: 50%;
    left: 0;
    margin: -29px 0 0 0;
    width: 100%;
}

.slider_arrows .centre {
    width: 968px;
}

.slider_left, .slider_right {
    width: 38px;
    height: 58px;
    z-index: 3;
}

.slider_left A, .slider_right A {
    width: 38px;
    height: 58px;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -56px -87px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    display: none;
}

.slider_right A {
    background-position: -216px -87px;
}

.slider_left A:hover {
    background-position: -60px -87px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.slider_right A:hover {
    background-position: -212px -87px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.slider_place {
    position: absolute;
    z-index: 3;
    bottom: 40px;
    left: 0;
    width: 100%;
    height: 19px;
}

.slider_pag {
    width: 100%;
    float: none;
    text-align: center;
}

.slider_pag A {
    width: 19px;
    height: 19px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    margin: 0 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.slider_pag A:hover, .slider_pag A.active {
    background: #fff;
    border-color: #fff;
}

.long_span {
    display: inline-block;
    width: 100%;
}

/* вітрина
		-----------------------------------------------------------------------------------*/
.shop_window {
    width: 100%;
}

.sw_links {
    width: 100%;
    margin: 0 0 11px;
    padding: 0 0 10px;
    border-bottom: 2px solid #eee;
}

.sw_links > .centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sw_links UL {
    width: auto;
}

.sw_links UL LI {
    margin-right: 71px;
    position: relative;
    float: left;
}

.sw_links UL LI A {
    position: relative;
    float: left;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #282828;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.sw_links UL LI A:after {
    content: '';
    display: block;
    background-color: var(--accent-color-1);
    position: absolute;
    bottom: -12px;
    right: 0;
    left: 0;
    height: 2px;
    opacity: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.sw_links UL LI A span {
    width: 24px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: var(--accent-color-1);
    font-size: 12px;
    color: #fff;
    border-radius: 100%;
}

.sw_links UL LI A:hover:after,
.sw_links UL LI A.active:after {
    opacity: 1;
}

.sw_place .catalog {
    display: block;
    margin: 0 0 69px;
    padding: 0;
}

A.show_all {
    border: 2px solid #117f8a;
    background-color: #117f8a;
    color: #fff;
    font: 500 15px/22px 'Open Sans', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
    padding: 5px 15px;
    display: inline-block;
    vertical-align: top;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.show_all--simple {
    background: none;
    border: none;
    padding: 0;
    float: right;
    color: #117f8a;
    font: 400 15px/1 'Open Sans', sans-serif;
    text-decoration: underline;
    text-transform: none;
    margin: 0 30px 0 auto;
}

A.show_all:hover {
    background-color: transparent;
    color: #117f8a;
    text-decoration: none;
}

/* меню категорій
		-----------------------------------------------------------------------------------*/
.categories {
    width: 100%;
    margin: 0 0 25px 0;
}

.one_cat {
    width: calc((100% - 13.33333333333333px * 3) / 4);
    margin: 0 13.33333333333333px 17px 0;
}

.one_cat:nth-child(4n+4) {
    margin-right: 0;
}

.one_cat:hover .oct_title A {
    color: var(--accent-color-1);
}

.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: table-cell;
    width: inherit;
    height: inherit;
    color: #282828;
    vertical-align: middle;
    text-decoration: none;
    font-size: 20px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.oct_title A:hover {
    color: var(--accent-color-1);
}

.oc_figure {
    width: 100%;
    height: 224px;
    margin: 0;
}

.oc_figure__link {
    position: relative;
    width: inherit;
    height: inherit;
}

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;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    padding: 0 0 0 13px;
}

.oct_text A:hover {
    color: #6e296d;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    position: relative;
    float: right;
}

.oct_more A:hover {
    color: #ab19a9;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

a.detail_btn:hover {
    color: #ff5639;
    border-color: #ff5639;
}

/* стаття
		-----------------------------------------------------------------------------------*/
.article_place {
    padding: 65px 0;
    width: 100%;
}

Article {
    width: 100%;
}

Article Header {
    width: 100%;
    position: relative;
    float: left;
}

Article Header H1, Article Header H2, Article h3, Article h4, Article h5, Article h6, Article .article_text H1, Article .article_text H2, Article .article_text H3, .faild, .all_right {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 24px;
    padding: 0;
    color: #616161;
    font: 600 30px/1.2 'Open Sans', sans-serif;
}

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;
    color: var(--accent-color-1);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

Article .article_text A:hover {
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

Article .article_text H2 {
    font: 700 22px/1.2 'Open Sans', sans-serif;
    text-transform: none;
    text-align: left;
    margin: 0 0 2px 0;
    color: #707070;
}

Article .article_text H3 {
    font: 900 25px/25px 'Open Sans', sans-serif;
}

Article .article_text P {
    padding: 0 0 20px 0;
    margin: 0;
    width: 100% !important;
    position: relative;
}

Article UL,
Article .article_text UL {
    width: 100%;
    float: none;
    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 #117f8a;
    padding: 0 0 4px 10px;
    font-style: italic;
}

Article .article_text Table {
    max-width: 100%;
}

.article_open {
    width: 100%;
    position: relative;
    float: left;
}

.article_close {
    width: 100%;
    position: relative;
    float: left;
    display: none;
}

.for_article_link {
    margin: 12px 0 0 0;
}

Article .article_text A.read_more, Article .article_text A.read_less {
    display: inline-block;
    vertical-align: top;
    border: 3px solid #d3d3d3;
    border-radius: 4px;
    font-weight: 700;
    color: #909090;
    padding: 3.5px 32px;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

Article .article_text A.read_more:hover, Article .article_text A.read_less:hover {
    border-color: #909090;
}

/* бренди
		-----------------------------------------------------------------------------------*/
.brands_place {
    width: 100%;
    padding: 76px 0 34px;
    background-color: #f4f4f4;
}

.ob_box {
    width: 100%;
    padding: 0 0 0 237px;
}

.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/sprite.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/sprite.png) no-repeat -506px -100px;
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    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;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}

.ob_container {
    width: 100%;
}

.ob_container .slick-arrow {
    background-color: #fff;
    top: 28px;
}

.ob_container .slick-prev {
    right: auto;
    left: -237px;
}

.ob_container .slick-next {
    right: auto;
    left: -204px;
}

.ob_one_logo A {
    width: 100%;
    height: inherit;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.ob_one_logo A span {
    display: block;
    text-align: center;
    vertical-align: middle;
    width: inherit;
    padding: 0 10px;
}

.ob_one_logo A Img {
    max-width: 100%;
    margin: 0 auto;
}

/* Information box
		-----------------------------------------------------------------------------------*/
.info_box_sect {
    background-color: #f4f4f4;
    padding: 35px 0 37px;
    width: 100%;
}

.info_box_top {
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 24px 41px 24px 34px;
}

.info_box_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 1.2;
}

.info_box_link {
    font-weight: 600;
    color: var(--accent-color-2);
    white-space: nowrap;
}

.info_box_link:hover {
    text-decoration: none;
}

.info_articles {
    display: grid;
    grid-template-columns: 50% 24.324% 25.676%;
    width: 100%;
}

.info_article {
    height: 380px;
    grid-row-end: span 2;
    background-color: #000;
    position: relative;
    padding: 0;
    overflow: hidden;
}

.info_article:nth-child(2n) {
    grid-row-end: span 1;
}

.info_article_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.info_article:nth-child(2n) {
    height: 190px;
}

.info_article_title {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 29px 19px 29px;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.info_article_icon {
    display: block;
    margin: 0 0 20px;
    position: relative;
    width: 30px;
    height: 8px;
    border-bottom: 2px solid #fff;
    border-top: 2px solid #fff;
    -webkit-transition: border-color .3s;
    -o-transition: border-color .3s;
    transition: border-color .3s;
}

.info_article_icon:after {
    content: '';
    display: block;
    position: absolute;
    bottom: -8px;
    right: 0;
    left: 0;
    background-color: #fff;
    width: 20px;
    height: 2px;
    -webkit-transition: background-color .3s;
    -o-transition: background-color .3s;
    transition: background-color .3s;
}

.info_article:hover .info_article_img {
    opacity: .4;
}

.info_article:hover .info_article_icon {
    border-color: var(--accent-color-4);
}

.info_article:hover .info_article_icon:after {
    background-color: var(--accent-color-4);
}

.info_article:hover .info_article_title {
    color: var(--accent-color-4);
}

/* відгуки + останні відгуки
		-----------------------------------------------------------------------------------*/
.review_place, .review_place_main {
    width: 100%;
    background-color: #f4f4f4;
    padding: 55px 0 47px;
}

.review_place {
    padding: 40px 0 88px calc((100vw - var(--container-width)) / 2 - 8px);
}

.review_place_arrows {
    margin: 24px 0 61px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}

.review_place .slick-arrow {
    background-color: #fff;
    position: relative;
    right: 0;
    top: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.review_place_main {
    margin-bottom: 52px;
}

.btn_leave_review {
    border-radius: 4px;
    padding: 6px 13px;
    border: 3px solid var(--accent-color-3);
    background-color: transparent;
    color: var(--accent-color-3);
    font-weight: 700;
    font-size: 14px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_leave_review:hover {
    background-color: var(--accent-color-3);
    color: #fff;
}

.reviews_row {
    position: relative;
    padding: 0 0 0 285px;
}

.reviews_col:first-child {
    position: absolute;
    left: 7px;
    top: 0;
}

.reviews_col:last-child .review_place_arrows,
.reviews_col:last-child .btn_leave_review {
    display: none;
}

.rew_box {
    padding: 10px 0 0 0;
    width: 100%;
}

.one_rew {
    background-color: #fff;
    padding: 21px 33px;
    margin: 0 30px 0 0;
    min-height: 169px;
}

.one_rew.slick-active + .one_rew.slick-active + .one_rew.slick-active {
    opacity: .5;
}

.review_place_main .one_rew.slick-active + .one_rew.slick-active + .one_rew.slick-active {
    opacity: 1;
}

.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%;
    color: #282828;
    font-weight: 700;
    margin: 0 0 10px;
}

.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/sprite.png) no-repeat -788px 0;
}

.or_stars I {
    background-position: -824px 0;
}

.or_txt {
    width: 100%;
}

A.or_all {
    color: #2f2e2e;
    text-decoration: none;
    font-family: 'Open Sans', sans-serif;
    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 'Open Sans', 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 {
    margin: 0 auto;
    top: 50px;
    right: 0;
    left: 0;
}

.saw_sale_box .sale_form A.sf_close {
    margin: 0;
    top: 10px;
    right: 10px;
}

.saw_sale_box .sale_form .sale_send {
    width: 100%;
    display: table;
    padding-bottom: 12px;
    margin: 0;
}

/* кнопка питання
		-----------------------------------------------------------------------------------*/
.detail_btn {
    width: 100%;
}

a.support_btn {
    width: 380px;
    margin: 0 auto;
    text-transform: none;
    font: 500 18px/30px 'Open Sans', 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: 30px 0 69px;
}

.catalog_place + .article_place {
    background-color: #f4f4f4;
}

.all_catalog {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

/* колонка фільтрів
			-----------------------------------------------------------------------------------*/
.filter_box {
    border-top: 1px solid #ddd;
    margin: 0 30px 0 0;
    max-width: 255px;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 255px;
    flex: 1 0 255px;
}

.filters_toggle {
    display: none;
    background-color: transparent;
    font-weight: 700;
    font-size: 14px;
    color: var(--accent-color-1);
    border: 1px solid #ddd;
    padding: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.catalog_clickpath .filters_toggle + .filter_box {
    margin-top: 20px;
}

.filters_toggle:before {
    content: '';
    display: block;
    width: 25px;
    height: 24px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 5px 0 0;
    background: url("../images/spritesheet.png") no-repeat -2px -121px;
}

.catalog_clickpath .for_banner {
    margin-bottom: 30px;
}

.fil_group {
    width: 100%;
    border-bottom: 1px solid #ddd;
    padding: 26px 21px;
}

.fs_title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 15px;
    cursor: pointer;
}

.fs_title:not(.active) {
    margin: 0;
}

.fs_title:after {
    content: '';
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 7px;
    height: 4px;
    background: url("../images/spritesheet.png") no-repeat -52px -61px;
}

.fs_title.active:after {
    background-position-x: -60px;
}

.fs_title:not(.active) + .filter_list {
    display: none;
}

.icon-toggle {
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 3px;
    position: absolute;
    right: 15px;
    top: 50%;
    margin: -8px 0 0 0;
    cursor: pointer;
    display: none;
}

.icon-toggle:before,
.icon-toggle:after {
    content: '';
    background-color: #fff;
    position: absolute;
}

.icon-toggle:before {
    right: 3px;
    left: 3px;
    top: 50%;
    margin: -1px 0 0 0;
    height: 2px;
}

.icon-toggle:after {
    left: 50%;
    margin: 0 0 0 -1px;
    bottom: 3px;
    top: 3px;
    width: 2px;
}

.icon-toggle.active:after {
    display: none;
}

.fs_place {
    text-align: center;
    width: 100%;
    margin: 0;
}

.fs_from_to {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    color: var(--accent-color-1);
}

.fs_from_to B {
    padding: 0;
    color: #117f8a;
    font: 400 16px/18px 'Open Sans', sans-serif;
}

.fs_from_to I {
    padding: 0;
    font-style: normal;
    color: #838383;
    font: 300 14px/18px 'Open Sans', sans-serif;
}

.fs_place_with I, .fs_place_to I {
    color: #117f8a;
    font: 400 14px/18px 'Open Sans', sans-serif;
    padding: 0;
}

.noUi-target {
    position: relative;
    float: left;
    margin: 0 0 20px;
    width: 100%;
}

.price_form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.price_form_divider {
    width: 28px;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
}

.price_form input[type="number"] {
    text-align: center;
    width: 67px;
    height: 30px;
    padding: 0 5px;
    font: 12px 'Open Sans', sans-serif;
    font-weight: 700;
    color: #b0b0b0;
}

.price_form_btn {
    border: none;
    padding: 0;
    margin: 0 0 0 auto;
    width: 41px;
    height: 30px;
    border-radius: 4px;
    background-color: var(--accent-color-1);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.price_form_btn:hover {
    background-color: var(--accent-color-7);
}

.fil_checked {
    width: 181px;
    padding: 10px;
    margin: 10px 0 0 0;
    background: #f3f3f3;
    width: 100%;
}

.one_ch_fil {
    width: 100%;
    margin: 10px 0 0 0;
    color: var(--accent-color-1);
    font: 300 18px/18px 'Open Sans', sans-serif;
}

.one_ch_fil:first-child {
    margin: 0;
}

.one_ch_fil Span {
    position: relative;
    float: left;
    width: 150px;
    color: #737373;
    font: 400 14px/16px 'Open Sans', sans-serif;
    margin: 2px 0 2px 0;
}

.one_ch_fil A {
    position: relative;
    float: right;
    margin: 0;
    right: auto;
    top: 5px;
}

.one_ch_fil p {
    float: left;
    margin-top: 4px;
    position: relative;
    width: 100%;
}

.fil_group UL {
    width: 100%;
}

.fil_group UL LI {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 10px;
}

.fil_group UL LI Span {
    color: #464646;
    font-size: 13px;
    text-decoration: none;
    padding: 0 0 0 32px;
    position: relative;
    float: left;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fil_group UL LI Span:before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background-color: #ebebeb;
    border-radius: 4px;
}

.fil_group UL LI Span:hover {
    color: var(--accent-color-1);
}

.fil_group UL LI.active Span {
    color: var(--accent-color-1);
}

.fil_group UL LI.active Span:before {
    background-color: var(--accent-color-1);
}

.fil_group UL LI.active Span:after {
    content: '';
    display: block;
    background-color: #72e55b;
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 4px;
}

.fil_group UL LI.no_active Span {
    color: #eee;
}

.fil_group UL LI.show_more {
    text-decoration: none;
    font-size: 13px;
    line-height: 1.2;
    color: #282828;
    width: auto;
    cursor: pointer;
}

.fil_group UL LI.show_more:hover {
    text-decoration: none;
}

.fil_group_grid UL {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: 1fr 1fr;
}

.fil_group_grid UL LI {
    width: auto;
    border: 1px solid #d0d0d0;
    border-radius: 4px;
    padding: 3px;
    margin: 0;
    line-height: 1.2;
    text-align: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.fil_group_grid UL LI:hover {
    background-color: var(--accent-color-1);
    border-color: var(--accent-color-1);
    color: #fff;
}

.fil_group_grid UL LI:hover span {
    color: #fff;
}

.fil_group_grid UL LI Span {
    background: none;
    padding: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
}

.fil_group_grid UL LI.active {
    background-color: #f4bf46;
    border-color: #f4bf46;
}

.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;
}

.show_more {
    text-decoration: none;
    font-size: 14px;
    line-height: 1.2;
    color: var(--accent-color-1);
    margin: 0 19px;
}

/* колонка каталогу
			-----------------------------------------------------------------------------------*/
.catalog_box {
    width: 100%;
}

.catalog_box_long {
    width: 100%;
}

.catalog_head {
    width: 100%;
    height: 50px;
    margin: 0 0 20px;
    padding: 0 18px 0 22px;
    border: 1px solid #ddd;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.ch_tit_place {
    margin: 0 0 20px;
    width: 100%;
}

.ch_tit_place H1 {
    font: 600 30px/1.2 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    width: auto;
    position: relative;
    float: left;
}

.ch_tit_place Span {
    position: relative;
    float: left;
    color: #777777;
    font: 300 15px/20px 'Open Sans', sans-serif;
    padding: 13px 0 0 16px;
}

.catalog_head .dropdown {
    height: 26px;
}

.catalog_head .dropdown ul {
    top: 37px;
}

.dropdown {
    float: none;
}

.dropdown_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.dropdown_wrap_alt {
    margin-left: auto;
}

.dropdown_wrap_label {
    font-size: 13px;
    font-weight: 700;
    margin: 0 12px 0 0;
}

.dropdown .overflow {
    overflow: hidden;
    position: relative;
}

.dropdown Span {
    color: var(--accent-color-2);
    font-size: 13px;
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 2;
}

.dropdown Span B {
    width: 15px;
    height: 15px;
    margin: 0 0 0 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.dropdown Span B:after {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    background: url("../images/spritesheet.png") no-repeat -60px -61px;
}

.dropdown UL {
    position: absolute;
    width: 182px;
    top: 30px;
    left: -10px;
    background-color: #fff;
    border: 1px solid #e6e6e6;
    z-index: 4;
    margin: 0;
    border-top: none;
    -webkit-box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 8px -5px rgba(0, 0, 0, 0.3);
    display: none;
}

.dropdown.short UL {
    width: 118px;
}

.dropdown UL LI {
    position: relative;
    float: left;
    background: none;
    width: 100%;
}

.dropdown UL LI A {
    width: 100%;
    text-decoration: none;
    color: #282828;
    font-size: 13px;
    position: relative;
    float: left;
    padding: 2px 10px;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.dropdown UL LI A:hover {
    color: var(--accent-color-2);
}

.dropdown UL LI A.selected {
    display: none;
}

.layout_switcher {
    margin: 0 0 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.btn_layout_list,
.btn_layout_grid {
    background-color: transparent;
    border: none;
    padding: 0;
    position: relative;
    width: 16px;
    height: 16px;
}

.btn_layout_grid {
    margin-left: 13px;
}

.btn_layout_list:before,
.btn_layout_grid:before,
.btn_layout_list:after,
.btn_layout_grid:after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.btn_layout_list:after,
.btn_layout_grid:after {
    opacity: 0;
}

.btn_layout_list:before {
    background-position: -107px -32px;
}

.btn_layout_list:after {
    background-position: -125px -32px;
}

.btn_layout_grid:before {
    background-position: -107px -50px;
}

.btn_layout_grid:after {
    background-position: -125px -50px;
}

.btn_layout_list:hover:after,
.btn_layout_grid:hover:after,
.btn_layout_list.active:after,
.btn_layout_grid.active:after {
    opacity: 1;
}

.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;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.options_dropdown_list UL LI A:hover {
    color: #000;
}

.options_dropdown_tile UL {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 10px 0 0 0;
}

.options_dropdown_tile UL LI {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    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;
    -webkit-transition: .3s;
    -o-transition: .3s;
    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%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.catalog.slick-slider {
    display: block;
}

.catalog.hidden {
    display: none;
}

.you_saw .catalog {
    padding: 0;
}

.primary_title {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    margin: 0 0 32px;
}

.sw_place {
    margin: 0 0 17px;
    width: 100%;
}

.sw_place_slider .slick-list {
    margin: 0 -14px;
    padding: 6px 0;
}

.products_grid {
    display: grid;
    grid-gap: 30px;
    grid-template-columns: repeat(3, 1fr);
}

.search .products_grid {
    grid-template-columns: repeat(4, 1fr);
}

.products_list .one_good {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.products_list .one_good + .one_good {
    margin: 30px 0 0 0;
}

.products_list .ribbon_group {
    left: 0;
    top: 0;
}

.products_list .og_stars {
    min-height: 0;
}

.products_list .og_photo {
    max-width: 240px;
    margin: 0 20px 0 0;
}

.products_list .one_good A.common_but {
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
}

.products_list .og_btn_group {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.one_good {
    -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.1);
    padding: 19px;
    -webkit-transition: -webkit-box-shadow .3s;
    transition: -webkit-box-shadow .3s;
    -o-transition: box-shadow .3s;
    transition: box-shadow .3s;
    transition: box-shadow .3s, -webkit-box-shadow .3s;
}

.one_good:hover {
    -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 7px rgba(0, 0, 0, 0.2);
}

.one_good.slick-slide {
    margin: 0 14px;
    width: auto;
    max-width: 256.75px;
}

.one_good.unavailability {
    opacity: 0.5;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}

.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_delete,
.og_close {
    border: none;
    padding: 0;
    background: url("../images/spritesheet.png") no-repeat -102px -85px;
    width: 24px;
    height: 24px;
    position: absolute;
    right: 45px;
    top: 0;
    z-index: 10;
}

.og_close {
    right: -12px;
    top: -12px;
}

.og_photo {
    width: 100%;
    height: 167px;
}

.og_photo Div Img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.og_options {
    width: 100%;
}

.og_options li {
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.og_options li:nth-child(2n+1) {
    background-color: #f6f6f6;
}

.og_info {
    width: 100%;
}

.og_name {
    width: 100%;
    height: 55px;
    overflow: hidden;
    text-align: left;
    margin: 0 0 5px;
}

.og_stars {
    width: 100%;
    min-height: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0 0 22px;
}

.og_stars img {
    width: 14px;
    height: 13px;
    -o-object-fit: contain;
    object-fit: contain;
}

.og_stars a {
    color: var(--accent-color-2);
    white-space: nowrap;
    font-size: 12px;
}

.og_stars a:hover {
    text-decoration: none;
}

.raty img + img {
    margin-left: 1px;
}

.og_stars .raty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.one_good.one_category .og_name {
    display: table;
    width: 100%;
    float: none;
    margin: 0;
    text-align: center;
    height: 100%;
}

.og_name Div {
    width: 100%;
    height: inherit;
    display: table-cell;
    text-align: left;
    vertical-align: middle;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
}

.og_name A {
    color: var(--accent-color-1);
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.og_name A:hover {
    color: var(--accent-color-3);
}

.og_btn_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.og_compare {
    width: 41px;
    height: 38px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 0 0 22px;
    background-color: #f0f0f0;
    border: 2px solid transparent;
    border-radius: 4px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.og_compare:after {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("../images/spritesheet.png") no-repeat -81px -35px;
}

.og_compare:hover {
    background-color: transparent;
    border-color: #afafaf;
}

.og_compare.active {
    background-color: var(--accent-color-1);
    border-color: var(--accent-color-1);
}

.og_compare.active:after {
    background-position: -25px 0;
}

.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 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}

.one_good.one_category .og_name A:after {
    margin-top: 2px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

.one_good.one_category .og_name A:hover {
    color: #117f8a;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.og_txt {
    display: none;
}

.og_price {
    width: 100%;
    color: #282828;
    font-size: 16px;
    font-weight: 700;
    text-align: left;
    white-space: nowrap;
    margin: 0 0 25px;
    display: flex;
    align-items: baseline;
}

.og_price B {
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    color: #282828;
}

.og_price Span.old_price {
    margin-left: auto;
}

.one_good .currency {
    display: none;
}

.currency {
    font: 500 14px/14px 'Open Sans', sans-serif;
}

.currency B {
    font: 500 18px/18px 'Open Sans', sans-serif;
}

Span.old_price {
    font-size: 16px;
    color: #959595;
    position: relative;
    margin: 12px 0 0 0;
    text-decoration: line-through;
    white-space: nowrap;
}

Span.old_price small {
    font-size: 16px;
}

.one_good A.common_but {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-right: 5px;
    padding-left: 5px;
}

.ribbon_group {
    position: absolute;
    top: 20px;
    left: 22px;
    right: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
}

.ribbon {
    font-size: 12px;
    line-height: 1.67;
    color: #fff;
    border-radius: 4px;
    padding: 0 8px;
    margin: 0 0 3px;
    display: inline-block;
    position: relative;
    z-index: 1;
}

.main_photo .ribbon_group {
    top: 0;
    left: 0;
}

.main_photo .ribbon:before {
    width: 428px;
    left: -17px;
}

.ribbon.new {
    background-color: var(--accent-color-2);
}

.ribbon_promo_group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    width: 100%;
}

.ribbon_promo_group .ribbon.promo {
    margin-top: 5px;
}

.ribbon_promo_value {
    background-color: var(--accent-color-4);
    color: #fff;
    width: 42px;
    height: 42px;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 100%;
}

.ribbon.promo {
    background-color: var(--accent-color-6);
}

.ribbon.hit {
    background-color: var(--accent-color-3);
}

.ribbon.discount {
    background-color: var(--accent-color-7);
}

.inform {
    width: 20px;
    height: 21px;
    background: url(../images/sprite.png) no-repeat -977px -46px;
    margin: 7px 7px 0 0;
}

.catalog_slider {
    width: 100%;
    height: 482px;
    overflow: hidden;
}

.catalog_slider .slick-list {
    padding-bottom: 10px;
    padding-top: 10px;
}

.slick-arrow {
    background-color: #f0f0f0;
    position: absolute;
    top: -59px;
    right: 32px;
    width: 33px;
    height: 30px;
    border-radius: 4px 0 0 4px;
    padding: 0;
    border: none;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    z-index: 10;
}

.slick-next {
    border-radius: 0 4px 4px 0;
    width: 32px;
    height: 30px;
    right: 0;
}

.slick-prev::after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -10px 0 0 0;
    background-color: #ddd;
    width: 1px;
    height: 20px;
}

.slick-prev::before,
.slick-next::before {
    content: '';
    display: block;
    position: absolute;
    width: 7px;
    height: 13px;
    background: url("../images/spritesheet.png") no-repeat;
    top: 8px;
}

.slick-prev::before {
    background-position: -59px 0;
    left: 13px;
}

.slick-next::before {
    background-position: -70px 0;
    left: 13px;
}

.slick-slide {
    cursor: -webkit-grab;
    cursor: grab;
}

.slick-slide:active {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.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;
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-reload-css {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    top: -40px;
}

.uil-reload-css > span {
    -webkit-animation-play-state: paused !important;
    animation-play-state: paused !important;
    -webkit-animation: uil-reload-css 1s linear infinite;
    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;
    -ms-transform: translate(-15px, 0) rotate(45deg);
    -webkit-transform: translate(-15px, 0) rotate(45deg);
    transform: translate(-15px, 0) rotate(45deg);
}

.uil-reload-css.active > span {
    -webkit-animation-play-state: running !important;
    animation-play-state: running !important;
}

/* пагінатор
					-----------------------------------------*/
Nav.paginator {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 50px 0 0 0;
}

Div.paginator {
    width: auto;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}

.paginator A, .paginator Strong, .paginator Span {
    position: relative;
    float: left;
    width: 30px;
    height: 30px;
    border-radius: 4px;
    background-color: #e3e3e3;
    color: #282828;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: center;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.paginator A I, .paginator Strong I, .paginator Span I {
    font-style: normal;
}

.paginator Strong, .paginator A:hover {
    color: #fff;
    background-color: var(--accent-color-1);
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_left,
.paginator A.pag_right {
    background-color: transparent;
    width: 22px;
    height: 14px;
    margin: 0;
}

.paginator A.pag_left {
    margin-right: 38px;
}

.paginator A.pag_right {
    margin-left: 38px;
}

.paginator A.pag_left B, .paginator A.pag_left I, .paginator A.pag_right B, .paginator A.pag_right I {
    background: url("../images/spritesheet.png") no-repeat -51px -69px;
    width: inherit;
    height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_right B {
    background-position: -75px -69px;
}

.paginator A.pag_left I, .paginator A.pag_right I {
    background-position: -51px -84px;
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_right I {
    background-position: -75px -84px;
}

.paginator A.pag_left:hover B, .paginator A.pag_right:hover B {
    opacity: 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_left:hover I, .paginator A.pag_right:hover I {
    opacity: 1;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.paginator Span.pag_left, .paginator Span.pag_right {
    visibility: hidden;
}

/* детальне каталогу
				----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.details {
    width: 100%;
    margin: 0 0 20px 0;
}

.details_box {
    width: 100%;
    margin: 0 0 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

/* фото товару
						-----------------------------------------*/
.dt_photos {
    width: 539px;
    min-height: 1px;
}

.small_photos {
    width: 65px;
    height: 365px;
    overflow: hidden;
    margin: 0 30px 0 0;
}

.small_photos img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.small_photos.slick-vertical a.slick-slide, .zoom_top a {
    width: 65px;
    height: 65px;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.small_photos.slick-vertical a.slick-slide {
    margin: 0 0 9.7px;
    cursor: pointer;
}

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/sprite.png) no-repeat -650px -646px;
    margin: -9px 0 0 -6px;
    opacity: 1;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    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;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    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;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}

A.dt_ar_left:hover B, A.dt_ar_right:hover B {
    opacity: 0;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
}

.sp_container {
    width: 491px;
    height: 88px;
    overflow: hidden;
    padding: 0;
}

.sp_all {
    width: 85px;
}

.sp_container A, .zoom_top A {
    width: 95px;
    height: 95px;
    position: relative;
    float: left;
    margin: 0 4px 0 0;
    background: #fff;
    border: 1px solid #bebebe;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.sp_container A Span, .zoom_top A Span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 100%;
}

.sp_container A Span Img, .zoom_top A Span Img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}

.sp_container A:hover, .zoom_top A:hover, .zoom_top A.active {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.main_photo {
    width: 444px;
    height: 362px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    display: table;
}

.main_photo Div {
    width: inherit;
    height: inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.main_photo Div Img {
    max-width: 100%;
    max-height: 99%;
}

.main_photo .ribbon {
    position: absolute;
    right: 25px;
    top: 23px;
}

/* топова інформація товару
						-----------------------------------------*/
.dt_top {
    width: 446px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.dt_top_tit {
    width: 100%;
    margin: 0 0 30px 0;
}

.dt_top_tit H1 {
    width: 100%;
    font: 600 30px/1.2 'Open Sans', sans-serif;
}

.dt_other {
    width: 100%;
    color: #777777;
    font: 400 14px/18px 'Open Sans', sans-serif;
    margin: 10px 0 0 0;
    padding: 0;
}

.dt_cod {
    width: 100%;
    text-transform: uppercase;
    margin: 0 0 18px;
    color: #a9a9a9;
}

Div.dt_stars {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

Div.dt_stars a {
    color: var(--accent-color-2);
}

Div.dt_stars a:hover {
    text-decoration: none;
}

Div.dt_stars .raty {
    margin: 0 29px 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 'Open Sans', 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 'Open Sans', 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 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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/sprite.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 {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    width: 100%;
    opacity: .7;
}

.dt_top_options .char_table {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: none;
    width: 100%;
    left: 0;
    margin: 0;
}

.dt_present {
    width: 100%;
    margin-bottom: 25px;
}

.present_box {
    width: 100%;
    border: 2px solid #e53935;
    border-radius: 2px;
    padding: 15px;
}

.pb_title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    font: 700 16px/20px 'Open Sans', sans-serif;
    color: #e53935;
}

.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 'Open Sans', sans-serif;
    color: #e53935;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.pres_economy {
    width: 100%;
    margin: 0 0 10px;
    font: 400 14px/20px 'Open Sans', sans-serif;
    color: #8e8e8e;
    text-align: center;
}

.pres_economy span {
    color: #117f8a;
    font-weight: 700;
}

.pb_small_title {
    width: 100%;
    text-align: center;
    margin: 0 0 10px;
    font: 700 12px/20px 'Open Sans', sans-serif;
    color: #777;
}

.pres_timer {
    width: 100%;
    text-align: center;
    margin: 0 0 15px;
    text-align: center;
}

.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/sprite.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 'Open Sans', sans-serif;
    color: #117f8a;
    text-decoration: underline;
}

.pres_details a:hover {
    text-decoration: none;
}

.pres_title {
    font: 400 18px/1.2 'Open Sans', sans-serif;
    margin-bottom: 20px;
}

/* короткий опис в детальному
							-----------------------------------------*/
.dt_top_description {
    width: 100%;
    margin: 0 0 20px 0;
}

.dt_top_description Article {
    border-top: 1px solid #ddd;
    margin: 39px 0 0 0;
    padding: 28px 0 0 0;
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #282828;
}

.dt_top_description Article P {
    padding: 0;
}

/* ціна та кнопка купити
							-----------------------------------------*/
.det_price {
    width: 100%;
    margin: 0 0 20px 0;
}

.option_info {
    width: 100%;
    margin: 6px 0 0 0;
    color: #e53935;
}

.option_price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.btn_get_price {
    color: var(--accent-color-2);
    font-size: 13px;
}

.btn_get_price:hover {
    text-decoration: none;
}

.price_box {
    margin: 0 0 3px;
    width: 100%;
}

.price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

Span.main_price {
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

Span.main_price b {
    font-size: 36px;
    line-height: 1;
}

Span.currency_price {
    font: 500 16px/22px 'Open Sans', 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 'Open Sans', sans-serif;
    margin-right: 2px;
}

.price Span.old_price {
    font-weight: 700;
    font-size: 18px;
    color: #616161;
    margin: 0;
}

.price Span.main_price {
    width: auto;
    margin-right: 36px;
}

.price Span.main_price:last-child {
    margin-right: 0;
}

.other_prices {
    width: 100%;
    color: #8e8e8e;
    font: 300 15px/20px 'Open Sans', sans-serif;
}

.new_price {
    width: auto;
    cursor: default;
}

.new_price B {
    font: 400 14px/22px 'Open Sans', sans-serif;
}

.price_sign {
    background: #fff;
    border: 1px solid #bebebe;
    border-radius: 3px;
    color: #000;
    font: 400 14px/16px 'Open Sans', sans-serif;
    left: 67px;
    top: 0;
    opacity: 0;
    padding: 1px 6px 4px;
    position: absolute;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    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;
    -webkit-transition: opacity 0.2s linear 0s;
    -o-transition: opacity 0.2s linear 0s;
    transition: opacity 0.2s linear 0s;
    visibility: visible;
}

.product_number {
    position: relative;
    width: 74px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid #ddd;
    border-radius: 4px;
}

.product_number button {
    background-color: transparent;
    border: none;
    padding: 0;
    height: 37px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.product_number button:after {
    content: '';
    display: block;
}

.product_number_less {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.product_number_less:after {
    background: url("../images/spritesheet.png") no-repeat -107px -73px;
    width: 10px;
    height: 4px;
}

.product_number_more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.product_number_more:after {
    background: url("../images/spritesheet.png") no-repeat -122px -70px;
    width: 10px;
    height: 10px;
}

.buy_me {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    margin: 27px 0 0 0;
}

.buy_me_col {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.buy_me_col:nth-child(2) {
    margin-left: 22px;
}

.buy_me_label {
    margin: 0 0 4px;
    color: #282828;
}

.buy_me input[type="number"] {
    border: none;
    padding: 0 5px;
    text-align: center;
    width: 36px;
    height: 37px;
    font-size: 16px;
    color: #282828;
}

.zp_centre A.common_but, .buy_me A.common_but {
    font-size: 14px;
    font-weight: 700;
    width: 132px;
    height: 40px;
}

.zp_centre A.common_but:hover I, .buy_me A.common_but:hover I, .dcw_enter A.common_but:hover I {
    opacity: 1;
}

.zp_centre A.common_but:hover B, .buy_me A.common_but:hover B, .dcw_enter A.common_but:hover I {
    opacity: 0;
}

.zp_centre A.common_but I, .buy_me A.common_but I, .dcw_enter A.common_but I, .zp_centre A.common_but B, .buy_me A.common_but B, .dcw_enter A.common_but B {
    position: absolute;
    top: 1px;
    left: 11px;
    width: 33px;
    height: 30px;
    background: url(../images/spritesheet.png) no-repeat -79px 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.zp_centre A.common_but I, .buy_me A.common_but I, .dcw_enter A.common_but I {
    background-position: -113px 0;
    opacity: 0;
}

.zp_centre A.common_but Span, .buy_me A.common_but Span, .dcw_enter A.common_but Span {
    padding: 0 0 0 38px;
}

.zp_centre A.common_but.in_cart Span, .buy_me A.common_but.in_cart Span {
    padding: 0 0 0 38px;
}

.buy_me .for_order_call {
    height: auto;
}

.buy_me A.order_call {
    background-color: var(--accent-color-1);
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    width: auto;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 4px;
    padding: 0 23px;
    margin: 0 0 0 17px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.buy_me A.order_call:before {
    display: none;
}

.buy_me A.order_call:hover {
    background-color: var(--accent-color-7);
    text-decoration: none;
}

.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 'Open Sans', 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 'Open Sans', sans-serif;
}

#share42 .share42-item:nth-child(1) a {
    background: url(../images/sprite.png) no-repeat -653px -610px !important;
}

#share42 .share42-item:nth-child(2) a {
    background: url(../images/sprite.png) no-repeat -669px -610px !important;
}

#share42 .share42-item:nth-child(3) a {
    background: url(../images/sprite.png) no-repeat -685px -610px !important;
}

#share42 .share42-item:nth-child(4) a {
    background: url(../images/sprite.png) no-repeat -701px -610px !important;
}

/* всі вкладки детального
						--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.det_all {
    width: 100%;
}

/* лінки вкладок
							--------------------------------------------------------------------------------------------------*/
.det_links_place {
    width: 100%;
    margin: 0 0 20px 0;
}

.det_all_box {
    width: 100%;
}

.product_tab:after {
    content: '';
    display: block;
    border-bottom: 2px solid #eee;
    max-width: calc(var(--container-width) - 14px);
    margin: 0 auto 40px;
    padding: 50px 0 0 0;
    clear: both;
}

/* опис товару
								-----------------------------------------*/
.det_description {
    width: 100%;
}

.po_box {
    width: 100%;
}

.po_box Article .article_text P:last-child {
    padding-bottom: 0;
}

/* характеристики
								-----------------------------------------*/
.det_options {
    width: 100%;
}

.char_table {
    width: 100%;
}

.ct_row {
    width: 100%;
    display: table;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 5px 20px;
}

.ct_col {
    display: table-cell;
    width: 68%;
    color: #282828;
    font-weight: 400;
    vertical-align: middle;
}

.ct_col:first-child {
    width: 32%;
}

.ct_row:nth-child(odd) {
    background-color: #f5f5f5;
}

/* всі фото товару
								-----------------------------------------*/
.det_photos {
    width: 100%;
}

.dp_all {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    grid-gap: 20px;
}

.dp_one {
    height: 219px;
    border: 1px solid #ddd;
    border-radius: 4px;
    overflow: hidden;
}

.dp_one Div {
    width: inherit;
    height: inherit;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
}

.dp_one Div Img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

/* відео товару
								-----------------------------------------*/
.det_video {
    width: 100%;
}

.det_video .po_box {
    width: 100%;
    background: #fff;
    display: inline-block;
    text-align: center;
}

.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%;
}

.det_reviews .po_box {
    margin: 25px 0 0;
}

.dc_all {
    width: 100%;
}

.dc_all--empty {
    background: url("../images/icon-no-comments.png") no-repeat 50% 0;
    min-height: 310px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.dc_one {
    width: 100%;
    background-color: #f5f5f5;
    border-radius: 4px;
    margin: 16px 0 0 0;
}

.dc_one:first-child {
    margin: 0;
}

.dc_one_write {
    width: 100%;
    padding: 20px 32px 24px;
}

.dc_title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.dc_title Span {
    position: relative;
    float: left;
    color: #282828;
    font-weight: 700;
    text-transform: none;
    margin-right: 18px;
}

.dc_title .date_user_rev {
    position: relative;
    text-transform: none;
    color: #616161;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    margin: 0;
}

.dc_one .raty {
    position: relative;
    top: -2px;
    float: left;
    margin-right: 15px;
}

.raty_box {
    width: 100%;
}

.dc_content {
    width: 100%;
    margin: 10px 0 0 0;
}

.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 {
    display: table-cell;
    width: auto;
    vertical-align: top;
    position: relative;
}

.dc_txt iframe {
    margin: 10px 0 0;
    position: relative;
    left: 0;
}

.dc_bottom {
    width: 100%;
    text-align: right;
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #777;
}

.dc_bottom a {
    display: inline-block;
    color: #117f8a;
    margin: 0 5px;
}

.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/sprite.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 'Open Sans', sans-serif;
    text-transform: none;
}

.com_title .date_user_rev {
    position: relative;
    float: right;
    text-transform: none;
    color: #777777;
    font: 300 12px/30px 'Open Sans', 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/sprite.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 'Open Sans', sans-serif;
}

.com_text:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -335px -479px;
}

.cf_field {
    position: relative;
    width: 100%;
}

.cf_field {
    margin-bottom: 22px;
}

.cf_field label {
    background-color: #fff;
    font-size: 11px;
    line-height: 1;
    position: absolute;
    left: 42px;
    top: -6px;
    padding: 0 7px;
    z-index: 10;
}

.cf_field:before {
    content: '';
    display: block;
    position: absolute;
    left: 15px;
    top: 50%;
    z-index: 10;
}

.cf_field_name:before {
    background: url("../images/spritesheet.png") no-repeat 0 -101px;
    width: 16px;
    height: 18px;
    margin-top: -9px;
}

.cf_field_email:before {
    background: url("../images/spritesheet.png") no-repeat -17px -100px;
    width: 15px;
    height: 12px;
    margin-top: -6px;
}

.cf_field_message:before {
    background: url("../images/spritesheet.png") no-repeat -17px -100px;
    width: 15px;
    height: 13px;
    margin-top: -6.5px;
}

.dc_write {
    margin: 65px 0 0 0;
    width: 100%;
}

.dcw_title {
    width: 100%;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 0 40px;
}

.dcw_enter {
    width: 100%;
    max-width: 540px;
    margin: 0 0 30px;
}

.dcw_enter input[type="text"],
.dcw_enter input[type="email"] {
    padding: 0 48px;
}

.dcw_enter .da_title {
    width: 100%;
}

.dcw_enter .raty_active {
    margin: 0 0 34px;
    width: 100%;
}

.dcw_enter .raty_active img {
    margin-right: 5px;
}

.dcw_enter Textarea {
    padding: 12px 48px;
    vertical-align: top;
    resize: vertical;
    height: 45px;
}

.dcw_enter Textarea.error {
    border-color: #b30000;
}

.dcw_enter A.common_but {
    padding: 19.5px 24px;
    display: table;
    text-align: center;
    font-size: 14px;
    font-weight: 700;
}

.add_photo {
    width: auto;
}

.attach_photo, .attach_video {
    cursor: pointer;
}

.add_photo span {
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: var(--accent-color-1);
    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%;
}

.dcw_bottom a {
    display: inline-block;
    float: none;
}

.see_all_rev {
    margin-bottom: 20px;
    width: 100%;
}

.see_all_rev a {
    display: inline-block;
    font-size: 14px;
    line-height: 1;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: var(--accent-color-1);
    padding: 9px 10px 10px;
    border-radius: 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.see_all_rev a:hover {
    background-color: var(--accent-color-7);
}

/* умови доставки товару
								-----------------------------------------*/
.det_delivery {
    width: 100%;
}

/* вікно збільшення фото
					-----------------------------------------*/
.zoom_window {
    width: 800px;
}

.zoom_window A.sf_close {
    top: 16px;
    right: 16px;
}

.zoom_top {
    width: 100%;
    height: 95px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 36px 0 20px 0;
}

.zoom_top .slick-prev,
.zoom_top .slick-next {
    top: -42px;
    right: auto;
}

.zoom_top .slick-prev {
    left: 0;
}

.zoom_top .slick-next {
    left: 33px;
}

.for_zoom {
    width: 100%;
    height: 731px;
    margin: 0 0 20px;
}

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/sprite.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%;
    height: 731px;
}

.zoom_place .slick-prev:after {
    display: none;
}

.zoom_place Div Img {
    max-width: 100%;
}

.zoom_place .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
}

.zoom_place .slick-prev {
    left: 0;
}

.zoom_place .slick-next {
    right: 0;
}

.zoom_place.slick-initialized .slick-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.zoom_price {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.zp_centre {
    display: inline-block;
    text-align: center;
    width: auto;
}

.z_price {
    font: 500 20px/30px 'Open Sans', 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 'Open Sans', 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%;
    -webkit-transform: rotate(-15deg);
    -ms-transform: rotate(-15deg);
    transform: rotate(-15deg);
    width: 100%;
}

/* питання
					-----------------------------------------*/
.support_detail {
    width: 100%;
    color: #fff;
    background: fixed url("../images/box-img-01.jpg") no-repeat 50% 0/cover;
    z-index: 1;
}

.support_detail:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background-color: rgba(35, 40, 49, 0.78);
}

.inner_support {
    width: 100%;
    padding: 80px 0 79px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.inner_support .form_content {
    width: 100%;
    color: #000;
}

.questions {
    margin: 0 30px 0 55px;
}

.questions__title {
    text-transform: uppercase;
    font-weight: 900;
    font-size: 26px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.questions__title strong {
    font-weight: 900;
    font-size: 44px;
    display: block;
    margin: 12px 0;
}

.questions-list li {
    font-size: 18px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 30px;
}

.questions-list li + li {
    margin-top: 16px;
}

.questions-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: var(--accent-color-1);
    position: absolute;
    left: 0;
    top: 9px;
}

.title_spr {
    width: 100%;
    margin: 0 0 30px 0;
    text-align: center;
    font: 700 30px/1.2 'Open Sans', 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 'Open Sans', sans-serif;
    text-transform: uppercase;
}

.title_box b {
    font-size: 30px;
    font-weight: 900;
    line-height: inherit;
    display: block;
    color: var(--accent-color-1);
    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 'Open Sans', sans-serif;
    color: #777777;
}

.form_spr {
    background-color: #fff;
    width: 375px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 375px;
    flex: 0 0 375px;
    height: 443px;
    text-align: center;
    margin: 0 65px 0 auto;
    padding: 32px 25px 0 25px;
    -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 12px rgba(0, 0, 0, 0.3);
}

.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: 273px;
    margin: 0 auto;
}

.form_spr_inner .long_div {
    margin: 0 0 16px 0;
}

.question textarea {
    height: 60px;
}

.form_spr_inner A.common_but {
    width: 100%;
}

.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: block;
    width: 100%;
    height: 65px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(19, 19, 19, 0.6);
    padding: 0 15px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.si_text_top {
    width: 100%;
    display: block;
    text-align: center;
    font: 500 24px/28px 'Open Sans', sans-serif;
    color: #fff;
    text-transform: uppercase;
    border-bottom: 1px solid red;
}

.si_item_bottom {
    display: block;
    width: 100%;
    height: 32px;
    overflow: hidden;
    padding: 0 15px;
    position: relative;
}

.si_item_bottom > span {
    display: table-cell;
    width: 1%;
    height: 32px;
    font: 400 18px/1.2 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    vertical-align: middle;
}

.sale_item a:hover .si_text {
    padding: 30px 15px;
    height: 125px;
    -webkit-transition: all .4s linear;
    -o-transition: all .4s linear;
    transition: all .4s linear;
}

.sales_slider .slick-arrow {
    background: none;
    border: none;
    font-size: 0;
    line-height: 0;
    position: absolute;
    width: 18px;
    height: 100%;
    top: 0;
    left: 0;
    cursor: pointer;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
    z-index: 10;
}

.sales_slider .slick-arrow.slick-next {
    left: auto;
    right: 0;
}

.sales_slider .slick-arrow:before {
    content: '';
    position: absolute;
    width: 18px;
    height: 32px;
    background: url(../images/sprite.png) no-repeat;
    -webkit-transform: scale(0.6);
    -ms-transform: scale(0.6);
    transform: scale(0.6);
    top: 50%;
    margin-top: -16px;
}

.sales_slider .slick-arrow.slick-prev:before {
    background-position: -505px -101px;
    left: 0;
}

.sales_slider .slick-arrow.slick-next:before {
    background-position: -598px -101px;
    right: 0;
}

.sales_slider .slick-arrow:hover {
    opacity: .5;
    -webkit-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear;
}

/* сторінка замовлення
	-----------------------------------------------------------------------------------*/
.order_place {
    width: 100%;
    margin: 0 0 30px 0;
}

.order_page {
    width: 100%;
}

.op_title {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
}

.search .op_title {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 20px;
}

.op_title_gray {
    font-size: 30px;
    font-weight: 600;
    margin: 0 0 35px;
}

.product_tab .op_title {
    font-weight: 600;
    margin: 0 0 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.op_title_link {
    color: var(--accent-color-2);
    font-weight: 600;
    font-size: 14px;
    margin: 0 0 0 26px;
}

.op_title_link:hover {
    text-decoration: none;
}

.comments_num {
    width: 30px;
    height: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 16px;
    border-radius: 100%;
    background-color: var(--accent-color-1);
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 0 0 18px;
}

.sub_title {
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #282828;
}

.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 'Open Sans', sans-serif;
    margin: 12px 0;
}

.rbc_login {
    width: 100%;
}

.opm_col .common_tit A {
    color: #7a7a7a;
    text-decoration: underline;
    font: 300 14px/18px 'Open Sans', sans-serif;
    text-transform: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.opm_col .common_tit A:hover {
    color: #117f8a;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 'Open Sans', 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 'Open Sans', sans-serif;
    background: url(../images/sprite.png) no-repeat -989px -173px;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
    margin: 0 0 8px 0;
}

.opm_col UL LI A.active {
    background-position: -989px -107px;
    color: #117f8a;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    transition: color 0.2s linear 0s;
}

.opm_col UL LI A:hover {
    color: #117f8a;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    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 {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 'Open Sans', sans-serif;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 'Open Sans', 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 'Open Sans', 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 'Open Sans', sans-serif;
    color: #737373;
    border: none;
    text-align: right;
}

.opm_col .mw_total B {
    font: 700 23px/23px 'Open Sans', sans-serif;
    color: #117f8a;
    margin-left: 10px;
}

.opm_col .mw_total B I {
    font: 400 20px/30px 'Open Sans', sans-serif;
    color: #838383;
}

.opm_col A.common_but I {
    position: absolute;
    top: 0;
    left: 0;
    width: 38px;
    height: 100%;
    background: url(../images/sprite.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 20px;
}

.articles_place.info_box_sect {
    margin: 0;
}

.articles {
    width: 100%;
}

.ats_all {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
}

.ats_one {
    background-color: #000;
    height: 277px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ats_photo {
    width: 100%;
    height: 100%;
}

.ats_photo Img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .5;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}

.ats_one:hover Img {
    opacity: .4;
}

.ats_desc {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 0 29px 19px 29px;
    color: #fff;
}

.ats_name {
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    width: 100%;
    height: 40px;
    overflow: hidden;
    margin: 0 0 4px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.ats_one:hover .ats_name {
    color: var(--accent-color-4);
}

.ats_one:hover .info_article_icon {
    border-color: var(--accent-color-4);
}

.ats_one:hover .info_article_icon:after {
    background-color: var(--accent-color-4);
}

.ats_name Div {
    width: 100%;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.ats_name A {
    text-decoration: none;
    line-height: 1.4;
    color: inherit;
}

.ats_txt {
    width: 100%;
    height: 88px;
    overflow: hidden;
    font-size: 12px;
    font-weight: 300;
    line-height: 1.5;
    margin: 0 0 14px;
}

.ats_link {
    width: 100%;
    margin: 10px 0 0 0;
}

.ats_link A {
    left: 0 !important;
    margin: 0 !important;
}

/* підвал сайту
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
Footer {
    padding-bottom: 45px;
    width: 100%;
    background-color: #232831;
}

.main_foot {
    padding: 45px 0 20px;
    width: 100%;
}

.main_foot .centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
}

.foo_slogan {
    display: block;
    margin: 4px 0 0 0;
    white-space: nowrap;
    font-weight: 600;
    font-size: 12px;
}

.languages {
    width: 100%;
    margin: 10px 0 0 0;
}

.lang_title {
    margin: 0 12px 0 0;
    color: #ccc;
}

.languages A {
    width: 24px;
    height: 15px;
    background: url(../images/flags.png) no-repeat;
    position: relative;
    float: left;
    margin: 1px 6px 0 0;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.languages A.ua {
    background-position: 0 0;
}

.languages A.ru {
    background-position: -30px 0;
}

.languages A.en {
    background-position: -59px 0;
}

.languages A:hover, .languages A.active {
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.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;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
    background: #3b3b3b;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 1px solid #3b3b3b;
}

.foo_feed Input:focus {
    -webkit-box-shadow: 0 0 8px #fff;
    box-shadow: 0 0 8px #fff;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.foo_feed Input.error {
    color: #b30000;
    border: 1px solid #b30000;
    -webkit-transition: color 0.2s linear 0s;
    -o-transition: color 0.2s linear 0s;
    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;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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 'Open Sans', sans-serif;
    text-align: center;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.common_but.foo_but:hover Span {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.foo_phone {
    text-decoration: none;
    text-align: right;
    white-space: nowrap;
    font-weight: 700;
    line-height: 1.4;
    color: #fff;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.foo_phone:hover {
    color: var(--accent-color-1);
}

.foo_phones {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.foo_phones .phones {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 17px;
}

.foo_phones .phones:before {
    margin-top: 0;
    top: 2px;
}

.foo_phones .sf_title B {
    font: 700 20px/30px 'Open Sans', sans-serif;
    color: #555555;
}

.foo_phones B.life {
    background: url(../images/sprite.png) no-repeat -976px 9px;
}

.foo_phones B.kyivstar {
    background: url(../images/sprite.png) no-repeat -978px -16px;
}

.foo_phones B.mts {
    background: url(../images/sprite.png) no-repeat -978px -43px;
}

.foo_phones .order-call-phones__item:hover B {
    color: #fff;
}

.foo_phone span {
    color: #2f2e2e;
    font: 400 17px/24px 'Open Sans', 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 'Open Sans', sans-serif;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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_email {
    text-decoration: none;
    font-weight: 400;
    font-size: 13px;
    color: #616161;
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s;
}

.foo_email:hover {
    color: var(--accent-color-1);
}

.fc_title {
    font-weight: 600;
    color: #fff;
    margin: 0 0 16px;
}

.nav-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto;
}

.foo_col {
    max-width: calc(100% / 3);
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(100% / 3);
    flex: 1 1 calc(100% / 3);
    padding: 0 20px;
}

.foo_col ul {
    clear: both;
}

.foo_col ul li {
    font-weight: 600;
    font-size: 13px;
    line-height: 1.2;
}

.foo_col ul li + li {
    margin: 7px 0 0 0;
}

.foo_col ul li a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.foo_col ul li a:hover,
.foo_col ul li a.active {
    color: var(--accent-color-1);
}

.bottom_foot {
    font-size: 12px;
    width: 100%;
}

.bottom_foot > .centre {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.social a {
    font-size: 0;
    line-height: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    opacity: .5;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.social a:hover {
    opacity: .8;
}

.social a + a {
    margin-left: 28px;
}

.social_fb {
    background-position: 0 -82px;
    width: 9px;
    height: 18px;
}

.social_tw {
    background-position: -11px -82px;
    width: 17px;
    height: 16px;
}

.social_yt {
    background-position: -29px -81px;
    width: 18px;
    height: 18px;
}

.copyright span {
    color: currentColor;
}

.sufix {
    margin-left: auto;
}

.sufix A {
    color: currentColor;
    text-decoration: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.sufix A:hover {
    color: var(--accent-color-1);
}

.sufix b {
    vertical-align: top;
    font-weight: 600;
}

/*-------------------------------------------------------------------------------------------------     Стандартні стилі сайтів     --------------------------------------------------------------------------------------------------*/
.manager-details {
    background: fixed url("../images/box-img-01.jpg") no-repeat 50% 0/cover;
    width: 100%;
    min-height: 150px;
    margin-bottom: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    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 {
    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;
    -webkit-transition: none;
    -o-transition: none;
    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;
    height: 41px;
    display: table;
}

.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 'Open Sans', 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;
}

/* Google мапа
-----------------------------------------*/
.google_map {
    width: 100%;
    margin: 0 0 20px 0;
}

.map_area {
    width: 100%;
    height: 400px;
}

/* фон для затемнення сайту
-----------------------------------------*/
.black {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    background-color: #232831;
    opacity: .78;
}

/* 404 сторінка
-----------------------------------------*/
.page_404 {
    width: 100%;
    height: 100%;
    text-align: center;
    background: url("../images/bg-404.png") no-repeat 50% 0;
    padding: 398px 0 0 0;
}

.title_404 {
    width: 100%;
    font-size: 30px;
    line-height: 1.2;
    color: var(--accent-color-1);
    margin: 0 0 24px;
}

.text_404 {
    font-size: 16px;
    line-height: 1.5;
    margin: 0 0 36px;
}

.btn_404 {
    border: 3px solid var(--accent-color-1);
    color: var(--accent-color-1);
    border-radius: 4px;
    font-weight: 700;
    width: 100%;
    max-width: 158px;
    height: 36px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-decoration: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.btn_404:hover {
    background-color: var(--accent-color-1);
    color: #fff;
}

/* логування - реєстрація
-----------------------------------------*/
.login_place, .login_forgot {
    width: 100%;
    margin: 0 0 20px 0;
}

.login_or_reg {
    width: 100%;
    padding: 20px 45px;
    background: #fff;
}

.lor_col {
    width: 50%;
    padding: 0 4% 0 0;
    border-left: 1px solid #fff;
}

.lor_col.with_line {
    width: 50%;
    border-left: 1px solid #f2f2f2;
    padding: 0 0 0 4%;
}

.lor_col .common_tit {
    margin: 0 0 20px;
}

.lor_box {
    width: 100%;
}

.lor_box .long_div {
    margin: 0 0 10px 0;
}

.lor_box.text .long_div {
    margin: 10px 0;
}

.lor_box Label {
    position: relative;
    float: left;
    margin: 11px 10px 0 0;
    text-align: right;
    font-size: 15px;
    line-height: 1.2;
    width: 140px;
}

.lor_box Input {
    width: 258px;
    float: right;
}

.lor_box A.common_but {
    float: right;
}

A.remind_me {
    color: #616161;
    font-size: 13px;
    text-decoration: underline;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

A.remind_me:hover {
    text-decoration: none;
}

.lor_box.text A {
    font: 400 13px/14px 'Open Sans', sans-serif;
    color: #777777;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.lor_box.text A:hover {
    color: #117f8a;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.for_capcha {
    width: 258px;
    float: right;
}

.login_or_reg A.reload {
    border: 1px solid #ececec;
    float: right;
}

.login_or_reg A.reload Img {
    height: 29px;
}

.for_capcha Input {
    width: 155px;
    margin: 0 -1px 0 0;
    text-align: center;
}

.faild, .all_right {
    margin: 10px 0;
    width: auto;
    padding: 40px 0 40px 80px;
    background: url(../images/sprite.png) no-repeat;
}

.faild {
    background-position: 0 -615px;
}

.all_right {
    background-position: -934px -615px;
}

/* my page
-------------------------------------*/
.user_page_place {
    width: 100%;
    margin: 0 0 30px;
}

.user_page {
    width: 100%;
}

.mup_table {
    padding: 20px 0 0 0;
    width: 100%;
}

.mup_table A.common_but {
    margin: 0 0 0 17%;
}

.mup_tab_th {
    width: 100%;
    height: 54px;
    background-color: var(--accent-color-1);
}

.mtt_cell {
    height: 38px;
    padding: 17px 0 0 0;
    text-align: center;
    color: #fff;
    font: 300 14px/18px 'Open Sans', 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;
}

.mtt_cell.w_316 {
    width: 318px;
}

.mup_tab_td {
    width: 100%;
    height: 52px;
    margin: 5px 0 0 0;
    border: 1px solid #e7e7e7;
    z-index: 1;
    background: #f3f3f3;
}

.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: 15px/18px 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #383838;
}

.mup_tab_td .mtt_cell A:hover {
    color: #117f8a;
}

.mtt_details {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin: -6px 0 32px 0;
    padding: 20px 30px;
    overflow: hidden;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.mtt_details.close {
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    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: block;
    width: 50px;
    height: 50px;
    position: fixed;
    right: -50px;
    bottom: 30px;
    background-color: var(--accent-color-1);
    background-image: url("../images/sprite.png");
    background-repeat: no-repeat;
    background-position: -554px -597px;
    border-radius: 4px;
    color: transparent;
    text-decoration: none;
    z-index: 100;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.page_up.active {
    right: 30px;
}

.page_up:hover {
    background-color: var(--accent-color-2);
}

.payment-table {
    border: 1px solid #dadada;
    display: -webkit-box;
    display: -ms-flexbox;
    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: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: 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;
}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #ddd;
    padding: 10px 15px;
}
.anchor {
    margin-top: 35px;
    margin-left: 20px;
    font-weight: 500;
}
.anchor_link {
    text-decoration: none;
    color: #282828;
    margin-left: 10px;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
.anchor_link:hover {
    text-decoration: underline;
    -webkit-transition: all .15s linear;
    -o-transition: all .15s linear;
    transition: all .15s linear;
}
/*# sourceMappingURL=base.css.map */