@charset "utf-8";

/*------------------------------------------------------------------------------------     CSS Document of SUFIX © 2015. All rights reserved     -------------------------------------------------------------------------------------*/
BODY, HTML {
    /*-------------------------- налаштовуємо загальні стилі --------------------------*/
    font-family: 'Open Sans', sans-serif, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    color: #1c1c1c;
    /*---------------------------------------------------------------------------------*/
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
}

body {
    overflow-x: hidden;
}

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

A {
    cursor: pointer;
    outline: none;
    transition: color .3s;
}

.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: 1348px;
    padding: 0 7px;
    margin: 0 auto;
    box-sizing: border-box;
}

A:active {
    outline: none;
}

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

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

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

ADDRESS {
    font-style: normal;
}

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

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

Input {
    padding: 0;
    border: none;
}

P {
    margin: 0;
    padding: 0;
}

Table {
    border-collapse: collapse;
}

Img {
    vertical-align: middle;
}

input[type="submit"], input[type="reset"], button {
    font-family: 'Open Sans', sans-serif;
    cursor: pointer;
}

input[type="number"]::-webkit-outer-spin-button, input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

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

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

.hidden {
    display: none!important;
}

.shadow_close {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: #000;
    opacity: 0.5;
    z-index: 250;
}

/*------------------------- висота футера для притискання -------------------------*/
.for_footer_bottom {
    width: 100%;
    min-height: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

/*-------------------------- вигляд стандартних інпутів ---------------------------*/
Input, Textarea, .feedback .long_div {
    position: relative;
    float: left;
    width: 100%;
    height: 41px;
    border: 1px solid #bfbfbf;
    background: #fff;
    color: #777;
    border-radius: 1px;
    font: 400 14px/18px 'Open Sans', sans-serif;
    padding: 0 10px;
    transition: all 0.2s linear 0.2s;
}

Textarea {
    padding: 12px 23px;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #777;
}

input:-moz-placeholder, textarea:-moz-placeholder {
    color: #777;
    opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #777;
    opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-textarea-placeholder {
    color: #777;
}

Input:focus, Textarea:focus {
    border-color: #fe6263;
    transition: all 0.2s linear 0.2s;
}

Input.error, Textarea.error {
    border: 1px solid #f00;
    transition: all 0.2s linear 0.2s;
}

.login_or_reg .error_log_message, .login_or_reg .error_reg_message {background:#fe6263; color:#fff; padding:2px 8px 2px 22px; width:100%; display:flex; position:relative;}
.login_or_reg .error_log_message::before, .login_or_reg .error_reg_message::before
{width:0; height:0; border-style:solid; border-width:10px 3px 0 3px; border-color:#ffffff transparent transparent transparent; content:''; position:absolute; top:6px; left:8px;}
.login_or_reg .error_log_message::after, .login_or_reg .error_reg_message::after {content:''; position:absolute; top:17px; left:10px; background:#fff; width:2px; height:2px; border-radius:50%;}

.autocomplete-suggestions {
    background-color: #fff;
    border: 1px solid #bfbfbf;
    padding: 5px 10px;
    margin: 1px 0 0 0;
}
.autocomplete-suggestion {
    cursor: pointer;
}

select {
    font: 400 14px/18px 'Open Sans', sans-serif;
    border-color: #bfbfbf;
    color: #777;
}
select[disabled="disabled"] {
    opacity: .5;
}

.custom_select {
    width: 100%;
}
.custom_select select {
    -webkit-appearance: none;
    padding: 0 10px;
    width: 100%;
    height: 41px;
}
.custom_select i {
    position: absolute;
    right: 1px;
    top: 1px;
    border-left: 1px solid #bfbfbf;
    background-color: #fff;
    width: 40px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.custom_select i:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #bfbfbf transparent transparent transparent;
}
.custom_select select[disabled="disabled"] + i {
    opacity: .5;
}

/*-------------------------- вигляд стандартних кнопок ----------------------------*/
A.common_but {
    text-transform: uppercase;
    text-decoration: none;
    text-align: center;
    display: inline-block;
    vertical-align: top;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    white-space: nowrap;
    background-color: #fe6263;
    color: #fff;
    transition: .3s;
}

A.common_but:hover {
    background-color: #282828;
}

a.no_bg_btn:hover {
    background: none;
}

A.common_but.submit_filters {
    max-width: 140px;
    width: 100%;
    height: 30px;
    margin: 0 auto;
    font-size: 16px;
    background-color: #fe6263;
    color: #fff;
    float: none;
}

A.common_but.submit_filters:hover {
    border-color: #fe6263;
    background: none;
    color: #fe6263;
}

/*------------------------- вигляд стандартних заголовків -------------------------*/
.common_tit {
    width: 100%;
    padding: 0;
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.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 {
    margin: 0 0 19px;
    width: 100%;
    z-index: 20;
}

/* верхня частина шапки
	------------------------------------------------------------------------------------------------------------------------------*/
.for_top_menu {
    padding: 34px 0 0 0;
    margin: 0 0 33px;
    width: 100%;
}

.for_top_menu .centre {
    display: flex;
    align-items: center;
}

.top_menu {
    margin: 0 auto 0 10px;
    width: auto;
}

.top_menu UL {
    width: auto;
    display: flex;
    flex-wrap: wrap;
}

.top_menu UL LI {
    margin-right: 20px;
}

.top_menu UL LI A {
    display: block;
    min-width: max-content;
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #808080;
    transition: all 0.2s linear 0s;
}

.top_menu UL LI A:hover,
.top_menu UL LI A.active {
    color: #fe6263;
}
.d3 {height:39px; display:flex; align-items:center; background:#e8e8e8; padding:0 10px; color:#808080; text-decoration:none; font-size:16px; font-weight:700; transition:.3s;}
.d3:hover {background:#fe6263; color:#fff; transition:.3s;}
.for_login {
    padding: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.3;
    background-color: #fe6263;
    color: #fff;
    white-space: nowrap;
}

.for_login_desc {
    margin: 15px 0 0 0;
    white-space: normal;
}

.for_login A {
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: inherit;
}

.for_login A.register {
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 102px;
    display: inline-block;
    vertical-align: bottom;
}

.for_login A + Span {
    padding: 0 10px;
    font-size: 21px;
    font-weight: 700;
    text-transform: uppercase;
}

.for_login A:hover {
    color: #282828;
}

/* головна частина шапки
	------------------------------------------------------------------------------------------------------------------------------*/
.main_part {
    width: 100%;
}

.main_part_box {
    width: 100%;
    min-height: 51px;
    float: left;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 6px;
    background-color: #f2f2f2;
}

.btn_home {
    border: none;
    padding: 0;
    width: 39px;
    height: 39px;
    margin-right: 20px;
    flex-shrink: 0;
    background-color: #e8e8e8;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.btn_home:after {
    content: '';
    display: block;
    width: 16px;
    height: 15px;
    background: url("../images/spritesheet.png") no-repeat -52px -47px;
}

.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 {
    text-align: right;
    padding: 0 17px 0 0;
    margin-left: 41px;
    max-width: 233px;
    -webkit-flex: 0 0 auto;
    flex: 0 0 auto;
}

.address {
    text-align: right;
}

.header_contacts {
    margin: 0 7%;
    flex: 0;
}

.header_email {
    text-decoration: none;
    font-size: 16px;
    font-weight: 700;
    color: #1c1c1c;
}

.header_email:hover {
    color: #fe6263;
}

.header_langs {
    position: relative;
    padding: 0 20px 0 0;
    margin: 0 0 0 23px;
    height: 24px;
    cursor: pointer;
}

.header_langs:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    top: 50%;
    margin: -2.5px 0 0 0;
    width: 9px;
    height: 5px;
    background: url("../images/spritesheet.png") no-repeat -56px -37px;
}

.header_langs a {
    /* position: absolute;
    top: calc(100% + 5px);
    right: 0;
    left: 0; */
    font-size: 0;
    line-height: 0;
    width: 24px;
    height: 24px;
    display: block;
    /* background-image: url("../images/spritesheet.png"); */
    /* background-repeat: no-repeat; */
}

.header_langs a .icon {
    width: 24px;
    height: 24px;
}

.header_langs ul {
    position: absolute;
    top: 100%;
    left: 0;
    display: flex;
    flex-direction: column;
    opacity: 1;
    visibility: visible;
    transition: 0.3s;
    z-index: 1;
}

.header_langs.closed ul {
    opacity: 0;
    visibility: hidden;
}

.header_langs ul a {
    display: block;
    width: 24px;
    height: 24px;
}

.header_langs ul a.active {
    display: none;
}

.header_langs ul .icon {
    display: block;
    width: 24px;
    height: 24px;
}

/* .header_langs a.ua {
    background-position: 0 -67px;
}

.header_langs a.ru {
    background-position: -24px -67px;
}

.header_langs a.active {
    position: static;
} */

.btn-order-call {
    vertical-align: top;
    font-size: 14px;
    color: #a1a1a1;
}

.btn-order-call:hover {
    text-decoration: none;
}

.phones {
    width: 100%;
}

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

.for_order_call {
    width: 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: 300px;
    padding: 25px 25px 3px 25px;
    z-index: 1001;
    color: #a1a1a1;
    box-shadow: 0 0 10px rgba(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;
    box-shadow: 0 0 10px rgba(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 #fe6263;
    background-color: #fe6263;
    color: #fff;
    padding: 0;
    height: 43px;
    cursor: pointer;
    transition: .3s;
}

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

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

.order-call-phones__item {
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 1;
    text-decoration: none;
    color: #1c1c1c;
}

.order-call-phones__item:hover {
    color: #fe6263;
}

A.sf_close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 11px;
    height: 11px;
    background: url(../images/sprite.png) no-repeat -517px -262px;
    padding: 0;
    z-index: 1;
    transform: rotate(0deg);
    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 {
    transform: rotate(90deg);
    transition: all 0.2s linear 0s;
}

.sf_title {
    width: 100%;
    font: 700 20px/30px 'Open Sans', sans-serif;
    color: #fe6263;
    text-transform: uppercase;
    padding: 0 27px;
    text-align: center;
    margin: 0 0 12px 0;
}

.sf_title B {
    font: 500 32px/32px 'Open Sans', sans-serif;
    color: #fe6263;
}

.cart_login_form .sf_title B {
    font: 700 20px/30px 'Open Sans', sans-serif;
}

.sf_title_min {
    padding: 0;
}

.sf_title_min b {
    font: 700 20px/30px 'Open Sans', sans-serif;
}

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

.standart_form A.common_but,
.buy_me .standart_form A.common_but {
    background-color: #fe6263;
    color: #fff;
    width: 100%;
}

.standart_form A.common_but:hover,
.buy_me .standart_form A.common_but:hover {
    background: none;
    border-color: #fe6263;
    color: #fe6263;
}

/* міні кошик
		-----------------------------------------------------------------------------------*/
.for_mini_cart {
    margin: 0 0 0 auto;
    position: relative;
    white-space: nowrap;
}

.mc_empty, A.mc_with_items {
    color: #808080;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: 34px;
    height: 34px;
}

.mc_empty > span ,
A.mc_with_items span {
    position: absolute;
    font-size: 12px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}

.mc_empty > span::after ,
A.mc_with_items span::after {
    content: "";
    width: 18px;
    height: 18px;
    background-color: #fe6263;
    position: absolute;
    top: 50%;
    left: 50%;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}

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

.mc_empty:before, A.mc_with_items:before {
    content: '';
    display: block;
    width: 26px;
    height: 26px;
    flex-shrink: 0;
    background: url("../img/cart.svg") no-repeat -72px -40px;
    background-position: center;
    margin: 0 10px 0 0;
}

A.mc_with_items {
    display: flex;
    align-items: center;
    text-decoration: none;
}

A.mc_with_items:hover {
    color: #fe6263;
}

.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;
    transition: all 0.2s linear 0s;
}

.mw_one:hover .mw_photo {
    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;
}

.mw_name Div {
    width: inherit;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.mw_name A {
    color: #212121;;
    font: 500 16px/20px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.mw_one:hover .mw_name A {
    color: #fe6263;
    transition: all 0.2s linear 0s;
}

.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: #fe6263;
    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 {
    width: 790px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    transform: translate(-50%, 0);
}

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

.cart_left {
    display: table-cell;
    width: auto;
    height: auto;
    vertical-align: top;
    padding: 30px 20px 30px 30px;
}

.cart_left .sf_title {
    text-align: left;
    color: #fe6263;
    font: 500 32px/40px 'Open Sans', sans-serif;
    padding: 0;
    margin: 0 0 15px;
}

.continue_shopping {
    margin: 0 auto 15px auto;
}

.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: #fe6263;
    text-decoration: underline;
}

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

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

.od_dropdown .dropdown {
    width: 100%;
}

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

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

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

.od_dropdown .dropdown .overflow input {
    margin: 0;
    width: calc(100% + 10px);
    margin-left: -10px;
    border: none;
    height: 100%;
    padding: 0 50px 0 10px;
}

.od_dropdown .dropdown UL {
    width: 100%;
}

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

.od_input input {
    width: 100%;
}

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

.od_text a {
    color: #fe6263;
    font-size: 14px;
    text-decoration: underline;
}

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

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

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

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

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

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

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

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

.checkbox_text a {
    color: #777;
}

.cart_left .common_but {
    display: table;
    color: #fff;
    width: auto;
}

.cart_left .box_c {
    margin: 0 0 20px;
}

.cart_left .cart_close_link {
    color: #fe6263;
}

.cart_left .cart_close_link.continue_shopping {
    margin: 0 auto 15px auto;
    border: 2px solid #fe6263;
    background-color: transparent;
    padding: 6px;
    width: 100%;
    display: none;
}

.cart_left .cart_close_linkюcontinue_shopping:hover {
    background-color: transparent;   
    color: #282828;
    border-color: #282828;
}

.cart_right {
    display: table-cell;
    margin: 0 auto;
    width: 350px;
    vertical-align: top;
    background-color: #f3f3f3;
    height: auto;
    padding: 75px 30px 30px 20px;
}

.cart_right .one_ct_good {
    width: 100%;
    padding: 20px 0 20px;
    border-bottom: 1px dashed #777;
}

.cart_right .right_box_cart {
    width: calc(100% - 127px);
}

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

.cart-contacts-tel span {
    width: 100%;
    display: block;
    float: none;
    color: #fe6263;
    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: #fe6263;
    background-color: transparent;
    text-transform: none;
    text-decoration: underline;
    border: none;
    font: 300 14px/18px 'Open Sans', sans-serif;
    height: auto;
}

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

.cart-contacts .common_but:hover {
    color: #fe6263;
    text-decoration: none;
}

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

.sf_title-mob {
    display: none;
}

.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 {
    transition: all 0.2s linear 0s;
}

.one_ct_good .mw_name {
    width: 100%;
    margin: -4px 0 6px 0;
}

.one_ct_good:hover .mw_name A {
    color: #fe6263;
    transition: all 0.2s linear 0s;
}

.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;
    transition: all 0.2s linear 0s;
}

A.ct_plus:hover I, A.ct_minus:hover I {
    opacity: 1;
    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: #fe6263;
}

.cart_total Input {
    width: 42px;
    height: 24px;
    border: 1px solid #c2c2c2;
    position: relative;
    float: left;
    margin: 3px 0 0;
    text-align: center;
    color: #fe6263;
    font: 500 16px/16px 'Open Sans', sans-serif;
    padding: 0;
    border-radius: 2px;
}

.cart_cost {
    width: 100%;
    text-align: left;
    color: #8e8e8e;
    font: 700 24px/30px 'Open Sans', sans-serif;
}

A.ct_delete {
    position: absolute;
    top: -15px;
    right: 0;
    width: 11px;
    height: 11px;
    background: url(../images/sprite.png) no-repeat -517px -262px;
    padding: 0;
    z-index: 1;
    transform: rotate(0deg);
    transition: all 0.2s linear 0s;
}

A.ct_delete:hover {
    transform: rotate(90deg);
    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: 600 30px/35px 'Open Sans', sans-serif;
    color: #8e8e8e;
}

/* нижня частина шапки
	------------------------------------------------------------------------------------------------------------------------------*/
/* головне меню
	-----------------------------------------------------------------------------------*/
.for_main_menu,
.for_main_menu nav,
.for_main_menu ul {
    width: 100%;
}

.for_main_menu li {
    position: relative;
}

.mob_catalog {
    display: none;
}

.tel_list {
    display: none;
}

.for_main_menu li + li {
    border-top: 1px solid #fff;
}
.for_main_menu .close_mob-menu {
    display: none;
}

.for_main_menu a {
    display: block;
    padding: 11.5px 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    background-color: #eaeef7;
    color: #7c8083;
    transition: .3s;
}


.for_main_menu a:hover,
.for_main_menu a.active {
    background-color: #fe6263;
    color: #fff;
}

/* випадайка головного меню
	-----------------------------------------------------------------------------------*/
.for_evry_drop {
    width: 241px;
    position: absolute;
    top: -20px;
    left: calc(100% + 1px);
    z-index: 50;
    padding: 20px 0;
    display: none;
}

.for_evry_drop.for_evry_simple_drop {
    width: 250px;
}

.one_col {
    width: 100%;
    height: auto !important;
}

.one_col + .one_col {
    border-top: 1px solid #fff;
}

.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 {
    display: block;
    padding: 11.5px 14px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    background-color: #eaeef7;
    color: #7c8083;
}

.for_main_menu Nav UL LI:hover A,
.for_main_menu Nav UL LI UL.ul_one LI A:hover,
.for_main_menu Nav UL LI UL.ul_one LI A.active {
    background-color: #fe6263;
    color: #fff;
}

.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 UL {
    list-style: none;
    background-color: #f7feff;
    position: absolute;
    float: left;
    top: 0;
    left: 100%;
    width: 100%;
    padding: 10px 20px;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.for_main_menu Nav UL LI UL.ul_one LI UL LI A {
    font: 300 17px/1.2 'Open Sans', sans-serif;
    margin-bottom: 0;
    width: auto;
    height: auto;
    padding: 0;
    text-transform: none;
    color: #283139;
}

/*------------------------------- адаптивне меню ---------------------------------*/
.cd-dropdown {
    background-color: #282828;
    color: #fff;
}

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

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

.cd-dropdown-content A:hover, .cd-dropdown-content UL A:hover {
    color: #fe6263;
    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: #fe6263;
}

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

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

/* пошук в шапці
		-----------------------------------------------------------------------------------*/
.for_search {
    max-width: 335px;
    height: 40px;
    margin: 0 0 0 auto;
    flex: 1 0 auto;
}

.for_search Input {
    width: 100%;
    height: 40px;
    background-color: #f3f3f3;
    border: 2px solid transparent;
    padding: 0 37px 0 22px;
    color: #949494;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    transition: all 0.2s linear 0s;
}

.for_search Input:focus {
    border-color: #fe6263;
}

.for_search A {
    position: absolute;
    top: 50%;
    right: 15px;
    margin: -8px 0 0 0;
    width: 16px;
    height: 16px;
}

.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 -25px 0;
    opacity: .3;
}

.mob_subheader {
    display: none;
}

.mob_log {
    display: none;
}

.mob_menu-wrap {
    display: none;
}

.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;
    transition: all 0.2s linear 0s;
}

.search_variants UL LI A.all_results {
    color: #fe6263;
    text-align: right;
    padding: 10px;
}

.for_search .search_variants UL LI A:hover {
    background: #eaeaea;
    color: #fe6263;
    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 .long_div {
    margin: 0 0 10px 0;
}

.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: 700 18px/26px 'Open Sans', sans-serif;
    color: #fe6263;
}

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

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

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

.one_search_res A {
    font: 400 16px/20px 'Open Sans', sans-serif;
    text-decoration: underline;
    color: #fe6263;
    transition: all 0.2s linear 0s;
}

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

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

Span.search_active {
    background: #b4edfd;
}

.search_list .filter_box UL {
    width: 100%;
}

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

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

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

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

.search_list .filter_box UL LI UL LI A:hover {
    color: #fe6263;
    transition: color 0.2s linear 0s;
}

/* поле контенту
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.content {
    padding: 0 0 50px;
    width: 100%;
    flex: 1;
}

.content_row {
    display: flex;
    width: 100%;
}

.content_col_left {
    margin: 0 14px 0 0;
    max-width: 241px;
    flex: 1 0 241px;
    z-index: 200;
}

.content_col_center {
    /* overflow: auto; */
    flex: 1;
}

.content_col_right {
    margin: 0 0 0 14px;
    max-width: 241px;
    flex: 1 0 241px;
}

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

.widget {
    margin: 0 0 35px;
    width: 100%;
}

.widget_title {
    width: 100%;
    display: flex;
    align-items: center;
    margin: 0 0 13px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    color: #282828;
}

.widget_title i {
    width: 17px;
    height: 15px;
    border-top: 3px solid #fe6263;
    position: relative;
    margin: 0 11px 0 0;
}

.widget_title i:before,
.widget_title i:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 3px;
    background-color: #fe6263;
}

.widget_title i:before {
    top: 3px;
}

.widget_title i:after {
    bottom: 0;
}

.brands_list, .brands_list a {
    width: 100%;
}

.brands_list li + li {
    margin: 30px 0 0 0;
}

.brands_list a {
    text-align: center;
    display: block;
}

.brands_list img {
    max-width: 100%;
}

.sidebar_products img {
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.sidebar_products a {
    width: 241px;
    height: 203px;
    border: 1px solid #ddd;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: border-color .3s;
}

.sidebar_products a:hover {
    border-color: #fe6263;
}

.sidebar_products a + a {
    margin: 21px 0 0 0;
}

.sidebar_menu {
    width: 100%;
}

.sidebar_menu li {
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
}

.sidebar_menu li + li {
    margin-top: 1px;
}

.sidebar_menu a {
    text-decoration: none;
    display: flex;
    align-items: center;
    padding: 0 12px;
    height: 45px;
    overflow: hidden;
    background-color: #fe6263;
    color: #fff;
    transition: background-color .3s;
}

.sidebar_menu a:hover,
.sidebar_menu a.active {
    background-color: #282828;
}

/* хлібні крихти
		--------------------------------------------------------------------------*/
.clickpath_place {
    width: 100%;
    margin: 0 0 24px 0;
    color: #737373;
    font: 300 15px/24px 'Open Sans', sans-serif;
}

.catalog_clickpath .clickpath {
    width: 100%;
    padding: 30px 0 0 0;
}

.clickpath_place .clickpath {
    width: 100%;
    padding: 8px 0 0 0;
}

.clickpath_place .clickpath Div {
    position: relative;
    float: left;
}

.clickpath A {
    position: relative;
    float: left;
    color: #737373;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.clickpath A:hover {
    color: #fe6263;
    transition: all 0.2s linear 0s;
}

.clickpath B {
    position: relative;
    float: left;
    font-weight: 400;
    padding: 0 6px;
}

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

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

/* слайдер
		-----------------------------------------------------------------------------------*/
.for_banner {
    margin: 0 0 17px;
    width: 100%;
}

.main_banner {
    width: 100%;
    height: 226px;
    overflow: hidden;
}

.slider_fon {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 226px;
    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: 226px;
}

.slider_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 328px;
    height: 226px;
    padding: 0 27px 0 27px;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #fe6263;
    color: #fff;
}

.slider_text Span {
    width: 100%;
}

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

.slider_text .h1 {
    margin: 0 0 17px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 900;
    line-height: 1.2;
}

.slider_text .h2 {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.4;
}

.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;
    transition: all 0.2s linear 0s;
    display: none;
}

.slider_right A {
    background-position: -216px -87px;
}

.slider_left A:hover {
    background-position: -60px -87px;
    transition: all 0.2s linear 0s;
}

.slider_right A:hover {
    background-position: -212px -87px;
    transition: all 0.2s linear 0s;
}

.slider_place {
    position: absolute;
    z-index: 3;
    bottom: 10px;
    right: 10px;
    width: 100%;
    line-height: 0;
}

.slider_pag {
    width: 100%;
    float: none;
    text-align: right;
}

.slider_pag A {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 2px solid #fff;
    position: relative;
    display: inline-block;
    margin: 0 0 0 4px;
    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%;
    margin: 0 0 52px 0;
}

.sw_links {
    width: 100%;
    margin: 0 0 11px 0;
    background: #f3f3f3;
}

.user_page .sw_links,
.det_links_place .sw_links {
    padding: 20px 0;
}

.sw_links > .centre {
    height: 90px;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
}

.sw_links UL {
    padding: 0 0 0 30px;
    width: auto;
}

.sw_links UL LI {
    margin-right: 33px;
    position: relative;
    float: left;
}

.user_page .sw_links li:last-child {
    display: none;
}

.sw_links UL LI A {
    position: relative;
    float: left;
    color: #282828;
    text-decoration: none;
    transition: all 0.2s linear 0s;
    font: 700 20px/25px 'Open Sans', sans-serif;
    text-transform: uppercase;
}


.sw_links UL LI:last-child A {
    color: #fe6263;
}


.sw_links UL LI A:hover,
.sw_links UL LI A.active {
    text-decoration: underline;
}
.sw_place .catalog {
    padding: 0;
}

A.show_all {
    border: 2px solid #fe6263;
    background-color: #fe6263;
    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;
    transition: all 0.2s linear 0s;
}

A.show_all--simple {
    background: none;
    border: none;
    padding: 0;
    float: right;
    color: #fe6263;
    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: #fe6263;
    text-decoration: none;
}

/* меню категорій
		-----------------------------------------------------------------------------------*/
.categories {
    width: 100%;
    margin: 0 0 25px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 21px;
}

.one_cat {
    height: 252px;
}

.one_cat:nth-child(10n+5) {
    grid-column: span 2;
}

.one_cat:nth-child(10n+10) {
    grid-column: span 2;
}

.oc_figure {
    width: 100%;
    height: inherit;
    margin: 0;
}

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

.oc_figure__link:hover .icon-permalink {
    opacity: 1;
    transform: scale(1);
}

.oc_figure figcaption {
    display: none;
}

.icon-permalink {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -40px 0 0 -58px;
    width: 116px;
    height: 80px;
    background: url("../images/spritesheet.png") no-repeat -147px 0;
    opacity: 0;
    transform: scale(0);
    transition: .3s;
}

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

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

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

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

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

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

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

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

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

a.detail_btn:hover {
    color: #ff5639;
    border-color: #ff5639;
}

/* стаття
		-----------------------------------------------------------------------------------*/
.article_place {
    width: 100%;
    margin: 0 0 50px 0;
}

Article {
    width: 100%;
    background: #fff;
    padding: 10px;
    color: #777777;
    font: 400 17px/27px 'Arial';
}

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

Article Header H1, Article Header H2, Article .article_text H1, Article .article_text H2, Article .article_text H3, .faild, .all_right {
    position: relative;
    float: left;
    width: 100%;
    margin: 0 0 29px 0;
    padding: 0;
    color: #fe6263;
    font: 900 36px/1.2 'Open Sans', sans-serif;
    text-transform: uppercase;
    text-align: center;
}

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: #fe6263;
    transition: all 0.2s linear 0s;
}

Article .article_text A:hover {
    text-decoration: none;
    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;
    float: left;
}

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

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

Article .article_text Blockquote {
    margin: 10px 10px 10px 17px;
    border-left: 6px solid #fe6263;
    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;
}

Article .article_text A.read_more, Article .article_text A.read_less {
    color: #fe6263;
    font: 400 17px/20px 'Open Sans', sans-serif;
    text-decoration: underline;
    transition: all 0.2s linear 0s;
    margin: 0 10px 0 0;
}

Article .article_text A.read_more:hover, Article .article_text A.read_less:hover {
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

/* бренди
		-----------------------------------------------------------------------------------*/
.brands_place {
    width: 100%;
    margin: 0 0 62px 0;
}

.ob_box {
    width: 100%;
}

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

.ob_right {
    left: auto;
    right: 0;
}

.ob_left A, .ob_right A {
    width: 18px;
    height: 32px;
    top: 50%;
    left: 50%;
    margin: -16px 0 0 -9px;
    background: url(../images/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;
    transition: opacity 0.2s linear 0s;
}

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

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

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

.ob_long {
    height: inherit;
}

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

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

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

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

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

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

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

/* відгуки + останні відгуки
		-----------------------------------------------------------------------------------*/
.review_place, .review_place_main {
    width: 100%;
    background: #f3f3f3;
    padding: 55px 0 47px 0;
}

.review_place_main {
    margin-bottom: 52px;
}

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

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

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

.left_box_rew {
    width: 100%;
}

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

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

.or_photo Img {
    width: 100%;
}

.or_whu {
    width: 100%;
    text-align: center;
    color: #fe6263;
    font: 700 18px/1.2 'Open Sans', sans-serif;
}

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

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

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

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

A.or_all {
    color: #2f2e2e;
    text-decoration: none;
    font-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 0;
    overflow: hidden;
}

.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 {
    top: -30px;
    right: 50%;
    margin-right: -150px;
}

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

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

/* кнопка питання
		-----------------------------------------------------------------------------------*/
.detail_btn {
    width: 100%;
}

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

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

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

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

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

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

/* каталог
	----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
.catalog_place {
    width: 100%;
    margin: 0 0 20px 0;
}

.all_catalog {
    width: 100%;
    display: -webkit-flex;
    display: flex;
}

/* колонка фільтрів
			-----------------------------------------------------------------------------------*/
.filter_box {
    margin: 0 20px 0 0;
    max-width: 203px;
    flex: 1 0 203px;
    background: #fff;
    display: none;
}

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

.fil_group {
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 10px;
    border: 1px solid #c9c7c7;
}

.fs_title {
    width: 100%;
    color: #737373;
    font: 300 16px/16px 'Open Sans', sans-serif;
    background: #f3f3f3;
    padding: 11px 15px;
    margin: 0 0 10px 0;
}

.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 {
    width: 100%;
    padding: 0 15px;
    margin: 0;
}

.fs_from_to {
    width: 100%;
    text-align: center;
    color: #fe6263;
    font: 500 16px/24px 'Open Sans', sans-serif;
}

.fs_from_to B {
    padding: 0;
    color: #fe6263;
    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: #fe6263;
    font: 400 14px/18px 'Open Sans', sans-serif;
    padding: 0;
}

.noUi-target {
    position: relative;
    float: left;
    margin: 0 0 12px;
    width: 100%;
}

.fil_checked {
    width: 181px;
    padding: 10px;
    margin: 0 10px;
    background: #f3f3f3;
}

.one_ch_fil {
    width: 100%;
    margin: 10px 0 0 0;
    color: #fe6263;
    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;
}

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

.fil_group UL LI {
    position: relative;
    float: left;
    width: 100%;
    margin: 0;
}

.fil_group UL LI A,
.fil_group UL LI Span {
    color: #737373;
    font: 300 15px/24px 'Open Sans', sans-serif;
    text-decoration: none;
    padding: 0 0 0 22px;
    position: relative;
    float: left;
    background: url(../images/sprite.png) no-repeat -985px -429px;
    cursor: pointer;
    transition: color 0.2s linear 0s;
}

.fil_group UL LI A:hover,
.fil_group UL LI Span:hover {
    color: #fe6263;
    transition: color 0.2s linear 0s;
}

.fil_group UL LI A.active,
.fil_group UL LI.active Span {
    background-position: -985px -319px;
    color: #fe6263;
    transition: color 0.2s linear 0s;
}

.fil_group UL LI A.no_active,
.fil_group UL LI.no_active Span {
    background-position: 3px -429px;
    color: #eee;
    transition: color 0.2s linear 0s;
}

.fil_group UL LI.show_more {
    text-decoration: underline;
    font: 400 13px/1.2 'Open Sans', sans-serif, sans-serif;
    color: #414141;
    width: auto;
    cursor: pointer;
}

.fil_group UL LI.show_more:hover {
    text-decoration: none;
}

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

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

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

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

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

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

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

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

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

.fil_group_grid UL LI.active {
    background-color: #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: underline;
    font: 300 14px/18px 'Open Sans', sans-serif;
    color: #fe6263;
    margin: 0 19px;
}

/* колонка каталогу
			-----------------------------------------------------------------------------------*/
.catalog_box {
    width: 100%;
}

.catalog_box_long {
    width: 100%;
}

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

.ch_tit_place {
    display: flex;
    align-items: baseline;
}

.ch_tit_place H1 {
    color: #282828;
    font-size: 24px;
    line-height: 1.2;
    margin: 0;
    padding: 0;
    width: auto;
    position: relative;
}

.ch_tit_place Span {
    position: relative;
    color: #777;
    font-size: 14px;
}

.catalog_head .dropdown.short {
    margin: 0 0 0 10px;
}

.dropdown {
    width: 198px;
    height: 41px;
    background-color: #fff;
    border: 1px solid #bfbfbf;
}

.dropdown.short {
    width: 160px;
    margin: 0 0 0 10px;
}

.dropdown .overflow {
    width: 196px;
    height: 39px;
    overflow: hidden;
    position: relative;
    float: left;
}

.dropdown.short .overflow {
    width: 100%;
}

.dropdown Span {
    color: #777;
    font: 400 14px/18px 'Open Sans', sans-serif;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    cursor: pointer;
    height: 39px;
    padding: 0 0 0 10px;
    overflow: hidden;
    z-index: 2;
    white-space: nowrap;
    display: flex;
    align-items: center;
}

.dropdown Span B {
    top: 0;
    right: 0;
    width: 40px;
    height: 39px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    z-index: 3;
    border-left: 1px solid #bfbfbf;
    background-color: #fff;
}

.dropdown Span B:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 5px 0 5px;
    border-color: #bfbfbf transparent transparent transparent;
}

.dropdown UL {
    position: absolute;
    width: 198px;
    top: 40px;
    left: -1px;
    background: #fff;
    border: 1px solid #e6e6e6;
    z-index: 4;
    margin: 0;
    border-top: none;
    box-shadow: 0 3px 6px -5px #000;
    display: none;
}

.dropdown.short UL {
    width: 140px;
}

.dropdown UL LI {
    position: relative;
    float: left;
    background: none;
    width: 100%;
}

.dropdown UL LI A {
    width: 100%;
    text-decoration: none;
    color: #777777;
    font: 300 14px/18px 'Open Sans', sans-serif;
    position: relative;
    float: left;
    padding: 6px 2px 6px 10px;
    transition: all 0.2s linear 0s;
}

.dropdown UL LI A:hover {
    background: #FBFBFB;
    color: #fe6263;
    transition: all 0.2s linear 0s;
}

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

.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: #fe6263;
    transition: color .3s;
}

.options_dropdown_list UL LI A:hover {
    color: #000;
}

.options_dropdown_tile UL {
    display: flex;
    margin: 10px 0 0 0;
}

.options_dropdown_tile UL LI {
    flex: 1 0 auto;
    margin: 0 3px 3px 0;
}

.options_dropdown_tile UL LI A {
    text-decoration: none;
    background-color: #f3f3f3;
    color: #000;
    padding: 5px 10px;
    transition: .3s;
}

.options_dropdown_tile UL LI A:hover {
    background-color: #fe6263;
    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%;
}

.download_box {
    position: relative;
    text-align: center;
    height: 134px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #000;
    margin: 0 0 24px;
}

.download_box_img {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: cover;
    opacity: .5;
}

.download_box_btn {
    font-size: 14px;
    font-weight: 700;
    position: relative;
    z-index: 1;
    padding: 11px 14px;
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
    transition: .3s;
}

.download_box_btn:hover {
    background-color: #fe6263;
    border-color: #fe6263;
}

/* каталог - вигляд плиткою
				--------------------------------------------------------------------------*/
.catalog {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    grid-template-columns: repeat(2, calc(50% - 10px));
}

.categories_grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 21px;
    width: 100%;
}

.category_figure {
    border: 2px solid #ddd;
    padding: 20px;
    transition: border-color .3s;
}

.category_figure img {
    margin: 0 0 18px;
    max-width: 100%;
    max-height: 100px;
    display: block;
}

.category_figure a {
    display: block;
}

.category_figure:hover {
    border-color: #fe6263;
}

.category_figure:hover .category_title {
    color: #fe6263;
}

.category_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #282828;
    transition: .3s;
}

.catalog.hidden {
    display: none;
}

.you_saw .catalog {
    padding: 0;
}

.one_good {
    border: 2px solid #ddd;
    padding: 20px;
    transition: .3s;
    float: none;
}

.sw_place {
    padding: 0 13px;
    width: 100%;
}

.one_good:hover {
    border-color: #fe6263;
}

.one_good:hover .og_name {
    color: #fe6263;
}

.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: #fe6263;
}

