/*Variables*//*COLORS*//*ANIMATIONS*//*FONTS*/
b, strong {
    font-weight: 700;
    font-weight: normal;
}

/*MEDIA QUERY*//*--------- font-face ---------*//*@font-face {  font-family: 'Rubik-Bold';  src: url("fonts/Rubik-Bold.eot");  src: url("fonts/Rubik-Bold.eot") format("embedded-opentype"), url("fonts/Rubik-Bold.woff") format("woff"), url("fonts/Rubik-Bold.ttf") format("truetype"), url("fonts/Rubik-Bold.svg#Rubik-Bold") format("svg"); }@font-face {  font-family: 'Rubik-Medium';  src: url("fonts/Rubik-Medium.eot");  src: url("fonts/Rubik-Medium.eot") format("embedded-opentype"), url("fonts/Rubik-Medium.woff") format("woff"), url("fonts/Rubik-Medium.ttf") format("truetype"), url("fonts/Rubik-Medium.svg#Rubik-Medium") format("svg"); }@font-face {  font-family: 'Rubik-Regular';  src: url("fonts/Rubik-Regular.eot");  src: url("fonts/Rubik-Regular.eot") format("embedded-opentype"), url("fonts/Rubik-Regular.woff") format("woff"), url("fonts/Rubik-Regular.ttf") format("truetype"), url("fonts/Rubik-Regular.svg#Rubik-Regular") format("svg"); }@font-face {  font-family: 'Rubik-Italic';  src: url("fonts/Rubik-Italic.eot");  src: url("fonts/Rubik-Italic.eot") format("embedded-opentype"), url("fonts/Rubik-Italic.woff") format("woff"), url("fonts/Rubik-Italic.ttf") format("truetype"), url("fonts/Rubik-Italic.svg#Rubik-Italic") format("svg"); }*/
@font-face {
    font-family: 'Rubik-Bold';
    src: url('fonts/Rubik-Bold.eot'), url('fonts/Rubik-Bold.eot') format('embedded-opentype'), url('fonts/Rubik-Bold.woff') format('woff'), url('fonts/Rubik-Bold.ttf') format('truetype'), url('fonts/Rubik-Bold.svg#Rubik-Bold') format('svg');
}

@font-face {
    font-family: 'Rubik-Medium';
    src: url('fonts/Rubik-Medium.eot'), url('fonts/Rubik-Medium.eot') format('embedded-opentype'), url('fonts/Rubik-Medium.woff') format('woff'), url('fonts/Rubik-Medium.ttf') format('truetype'), url('fonts/Rubik-Medium.svg#Rubik-Medium') format('svg');
}

@font-face {
    font-family: 'Rubik-Regular';
    src: url('fonts/Rubik-Regular.eot'), url('fonts/Rubik-Regular.eot') format('embedded-opentype'), url('fonts/Rubik-Regular.woff') format('woff'), url('fonts/Rubik-Regular.ttf') format('truetype'), url('fonts/Rubik-Regular.svg#Rubik-Regular') format('svg');
}

@font-face {
    font-family: 'Rubik-Italic';
    src: url('fonts/Rubik-Italic.eot'), url('fonts/Rubik-Italic.eot') format('embedded-opentype'), url('fonts/Rubik-Italic.woff') format('woff'), url('fonts/Rubik-Italic.ttf') format('truetype'), url('fonts/Rubik-Italic.svg#Rubik-Italic') format('svg');
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
    padding: 0;
    margin: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img, iframe {
    border: 0;
}

ul, nav {
    list-style: none;
}

input:focus, button:focus, a:focus, textarea:focus, select:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

html, body {
    height: 100%;
    min-height: 100%;
}

body {
    font: 16px/23px 'Rubik-Regular', sans-serif;
    background: #fff;
    min-width: 320px;
    color: #38383B;
    margin: 0;
    overflow-x: hidden;
}

section {
    max-width: 100%;
}

a {
    color: #38383B;
    text-decoration: none;
}

a:hover, a:active, a:focus {
    text-decoration: none;
    color: #D2092D;
}

a img {
    border: none;
}

img {
    max-width: 100%;
    display: block;
    border-style: none;
}

noscript div {
    position: relative;
    top: 0;
    background: #fff;
    z-index: 77777;
    left: 0;
    right: 0;
    width: 100%;
    margin: 0 auto;
    padding: 50px;
    border: 3px solid red;
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    color: #707070;
}

noscript div a {
    text-decoration: underline;
    color: blue;
}

input, textarea, select {
    vertical-align: middle;
    color: #38383B;
}

form, fieldset {
    margin: 0;
    padding: 0;
    border-style: none;
}

input[type="text"], input[type="file"], input[type="password"], input[type="submit"], input[type="email"], input[type="tel"], input[type="search"], textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    -webkit-border-radius: 0px;
    border-radius: 0px;
}

input[type="email"] {
    box-shadow: none;
    -webkit-box-shadow: none;
}

input[type="image"] {
    padding: 0;
    border: none;
}