.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_photo {
    width: 100%;
}

.og_photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.og_photo Img {
    height: 100px;
    width: 100%;
    margin: 0 0 18px;
    display: block;
    object-fit: cover;
}

.og_info {
    width: 100%;
    padding: 0 18px 0 18px;
}

.og_name {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.2;
    color: #282828;
    transition: .3s;
}

.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: 400 17px/20px 'Open Sans', sans-serif;
}

.og_name A {
    color: #212121;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.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;
    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: #fe6263;
    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: #fe6263;
    transition: all 0.2s linear 0s;
}

.og_txt {
    display: none;
}

.og_stars {
    display: none;
}

.og_price {
    width: 100%;
    min-height: 25px;
    color: #8e8e8e;
    margin-bottom: 16px;
    font: 300 14px/1 'Open Sans', sans-serif;
    text-align: left;
}

.og_price B {
    font: 700 25px/1 'Open Sans', sans-serif;
    color: #fe6263;
}

.og_price Span.old_price {
    margin-left: 20px;
}

.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: 700 18px/1.2 'Open Sans', sans-serif;
    color: #707070;
    position: relative;
    margin: 0 0 5px;
}

Span.old_price::before {
    background: currentColor;
    content: "";
    height: 1px;
    left: 0;
    right: 0;
    margin: -0.5px 0 0 0;
    position: absolute;
    top: 50%;
}

.one_good A.common_but {
    width: 100%;
    min-width: 155px;
    height: 36px;
    background: #283139;
    color: #fff;
    padding-right: 19px;
    font: 500 18px/30px 'Open Sans', sans-serif;
    text-transform: uppercase;
    transition: all 0.2s linear 0s;
}

.one_good A.common_but:hover {
    color: #283139;
    border-color: #283139;
    background: transparent;
}

.one_good A.common_but:hover I {
    opacity: 1;
}

.one_good A.common_but:hover B {
    opacity: 0;
}

.one_good A.common_but I,
.one_good A.common_but B {
    position: absolute;
    top: 1px;
    left: 11px;
    width: 33px;
    height: 30px;
    background: url(../images/spritesheet.png) no-repeat -79px 0;
    transition: .3s;
}

.one_good A.common_but I {
    background-position: -113px 0;
    opacity: 0;
}

.one_good A.common_but.to_cart Span {
    padding: 0 0 0 59px;
}

.one_good A.common_but Span {
    padding: 0 0 0 59px;
}

.ribbon {
    position: absolute;
    top: 13px;
    left: -1px;
    display: table;
    padding: 4px 12px 5px;
    font-size: 11px;
    font-weight: 700;
    color: #fff;
}

.main_photo .ribbon {
    top: 0;
    left: 0;
}