input[type="submit"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, button::-moz-focus-inner {
    border: 0;
    padding: 0;
}

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

input[type="submit"]:focus, input[type="button"]:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button:focus {
    outline: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

button {
    cursor: pointer;
}

p {
    max-width: 100%;
    margin: 0;
}

p, span, label, h1, h2, h3, h4, h5, h6, b, strong, i, em {
    max-width: 100%;
    word-wrap: break-word;
}

div {
    word-wrap: break-word;
}

input[type="search"]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

@font-face {
    font-family: "Icons";
    src: url("fonts/Icons.eot");
    src: url("fonts/Icons.eot?#iefix") format("eot"), url("fonts/Icons.woff") format("woff"), url("fonts/Icons.ttf") format("truetype"), url("fonts/Icons.svg#Icons") format("svg");
}

.icon-arrow-right:before, .icon-arrow:before, .icon-box:before, .icon-cart:before, .icon-close:before, .icon-clothes:before, .icon-cloud:before, .icon-facebook:before, .icon-google-plus:before, .icon-headset:before, .icon-heart:before, .icon-home:before, .icon-login:before, .icon-next:before, .icon-phone:before, .icon-prev:before, .icon-search:before, .icon-tools:before, .icon-vk:before, .icon-w-cell-phone:before, .icon-w-envelope:before, .icon-w-padlock:before, .icon-w-user-silhouette:before {
    font-family: "Icons";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    text-decoration: none;
    text-transform: none;
}

.icon-arrow-right:before {
    content: '\E001';
}

.icon-arrow:before {
    content: '\E002';
}

.icon-box:before {
    content: '\E003';
}

.icon-cart:before {
    content: '\E004';
}

.icon-close:before {
    content: '\E005';
}

.icon-clothes:before {
    content: '\E006';
}

.icon-cloud:before {
    content: '\E007';
}

.icon-facebook:before {
    content: '\E008';
}

.icon-google-plus:before {
    content: '\E009';
}

.icon-headset:before {
    content: '\E00A';
}

.icon-heart:before {
    content: '\E00B';
}

.icon-home:before {
    content: '\E00C';
}

.icon-login:before {
    content: '\E00D';
}

.icon-next:before {
    content: '\E00E';
}

.icon-phone:before {
    content: '\E00F';
}

.icon-prev:before {
    content: '\E010';
}

.icon-search:before {
    content: '\E011';
}

.icon-tools:before {
    content: '\E012';
}

.icon-vk:before {
    content: '\E013';
}

.icon-w-cell-phone:before {
    content: '\E014';
}

.icon-w-envelope:before {
    content: '\E015';
}

.icon-w-padlock:before {
    content: '\E016';
}

.icon-w-user-silhouette:before {
    content: '\E017';
}

a {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #38383B;
}

a:hover {
    color: #D2092D;
}

b, strong {
    font-weight: 600;
}

.mark-txt {
    color: #FEC118;
}

*, *:after, *:before {
    -webkit-box-sizing: border-box !important;
    box-sizing: border-box !important;
    outline: none !important;
}

.clearfix:before, .container:before, .clearfix:after, .container:after {
    display: table;
    content: " ";
}

.clearfix:after, .container:after {
    clear: both;
}

.desktop ::-webkit-scrollbar, .checkout-basket__body::-webkit-scrollbar {
    width: 5px;
}

.desktop ::-webkit-scrollbar:horizontal, .checkout-basket__body::-webkit-scrollbar:horizontal {
    height: 5px;
}

.desktop ::-webkit-scrollbar-thumb, .checkout-basket__body::-webkit-scrollbar-thumb {
    width: 5px;
    border-color: #D2092D;
    background-color: #D2092D;
}

.desktop ::-webkit-scrollbar-thumb:hover, .checkout-basket__body::-webkit-scrollbar-thumb:hover {
    border-width: 1px 1px 1px 2px;
    border-color: #D2092D;
    background-color: #D2092D;
}

.desktop ::-webkit-scrollbar-track, .checkout-basket__body::-webkit-scrollbar-track {
    border-width: 0;
}

.desktop ::-webkit-scrollbar-track-piece, .checkout-basket__body::-webkit-scrollbar-track-piece {
    background: #38383B;
}

body {
    max-width: 100%;
}

body.noscroll {
    overflow: hidden;
}

noscript {
    position: fixed;
    top: 0;
    background: #fff;
    font-size: 14px;
    width: 100%;
    z-index: 9999999;
    text-align: center;
}

noscript a {
    color: red;
    text-decoration: underline;
}

noscript a:hover {
    text-decoration: none;
}

input, textarea {
    box-shadow: none;
    -webkit-box-shadow: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.hidden {
    display: none;
}

.crumb-active {
    color: #D2092D !important;
}

@media only screen and (max-width: 1023px) {
    .hidden-sm {
        display: none !important;
    }
}

.visible-xs {
    display: none !important;
}

@media only screen and (max-width: 599px) {
    .visible-xs {
        display: block !important;
    }
}

@media only screen and (max-width: 599px) {
    .hidden-xs {
        display: none !important;
    }
}

.wrapper {
    min-height: 100%;
    position: relative;
    max-width: 100%;
}

.container {
    width: 1560px;
    max-width: 100%;
    padding: 0 15px;
}

.container--small {
    width: 1360px;
}

.row {
    margin-right: -15px;
    margin-left: -15px;
}

[class*="col-"] {
    padding-right: 15px;
    padding-left: 15px;
}

.flex-wrap {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    -webkit-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.align-left {
    text-align: left;
}

.align-right {
    text-align: right;
}

.align-center {
    text-align: center;
}

.tt-upp {
    text-transform: uppercase;
}

.mobile .animated {
    -webkit-animation: none !important;
    animation: none !important;
    visibility: visible !important;
    -webkit-transform: none !important;
    -ms-transform: none !important;
    transform: none !important;
    opacity: 1 !important;
}

h1, h2, h3, h4, h5 {
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    font-family: 'Rubik-Medium', sans-serif;
}

h1 {
    font-size: 30px;
    line-height: 38px;
}

@media only screen and (max-width: 599px) {
    h1 {
        font-size: 22px;
        line-height: 28px;
    }
}

h2 {
    font-size: 28px;
    line-height: 36px;
}

@media only screen and (max-width: 599px) {
    h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

h3 {
    font-size: 26px;
    line-height: 34px;
}

@media only screen and (max-width: 599px) {
    h3 {
        font-size: 18px;
        line-height: 24px;
    }
}

h4 {
    font-size: 24px;
    line-height: 32px;
}

@media only screen and (max-width: 599px) {
    h4 {
        font-size: 18px;
        line-height: 24px;
    }
}

h5 {
    font-size: 20px;
    line-height: 28px;
}

@media only screen and (max-width: 599px) {
    h5 {
        font-size: 18px;
        line-height: 24px;
    }
}

.content a:not(.btn) {
    font-style: italic;
    color: #D2092D;
}

.content a:not(.btn):hover {
    text-decoration: underline;
}

.content p {
    margin-bottom: 25px;
}

.content ul li, .list-box li {
    margin-bottom: 15px;
    padding-left: 28px;
    position: relative;
    font-size: 24px;
    line-height: 30px;
}

.content ul li:before, .list-box li:before {
    content: '';
    position: absolute;
    top: 13px;
    left: 0;
    width: 9px;
    height: 9px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #D2092D;
}

.content ol, .list-number-box {
    list-style-position: inside;
}

.content ol li, .list-number-box li {
    margin-bottom: 15px;
    color: #D2092D;
}

.content ol li span, .list-number-box li span {
    padding-left: 10px;
    color: #38383B;
    font-family: 'Rubik-Regular', sans-serif;
}

.btn {
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 44px;
    height: 45px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #000000;
    background: #FFC72C;
    border: none;
    padding: 0 15px;
    text-align: center;
    min-width: 140px;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

@media only screen and (max-width: 1279px) {
    .btn {
        min-width: 0;
    }
}

.btn:hover, .btn:focus {
    color: #000000;
    background: #fff;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3)
}

.btn--black {
    color: #000; /*line-height: 42px;*/
    box-shadow: inset 0px 0px 0px 2px #000; /*border: 2px solid #000;*/
    background: transparent;
}

.btn--black:hover, .btn--black:focus {
    color: #fff;
    background: #000;
}

.btn--cart i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.btn--white {
    color: #7C7C7C;
    line-height: 42px;
    border: 2px solid #7C7C7C;
    background: transparent;
}

.btn--white:hover, .btn--white:focus {
    color: #000000;
    background: #FFC72C;
}

.btn--arrow i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: inherit;
}

.icon {
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.menu-button, .menu-button-general {
    cursor: pointer;
    background: #fff;
    display: none;
    width: 68px;
    height: 50px;
    margin-right: -10px;
    position: relative;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
}

.menu-button:hover span, .menu-button-general:hover span {
    background: #747474;
}

.menu-button span, .menu-button-general span {
    display: block;
    position: absolute;
    height: 2px;
    background: #747474;
    opacity: 1;
    left: 21px;
    right: 21px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

.menu-button span:first-child, .menu-button-general span:first-child {
    top: 18px;
}

.menu-button span:nth-child(2), .menu-button-general span:nth-child(2) {
    top: 24px;
}

.menu-button span:nth-child(3), .menu-button-general span:nth-child(3) {
    top: 30px;
}

.open-menu .menu-button span:nth-child(1), .open-menu .menu-button-general span:nth-child(1) {
    top: 27px;
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open-menu .menu-button span:nth-child(2), .open-menu .menu-button-general span:nth-child(2) {
    left: auto;
    right: 0;
    opacity: 0;
}

.open-menu .menu-button span:nth-child(3), .open-menu .menu-button-general span:nth-child(3) {
    top: 27px;
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.wrapper {
    display: table;
    height: 100%;
    width: 100%;
    table-layout: fixed;
    overflow: hidden;
    position: relative;
}

.header {
    background: #fff;
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.15);
    border-bottom: 1px solid #CBCBCB;
}

.top-header {
    padding: 19px 0;
    background: #38383B;
}

.top-header .row {
    margin: 0;
}

.top-header-navigation {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-header-navigation li {
    margin-left: 40px;
}

.top-header-navigation li:first-child {
    margin-left: 0;
}

.top-header-navigation li a, .top-header-navigation li span {
    font-size: 16px;
    line-height: 19px;
    color: #ffffff;
}

.top-header-navigation li a:hover, .top-header-navigation li span {
    color: #FEC118;
}

.top-header-navigation li span {
    font-weight: 600;
}

.head-search {
    font-size: 25px;
    color: #fff;
}

.head-search i {
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.head-search i:hover {
    opacity: 0.5;
}

.search-box {
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
}

.search-box.active {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}

.search-container {
    position: absolute;
    z-index: 12;
    top: 0;
    left: 0;
    right: 0;
    background: #fff;
}

.search-container form {
    width: 100%;
    position: relative;
}

.search-container form input {
    width: 100%;
    border: none;
    height: 65px;
    padding: 15px 0;
    padding-right: 70px;
    font-size: 20px;
}

.search-container form button {
    position: absolute;
    top: 0;
    z-index: 5;
    right: 30px;
    font-size: 20px;
    line-height: 65px;
    cursor: pointer;
    border: none;
    background: none;
    color: #38383B;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.search-container form button:hover {
    color: #FEC118;
}

.search-container form .icon-close {
    position: absolute;
    top: 0;
    z-index: 5;
    right: 0px;
    font-size: 20px;
    line-height: 65px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.search-container form .icon-close:hover {
    color: #D2092D;
}

.search-backdrop {
    z-index: 1;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    cursor: url("../images/close.png"), auto;
    background: rgba(24, 24, 24, 0.75);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}

.laung-nav {
    display: inline-block;
    margin-left: 49px;
    position: relative;
}

.laung-nav a {
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    white-space: nowrap;
    font-size: 16px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
}

.laung-toggle {
    color: #fff;
    font-size: 16px;
    line-height: 19px;
    color: #fff;
    display: block;
    cursor: pointer;
    position: relative;
    padding-right: 18px;
}

.laung-toggle:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -3px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 6px 6px 0 6px;
    border-color: #FEC118 transparent transparent transparent;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.laung-nav:hover .laung-toggle:after {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.drop-laung {
    position: absolute;
    top: 100%;
    -webkit-transform: scale(0.9) translateY(10px);
    -ms-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
    z-index: 55;
    background: #38383B;
    display: block;
    opacity: 0;
    left: auto;
    right: 6px;
    visibility: hidden;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}

.drop-laung li {
    padding: 5px 10px;
    margin: 0 !important;
}

.laung-nav:hover .drop-laung {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.middle-header {
    padding: 12px 0;
    border-bottom: 1px solid #C5C3C3;
}

.middle-header .row {
    margin: 0;
}

.logo {
    margin-right: 75px;
}

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

.phone-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    width: 830px;
    max-width: 70%;
}

.phone-box span, .phone-box .icon-phone {
    display: none;
}

.phone-box a {
    display: inline-block;
    margin: 0 10px;
    line-height: 21px;
    font-size: 18px;
    color: #38383B;
    font-weight: 600;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.phone-box a:hover {
    color: #D2092D;
}

.phone-box a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    max-width: 22px;
}

.middle-right-nav {
    padding-right: 10px;
    padding-left: 25px;
    padding-top: 8px;
}

.middle-right-nav a, .middle-right-nav span {
    margin-left: 30px;
    display: block;
    position: relative;
    font-size: 24px;
    line-height: normal;
}

.middle-right-nav a img, .middle-right-nav span img {
    margin-top: -7px;
}

.middle-right-nav a .count, .middle-right-nav span .count {
    position: absolute;
    top: -10px;
    right: -12px;
    font-size: 16px;
    line-height: 19px;
    color: #D2092D;
    font-weight: 600;
}

.middle-right-nav a:hover, .middle-right-nav span {
    color: #D2092D;
}

.bottom-header {
    position: relative;
    z-index: 55;
    height: 53px;
}

.bottom-header ul {
    width: 100%;
    text-align: center;
}

.bottom-header ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0 6px;
}

.bottom-header ul li a, .bottom-header ul li span {
    display: block;
    padding: 0 25px;
    overflow: hidden;
    position: relative;
    height: 53px;
    line-height: 53px;
    font-size: 16px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bottom-header ul li a:after, .bottom-header ul li span:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: #D2092D;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bottom-header ul li.with-menu a:before, .bottom-header ul li.with-menu span:before {
    content: '\E002';
    position: absolute;
    right: 0;
    top: 0;
    width: 15px;
    text-align: center;
    line-height: 53px;
    font-family: "Icons";
    font-size: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.bottom-header ul li a:hover, .bottom-header ul li a:focus, .bottom-header ul li span {
    color: #D2092D;
}

.bottom-header ul li a:hover:before, .bottom-header ul li a:focus:before, .bottom-header ul li span:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #D2092D;
}

.bottom-header ul li a:hover:after, .bottom-header ul li a:focus:after, .bottom-header ul li span:after {
    left: 0;
}

.bottom-header ul li span:after {
    display: none;
}

.mobile .bottom-header ul li.with-menu a:before, .mobile .bottom-header ul li.with-menu span:before {
    display: none !important;
}

.mm-menu {
    height: 0;
    visibility: hidden;
    opacity: 0;
}

.mm-menu.mm-offcanvas {
    height: auto;
    visibility: visible;
    opacity: 1;
}

.menu-dropdown {
    position: absolute;
    z-index: 55;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border-bottom: 1px solid #C5C3C3;
    border-top: 1px solid #C5C3C3;
    padding: 40px 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-transform: scale(0.9) translateY(10px);
    -ms-transform: scale(0.9) translateY(10px);
    transform: scale(0.9) translateY(10px);
}

.mobile .menu-dropdown {
    display: none;
}

.with-menu:hover .menu-dropdown {
    visibility: visible;
    opacity: 1;
    pointer-events: auto;
    -webkit-transform: scale(1) translateY(0px);
    -ms-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}

.menu-dropdown__list {
    width: 65%;
    max-width: 65%;
    -ms-flex-preferred-size: 65%;
    -webkit-flex-basis: 65%;
    flex-basis: 65%;
    padding-left: 50px;
    text-align: left;
}

.menu-dropdown__list ul {
    width: auto;
    text-align: left;
    font-size: 0;
    line-height: 0;
    margin-left: -60px;
    overflow: hidden;
}

.menu-dropdown__list ul li {
    display: inline-block;
    vertical-align: top;
    margin: 0;
    width: 33.333%;
    padding-bottom: 5px;
    padding-top: 5px;
    padding-right: 15px;
    padding-left: 30px;
    position: relative;
}

.menu-dropdown__list ul li:before {
    content: '';
    position: absolute;
    right: -3px;
    top: -100px;
    bottom: -100px;
    width: 1px;
    background: #C5C3C3;
}

.menu-dropdown__list ul li a, .menu-dropdown__list ul li span {
    display: inline;
    padding: 0 !important;
    line-height: normal;
    height: auto;
    color: #38383B;
    background: none !important;
    padding: 0;
}

.menu-dropdown__list ul li a:before, .menu-dropdown__list ul li a:after, .menu-dropdown__list ul li span:before, .menu-dropdown__list ul li span:after {
    display: none;
}

.menu-dropdown__list ul li a:hover, .menu-dropdown__list ul li span {
    color: #D2092D;
}

.menu-dropdown__img {
    width: 35%;
    max-width: 35%;
    -ms-flex-preferred-size: 35%;
    -webkit-flex-basis: 35%;
    flex-basis: 35%;
    padding: 0 15px 10px;
}

.menu-dropdown__img img {
    margin-right: 0;
    margin-left: auto;
}

.heading-section {
    margin-bottom: 27px;
    position: relative;
    line-height: 32px;
    font-size: 27px;
    text-align: center;
    font-family: 'Rubik-Medium', sans-serif;
}

.prod-item {
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 20px 15px 32px 15px;
    position: relative;
    margin: 5px 15px 30px;
}

.product__status {
    position: absolute;
    z-index: 5;
    top: 20px;
    left: 15px;
    line-height: 17px;
    font-size: 14px;
    text-align: center;
    font-weight: 600;
    color: #0B7420;
}

.product-status-body {
    position: static;
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 15px;
}

.product__status--not-available {
    color: #D2092D;
}

.product__wish {
    position: absolute;
    z-index: 5;
    top: 20px;
    right: 15px;
    display: block;
    font-size: 22px;
    line-height: 22px;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    color: #D2092D;
}

.product__wish.active, .product__wish:hover { /*color: #FEC118;*/
    color: #03b503;
}

.prod__img {
    text-align: center;
    padding-bottom: 6px;
    position: relative;
    display: block;
    overflow: hidden;
}

.prod__img a {
    display: block;
    height: 320px;
    line-height: 320px;
}

.prod__img a img {
    width: 250px;
    max-width: 100%;
    max-height: 100%;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.prod__colors {
    padding-top: 20px;
    margin-bottom: 16px;
    line-height: 20px;
    text-align: center;
}

.prod__colors span {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    vertical-align: top;
    border: 1px solid #cecece;
    margin: 0 5px 5px;
}

.prod__colors span.active {
    box-shadow: 0px 0px 3px 2px rgba(0, 0, 0, 0.5);
}

.prod-item .prod__img img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.prod-item:hover .prod__img img {
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}

.prod-item:hover .prod__img .prod__sizes {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.prod__sizes {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(255, 255, 255, 0.75);
    padding: 9px 15px 15px;
    visibility: hidden;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.product__name {
    width: 100%;
    display: block;
    margin-bottom: 15px;
    line-height: 19px;
    font-size: 16px;
    text-align: center;
}

.product__name:hover {
    color: #D2092D;
}

.prod-item:hover .product__name {
    color: #D2092D;
}

.product__price {
    display: block;
    margin-top: 15px;
    margin-bottom: 12px;
    text-align: center;
    line-height: 28px;
    font-size: 24px;
    color: #D2092D;
    font-weight: 600;
}

.product__price .old-price {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    color: #7B7B7B;
    font-size: 18px;
    line-height: 21px;
    margin-right: 5px;
}

.product__price .old-price:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 1px;
    background: #7B7B7B;
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
}

.product__button {
    text-align: center;
    margin-top: auto;
}
.custom-catalog-col{
    margin-bottom: 30px;
}
.prod__save {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    color: #7B7B7B;
}

.slick-arrow {
    position: absolute;
    z-index: 10;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
    width: 24px;
    height: 27px;
    color: #D2092D;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    font-size: 24px;
}

.slick-arrow:hover:not(.slick-disabled) {
    opacity: 0.5;
}

.slick-disabled {
    cursor: default;
    color: #D9D8DA;
}

.slick-arrow.slick-prev {
    left: 0px;
}

.slick-arrow.slick-next {
    right: 0px;
}

.slick-dots {
    position: absolute;
    right: 0;
    left: 0;
    text-align: center;
    bottom: 45px;
    z-index: 10;
}

.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 8px;
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    width: 19px;
    height: 19px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    border: 2px solid #fff;
    background: rgba(255, 255, 255, 0.25);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.slick-dots li button:hover {
    border-color: #FEC118;
}

.slick-dots li.slick-active button {
    background: #FEC118;
    border-color: #FEC118;
}

.top-banner .slick-arrow {
    color: #fff;
}

.top-banner .slick-arrow.slick-prev {
    left: 35px;
}

.top-banner .slick-arrow.slick-next {
    right: 35px;
}

.top-banner__caption {
    width: 1350px;
    padding: 0 15px;
    max-width: 100%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
    font-size: 36px;
    line-height: 43px;
    text-shadow: 2px 2px 3px rgba(0, 0, 0, 0.7);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.top-banner__caption .line-text * {
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.top-banner__caption .line-text b {
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.top-banner__caption .line-text p {
    -webkit-transition-delay: 0.4s;
    -o-transition-delay: 0.4s;
    transition-delay: 0.4s;
}

.top-banner__caption .line-text .btn {
    -webkit-transition-delay: 0.5s;
    -o-transition-delay: 0.5s;
    transition-delay: 0.5s;
}

.top-banner__caption b {
    font-size: 52px;
    line-height: 62px;
    display: block;
    margin-bottom: 30px;
}

.top-banner__caption .btn {
    margin-top: 42px;
    min-width: 170px;
}

.top-banner-item {
    position: relative;
}

.top-banner-item.slick-active .top-banner__caption .line-text * {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
}

.line-text {
    overflow: hidden;
}

.search-products {
    padding: 65px 0 50px;
    border-bottom: 1px solid #DDDDDD;
}

.search-products .heading-section {
    cursor: pointer;
    background: #FFC72C;
    position: relative;
    margin-bottom: 30px;
    padding: 20px 30px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.search-products .heading-section:hover {
    background: #f5b70b;
}

.search-products .heading-section.active img {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.search-products .form-container {
    display: none;
}

.search-products .heading-section img {
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 25px;
    height: 15px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.search__head {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
}

.check-group {
    margin-bottom: 22px;
}

.check-group:last-of-type {
    margin-bottom: 10px;
}

.check-box {
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    margin-bottom: 17px;
    position: relative;
}

.check-box input {
    visibility: hidden;
    width: 0;
    height: 0;
    position: absolute;
    opacity: 0;
    visibility: hidden;
}

.check-box label {
    display: block;
    height: 40px;
    line-height: 38px;
    padding: 0 20px;
    cursor: pointer;
    border: 1px solid #ddd;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    color: #7C7C7C;
    font-size: 16px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.check-box input:checked + label {
    color: #000;
    border-color: #000;
}

.button-group {
    padding-top: 0px;
}

.button-group .btn {
    min-width: 165px;
    vertical-align: top;
    margin-left: 19px;
    height: 45px;
    line-height: 45px;
}

.section-products {
    padding: 62px 0 29px 0;
}

.products-slider {
    width: 1775px;
    max-width: 100%;
    margin: 0 auto;
}

.prod-slider-container {
    padding: 0 110px;
}

.tab-general-box {
    width: 100%;
    text-align: center;
    padding: 0 15px;
}

.tab-slider {
    display: inline-block;
    vertical-align: middle;
    border: 2px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    margin-bottom: 27px;
}

.tab-slider li {
    display: inline-block;
    vertical-align: top;
}

.tab-slider li a {
    display: block;
    height: 54px;
    line-height: 54px;
    padding: 0 30px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    font-size: 24px;
    color: #7B7B7B;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    font-family: 'Rubik-Regular', sans-serif;
    transition: all .4s ease;
}

.tab-slider li a:hover {
    color: #D2092D;
}

.tab-slider li a.active {
    color: #fff;
    background: #38383B;
}

.section-collection {
    padding: 33px 0 64px 0;
    border-top: 1px solid #DDDDDD;
}

.section-collection .heading-section {
    margin-bottom: 29px;
}

.collection-slider {
    width: 1775px;
    max-width: 100%;
    margin: 0 auto;
}

.js_collection_slider {
    padding: 0 110px;
}

.collection-item {
    overflow: hidden;
    margin: 0 15px;
    position: relative;
}

.collection-item img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.collection-item:before {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(254, 193, 24, 0.68);
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.colection__hover {
    position: absolute;
    z-index: 5;
    left: 0;
    right: 0;
    max-height: 100%;
    overflow: hidden;
    padding: 0 15px; /*top: -webkit-calc(100% - 160px);*/ /*top: calc(100% - 160px);*/
    top: auto;
    bottom: 100px;
    height: 100px;
    color: #fff;
    font-size: 18px;
    line-height: 23px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.colection__hover b {
    display: block;
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 16px;
}

.colection__hover p {
    color: #000;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.colection__hover .btn {
    position: absolute;
    bottom: 50px;
}

.collection-item a {
    display: block;
}

.collection-item:hover:before {
    opacity: 1;
}

.collection-item:hover .colection__hover {
    color: #0C0C0C; /*bottom: 50%;*/
    height: calc(100% - 100px);
    overflow-y: auto; /*  -webkit-transform: translateY(50%);    -ms-transform: translateY(50%);    transform: translateY(50%); */
}

.collection-item:hover .colection__hover p {
    opacity: 1;
}

.collection-item:hover .colection__button .btn {
    opacity: 0;
    visibility: hidden;
}

.collection-item:hover .colection__button .btn.btn--black {
    visibility: visible;
    opacity: 1;
}

.colection__button {
    position: absolute;
    z-index: 15;
    text-align: center;
    bottom: 93px;
    left: 0;
    right: 0;
}

.colection__button .btn {
    width: 160px;
    padding: 0 5px;
    position: absolute;
    left: 0;
    right: 0;
    height: 45px;
    line-height: 45px;
    margin: auto;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.colection__button .btn.btn--black {
    opacity: 0;
    visibility: hidden;
}

.section-our-plus {
    padding: 65px 0 45px;
    background: url(../images/our-plus.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-our-plus .heading-section {
    color: #fff;
    margin-bottom: 30px;
}

.section-our-plus .container {
    width: 1200px;
    max-width: 100%;
}

.our-plus-item {
    margin-bottom: 20px;
}

.our-plus__img {
    text-align: center;
    vertical-align: middle;
    height: 96px;
    margin-bottom: 12px;
}

.our-plus__img img {
    display: inline-block;
    max-width: 100%;
}

.our-plus__txt {
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #fff;
}

.our-plus__txt b {
    display: block;
    margin-bottom: 15px;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
}

.section-category {
    padding: 64px 0;
}

.section-category .heading-section {
    margin-bottom: 36px;
}

.category-item {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 15px;
}

.category-item:before {
    content: '';
    pointer-events: none;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.72)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.72) 100%);
    height: 250px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.category-item img {
    width: 100%;
}

.category-item a {
    display: block;
}

.category-item span {
    position: absolute;
    z-index: 5;
    bottom: 35px;
    left: 0;
    right: 0;
    padding: 0 15px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Rubik-Medium', sans-serif;
    color: #fff;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.category-item:hover:before {
    height: 350px;
}

.category-item:hover span {
    bottom: 50px;
}

.faq-section {
    padding: 40px 0 65px 0;
    border-top: 1px solid #DDDDDD;
}

.faq-section .heading-section {
    margin-bottom: 32px;
}

.faq-tab {
    width: 1015px;
    margin: 0 auto;
    max-width: 100%;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.faq-tab .tab-container {
    width: 54%;
    -ms-flex-preferred-size: 54%;
    -webkit-flex-basis: 54%;
    flex-basis: 54%;
    max-width: 54%;
}

.faq-tab .tab-container .tab-box {
    max-height: 100%;
    overflow-y: auto;
    padding: 25px 40px;
    font-size: 16px;
    line-height: 21px;
}

.faq-tab .tab-container .tab-box p {
    margin-bottom: 15px;
}

.tab-faq {
    width: 46%;
    -ms-flex-preferred-size: 46%;
    -webkit-flex-basis: 46%;
    flex-basis: 46%;
    max-width: 46%;
    border-right: 1px solid #DDDDDD;
}

.tab-faq li {
    border-bottom: 1px solid #DDDDDD;
}

.tab-faq li a {
    display: block;
    position: relative;
    border: 1px solid transparent;
    padding: 16px 35px 16px 25px;
    font-size: 20px;
    line-height: 26px;
    color: #7C7C7C;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.tab-faq li a.active {
    border-color: #000;
    color: #000;
}

.tab-faq li a.active:before {
    content: '';
    position: absolute;
    right: -5px;
    top: 50%;
    z-index: 55;
    width: 10px;
    margin-top: -5px;
    height: 10px;
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    -webkit-transform: rotate(-45deg);
    background: #fff;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.detail {
    display: inline-block;
    margin-top: 30px;
    font-size: 18px;
    line-height: 21px;
    color: #7B7B7B;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.detail i {
    display: inline-block;
    vertical-align: middle;
    line-height: 24px;
    margin-left: 15px;
    color: #D2092D;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.detail:hover {
    color: #D2092D;
}

.detail:hover i {
    margin-left: 20px;
}

.view-all {
    text-align: center;
}

.view-all .detail {
    margin-top: 42px;
    color: #D2092D;
}

.view-all .detail:hover {
    color: #FEC118;
}

.section-sale {
    padding: 65px 0 62px;
    background: url(../images/sale.jpg) 50% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.section-sale .btn {
    min-width: 192px;
}

.section-sale .heading-section {
    color: #fff;
    margin-bottom: 36px;
}

.section-sale .align-center {
    color: #fff;
    font-size: 16px;
}

.section-sale .align-center p {
    margin-top: 10px;
}

.sale-item {
    margin-bottom: 39px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;
}

.sale-item__count {
    width: 106px;
    height: 106px;
    margin: 0 auto 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    border: 2px solid #fff;
    line-height: 102px;
    font-size: 36px;
    color: #fff;
    font-family: 'Rubik-Medium', sans-serif;
}

.section-text {
    padding: 65px 0 31px 0;
}

.section-text .container {
    width: 1040px;
    max-width: 100%;
}

.section-text p {
    text-indent: 20px;
}

.section-text b {
    font-weight: 600;
}

.section-text .heading-section {
    margin-bottom: 16px;
}

.footer {
    background: #38383B;
    color: #fff;
}

.footer-top {
    padding: 50px 0;
    border-bottom: 1px solid #606062;
}

.list-col ul li, .foot-nav ul li {
    line-height: 22px;
}

.list-col ul li a, .list-col ul li span, .foot-nav ul li a, .foot-nav ul li span {
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.list-col ul li a:hover, .list-col ul li span, .foot-nav ul li a:hover, .foot-nav ul li span {
    color: #D2092D;
}

.foot-nav ul li {
    display: inline-block;
    width: 49%;
    vertical-align: top;
    padding-right: 30px;
}

.list-col__head {
    display: block;
    margin-bottom: 16px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #FEC118;
}

.foot-head {
    display: block;
    margin-bottom: 18px;
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    color: #fff;
}

.footer .phone-box {
    display: block;
    margin: 0;
    padding: 0;
    max-width: 100%;
    padding-top: 10px;
}

.footer .phone-box a {
    display: block;
    margin: 0 0 15px;
    color: #fff;
    font-family: 'Rubik-Regular', sans-serif;
}

.footer .phone-box a:hover {
    color: #D2092D;
}

.social {
    padding: 15px 0 0;
}

.social ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 37px;
}

.social ul li a {
    font-size: 32px;
    display: block;
    background: #fff;
}

.social ul li a img {
    width: 32px;
    height: 32px;
}

.footer-middle {
    padding: 45px 0 95px 0;
}

.footer-copy {
    padding-bottom: 49px;
    font-size: 12px;
    line-height: 14px;
    color: #fff;
}

.footer-copy img {
    display: inline-block;
    margin-left: 10px;
}

.if-np {
    display: none;
}

.if-np label {
    margin-top: -5px;
}

.footer-feedback {
    padding-left: 64px;
}

.footer-feedback .flex-wrap {
    display: block;
    white-space: nowrap;
}

.footer-feedback form input {
    background: #fff;
    border: none;
    width: 100%;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    height: 35px;
    padding: 0 25px;
    padding-right: 40px;
    font-size: 16px;
    color: #000;
}

.footer-feedback form .input-field {
    display: inline-block;
    vertical-align: top; /*margin-right: -30px;*/
    width: -webkit-calc(100% - 110px);
    width: calc(100% - 110px);
}

.footer-feedback form button {
    display: inline-block;
    vertical-align: top;
    height: 35px;
    margin-left: -30px;
    line-height: 35px;
    min-width: 132px;
}

.breadcrumbs {
    padding: 42px 0;
}

.breadcrumbs ul {
    display: block;
}

.breadcrumbs ul li {
    display: inline;
    vertical-align: middle;
}

.breadcrumbs ul li + li:before {
    content: '\E00E';
    font-family: "Icons";
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    color: #8C8C8C;
    font-size: 10px;
}

.breadcrumbs ul li a, .breadcrumbs ul li span {
    font-size: 16px;
    line-height: 21px;
    color: #7C7C7C;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.breadcrumbs ul li a:hover {
    color: #D2092D;
}

.breadcrumbs ul li .icon-home {
    position: relative;
    top: 4px;
    font-size: 22px;
}

.catalog-section {
    margin-top: -25px;
}

.catalog-item {
    margin: 0 45px;
    margin-top: 10px;
}

.catalog-item a {
    display: block;
}

.catalog-item div {
    overflow: hidden;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    height: 134px;
    line-height: 134px;
    text-align: center;
}

.catalog-item div img { /* width: 100%;*/
    height: 100%;
    object-fit: cover;
    display: inline-block;
    vertical-align: middle;
}

.catalog-item span {
    display: block;
    margin-top: 10px;
    text-align: center;
    font-size: 18px;
}

.catalog-slider-nav {
    width: 1775px;
    padding-bottom: 65px;
    max-width: 100%;
    margin: 0 auto;
}

.catalog-slider {
    padding: 0 125px;
}

.catalog-product-slider {
    display: block;
    position: relative;
    height: 320px;
    line-height: 320px;
}

.catalog-product-slider img {
    max-height: 300px;
    margin: 0 auto;
}

.catalog-product-slider:hover .slick-arrow {
    opacity: 1;
}

.catalog-product-slider .slick-arrow {
    opacity: 0;
}

.catalog-product-slider .slick-arrow.slick-next {
    right: 15px;
    line-height: 22px;
    font-size: 22px;
    color: #000;
}

.catalog-product-slider .slick-arrow.slick-next:hover {
    color: #D2092D;
}

.catalog-product-slider .slick-arrow.slick-prev {
    left: 15px;
    line-height: 22px;
    font-size: 22px;
    color: #000;
}

.catalog-product-slider .slick-arrow.slick-prev:hover {
    color: #D2092D;
}

.mobile .catalog-product-slider .slick-arrow {
    opacity: 1;
}

.catalog-filter {
    padding: 0 0 65px 0;
}

.catalog-filter .button-group {
    padding-top: 25px;
    padding-bottom: 25px;
}

.catalog-filter__head {
    cursor: pointer;
    display: block;
    height: 75px;
    line-height: 75px;
    color: #fff;
    background: #D2092D;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    position: relative;
    text-align: center;
    font-size: 27px;
    font-weight: 600;
}

.catalog-filter__head-text {
    position: relative;
    padding: 0 65px 0 50px;
    display: inline-block;
}

.catalog-filter__head.active .catalog-filter__head-text:before {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.catalog-filter__head-text:before {
    content: '\E002';
    position: absolute;
    right: 25px;
    top: 0;
    text-align: center;
    line-height: 75px;
    font-family: "Icons";
    color: #fff;
    font-size: 22px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.select2-container--default {
    width: 100% !important;
}

.select2-container--default .select2-selection--single {
    padding: 0 35px;
    padding-left: 15px;
    background: #38383B;
    -webkit-border-radius: 12px;
    border-radius: 12px;
    font-size: 16px;
    height: 40px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
    right: 15px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #fff transparent transparent;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
    color: #fff;
}

.white-select .select2-container--default .select2-selection--single {
    background: none;
    height: 38px;
    border-radius: 0px;
    border-bottom: 1px solid #949494;
}

.white-select .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
}

.white-select .select2-container--default:not(.select2-container--open) .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent;
}

.catalog-filter__body {
    display: none;
    padding: 40px 0 0;
    padding-left: 100px;
}

::placeholder {
    text-overflow: ellipsis;
}

[placeholder] {
    text-overflow: ellipsis;
}

::-moz-placeholder {
    text-overflow: ellipsis;
}

:-moz-placeholder {
    text-overflow: ellipsis;
}

:-ms-input-placeholder {
    text-overflow: ellipsis;
}

.content table {
    width: 100% !important;
    max-width: 100%;
    height: auto;
}

.content table td {
    vertical-align: middle;
}

.fast-search {
    position: relative;
}

.fast-search input {
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    height: 35px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    padding: 0 40px 0 18px;
    font-size: 14px;
}

.fast-search button {
    border: none;
    background: none;
    position: absolute;
    right: 7px;
    top: 7px;
    font-size: 18px;
    color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.fast-search button:hover {
    color: #D2092D;
}

.list-product {
    padding: 65px 0 0px;
    border-top: 1px solid #DDDDDD;
}

.list-product .prod-item {
    margin: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    height: 100%;
}

.filter-product {
    margin-bottom: 55px;
    font-size: 18px;
    line-height: 23px;
    color: #7B7B7B;
    text-align: center;
}

.filter-product span.fjt-span, .filter-product .select-field {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    margin-bottom: 10px;
}

.fjt-span {
    line-height: 40px;
}

.select-field {
    margin-bottom: 10px;
}

.select-field .select2-container {
    min-width: 320px;
}

.pagination-container {
    text-align: center;
    padding: 25px 0 40px 0;
}

.pagination-container ul {
    display: inline-block;
}

.pagination-container ul li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 7px;
}

.pagination-container ul li a, .pagination-container ul li span {
    display: block;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    width: 27px;
    height: 27px;
    line-height: 27px;
    text-align: center;
}

.pagination-container ul li span {
    color: #fff;
    background: #D2092D;
}

.slider-nav {
    float: left;
    width: 100px;
    max-width: 100px;
    padding-bottom: 75px;
}

.slider-nav .slick-slide {
    margin: 7px 0;
    border: 1px solid #C4C4C4;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.slider-nav .slick-slide.slick-current.slick-active {
    border-color: #000;
}

.slider-nav .slick-arrow.slick-next {
    right: 10px;
}

.slider-nav .slick-arrow.slick-next, .slider-nav .slick-arrow.slick-prev {
    bottom: 10px;
    top: auto;
}

.slider-nav .slick-arrow.slick-prev {
    left: 10px;
}

.product-top-container {
    width: 1450px;
    max-width: 100%;
    margin: 0 auto;
}

.product-slider {
    width: 655px;
    position: relative;
    max-width: 100%;
    font-size: 0;
    line-height: 0;
}

.slider-for {
    margin-top: 5px;
    display: inline-block;
    vertical-align: top;
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    margin-left: 30px;
    position: relative;
    -webkit-box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.slider-for--sale a.to-sale {
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/sale.png) no-repeat;
    width: 127px;
    height: 117px;
}

.slider-for--sale a.to-stock {
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/stock.png) no-repeat;
    width: 127px;
    height: 117px;
}

.slider-for--sale a.to-top {
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/top.png) no-repeat;
    width: 127px;
    height: 117px;
}

.slider-for--sale a.to-hit {
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/hit.png) no-repeat;
    width: 127px;
    height: 117px;
}

.slider-for--sale a.to-new {
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/new.png) no-repeat;
    width: 127px;
    height: 117px;
}

/*.slider-for--sale:before {    content: '';  position: absolute;  top: -8px;  left: -6px;  z-index: 5;  background: url(../images/sale.png) no-repeat;  width: 127px;  height: 117px;}*/
.status-sale:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/sale.png) no-repeat;
    width: 127px;
    height: 117px;
}

.status-stock:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/stock.png) no-repeat;
    width: 127px;
    height: 117px;
}

.status-top:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/top.png) no-repeat;
    width: 127px;
    height: 117px;
}

.status-hit:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/hit.png) no-repeat;
    width: 127px;
    height: 117px;
}

.status-new:before {
    content: '';
    position: absolute;
    top: -8px;
    left: -6px;
    z-index: 5;
    background: url(../images/new.png) no-repeat;
    width: 127px;
    height: 117px;
}

.product-info { /*width: 520px;*/
    max-width: 100%;
    padding-left: 45px;
}

.product-info .product__price {
    text-align: left;
}

.product-info .detail {
    color: #000;
    font-size: 16px;
}

.product-info .detail:hover {
    color: #D2092D;
}

.product-info__name {
    display: block;
    margin-bottom: 12px;
    font-size: 27px;
    line-height: 32px;
    font-weight: 500;
}

.product-info__articul {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 12px;
    color: #7C7C7C;
}

.testi-item {
    position: relative;
    margin-bottom: 15px;
}

.product-info__ch {
    margin-bottom: 8px;
}

.product-info__ch img {
    display: inline-block;
    vertical-align: top;
    margin-right: 7px;
    margin-bottom: 7px;
}

.product-info__detail {
    margin-bottom: 22px;
    font-size: 16px;
    line-height: 19px;
}

.product-info__size span {
    font-size: 18px;
    line-height: 23px;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
    color: #7B7B7B;
}

.size-group {
    display: inline-block;
    vertical-align: middle;
}

.size {
    display: inline-block;
    vertical-align: middle;
}

.size input {
    visibility: hidden;
    opacity: 0;
    width: 0;
    height: 0;
}

.size label {
    cursor: pointer;
    margin: 0 5px 5px;
    font-size: 16px;
    left: 23px;
    color: #000;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.size input:checked ~ label {
    color: #D2092D;
}

.product-info__button .btn {
    padding: 0 30px;
    margin-right: 29px;
    margin-bottom: 15px;
}

.product-size-table {
    margin-top: 15px;
    margin-bottom: 25px;
}

.product-size-table .detail {
    margin-top: 0;
}

.product-size-table .detail .icon-tools {
    color: #38383B;
    margin-left: 0;
    margin-right: 10px;
}

.product-info__other-pr {
    padding-top: 10px;
    font-size: 18px;
    line-height: 23px;
    color: #7B7B7B;
}

.product-info__other-pr span {
    display: block;
    margin-bottom: 10px;
}

.product-info__other-pr a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 120px;
    line-height: 130px;
    -webkit-box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.35);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    overflow: hidden;
}

.product-info__other-pr a img {
    display: inline-block;
    vertical-align: middle;
}

.product-top-tab {
    padding: 70px 0;
    width: 1010px;
    max-width: 100%;
    margin: 0 auto;
    text-align: left;
}

.product-top-tab .tab-box {
    text-align: left;
}

.product-top-tab .content ul li {
    font-size: inherit;
    line-height: inherit;
}

.product-top-tab .content ul li:before, .product-top-tab .list-box li:before {
    top: 7px;
}

.other-product {
    border-top: 1px solid #DDDDDD;
    padding: 45px 0 30px 0;
}

.other-product .tab-slider {
    border: none;
}

.other-product .tab-slider li {
    margin: 0 15px 15px;
}

.other-product .tab-slider li a {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #7C7C7C;
    border: 1px solid #DDDDDD;
}

.other-product .tab-slider li a.active, .other-product .tab-slider li a:hover {
    border-color: #000000;
    color: #000000;
    background: none;
}

.testi-item__img img {
    display: inline-block;
    vertical-align: middle;
}

.modal .input-field, .testi-author {
    display: block;
}

.testi-item__txt {
    font-size: 14px;
    line-height: 21px;
    padding: 10px 0 15px;
    border-bottom: 1px solid #dbdbdb;
}

.testi-author {
    margin-top: 25px;
    line-height: 16px;
    text-align: right;
    font-size: 14px;
}

.testi-author span {
    display: block;
    font-style: italic;
    font-size: 12px;
    color: #9b9ea7;
}

.testimonials-section .col:last-of-type .testi-item__txt, .testimonials-section .col:nth-of-type(3) .testi-item__txt {
    border-bottom: none;
}

.tab-body {
    padding: 30px 15px;
}

.tab-box table {
    width: 500px;
    max-width: 100%;
    margin: 0 auto;
}

.tab-box table tr:nth-child(2n) {
    background: #e4e4e4;
}

.tab-box table tr td {
    padding: 10px;
}

.product-section {
    padding: 0 0;
}

.basket-section {
    border-bottom: 1px solid #DDDDDD;
    padding-bottom: 30px;
}

.basket-section .heading-section {
    margin-bottom: 50px;
}

.basket-section .container {
    width: 1335px;
}

.basket-section .product__status {
    top: 13px;
}

.basket-total {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.basket-product {
    width: 780px;
    max-width: 100%;
    margin-bottom: 30px;
}

.basket-product__item {
    margin-bottom: 24px;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.basket-product__image {
    width: 210px;
    padding: 25px 45px;
    position: relative;
    border-right: 1px solid #E0E0E0;
}

.basket-product__description {
    width: -webkit-calc(100% - 210px);
    width: calc(100% - 210px);
    padding: 19px 53px 25px;
}

.basket-product__top {
    padding-right: 50px;
    margin-bottom: 20px;
    position: relative;
    font-size: 16px;
    line-height: 19px;
}

.amount {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}

.amount .btn-count {
    width: 20px;
    height: 20px;
    margin: 0;
    border: 1px solid #ccc;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    cursor: pointer;
    text-align: center;
    line-height: 18px;
    color: #000;
}

.amount .btn-count:hover {
    background: #ECECEC;
    color: #9E9E9E;
}

.amount input {
    max-width: 40px;
    border: none;
    text-align: center;
    height: 1.875rem;
    color: #4B5569;
}

.basket-product__price {
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 26px;
    color: #D2092D;
    font-weight: 600;
}

.basket-product__price span {
    font-size: 18px;
}

.basket--size, .basket--color {
    margin-right: 15px;
    font-size: 18px;
    line-height: 23px;
    color: #000;
}

.basket--size span, .basket--color span {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    color: #7B7B7B;
}

.color {
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.basket-product__group {
    position: relative;
    padding-right: 160px;
}

.to-wish-list {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 18px;
    line-height: 23px;
    color: #7B7B7B;
}

.to-wish-list i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    color: #D2092D;
}

.to-wish-list:hover {
    color: #D2092D;
}

.to-wish-list.active, .to-wish-list.active i { /*color: #FEC118;*/
    color: #03b503;
}

.wrapper-to-wish-list .active .to-wish-list {
    color: #FEC118;
}

.basket-product__count {
    margin-bottom: 18px;
}

.remove-product {
    position: absolute;
    right: 0;
    top: 0;
}

.basket-total__title {
    text-align: center;
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #E0E0E0;
    font-size: 20px;
    font-weight: 600;
}

.basket-total__count {
    padding: 25px 15px 19px;
    text-align: center;
    font-size: 16px;
    line-height: 19px;
}

.basket-total__price {
    font-size: 16px;
    line-height: 19px;
    padding: 0px 15px 25px;
    text-align: center;
}

.basket-total__price span {
    color: #D2092D;
    font-size: 24px;
    line-height: 29px;
    font-weight: 600;
}

.basket-total__group {
    width: 240px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 15px;
}

.basket-total__group .btn {
    height: 45px;
    line-height: 45px;
    display: block;
    margin-bottom: 20px;
    font-size: 18px;
}

.basket-total__group .btn--black {
    border-color: #7C7C7C; /*line-height: 42px;*/
}

.basket-total__group .btn--black i {
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
    font-size: 20px;
}

.order-step {
    margin-bottom: 25px;
    text-align: center;
    font-weight: 500;
    line-height: normal;
    font-size: 20px;
    letter-spacing: 0.05em;
    color: #38383B;
}

.order-step b {
    color: #D2092D;
}

.step-container {
    width: 550px;
    max-width: 100%;
    margin-bottom: 60px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    padding: 35px 53px 35px 15px;
}

.checkout-section .tab-general-box {
    width: 1300px;
    max-width: 100%;
    margin: 0 auto;
}

.tab-checkout {
    padding-bottom: 30px;
    border: none;
}

.tab-checkout li {
    display: inline-block;
    vertical-align: top;
    margin: 0 15px 15px;
}

.tab-checkout li a {
    display: block;
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    color: #7C7C7C;
    border: 1px solid #DDDDDD;
}

.tab-checkout li a.active, .tab-checkout li a:hover {
    border-color: #000000;
    color: #000000;
    background: none;
}

.block-user-info {
    margin-bottom: 30px;
}

.block-user-info .form-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.block-user-info .form-group:not(:last-child) {
    margin-bottom: 22px;
}

@media (max-width: 900px) {
    .block-user-info .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        align-items: flex-start;
    }
}

.block-user-info label, .block-user-info .label {
    width: 25%;
    font-size: 16px;
    text-align: right;
    font-weight: 500;
    display: block;
    padding-right: 15px;
    color: #7B7B7B;
}

@media (max-width: 900px) {
    .block-user-info label, .block-user-info .label {
        width: 100%;
        text-align: left;
        margin-bottom: 0.3125rem;
    }
}

.block-user-info .select2-container .select2-selection--single, .block-user-info input, .block-user-info textarea {
    height: 40px;
    padding: 0 15px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    color: #38383B !important;
    background: #fff !important;
    width: 100%;
    font-size: 14px;
    font-family: 'Rubik-Regular', sans-serif;;
    border: 1px solid #949494 !important;
}

.block-user-info textarea {
    width: 75%;
    display: inline-block;
    height: 100px;
    overflow-y: auto;
    padding: 15px; /*color: #38383B !important;*/
}

.block-user-info .select2-container {
    width: 100% !important;
}

.block-user-info input {
    width: 80%;
}

@media (max-width: 900px) {
    .block-user-info input {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .block-user-info {
        margin-bottom: 2.8125rem;
    }
}

.phone-group {
    width: 75%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
}

.phone-group .select2-container .select2-selection--single {
    padding: 0 10px;
    border-right: none !important;
}

.block-delivery .phone-group .select2-container {
    width: 30% !important;
    border-right: none !important;
}

.block-delivery .phone-group input {
    border-left: none; /*width: 70%;*/
    width: 100%;
}

@media (max-width: 900px) {
    .phone-group {
        width: 100%;
        max-width: 100%;
    }

    .phone-group .select2-container {
        width: 20% !important;
    }

    .phone-group input {
        width: 80%;
    }
}

.checkbox-group__item {
    position: relative;
    padding-right: 10px;
}

input[type="checkbox"], input[type="radio"] {
    width: 0 !important;
    position: absolute;
    height: 0;
    padding: 0;
    visibility: hidden;
    opacity: 0;
}

.btn-change {
    font-size: 0.875rem;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    color: #AC2477;
    cursor: pointer;
    padding-left: 20%;
    display: inline-block;
}

@media (max-width: 900px) {
    .btn-change {
        padding-left: 0;
    }
}

.btn-change:hover, .btn-change:focus {
    text-decoration: none;
    color: #4B5569;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    padding: 0;
}

.checkout-section .select2-container--default .select2-selection--single .select2-selection__arrow {
    right: 5px;
}

.checkout-section .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-size: 14px;
    color: #38383B;
    text-align: left;
    padding: 0;
}

.checkout-section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #38383B transparent transparent;
}

.block-change {
    padding-left: 20%;
    margin-top: 1.25rem;
    display: none;
}

.block-change .form-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
}

.block-change label, .block-change input {
    width: 100%;
    text-align: left;
}

@media (max-width: 900px) {
    .block-change {
        padding-left: 0;
    }
}

.block-delivery .button-group {
    padding-left: 25%;
}

@media (max-width: 900px) {
    .block-delivery .button-group {
        padding-left: 0;
    }
}

.block-delivery label, .block-delivery .label {
    width: 25%;
}

@media (max-width: 900px) {
    .block-delivery label, .block-delivery .label {
        width: 100%;
    }
}

.block-delivery input {
    width: 75%;
}

@media (max-width: 900px) {
    .block-delivery input {
        width: 100%;
    }
}

.block-delivery .select2-container {
    width: 75% !important;
}

@media (max-width: 900px) {
    .block-delivery .select2-container, .block-user-info textarea {
        width: 100% !important;
    }
}

@media (max-width: 1200px) {
    .block-delivery {
        margin: 0;
    }
}

@media (max-width: 900px) {
    .block-delivery {
        max-width: 600px;
        margin: 0 auto 1.5625rem;
        width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
    }
}

.address-street {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    width: 75%;
}

.address-street .select2-container {
    width: 40% !important;
    margin-right: 0.625rem;
}

.address-street input {
    width: 60%;
}

@media (max-width: 600px) {
    .address-street {
        width: 100%;
    }
}

.address-group {
    padding-left: 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin-bottom: 1.25rem;
}

@media (max-width: 900px) {
    .address-group {
        padding-left: 0;
    }
}

.address-group__item {
    /*width: 33.333%;*/
    width: 25%;
}

.address-group__item label {
    width: 100%;
    text-align: left;
    margin-bottom: 0.3125rem;
}
.address-group__item input {
    width: 100%;
}

.address-group__item:not(:last-child) {
    margin-right: 0.625rem;
}
@media screen and (max-width: 1050px) and (min-width: 901px){
    .block-user-info .address-group__item label {
        font-size: 12px;
    }
}
@media screen and (max-width: 390px){
    .address-group {
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -5px;
        margin-right: -5px;
    }
    .address-group__item {
        width: 50%;
        padding-left: 5px;
        padding-right: 5px;
        padding-bottom: 10px;
    }
    .address-group__item:not(:last-child) {
        margin-right: 0;
    }
}
.checkbox-group__wrap {
    width: 75%;
}

.select2-container--default {
    text-align: left;
    font-size: 16px;
}

.checkbox-group__item label {
    width: auto;
}

.checkbox-group__item.error .checkbox-style:after {
    border-color: red;
}

.checkbox-group__item input:checked + label:before {
    content: '';
    display: block;
    position: absolute;
    left: 6px;
    top: 6px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    width: 5px;
    height: 10px;
    border-bottom: 2px solid #E8AB00 !important;
    border-right: 2px solid #E8AB00 !important;
}

.checkbox-style {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    cursor: pointer;
}

.checkbox-style:after {
    content: '';
    display: block;
    position: absolute;
    top: 3px;
    left: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #CCCCCC;
}

.order-page .heading-section {
    margin-bottom: 32px;
}

.forgot-pass {
    margin-bottom: 15px;
}

.order-page .checkbox-group__item label {
    width: 100%;
    text-align: left;
    padding-right: 0;
    color: #38383B;
    font-weight: normal;
    font-size: 14px;
    line-height: 26px;
    padding-left: 27px;
}

.step-button-group {
    text-align: left;
}

.step-button-group .checkbox-group__item {
    width: 100%;
    max-width: 100%;
    margin-bottom: 35px;
}

.step-button-group .checkbox-group__item label {
    color: #000;
}

.checkout-basket {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
    background: #fff;
}

.checkout-basket .basket-product__item {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    border-bottom: 1px solid #E0E0E0;
}

.checkout-basket__head {
    border-bottom: 1px solid #E0E0E0;
    height: 56px;
    padding: 0 15px;
    line-height: 56px;
    text-align: center;
    font-size: 23px;
    font-weight: 600;
}

.checkout-basket__total {
    height: 56px;
    padding: 0 15px;
    line-height: 56px;
    text-align: center;
}

.checkout-basket__total span {
    font-size: 23px;
    color: #D2092D;
    font-weight: 600;
}

.checkout-basket__body {
    max-height: 650px;
    overflow-y: auto;
    text-align: left;
}

.checkout-basket__body .basket-product__description {
    padding: 15px 45px;
}

.checkout-basket__body .basket-product__group {
    padding-right: 0;
    padding-bottom: 0;
}


.checkout-basket__body .basket-product__price {
    color: #38383B;
    font-size: 18px;
    line-height: 21px;
}

.input-field {
    position: relative;
}

.input-field.error:after {
    opacity: 1;
    visibility: visible;
}

.input-field.error input, .input-field.error textarea, .required-filed.error input, .required-filed.error textarea, .input-group.error input, .input-group.error textarea {
    box-shadow: inset 0 0 18px 2px #d2092d96;
    border-color: #D2092D !important;
}

.input-field:after {
    content: attr(data-error);
    position: absolute;
    top: 100%;
    right: 0;
    opacity: 0;
    margin-top: 5px;
    font-size: 13px;
    line-height: 15px;
    color: red;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.collection-page-section {
    padding: 24px 0 0;
}

.collection-page-section .collection-item {
    margin: 0 0 30px;
    display: block;
}

.collection-page-section .collection-item img {
    width: 100%;
    min-height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
}

.collection-page-section .container {
    position: relative;
    z-index: 5;
}

.collection-image-box {
    padding: 60px 0;
    position: relative;
    z-index: 1;
}

.collection-top-image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 55%;
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

.list-product--collection {
    border: none;
}

.content-box {
    background: #fff;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
    padding: 50px 125px;
}

.content-box__head {
    display: block;
    margin-bottom: 24px;
    font-size: 30px;
    line-height: 36px;
    font-family: 'Rubik-Medium', sans-serif;
}

.content-box__head:after {
    content: '';
    display: block;
    margin-top: 20px;
    width: 83px;
    height: 3px;
    background: #FEC118;
}

.content-box {
    font-size: 16px;
    line-height: 23px;
}

.content-box p {
    margin-bottom: 15px;
}

.content-box p:first-of-type {
    text-indent: 20px;
}

.search-result-box {
    padding-bottom: 55px;
}

.search-result-form {
    max-width: 100%;
    margin-right: 22px;
    margin-bottom: 10px;
}

.search-result-form form {
    position: relative;
}

.search-result-form form input {
    width: 350px;
    max-width: 100%;
    padding: 0 30px 0 18px;
    height: 35px;
    border: 1px solid #DDDDDD;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 25px;
    border-radius: 25px;
}

.search-result-form form button {
    position: absolute;
    right: 10px;
    top: 5px;
    background: none;
    font-size: 20px;
    border: none;
    color: #38383B;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.search-result-form form button:hover {
    color: #D2092D;
}

.search-result {
    margin-bottom: 10px;
    font-size: 14px;
    color: #B2B2B2;
}

.search-result span {
    color: #38383B;
}

.blog-item {
    margin-bottom: 30px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
}

.blog-item .detail {
    font-size: 16px;
    margin-top: 15px;
    color: #D2092D;
}

.blog-item__img {
    width: 230px;
}

.blog-item__img img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.blog-item__txt {
    width: -webkit-calc(100% - 230px);
    width: calc(100% - 230px);
    padding: 17px 20px 20px 43px;
    font-size: 14px;
    line-height: 18px;
}

.blog-item__name {
    display: block;
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.blog-item__date {
    display: block;
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 11px;
    color: #818181;
}

.section-text--border {
    border-top: 1px solid #DDDDDD;
}

.blog-page .content-box {
    width: 1270px;
    max-width: 100%;
    margin: 0 auto;
    margin-top: -95px;
    padding: 75px 130px 50px;
}

.blog-page .content-box strong {
    display: block;
    margin-bottom: 25px;
    font-size: 18px;
}

.over-x-box {
    max-width: 100%;
    overflow-x: auto;
}

.over-x-box table img {
    min-width: 150px;
}

.blog-page .content-box img {
    margin: 20px auto 40px;
}

.blog-page .content-box iframe {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

#reviews .ragistration-form .input-group {
    width: 100%;
}

blockquote {
    background: #F6F6F6;
    border: 1px solid #B0B0B0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-left: 5px solid #FEC118;
    padding: 15px 30px;
    margin-bottom: 22px;
}

.contact-page {
    margin-top: -107px;
}

.contact-page-top {
    padding: 125px 0 65px 0;
    position: relative;
}

.contact-page-top:before {
    content: '';
    z-index: 1;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 30%;
    right: 0;
    background: url(../images/contact.jpg) 0% 50% no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.contact-page-top .container {
    position: relative;
    z-index: 5;
    width: 1160px;
}

.contact-page-map img {
    max-width: none;
    max-height: none;
}

.contact-page-map .map {
    width: 100%;
    height: 800px;
}

.contact-box {
    width: 465px;
    max-width: 100%;
    margin-right: 130px;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 14px rgba(0, 0, 0, 0.25);
    padding: 35px 70px;
}

.contact-box .content-box__head {
    margin-bottom: 21px;
}

.blogs-section {
    padding: 20px 0 0;
}

.contact-form {
    width: 360px;
    max-width: 100%;
    padding-top: 30px;
}

.contact-form .btn {
    margin-top: 13px;
    min-width: 170px;
}

.contact-form__head {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
    font-weight: 600;
}

.input-group {
    position: relative;
    margin-bottom: 22px;
}

.input-group:after {
    content: attr(data-error);
    position: absolute;
    right: 0;
    top: 100%;
    margin-top: 2px;
    visibility: hidden;
    opacity: 0;
    font-size: 14px;
    color: #D2092D;
}

.input-group.error:after {
    opacity: 1;
    visibility: visible;
}

.input-group .icon, .input-group label {
    position: absolute;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
}

.input-group input, .input-group textarea {
    width: 100%;
    height: 40px;
    padding: 0 10px;
    background: rgba(255, 255, 255, 0.9);
    border: 1px solid #D0D0D0;
    line-height: 18px;
    font-size: 14px;
    font-family: 'Rubik-Regular', sans-serif;
    color: #202C45;
}

.input-group textarea {
    height: 165px;
    resize: none;
}

.input-group label {
    top: 10px;
    left: 10px;
    z-index: 4;
    pointer-events: none;
    line-height: 18px;
    font-size: 14px;
    color: #515969;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.input-group input:focus ~ label, .input-group textarea:focus ~ label, .input-group.active label {
    top: -17px;
    line-height: 18px;
    font-size: 14px;
    color: #FFF;
}

.input-group input:focus ~ .icon, .input-group textarea:focus ~ .icon, .input-group.active .icon {
    color: #fff;
}

.contact-phone {
    margin-bottom: 30px;
}

.contact-phone span {
    display: block;
    margin-bottom: 8px;
    line-height: 23px;
    font-size: 18px;
    color: #7B7B7B;
}

.contact-phone a {
    display: block;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
}

.contact-phone a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
}

.found-page {
    padding: 150px 0;
    text-align: center;
    color: #fff;
    font-size: 20px;
    line-height: 26px;
    background: url(../images/404.jpg) 50% 50% no-repeat;
}

.found-page .content-box__head {
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}

.found-page .content-box__head:after {
    margin: 20px auto 0;
}

.found-page .btn {
    margin-top: 40px;
}

.found-big {
    font-size: 144px;
    line-height: 100px;
    margin-bottom: 50px;
}

.found-text {
    width: 450px;
    max-width: 100%;
    margin: 0 auto;
}

.registration-section {
    position: relative;
}

/*  .registration-section .container {    width: 100%;    max-width: 1920px; }*/
.ragistration-form {
    width: 565px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 70px;
}

.ragistration-form .input-group {
    width: 475px;
    max-width: 100%;
    position: relative;
    margin-bottom: 50px;
}

.ragistration-form .input-group i {
    position: absolute;
    right: 0;
    top: 0;
    width: 30px;
    text-align: center;
    line-height: 38px;
    color: #CCCCCC;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.ragistration-form .input-group input {
    height: 38px;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 1px solid #949494;
}

.ragistration-form .input-group input:focus ~ label, .ragistration-form .input-group textarea:focus ~ label, .ragistration-form .input-group.active label {
    color: #D2092D;
}

.ragistration-form .input-group input:focus ~ label ~ i, .ragistration-form .input-group textarea:focus ~ label ~ i, .ragistration-form .input-group.active label ~ i {
    color: #D2092D;
}

.register-bg {
    width: 50%;
    position: relative; /*background: url(../images/regist.jpg) no-repeat;  -webkit-background-size: cover;  background-size: cover;*/
}

.register-bg * {
    position: relative;
    z-index: 4;
}

/*.register-bg:after {  content: '';  position: absolute;  z-index: 1;  top: 0;  left: 0;  bottom: 0;  width: 125%;  background: url(../images/regist.jpg) no-repeat;  -webkit-background-size: cover;  background-size: cover;}*/
.register-caption {
    width: 685px;
    margin: 0 auto;
    padding: 0 15px;
    font-size: 18px;
    line-height: 27px;
    color: #000;
    text-align: center;
}

.register-caption b {
    display: block;
    margin-bottom: 35px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
}

.regist-head {
    display: block;
    margin-bottom: 50px;
    font-size: 36px;
    line-height: 43px;
    font-weight: 600;
}

.regist-head p {
    margin-top: 20px;
    font-size: 20px;
    line-height: 21px;
    font-family: 'Rubik-Regular', sans-serif;
}

.regist-head p a {
    color: #D2092D;
}

.regist-head p a:hover {
    text-decoration: underline;
}

.regist-notate {
    font-size: 16px;
    line-height: 26px;
    color: #7D7373;
    margin-bottom: 42px;
}

.regist-notate a {
    color: #D2092D;
}

.regist-notate a:hover {
    text-decoration: underline;
}

.faq-section--nobrd {
    border-top: none;
}

.ragistration-form .flex-wrap.between-xs {
    margin-bottom: 55px;
    width: 475px;
    max-width: 100%;
}

.ragistration-form .flex-wrap.between-xs a {
    color: #D2092D;
}

.ragistration-form .flex-wrap.between-xs a:hover {
    text-decoration: underline;
}

.ragistration-form .checkbox-style {
    padding-left: 30px;
}

.ragistration-form .checkbox-style:after {
    top: 0;
}

.ragistration-form .checkbox-group__item input:checked + label:before {
    top: 3px;
}

.checkout-finish-section {
    position: relative;
}

.checkout-finish {
    width: 540px;
    margin: 0 auto;
    max-width: 100%;
    padding: 80px 0;
}

.checkout-finish p {
    margin-bottom: 50px;
}

.checkout-finish .btn {
    height: 40px;
    line-height: 40px;
    min-width: 170px;
}

.checkout-bg {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 50%;
    background: url(../images/order.jpg) no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.checkout-finish-head {
    font-size: 36px;
    line-height: 43px;
    margin-bottom: 30px;
    font-weight: 600;
}

.cabinet-section {
    padding: 0 0 65px;
}

.cabinet-section .tab-slider {
    margin-bottom: 35px;
}

.cabinet-section .tab-general-box {
    width: 1270px;
    margin: 0 auto;
    max-width: 100%;
}

.order-container {
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.order-head {
    background: #F6F6F6;
    height: 73px;
    border: 1px solid #B0B0B0;
}

.order-item {
    border-bottom: 1px solid #B0B0B0;
}

.order-item.active .order-item__head, .order-item__head:hover {
    background: #F4F4F4;
}

.order-head .order-col {
    font-size: 18px;
}

.order-item:last-child {
    border-bottom: none;
}

.order-item.active .order-item__head .order-col img {
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
}

.order-col {
    width: 19%;
    -ms-flex-preferred-size: 19%;
    -webkit-flex-basis: 19%;
    flex-basis: 19%;
    max-width: 19%;
    padding: 0;
    font-size: 14px;
    line-height: 73px;
}

.order-col:last-child {
    width: 5%;
    -ms-flex-preferred-size: 5%;
    -webkit-flex-basis: 5%;
    flex-basis: 5%;
    max-width: 5%;
}

.order-col:last-child img {
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.order-item__head {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
}

.order-item__head .order-col {
    height: 65px;
    line-height: 65px;
}

.complite {
    color: #009F23;
}

.not-complite {
    color: #D2092D;
}

.order-item__body {
    display: none;
    border-top: 1px solid #DDD;
}

.basket--color span, .basket--size span, .color, .to-wish-list i {
    display: inline-block;
    vertical-align: middle;
}

.order-body__product {
    width: 60%;
    -ms-flex-preferred-size: 60%;
    -webkit-flex-basis: 60%;
    flex-basis: 60%;
    max-width: 60%;
    border-right: 1px solid #DDD;
    padding: 30px 15px;
}

.order-body_-delivery {
    padding: 50px;
    width: 40%;
    -ms-flex-preferred-size: 40%;
    -webkit-flex-basis: 40%;
    flex-basis: 40%;
    max-width: 40%;
}

.order-body_-delivery table {
    width: 330px;
    max-width: 100%;
}

.order-body_-delivery table tr td {
    height: 40px;
    vertical-align: middle;
    padding-right: 20px;
}

.order-body_-delivery table tr td:first-child {
    font-size: 18px;
    line-height: 23px;
    color: #7B7B7B;
}

.order-body_-delivery table tr td:last-child {
    font-size: 16px;
    line-height: 23px;
}

.order-list {
    margin-bottom: 40px;
    font-size: 14px;
    line-height: 25px;
}

.order-list-img {
    width: 20%;
    min-width: 100px;
}

.order-list-img img {
    margin: 0 auto;
}

.order-list-name {
    padding-left: 30px;
    width: 30%;
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

.order-list-count {
    padding: 0 15px;
    width: 25%;
    color: #38383B;
    text-align: center;
}

.order-list-price {
    width: 25%;
    color: #3A4A69;
    text-align: center;
}

.order-body_-delivery table {
    width: 100%;
}

.order-body_-delivery table tr {
    background: none !important;
}

.order-body_-delivery table tr td {
    text-align: left;
}

.cabiner-box {
    width: 900px;
    max-width: 100%;
    margin: 0 auto;
    background: #FFFFFF;
    -webkit-box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.25);
    -webkit-border-radius: 2px;
    border-radius: 2px;
}

.modal-button {
    text-align: center;
    padding: 15px 0 0;
}

.modal-button a {
    margin: 0 10px 10px;
}

.modal__title {
    text-align: center;
    font-family: FuturaNewMedium, sans-serif;
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
    margin-bottom: 40px;
    border-bottom: 1px solid #202C45;
}

.modal__title--wb {
    border-bottom: none;
}

.modal__title svg {
    width: 100px;
    height: 100px;
    display: block;
    margin: 0 auto 10px;
}

.modal {
    width: 600px;
    max-width: 100%;
}

.modal .ragistration-form {
    padding-bottom: 0;
}

.modal .ragistration-form .input-group {
    width: 100%;
}

.modal .label-field, .modal input, .modal textarea {
    width: 100%;
    font-family: 'Rubik-Regular', sans-serif;
    text-align: left;
}

#modalWishDelete .modal__content, #modalWish .modal__content {
    padding-bottom: 20px;
}

.cabinet-row {
    margin-bottom: 25px;
}

.cabinet-info__left {
    width: 50%;
    padding: 30px 30px 15px 30px;
}

.cabinet-info__left span {
    width: calc(100% - 220px);
}

.cabinet-info__left span:first-child {
    width: 220px;
    padding-right: 15px;
    font-size: 18px;
    line-height: 23px;
    color: #7B7B7B;
    text-align: left;
}

.cabinet-info__left span:first-child i {
    width: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    font-size: 20px;
    color: #C5C5C5;
}

.cabinet-info__left span:first-child i.icon-w-envelope {
    font-size: 12px;
}

.cabinet-info__left span:first-child i.icon-w-user-silhouette {
    font-size: 16px;
}

.cabinet-info-top .cabinet-info__left span {
    width: 100% !important;
    text-align: left;
    display: block;
}

.cabinet-info-top .cabinet-info__left span:last-child {
    padding-left: 30px;
}

.cabinet-info-top {
    border-bottom: 1px solid #E0E0E0;
}

.cabinet-info__right {
    width: 50%;
    border-left: 1px solid #E0E0E0;
    padding: 30px 15px 15px 30px;
    text-align: left;
}

.cabinet-info__right ul {
    display: block;
    padding: 0;
    margin: 0;
}

.cabinet-info__right ul li {
    display: block;
    margin-bottom: 25px;
}

.cabinet-info__right ul li a {
    color: #D2092D;
    font-size: 18px;
}

.cabinet-info__right ul li a:hover {
    text-decoration: underline;
}

.cabiner-box--child {
    padding: 36px 49px;
    text-align: left;
}

.cabiner-box--child form {
    padding: 50px 0 0;
    width: 360px;
    max-width: 100%;
}

.cabiner-box--child form .input-group {
    margin-bottom: 47px;
}

.cabiner-box--child .input-group input:focus ~ label, .cabiner-box--child .input-group textarea:focus ~ label, .cabiner-box--child .input-group.active label {
    color: #38383B;
}

.cabiner-box--child table {
    margin: 30px 0;
}

.cabiner-box--child table thead {
    background: #e4e4e4;
}

.cabinet-info-bottom {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.cabinet-info-bottom .cabinet-info__left:nth-child(2) {
    border-left: 1px solid #E0E0E0;
}
.cabinet-info-bottom .cabinet-info__left {
    width: 50%;
    text-align: left;
}
.product-wish .prod-item {
    margin: 0 0 30px;
}

.product-wish {
    text-align: center;
}

.checkout-basket__discount {
    padding-top: 15px;
}

.checkout-basket__discount .product__name {
    margin-top: 0;
    margin-bottom: 0;
}

@media only screen and (max-width: 1600px) {
    .list-col__head {
        font-size: 17px;
    }

    .footer-feedback {
        padding-left: 0;
    }

    .prod-slider-container, .js_collection_slider, .catalog-slider {
        padding: 0 30px;
    }

    .tab-general-box {
        padding: 0;
    }

    .phone-box {
        width: auto;
    }

    .top-header-navigation li {
        margin-left: 20px;
    }

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

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

    .social ul li {
        margin-right: 20px;
    }

    .top-banner__caption {
        padding: 0 70px;
    }

    .footer-middle {
        padding: 45px 0;
    }

    .catalog-section {
        margin-top: 0;
    }

    .catalog-item {
        margin: 10px 25px 0;
    }
}

@media only screen and (max-width: 1300px) {
    .contact-page-map .map {
        height: 600px;
    }

    .contact-box {
        margin-right: 50px;
        margin-left: 50px;
    }

    .blog-page .content-box {
        margin-top: 0;
    }

    .content-box, .blog-page .content-box {
        padding: 30px;
    }

    .product-info {
        padding-left: 0;
    }

    .check-box label {
        height: 34px;
        line-height: 32px;
        padding: 0 15px;
    }

    .check-box {
        margin-right: 10px;
        margin-bottom: 10px;
    }

    .top-banner__caption b {
        font-size: 40px;
        line-height: 46px;
        margin-bottom: 15px;
    }

    .top-banner__caption {
        font-size: 26px;
        line-height: 30px;
    }

    .top-banner__caption .btn {
        margin-top: 30px;
    }

    .slick-dots {
        bottom: 15px;
    }

    .search-products, .section-products, .section-collection, .section-our-plus, .section-category, .faq-section, .section-sale, .section-text {
        padding: 40px 0;
    }

    .colection__hover b {
        font-size: 26px;
        line-height: 30px;
        margin-bottom: 10px;
    }

    .bottom-header ul li {
        margin: 0;
    }

    .bottom-header ul li a, .bottom-header ul li span {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1279px) {
    .order-col {
        padding: 0 15px;
    }
}

@media only screen and (max-width: 1199px) {
    .block-user-info label, .block-user-info .label {
        font-size: 14px;
    }

    .catalog-item {
        margin-left: 10px;
        margin-right: 10px;
    }

    .bottom-header ul li a, .bottom-header ul li span {
        font-size: 14px;
        padding: 0 20px;
    }

    .contact-page-map .map {
        height: 500px;
    }

    .contact-page {
        margin-top: -58px;
    }

    .breadcrumbs {
        padding: 15px 0;
    }

    .catalog-filter__body {
        padding-left: 0;
    }

    .top-header-navigation li {
        margin-left: 10px;
    }

    .top-header-navigation li a, .top-header-navigation li span {
        font-size: 14px;
    }

    .mobile .bottom-header ul li a, .mobile .bottom-header ul li span {
        padding: 0 10px;
    }

    .laung-nav {
        margin-left: 25px;
    }

    .logo {
        max-width: 130px;
    }

    .phone-box a {
        font-size: 16px;
        font-family: 'Rubik-Regular', sans-serif;
    }

    .tab-slider li a {
        height: 40px;
        line-height: 40px;
        font-size: 18px;
    }

    .colection__hover {
        font-size: 16px;
        line-height: 22px;
    }

    .colection__hover b {
        font-size: 20px;
        line-height: 26px;
    }

    .collection-item:hover .colection__hover {
        top: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        padding-top: 30px;
    }

    .category-item span {
        font-size: 20px;
        line-height: 26px;
    }

    .tab-faq li a {
        padding: 10px 15px;
    }

    .sale-item {
        font-size: 18px;
        line-height: 24px;
    }

    .footer-top, .footer-middle {
        padding: 30px 0;
    }

    .footer-copy {
        padding-bottom: 15px;
    }

    .footer-feedback form input {
        width: 100%;
        margin: 0 0 15px;
    }

    /*.footer-feedback form .btn {    width: 100%; }*/
}

@media only screen and (max-width: 1023px) {
    .content table td {
        padding: 3px;
        font-size: 14px;
    }
    
    .content table strong {
        font-size: 14px !important;
    }
    .cabinet-info-bottom .cabinet-info__left:first-child {
        border-bottom: 1px solid #E0E0E0
    }
    .cabinet-info-bottom .cabinet-info__left:nth-child(2) {
        border-left: none;
    }
    .cabinet-info-bottom .cabinet-info__left,
    .cabinet-info__left, .cabinet-info__right {
        width: 100%;
        max-width: 100%;
        /* padding: 15px 30px; */
    }

    .cabiner-box--child form .input-group {
        margin-bottom: 30px;
    }

    .cabinet-info__right {
        border-left: none;
        border-top: 1px solid #E0E0E0;
    }

    .order-body_-delivery, .order-body__product {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .order-body__product {
        border-right: none;
        border-bottom: 1px solid #DDD;
    }

    .checkout-bg {
        display: none;
    }

    .register-bg {
        display: none;
        width: 100%;
        padding-top: 30px !important;
        padding-bottom: 30px !important;
    }

    .found-page {
        padding: 50px 0;
    }

    .contact-page-top {
        padding: 50px 0;
    }

    .contact-page-top:before {
        left: 0;
    }

    .contact-box {
        margin: 0 auto 50px;
    }

    .contact-form {
        width: 465px;
        margin: 0 auto;
    }

    .contact-page-map .map {
        height: 400px;
    }

    .blog-item__img img {
        width: 100%;
    }

    .blog-item__img, .blog-item__txt {
        width: 100%;
    }

    .collection-top-image {
        width: 100%;
    }

    .colection__button {
        bottom: 50px;
    }

    .collection-item:hover .colection__hover {
        height: calc(100% - 60px);
    }

    .tab-checkout {
        padding-bottom: 30px;
    }

    .checkout-basket {
        margin-bottom: 30px;
    }

    .step-container {
        margin: 0 auto 30px;
        padding: 30px 15px;
    }

    .checkout-section form {
        width: 550px;
        max-width: 100%;
        margin: 0 auto;
    }

    .basket-product__group {
        padding-right: 0;
        padding-bottom: 30px;
    }

    .to-wish-list {
        top: 35px;
        right: auto;
        left: 0;
    }

    .basket-product__group .to-wish-list {
        top: auto;
        bottom: 0;
    }

    .basket-product__description {
        padding: 15px 25px;
    }

    .basket-section .heading-section {
        margin-bottom: 35px;
    }

    .product-info {
        width: 100%;
        padding-top: 30px;
    }

    .catalog-filter {
        padding: 25px 0;
    }

    .filter-product span.fjt-span {
        display: block;
        text-align: center;
        margin-right: 0;
    }

    .product__price {
        font-size: 20px;
        line-height: 26px;
    }

    .top-header-left, .bottom-header {
        display: none;
    }

    .menu-button-general {
        display: block;
    }

    .phone-box, .phone-box a {
        display: block;
    }

    .foot-logo {
        margin-bottom: 20px;
    }

    .foot-logo img {
        margin: 0 auto;
    }

    .footer-feedback {
        padding-top: 25px;
        width: 600px;
        margin: 0 auto;
        max-width: 100%;
    }

    .check-box {
        margin-right: 0;
    }

    .top-header {
        padding: 10px 0;
    }

    .logo {
        margin-right: 15px;
    }

    .middle-right-nav {
        padding-left: 15px;
    }

    .middle-right-nav a, .middle-right-nav span {
        margin-left: 20px;
    }

    .middle-right-nav a:first-child {
        margin-left: 0;
    }

    /*.top-banner-item img {*/
    /*min-height: 450px;*/
    /*-o-object-fit: cover;*/
    /*object-fit: cover; }*/
    .head-search {
        font-size: 20px;
    }

    .tab-faq li a {
        font-size: 18px;
    }
}

@media only screen and (max-width: 767px) {
    .tab-slider li a {
        font-size: 16px;
        padding: 0 20px;
    }

    .cabiner-box--child {
        padding: 30px;
    }

    .order-head .order-col, .order-list-name {
        font-size: 16px;
    }

    .order-col {
        height: auto;
        line-height: 24px;
    }

    .order-item__head .order-col {
        height: 50px;
        line-height: 50px;
    }

    .order-head {
        height: auto;
    }

    blockquote {
        padding: 15px;
    }

    .regist-head {
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 30px;
    }

    .blog-page .content-box img {
        margin: 10px auto 20px;
    }

    .blog-item__txt {
        padding: 15px;
    }

    .search-result-box {
        padding-bottom: 30px;
    }

    .content-box__head {
        font-size: 24px;
        line-height: 28px;
    }

    .checkout-finish {
        padding: 80px 0;
    }

    .heading-section, .checkout-finish-head {
        font-size: 24px;
        line-height: 28px;
    }

    .our-plus__txt b {
        margin-bottom: 10px;
    }

    .tab-faq li a {
        font-size: 16px;
        line-height: 20px;
    }

    .footer-top {
        display: none;
    }

    .footer-copy {
        text-align: center;
    }

    .footer-copy .align-right {
        text-align: center;
    }

    .footer {
        text-align: center;
    }

    .foot-nav {
        margin-bottom: 25px;
    }

    .foot-nav ul li {
        padding: 0 15px;
    }

    .top-banner__caption b {
        font-size: 36px;
    }
}

@media only screen and (max-width: 599px) {
    .prod-bott-btn {
        white-space: normal;
    }

    .list-product .row .col-xs-6 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .product-wish .catalog-product-slider {
        height: 260px;
        line-height: 250px;
    }

    .prod-slider-container, .js_collection_slider, .catalog-slider {
        margin: 0 -15px;
    }

    .order-list-img img {
        margin: 0;
    }

    .order-list-count {
        text-align: left;
    }

    .order-list-price {
        text-align: right;
    }

    .order-list-name {
        text-align: right;
        padding-right: 0;
    }

    .cabinet-info__left, .cabinet-info__right {
        padding: 15px;
    }

    .cabinet-row {
        display: block;
        margin-bottom: 15px;
    }

    .cabinet-info__left span:first-child, .cabinet-info__left span {
        display: block;
        width: 100%;
        font-size: 16px;
        padding: 0;
        text-align: left;
    }

    .cabiner-box--child {
        padding: 15px;
        padding-bottom: 30px;
    }

    .order-container {
        margin: 0 -15px;
    }

    .order-body_-delivery {
        padding: 30px 15px;
    }

    .order-body_-delivery table {
        width: 100%;
    }

    .order-body_-delivery table tr td:first-child {
        font-size: 14px;
        padding: 2px 10px;
    }

    .order-head .order-col, .order-list-name {
        font-size: 12px;
        line-height: 18px;
        padding: 0 5px;
    }

    .order-item__head .order-col {
        height: auto;
        font-size: 11px;
        line-height: 18px;
        padding: 10px 2px;
    }

    .order-list {
        margin-bottom: 25px;
    }

    .order-list-img {
        width: 30%;
    }

    .order-list-name {
        width: 65%;
    }

    .order-list-count, .order-list-price {
        width: 50%;
    }

    .order-body_-delivery table tr td:last-child {
        font-size: 14px;
    }

    .header .phone-box {
        width: auto;
        position: relative;
        z-index: 55;
    }

    .header .phone-box .icon-phone {
        display: block;
        font-size: 26px;
        line-height: 30px;
        cursor: pointer;
    }

    .header .phone-box a {
        width: 190px;
        padding: 2px 10px;
        height: auto;
        position: absolute;
        right: -25px;
        margin: 0;
        white-space: nowrap;
        top: 45px;
        background: #fff;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    .header .phone-box .icon-phone:hover ~ a, .header .phone-box:hover a {
        visibility: visible;
        opacity: 1;
        pointer-events: auto;
    }

    .header .phone-box a:first-child {
        margin-top: 0;
    }

    .header .phone-box a:nth-child(2) {
        margin-top: 25px;
    }

    .header .phone-box a:nth-child(3) {
        margin-top: 50px;
    }

    .contact-box {
        padding: 20px 15px;
    }

    .content-box, .blog-page .content-box {
        padding: 15px;
    }

    .blog-page .content-box strong {
        margin-bottom: 15px;
    }

    .content-box {
        padding: 30px 15px;
    }

    .checkout-basket__body .basket-product__description {
        padding: 15px;
    }

    .basket-product__image {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #E0E0E0;
    }

    .basket-product__image img {
        margin: 0 auto;
    }

    .product-info__other-pr a {
        width: 70px;
        height: 70px;
        line-height: 70px;
    }

    .basket-product__description {
        width: 100%;
    }

    .basket-product__top {
        padding-right: 30px;
    }

    .product-info__name {
        font-size: 24px;
        line-height: 28px;
    }

    .other-product .tab-slider li, .tab-checkout li {
        display: block;
    }

    .slider-nav {
        float: none;
        width: 100%;
        max-width: 100%;
        padding: 0 30px;
        margin-top: 15px;
    }

    .slider-nav .slick-arrow.slick-next, .slider-nav .slick-arrow.slick-prev {
        bottom: auto;
        top: 50%;
    }

    .slider-nav .slick-slide {
        margin: 0 5px;
    }

    .slider-for {
        width: 100%;
        margin-left: 0;
    }

    .list-product .row .col-xs-6 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .catalog-item {
        margin: 10px 5px 0;
    }

    .catalog-item span {
        font-size: 16px;
    }

    .select2-container--default .select2-selection--single .select2-selection__rendered {
        padding: 0;
    }

    .pagination-container ul li {
        margin: 0 2px;
    }

    .select-field .select2-container {
        min-width: 100%;
    }

    .catalog-filter__head {
        font-size: 18px;
        height: 60px;
        line-height: 60px;
    }

    .catalog-filter__head .catalog-filter__head-text:before {
        line-height: 60px;
    }

    .list-product {
        padding: 25px 0 0;
    }

    .filter-product {
        margin-bottom: 35px;
    }

    .filter-product span.fjt-span, .filter-product .select-field {
        display: block;
        margin-right: 0;
    }

    .catalog-filter__body {
        padding: 20px 0 0;
    }

    .logo, .phone-box {
        max-width: 220px;
        width: 220px;
        margin: 0 auto 10px;
    }

    .phone-box {
        width: 180px;
    }

    .middle-header {
        padding-bottom: 0;
    }

    .top-banner .slick-arrow.slick-prev {
        left: 10px;
    }

    .top-banner .slick-arrow.slick-next {
        right: 10px;
    }

    .top-banner__caption b {
        font-size: 26px;
        line-height: 30px;
    }

    .top-banner__caption {
        padding: 0 60px;
        font-size: 18px;
        line-height: 24px;
    }

    .button-group .btn {
        min-width: 1px;
    }

    .tab-slider {
        border: none;
    }

    .prod-item {
        padding: 20px 10px 15px;
    }

    .prod__img a {
        height: 260px;
        line-height: 250px;
    }

    .prod__img a img {
        width: auto;
        height: auto; /*max-height: 250px; */
    }

    .colection__hover {
        font-size: 14px;
        line-height: 20px;
    }

    .check-box label {
        padding: 0 5px;
        font-size: 14px;
    }

    .tab-faq, .faq-tab .tab-container {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        -webkit-flex-basis: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .faq-tab .tab-container .tab-box {
        padding: 15px;
    }

    .faq-tab .tab-container {
        height: auto !important;
        max-height: 320px;
    }

    .tab-faq li a.active:before {
        display: none;
    }

    .foot-nav ul li {
        width: 100%;
    }

    .footer .phone-box {
        margin: 0 auto;
    }
}

@media only screen and (max-width: 480px) {
    .catalog-product-slider {
        height: 260px;
        line-height: 260px;
    }

    .product-wish .row .col-xs-6 {
        width: 100%;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .tab-slider li {
        display: block;
    }

    .phone-box {
        width: 100%;
    }
}

/* new */
.tab-title-sub {
    margin-bottom: 10px;
}

#editInfo .input-group label {
    top: -22px;
    line-height: 18px;
    font-size: 14px;
}

.data-area {
    display: none;
}

.fancybox-slide--html .fancybox-content {
    overflow: visible;
}

.slider-for .slick-list {
    overflow: visible;
}

.product-info {
    position: relative;
    z-index: 1;
}

@media screen and (min-width: 1024px) {
    .product-slider {
        height: 100%;
    }

    .slider-for .slick-list, .slider-for .slick-track, .slider-for .slick-slide {
        height: 100%;
    }

    .slider-for {
        height: -webkit-calc(100% - 15px);
        height: calc(100% - 15px);
    }

    .slider-for .slick-slide {
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
}

@media only screen and (max-width: 767px) {
    .top-banner-item {
        padding-bottom: 100px;
    }

    .top-banner__caption {
        bottom: 30px;
        top: auto;
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        text-align: center;
    }

    .top-banner-slider .slick-dots {
        bottom: 0;
    }

    .top-banner-slider .slick-dots li button {
        border-color: #FEC118;
    }
}

.zoomContainer {
    z-index: 10;
}

.zoomWindow {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -ms-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
}

.action-block-wrap {
    position: fixed;
    bottom: 30px;
    right: -100%;
    background: #ffffff;
    box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.4);
    width: 100%;
    max-width: 380px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
    z-index: 11;
}
.action-block {
    position: relative;
    z-index: 1;
    padding: 0px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
}

.action-block-wrap.show {
    right: 30px;
    opacity: 1;
    visibility: visible;
}

.action-block__img {
    width: 100%;
    margin-right: 0px;
}

.action-block__img img{
    width: 100%;
}

.action-block__text {
    width: -webkit-calc(100% - 120px);
    width: calc(100% - 145px);
    line-height: 1.4;
    font-size: 14px;
    padding: 10px;
}
.action-block__title {
    font-family: 'Rubik-Medium', sans-serif;
    font-size: 20px;
    color: #D2092D;
    margin-bottom: 15px;
}
.action-block__text p {
    margin-bottom: 0;
}
.action-block__close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    z-index: 2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
.action-block__close:hover {
    opacity: .8;
}
.action-block__close:before, .action-block__close:after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    background: #D2092D;
    width: 3px;
}
.action-block__close:before {
    left: 10px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.action-block__close:after {
    right: 7px;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#mob-popup-btn{
    display: none;
    position: fixed;
    right: 30px;
    bottom: 100px;
}
.popup-btn-link{
    cursor: pointer;
    display: inline-block;
    position: relative;
    font-size: 18px;
    line-height: 44px;
    height: 45px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    color: #000000;
    background: #FFC72C;
    border: none;
    padding: 0 15px;
    text-align: center;
    min-width: 140px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}
/***** 22.11 ***/
@media screen and (max-width: 1024px){
    .action-block-wrap {
        bottom: unset;
        top: 210px;
    }
}

@media screen and (max-width: 767px){
    #mob-popup-btn{
        display: block;
    }
}
@media screen and (max-width: 480px){
    .action-block-wrap {
        top: 180px;
        max-width: 340px;
    }
    .action-block, .action-block__img, .action-block__img img{
        height: 100%;
    }
}
@media screen and (max-width: 375px) {
    .action-block-wrap {
        top: 120px;
        max-width: 280px;
        
    }
    .action-block__text {
        padding: 40px 10px 20px;
    }

}
@media screen and (max-width: 320px){
    .action-block-wrap{
    }
    .action-block-wrap.show {
        right: 15px;
    }
}
.form-item{
    position: relative;
}
.form-item .form-error, .form-item .form-error-min {
    position: absolute;
    bottom: 0;
    left: 0;
    display: none;
    color: #de3737;
    font-size: 12px;
    font-weight: 300;
}
/******  fixes 19.02  ******/
.viber-header {
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    max-width: 22px;
}
.contact-phone .viber-contact{
    max-width: 22px;
    margin-left: 8px;
    margin-right: 0px;
}
.viber-fixed {
    position: fixed;
    bottom: 40px;
    left: 40px;
    z-index: 100;
}
.viber-fixed img{
    max-width: 50px;
    display: inline-block;
}
.custom-catalog-col {
    margin-bottom: 30px;
}
.close-wrap{
    position: absolute;
    top: 5px;
    right: 8px;
    padding: 25px;
	z-index:2;
}