.main_photo .ribbon:before {
    width: 428px;
    left: -17px;
}

.ribbon.new {
    background-color: #00b8d4;
}

.ribbon.new:before {
    background: #00b8d4;
}

.ribbon.promo {
    background-color: #b71c1c;
}

.ribbon.hit {
    background-color: #4a4d55;
}

.ribbon.hit:before {
    background: #4a4d55;
}

.ribbon.discount {
    background-color: #00e676;
}

.ribbon.discount:before {
    background: #00e676;
}

.raty Img {
    vertical-align: baseline;
    margin: 0 -4px 0 0;
}

.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-top: 10px;
}

.slick-slide {
    cursor: grab;
}

.slick-slide:active {
    cursor: grabbing;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 30px;
    height: 30px;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0;
    line-height: 0;
    cursor: pointer;
    margin: -15px 0 0 0;
    z-index: 1;
    background-color: #eaeef7;
    transition: background-color .3s;
}

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

.slick-next {
    left: auto;
    right: 10px;
}

.slick-next:after,
.slick-prev:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    transition: border-color .3s;
}

.slick-next:after {
    border-width: 5px 0 5px 6px;
    border-color: transparent transparent transparent #777;
}

.slick-next:hover:after {
    border-left-color: #fff;
}

.slick-prev:after {
    border-width: 5px 6px 5px 0;
    border-color: transparent #777 transparent transparent;
}

.slick-prev:hover:after {
    border-right-color: #fff;
}

.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);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes uil-reload-css {
    0% {
        -ms-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    50% {
        -ms-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        -o-transform: rotate(180deg);
        transform: rotate(180deg);
    }
    100% {
        -ms-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.uil-reload-css {
    position: relative;
    width: 200px;
    height: 200px;
    float: left;
    top: -40px;
}

.uil-reload-css > span {
    animation-play-state: paused !important;
    -ms-animation: uil-reload-css 1s linear infinite;
    -moz-animation: uil-reload-css 1s linear infinite;
    -webkit-animation: uil-reload-css 1s linear infinite;
    -o-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 #fe6263;
    border-top: 20px solid rgba(0, 0, 0, 0);
    border-right: 20px solid #fe6263;
    border-bottom: 20px solid #fe6263;
}

.uil-reload-css > span:after {
    content: " ";
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 30px 30px 30px;
    border-color: transparent transparent #fe6263 transparent;
    display: block;
    -ms-transform: translate(-15px, 0) rotate(45deg);
    -moz-transform: translate(-15px, 0) rotate(45deg);
    -webkit-transform: translate(-15px, 0) rotate(45deg);
    -o-transform: translate(-15px, 0) rotate(45deg);
    transform: translate(-15px, 0) rotate(45deg);
}

.uil-reload-css.active > span {
    animation-play-state: running !important;
}

/* пагінатор
					-----------------------------------------*/
Nav.paginator {
    width: 100%;
    margin: 30px 0;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

Div.paginator {
    width: auto;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    background: #fff;
}

.paginator A, .paginator Strong, .paginator Span {
    position: relative;
    float: left;
    width: 27px;
    height: 27px;
    border: 1px solid transparent;
    color: #737373;
    font: 300 15px/26px 'Open Sans', sans-serif;
    text-decoration: none;
    text-align: center;
    margin: 0 1px;
    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: #fe6263;
    border-color: #fe6263;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_left B, .paginator A.pag_left I, .paginator A.pag_right B, .paginator A.pag_right I {
    background: url(../images/sprite.png) no-repeat -2px -360px;
    width: 22px;
    height: 25px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_right B {
    background-position: -30px -360px;
}

.paginator A.pag_left I, .paginator A.pag_right I {
    background-position: -2px -330px;
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_right I {
    background-position: -30px -330px;
}

.paginator A.pag_left:hover B, .paginator A.pag_right:hover B {
    opacity: 0;
    transition: all 0.2s linear 0s;
}

.paginator A.pag_left:hover I, .paginator A.pag_right:hover I {
    opacity: 1;
    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 0;
    display: flex;
    flex-wrap: wrap;
}

.dt_row {
    width: 100%;
    overflow: hidden;
}

.dt_col:nth-child(1) {
    margin: 0 10px 0 0;
    width: calc(50% - 10px);
    float: left;
    position: relative;
    /* z-index: 100; */
}

.dt_table_wrap {
    width: 100%;
    overflow: auto;
    margin: 0 0 30px;
}

.dt_table_wrap_alt {
    overflow: visible;
}

.dt_table {
    margin: 35px 0 0 0;
    width: 810px;
}

.dt_table thead {
    background-color: #f2f2f2;
}

.dt_table thead td {
    font-size: 11px;
    font-weight: 700;
    color: #282828;
    height: 40px;
    vertical-align: middle;
   padding: 0 8px;
}

.dt_table td {
    vertical-align: top;
}

.dt_table tbody td {
    font-size: 12px;
    line-height: 1.2;
    vertical-align: middle;
}

.dt_table tbody tr:first-child td {
    padding-top: 15px;
}

.dt_table td:nth-child(1),
.dt_table td:nth-child(2),
.dt_table td:nth-child(3) {
    text-align: center;
}

.dt_table td:nth-child(2) {
    text-align: center;
    max-width: 200px;
}

.dt_table_code {
    display: inline-block;
    vertical-align: top;
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 0 10px;
    margin: 0 0 34px;
    font-size: 22px;
    font-weight: 600;
    line-height: 1;
    border: 1px solid #8a8a8c;
    border-radius: 7px;
    letter-spacing: 0.5em;
    color: #fe6263;
}

.dt_table ul {
    float: none;
    font-size: 12px;
    line-height: 1.2;
    margin: 0 0 20px;
}

.dt_table ul.two_columns {
    padding: 0 24px;
    columns: 2;
}

.dt_table dl {
    margin: 0;
    text-align: left;
}

.dt_table dt {
    text-transform: uppercase;
    font-weight: 700;
    color: #fe6263;
}

.dt_table dd {
    margin: 0;
}

.dt_table dd + dt {
    margin: 10px 0 0 0;
}

.dt_table .common_but {
    float: none;
}

.dt_table .dt_buy {
    justify-content: center;
}

.dt_table .dt_amount {
    margin: 0;
}

.dt_table_alt {
    width: 100%;
    margin: 0;
}

/* .dt_table_alt tbody {
    border-bottom: 1px solid #a1a1a1;
} */

.dt_table_alt tbody td {
    border-top: 1px solid #a1a1a1;
    white-space: normal;
    padding: 2px 8px 2px 8px;
}

.dt_table_alt tbody tr:first-child td {
    padding-top: 2px;
}

.dt_table_alt tbody tr td:last-child {
    width: 130px;
}

.dt_table_alt td {
    text-align: center;
}

.mob_info {
    display: none;
}

.tabs_nav {
    width: 100%;
}

.tabs_nav:after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    height: 3px;
    background-color: #e6e6e6;
    z-index: -1;
}

.tabs_nav ul {
    display: flex;
}

.tabs_nav li {
    font-weight: 700;
    font-size: 18px;
    cursor: pointer;
    color: #282828;
    padding: 7px 25px;
    transition: .3s;
}

.tabs_nav li:hover {
    background-color: #e6e6e6;
}

.tabs_nav li.active {
    background-color: #fe6263;
    color: #fff;
    cursor: default;
}

.tabs_content {
    padding: 31px 0 0 0;
    width: 100%;
    float: left;
}

.tab_row {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.tab_col {
    margin: 0 30px 0 0;
    max-width: 346px;
    flex: 1 1 346px;
}

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

.table_grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 16px;
}

.table_grid a {
    text-decoration: none;
    color: #000;
}

.tg_item {
    position: relative;
    border-top: 2px solid #fe6263;
    font-size: 11px;
    line-height: 1.2;
    padding: 10px 0 0 0;
    height: 100%;
}

.tg_item:after {
    content: '';
    display: block;
    position: absolute;
    right: -9px;
    top: 0;
    width: 2px;
    height: 100%;
    background-color: #bebec4;
}

.table_grid a:nth-child(4n+4) .tg_item:after {
    display: none;
}

.tg_title {
    text-transform: uppercase;
    font-size: 11px;
    line-height: 1.2;
    color: #000;
    margin: 0 0 10px;
}

.tg_title span {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fe6263;
}

.tg_img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.tg_fig {
    position: relative;
    float: none;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.tg_fig:before {
    content: '';
    display: block;
    padding-bottom: 100%;
}

.tg_materials {
    text-align: right;
    position: absolute;
    bottom: 20px;
    right: 0;
}

.tg_materials span {
    background-color: #ddd;
    color: #282828;
    font-size: 11px;
    padding: 1px 5px;
    float: right;
    clear: both;
}

.tg_materials span + span {
    margin: 2px 0 0 0;
}

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

.tg_row ul {
    float: none;
}

.tg_col:last-child {
    margin-left: auto;
}
.details .dt_row a {
    text-align: center;
    max-width: max-content;
    width: 100%;
    border: none;
    text-decoration: none;
    padding: 8px 27px 8px 23px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: #fe6263;;
    color: #fff;
    transition: .3s;
}
.details .dt_row a:hover {
    background-color: #282828;
}
.details .dt_row .main_photo a{
    background-color: unset;
}
.for_search_model {width:100%; display:inline-block; float:none;}
    .for_search_model .tab {width:100%; display:inline-block;}
        .table_grid.search {grid-template-columns:repeat(1, 1fr);}
        .table_grid.search A {color:#fff;}
            A.archive {color:#fe6263;}
#mob-search_form {
    display: none;
}

.close-mob-search {
    display: none;
}

/* фото товару
						-----------------------------------------*/
.dt_photos {
    width: 100%;
    min-height: 1px;
    overflow: hidden;
    margin: 0 0 28px;
}

.dt_photos_grid {
    margin-bottom: 0;
}

.dt_photos_grid img {
    max-width: 100%;
}

.small_photos {
    width: 100%;
}

.small_photos .slick-list {
    margin: 0 -10px;
}

.small_photos img {
    width: 100%;
    height: 285px;
    object-fit: contain;
}

.small_photos a, .zoom_top a {
    height: 85px;
    border: 1px solid #ddd;
    margin: 0 10px;
    display: flex;
    transition: border-color .3s;
}

.small_photos a:hover, .zoom_top a:hover {
    border-color: #fe6263;
}

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;
    transition: opacity 0.2s linear 0s;
}

A.dt_ar_right B {
    background-position: -708px -647px
}

A.dt_ar_left I, A.dt_ar_right I {
    background-position: -650px -676px;
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}

A.dt_ar_right I {
    background-position: -708px -677px
}

A.dt_ar_left:hover I, A.dt_ar_right:hover I {
    opacity: 1;
    transition: opacity 0.2s linear 0s;
}

A.dt_ar_left:hover B, A.dt_ar_right:hover B {
    opacity: 0;
    transition: opacity 0.2s linear 0s;
}

.sp_container {
    width: 491px;
    height: 88px;
    overflow: hidden;
    padding: 0;
}

.sp_all {
    width: 85px;
}

.sp_container A, .zoom_top A {
    width: 95px;
    height: 132px;
    position: relative;
    float: left;
    background-color: #fff;
    border: 1px solid #ddd;
    overflow: hidden;
    transition: all 0.2s linear 0s;
}

.sp_container A Span, .zoom_top A Span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.sp_container A Span Img, .zoom_top A Span Img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.sp_container A:hover, .zoom_top A:hover, .zoom_top A.active {
    transition: all 0.2s linear 0s;
}

.main_photo {
    width: 100%;
    background-color: #fff;
    border: 1px solid #ddd;
    display: flex;
    align-items: center;
    margin: 0 0 17px;
}

.main_photo a {
    display: block;
    width: 100%;
    height: 100%;
}

.main_photo .gallery-item > Img {
    width: 100%;
}

/* топова інформація товару
						-----------------------------------------*/
.dt_top {
    flex: 1;
}

.dt_top_tit {
    width: 100%;
    text-align: center;
    margin: 0 0 14px;
}

.dt_top_tit H1 {
    font-size: 20px;
    line-height: 1.2;
    padding: 8.5px 26px;
    background-color: #f2f2f2;
    color: #282828;
}

.dt_top_tit span {
    color: #fe6263;
    font-size: 28px;
    display: block;
}

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

Div.dt_stars {
    width: 80px;
    height: auto;
    margin: 20px 0 0 0;
    position: absolute;
    bottom: 11px;
    left: 10px;
}

.dt_how_much {
    width: auto;
}

.dt_ribbon {
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
}

.dt_ribbon img {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 4px;
}

.dt_ribbon_inner {
    font-size: 10px;
    padding: 1px 9px;
    border-radius: 8px 0 8px 8px;
    display: block;
    background-color: #fe6263;
    color: #fff;
}

/* додатковий опис в топі
						-----------------------------------------*/
.dt_info {
    display: inline-block;
    width: 100%;
    margin: 0 -10px;
    float: none;
    font-size: 0;
}

.dt_info>li {
    padding: 0 0 0 58px;
    margin: 0 10px 30px 10px;
    position: relative;
    line-height: 1.6;
    overflow: hidden;
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 20px);
    font-size: 14px;
}

.dt_info p {
    overflow: hidden;
}

.dt_info p img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}
.youtube_block Iframe {width:100%; margin:0 0 20px 0;}
.dt_info_tit {
    display: block;
    padding: 0 0 10px;
    margin: 0 0 8px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
    color: #282828;
}

.dt_info_icon {
    position: absolute;
    left: 0;
    top: 0;
}

.dt_info ul {
    float: none;
}

.dt_info ul li {
    position: relative;
    padding: 0 0 0 10px;
}

.dt_info ul li:before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 9px;
    width: 4px;
    height: 4px;
    border-radius: 100%;
    background-color: #000;
}

.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;
    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%;
    margin: 0 0 29px;
    font-size: 14px;
    line-height: 1.2;
    color: #848484;
}

/* додаткові характеристики - !!!не стандартний блок!!!
							-----------------------------------------*/
.dt_top_options {
    width: 100%;
    margin: 0 0 20px 0;
}

.da_title {
    color: #000;
    font: 700 16px/18px Seg_b;
    margin: 0 0 4px 0;
    width: 100%;
}

.dt_top_options .char_table {
    box-shadow: none;
    background: none;
    width: 100%;
    left: 0;
    margin: 0;
}

.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;
    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%;
    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: #fe6263;
    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: #fe6263;
    text-decoration: underline;
}

.pres_details a:hover {
    text-decoration: none;
}

.pres_title {
    font: 400 18px/1.2 "Roboto";
    margin-bottom: 20px;
}

/* короткий опис в детальному
							-----------------------------------------*/
.dt_top_description {
    width: 100%;
    margin: 0 0 20px 0;
}

.dt_top_description Article {
    padding: 0;
    background: none;
    box-shadow: none;
    color: #777777;
    font: 300 15px/20px 'Open Sans', sans-serif;
}

.dt_top_description Article P {
    padding: 0;
}

/* ціна та кнопка купити
							-----------------------------------------*/
.dt_price_box {
    background-color: #f2f2f2;
    padding: 24px 42px 44px;
    margin: 0 0 20px;
    width: 100%;
}

.dt_price_box .common_but {
    width: 100%;
    max-width: 169px;
}

.dt_price {
    width: 100%;
    margin: 0 0 4px;
    white-space: nowrap;
}

.dt_buy {
    display: flex;
    width: 100%;
}

.dt_amount {
    display: flex;
    align-items: center;
    justify-content: space-around;
    flex: 1 0 65px;
    max-width: 65px;
    height: 41px;
    margin: 0 19px 0 0;
    background-color: #fff;
    border: 1px solid #ddd;
}

.dt_amount input[type="number"] {
    background-color: transparent;
    border: none;
    padding: 0;
    text-align: center;
    max-width: 26px;
}

.dt_amount button {
    background-color: transparent;
    border: none;
    padding: 0 2px;
    font-weight: 700;
    font-size: 20px;
    color: #ddd;
    transition: color .3s;
}

.dt_amount button:hover {
    color: #282828;
}

.btn_wrap {
    display: flex;
    margin: 0 0 30px;
}

.btn_wrap button + button {
    margin: 0 0 0 10px;
}

.btn_download,.btn_video_alt {
    border: none;
    padding: 8px 27px 8px 23px;
    display: flex;
    align-items: center;
    font-weight: 700;
    background-color: #4a4d55;
    color: #fff;
    transition: .3s;
}

.btn_download:before {
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    flex-shrink: 0;
    margin: 0 17px 0 0;
    background: url("../images/spritesheet.png") no-repeat -54px -65px;
}

.btn_download_alt:before {
    width: 14px;
    background-position: -80px -65px;
}

.btn_download:hover,.btn_video_alt:hover {
    background-color: #fe6263;
}

.option_info {
    width: 100%;
    margin: 6px 0 0 0;
    color: #e53935;
}

.option_price {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.price_box {
    flex: 0 1 calc(50% - 20px);
    margin-right: 20px;
}

.price {
    width: 100%;
    margin: 0 0 6px 0;
}

Span.main_price {
    width: 100%;
    font-size: 24px;
    font-weight: 700;
    color: #282828;
}

.price Span.old_price {
    color: #7a7a7a;
}

.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;
    transition: opacity 0.2s linear 0s;
    visibility: hidden;
    width: 194px;
    z-index: 1000;
}

.price_sign::before, .price_sign::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 4px 9px 4px 0;
    border-color: transparent #bebebe transparent transparent;
    content: "";
    position: absolute;
    top: 50%;
    left: -9px;
    margin: -4px 0 0 0;
}

.price_sign::after {
    border-color: transparent #fff transparent transparent;
    margin: -3px 0 0 1px;
    border-width: 3px 8px 3px 0;
}

.new_price:hover .price_sign {
    opacity: 1;
    transition: opacity 0.2s linear 0s;
    visibility: visible;
}

.buy_me {
    flex: 0 1 50%;
    margin: 0;
}

.zp_centre A.common_but, .buy_me A.common_but {
    width: 190px;
    height: 36px;
    font: 500 18px/30px 'Open Sans', sans-serif;
    background: #283139;
    color: #fff;
    float: right;
    clear: both;
}

.zp_centre A.common_but:hover, .buy_me A.common_but:hover {
    background: none;
    border-color: #283139;
    color: #283139;
}

.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;
    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 {
    width: 100%;
    height: auto;
}

.buy_me A.order_call {
    height: auto;
    margin: 10px 0 0 0;
    top: auto;
    width: auto;
    font: 300 15px/16px 'Open Sans', sans-serif;
    color: #fe6263;
    text-decoration: underline;
    transition: all 0.2s linear 0s;
}

.buy_me A.order_call:before {
    display: none;
}

.buy_me A.order_call:hover {
    color: #000;
}

.buy_me .standart_form {
    right: 65px;
    top: 15px;
}

.buy_me a.cheaper_btn {
    background: none;
    border-color: #fe6263;
    color: #fe6263;
    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: #fe6263;
    background: #fe6263;
    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%;
}

/* опис товару
								-----------------------------------------*/
.det_description {
    width: 100%;
    margin: 0 0 20px 0;
}

.po_box {
    width: 100%;
}

/* характеристики
								-----------------------------------------*/
.det_options {
    width: 100%;
    margin: 0 0 20px 0;
}

.char_table {
    width: 50%;
    left: 50%;
    margin: 0 0 45px -25%;
}

.ct_list {
    margin: 0 0 40px;
    width: 100%;
}

.ct_term {
    font-weight: 600;
    color: #616161;
}

.ct_desc {
    margin: 0;
    font-weight: 700;
    color: #282828;
}

.ct_desc + .ct_term {
    margin-top: 19px;
}

/* всі фото товару
								-----------------------------------------*/
.det_photos {
    width: 100%;
    margin: 0 0 20px 0;
}

.dp_all {
    width: 100%;
}

.dp_one {
    width: calc((100% - 20px * 4) / 5 );
    height: 219px;
    border: 1px solid #c9c7c7;
    margin: 0 20px 20px 0;
    overflow: hidden;
}

.dp_one:nth-child(5n+5) {
    margin-right: 0;
}

.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%;
    margin: 0 0 20px 0;
}

.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: #fe6263;
}

.btn-all-reviews:hover {
    text-decoration: none;
}

/* відгуки до товару
								-----------------------------------------*/
.det_reviews {
    width: 100%;
    margin: 0 0 52px 0;
}

.det_reviews .po_box {
    margin: 25px 0 0;
}

.dc_all {
    width: 55%;
    margin: 0 0 14px 0;
    padding: 0 20px 0 0;
}

.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: #fff;
    margin: 30px 0 0 0;
    border: 1px solid #c9c7c7;
}

.dc_one:first-child {
    margin: 0;
}

.dc_one_write {
    width: 100%;
    padding: 15px 20px;
}

.dc_title {
    width: 100%;
    color: #000;
    font: 700 18px/22px Seg_b;
    text-transform: uppercase;
    padding: 0;
}

.dc_title Span {
    position: relative;
    float: left;
    margin: 0 20px 0 0;
    color: #363636;
    font: 500 20px/30px 'Open Sans', sans-serif;
    text-transform: none;
}

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

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

.dc_one .raty {
    position: relative;
    float: left;
    width: 100%;
    margin: 5px 0 0 0;
}

.dc_one .raty img {
    transform: scale(.9);
    -webkit-transform: scale(.9);
    -moz-transform: scale(.9);
    -o-transform: scale(.9);
    -ms-transform: scale(.9);
}

.raty_box {
    width: 240px;
}

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

.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;
    padding: 0 0 0 20px;
    color: #777777;
    font: italic 300 15px/20px 'Open Sans', sans-serif;
}

.dc_txt:before {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 0;
    left: 0;
    background: url(../images/sprite.png) no-repeat -335px -479px;
}

.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: #fe6263;
    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;
}

.dc_write {
    width: 45%;
    padding: 0 0 0 30px;
}

.dcw_title {
    width: 100%;
    color: #fe6263;
    font: 300 23px/30px 'Open Sans', sans-serif;
    margin: 0 0 10px 0;
}

.dcw_enter {
    width: 100%;
    margin: 0 0 30px;
}

.dcw_enter .long_div {
    margin: 0 0 10px 0;
}

.dcw_enter .da_title {
    width: auto;
    margin: 3px 10px 0 0;
    color: #838383;
    font: 300 15px/32px 'Open Sans', sans-serif;
}

.dcw_enter .raty_active {
    width: auto;
    margin: 5px 0 0 0;
}

.dcw_enter Textarea {
    height: 142px;
    margin: 10px 0 10px 0;
    font-size: 14px;
}

.dcw_enter Textarea.error {
    border-color: #b30000;
}

.dcw_enter A.common_but {
    width: 200px;
    border: 2px solid #fe6263;
    margin: 3px 0 0 0;
    display: table;
    text-align: center;
}

.dcw_enter A.common_but span {
    padding: 0;
    display: table-cell;
    vertical-align: middle;
}

.dcw_enter A.common_but I {
    background-position: -60px -229px;
}

.dcw_enter A.common_but:hover {
    background-color: #fe6263;
    color: #fff;
}

.add_photo {
    width: auto;
    margin: 0 0 0 10px;
}

.attach_photo, .attach_video {
    cursor: pointer;
}

.add_photo span {
    display: block;
    font: 300 14px/20px 'Open Sans', sans-serif;
    color: #fe6263;
    text-decoration: underline;
}

.add_photo span:hover {
    text-decoration: none;
}

.attach_photo input {
    border: none;
    padding: 0;
    margin: 5px 0 0;
    cursor: pointer;
}

.attach_video input {
    margin: 5px 0 0;
}

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

.dcw_bottom a {
    display: inline-block;
    float: none;
}

.see_all_rev {
    margin-bottom: 20px;
    width: 100%;
}

.see_all_rev a {
    display: block;
    width: 100%;
    font: 700 18px/24px 'Open Sans', sans-serif;
    color: #fff;
    text-align: center;
    text-decoration: none;
    border: 2px solid #fe6263;
    background-color: #fe6263;
    padding: 5px 10px;
    transition: .3s;
}

.see_all_rev a:hover {
    background-color: transparent;
    color: #fe6263;
}

/* умови доставки товару
								-----------------------------------------*/
.det_delivery {
    width: 100%;
    margin: 0 0 50px 0;
}

/* вікно збільшення фото
					-----------------------------------------*/
.zoom_window {
    width: 800px;
}

.zoom_window A.sf_close {
    top: 16px;
    right: 16px;
}

.zoom_top {
    width: 100%;
    height: 132px;
    margin: 36px 0 20px;
}

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

.zoom_top .slick-track {
    margin: 0 auto;
}

.zoom_top .slick-list {
    margin: 0 -10px;
}

.for_zoom {
    width: 100%;
    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%;
}

.zoom_place .slick-track {
    display: flex;
    align-items: center;
}

.zoom_place .slick-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;
}

.zoom_place .slick-prev {
    left: 10px;
}

.zoom_place .slick-next {
    right: 10px;
}

.zoom_place.slick-initialized .slick-slide {
    display: flex;
    align-items: 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%;
    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(17,127,138,.8);
}

.inner_support {
    width: 100%;
    padding: 80px 0 79px 0;
    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: 30px;
    line-height: 1.2;
    margin-bottom: 50px;
}

.questions__title strong {
    font-weight: 900;
    font-size: 50px;
    display: block;
    margin: 12px 0 22px;
}

.questions-list li {
    font-size: 24px;
    line-height: 1.2;
    position: relative;
    padding: 0 0 0 30px;
}

.questions-list li + li {
    margin-top: 8px;
}

.questions-list li:before {
    content: '';
    width: 10px;
    height: 10px;
    background-color: #fe6263;
    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: #fe6263;
    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: #fe6263;
    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;
    flex: 0 0 375px;
    height: 443px;
    text-align: center;
    margin: 0 65px 0 auto;
    padding: 32px 25px 0 25px;
    box-shadow: 0 0 12px rgba(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%;
    height: 58px;
    color: #fff;
    background-color: #fe6263;
    border: 2px solid #fe6263;
    font: 900 20px/1 'Open Sans', sans-serif;
}

.form_spr_inner A.common_but:hover {
    background-color: transparent;
    color: #fe6263;
}

.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, .6);
    padding: 0 15px;
    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;
    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;
    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;
    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;
    transition: all .3s linear;
}

/* сторінка замовлення
	-----------------------------------------------------------------------------------*/
.order_place {
    width: 100%;
    margin: 0 0 30px 0;
}

.order_page {
    width: 100%;
}

.op_title {
    width: 100%;
    padding: 8.5px 26px;
    margin: 0 0 34px;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2;
    background-color: #f2f2f2;
    color: #282828;
}

.sub_title {
    width: 100%;
    color: #777777;
    font: 400 14px/14px 'Open Sans', sans-serif;
    text-align: center;
}

.op_main {
    width: 100%;
}

.opm_col {
    background: #fff;
    margin: 0 0 0 11px;
    width: 319px;
    min-height: 404px;
}

.opm_col:first-child {
    margin: 0;
}

.opm_col_data {
    width: 223px;
}

.opm_col_deliver {
    width: 275px;
    margin-left: 110px;
}

.opm_col_product {
    width: 300px;
    padding: 22px 0 0 0;
    float: right;
}

.opm_col .common_tit {
    text-align: left;
    color: #777777;
    font: 500 20px/30px '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;
    transition: all 0.2s linear 0s;
}

.opm_col .common_tit A:hover {
    color: #fe6263;
    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: #fe6263;
}

.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;
    transition: color 0.2s linear 0s;
    margin: 0 0 8px 0;
}

.opm_col UL LI A.active {
    background-position: -989px -107px;
    color: #fe6263;
    transition: color 0.2s linear 0s;
}

.opm_col UL LI A:hover {
    color: #fe6263;
    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 {
}

.rcb_td .mw_photo:hover {
    transition: all 0.2s linear 0s;
}

.rcb_td .td_1 A {
    color: #6e296d;
    text-decoration: none;
    font: 400 15px/18px Seg_n;
}

.rcb_td .td_1 A:hover {
    text-decoration: underline;
}

.rcb_td .td_2 {
    width: 180px;
}

.title_cart_prod {
    width: 100%;
    display: block;
    text-align: left;
    color: #212121;
    font: 500 16px/20px 'Open Sans', sans-serif;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.title_cart_prod:hover {
    color: #fe6263;
}

.rcb_td .total_cart_prod {
    text-align: left;
    color: #fe6263;
    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: #fe6263;
    margin-left: 10px;
}

.opm_col .mw_total B I {
    font: 400 20px/30px 'Open Sans', sans-serif;
    color: #838383;
}

.opm_col A.common_but {
}

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

.articles {
    width: 100%;
}

.ats_all {
    width: 100%;
    display: flex;
}

.ats_one {
    width: calc((100% - 10px * 3) / 3);
    height:auto;
    display: flex;
    flex-direction: column;
    padding: 18px;
    background: #fff;
    border: 1px solid #c9c7c7;
    margin: 0 10px 10px 0;
    transition: .3s;
}

.ats_one:nth-child(4n+4) {
    margin-right: 0;
}

.ats_one:hover {
    background-color: #f7feff;
    box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}
.ats_one .long_div {
    margin-top: auto;
}
.ats_photo {
    width: 100%;
    height: 188px;
    margin: 0 0 10px 0;
}

.ats_photo Img {
    max-width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.ats_name {
    font: 400 17px/20px 'Open Sans', sans-serif;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 0 4px 0;
}

.ats_name Div {
    width: 100%;
    height: inherit;
    display: table-cell;
    vertical-align: middle;
}

.ats_name A {
    color: #212121;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.ats_name A:hover {
    color: #fe6263;
}

.ats_txt {
    width: 100%;
    height: 88px;
    overflow: hidden;
    font: 400 14px/18px 'Open Sans', sans-serif;
    margin: 0 0 10px 0;
}

.ats_link {
    width: 100%;
    margin: 10px 0 0 0;
}

.ats_link A {
    left: 0 !important;
    margin: 0 !important;
}

/* підвал сайту
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------*/
Footer {
    width: 100%;
    background-color: #282828;
    color: rgba(255,255,255,.5);
    padding: 60px 0 50px;
}

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

.main_foot {
    padding: 55px 0 29px;
    width: 100%;
}

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

.foo_logo {
    width: 221px;
    padding: 22px 0 0 10px;
    margin: 0 143px 0 0;
    color: #fff;
    font: italic 13px/15px Seg_i;
}

.foo_logo Span {
    position: relative;
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}

.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;
    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 {
    box-shadow: 0 0 8px #fff;
    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;
    transition: all 0.2s linear 0s;
    background: #3b3b3b;
    box-shadow: none;
    border: 1px solid #3b3b3b;
}

.foo_feed Input:focus {
    box-shadow: 0 0 8px #fff;
    transition: all 0.2s linear 0s;
}

.foo_feed Input.error {
    color: #b30000;
    border: 1px solid #b30000;
    transition: color 0.2s linear 0s;
}

A.common_but.foo_but {
    left: 0;
    width: 230px;
    height: 40px;
    text-decoration: none;
    background: #fe6263;
    border: 2px solid transparent;
    transition: all 0.2s linear 0s;
}

A.common_but.foo_but:before {
    display: none;
}

A.common_but.foo_but:hover {
    background: none;
    border-color: #fe6263;
    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;
    transition: all 0.2s linear 0s;
}

A.common_but.foo_but:hover Span {
    transition: all 0.2s linear 0s;
}

.foo_phone {
    padding-left: 30px;
    max-width: 260px;
}

.foo_phones {
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.foo_phones B {
    position: relative;
    color: #fe6263;
    font: 400 19px/24px 'Open Sans', sans-serif;
    transition: color .3s;
}

.foo_phones Strong {
    font-weight: 900;
}

.foo_phones address {
    font-size: 14px;
    line-height: 1.2;
    color: #fff;
    padding: 16px 0 0 0;
    margin-bottom: 25px;
}

.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: #fe6263;
}

.foo_phone .for_order_call span {
    color: #fff;
    font: 900 20px/30px 'Open Sans', sans-serif;
    transition: all 0.2s linear 0s;
}

.foo_phone .for_order_call {
    height: auto;
    width: 100%;
}

.foo_phone A.common_but.foo_but {
    width: 230px;
    margin: 0;
    padding: 0;
    float: none;
    border: 2px solid transparent;
}

.foo_phone A.common_but.foo_but:hover {
    color: #fe6263;
    border-color: #fe6263;
}

.foo_phone A.common_but.foo_but:hover span {
    color: #fe6263;
}

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

.fc_title {
    width: 100%;
    margin: 0 0 22px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.2;
    color: #fff;
}

.nav-footer {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
    width: 100%;
}

.footer_logo {
    margin: 0 0 50px;
}
.payments {width:100%; margin:30px 0 0 0;}
    .payments Img {max-height:28px; margin:0 20px 0 0;}
.slogan {
    margin: 0 0 85px;
    padding: 0 110px 0 0;
    font-size: 12px;
    font-weight: 300;
    line-height: 2;
}

.foo_col_left, .foo_col_right {
    flex: 0 0 auto;
    max-width: 25%;
}

.foo_col_center {
    padding: 0 60px;
    flex: 1;
}

.foo_col ul li + li {
    margin-top: 8px;
}

.foo_col ul li a {
    font-size: 13px;
    color: inherit;
    text-decoration: none;
    transition: all 0.2s linear 0s;
}

.foo_col ul li a:hover,
.foo_col ul li a.active {
    color: #fff;
}

.foo_addr {
    text-align: right;
}

.foo_addr_col + .foo_addr_col {
    margin: 24px 0 0 0;
}

.foo_addr_term {
    font-size: 16px;
}

.foo_addr_desc {
    display: inline-flex;
    flex-direction: column;
    margin: 12px 0 0 0;
    line-height: 1.8;
}

.foo_addr a {
    white-space: nowrap;
    text-decoration: none;
    font-weight: 700;
    color: #fff;
}

.foo_addr a:hover {
    color: #fe6263;
}

.foo_addr .sm {
    font-size: 14px;
}

.foo_addr .foo_addr_desc.sm a {
    font-weight: 400;
}

.foo_social {
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    width: 100%;
    clear: both;
    padding: 68px 0 0 0;
    display: flex;
    align-items: center;
}

.foo_social ul {
    display: inherit;
    align-items: inherit;
    margin: 0 0 0 50px;
}

.foo_social a {
    background-image: url("../images/spritesheet.png");
    background-repeat: no-repeat;
    display: block;
}

.foo_social li + li {
    margin: 0 0 0 39px;
}

.foo_social a.facebook {
    background-position: -100px -44px;
    width: 9px;
    height: 18px;
}

.foo_social a.twitter {
    background-position: -111px -44px;
    width: 16px;
    height: 14px;
}

.foo_social a.linkedin {
    background-position: -129px -44px;
    width: 14px;
    height: 14px;
}

.copyright {
    font-size: 12px;
    font-weight: 300;
}

/*-------------------------------------------------------------------------------------------------     Стандартні стилі сайтів     --------------------------------------------------------------------------------------------------*/

.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,.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;
    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;
    border: 2px solid #fe6263;
}

.feedback A.common_but:hover {
    background-color: #fe6263;
    color: #fff;
}

/* 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: 200;
    background-color: rgb(0,0,0);
    opacity: .78;
}

/* 404 сторінка
-----------------------------------------*/
.page_404 {
    width: 100%;
    height: 100%;
    background: #fff;
}

.er_logo {
    margin: 50px 0 90px;
    text-align: center;
}

.er_logo Img {
    max-width: 100%;
}

.text_404 {
    text-align: center;
    color: #484848;
    font: 18px/30px Arial;
}

.text_404 B {
    font: 50px/30px Arial;
}

.text_404 A {
    color: #fe6263;
    text-decoration: none;
}

.text_404 A:hover {
    text-decoration: underline;
}

/* логування - реєстрація
-----------------------------------------*/
.login_place, .login_forgot {
    width: 100%;
    margin: 0 0 20px 0;
}

.login_or_reg {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 21px;
}

.lor_col .common_tit {
    margin: 0 0 20px;
}

.lor_box {
    width: 100%;
}

.lor_box .long_div {
    margin: 0 0 10px 0;
}

#login_form .long_div {
    position: relative;
}

.eve_password {
    position: absolute;
    bottom: 9px;
    right: 12px;
    display: block;
    width: 22px;
    height: 22px;
}

.eve_password::before {
    content: "";
    width: 22px;
    height: 2px;
    background-color: #000000;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.login_or_reg input[type=password] + .eve_password::before {
    opacity: 0;
}

.eve_password svg {
    width: 22px;
    height: 22px;
}

.lor_box.text .long_div {
    margin: 10px 0;
}

.lor_box .radio_box label {
    width: 43%;
    padding: 7px;
}

.lor_box Label, .lor_box .radio_title {
    position: relative;
    float: left;
    color: #777;
    font: 400 15px/24px 'Open Sans', sans-serif;
    width: 100%;
}

.lor_box Input {
    width: 100%;
}

.lor_box Input[type="radio"] {
    width: 7%;
}

A.remind_me {
    color: #777777;
    font: 400 13px/14px 'Open Sans', sans-serif;
    text-decoration: underline;
    transition: all 0.2s linear 0s;
}

A.remind_me:hover {
    color: #fe6263;
    transition: all 0.2s linear 0s;
}

.lor_box.text A {
    font: 400 13px/14px 'Open Sans', sans-serif;
    color: #777777;
    transition: all 0.2s linear 0s;
}

.lor_box.text A:hover {
    color: #fe6263;
    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;
}

.social_menu {float:right;}
    A.soc_login {width:41px; height:41px; background:#fe6263; margin:0; position:relative; float:left; transition:.3s;}
    A.soc_login:hover { background:#282828; transition:.3s;}
    A.soc_login.gl {margin:0 12px 0 0;}
        A.soc_login.gl::before {background:url(../images/google.png) no-repeat 0 0/contain; position:absolute; top:7px; left:7px; width:27px; height:27px; content:'';}
        A.soc_login.fb::before {background:url(../images/facebook.png) no-repeat 0 0/contain; position:absolute; top:7px; left:7px; width:27px; height:27px; content:'';}
        A.soc_login Span {display:none;}
        A.soc_login.active {width:auto; padding:5px 8px 0 41px;}
            A.soc_login.active Span {display:inline-block; text-decoration:none; color:#fff; line-height:14px;}
                A.soc_login.active Span B {font-weight:400; font-size:12px;}
    .sm_tit {font-size:14px; text-transform:uppercase; font-weight:700; margin:11px 12px 0 0;position:relative; float:left;}

/* my page
-------------------------------------*/
.user_page_place {
    width: 100%;
    margin: 0 0 30px;
}

.user_page {
    width: 100%;
}

.mup_table {
    width: 100%;
}
.mc_socials {width:100%; display:inline-block; margin:20px 0;}
    .mc_socials .label {font-size:14px; text-transform:uppercase; font-weight:700; margin:11px 12px 0 0;position:relative; float:left;}
    .mc_socials .social_menu {float:left;}

.mup_table A.common_but {
    width: 40%;
    margin: 0 0 0 17%;
}

.mup_tab_th {
    width: 100%;
    height: 54px;
    background: #fe6263;
}

.mtt_cell {
    height: 38px;
    padding: 16px 0 0 0;
    text-align: center;
    color: #fff;
    font: 300 16px/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: #fe6263;
}

.mtt_details {
    width: 100%;
    height: auto;
    border: 1px solid #e7e7e7;
    background: #fff;
    margin: -6px 0 32px 0;
    padding: 20px 30px;
    overflow: hidden;
    transition: all 0.2s linear 0s;
}

.mtt_details.close {
    height: 0;
    padding: 0;
    margin: 0;
    border: none;
    transition: all 0.2s linear 0s;
}

.mtd_left {
    width: 606px;
    margin: 0 30px 0 0;
}

.mtd_left A {
    color: #fe6263;
    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: 14px;
    bottom: 54px;
    background: url(../images/sprite.png) no-repeat -554px -597px, #fe6263;
    color: transparent;
    text-decoration: none;
    z-index: 100;
}

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

.details_group_window .cart_left,
.details_group_window .cart_right {
    padding-right: 20px;
    padding-left: 20px;
    display: block;
}
.details_group_window .cart_right {
    background-color: transparent;
    width: 100%;
}
.details_group_window .dt_top_tit H1 {
    background-color: transparent;
    padding: 0;
}
.details_group_window .dt_photos {
    margin-bottom: 10px;
}
.details_group_window .tabs_content {
    padding: 0;
}
.details_group_window .tab_col {
    max-width: 100%;
    margin-right: 0;
}
.details_group_window .dt_top_tit H1 {
    color: #fe6263;
}
.details_group_window .dt_col:nth-child(1) {
    width: 100%;
    margin-right: 0;
}

.product_description_window {
    padding: 35px 30px;
}

BODY > Iframe {
    left: -1px;
    position: absolute;
}

BODY .det_all_box Iframe:first-child {
    position: relative;
    left: 0;
}
.sufix {
    display: inline-block;
}
.sufix a {
    color: rgba(255,255,255,.5);
    font-size: 12px;
    text-decoration: none;
}
.sufix:hover a {
    color: #fff;
}
.sufix span {
    font-size: 12px;
}
.bill_fields textarea {
    height: 70px;
    padding: 10px;
}
.bill_fields .od_input + .od_input input {
    border: none;
    height: auto;
}

.popup_center {
    padding: 20px;
}
.popup_center p {
    text-align: center; font-size: 17px; color:#fe6263; padding:0 0 20px;
}

.document_list li {
    cursor: pointer;
    padding: 4px 10px;
}
.document_list li:hover {
    background-color: #fe6263;
    color:#fff;
}

.document_list li b {
    position: relative;
    float: left;
    min-width: 5px;
    height: 9px;
    background: url(../img/menu_level.png) no-repeat right top;
    top: 4px;
    left: 0;
    margin: 0 5px 0 0;
}

.notification_popup {
    position: fixed;
    z-index: 1073;
    right: 10px;
    max-width: 380px;
    max-height: 150px;
    top: 0px;
    display: flex;
    flex-direction: column;
}

.notification_popup .item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    margin-top: 10px;
    background: white;
    justify-content: space-evenly;
    box-shadow: 0px 0px 2px #959595;
}

.notification_popup .info {
    display: flex;
}

.notification_popup .info img {
    width: 100px;
    padding: 10px 10px;
}

.notification_popup .notification_desc {
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    padding: 10px;
}

.notification_popup .notification_desc span.title {
    font-size: 14px;
    font-weight: 700;
}