* {margin: 0; padding: 0; outline: none; vertical-align: baseline; -ms-text-size-adjust: 100%; -webkit-text-size-adjust: 100%; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-focus-ring-color: rgba(0, 0, 0, 0);}
*::-moz-focus-inner {border: 0; padding: 0;}
*:focus {outline: none;}
::selection {background-color: rgba(45,156,219,.4);}
*, *:before, *:after {-webkit-box-sizing: border-box; box-sizing: border-box;}
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li,fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; font-size: 100%; font: inherit;}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section, main {display: block;}
audio, canvas, img, svg {vertical-align: middle;}
iframe, video {vertical-align: top; width: 100%;}


/*====================================================
   Fonts
====================================================*/
/*100*/
@font-face {
   font-family: "RobotoThin";
   src:  url('fonts/RobotoThin/roboto-thin_allfont.ru-webfont.eot');
   src:  url('fonts/RobotoThin/roboto-thin_allfont.ru-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/RobotoThin/roboto-thin_allfont.ru-webfont.woff') format('woff'),
         url('fonts/RobotoThin/roboto-thin_allfont.ru-webfont.ttf') format('truetype');
   font-weight: normal;
   font-style: normal;
}
/*300*/
@font-face {
   font-family: "RobotoLight";
   src:  url("fonts/RobotoLight/RobotoLight.eot");
   src:  url("fonts/RobotoLight/RobotoLight.eot?#iefix")format("embedded-opentype"),
         url("fonts/RobotoLight/RobotoLight.woff") format("woff"),
         url("fonts/RobotoLight/RobotoLight.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}
/*normal*/
@font-face {
   font-family: "RobotoRegular";
   src:  url("fonts/RobotoRegular/RobotoRegular.eot");
   src:  url("fonts/RobotoRegular/RobotoRegular.eot?#iefix")format("embedded-opentype"),
         url("fonts/RobotoRegular/RobotoRegular.woff") format("woff"),
         url("fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}
/*500*/
@font-face {
   font-family: "RobotoMedium";
   src: url("fonts/RobotoMedium/RobotoMedium.eot");
   src: url("fonts/RobotoMedium/RobotoMedium.eot?#iefix")format("embedded-opentype"),
   url("fonts/RobotoMedium/RobotoMedium.woff") format("woff"),
   url("fonts/RobotoMedium/RobotoMedium.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}
/*700, bold normal*/
@font-face {
   font-family: "RobotoBold";
   src:  url("fonts/RobotoBold/RobotoBold.eot");
   src:  url("fonts/RobotoBold/RobotoBold.eot?#iefix")format("embedded-opentype"),
         url("fonts/RobotoBold/RobotoBold.woff") format("woff"),
         url("fonts/RobotoBold/RobotoBold.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}
/*900*/
@font-face {
   font-family: "RobotoBlack";
   src:  url("fonts/RobotoBlack/RobotoBlack.eot");
   src:  url("fonts/RobotoBlack/RobotoBlack.eot?#iefix")format("embedded-opentype"),
         url("fonts/RobotoBlack/RobotoBlack.woff") format("woff"),
         url("fonts/RobotoBlack/RobotoBlack.ttf") format("truetype");
   font-style: normal;
   font-weight: normal;
}


/*====================================================
   Global
====================================================*/
html, body {height: 100%;}
body {background: #EBEBEB; font-family: "RobotoRegular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; line-height: 1.4; color: #313C47;}
body.locked {overflow: hidden;}

/*inner*/
.inner {max-width: 1408px; padding: 30px 50px; margin: 0 auto 20px; background: #FFF; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);}
.content__top .inner {padding: 17px 50px;}
.inner.inner_simple {max-width: 1508px; padding-top: 0; padding-bottom: 0; background: none; box-shadow: none;}
.inner.inner_no-padding {max-width: 1408px; padding: 0;}

@media screen and (max-width: 1479px) {
   .inner {padding: 30px 30px 40px;}
   .content__top .inner {padding: 17px 30px;}
}
@media screen and (max-width: 767px) {
   .inner {padding: 30px 20px;}
   .content__top .inner {padding: 15px 20px;}
}
@media screen and (max-width: 413px) {
   .inner {padding: 20px;}
}

/*mobile/tablet/desktop blocks*/
@media screen and (min-width: 1025px) {
   .tablet-block {display: none !important;}
   .desktop-hidden {display: none !important;}
}
@media screen and (max-width: 1024px) {
   .desktop-block {display: none !important;}
}
@media screen and (min-width: 768px) {
   .mobile-block {display: none !important;}
}
@media screen and (max-width: 767px) {
   .tablet-block {display: none !important;}
   .mobile-hidden {display: none !important;}
}

/*titles*/
h1 {position: relative; font-family: "RobotoMedium", sans-serif; font-size: 34px; line-height: 1; font-weight: normal; color: #1C2A38; margin: 0 0 20px; padding: 0;}
h2, .h2 {font-family: "RobotoRegular", sans-serif; font-size: 28px; line-height: 1.03; font-weight: normal; color: #1C2A38; margin: 0 0 20px; padding: 0;}
.h2__border {display: inline-block; padding-left: 20px; margin-left: -20px; position: relative;}
   .h2__border:before {content: ''; position: absolute; top: 3px; left: 0; width: 6px; height: 22px; background: #DA1B1D;}
   h1 .h2__border:before {height: 34px; height: calc(100% - 5px);}
h3, .h3 {font-family: "RobotoRegular", sans-serif; font-size: 26px; line-height: 1.15; font-weight: normal; color: #1C2A38; margin: 0 0 20px; padding: 0;}
h4, .h4 {font-family: "RobotoMedium", sans-serif; font-size: 20px; line-height: 1.15; font-weight: normal; color: #1C2A38; margin: 0 0 10px; padding: 0;}
h5, .h5 {font-family: "RobotoMedium", sans-serif; font-size: 16px; line-height: 1.2; font-weight: normal; color: #1C2A38; margin: 0 0 10px; padding: 0;}
h6, .h6 {font-family: "RobotoBold", sans-serif; font-size: 16px; line-height: 1.2; font-weight: normal; color: #1C2A38; text-transform: uppercase; margin: 0; padding: 0;}

@media screen and (max-width: 1479px) {
   .h2__border {margin-left: 0;}
}
@media screen and (max-width: 767px) {
   h1 {font-size: 32px;}
   h2, .h2 {font-size: 26px;}
   h3, .h3 {font-size: 24px;}
}
@media screen and (max-width: 599px) {
   h1 {font-size: 30px;}
   h2, .h2 {font-size: 24px;}
      .h2__border:before {height: 20px;}
   h3, .h3 {font-size: 22px; margin-bottom: 15px;}
   h4, .h4 {font-size: 18px;}
}
@media screen and (max-width: 413px) {
   h1 {font-size: 28px;}
   h2, .h2 {font-size: 22px;}
      .h2__border {padding-left: 15px;}
         .h2__border:before {top: 2px; height: 18px;}
   h3, .h3 {font-size: 20px;}
}

/*text elements styles*/
p {margin: 0 0 20px; padding: 0;}
p:last-child {margin-bottom: 0;}

a {color: #1C2A38; text-decoration-skip-ink: none; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
a:hover {text-decoration: none;}

b, strong {font-family: "RobotoBold"; font-weight: normal;}

em, i, cite, dfn, q {font-style: italic;}

sup {font-size: 0.7em; position: relative; vertical-align: super;}
sub {font-size: 0.7em; vertical-align: sub;}

hr {margin: 20px 0; border: 0; border-bottom: 1px solid #DADADA;}

img {border: 0; max-width: 100%;}

figure {width: 100%; margin: 0 0 20px 0;}
figure:last-child {margin-bottom: 0;}
figure img {display: block;}
figcaption {padding-top: 5px; font-size: 12px;}
figure p {margin: 0;}

table {border-collapse: collapse; border-spacing: 0; margin-top: 20px; margin-bottom: 20px;}
th, td {padding: 15px 100px 15px 0; border: 0; border-top: 1px solid #DADADA; text-align: left; font-size: 14px; line-height: 1.14;}
th:last-child, td:last-child {padding-right: 50px;}
th {padding-top: 0; font-family: "RobotoBold"; font-size: 16px; font-weight: normal;}
table thead th {border-top: 0;}
table p {margin: 0;}

@media screen and (max-width: 767px) {
   table {width: 100%;}
      th, td {padding-right: 40px;}
      th:last-child, td:last-child {padding-right: 20px;}
}
@media screen and (max-width: 480px) {
   th, td {padding: 10px 20px 10px 0;}
   th:last-child, td:last-child {padding-right: 0;}
}
@media screen and (max-width: 413px) {
   td {font-size: 12px;}
   th {font-size: 14px;}
}

ul {list-style: none; padding: 0; margin: 0 0 20px;}
.article ul:last-child {margin-bottom: 0;}
ol {padding: 0; margin: 0 0 20px 18px;}
.article ol:last-child {margin-bottom: 0;}
ul li {margin: 0; padding: 0 0 0 14px; position: relative;}
li ul li {margin: 0; padding: 0 0 0 14px; position: relative;}
ul li:before {content: ''; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; background: #E7445F;}
ul li ul {margin: 10px 0 0 20px;}
ol li {margin: 0; padding: 0;}
ol li ol {margin: 10px 0 0 20px;}
ul p, ol p {margin: 0;}

blockquote, .blockquote {display: block; margin: 40px; padding: 10px 0 0 20px; font-family: "RobotoLight"; font-size: 24px; position: relative;}
blockquote:last-child, .blockquote:last-child {margin-bottom: 0;}
   blockquote:before, .blockquote:before {content: ''; position: absolute; left: 0; top: 0; width: 78px; height: 52px; background: url('../i/quote.svg') 0 0 / cover no-repeat;}
   blockquote p, .blockquote p {margin: 0;}

@media screen and (max-width: 767px) {
   blockquote, .blockquote {margin: 40px 0;}
}

/*global classes*/
.easing, .easing * {-webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}

.clear:before, .clear:after {content: " "; display: table;}
.clear:after {clear: both;}

.cl:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
.fl {float: left;}
.fr {float: right;}

.tb {display: table; width: 100%; height: 100%;}
   .tb__head {display: table-header-group;}
   .tb__body {display: table-row-group;}
      .tb__row {display: table-row;}
         .tb__cell {display: table-cell; vertical-align: middle;}

.jf {text-align: justify; position: relative;}
   .jf:after {width: 100%; height: 0; visibility: hidden; overflow: hidden; content: ''; display: inline-block;}
   .jf > * {display: inline-block; vertical-align: top; text-align: left;}

.flex {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;} 
.flex_nowrap {-webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
.flex_column {-webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;}
.flex_middle {-webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center;}
.flex_top {-webkit-box-align: flex-start; -webkit-align-items: flex-start; -ms-flex-align: flex-start; align-items: flex-start;}
.flex_bottom {-webkit-box-align: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end; align-items: flex-end;}
.flex_stretch {-webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
.flex_justify {-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
.flex_center {-webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center;}

.columns_2 {-webkit-columns: 2 auto; columns: 2 auto;}
.columns_3 {-webkit-columns: 3 auto; columns: 3 auto;}
.columns_4 {-webkit-columns: 4 auto; columns: 4 auto;}
   .columns_2 > *, .columns_3 > *, .columns_4 > * {vertical-align: top; -webkit-column-break-inside: avoid; page-break-inside: avoid; break-inside: avoid; break-inside: avoid-column;}

.overflow_hidden {overflow: hidden;}
.overflow_auto {overflow: auto;}

.hidden {display: none;}

.font_large {font-size: 18px;}
.font_small {font-size: 14px;}

.uppercase {text-transform: uppercase;}

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

.highlight {color: #DA1B1D;}

.svg-icon {position: relative;}
   .svg-icon svg, .svg-icon img {max-width: 100%; vertical-align: middle;}
      .svg-fill, .svg-stroke {-webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}

.icon-link {position: relative; text-decoration: none; white-space: nowrap; line-height: 1; color: #313C47;}
.icon-link:not(.flex) {display: inline-block;}
.icon-link:hover {color: #DA1B1D;}
   .icon-link__image {display: inline-block; vertical-align: middle; position: relative; z-index: 1;}
      .icon-link__image svg {max-width: 100%; height: auto;}
         .icon-link__image .svg-fill {fill: #1C2A38;}
         .icon-link__image .svg-stroke {stroke: #1C2A38;}
         .icon-link:hover .icon-link__image .svg-fill, .icon-link.active .icon-link__image .svg-fill {fill: #DA1B1D;}
         .icon-link:hover .icon-link__image .svg-stroke, .icon-link.active .icon-link__image .svg-stroke  {stroke: #DA1B1D;}
   .icon-link__text {display: inline-block; vertical-align: middle; padding-left: 3px; position: relative; z-index: 1;}

.zoom-link {position: relative;}
   .zoom-link:after {content: ''; position: absolute; bottom: 10px; right: 10px; width: 29px; height: 29px; background: url('../i/zoom-icon.svg') 0 0 / cover no-repeat; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .zoom-link:hover:after {-webkit-transform: scale(1.2); transform: scale(1.2);} 

/*menu*/
.menu ul {margin: 0; padding: 0;}
   .menu li {margin: 0; padding: 0;}
      .menu li:before {display: none;}
      .menu a {text-decoration: none;}
      .menu a:hover, .menu a.highlight, .menu a.active {color: #DA1B1D;}

/*phone icon*/
.phone-icon {width: 70px; height: 70px; line-height: 66px; text-align: center; border: 1px solid #313C47;}
.phone-icon_red {border-color: #DA1B1D;}
.phone-icon_white {border-color: #FFF;}
   .phone-icon svg {width: 39px; height: 39px;}
      .phone-icon .svg-fill {fill: #313C47;}
      .phone-icon_red .svg-fill {fill: #DA1B1D;}
      .phone-icon_white .svg-fill {fill: #FFF;}

/*rating-star*/
.rating__label {display: inline-block; margin-right: 20px; font-family: "RobotoMedium";}
.rating__stars {display: inline-block; height: 16px; white-space: nowrap; line-height: 1;}
.rating_dynamic .rating__stars {cursor: pointer;}
   .rating-star {display: inline-block; vertical-align: middle;}
      .rating-star svg {width: 16px; height: 17px; vertical-align: baseline;}
         .rating-star .svg-fill {fill: #FFF;}
         .rating-star_active .svg-fill {fill: #DA1B1D;}
         .rating-star .svg-stroke {stroke-width: 0; fill: #DA1B1D;}    

/*price*/
.price {font-size: 26px; white-space: nowrap;}
.price-old {font-family: "RobotoRegular"; font-size: 16px; line-height: 1; white-space: nowrap;}
   .price-old span {text-decoration: line-through;}

/*tooltip*/
.tooltip {display: inline; vertical-align: middle; position: relative; margin-left: 10px; z-index: 10; cursor: pointer;}
   .tooltip:before {content: '?'; display: inline-block; width: 24px; height: 24px; line-height: 23px; border-radius: 100%; background: #2D9CDB; text-align: center; font-family: "RobotoMedium"; font-size: 20px; color: #FFF;}
   .tooltip__in {position: absolute; bottom: 100%; margin-bottom: 10px; left: 50%; width: 308px; margin-left: -154px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); opacity: 0; visibility: hidden; margin-bottom: -10px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .tooltip_visible .tooltip__in {opacity: 1; visibility: visible; margin-bottom: 10px;}
      .tooltip__in:before, .tooltip__in:after {content: ''; position: absolute;  left: 50%;}
      .tooltip__in:before {bottom: -8px; margin-left: -8px; border-top: 8px solid #FFF; border-left: 8px solid transparent; border-right: 8px solid transparent; z-index: 2;}
      .tooltip__in:after {bottom: -6px; margin-left: -6px; width: 12px; height: 12px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); -webkit-transform: rotate(45deg); transform: rotate(45deg); z-index: 1;}
      .tooltip__text {padding: 20px; background: #FFF; position: relative; z-index: 3; font-size: 14px; line-height: 1.3; text-align: left;}
         .tooltip__text ul {margin: 0; padding: 0;}
            .tooltip__text ul li {padding-left: 10px;}
               .tooltip__text ul li:before {top: 8px; background: #313C47; border-radius: 100%;}
         .tooltip__text span, .tooltip__text strong {font-family: "RobotoRegular" !important; font-size: 14px !important; color: #313C47 !important;}
         .tooltip__text strong {font-family: "RobotoBold" !important;}
      .tooltip__close {position: absolute; top: 10px; right: 10px; width: 9px; height: 9px; z-index: 4;}
      .no-touchevents .tooltip__close {display: none;}
         .tooltip__close:before, .tooltip__close:after {content: ''; position: absolute; top: 1px; right: 4px; width: 1px; height: 7px; background: #313C47; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .tooltip__close:hover:before, .tooltip__close:hover:after {background: #DA1B1D;}
         .tooltip__close:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
         .tooltip__close:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}

@media screen and (min-width: 600px) {
  .tooltip__in.right {left: auto; right: -20px;}
      .tooltip__in.right:before, .tooltip__in.right:after {left: auto; right: 33px;}
      .tooltip__in.right:before {margin-left: 0; margin-right: -8px;}
      .tooltip__in.right:after {margin-left: 0; margin-right: -6px;}
   .tooltip__in.left {left: -20px; right: auto;}
      .tooltip__in.left:before, .tooltip__in.left:after {left: 33px; right: auto;}
      .tooltip__in.left:before {margin-left: -8px; margin-right: 0;}
      .tooltip__in.left:after {margin-left: -6px; margin-right: 0;}
}
@media screen and (min-width: 600px) and (max-width: 1679px) {
   .tooltip__in {left: -20px; margin-left: 0;}
   .tooltip__in:before, .tooltip__in:after {left: 33px;}
}
@media screen and (max-width: 599px) {
   .tooltip {z-index: auto;}
      .tooltip__in {position: fixed; top: 50%; bottom: auto; margin-left: 0; -webkit-transform: translate3d(-50%,-10%,0); transform: translate3d(-50%,-10%,0); z-index: 4;}
      .tooltip_visible .tooltip__in {-webkit-transform: translate3d(-50%,-50%,0); transform: translate3d(-50%,-50%,0);}
         .tooltip__in:before, .tooltip__in:after {display: none;}
}
@media screen and (max-width: 413px) {
   .tooltip {margin-top: 1px;}
      .tooltip__in {width: calc(100vw - 40px);}
}

/*buttons*/
.btn {display: inline-block; max-width: 100%; padding: 0 20px; height: 39px; border: 0; border-radius: 4px; background: #DA1B1D; position: relative; font-family: "RobotoMedium"; font-size: 16px; color: #FFF; text-transform: uppercase; text-align: center; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.btn:hover {background: #BD192B;}
.btn_light {background: transparent; border: 1px solid #DA1B1D; color: #DA1B1D;}
.btn_light:hover {background: #DA1B1D; color: #FFF;}
.btn_dark {background: transparent; border: 1px solid #1C2A38; color: /*#1C2A38*/#BD192B; white-space: nowrap;}
.btn_dark:hover {background: #1C2A38; color: #FFF;}
.btn_small {height: 28px; padding: 0 10px; font-family: "RobotoRegular"; font-size: 12px; text-transform: none;}
.btn_large {width: 320px;}
.btn_cart {width: 110px; padding: 0; text-align: center; white-space: nowrap;}
.btn_cart {width: 110px; padding: 0; text-align: center; white-space: nowrap;}
.btn_cart.btn_cart-one {width: 142px; font-size: 14px; text-transform: none;}
   .btn_cart .svg-icon {display: inline-block; vertical-align: middle; line-height: 1; margin: 0 4px;}
      .btn_cart .svg-fill {fill: #DA1B1D;}
      .btn_cart:hover .svg-fill {fill: #FFF;}
a.btn {text-decoration: none; line-height: 38px;}
a.btn_light {line-height: 37px;}
a.btn_dark {line-height: 37px;}
a.btn_small {line-height: 25px;}
a.btn_cart {line-height: 35px;}
   a.btn span {display: inline-block; line-height: 1; vertical-align: middle;}
   a.btn_cart span {/*some 3px bag =>*/ padding-left: 3px; display: block; line-height: 37px;}
   a.btn_cart svg {vertical-align: baseline;}
   a.btn_small span {vertical-align: baseline;}

@media screen and (min-width: 960px) and (max-width: 1024px) {
   .btn_cart.btn_cart-one {width: 118px;}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .btn_cart.btn_cart-one {width: 106px; font-size: 12px;}
}
@media screen and (max-width: 413px) {
   .btn_large {width: 100%;}
}


/*====================================================
   Form elements
====================================================*/
input:-moz-focus-inner {border: 0; padding: 0;}
input::-ms-clear {display: none;}
button:-moz-focus-inner {border: 0; padding: 0; outline: none;}
input[type="submit"], button {-webkit-appearance: none; cursor: pointer;}
input:invalid, textarea:invalid {box-shadow: none;}
input:-webkit-autofill {-webkit-box-shadow: inset 0 0 0 34px #FFF !important; /* Цвет фона */-webkit-text-fill-color: #333 !important; /* цвет текста */color: #656565 !important; /* цвет текста */}
input[type="text"], input[type="name"], input[type="email"], input[type="tel"], input[type="password"], textarea {display: block; width: 100%; height: 34px; line-height: 33px; background: #FFF; border: 1px solid #909090; border-radius: 0; box-shadow: none; padding: 0 10px 1px; font-family: "RobotoRegular"; font-size: 14px; color: #313C47;}
textarea {height: 90px; padding: 10px; resize: none; line-height: 1.2;}
label {font-family: "RobotoRegular"; display: inline-block;}
   
/*disappearing placeholder*/
input::-webkit-input-placeholder {color: #909090; opacity: 1;}
input::-moz-placeholder {color: #909090; opacity: 1;}
input:-moz-placeholder {color: #909090; opacity: 1;}
input:-ms-input-placeholder {color: #909090; opacity: 1;}
input:focus::-webkit-input-placeholder {opacity: 0;}
input:focus::-moz-placeholder {opacity: 0;}
input:focus:-moz-placeholder {opacity: 0;}
input:focus:-ms-input-placeholder {opacity: 0;}
textarea::-webkit-input-placeholder {color: #909090; opacity: 1;}
textarea::-moz-placeholder {color: #909090; opacity: 1;}
textarea:-moz-placeholder {color: #909090; opacity: 1;}
textarea:-ms-input-placeholder {color: #909090; opacity: 1;}
textarea:focus::-webkit-input-placeholder {opacity: 0;}
textarea:focus::-moz-placeholder {opacity: 0;}
textarea:focus:-moz-placeholder {opacity: 0;}
textarea:focus:-ms-input-placeholder {opacity: 0;}

#form12 textarea[name="text"]::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   line-height:170px;
}
#form12 textarea[name="text"]:-moz-placeholder { /* Firefox 18- */
   line-height:170px;
}
#form12 textarea[name="text"]::-moz-placeholder { /* Firefox 19+ */
   line-height:170px;
}
#form-12 textarea[name="text"]:-ms-input-placeholder { /* IE 10+ */
   line-height:170px;
}

/*checkbox-input*/
.checkbox {position: relative; font-size: 0; line-height: 0; min-height: 20px;}
.checkbox + .checkbox {margin-top: 20px;}
   .checkbox input[type="checkbox"] {opacity: 0; position: absolute;}
   .checkbox__label {position: relative; cursor: pointer; font-size: 12px; line-height: 1.16;}
      .checkbox__text {position: relative; padding-left: 25px; display: inline-block; vertical-align: middle; color: #909090; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .checkbox input[type="checkbox"]:checked + .checkbox__text {color: #1C2A38;}
      .checkbox input[type="checkbox"].k-invalid + .checkbox__text {color: red;}
         .checkbox__text:before, .checkbox__text:after {content: ''; position: absolute; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .checkbox__text:before {top: -1px; left: 0; z-index: 1; width: 15px; height: 15px; background: #FFF; border: 1px solid #909090;}
         .checkbox input[type="checkbox"]:checked + .checkbox__text:before {border-color: #1C2A38;}
         .checkbox input[type="checkbox"].k-invalid + .checkbox__text:before {border-color: rgba(243,23,0,.5);}
         .checkbox__text:after {top: 2px; left: 3px; z-index: 2; width: 10px; height: 8px; background: url('../i/check.svg') 0 0 / cover no-repeat; opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
         .checkbox input[type="checkbox"]:checked + .checkbox__text:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

/*radio input*/
.radio {position: relative; font-size: 0; line-height: 0; min-height: 20px;}
.radio + .radio {margin-top: 20px;}
   .radio input[type="radio"] {opacity: 0; position: absolute;}
   .radio__label {position: relative; cursor: pointer; font-size: 12px; line-height: 1.16;}
      .radio__text {position: relative; padding-left: 25px; display: inline-block; vertical-align: middle; color: #909090; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .radio input[type=radio]:checked + .radio__text {color: #1C2A38;}
         .radio__text:before, .radio__text:after {content: ''; position: absolute; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .radio__text:before {top: -3px; left: 0; width: 20px; height: 20px; border: 1px solid #909090; border-radius: 100%;}
         .radio input[type=radio]:checked + .radio__text:before {border-color: #1C2A38;}
         .radio__text:after {top: 1px; left: 4px; width: 12px; height: 12px; border-radius: 100%; background: #DA1B1D; opacity: 0; -webkit-transform: scale(0); transform: scale(0);}
         .radio input[type=radio]:checked + .radio__text:after {opacity: 1; -webkit-transform: scale(1); transform: scale(1);}

/*select*/
.jq-selectbox {display: block; position: relative; z-index: 10;}
   .jq-selectbox select {position: absolute; top: 0; left: 0; width: 100%; height: 100%; margin: 0; padding: 0; opacity: 0;}
   .jq-selectbox__select {width: 100%; height: 34px; padding: 0 25px 0 10px; background: #FFF; border: 1px solid #DADADA; cursor: pointer; position: relative;}
      .jq-selectbox__select-text {overflow: hidden; white-space: nowrap; text-overflow: ellipsis; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-family: "RobotoRegular"; font-size: 14px; line-height: 32px;}
      .jq-selectbox__dropdown {position: absolute; top: 100%; left: 0; width: 100%; background: #FFF; border: 1px solid #DADADA; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .products_slider .jq-selectbox__dropdown {max-height: 99px; overflow: auto;}
      .dropdown .jq-selectbox__dropdown {border-top: 0;}
      .dropup .jq-selectbox__dropdown {border-bottom: 0;}
         .jq-selectbox__dropdown ul {padding: 0; margin: 0;}
            .jq-selectbox__dropdown ul li {padding: 8px 10px; margin: 0; font-family: "RobotoRegular"; font-size: 14px; line-height: 1.2; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none;}
            .jq-selectbox__dropdown ul li.disabled {display: none;}
            .jq-selectbox__dropdown ul li:hover {background: #F1F1F1;}
               .jq-selectbox__dropdown ul li:before {display: none;}
      .jq-selectbox__trigger {position: absolute; top: 0; right: 0; width: 25px; height: 100%;}
         .jq-selectbox__trigger-arrow {position: absolute; top: 50%; left: 50%; margin: -3px 0 0 -4px; border-top: 5px solid #1C2A38;; border-left: 4px solid transparent; border-right: 4px solid transparent; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .jq-selectbox.opened .jq-selectbox__trigger-arrow {-webkit-transform: rotateX(180deg); transform: rotateX(180deg);}

/*file input*/
input[type="file"] {position: absolute; top: 0px; right: 0px; width: 100%; height: 100%; opacity: 0; margin: 0; padding: 0; cursor: pointer;}
.jq-file {display: block; position: relative; overflow: hidden; width: 100%; height: 34px; background: #FFF; border: 1px solid #909090; -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
   .jq-file__name {width: 100%; max-width: 100%; float: left; padding: 0 20px 0 45px; text-align: left; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-family: "RobotoRegular"; font-size: 14px; line-height: 32px; color: #000;}
   .jq-file__browse {width: 45px; height: 100%; float: left; margin-left: -100%; position: relative; cursor: pointer;}
      .jq-file__browse:before {content: ''; position: absolute; top: 50%; left: 50%; margin: -9px 0 0 -8px; width: 16px; height: 18px; background: url('../i/clip-icon.svg') 0 0 / contain no-repeat;}
           
/*form fields*/
.form__section:not(:last-child) {margin-bottom: 40px;}
.form__fieldset {position: relative;}
.form__legend {position: relative; width: 100%;} 
.form__field {position: relative; margin-bottom: 20px;}
.form__field:last-child {margin-bottom: 0;}
.form__fieldset:not(:last-child) .form__field:last-child {margin-bottom: 20px;}
.form__note {padding-top: 10px; font-size: 12px; position: relative;}
   .form__note:before {content: ''; position: absolute; top: 0; left: 0; width: 105px; height: 1px; background: #1C2A38;}
.form__comment {font-size: 14px;}
.modal-block .form__submit {text-align: center;}
.form__links {margin-top: -5px;}
   .form__links a {display: inline-block; margin-bottom: 5px; font-size: 14px; color: #909090;}
   .form__links a:hover {color: #DA1B1D;}
.captcha {display: inline-block;}
   .captcha img {display: block; margin-bottom: 5px;}
.form__label {margin-bottom: 5px; font-size: 16px; color: #1C2A38;}

@media screen and (min-width: 481px) {
   .form__fieldset.cl {margin-left: -20px;}
      .form__fieldset.cl .form__field {float: left; width: 50%; padding-left: 20px;}
      .form__fieldset_triple.cl .form__field {width: 33.333%;}
      .form__fieldset:last-child .form__field {margin-bottom: 0;}
}
@media screen and (min-width: 960px) {
   .form_narrow {width: 640px;}
}
@media screen and (max-width: 480px) {
   .form__links {margin-top: 0; text-align: center;}
      .form__links a {margin: 0 10px;}
      .form__links br {display: none;}
   #language-selection .form__fieldset.cl, #regions-selection .form__fieldset.cl {margin-left: -20px;}
   #language-selection .form__fieldset.cl .form__field, #regions-selection .form__fieldset.cl .form__field {float: left; width: 50%; padding-left: 20px;}
}
@media screen and (max-width: 413px) {
   .form__section:not(:last-child) {margin-bottom: 30px;}
   .form__field {margin-bottom: 10px;}
   .form__field.form__submit {margin: 20px 0 15px;}
      .form__fieldset:not(:last-child) .form__field:last-child {margin-bottom: 10px;}
}
@media all and (max-width: 374px) {
   .g-recaptcha {transform: scale(0.765); transform-origin: 0 0;}
}

/*validation*/
.k-form-error, .k-form-field-error .k-label, .k-text-error {color: #f31700; display: none !important;}
input.k-invalid, input.k-state-invalid, input.ng-invalid.ng-dirty, input.ng-invalid.ng-touched, textarea.k-invalid {border-color: rgba(243,23,0,.5);}

*:disabled {cursor: default;}
.a-n-t-i-s-p-a-m {display: none !important;}


/*====================================================
   .header
====================================================*/
.header {background: #FFF; padding-top: 5px; position: relative; z-index: 2;}
   .header .inner_simple {margin-bottom: 0;}
   .header:before {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 5px; background: #DA1B1D; z-index: 7;}
   .header-top {background: #EBEBEB; font-size: 14px; line-height: 1; color: #909090; position: relative; z-index: 5;}
   .header-top a {color: #909090; text-decoration: none;}
   .header-top a:hover {color: #DA1B1D;}
      .header-top__in {height: 49px;}
         html[data-agent*="Trident"] .header-top__left {display: block;}
            html[data-agent*="Trident"] .header-top__left > div {display: inline-block;}
         /*lang*/
         .header__lang {margin-right: 20px;}
            .lang-link {padding-right: 12px;}
               .lang-link .icon-link__image img {vertical-align: baseline;}
               .lang-link__arrow {position: absolute; right: 2px; top: 0; height: 100%; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
                  .lang-link__arrow:before, .lang-link__arrow:after {content: ''; position: absolute; top: 50%; margin-top: -2px; right: 0; width: 1px; height: 5px; background: #909090; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
                  .lang-link:hover .lang-link__arrow:before, .lang-link:hover .lang-link__arrow:after {background: #DA1B1D;}
                  .lang-link__arrow:before {margin-right: 3px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
                  .lang-link__arrow:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
         /*region*/
         .region-list {display: none;}
            .region-link svg {width: 11px;}
         /*profile*/
         .header__profile {margin-left: 15px;}
            .header__profile .icon-link__text {text-decoration: underline;}
         /*menu_global*/
         .menu_global li {line-height: 1.2;}
            .menu_global a.highlight {font-family: "RobotoBold";}
   .header-middle {background: #FFF; position: relative; z-index: 5;}
      .header-middle__in {height: 102px;}
         /*logo*/
         .logo {text-align: left;}
            .logo a {display: inline-block; text-decoration: none;}
               .logo img {display: block;}
               .header__logo .logo__slogan {padding-left: 20px; font-size: 16px; line-height: 1.18;}
         /*phones*/
         .header__phones {text-align: right; padding-top: 12px;}
            .header__phones .phones-list div {display: inline-block;}
               .header__phones .phones-list div a {display: inline-block; margin-left: 50px;}
               .header__phones .phones-list div:first-child a {margin-left: 0;}
               .phones-list {font-family: "RobotoLight"; font-size: 30px; line-height: 1; white-space: nowrap;}
                  .phones-list a {text-decoration: none;}
            .header__phones .callback-link {font-family: "RobotoMedium"; font-size: 14px; line-height: 1; text-decoration: underline;}
            .header__phones .callback-link:hover {color: #DA1B1D;}
            .phone-link .icon-link__image svg {width: 100%;}
         /*cart*/
         .header__cart {margin-left: 60px;}
            .cart-link {padding-right: 25px;}
               html[data-agent*="Trident"] .cart-link .icon-link__image {width: 49px; height: 49px;}
               .cart-link .svg-fill {fill: #DA1D1F;}
               .cart-link:hover .svg-fill {fill: #BD192B;}
               .cart-link__counter {position: absolute; top: -10px; right: 0; width: 38px; height: 38px; border-radius: 100%; background: #1C2A38; text-align: center; font-size: 20px; line-height: 37px; color: #FFF; z-index: 2;}
   .header-bottom {background: #1C2A38;}
      /*search*/
      .header__search {padding-left: 334px; position: relative; z-index: 3;}
         .header__search .search {position: relative;}
            .header__search .search__form {height: 57px; padding: 0 40px 0 20px; position: relative;}
               .header__search .search__form input[type="text"] {height: 26px; line-height: 25px; background: transparent; border: 1px solid #FFF; border-radius: 4px; color: #FFF; -webkit-appearance: none;}
               .header__search .search__form input[type="submit"] {position: absolute; top: 50%; margin-top: -12px; right: 0; width: 25px; height: 25px; border: 0; background: url('../i/search-icon.svg') 0 0 / cover no-repeat;}
               .header__search .search__form input::-webkit-input-placeholder {color: #FFF;}
               .header__search .search__form input::-moz-placeholder {color: #FFF;}
               .header__search .search__form input:-moz-placeholder {color: #FFF;}
               .header__search .search__form input:-ms-input-placeholder {color: #FFF;}
            .search-variants {position: absolute; top: 100%; left: 0; right: 0; z-index: 3; background: #1C2A38; padding: 15px 40px 30px; opacity: 0; visibility: hidden; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
            .search-variants_show {opacity: 1; visibility: visible;}
               .search-variants__item {margin-bottom: 20px;}
               .search-variants__item:last-child {margin-bottom: 0;}
                  .search-variants__item a {width: auto; color: rgba(255, 255, 255, 0.7); text-decoration: none;}
                  .search-variants__item a:hover {color: #FFF;}
                     .search-variants__image {width: 73px;}
                     .search-variants__name {padding-left: 15px;}
      /*menu catalog*/
      .header__catalog {float: left; width: 334px; position: relative;}
         .catalog-toggle {height: 57px; padding: 0 20px 0 57px; background: #333F4D; font-size: 18px; line-height: 1.5; color: #FFF; text-decoration: none; white-space: nowrap; position: relative; z-index: 4;}
            .catalog-toggle__arrow {position: absolute; right: 15px; top: 0; height: 100%; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
            .catalog-toggle_active .catalog-toggle__arrow {-webkit-transform: rotateX(180deg); transform: rotateX(180deg);}
               .catalog-toggle__arrow:before, .catalog-toggle__arrow:after {content: ''; position: absolute; top: 50%; margin-top: -2px; right: 0; width: 1px; height: 6px; background: #FFF; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
               .catalog-toggle__arrow:before {margin-right: 4px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
               .catalog-toggle__arrow:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
            .catalog-toggle__hamburger {position: absolute; left: 30px; top: 50%; margin-top: -1px; width: 17px; height: 2px; background: #FFF;}
               .catalog-toggle__hamburger:before, .catalog-toggle__hamburger:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #FFF;}
               .catalog-toggle__hamburger:before {margin-top: -5px;}
               .catalog-toggle__hamburger:after {margin-top: 5px;}
         .menu_catalog {position: absolute; top: 100%; left: 0; z-index: 2; width: 100%; padding: 10px 0; background: #FFF; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .menu_catalog_visible {-webkit-transform: translateY(0); transform: translateY(0);}
            .menu_catalog li {font-size: 16px; line-height: 1.15;}
            .menu_catalog li.level-first {border-bottom: 1px solid #DADADA;}
            .menu_catalog li.level-first:last-child {border-bottom: 0;}
               .menu_catalog li.level-first > a {height: 40px; padding-right: 20px;}
               .menu_catalog li.parent > a {position: relative;}
                  .menu__arrow {position: absolute; top: 0; right: 15px; height: 100%;}
                     .menu__arrow:before, .menu__arrow:after {content: ''; display: block; position: absolute; top: 50%; left: auto; right: 0; width: 1px; height: 6px; background: #313C47; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
                     .menu_catalog li.parent > a:hover .menu__arrow:before, .menu_catalog li.parent > a:hover .menu__arrow:after {background: #DA1B1D;}
                     .menu__arrow:before {margin-top: -5px; -webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
                     .menu__arrow:after {margin-top: -1px; -webkit-transform: rotate(45deg); transform: rotate(45deg);}
                  .menu_catalog .icon-link {white-space: normal;}
                     .menu_catalog .icon-link__image {width: 55px; text-align: center;}
                        .menu_catalog .icon-link.highlight .icon-link__image .svg-fill {fill: #DA1B1D;}
                        .menu_catalog .icon-link.highlight .icon-link__image .svg-stroke {stroke: #DA1B1D;}
                     .menu_catalog .icon-link__text {padding-left: 0;}
                  /*submenu*/
                  .menu__submenu {background: #EBEBEB;}
                     .menu__submenu ul {padding: 15px 0 13px;}
                        .menu__submenu li {padding: 0 10px 0 20px; margin-bottom: 15px;}
                        .menu__submenu li:last-child, .menu__submenu li:only-child {margin-bottom: 0;}
                           .menu__submenu a {position: relative; display: inline-block; padding-left: 10px;}
                              .menu__submenu a:before {content: ''; position: absolute; top: 7px; left: 0; width: 4px; height: 4px; background: #1C2A38; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
                              .menu__submenu a:hover:before, .menu__submenu a.active:before {background: #E7445F;}
      /*hamburger*/
      .header__hamburger {margin-left: 30px;}
         .hamburger {position: relative; display: block; width: 27px; height: 19px; cursor: pointer;}
            /*open*/
            .hamburger span {top: 8px; -webkit-transition-delay: 0.2s; transition-delay: 0.2s;}
            .hamburger span, .hamburger span:before, .hamburger span:after {width: 100%; height: 3px; background: #313C47; position: absolute; left: 0; -webkit-transition: width 0.3s ease; transition: width 0.3s ease;}
               .hamburger span:before, .hamburger span:after {content: '';}
               .hamburger span:before {top: -8px; -webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
               .hamburger span:after {top: 8px; width: 16px; -webkit-transition-delay: 0.3s; transition-delay: 0.3s;}
            .hamburger_active span {-webkit-transition-delay: 0.2s; transition-delay: 0.2s;}
            .hamburger_active span, .hamburger_active span:before, .hamburger_active span:after {width: 0;}
               .hamburger_active span:before {-webkit-transition-delay: 0.3s; transition-delay: 0.3s;}
               .hamburger_active span:after {-webkit-transition-delay: 0.1s; transition-delay: 0.1s;}
            /*close*/
            .hamburger:before, .hamburger:after {content: ''; position: absolute; top: -3px; width: 3px; height: 24px; background: #313C47; opacity: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
            .hamburger:before {left: 12px; -webkit-transform: scale(0, 0) rotate(-45deg); transform: scale(0, 0) rotate(-45deg);}
            .hamburger:after {right: 12px; -webkit-transform: scale(0, 0) rotate(45deg); transform: scale(0, 0) rotate(45deg);}
            .hamburger_active:before, .hamburger_active:after {opacity: 1; -webkit-transition: all 0.3s ease 0.5s; transition: all 0.3s ease 0.5s;}
            .hamburger_active:before {-webkit-transform: scale(1) rotate(-45deg); transform: scale(1) rotate(-45deg);}
            .hamburger_active:after {-webkit-transform: scale(1) rotate(45deg); transform: scale(1) rotate(45deg);}

@media screen and (min-width: 768px) {
   .header-top .icon-link:not(:hover) .svg-fill {fill: #909090;}
   .header-top .icon-link:not(:hover) .svg-stroke {stroke: #909090;}
   .catalog-toggle_mainpage {pointer-events: none;}
   .catalog-toggle_mainpage + .menu_catalog {-webkit-transform: translateY(0); transform: translateY(0);}
      /*.menu_catalog li.parent {position: static;}*/
         .menu__submenu {position: absolute; left: 100%; top: 0; width: calc(1054px + 20px); max-width: calc(100vw - 394px); min-height: 100%; padding: 20px 40px 5px 20px; visibility: hidden; z-index: 2; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); background: #1C2A38;}
         .menu_catalog li.parent:hover .menu__submenu {visibility: visible;}
            .menu__submenu ul {font-size: 0; line-height: 0; padding: 0; margin-left: -40px; opacity: 0; -webkit-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s;}
            .menu_catalog li.parent:hover .menu__submenu ul {opacity: 1;}
               .menu__submenu ul li {display: inline-block; vertical-align: top; padding: 0 0 15px 40px; margin-bottom: 0; width: 25%;}
                  .menu__submenu ul li a {display: table; padding-left: 0; color: #FFF;}
                     .menu__submenu .submenu-image, .menu__submenu .submenu-name {display: table-cell; vertical-align: middle;}
                     .menu__submenu .submenu-image div {width: 38px; border: 1px solid #C4C4C4; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
                     .menu__submenu ul li a:hover .submenu-image div, .menu__submenu ul li a.active .submenu-image div {border-color: #DA1B1D;}
                        .menu__submenu .submenu-image img {display: block;}
                     .menu__submenu .submenu-name {padding-left: 10px;}
                     .menu__submenu a:before {display: none;} 
}
@media screen and (min-width: 1025px) {
   .header__profile {order: 2; -webkit-box-ordinal-group: 2; -webkit-order: 2; -ms-flex-order: 2;}
      .profile-link .icon-link__text {max-width: 150px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
   .header__menu {order: 1; -webkit-box-ordinal-group: 1; -webkit-order: 1; -ms-flex-order: 1;}
      .menu_global li {display: inline-block; padding: 0 15px;}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .header__phones .phones-list div a {margin-left: 35px;}
   .phones-list {font-size: 26px;}
   .header__cart {margin-left: 40px;}
   .menu__submenu ul {margin-left: -30px;}
      .menu__submenu ul li {width: 33.333%; padding-left: 30px;}
}
@media screen and (min-width: 1152px) and (max-width: 1279px) {
   .menu_global li {padding: 0 10px;}
}
@media screen and (min-width: 1025px) and (max-width: 1151px) {
   .menu_global li {padding: 0 5px;}
}
@media screen and (max-width: 1024px) {
   .header__logo .logo__slogan {padding-left: 10px;}
   .menu_global li {margin-bottom: 20px;}
   .menu_global li:last-child {margin-bottom: 0;}
   .phones-list {font-size: 22px;}
   .menu_catalog li {font-size: 14px;}
   .search-variants {padding: 10px 20px 20px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   .header-top {z-index: 6;}
      .header-top__in {height: 44px;}
         .header__hamburger {position: relative; z-index: 4;}
         .header-menu {position: absolute; top: 0; right: 0; z-index: 3; width: 320px; visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .header-menu_visible {visibility: visible; -webkit-transform: translateY(0); transform: translateY(0);}
            .menu_global {padding: 40px 20px; background: #FFF; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1);}
            .menu__submenu {max-width: calc(100vw - 310px);}
               .menu__submenu ul {margin-left: -40px;}
                  .menu__submenu ul li {width: 50%; padding-left: 40px;}
   .header__phones .phones-list div a {margin-left: 25px;}
   .header__cart {margin-left: 20px;}
   .header__catalog {width: 250px;}
   .header__search {padding-left: 250px;}
      .search-variants {right: -30px;}
}
@media screen and (max-width: 767px) {
   .header-top {position: absolute; top: 0; right: 0; width: 100%; background: #FFF; padding: 20px 0 30px; box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25); visibility: hidden; -webkit-transform: translateY(-100%); transform: translateY(-100%); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .header-top_visible {visibility: visible; -webkit-transform: translateY(0); transform: translateY(0);}
      .header-top a {color: #1C2A38;}
      .header-top__in {display: block; height: auto; background: none;}
         .header-top__in:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
         .header__phones {padding-top: 0;}
         .header-top__in .header__phones {max-width: 60%; float: left; text-align: left;}
            .header__phones .phones-list {display: block;}
               .header__phones .phones-list div {display: block; margin-bottom: 15px;}
                  .header__phones .phones-list div a {margin-left: 0;}
         .header-top__left {display: block; max-width: 40%; float: left; padding-left: 40px;}
            .header__lang {margin: 0 0 25px;}
               .lang-link__arrow:before, .lang-link__arrow:after {background: #1C2A38;}
         .header-top__right {display: block; clear: both; padding-top: 25px;}
            .header__profile {margin: 0 0 25px;}
   .header__hamburger {position: relative; z-index: 4;}
   .header__search {padding-left: 50%; background: #1C2A38;}
      .search-variants {width: 100vw; left: auto; right: -20px; padding-top: 20px;}
   .header__catalog {width: 50%;}
      .menu__arrow {-webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .menu_catalog li.parent > a.show .menu__arrow {-webkit-transform: rotate(90deg); transform: rotate(90deg);}
      .menu__submenu {height: 0; overflow: hidden; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .menu__submenu ul {padding: 10px 0 20px;} 
            .menu__submenu .submenu-image {display: none;}
}
/*small tablets*/
@media screen and (min-width: 600px) and (max-width: 767px) {
   .header-top {width: 50%; top: 86px;}
   .header-middle__in {height: 80px;}
      .header__logo img {width: 60px;}
      .header__logo .logo__slogan {font-size: 14px;}
      .phone-link .icon-link__image {width: 28px;}
      .header__cart {margin-left: 40px;}
         .cart-link {padding-right: 20px;}
            .cart-link .icon-link__image {width: 32px;}
            .cart-link__counter {width: 28px; height: 28px; line-height: 28px; font-size: 14px;}
      .header__search .search__form {padding-right: 30px;}
         .header__search .search__form input[type="submit"] {width: 18px; height: 18px; margin-top: -9px;}
}
@media screen and (max-width: 599px) {
   .header-top {top: 86px;}
   .header-middle__in {height: 80px;}
      .header__logo img {width: 55px;}
      .header__logo .logo__slogan {font-size: 12px;}
      .phone-link .icon-link__image {width: 24px;}
      .header__cart {margin-left: 30px;}
         .cart-link {padding-right: 16px;}
            .cart-link .icon-link__image {width: 26px;}
            .cart-link__counter {top: -8px; width: 21px; height: 21px; line-height: 21px; font-size: 10px;}
      .header__hamburger {margin-left: 20px;}
   .catalog-toggle {height: 42px; font-size: 14px; padding: 0 20px 0 40px;}
      .catalog-toggle__hamburger {left: 15px;}
   .menu_catalog {width: calc(100vw - 40px);}
   .header__search .search__form {padding: 0 20px 0 15px; height: 42px;}
      .header__search .search__form input[type="text"] {height: 22px; line-height: 21px; padding: 0 10px 1px; border-radius: 3px; font-size: 12px;}
      .header__search .search__form input[type="submit"] {width: 14px; height: 14px; margin-top: -7px;}
}
@media screen and (max-width: 413px) {
   .header-top {top: 56px;}
      .header-top__right {padding-top: 20px;}
   .header-middle__in {height: 50px;}
      .header__logo img {width: 40px;}
      .header__logo .logo__slogan {padding-left: 6px; font-size: 9px;}
      .header__phones {padding-bottom: 4px;}
         .phone-link .icon-link__image {width: 18px;}
      .header__cart {margin-left: 20px;}
         .cart-link {padding-right: 12px;}
            .cart-link .icon-link__image {width: 22px;}
            .cart-link__counter {top: -5px; width: 18px; height: 18px; line-height: 18px; font-size: 8px;}
      .header__hamburger {margin-left: 15px;}
         .hamburger {width: 24px; height: 17px;}
            .hamburger span {top: 7px;}
               .hamburger span:before {top: -7px;}
               .hamburger span:after {top: 7px;}
            .hamburger:before, .hamburger:after {top: -2px; height: 21px;}
            .hamburger:before {left: 11px;}
            .hamburger:after {right: 10px;}
      .catalog-toggle {height: 28px; font-size: 11px; padding: 0 20px 0 30px;}
         .catalog-toggle__hamburger {width: 14px; left: 10px;}
         .catalog-toggle__arrow {right: 10px;}
            .catalog-toggle__arrow:before, .catalog-toggle__arrow:after {height: 5px;}
            .catalog-toggle__arrow:before {margin-right: 3px;}
      .header__search .search__form {padding: 0 15px 0 10px; height: 28px;}
         .header__search .search__form input[type="text"] {height: 18px; line-height: 17px; padding: 0 5px 1px; font-size: 10px;}
         .header__search .search__form input[type="submit"] {width: 11px; height: 11px; margin-top: -5px;}
      .search-variants {font-size: 14px;}
         .search-variants__item .tb__cell {vertical-align: top;}
}
/*landscape = portrait (max-width: 599px)*/
@media screen and (max-width: 812px) and (orientation: landscape) {
   .header-middle__in {height: 80px;}
      .header__logo img {width: 55px;}
      .header__logo .logo__slogan {font-size: 12px;}
      .phone-link .icon-link__image {width: 24px;}
      .header__cart {margin-left: 30px;}
         .cart-link {padding-right: 16px;}
            .cart-link .icon-link__image {width: 26px;}
            .cart-link__counter {top: -8px; width: 21px; height: 21px; line-height: 21px; font-size: 10px;}
      .header__hamburger {margin-left: 20px;}
   .catalog-toggle {height: 42px; font-size: 14px; padding: 0 20px 0 40px;}
      .catalog-toggle__hamburger {left: 15px;}
   .header__search .search__form {padding: 0 20px 0 15px; height: 42px;}
      .header__search .search__form input[type="text"] {height: 22px; line-height: 21px; padding: 0 10px 1px; font-size: 12px;}
      .header__search .search__form input[type="submit"] {width: 14px; height: 14px; margin-top: -7px;}
}
/*landscape iPhone X */
@media screen and (min-width: 768px) and (max-width: 812px) and (orientation: landscape) {
   .menu_global {min-height: 100vh; padding-bottom: 20px;}
}
/*landscape = portrait (max-width: 413px)*/
@media screen and (max-width: 667px) and (orientation: landscape) {
   .header-top {top: 56px;}
      .header-top__right {padding-top: 20px;}
   .header-middle__in {height: 50px;}
      .header__logo img {width: 40px;}
      .header__logo .logo__slogan {padding-left: 6px; font-size: 9px;}
      .header__phones {padding-bottom: 4px;}
         .phone-link .icon-link__image {width: 18px;}
      .header__cart {margin-left: 20px;}
         .cart-link {padding-right: 12px;}
            .cart-link .icon-link__image {width: 22px;}
            .cart-link__counter {top: -5px; width: 18px; height: 18px; line-height: 18px; font-size: 8px;}
      .header__hamburger {margin-left: 15px;}
         .hamburger {width: 24px; height: 17px;}
            .hamburger span {top: 7px;}
               .hamburger span:before {top: -7px;}
               .hamburger span:after {top: 7px;}
            .hamburger:before, .hamburger:after {top: -2px; height: 21px;}
            .hamburger:before {left: 11px;}
            .hamburger:after {right: 10px;}
      .catalog-toggle {height: 28px; font-size: 11px; padding: 0 20px 0 30px;}
         .catalog-toggle__hamburger {width: 14px; left: 10px;}
         .catalog-toggle__arrow {right: 10px;}
            .catalog-toggle__arrow:before, .catalog-toggle__arrow:after {height: 5px;}
            .catalog-toggle__arrow:before {margin-right: 3px;}
      .header__search .search__form {padding: 0 15px 0 10px; height: 28px;}
         .header__search .search__form input[type="text"] {height: 18px; line-height: 17px; padding: 0 5px 1px; font-size: 10px;}
         .header__search .search__form input[type="submit"] {width: 11px; height: 11px; margin-top: -5px;}
}


/*====================================================
   .content
====================================================*/
.content {position: relative; z-index: 1;}
   .content__top:not(.products-item__top) h1:last-child {margin-bottom: 0;}

/*.breadcrumbs*/
.breadcrumbs {font-size: 12px;}
.content__top .breadcrumbs {margin-top: -8px; margin-bottom: 20px;}
   .breadcrumbs .inner {background: none; box-shadow: none; padding-top: 0; padding-bottom: 0; margin: 15px auto;}
      .breadcrumbs a, .breadcrumbs span {color: #909090;}
      .breadcrumbs a {text-decoration: none;}
      .breadcrumbs a:hover {text-decoration: underline;}
      .breadcrumbs span {padding: 0 4px;}

@media screen and (max-width: 413px) {
   .breadcrumbs {font-size: 12px;}
   .content__top .breadcrumbs {margin-top: -10px; margin-bottom: 10px;}
      .breadcrumbs .inner {margin: 10px auto;}
}

/*pagination*/
.pagination {margin-top: 20px;}
   .pagination ul {float: right; margin: 0; padding: 0;}
      .pagination li {float: left; width: 29px; height: 29px; text-align: center; background: #FFF; border: 1px solid #313C47; font-size: 14px; line-height: 26px; margin: 0 0 0 9px; padding: 0; z-index: 1;}
      .pagination .pagination__sep {line-height: 20px;}
         .pagination li:before {display: none;}
         .pagination a, .pagination span {display: block; height: 100%; position: relative;}
         .pagination a {text-decoration: none; color: #313C47;}
         .pagination__current span, .pagination a:hover {background: #313C47; color: #FFF;}
      .pagination .pagination__prev, .pagination .pagination__next {line-height: 24px;}
         .pagination__arrow a:before, .pagination__arrow a:after, .pagination__arrow span:before, .pagination__arrow span:after {content: ''; position: absolute; width: 7px; height: 1px; background: #313C47; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .pagination__arrow a:hover:before, .pagination__arrow a:hover:after {background: #FFF;}
         .pagination__prev a:before, .pagination__next a:before, .pagination__prev span:before, .pagination__next span:before {top: 11px;}
         .pagination__prev a:after, .pagination__next a:after, .pagination__prev span:after, .pagination__next span:after {bottom: 11px;}
         .pagination__prev a:before, .pagination__prev a:after, .pagination__prev span:before, .pagination__prev span:after {right: 11px;}
         .pagination__next a:before, .pagination__next a:after,.pagination__next span:before, .pagination__next span:after {left: 11px;}
         .pagination__prev a:before, .pagination__next a:after, .pagination__prev span:before, .pagination__next span:after {-webkit-transform: rotate(-35deg); transform: rotate(-35deg);}
         .pagination__prev a:after, .pagination__next a:before, .pagination__prev span:after, .pagination__next span:before {-webkit-transform: rotate(35deg); transform: rotate(35deg);}

@media screen and (min-width: 1480px) {
   .pagination {margin-right: -30px;}
   .columns .pagination {margin-right: 0;}
}
@media screen and (max-width: 767px) {
   .products:not(.products_no-slider) .pagination {display: none;}
}

/*text-block*/
.text-block__image {float: right; margin: 0 0 20px 20px; text-align: center;}

@media screen and (max-width: 1280px) {
   .text-block__image {float: none; margin-left: 0;}
      .text-block__image img {max-width: 50%;}
}
/*@media screen and (min-width: 768px) and (max-width: 1024px) {
   .text-block__text h1 {margin-right: -50%;}
}*/

/*columns*/
.column__in {height: 100%; padding: 20px 20px 30px; background: #FFF; box-shadow: 0 0 4px rgba(0, 0, 0, 0.1); position: relative;}

@media screen and (min-width: 1280px) {
   .column_left {width: 334px;}
   .columns__in.flex .column_right {padding-left: 20px; width: calc(100% - 334px);}
   .no-flexbox .column_left, .columns__in.cl .column_left {float: left;}
   .no-flexbox .column_right, .columns__in.cl .column_right {padding-left: 352px; width: 100%;}  
   .columns__in.cl .column_title {float: right; width: calc(100% - 352px); position: relative; z-index: 1;}
}
@media screen and (min-width: 1280px) and (max-width: 1365px) {
   .column_left {width: 280px;}
   .columns__in.flex .column_right {width: calc(100% - 280px);}
}
@media screen and (max-width: 1279px) {
   .columns__in {display: block;}
      .column_left {margin-bottom: 20px;}
      .column_right {margin: 0 -30px;}
         .column__in {height: auto;}
         .column_right .column__in {padding: 30px 30px 40px;}
}
@media screen and (max-width: 767px) {
   .column_right {margin: 0 -20px;}
      .column_right .column__in {padding: 30px 20px;}
}
@media screen and (max-width: 413px) {
   .column_right .column__in {padding: 20px;}
}


/*====================================================
   .main-visual
====================================================*/
.main-visual__in {padding-left: 356px;}
   .main-visual__content {padding: 20px 0 76px 0; position: relative;}
      /*slider*/
      .main-visual__slider {width: 66.921%; overflow: hidden;}
         .main-visual__slider:not(.slick-initialized) .main-visual-slider__item:not(:first-child) {display: none !important;}
         /*dots*/
         .main-visual__slider .slick-dots {position: absolute; bottom: 0; left: 0;}
            .main-visual__slider .slick-dots li button {border-color: #313C47;}
            .main-visual__slider .slick-dots li.slick-active button, .main-visual__slider .slick-dots li:hover button {background: #313C47;}
         /*arrows*/
         .main-visual__slider .slick-arrow {top: 50%; bottom: auto; margin-top: -27px; margin-bottom: 0; width: 54px; height: 54px; background: rgba(0, 0, 0, 0.22); border: 1px solid #FFF; border-radius: 100%;}
         .main-visual__slider .slick-arrow:hover {background: rgba(0, 0, 0, 0.5);}
         .main-visual__slider .slick-prev {left: 10px; right: auto;}
         .main-visual__slider .slick-next {right: 10px;}
            .main-visual__slider .slick-arrow:before, .main-visual__slider .slick-arrow:after {width: 13px; background: #FFF;}
            .main-visual__slider .slick-prev:before, .main-visual__slider .slick-next:before {top: 22px;}
            .main-visual__slider .slick-prev:after, .main-visual__slider .slick-next:after {bottom: 22px;}
            .main-visual__slider .slick-prev:before, .main-visual__slider .slick-prev:after {right: 22px;}
            .main-visual__slider .slick-next:before, .main-visual__slider .slick-next:after {left: 22px;}
      /*day-product*/
      .main-visual__product {width: 33.079%; padding-left: 20px;}
         .day-product {height: 100%; background: #D21E31; padding: 30px 24px 20px; color: #FFF;}
         .column_left .day-product-random {padding-top: 20px;}
         .column_left .day-product-random:not(:last-child) {margin-bottom: 40px;}
            .day-product__in {width: 100%;}
               .day-product a {color: #FFF; text-decoration: none;}
               .day-product__title {font-family: "RobotoBlack"; font-size: 28px; margin-bottom: 10px;}
               .day-product__image {margin-bottom: 10px;}
                  .day-product__image img {display: block;}
               .day-product__name {margin-bottom: 15px; font-family: "RobotoMedium"; font-size: 18px; line-height: 1.2;}
                  .day-product__name a {border-bottom: 1px solid transparent;}
                  .day-product__name a:hover {border-bottom: 1px solid rgba(255,255,255,.65);}
               .day-product__rating {margin-bottom: 15px;}
                  .day-product__rating .rating-star .svg-fill {fill: #D21E31;}
                  .day-product__rating .rating-star_active .svg-fill {fill: #FFF;}
                  .day-product__rating .rating-star .svg-stroke {stroke-width: 0; fill: #FFF;} 
               .day-product__details {margin-bottom: 30px; font-size: 14px;}
               .day-product__buy--button-alone > .flex {display: block;}
               .day-product__price {width: 60%; padding-right: 10px;}
                  .day-product__price .price {font-family: "RobotoMedium"; font-size: 34px; line-height: 1;}
               .day-product__button {width: 40%; text-align: right;}
               .day-product__buy--button-alone .day-product__button {width: 100%; text-align: center;}
                  .day-product__button .btn_cart {background: #FFF; border: 2px solid #FFF; display: inline-flex; flex-wrap: nowrap; align-items: center; justify-content: center; padding: 0 10px; white-space: normal; font-size: 13px; line-height: 1.1; color: #D21E31;}
                  .day-product__button .btn_cart:hover {background: #D21E31; color: #FFF;}
                     .day-product__button .btn_cart:hover .svg-fill {fill: #FFF;}
                  .day-product__button .btn_cart.btn_x-light {width: auto; background: none; padding-left: 20px; padding-right: 20px;}
                  .day-product__button .btn_cart.btn_x-light:hover {background: #FFF; color: #D21E31;}
      /*rubrics*/
      .main-visual__rubrics {position: absolute; bottom: 0; left: 0; right: 0; height: 56px; background: #1C2A38;}
         .main-visual__rubrics .menu {height: 100%;}
            .main-visual__rubrics ul {display: table; width: 100%; height: 100%;}
               .main-visual__rubrics li {display: table-cell; vertical-align: middle; text-align: center; padding: 0 20px; font-size: 18px; line-height: 1;}
                  .main-visual__rubrics li:before {display: block; top: 50%; width: 1px; height: 18px; margin-top: -9px; background: #909090;}
                  .main-visual__rubrics li:first-child:before {display: none;}
                  .main-visual__rubrics a {display: inline-block; line-height: 1; border-bottom: 1px solid rgba(255,255,255,0); color: #FFF;}
                  .main-visual__rubrics a:hover {border-bottom: 1px solid rgba(255,255,255,.65); color: #FFF;}

@media screen and (min-width: 768px) {
   .main-visual__slider .slick-list, .main-visual__slider .slick-track {height: 100%;}
      .main-visual__slider img {height: 100%; max-width: none;}
}
@media screen and (min-width: 1025px) {
   /*day-product*/
   .day-product {display: block;}
}
@media screen and (max-width: 1408px) {
   .main-visual__rubrics li {padding: 0 12px; font-size: 16px;}
}
@media screen and (min-width: 1280px) {
   /*slider*/
   .main-visual__slider img {height: 497px; min-height: 100%; max-width: none;}
   /*day-product*/
   .day-product__title {order: 1; -webkit-box-ordinal-group: 1; -webkit-order: 1; -ms-flex-order: 1;}
   .day-product__image {order: 2; -webkit-box-ordinal-group: 2; -webkit-order: 2; -ms-flex-order: 2;}
   .day-product__name {width: 100%; order: 3; -webkit-box-ordinal-group: 3; -webkit-order: 3; -ms-flex-order: 3;}
   .day-product__rating {order: 4; -webkit-box-ordinal-group: 4; -webkit-order: 4; -ms-flex-order: 4;}
   .day-product__details {order: 5; -webkit-box-ordinal-group: 5; -webkit-order: 5; -ms-flex-order: 5;}
   .day-product__buy {width: 100%; order: 6; -webkit-box-ordinal-group: 6; -webkit-order: 6; -ms-flex-order: 6;}
      .day-product__price .price {font-size: 34px; font-size: clamp(24px,1.75vw,34px);}
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
   /*day-product*/
   .day-product__name {font-size: 16px;}
   .day-product__price .price {font-size: 24px; font-size: 1.85vw;}
}
@media screen and (max-width: 1279px) {
   .main-visual__content {display: block; padding-bottom: 0;}
      /*slider*/
      .main-visual__slider {width: 100%; margin-bottom: 20px;}
      /*day-product*/
      .main-visual__product {width: 100%; padding-left: 0;}
         .day-product {padding: 25px;}
            .day-product__in {display: block;}
               .day-product__in > div {padding-left: 40%;}
               .day-product__title {margin-top: -8px;}
               .day-product__in .day-product__image {float: left; width: 40%; margin-bottom: 0; padding: 8px 20px 0 0;}
                  .day-product__image img {margin-bottom: 5px;}
               .day-product__name {font-size: 14px; margin-bottom: 5px;}
               .day-product__in .day-product__rating {float: left; width: 40%; margin-bottom: 0; padding-left: 0; clear: left;}
               .day-product__buy--button-alone .day-product__button {text-align: left;}
      .main-visual__rubrics {display: none;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
    /*.main-visual__slider {height: calc(100% - 260px)}
   .day-product {height: 280px !important}*/
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   /*day-product*/
   .day-product__buy {max-width: 80%;}
}
@media screen and (max-width: 1024px) {
   /*day-product*/
   .main-visual__in {padding-left: 270px;}
      .day-product__price {width: 50%;}
      .day-product__button {width: 50%;}
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
   /*day-product*/
   .day-product__price .price {font-size: 28px;}
}
@media screen and (max-width: 959px) {
   /*slider*/
   .main-visual__slider .slick-arrow {margin-top: -19px; width: 38px; height: 38px;}
      .main-visual__slider .slick-arrow:before, .main-visual__slider .slick-arrow:after {width: 9px;}
      .main-visual__slider .slick-prev:before, .main-visual__slider .slick-next:before {top: 15px;}
      .main-visual__slider .slick-prev:after, .main-visual__slider .slick-next:after {bottom: 15px;}
      .main-visual__slider .slick-prev:before, .main-visual__slider .slick-prev:after {right: 15px;}
      .main-visual__slider .slick-next:before, .main-visual__slider .slick-next:after {left: 15px;}
  /* day-product*/
   .day-product {padding: 20px;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
   /*day-product*/
   .day-product__price .price {font-size: 24px;}
   .day-product__details {margin-bottom: 20px;}
}
@media screen and (max-width: 767px) {
   .main-visual__in {padding-left: 0;}
      /*slider*/
      .main-visual__slider {width: 100%;}
      /*day-product*/
      .main-visual__product {width: 100%;}
         .day-product {display: block;}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
   /*day-product*/
   .day-product__buy {max-width: 568px;}
}
@media screen and (max-width: 599px) {
   /*day-product*/
   .day-product__price .price {font-size: 24px;}
}
@media screen and (max-width: 480px) {
   .main-visual .inner {padding: 0;}
      .main-visual__content {padding-top: 10px;}
         /*slider*/
         .main-visual__slider {margin-bottom: 10px;}
         /*day-product*/
         .day-product__in > div {padding-left: 54%;}
         .day-product__title {margin-bottom: 5px; font-size: 26px;}
         .day-product__in .day-product__image {width: 54%;}
         .day-product__details {margin-bottom: 0;}
         .day-product__in .day-product__buy {padding: 20px 0 0 0; clear: both;}
            .day-product__price {width: 54%; padding-right: 20px; text-align: right;}
            .day-product__button {width: 46%; text-align: left;}
            .day-product__buy--button-alone .day-product__button {text-align: center;}
}
@media screen and (max-width: 413px) {
   /*day-product*/
   .day-product__title {font-size: 24px;}
   .day-product__in .day-product__image {padding-right: 10px;}
   .day-product__details {font-size: 12px;}
   .day-product__price {padding-right: 10px;}
}


/*====================================================
  .advantages 
====================================================*/
.advantages {color: #FFF;}
   .advantages__in {height: 250px; position: relative;}
      .advantages__bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1;}
         .advantages__bg img {display: block; height: 100%; max-width: none; margin-left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
      .advantages-list {width: 100%; text-align: center; position: relative; z-index: 2; font-size: 0; line-height: 0;}
         .advantages-list__item {display: inline-block; vertical-align: top; text-align: left; padding: 0 20px;}
            .advantages-list-item__in {display: inline-block;}
               .advantages-list-item__icon {width: 92px; height: 92px; border: 2px solid #DA1B1D; border-radius: 100%; text-align: center; line-height: 88px;}
               .advantages-list-item__text {padding-top: 12px; font-size: 18px; line-height: 1.2;}

@media screen and (min-width: 1025px) {
   .advantages-list {display: block;}
      .advantages-list-item__icon {float: left;}
      .advantages-list-item__text {padding-left: 105px;}
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
   .advantages-list-item__text {font-size: 16px;}
}
@media screen and (max-width: 1024px) {
   .advantages__in {height: 266px;}
      .advantages-list__item {text-align: center;}
         .advantages-list-item__icon {margin: 0 auto;}
}
@media screen and (max-width: 1024px) {
   .advantages__in {height: 280px;}
}
@media screen and (max-width: 959px) {
   .advantages-list-item__text {font-size: 14px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   .advantages-list {width: 80%; margin: 0 auto;}
      .advantages-list__item {width: 33.333%;}  
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .advantages-list {padding: 0 40px;}
}
@media screen and (min-width: 481px) and (max-width: 599px) {
   .advantages-list {padding: 0 10px;}
      .advantages-list__item {padding: 0 10px}
}
@media screen and (max-width: 480px) {
   .advantages__in {height: 578px;}
      .advantages-list {display: block;}
         .advantages-list__item {display: block; margin-bottom: 20px;}
         .advantages-list__item:last-child {margin-bottom: 0;}
            .advantages-list-item__icon {margin: 0 auto;}
}


/*====================================================
   .certificates
====================================================*/
.certificates-list {font-size: 0; line-height: 0; margin: 0 -50px;}
   .certificates-list-item {display: inline-block; vertical-align: top; width: 223px; padding-left: 70px; margin: 40px 0; font-size: 14px; line-height: 1.2;}
      .certificates-list-item__logo {padding-bottom: 60px; position: relative;}
         .certificates-list-item__logo:after {content: ''; position: absolute; bottom: 20px; left: 50%; width: 1px; height: 33px; background: #DA1B1D;}
         .certificates-list-item__logo img {display: block; margin: 0 auto;}
      .certificates-list-item__image {width: 150px; line-height: 208px; margin: 0 auto 25px;}
         .certificates-list-item__image a {display: inline-block; vertical-align: middle; box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.25);}
         .certificates-list-item__image a:hover {box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);}
            .certificates-list-item__image img {display: block;}

@media screen and (max-width: 1479px) {
   .certificates-list {margin: 0 -30px;}
}
@media screen and (max-width: 1024px) {
   .certificates-list-item {width: 210px; padding-left: 60px; margin: 30px 0 0;}
}
@media screen and (max-width: 767px) {
   .certificates-list {margin: 0 -20px;}
}


/*====================================================
   .offer-unique
====================================================*/
.offer-unique__in {height: 250px; position: relative;}
   .offer-unique a {color: #FFF; text-decoration: none;}
   .offer-unique a:hover {color: #E7445F;}
   .offer-unique__bg {position: absolute; top: 0; left: 0; width: 100%; height: 100%; overflow: hidden; z-index: 1;}
      .offer-unique__bg img {display: block; height: 100%; max-width: none; margin-left: 50%; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
   .offer-unique__content {padding: 0 40px 0 95px; position: relative; z-index: 2; color: #FFF;}
      .offer-unique__title h2, .offer-unique__title .h2 {font-family: "RobotoBold"; font-size: 50px; color: #FFF; padding-left: 55px; margin-left: -55px; position: relative;}
         .offer-unique__title h2:before, .offer-unique__title .h2:before {content: ''; position: absolute; top: 50%; margin-top: -5px; left: 0; width: 55px; height: 15px; background: url('../i/arrow-thin.svg') 100% 0 / cover no-repeat;}
         .offer-unique__title .h2__border {margin-left: 0; padding-left: 24px;}
            .offer-unique__title .h2__border:before {top: 8px; width: 7px; height: 87px; height: calc(100% - 12px);}
      .offer-unique__text {font-size: 22px;}
         .offer-unique__text ul {margin: 0; padding: 0;}
            .offer-unique__text ul li {padding-left: 20px; margin: 0; font-size: 15px; line-height: 1.2;}
               .offer-unique__text ul li:before {top: 6px; width: 8px; height: 8px;}
   
@media screen and (min-width: 1025px) {
   .offer-unique__content {height: 100%;}
      .offer-unique__content > div {height: 100%;}
      .offer-unique__title {width: 33%; float: left;}
         .offer-unique__title h2, .offer-unique__title .h2 {margin-bottom: 0;}
      .offer-unique__text {width: 40%; float: right;}
         .offer-unique__text ul {margin: 30px 0 0 -30px; font-size: 0; line-height: 0;}
            .offer-unique__text ul li {display: inline-block; vertical-align: top; width: calc(50% - 30px); margin-left: 30px;}
}
@media screen and (max-width: 1279px) {
   .offer-unique__text {font-size: 20px;}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .offer-unique__title h2, .offer-unique__title .h2 {font-size: 40px;}
   .offer-unique__text {width: 45%;}
}
@media screen and (max-width: 1024px) {
   .offer-unique__in {height: 360px;}
      .offer-unique__content {padding: 0 33% 0 75px;}
         .offer-unique__text ul li {margin-bottom: 10px;}
         .offer-unique__text ul li:last-child {margin-bottom: 0;}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
   .offer-unique__bg img {-webkit-transform: translateX(-44%); transform: translateX(-44%);}
}
@media screen and (max-width: 767px) {
   .offer-unique__title h2, .offer-unique__title .h2 {font-size: 40px;}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .offer-unique__content {padding-left: 40px;}
      .offer-unique__text {font-size: 18px;}
}
@media screen and (max-width: 599px) {
   .offer-unique__in {display: block; height: auto; padding-bottom: 249px; background: #000418;}
      .offer-unique__bg {top: auto; bottom: 0; height: 249px;}
         .offer-unique__bg img {margin-left: 0; -webkit-transform: translateX(0); transform: translateX(0);}
      .offer-unique__content {padding: 30px 40px 20px;}
         .offer-unique__title h2, .offer-unique__title .h2 {margin-left: -75px;}
            .offer-unique__title .h2__border {padding-left: 20px;}
}
@media screen and (max-width: 413px) {
   .offer-unique__title h2, .offer-unique__title .h2 {font-size: 34px;}
}


/*====================================================
  .rubrics-list
====================================================*/
.rubrics-list {font-size: 0; line-height: 0; margin-left: -20px; margin-bottom: -20px;}
   .rubrics-list-item {display: inline-block; vertical-align: top; width: 25%; padding-left: 20px; margin-bottom: 20px; font-size: 16px; line-height: 1.2;}
      .rubrics-list-item__in {height: 100%; padding: 35px 20px 35px 60px; background: #EDEDED; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .rubrics-list-item__in:hover {background: #E3E3E3; box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);}
         .rubrics-list-item__title {margin-left: -35px; margin-bottom: 6px; font-size: 0; line-height: 0;}
         .rubrics-list-item__title:last-child {margin-bottom: 0;}
            .rubrics-list-item__title .icon-link {vertical-align: top;}
               .rubrics-list-item__title .icon-link__image {width: 35px; line-height: 20px;}
               html[data-agent*="Trident"] .rubrics-list-item__title .icon-link__image {height: 20px;}
               .rubrics-list-item__title .icon-link__text {padding-left: 0; width: calc(100% - 35px); vertical-align: top; font-family: "RobotoMedium"; font-size: 16px; line-height: 1.2; text-transform: uppercase; white-space: normal;}
         .rubrics-list-item ul li {margin-bottom: 5px;}
         .rubrics-list-item ul li:last-child {margin-bottom: 0;}
            .rubrics-list-item ul li a {display: inline-block; padding-left: 12px; position: relative;}
               .rubrics-list-item ul li a:before {content: ''; position: absolute; top: 9px; left: 0; width: 4px; height: 4px; background: #1C2A38; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
               .rubrics-list-item ul li a:hover:before {background: #DA1B1D;}

@media screen and (max-width: 1279px) {
   .rubrics-list-item {width: 50%;}
}
@media screen and (max-width: 599px) {
   .rubrics-list {margin-left: 0;}
      .rubrics-list-item {display: block; padding-left: 0; width: 100%;}
}


/*====================================================
  .products-rubrics
====================================================*/
.content__top .products-rubrics:not(:last-child) {margin-bottom: 15px;}
   .content__top .products-rubrics__list {margin: 0; padding: 0; list-style: none; gap: 10px;}
      .content__top .products-rubrics__list li {margin: 0; padding: 0; margin-bottom: 15px;}
         .content__top .products-rubrics__list li:before {display: none;}
            .content__top .products-rubrics__list a {display: -webkit-inline-flex; display: inline-flex; -webkit-flex-wrap: nowrap; flex-wrap: nowrap; text-decoration: none;}
            .content__top .products-rubrics__list a:hover {color: #DA1B1D;}
               .products-rubrics__icon {margin-right: 10px; flex: 1 0 auto;}
                  .products-rubrics__icon svg {vertical-align: baseline;}
                     .content__top .products-rubrics__list a:hover .svg-stroke {stroke: #DA1B1D;}
                     .content__top .products-rubrics__list a:hover .svg-fill {fill: #DA1B1D;}
               .products-rubrics__text {line-height: 1.2;}

@media screen and (max-width: 1279px) {
   .products-rubrics__list.columns_4 {columns: 3 auto;}
}
@media screen and (max-width: 767px) {
   .products-rubrics__list.columns_4 {columns: 2 auto;}
}
@media screen and (max-width: 480px) {
   .products-rubrics__list.columns_4 {columns: auto;}
}


/*====================================================
  .products-list
====================================================*/
.products__title {position: relative; padding-right: 70px;}
   .products__title h2, .products__title .h2 {display: inline-block; position: relative; padding-right: 40px; background: url('../i/arrow.svg') 100% 8px / 22px 16px no-repeat;}
      .products__title h2 a, .products__title .h2 a {text-decoration: none;}
      .products__title h2 a:hover, .products__title .h2 a:hover {color: #DA1B1D;}
         .products__title h2 a span, .products__title .h2 a span {text-decoration: underline;}
.products__in {position: relative;}
   .products-list {font-size: 0; line-height: 0; position: relative;}
      .products-list.slick-initialized .slick-track {display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap; -webkit-box-align: stretch; -webkit-align-items: stretch; -ms-flex-align: stretch; align-items: stretch;}
      .products-list__item {display: inline-block; vertical-align: top; background: #FFF; padding: 20px 20px 40px; border: 1px solid #DADADA; margin: 0 -1px -1px 0px; font-size: 16px; line-height: 1.2; position: relative;}
      .products_static .products-list__item {padding-bottom: 20px;}
      .products-list.slick-initialized .slick-slide {height: auto;}
         .products-list-item__in {position: relative; z-index: 2;}
            .products-list__item a {text-decoration: none;}
            .products-list-item__image {margin-bottom: 10px; position: relative;}
               .products-list-item__image a {display: block; width: 100%; text-align: center; position: relative; z-index: 1;}
                  .products-list-item__image img {display: block; width: 100%;}
               .products-list-item__label, .products-item__label {position: absolute; top: 10px; left: 10px; font-size: 0; line-height: 0; z-index: 4;}
                  .product-label {display: inline-block; width: 28px; height: 28px; margin-right: 10px; border-radius: 100%; text-align: center; font-family: "RobotoMedium"; font-size: 9px; line-height: 28px; color: #FFF; text-transform: uppercase;}
                  .product-label_new {background: #2D9CDB;}
                  .product-label_hit {background: #FF0000;}
                  .product-label_sale {background: #D12335;}
            .products-list-item__name {margin-bottom: 12px; font-family: "RobotoMedium"; font-size: 20px; line-height: 1.17;}
               .products-list-item__name a:hover {color: #DA1B1D;}
            .products-list-item__availability {margin-bottom: 12px; padding-top: 3px; text-align: left;}
               .products-stock {display: inline-block; vertical-align: middle; position: relative; font-family: "RobotoRegular"; font-size: 12px; line-height: 1.17;}
                  .products-stock .svg-icon {display: inline-block; vertical-align: middle; line-height: 1; margin-right: 2px;}
                  .products-stock__text {display: inline-block; vertical-align: middle; line-height: 1;}
               .products-stock.in-stock {color: #219653;}
               .products-stock.out-of-stock {color: #DA1B1D;}
            .products-list-item__rating {margin-bottom: 15px;}
            .products-list-item__descr, .products-list-item__select {font-size: 14px;}
               .products-list-item__descr > div, .products-list-item__select {padding-bottom: 20px;}
               .products-list-item__descr:not(:last-child) > div {padding-bottom: 10px;}
               .products-list-item__select .tb {height: auto; max-width: 100%;}
                  .products-list-item__select .tb__cell {padding: 0 5px 10px 0;}
                  .products-list-item__select .tb__cell:last-child {padding-right: 0;}
                  .products-list-item__select .tb__row:last-child .tb__cell {padding-bottom: 0;}
               .products-list-item__buy {padding-top: 20px; position: relative;}
                  .products-list-item__buy-row {position: relative; display: grid; grid-template-areas: 
                     "a b c"
                     "d d d";
                  }
                     .products-list-item__price .price {font-size: 20px; grid-area: a;}
                     .products-list-item__price .price-old {position: absolute; bottom: 100%; left: 0; margin-bottom: -5px; opacity: 0.9;}
                        .products-list-item__price .price span span, .products-list-item__price .price .price-span {font-size: 26px;}
                     .products-list-item__quantity {padding: 0 5px; grid-area: b;}
                     .products_rows .products-list-item__quantity {padding: 0;}
                        .products-list-item__quantity .quantity-num {width: 50px; height: 39px; line-height: 38px;}
                        .products-list-item__quantity .quantity-change {height: 39px; margin-left: 5px;}
                           .products-list-item__quantity .quantity-plus {top: 10px;}
                           .products-list-item__quantity .quantity-minus {bottom: 10px;}
                     .products-list-item__button {grid-area: c;}
                        .products-list-item__button .btn.btn_alone {width: auto; padding: 0 15px; font-size: 14px; text-transform: none;}
                        .products-list-item__button .btn.btn-cart {width: 90px;}
                           .products-list-item__button .btn span {display: none;}
                     .products-list-item__note {grid-area: d; font-size: 12px; color: #313C47; padding-top: 5px; text-align: right;}
                     .products.products_rows .products-list-item__note {text-align: left; margin-bottom: 17px; margin-top: -17px;}
               .products-list-item__credit {text-align: center; padding-top: 20px;}
                  .credit-link .icon-link__image {width: 25px; height: 25px;}
                  .credit-link .icon-link__text {width: calc(100% - 25px); white-space: normal; font-size: 12px;}

@media screen and (min-width: 599px) and (max-width: 768px) {
   .credit-link .icon-link__text {padding-left: 0;}
}
/*@media screen and (min-width: 481px)*/
@media screen and (min-width: 600px) {
   .products__title br {display: none;}
}
@media screen and (min-width: 1025px) {
   /*shadows*/
   .products_slider .slick-list {padding-top: 6px;}
   .no-touchevents .slick-track {z-index: 2;}
   .no-touchevents .slick-slide-shadow {position: absolute; top: 7px; bottom: 6px; right: 0; width: 25%; width: calc(25% - 4px); box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1); z-index: 1; opacity: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .no-touchevents .slick-slide-shadow_visible {opacity: 1;}
   .no-touchevents .products-list__item:before {content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; box-shadow: 6px 0px 6px rgba(0, 0, 0, 0.1); z-index: 1; opacity: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .no-touchevents .products-list__item:hover:before {opacity: 1;}
   .no-touchevents .products-list__item.slick-active-last:hover:before {opacity: 0;}
}
@media screen and (min-width: 1280px) {
   .products-list__item {width: 25%;}
   .products_static.columns:not(.products_rows) .products-list__item {width: 33.333%;}
}
@media screen and (min-width: 1480px) {
   .products:not(.products_no-slider) .inner {padding-bottom: 0;}
      .products__title .h2__border {margin-left: -26px;}
      .products_slider .products__in {margin: 0 -50px;}
      .products_static .products__in {margin: 0 -54px 0 -51px;}
      .products_static.columns:not(.products_rows) .products__in {margin: 0 -24px 0 -21px;}
         /*slider white border - quick'n'dirty*/
         .products_slider .slick-list:before {content: ''; position: absolute; left: 0; top: 7px; bottom: 0; width: 1px; background: #FFF; z-index: 3;}
}
/*@media screen and (min-width: 481px) and (max-width: 1479px)*/
@media screen and (min-width: 600px) and (max-width: 1479px) {
   /*slider gray border left&rigth - quick'n'dirty*/
   .products_slider .products-list_full:before, .products_slider .products-list_full:after {content: ''; position: absolute; top: 0; bottom: 0; width: 1px; background: #DADADA; z-index: 4;}
   .products_slider .products-list_full:before {left: 0;}
   .products_slider .products-list_full:after {right: 0;}
   .products_slider .products-list__item {margin-bottom: 0; margin-right: 0; margin-left: -1px;}
}
@media screen and (min-width: 1025px) and (max-width: 1479px) {
   .products_slider .products-list_full:before, .products_slider .products-list_full:after {top: 6px;}
}
@media screen and (min-width: 1280px) and (max-width: 1479px) {
   .products_static .products__in {margin-right: -3px;}
   .products_static.columns:not(.products_rows) .products__in {margin: 0 -23px 0 -21px;}
      .products-list-item__price .price span span, .products-list-item__price .price .price-span {font-size: 24px; letter-spacing: -1px;}
      .products-list-item__quantity .quantity-num {width: 40px;}
      .products-list-item__button a.btn_cart {width: 80px;}
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
   .products-list-item__button .btn.btn_alone {padding: 0 10px; font-size: 13px;}
   .products-list-item__buy .btn_cart.btn_cart-one {width: auto; padding: 0 10px; font-size: 13px;}
}
@media screen and (min-width: 960px) and (max-width: 1024px) {
   .products_static .products-list-item__price .price span span, .products-list-item__price .price .price-span {font-size: 24px; letter-spacing: -1px;}
   .products-list-item__quantity .quantity-num {width: 40px;}
   .products-list-item__button a.btn_cart {width: 80px;}
   .products-list-item__button .btn.btn_alone {padding: 0 10px; font-size: 13px;}
   .products-list-item__buy .btn_cart.btn_cart-one {width: auto; padding: 0 10px; font-size: 13px;}
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
   .products_static .products__in {margin-right: -2px;}
      .products-list__item {width: 33.333%;}
      .no-touchevents .slick-slide-shadow {width: 33.333%;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
   .products_static .products__in {margin-right: -1px;}
}
/*@media screen and (min-width: 481px) and (max-width: 959px)*/
@media screen and (min-width: 640px) and (max-width: 959px) {
   .products-list__item {width: 50%;}
}
@media screen and (max-width: 767px) {
   .products_static.columns:not(.products_no-slider) .products__in {padding-top: 40px;}
   .products_static .products-list.slick-slider:before, .products_static .products-list.slick-slider:after {content: ''; position: absolute; top: 0; width: 1px; height: 100%; background: #DADADA; z-index: 4;}
   .products_static .products-list.slick-slider:before {left:0;}
   .products_static .products-list.slick-slider:after {right: 0;}
   .products_static .products-list.slick-slider .products-list__item {margin-bottom: 0;}
}
@media screen and (min-width: 640px) and (max-width: 767px) {
   .products-list-item__name {font-size: 18px;}
   .products-list-item__price .price span span, .products-list-item__price .price .price-span {font-size: 24px; letter-spacing: -1px;}
   .products-list-item__quantity .quantity-num {width: 40px;}
   .products-list-item__button a.btn_cart {width: 80px;}
   .products-list-item__button .btn.btn_alone {padding: 0 10px; font-size: 13px;}
   .products-list-item__buy .btn_cart.btn_cart-one {width: auto; padding: 0 10px; font-size: 13px;}
}
/*@media screen and (min-width: 481px) and (max-width: 599px) {
   .products-list-item__name {font-size: 16px;}
   .products-list-item__buy {padding-top: 16px;}
      .products-list-item__price .price {font-size: 20px;}
      .products-list-item__buy .btn_cart {width: 87px; font-size: 13px; line-height: 37px;}
}*/
/*@media screen and (max-width: 480px)*/
@media screen and (max-width: 639px) {
   .products:not(.products_no-slider) .inner {padding-bottom: 0;}
      .products__title h2, .products__title .h2 {padding-right: 30px; background-position: 100% 5px;}
         .products-list {margin: 0 -20px;}
            .products-list__item {width: 100%; padding-bottom: 30px;}
            .products_slider .products-list__item {margin: 0 0 -1px -1px;}
}
@media screen and (max-width: 413px) {
   .products__title {padding-right: 60px;}
      .products__title h2, .products__title .h2 {padding-right: 25px; background-size: 18px 14px;}
}
@media screen and (max-width: 374px) {
   .products-list-item__quantity .quantity-num {width: 45px;}
   .products-list-item__button a.btn_cart {width: 80px;}
   .products-list-item__button .btn.btn_alone {padding: 0 10px; font-size: 13px;}
   .products-list-item__buy .btn_cart.btn_cart-one {width: auto; padding: 0 10px; font-size: 13px;}
}


/*====================================================
  .products_rows
====================================================*/
@media screen and (min-width: 768px) {
   .products_rows .products-list {display: block;}
      .products_rows .products-list-item {width: 100%; padding: 20px 0;}
         .products_rows .products-list-item__in:before {content: ''; position: absolute; top: -20px; bottom: -20px; right: 20%; width: 1px; background: #DADADA;}
         .products_rows .products-list-item__in:after {clear: both; content: "."; display: block; height: 0; visibility: hidden;}
         .products_rows .products-list-item__image {float: left; width: 33.301%; padding: 0 20px; margin-bottom: 0;}
         .products_rows .products-list-item__label {left: 30px;}
         .products_rows .products-list-item__text {width: 46.699%; padding: 30px 10px 0; float: left;}
            .products_rows .products-list-item__rating {margin-bottom: 40px;}
         .products_rows .products-list-item__buy {width: 20%; float: left; padding: 30px 20px 0 20px;}
            .products_rows:not(.products_orders) .products-list-item__buy > .flex {display: block;}
               .products_rows .products-list-item__price .price {margin-bottom: 12px;}
               .products_rows .products-list-item__price .price-old {position: relative; margin-bottom: 2px;}
               .products_rows .products-list-item__quantity {margin-bottom: 17px;}
               .products_rows .products-list-item__button {margin-bottom: 12px;}
                  .products_rows .products-list-item__button a.btn_cart {width: 100%;}
                     .products_rows .products-list-item__button .btn_cart .svg-icon {display: none;}
                     .products_rows .products-list-item__button .btn-cart__text {display: block;}
               .products_rows .products-list-item__credit {display: block; text-align: left; padding-top: 0;}
                  .products_rows .products-list-item__credit {display: block;}
                     .products_rows .products-list-item__credit .credit-link + .btn-cart-one {margin-top: 13px;}
}   
@media screen and (min-width: 1280px) {
   .products_static.columns.products_rows .products__in {margin: 0 -21px;}
   .products-list h4, .products-list .h4 {padding-left: 20px;}
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
   .products_rows .products-list-item__in:before {right: 24%;}
   .products_rows .products-list-item__image {width: 33.255%;}
   .products_rows .products-list-item__text {width: 42.745%;}
   .products_rows .products-list-item__buy {width: 24%;}
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
   .products_rows .products__in {margin: 0;}
}
@media screen and (min-width: 960px) and (max-width: 1279px) {
   .products_rows .products-list-item__image {width: 33.263%;}
   .products_rows .products-list-item__text {width: 46.737%;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
   /*.products_rows .products-list-item__image {width: 49.945%;}
   .products_rows .products-list-item__text {width: 30.055%;}*/
      .products_rows .products-list-item__rating {margin-bottom: 20px;}
      .products_rows .products-list-item__image {width: 30.301%;}
      .products_rows .products-list-item__text {width: 43.699%;}
      .products_rows .products-list-item__buy {width: 26%;}
      .products_rows .products-list-item__in:before {right: 26%;}
}


/*====================================================
  .products_custom
====================================================*/
.products_custom .products-list:not(.slick-initialized) {padding-top: 1px; overflow: hidden; -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: nowrap;}
   
@media screen and (min-width: 481px) {
   .products_custom .inner {padding-bottom: 0;}
      .products_custom .products__in {margin: 0 -50px;}
         .products_custom .slick-list {padding-top: 1px;}
            .products_custom .products-list__item {width: 470px; padding: 20px; border: 0; margin: 0; box-shadow: 0 0 0 1px #DADADA;}
               .products_custom .products-list:not(.slick-initialized) .products-list-item__in {width: 390px;}
               .products_custom .products-list__item:not(:last-child):before {right: 1px;}
               .products_custom .products-list-item__image {width: 96px; float: left;}
               .products_custom .products-list-item__text {display: block;}
                  .products_custom .products-list-item__rating {width: 96px; float: left; clear: left; margin-bottom: 0;}
                  .products_custom .products-list-item__name {padding-left: 116px; font-size: 16px;}
                  .products_custom .products-list-item__descr, .products_custom .products-list-item__select {padding-left: 116px; font-size: 13px;}
                  .products_custom .products-list-item__availability {padding-left: 116px;}
               .products_custom .products-list-item__buy {clear: both; padding-top: 0;}
                  .products_custom .products-list-item__buy > div {-webkit-box-pack: flex-start; -webkit-justify-content: flex-start; -ms-flex-pack: flex-start; justify-content: flex-start;}
                     .products_custom .products-list-item__price {/*width: 96px;*/ width: 116px; padding-right: 20px; position: relative; text-align: right;}
                        .products_custom .products-list-item__price .price {margin-right: -8px; font-size: 22px;}
                        .products_custom .products-list-item__price .price-old {top: -20px; bottom: auto; width: 100%; margin: 0;}
                     .products_custom .products-list-item__quantity {padding-right: 20px;}
                        .products_custom .products-list-item__quantity .quantity-num {width: 50px;}
                     .products_custom .products-list-item__button a.btn_cart {width: 107px;}
}
@media screen and (min-width: 1480px) {
   .products_custom .h2__border {margin-left: -20px;}
}
@media screen and (min-width: 481px) and (max-width: 1479px) {
   .products_custom .slick-prev {right: 50px;}
   .products_custom .slick-next {right: 20px;}
}
@media screen and (min-width: 768px) and (max-width: 1479px) {
   .products_custom .products__in {margin: 0 -30px;}
      .products_custom .products-list__item {padding: 40px 30px 40px 30px;}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
   .products_custom .products__in {margin: 0 -20px;}
      .products_custom .products-list__item {padding: 40px 20px;}
}
@media screen and (max-width: 480px) {
   .products_custom .products-list__item {width: 100vw; margin: 0 0 0 -1px;}
      .products_custom .products-list-item__name {order: 1; -webkit-box-ordinal-group: 1; -webkit-order: 1; -ms-flex-order: 1;}
      .products_custom .products-list-item__rating {order: 2; -webkit-box-ordinal-group: 2; -webkit-order: 2; -ms-flex-order: 2;}
      .products_custom .products-list-item__details {order: 3; -webkit-box-ordinal-group: 3; -webkit-order: 3; -ms-flex-order: 3;}
      .products_custom .products-list-item__buy {width: 100%;}
}


/*====================================================
  .products_search
====================================================*/
.products-search__info {font-size: 20px; margin-bottom: 30px;}

@media screen and (max-width: 1024px) {
   .products-search__info {font-size: 18px;}
}
@media screen and (max-width: 767px) {
   .products-search__info {font-size: 16px; margin-bottom: 20px;}
}
@media screen and (max-width: 413px) {
   .products-search__info {font-size: 14px;}
}


/*==========================================================
  .products__filter, .products__popular, .products__controls
==========================================================*/

/*.products__rubrics - OLD*/
.columns .products__rubrics {margin: 0 -24px 20px; padding: 0 4px; border-bottom: 20px solid #EBEBEB;}
   .columns .products-rubrics__list {padding: 0 20px 20px; position: relative;}
   .column_left .products-rubrics__list {padding: 0; margin-top: 20px; margin-bottom: 0;}
   .column_left .day-product-random ~ .products-rubrics__list {margin-top: 40px;}
      .columns .products-rubrics__list:before, .columns .products-rubrics__list:after {content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 1px; box-shadow: 0 1px 2px rgb(0 0 0 / 10%);}
      .columns .products-rubrics__list:after {bottom: -21px; box-shadow: 0 -1px 2px rgb(0 0 0 / 10%);}
      .column_left .products-rubrics__list:before, .column_left .products-rubrics__list:after {display: none;}
      .columns .products-rubrics__list ul {margin: 0; padding: 0; list-style: none;}
         .columns .products-rubrics__list li {padding: 0; margin: 0 0 10px; font-size: 14px;}
         .columns .products-rubrics__list li:last-child {margin-bottom: 0;}
            .columns .products-rubrics__list li:before {display: none;}
            .columns .products-rubrics__list a {text-decoration: none;}
            .columns .products-rubrics__list a:hover {color: #DA1B1D;}
               .column_left .products-rubrics__text {display: inline;}

/*.products__filter*/
.products-filter {position: relative;}
   .products-filter__list {margin-bottom: 15px;}
      .products-filter__title {padding-bottom: 15px; font-family: "RobotoMedium"; font-size: 20px; line-height: 1;}
         .products-filter-toggle {display: inline-block; padding-left: 13px; position: relative; text-decoration: none;}
            /*arrow*/
            .products-filter-toggle__arrow {position: absolute; left: 0; top: 50%; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
            .products-filter-toggle_active .products-filter-toggle__arrow {-webkit-transform: rotateX(180deg); transform: rotateX(180deg);}
               .products-filter-toggle__arrow:before, .products-filter-toggle__arrow:after {content: ''; position: absolute; top: 50%; margin-top: -2px; left: 0; width: 1px; height: 5px; background: #1C2A38;}
               .products-filter-toggle__arrow:before {-webkit-transform: rotate(-40deg); transform: rotate(-40deg);}
               .products-filter-toggle__arrow:after {margin-left: 3px; -webkit-transform: rotate(40deg); transform: rotate(40deg);}
      .products-filter__list ul {margin: 0; padding: 0; font-size: 0; line-height: 0;}
      .products-filter__title + ul {display: none;}
         .products-filter__list ul li {display: inline-block; margin: 0 10px 10px 0; padding: 0; white-space: nowrap;}
            .products-filter__list ul li:before {display: none;}
            .products-filter__list .filter-btn {display: block;}
            .products-filter__list .filter-btn_active {background: #1C2A38; color: #FFF;}
            .touchevents .products-filter__list .filter-btn:not(.filter-btn_active):hover {background: #FFF; color: #1C2A38;}
            .touchevents .products-filter__list .filter-btn:active {background: #1C2A38; color: #FFF;}
               /*cross*/
               .products-filter__list .filter-btn:before, .products-filter__list .filter-btn:after {content: ''; position: absolute; top: 3px; right: 5px; width: 1px; height: 7px; background: #FFF; opacity: 0; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
               .products-filter__list .filter-btn_active:before, .products-filter__list .filter-btn_active:after {opacity: 1;}
               .products-filter__list .filter-btn:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
               .products-filter__list .filter-btn:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
               .products-filter__list .filter-btn span {position: relative;}
                  /*line*/
                  .no-touchevents .products-filter__list .filter-btn span:after {content: ''; position: absolute; left: 0; top: 50%; margin-top: 1px; width: 0; height: 1px; background: #FFF; -webkit-transition: all 0.2s ease 0s; transition: all 0.2s ease 0s;}
                  .no-touchevents .products-filter__list .filter-btn_active:hover span:after {width: 100%; -webkit-transition: all 0.2s ease 0.3s; transition: all 0.2s ease 0.3s;}
   .products-filter-choosen {font-size: 0; line-height: 0;}
      .products-filter-choosen .products-filter__clear, .products-filter-choosen .products-filter__list, .products-filter-choosen .products-filter__list ul {display: inline;}
      .products-filter-choosen .products-filter__list {line-height: 28px;}
      .filter-clear-link {white-space: nowrap;}
      .filter-clear-link.btn {padding: 0 18px 0 28px;}
      .products-filter-choosen .filter-clear-link {display: inline-block; padding-right: 25px; height: 16px; font-size: 14px; line-height: 16px; text-decoration: none; position: relative;}
      .products-filter-choosen .filter-clear-link:hover {color: #DA1B1D;}
         /*cross*/
         .filter-clear-link:before, .filter-clear-link:after {content: ''; position: absolute; top: 50%; margin-top: -4px; left: 13px; width: 1px; height: 8px; background: #DA1B1D; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .filter-clear-link:hover:before, .filter-clear-link:hover:after {background: #FFF;}
         .filter-clear-link:before {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
         .filter-clear-link:after {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
         .products-filter-choosen .filter-clear-link:before, .products-filter-choosen .filter-clear-link:after {left: auto; right: 7px; height: 7px; margin-top: -3px; background: #1C2A38;}
         .products-filter-choosen .filter-clear-link:hover:before, .products-filter-choosen .filter-clear-link:hover:after {background: #DA1B1D;}
         /*circle*/
         .products-filter-choosen .filter-clear-link span:after {content: ''; position: absolute; top: 50%; margin-top: -7px; right: 0; width: 15px; height: 15px; border: 1px solid #1C2A38; border-radius: 100%; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
         .products-filter-choosen .filter-clear-link:hover span:after {border-color: #DA1B1D;}

@media screen and (max-width: 1024px) {
   .products-filter .products-filter__clear {margin-bottom: 15px;}
}
@media screen and (max-width: 599px) {
   .products-filter-choosen {padding-top: 0;}
      .products-filter-choosen .products-filter__clear {display: block;}
         .products-filter-choosen .filter-clear-link {margin: 5px 0 15px;}
}

/*.products__popular*/
.products__popular {margin-bottom: 20px;}
   .products-popular-list_full {display: none; position: absolute; top: 0; left: 0; width: 100%; z-index: 11;}
      .products-popular-list__in {padding: 20px 20px 30px; background: #FFF; box-shadow: 0 4px 4px rgba(0, 0, 0, 0.1);}
         .products-popular-list ul {margin: 0 0 20px; padding: 0;}
         .products-popular-list ul:last-child {margin-bottom: 0;}
         .products-popular-list_short ul {float: left; width: 100%; padding-right: 120px; margin-bottom: 0;}
            .products-popular-list ul li {display: inline-block; margin: 0 10px 0 0; padding: 0; white-space: nowrap; font-size: 14px;}
               .products-popular-list ul li strong {font-size: 16px;}
               .products-popular-list ul li:before {display: none;}
         .products-popular-list__title {font-family: "RobotoMedium"; font-size: 20px;}
         .products-popular-toggle {float: left; width: 110px; /*margin-left: -110px;*/ margin: 10px 0;}

@media screen and (max-width: 599px) {
   .products-popular-list_short ul {float: none; padding-right: 0; margin-bottom: 20px;}
   .products-popular-toggle {float: none; width: 110px; margin-left: 0;}
}

/*.products__controls*/
.products__controls {min-height: 70px; padding: 20px; margin-bottom: 20px; border: 1px solid #909090;}
   .products-controls__left {float: left; width: 100%; min-height: 23px; padding-right: 240px; margin-bottom: -10px;}
   .products-controls__right {float: left; width: 220px; margin-left: -220px; padding-top: 4px;}
   .controls-label {margin-right: 5px; font-size: 14px; line-height: 1; white-space: nowrap;}
   .controls-link {display: inline-block; width: 19px; height: 19px; margin-left: 5px; text-align: center; border-radius: 4px; background: #FFF; border: 1px solid #1C2A38; position: relative;}
   html[data-agent*="Trident"] .controls-link {width: 20px;}
   .controls-link:hover, .controls-link_active {background: #1C2A38;}
   .controls-link_active:not(.sorting-up-link):not(.sorting-down-link) {cursor: default;}
      .controls-link .svg-icon svg {margin: 5px auto 0; display: block;}
      .products__view .controls-link .svg-icon svg {width: 11px; height: 7px;}
      .products__sorting .controls-link .svg-icon svg {width: 7px; height: 7px;}
         .controls-link .svg-stroke {stroke: #1C2A38;}
         .controls-link .svg-fill {fill: #1C2A38;}
         .controls-link:hover .svg-stroke, .controls-link_active .svg-stroke {stroke: #FFF;}
         .controls-link:hover .svg-fill, .controls-link_active .svg-fill {fill: #FFF;}

@media screen and (max-width: 767px) {
   .products__view {display: none;}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .products-controls__left {padding-right: 125px;}
   .products-controls__right {width: 105px; margin-left: -105px;}
}
@media screen and (max-width: 599px) {
   .products__controls {min-height: 0;}
      .products-controls__left {float: none; padding-right: 0; margin-bottom: 0; min-height: 0;}
      .products-controls__right {float: none; width: 100%; margin-left: 0; padding-top: 0;}
}


/*====================================================
  .products-item
====================================================*/

/*.products-item-top*/
.products-item-top__in {position: relative;}
   .products-item-top__left {float: left;}
      .products-item__image {position: relative; overflow: hidden;}
         .products-item-image__slider:not(.slick-initialized) .zoom-link:not(:first-child) img {display: none;}
         /*arrows*/
         .products-item-image__slider .slick-arrow {top: 50%; bottom: auto; margin-top: -19px; margin-bottom: 0; width: 38px; height: 38px; background: rgba(0, 0, 0, 0.22); border: 1px solid #FFF; border-radius: 100%;}
         .products-item-image__slider .slick-arrow:hover {background: rgba(0, 0, 0, 0.5);}
         .products-item-image__slider .slick-prev {left: 10px; right: auto;}
         .products-item-image__slider .slick-next {right: 10px;}
            .products-item-image__slider .slick-arrow:before, .products-item-image__slider .slick-arrow:after {width: 9px; background: #FFF;}
            .products-item-image__slider .slick-prev:before, .products-item-image__slider .slick-next:before {top: 15px;}
            .products-item-image__slider .slick-prev:after, .products-item-image__slider .slick-next:after {bottom: 15px;}
            .products-item-image__slider .slick-prev:before, .products-item-image__slider .slick-prev:after {right: 15px;}
            .products-item-image__slider .slick-next:before, .products-item-image__slider .slick-next:after {left: 15px;}
      .products-item-top__rating .rating__stars {margin-right: 20px;}
      .reviews-link {font-size: 14px;}
   .products-item__properties .tb {height: auto; margin-bottom: 5px;}
      .products-item-properties .tb__cell {padding-bottom: 5px; font-family: "RobotoMedium";}
      .products-item-properties .tb__cell:first-child {width: 58%; padding-right: 20px;}
         .products-item-properties label {font-family: "RobotoMedium"; font-size: 20px; line-height: 1.2;}
      .products-item-properties .tb__cell:last-child {padding-left: 10px;}
         /*.products-item-properties .jq-selectbox {margin-left: -10px;}*/
   .products-item__tabs-link {margin-bottom: 15px;}
      .properties-link {font-size: 14px;}
   .products-item__buy {margin-bottom: 15px;}
      .products-item-price__flex {margin-bottom: 15px;}
         .products-item__button .fl,
         .products-item-price__flex .products-item__price {width: 47.4%;}
         .products-item__button .fr,
         .products-item-price__flex .products-item__quantity {width: 52.6%; padding-left: 15px;}
               .products-item__quantity .quantity-num {width: 70px; height: 32px; line-height: 30px;}
               .products-item__quantity .quantity-change {height: 32px; margin-left: 15px;}
                  .products-item__quantity .quantity-plus {top: 6px;}
                  .products-item__quantity .quantity-minus {bottom: 6px;}
         .products-item__note {width: 100%; font-size: 12px; color: #313C47; padding-top: 5px; padding-left: calc(47.4% + 15px);}
         .products-item__button .btn {width: 100%; font-size: 15px; text-transform: none;}
            .products-item__button .btn_cart .svg-icon {margin-top: 3px;}
            .products-item__button .btn_cart .svg-fill {fill: #FFF;}
            .products-item__button a.btn_cart span {display: inline-block;}
      .products-item__credit {margin-top: 12px;}
   .products-item__info {padding-top: 20px; border-top: 1px solid #DADADA; font-size: 14px; line-height: 1.2;}
      .products-item-info__item:last-child {margin-bottom: 0;}
         .products-item-info__title {margin-bottom: 15px; white-space: nowrap;}
            .products-item-info__title div {display: inline-block; vertical-align: middle;}
            .products-item-info__title .svg-icon {margin-right: 5px;}
         .products-item-info__text {padding-right: 25px;}
            .products-item-info__text .tooltip {position: absolute; margin-left: 7px;}
               .products-item-info__text .tooltip:before {width: 18px; height: 18px; font-size: 14px; line-height: 17px;}
   .products-item__colors {margin-top: 20px; margin-bottom: 20px;}
      .products-item__colors h4, .products-item__colors .h4 {margin-bottom: 20px;}
      .colors-list {margin-left: -15px; margin-bottom: -15px;}
         .colors-list__item {width: 20%; padding-left: 15px; margin-bottom: 15px;}
            .colors-list-item__in {text-decoration: none; height: 100%;}
               .colors-list-item__color {width: 25px; min-width: 25px; height: 25px; margin-right: 15px; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
               .colors-list-item__in:hover .colors-list-item__color {box-shadow: inset 0 0 0 1px #DA1B1D;}
               .colors-list-item__name {font-size: 14px; line-height: 1.2; text-decoration: underline; color: #313C47; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
               .colors-list-item__in:hover .colors-list-item__name {color: #DA1B1D;}

@media screen and (min-width: 1480px) {
  .products-item-top__in {margin-right: -30px;}
}
@media screen and (min-width: 1280px) {
   .products-item-top__left {width: 41.514%;}
   .products-item-top__title {float: right; width: 59.416%; padding-left: 40px; margin-top: -10px;}
   .products-item-top__left {float: left; width: 40.584%;}
   .products-item-top__center {float: left; width: 34%; padding-left: 40px;}
   .products-item-top__right {float: left; width: 25.416%; padding-left: 40px;}
      .products-item-info__list {display: block;}
         .products-item-info__item {margin-bottom: 8px;}
            .products-item-info__title {float: left; width: 100px;}
            .products-item-info__text {padding-left: 110px;}
   .products-item__colors {float: right; width: 59.416%; padding: 0 0 10px 40px; border: 0;}
      .products-item__colors h4, .products-item__colors .h4 {padding-bottom: 10px; margin-bottom: 20px; border-bottom: 1px solid #DADADA;}
   .products-item-top__left .products-item-top__rating {display: none;}
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
   .products-item-properties label {font-size: 18px;}
}
@media screen and (max-width: 1279px) {
   .products-item__image {margin-bottom: 15px;}
   .products-item-properties .tb__cell:last-child {padding-left: 0;}
   .products-item-top__center .products-item-top__rating {display: none;}
   .products-item__button .fl,  
   .products-item-price__flex .products-item__price {width: 50%; padding-right: 10px;}
   .products-item__button .fr, 
   .products-item-price__flex .products-item__quantity {width: 50%; padding-left: 10px;}
   .products-item__note {padding-left: calc(50% + 10px);}
   .products-item__button .btn_alone {width: calc(50% - 10px);}
}
@media screen and (min-width: 481px) and (max-width: 1279px) {
   .products-item-properties .tb__cell:first-child {width: 50%; padding-right: 10px;}
   .products-item-properties .tb__cell:last-child {width: 50%; padding-left: 10px;}
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
   .products-item-top__left {width: 48.307%;}
      .products-item-top__rating {margin-bottom: 20px;}
   .products-item-top__center {float: right; width: 51.693%; padding-left: 20px;}
   .products-item__info {clear: both; width: 100%;}
      .products-item-info__list {margin-left: -40px;}
         .products-item-info__item {width: 33.333%; padding-left: 40px;}
}
@media screen and (min-width: 768px) and (max-width: 1279px) {
   .products-item__buy {float: right; position: relative; width: 51.693%; margin-bottom: 28px; padding-left: 20px;/* padding-bottom: 49px;*/}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .products-item-top__left {width: 41.514%;}
   .products-item-top__center, .products-item__buy {width: 58.486%; padding-left: 40px;}
   .products-item__colors {padding-top: 20px; border-top: 1px solid #DADADA;}
}
@media screen and (max-width: 1024px) {
   .products-item-top .inner {margin-bottom: 0; padding-bottom: 0; box-shadow: none;}
      .products-item-properties .tb__cell {font-family: "RobotoRegular"; font-size: 14px;}
         .products-item-properties .jq-selectbox {margin-left: 0;}
         .products-item-properties label {font-size: 16px;}
      .products-item__info {padding-bottom: 20px; border-bottom: 1px solid #DADADA;}
      .products-item__colors {padding-bottom: 20px; border-bottom: 1px solid #DADADA;}
}
@media screen and (max-width: 767px)  {
   .products-item-top__right {clear: both;}
   .colors-list__item {width: 25%;}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .products-item-top__center {margin-bottom: 15px;}
      .products-item-properties .tb__cell {font-size: 14px;}
         .products-item-properties label {font-size: 14px;}
   .products-item__price {width: 48.307%; text-align: right;}
}
@media screen and (max-width: 599px) {
   .products-item-top__left {float: none; width: 100%; margin-bottom: 20px;}
   .products-item-top__center {margin-bottom: 20px;}
      .products-item__tabs-link {margin-bottom: 0;}
   .products-item__buy {margin-bottom: 20px;}
      .products-item__button > .btn_alone {width: 45%;}
   .products-item-info__item {margin-bottom: 20px;}
   .colors-list__item {width: 33.333%;}
}
@media screen and (max-width: 480px) {
   .products-item__image {margin-left: -20px; margin-right: -20px;}
   .products-item__properties .tb, .products-item__properties .tb__row, .products-item__properties .tb__cell {display: block;}
      .products-item-properties .tb__cell:first-child {width: 100%;}
      .products-item-properties .tb__cell:last-child {padding-bottom: 10px;}
   .products-item-price__flex .products-item__quantity {width: auto;}
   .products-item__note {width: 100%; text-align: right;}
   .products-item__credit {margin-top: 20px;}
   .products-item__button .btn_alone {width: 100%;}
   .products-item__info {margin: 0 -20px; padding: 20px 20px 30px;}
   .products-item__colors {margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;}
   .colors-list__item {width: 50%;}
}

/*.products-item__accessory*/
.products-item-accessory__list {margin: 40px 0 -20px -20px; font-size: 0; line-height: 0;}
   .products-item-accessory__item {display: inline-block; vertical-align: top; width: 25%; margin-bottom: 40px; padding-left: 50px; padding-right: 50px; font-size: 16px; line-height: 1.5;}
      .products-item-accessory__checkbox {position: relative; margin-bottom: 10px;}
         .products-item-accessory__item .checkbox__label {display: inline; font-family: "RobotoMedium"; font-size: 20px; line-height: 1.15;}
            .products-item-accessory__item .checkbox__text {display: inline; padding-left: 0; color: #313C47;}
               .products-item-accessory__item .checkbox__text:before {top: 6px; left: -30px;}
               .products-item-accessory__item .checkbox__text:after {top: 9px; left: -27px;}
            .products-item-accessory__item .tooltip {position: absolute; margin-top: 3px;}

@media screen and (min-width: 1280px) and (max-width: 1366px) {
   .products-item-accessory__list {margin-left: 0;}
      .products-item-accessory__item {padding-left: 30px;}
         .products-item-accessory__item .checkbox__label {font-size: 18px;}
}
@media screen and (max-width: 1279px) {
   .products-item-accessory__item {width: 50%;}
}
/*@media screen and (min-width: 600px) and (max-width: 1279px) {
   .products-item-accessory__item:nth-child(even) .tooltip__in {left: auto; right: -20px;}
      .products-item-accessory__item:nth-child(even) .tooltip__in:before, .products-item-accessory__item:nth-child(even) .tooltip__in:after {left: auto; right: 33px;}
      .products-item-accessory__item:nth-child(even) .tooltip__in:before {margin-left: 0; margin-right: -8px;}
      .products-item-accessory__item:nth-child(even) .tooltip__in:after {margin-left: 0; margin-right: -6px;}
}*/
@media screen and (max-width: 1024px) {
   .products-item-accessory .inner {margin-bottom: 0; box-shadow: none;}
      .products-item-accessory .inner:before {content: ''; position: absolute; bottom: 100%; left: 0; width: 100%; height: 6px; background: #FFF;}
}
@media screen and (max-width: 767px) {
   .products-item-accessory__list {margin-top: 0; margin-bottom: -20px; padding-top: 10px;}
      .products-item-accessory__item {margin-bottom: 30px;}
         .products-item-accessory__checkbox {margin-bottom: 5px;}
            .products-item-accessory__item .checkbox__label {font-size: 18px; line-height: 1.3;}
               .products-item-accessory__item .checkbox__text:before {top: 5px;}
               .products-item-accessory__item .checkbox__text:after {top: 8px;}
            .products-item-accessory__item .tooltip {margin-top: 2px;}
         .products-item-accessory__price .price {font-family: "RobotoMedium"; font-size: 18px;}
}
@media screen and (max-width: 599px) {
   .products-item-accessory__list {margin-left: 0;}
      .products-item-accessory__item {display: block; width: 100%; padding-left: 30px;}
}
@media screen and (max-width: 413px) {
   .products-item-accessory__list {padding-top: 0; margin-bottom: -10px;}
      .products-item-accessory__item {margin-bottom: 20px;}
         .products-item-accessory__item .checkbox__label {font-size: 16px;}
            .products-item-accessory__item .checkbox__text:before {top: 4px; left: -25px;}
            .products-item-accessory__item .checkbox__text:after {top: 7px; left: -22px;}
      .products-item-accessory__price .price {font-size: 16px; line-height: 1.45;}
}

/*.products-item__tabs*/
.tabs__links {height: 60px; background: #F2F2F2;}
   .tabs__links ul {margin: 0; padding: 0; display: table; height: 100%;}
      .tabs__links ul li {margin: 0; padding: 0 50px; display: table-cell; vertical-align: middle; text-align: center; font-family: "RobotoMedium"; font-size: 20px; line-height: 1; cursor: pointer;}
      .tabs__links ul li.current {background: #FFF;}
         .tabs__links ul li:before {display: none;}
         .tabs__links ul li:after {content: ''; position: absolute; top: 0; right: -1px; width: 1px; height: 60px; background: #DADADA;}
         .tabs__links ul li:last-child:after, .tabs__links ul li.current:after {display: none;}
.tabs-item-toggle {position: absolute; top: 0; left: 0; width: 100%; height: 50px; padding: 0 20px; background: #F2F2F2; border-top: 1px solid #DADADA; font-family: "RobotoMedium"; font-size: 20px; line-height: 1;}
.tabs-item:first-child .tabs-item-toggle {border-top: 0;}
.tabs-item-toggle_current {background: #FFF;}
.tabs-item__in {padding: 50px;}
   .tabs-item__in ul li {padding-left: 10px;}
      .tabs-item__in ul li:before {top: 10px; background: #313C47; border-radius: 100%;}
   .files-list {margin-bottom: -20px;}
      .files-list-item {margin-bottom: 20px;}
         .files-list-item a {text-decoration: none;}
            .files-list-item__icon {width: 31px; min-width: 31px;}
            .files-list-item__text {width: calc(100% - 31px); padding-left: 20px;font-size: 14px; line-height: 1.2;}
            .files-list-item a:hover .files-list-item__text {text-decoration: underline;}
   .review-form {margin-bottom: 40px;}
      .review-form .btn {width: 190px;}
      .reviews-list-item {margin-top: 20px; padding-top: 20px; border-top: 1px solid #DADADA;}
         .reviews-list-item__name {font-family: "RobotoMedium";}
         .reviews-list-item__date {margin-bottom: 5px; font-size: 14px; color: #909090;}
         .reviews-list-item__rating {margin-bottom: 5px;}
         .reviews-list-item__text {font-size: 14px;}

@media screen and (min-width: 768px) {
   .tabs-item {display: none;}
   .tabs-item_visible {display: block;}
      .tabs-item__toggle {display: none;}
}
@media screen and (min-width: 1025px) {
   .products-item__tabs .inner {padding: 0;}
      .tabs-item-column_left {width: calc(100% - 170px); padding-right: 30px;}
      .tabs-item-column_right {width: 170px; margin: -50px 0; padding: 50px 0 50px 30px; border-left: 1px solid #DADADA;}
      .review-form {width: 640px;}
}
@media screen and (min-width: 1025px) and (max-width: 1479px) {
   .tabs-item__in {padding: 50px 30px;}
}
@media screen and (max-width: 1024px) {
   .products-item__tabs .inner {position: relative; padding-top: 0;}
      .products-item__tabs .inner:before {content: ''; position: absolute; bottom: 100%; left: 0; width: 100%; height: 6px; background: #FFF;}
      .tabs {border: 1px solid #DADADA;}
         .tabs__links ul {width: 100%;}
            .tabs__links ul li {padding: 0 40px;}
            .tabs-item__columns {display: block;}
               .tabs-item-column_left {margin-bottom: 30px;}
               .tabs-item-column_right {border-top: 1px solid #DADADA;}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
   .files-list {margin-left: -40px; font-size: 0; line-height: 0;}
      .files-list-item {display: inline-block; vertical-align: top; padding-left: 40px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   .tabs-item__in {padding: 40px 40px 30px;}
      .tabs-item-column_right {padding: 30px 40px 0; margin: 0 -40px;}
      .files-list-item {width: 25%;}
}
@media screen and (max-width: 767px) {
   .tabs__links {display: none;}
   .tabs-item {height: 0; padding-top: 50px; overflow: hidden; position: relative; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .tabs-item__in {padding: 10px 20px 30px;}
         .tabs-item-column_right {padding: 30px 20px 0; margin: 0 -20px;}
         .review-form {margin-bottom: 20px;} 
            .reviews-list-item {margin-left: -20px; margin-right: -20px; padding-left: 20px; padding-right: 20px;}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .files-list-item {width: 33.333%;}
}
@media screen and (max-width: 480px) {
   .products-item__tabs .inner {padding-bottom: 0;}
      .products-item__tabs .tabs {margin: 0 -20px; border: 0;}
         .tabs-item:first-child .tabs-item-toggle {border-top: 1px solid #DADADA;}
}
@media screen and (max-width: 413px) {
   .review-form .btn {width: 100%;}
}


/*====================================================
   .cart
====================================================*/
.cart_credit-text {font-size: 20px;}

@media screen and (max-width: 1024px) {
   .cart_top {padding-bottom: 6px;}
      .cart_top .inner {margin-bottom: 0; padding-bottom: 0;}
      .cart_credit-text {font-size: 18px;}
      .cart_bottom .inner {position: relative;}
         .cart_bottom .inner:before {content: ''; position: absolute; bottom: 100%; left: 0; width: 100%; height: 6px; background: #FFF;}
         .cart_bottom h2, .cart_bottom .h2 {font-family: "RobotoMedium"; font-size: 32px;}
}
@media screen and (max-width: 767px) {
   .cart_bottom h2, .cart_bottom .h2 {font-size: 30px;}
}
@media screen and (max-width: 413px) {
   .cart_bottom h2, .cart_bottom .h2 {font-size: 28px; text-align: center;}
}

/*cart-list*/
.cart-list {margin: -30px -50px 40px;}
   .cart-list-item {height: 200px;}
      .cart-list-item .tb__cell {padding-top: 30px; padding-bottom: 30px; border-bottom: 1px solid #DADADA;}
      .cart-list-item__image {width: 250px; padding-left: 50px;}
      .cart-list-item__text {padding-left: 40px;}
         .cart-list-item__name {margin-bottom: 10px; font-family: "RobotoMedium"; font-size: 20px; line-height: 1.17;}
            .cart-list-item__name a {text-decoration: none;}
            .cart-list-item__name a:hover {color: #DA1B1D;}
         .cart-list-item__details {font-size: 14px;}
      .cart-list-item__info {padding-right: 50px;}
         .cart-list-item__quantity {width: 125px; padding-left: 30px;}
            .quantity-num {width: 70px; height: 34px; line-height: 32px; border: 1px solid #909090; text-align: center; white-space: nowrap;}
            .quantity-change {width: 10px; height: 34px; margin-left: 15px; position: relative;}
               .quantity-change a {display: block; position: absolute; left: 0;}
               .quantity-change a:hover {opacity: 0.5;}
               .quantity-plus {top: 7px; border-bottom: 5px solid #1C2A38; border-left: 5px solid transparent; border-right: 5px solid transparent;}
               .quantity-minus {bottom: 7px; border-top: 5px solid #1C2A38; border-left: 5px solid transparent; border-right: 5px solid transparent;}
         .cart-list-item__price {width: 180px; padding-left: 60px;}
         .cart-list-item__delete {padding-left: 60px; width: 84px;}
            .delete-link {display: block; width: 24px; height: 24px; background: #FFF; border: 1px solid #D21E31; border-radius: 100%; position: relative;}
            .delete-link:hover {background: #D21E31;}
               .delete-link:before, .delete-link:after {content: ''; position: absolute; top: 50%; left: 50%; margin-left: -5px; width: 10px; height: 1px; background: #D21E31; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
               .delete-link:hover:before, .delete-link:hover:after {background: #FFF;}
               .delete-link:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
               .delete-link:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}

@media screen and (min-width: 481px) {
   .cart-list-item__image img {width: 250px;}
}
@media screen and (max-width: 1479px) {
   .cart-list {margin: -30px -30px 40px;}
      .cart-list-item__image {width: 230px; padding-left: 30px;}
      .cart-list-item__info {padding-right: 30px;}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
   .cart-list-item__name {font-size: 16px;}
}
@media screen and (max-width: 1024px) {
   .cart-list {margin-bottom: 0;}
      .quantity-num {width: 50px; height: 30px; line-height: 28px;}
         .quantity-change {height: 30px; margin-left: 10px;}
            .quantity-plus {top: 5px;}
            .quantity-minus {bottom: 5px;}
      .cart-list-item__price {width: 150px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   .cart-list-item__text {padding-left: 20px;}
   .cart-list-item__quantity {width: 100px; padding-left: 30px;}
   .cart-list-item__price {padding-left: 30px;}
   .cart-list-item__delete {padding-left: 20px; width: 44px;}
}
@media screen and (max-width: 767px) {
   .cart-list {margin: 0 -20px;}
      .cart-list__in, .cart-list-item, .cart-list-item .tb__cell {display: block;}
      .cart-list-item {height: auto; margin-bottom: 20px; padding: 0 20px 30px; border-bottom: 1px solid #DADADA;}
      .cart-list-item:last-child {margin-bottom: 0;}
         .cart-list-item .tb__cell {padding-top: 0; padding-bottom: 0; border-bottom: 0;}
         .cart-list-item__image {padding-left: 0}
         .cart-list-item__text {padding-left: 0;}
         .cart-list-item-info__in {float: none; padding-top: 20px; -webkit-box-align: flex-end; -webkit-align-items: flex-end; -ms-flex-align: flex-end; align-items: flex-end;}
            .cart-list-item__quantity {padding-left: 0; width: 95px;}
            .cart-list-item__price {width: 150px; padding-left: 0;}
               .cart-list-item__price .price {margin-bottom: -8px;}
            .cart-list-item__delete {width: 24px; padding-left: 0;}
            .cart-list-item__info {padding-right: 0;}
}
@media screen and (min-width: 481px) and (max-width: 767px) {
   .cart-list-item__image {float: left;}
   .cart-list-item__text {padding-left: 250px;}
      .cart-list-item__name {padding-top: 20px;}
   .cart-list-item-info {clear: both; margin-top: 20px;}
      .cart-list-item__price {width: 135px; text-align: right;}
         .cart-list-item__price .price {margin-right: -8px;}
      .cart-list-item__delete {margin-left: 20px;}
}
@media screen and (min-width: 481px) and (max-width: 599px) {
   .cart-list-item__name {font-size: 18px;}
}
@media screen and (max-width: 480px) {
   .cart-list-item__image {width: 100%; margin-bottom: 10px;}
   .cart-list-item-info__in {-webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between;}
}

/*cart-form*/
.cart-form {margin-bottom: 40px; padding: 40px 30px; background: #EDEDED;}
   .cart-form__in {margin-left: -50px; margin-bottom: -20px; font-size: 0; line-height: 0;}
      .cart-form__section {display: inline-block; vertical-align: top; width: 50%; margin-bottom: 40px; padding-left: 50px; font-size: 16px; line-height: 1.4;}
         .cart-form__text {margin-bottom: 20px;}
         .cart-form__buttons {margin-bottom: 10px; margin-left: -10px;}
            .cart-form__buttons > div {float: left; margin-left: 10px; margin-bottom: 10px;}
               .cart-form__buttons .btn {padding-left: 15px; padding-right: 15px;}
               .cart-btn_active {background: #1C2A38; color: #FFF;}
               .touchevents .cart-btn:not(.cart-btn_active):hover {background: #FFF; color: #1C2A38;}
               .touchevents .cart-btn:active {background: #1C2A38; color: #FFF;}
         .receivers-list {margin-bottom: 20px;}
            .receivers-list__item + .receivers-list__item {margin-top: 40px;}
         .cart-form .radio {margin-top: 20px;}

@media screen and (min-width: 1025px) {
   .cart-form__payment textarea {height: 149px;}
}
@media screen and (max-width: 1024px) {
   .cart-form {padding: 30px; margin-bottom: 30px;}
      .cart-form__in {margin-left: 0; margin-bottom: -30px;}
         .cart-form__section {display: block; width: 100%; padding-left: 0;}
}
@media screen and (max-width: 767px) {
   .cart-form {padding: 30px 20px;}
      .cart-form__text {font-size: 14px;}
}
@media screen and (max-width: 480px) {
   .cart-form {margin: 0 -20px 30px; margin-bottom: 20px;}
      .cart-form__section {margin-bottom: 30px;}
         .cart-form__buttons .btn {padding-left: 10px; padding-right: 10px;}
         .cart-form .btn_dark {height: 30px; line-height: 28px; font-size: 12px;}
}
@media screen and (max-width: 413px) {
   .cart-form__text {font-size: 12px;}
   .cart-form__fields .form__field:not(:last-child) .checkbox {margin-bottom: 20px;}
   .receivers-list__item + .receivers-list__item {margin-top: 20px;}
   .cart-form__buttons {margin-bottom: 0; margin-left: 0;}
      .cart-form__buttons > div {float: none; margin-left: 0;}
         .cart-form .btn_dark {width: 100%;}
   .cart-form .radio {margin-top: 10px;}
   .cart-form .radio + .radio {margin-top: 15px;}
}

/*cart-total*/
.cart-total {margin-bottom: 20px; font-size: 26px;}
.cart-total_full {margin-left: -50px;}
   .cart-total__left, .cart-total__right {width: 50%; padding-left: 50px;}
   .cart-total__summ {margin-top: 10px;}
   .cart-total_full .cart-total__summ {margin: 0 0 15px;}
   .cart-total__comment {font-size: 16px; line-height: 1.4; padding-bottom: 3px;}
   .cart__total .form__policy .checkbox__text {color: #313C47;}
      .cart__total .form__policy .checkbox__text:before {border-color: #313C47;}

@media screen and (max-width: 1279px) {
   .cart-total {font-size: 24px;}
}
@media screen and (max-width: 1024px) {
   .cart-total {margin-bottom: 0;}
   .cart_top .cart-total {border-bottom: 1px solid #DADADA;}
   .cart-total_full {margin-left: -30px;}
      .cart-total__left, .cart-total__right {padding-left: 30px;}
      .cart-total__left {width: 40%;}
      .cart-total__right {width: 60%;}
         .cart-total__discount-summ {margin-bottom: 15px;}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
   .cart_top .cart-total {padding: 30px; margin: 0 -30px;}
      .cart-total__left {font-size: 16px;}
         .cart-total__left strong {font-size: 18px;}
}
@media screen and (max-width: 767px) {
   .cart-total {font-size: 22px;}
   .cart_top .cart-total {padding: 20px; margin: 0 -20px;}
   .cart-total_full {display: block; margin-left: 0;}
      .cart-total__left, .cart-total__right {width: 100%; padding-left: 0;}   
      .cart-total__left {margin-bottom: 20px;}  
         .cart-total__discount-summ {margin-bottom: 10px;}   
         .cart-total__comment {font-size: 14px; padding-bottom: 0;}
}
@media screen and (max-width: 599px) {
   .cart-total {font-size: 20px;}
}
@media screen and (max-width: 413px) {
   .cart-total {font-size: 18px;}
   .cart-total__comment {font-size: 12px;}
}


/*====================================================
  .registration
====================================================*/
.registration-form input[required="required"] {border-color: #1C2A38;}
.registration-form input[required="required"]::-webkit-input-placeholder {color: #1C2A38;}
.registration-form input[required="required"]::-moz-placeholder {color: #1C2A38;}
.registration-form input[required="required"]:-moz-placeholder {color: #1C2A38;}
.registration-form input[required="required"]:-ms-input-placeholder {color: #1C2A38;}

@media screen and (min-width: 481px) {
   .registration-form input[type="password"] {width: 50%; width: calc(50% - 10px);}
}


/*====================================================
  .profile
====================================================*/

/*.profile-sidebar*/
.profile .column_left .column__in {padding: 0;}
   .profile-sidebar-title {height: 90px; padding: 0 10px 0 30px; background: #1C2A38; font-family: "RobotoBold"; font-size: 26px; color: #FFF; line-height: 1; text-transform: uppercase;}
      .profile-sidebar-title .svg-icon img {vertical-align: baseline;}
      .profile-sidebar-title__text {padding-left: 20px;}
   .profile-menu li {font-size: 20px; line-height: 1;}
      .profile-menu li a {height: 60px; padding: 0 10px 0 30px; border-bottom: 1px solid #DADADA;}
      .profile-menu li a:hover, .profile-menu li a.active {color: #313C47;}
      .profile-menu li a.active {font-family: "RobotoBold";}
         .profile-menu .icon-link__image {width: 40px;}

@media screen and (min-width: 768px) {
   .profile .column-title__in h1 {margin-bottom: 30px;}
}
@media screen and (min-width: 1280px) {
   .profile .column_right .column__in {padding: 40px;}
   .profile .column-title__in {padding: 40px 40px 0;}
}
@media screen and (min-width: 600px) and (max-width: 1279px) {
   .profile-menu ul {font-size: 0; line-height: 0;}
      .profile-menu ul li {display: inline-block; vertical-align: top; width: 50%;}
}
@media screen and (min-width: 1025px) and (max-width: 1279px) {
   .profile-sidebar-title {height: 70px; font-size: 20px;}
}
@media screen and (max-width: 1024px) {
   .profile-sidebar-title {height: 50px; font-size: 16px;}
      .profile-sidebar-title .svg-icon img {width: 18px;}
      .profile-sidebar-title__text {padding-left: 15px;}
}
@media screen and (max-width: 480px) {
   .profile-sidebar-title {margin: 0 -20px; padding: 0 40px;}
      .profile-menu li a {padding-left: 20px;}
}

/*.profile-orders*/
.profile-orders .profile-orders__item, .profile-orders__header {border-bottom: 1px solid #DADADA;}
.profile-orders .profile-orders__item:last-child {border-bottom: 0;}
   .profile-orders__item .tb__row {height: 90px;}
      .profile-orders .tb__cell {width: 20%; padding: 20px 0 20px 40px;  white-space: nowrap;}
      .profile-orders .profile-orders__repeat {padding-right: 40px; text-align: right;}
      .profile-orders__header .tb__cell {padding-bottom: 10px; vertical-align: bottom; font-family: "RobotoMedium"; font-size: 20px; line-height: 1.14;}
         .profile-orders__repeat .btn {height: 32px; line-height: 29px;}
.products_orders {height: 0; overflow: hidden; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .products_orders .products-list-item__buy {padding-top: 0;}
   .no-touchevents .products_orders .products-list__item:before {display: none;}

@media screen and (min-width: 481px) {
   .profile-orders__header .tb__cell br {display: none;}
}
@media screen and (min-width: 768px) {
   .profile-orders__header .tb__cell {padding-top: 0;}
   .profile-orders .profile-orders__info > div {width: 70px;}
      .profile-orders__link {margin-bottom: -16px; font-size: 14px;}
   .products_orders .products-list-item {padding: 30px 0; border-left: 0; border-right: 0; border-top: 0; margin: 0;}
   .products_orders .products-list-item:first-child {padding-top: 0;}
   .products_orders .products-list-item:last-child {border-bottom: 0;}
      .products_orders .products-list-item__in:before {top: 0; bottom: 0;}
      .products_orders .products-list-item__image {float: none; width: 240px; padding: 0;}
      .products_orders .products-list-item__text {float: none; width: calc(100% - 240px - 20%); padding-top: 0; padding-left: 30px;}
         .products_orders .products-list-item__rating {float: none;}
         .products_orders .products-list-item__descr > div, .products_orders .products-list-item__select {padding-bottom: 0;}
      .products_orders .products-list-item__buy {padding-top: 0;}
         .products_orders .products-list-item__buy > .flex {height: 100%}
            .products_orders .products-list-item__buy .price {margin-bottom: 0;}
}
@media screen and (min-width: 1280px) {
   .profile-orders {margin-left: -40px; margin-right: -40px;}
      .products_orders .products-list-item__image {width: 280px; padding: 0 40px;}
      .products_orders .products-list-item__text {width: calc(100% - 280px - 20%); padding-left: 0;}
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
   .products_orders .products-list-item__text {width: calc(100% - 280px - 24%);}
}
@media screen and (max-width: 1279px) {
   .profile-orders .profile-orders__info.tb__cell {padding-left: 0;}
   .profile-orders .profile-orders__repeat {padding-right: 0;}
}
@media screen and (max-width: 767px) {
   .profile-orders {margin: -20px 0 0;}
      .profile-orders__item .tb__row {height: 65px;}
         .profile-orders .tb__cell {font-size: 14px; vertical-align: top; padding: 10px 0 10px 20px;}
         .profile-orders .tb__cell {width: 29%;}
         .profile-orders .profile-orders__info.tb__cell {width: 14%;}
         .profile-orders__header .tb__cell {font-size: 18px;}
         .profile-orders .profile-orders__repeat {display: none;}
            .profile-orders__link {margin-top: 5px; margin-bottom: 0;}
         .products_orders .products-list-item__in {display: block;}
}
@media screen and (min-width: 481px) and (max-width: 767px)  {
   .products_orders .products__in {margin-right: -1px;}
      .profile-orders__item:last-child .products_orders .products__in {border-bottom: 1px solid #DADADA;}
}
@media screen and (max-width: 480px) {
   .profile-orders {margin: -20px -20px -31px;}
      .profile-orders .tb__cell {width: 25%; padding-left: 5px;}
      .profile-orders .profile-orders__info.tb__cell {width: 23%; padding-left: 20px;}
      .profile-orders .profile-orders__repeat {padding-right: 20px;}
      .profile-orders .profile-orders__header .tb__cell {vertical-align: top; font-size: 16px;}
      .products_orders .products-list-item {border-left: 0; border-right: 0; border-top: 0; padding: 20px 40px; margin: 0;}
      .products_orders .products-list-item:first-child {padding-top: 0;}
      .products_orders .products-list-item:last-child {border-bottom: 0;}
}
@media screen and (max-width: 413px) {
   .profile-orders {margin: -20px -20px -21px;}
      .profile-orders .tb__cell {font-size: 12px;}
}

/*profile-bonus*/
.profile-bonus__info {margin-bottom: 30px; border-bottom: 1px solid #DADADA;}
   .profile-bonus__percent, .profile-bonus__summ {margin-bottom: 30px;}
   .profile-bonus__percent {margin-right: 80px;}
      .profile-bonus__info strong {white-space: nowrap; font-size: 40px; line-height: 1;}
.profile-bonus__rules table td {white-space: nowrap;}

@media screen and (min-width: 481px) {
   .profile-bonus__percent, .profile-bonus__summ {display: block;}
}
@media screen and (min-width: 1280px) {
   .profile-bonus__info {margin-left: -40px; margin-right: -40px; padding: 0 40px;}
}
@media screen and (max-width: 767px) {
   .profile-bonus__percent, .profile-bonus__summ {margin-bottom: 20px;}
   .profile-bonus__percent {margin-right: 40px;}
      .profile-bonus__info strong {font-size: 36px;}
}
@media screen and (max-width: 480px) {
   .profile-bonus__info {display: block; margin: 0 -20px 20px; padding: 0 20px;}
      .profile-bonus__percent {margin-right: 0;}
         .profile-bonus__info h4, .profile-bonus__info .h4 {margin-bottom: 0;}
         .profile-bonus__info strong {display: block; padding-left: 10px; margin-bottom: -2px; font-size: 32px;}
}
@media screen and (max-width: 413px) {
   .profile-bonus__info strong {font-size: 28px;}
}

/*profile-products*/
@media screen and (min-width: 1280px) {
   .products_profile .products__in {margin: 0 -44px 0 -41px;}
      .products_profile .products-list {width: 100%;}
         .products_profile .products-list__item {width: 33.333%;}
   .profile__products .pagination {margin-right: -20px;}
}
@media screen and (min-width: 1280px) and (max-width: 1366px) {
   .products_profile .products__in {margin-right: -43px;}
}
@media screen and (max-width: 480px) {
   .products_profile .products-list {margin-top: -31px;}
}
@media screen and (max-width: 413px) {
   .products_profile .products-list {margin-top: -21px;}
}

/*.profile__form*/
.profile__form {overflow: hidden;}

@media screen and (min-width: 414px) {
   .profile__form input[type="password"] {width: 320px;}
}


/*====================================================
  404
====================================================*/
.content-error {text-align: center;}
   .content-error__text ul {display: inline-block; text-align: left;}


/*====================================================
   .footer
====================================================*/
.footer {position: relative; background: #1C2A38; color: #FFF; overflow: hidden;}
   .footer .inner_simple {margin-bottom: 0;}
      .footer a {color: #FFF}
      .footer__top {padding: 55px 0; position: relative;}
         .footer__logo {float: left; width: 33.333%; margin-bottom: 50px;}
            .footer__logo .logo__slogan {padding-left: 10px; font-size: 14px; line-height: 1.2; color: #FFF;}
               .footer__logo .logo__slogan strong {font-size: 18px; line-height: 1.5;}
         .footer__contacts {float: right;}
            .footer__phones {margin-bottom: 30px;}
               .footer .phone-icon {min-width: 70px;}
               .footer__phones .phones-list {padding-left: 25px; margin-top: -5px; font-size: 32px;}
                  .footer__phones .phones-list > div {margin-bottom: 10px;}
                  .footer__phones .phones-list > div:last-child {margin-bottom: 0;}
            .footer__address > div {margin-bottom: 20px;}
            .footer__address > div:last-child {margin-bottom: 0;}
         .footer__menu {float: right; text-align: center;}
            .footer__menu .menu {display: inline-block; text-align: left;}
               .footer__menu .menu__title {font-size: 24px; margin-bottom: 15px;}
               .menu_footer li {padding-left: 18px; margin-bottom: 15px;}
                  .menu_footer li:before {display: block; width: 5px; height: 5px; background: #DA1B1D;}
         .footer__form {float: left; clear: left;}
            .footer__form .form {background: rgba(255, 255, 255, 0.08); border: 1px solid #FFF; padding: 20px 20px 25px 30px; position: relative;}
               .footer__form .form:before {content: ''; position: absolute; top: -1px; bottom: -1px; left: -1px; width: 7px; background: #DA1B1D;}
               .footer__form  .form__title {margin-bottom: 30px; font-size: 18px; line-height: 1.2;}
                  .footer__form  .form__title .phone-icon {margin-right: 15px;}
               .footer-form__form {position: relative;}
                  .footer-form__section {-webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
                  .footer-form-section_first_hidden {position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; -webkit-transform: translateX(-100%); transform: translateX(-100%);}
                  .footer-form-section_second {position: absolute; top: 0; left: 0; opacity: 0; visibility: hidden; -webkit-transform: translateX(100%); transform: translateX(100%);}
                  .footer-form-section_second_visible {position: relative; opacity: 1; visibility: visible; -webkit-transform: translateX(0); transform: translateX(0);}
                     .footer__form .form__field {margin-bottom: 0; position: relative;}
                     .footer__form .form__field:first-child {float: left; width: 100%; padding-right: 160px;}
                        .footer-form-prev {position: absolute; right: 160px; bottom: 100%; margin-bottom: 8px; width: 22px; height: 15px;}
                        .footer-form-prev:hover {-webkit-transform: translateX(-5px); transform: translateX(-5px);}
                           .footer-form-prev img {vertical-align: top;}
                        .footer__form input[type="text"], .footer__form input[type="tel"] {height: 39px; line-height: 38px; background: rgba(196, 196, 196, 0.15); color: #FFF; -webkit-appearance: none;}
                        .footer__form input::-webkit-input-placeholder {color: #FFF;}
                        .footer__form input::-moz-placeholder {color: #FFF;}
                        .footer__form input:-moz-placeholder {color: #FFF;}
                        .footer__form input:-ms-input-placeholder {color: #FFF;}
                     .footer__form .form__submit {float: left; width: 140px; margin-left: -140px;}
                        .footer__form .form__submit .btn {width: 100%; padding: 0;}
         .footer__copyright {font-size: 14px; line-height: 1.2; color: rgba(255, 255, 255, 0.5);}
         .footer__social {position: relative; float: right;}
            .footer__social .social-list {width: 220px;}
               .footer__social a {display: block; width: 34px; height: 34px; opacity: 0.5;}
               .footer__social a:hover {opacity: 0.8;}
               .footer__social a.fb {background: url('../i/social-icons/fb.svg') 0 0 / cover no-repeat;}
               .footer__social a.yt {background: url('../i/social-icons/yt.svg') 0 0 / cover no-repeat;}
               .footer__social a.od {background: url('../i/social-icons/ok.svg') 0 0 / cover no-repeat;}
               .footer__social a.vk {background: url('../i/social-icons/vk.svg') 0 0 / cover no-repeat;}
               .footer__social a.in {background: url('../i/social-icons/in.svg') 0 0 / cover no-repeat;}
      .footer__bottom {padding: 30px 0 40px; border-top: 1px solid rgba(255, 255, 255, 0.5); font-size: 14px; line-height: 1.2; color: rgba(255, 255, 255, 0.5);}
         .vipro__image {min-width: 80px;}
            .vipro__image img {margin-top: -4px;}
         .vipro__text {padding-left: 15px;}
            .vipro__text a {color: rgba(255, 255, 255, 0.5); text-decoration: none;}
            .vipro__text a:hover {color: #FFF;}
      .footer__disclaimer {background: #16212C; padding-top: 40px; padding-bottom: 60px; color: #5C5C5C; font-size: 14px; line-height: 1.125;}
      .touchevents .footer__disclaimer {padding-right: 80px;}
         .footer__disclaimer .inner {background: none;}

@media screen and (min-width: 1025px) {
   .footer__copyright {position: absolute; top: 100%; margin-top: 30px; width: 360px;}
}
@media screen and (min-width: 1367px) {
   .footer__menu {width: 41%;}
   .footer__contacts {width: 25%;}
   .footer__form {width: 34%;}
   .footer__social {width: 25%;}
}
@media screen and (min-width: 1025px) and (max-width: 1366px) {
   .footer__form {width: 39%;}
   .footer__menu {width: 28%;}
   .footer__contacts {width: 33%;}
   .footer__social {width: 33%; margin-top: 15px;}
}
@media screen and (max-width: 1280px)  {
   .footer__form  .form__title {font-size: 16px;}
}
@media screen and (max-width: 1024px) {
   .footer__menu {text-align: left;}
   .footer__developer {float: none;}
   .footer__bottom {padding: 20px 0;}
   .footer__social {float: none;}
      .footer__social a {width: 30px; height: 30px;}
   .footer__disclaimer {padding: 20px 0;}
}
@media screen and (min-width: 600px) and (max-width: 1024px) {
   .footer__top {padding: 30px 0 40px;}
      .footer__logo {width: 50%; margin-bottom: 20px;}
         .footer__logo img {width: 104px;}
      .footer__menu {width: 50%; margin-bottom: 25px;}
         .footer__menu .menu__title {font-size: 18px; margin-bottom: 10px;}
         .menu_footer li {margin-bottom: 3px; padding-left: 15px;}
            .menu_footer li:before {top: 8px;}
      .footer__contacts {width: 50%; margin-bottom: 25px; padding-top: 10px;}
         .footer__phones {margin-bottom: 50px;}
      .footer__form {width: 70%;}
      .footer__copyright {float: right; width: 30%; padding-left: 20px;}
      .footer__social {position: absolute; bottom: 40px; right: 0; width: 30%; padding-left: 20px;}
         .footer__social .social-list {width: 100%; max-width: 220px;}
}
@media screen and (max-width: 767px) {
   .footer__logo img {width: 96px;}
   .footer__phones .phones-list {padding-left: 15px;}
   .footer .phone-icon {width: 50px; min-width: 50px; height: 50px; line-height: 46px;}
      .footer .phone-icon svg {width: 27px; height: 27px;}
}
@media screen and (min-width: 600px) and (max-width: 767px) {
   .footer__phones .phones-list {font-size: 28px;}
   .footer__copyright  {font-size: 12px;}
   .footer__social a {width: 26px; height: 26px;}
}
@media screen and (max-width: 599px) {
   .footer__top {padding: 20px 0 30px;}
      .footer__logo {float: none; width: 100%; text-align: center; margin-bottom: 30px;}
         .footer__logo .logo {display: inline-block;}
      .footer__contacts {float: none; margin-bottom: 30px;}
         .footer__phones {margin-bottom: 30px;}
            .footer__phones .phones-list {padding-left: 15px; font-size: 26px;}
      .footer__menu {display: none;}
      .footer__form {float: none;}
      .footer__copyright {display: none;}
      .footer__social .social-list {margin: 0 auto; padding-top: 30px;}
      .footer__bottom {padding-bottom: 40px;}
}
@media screen and (min-width: 414px) and (max-width: 599px) {
   .footer__form .form__field:first-child {padding-right: 140px;}
      .footer-form-prev {right: 140px;}
   .footer__form .form__submit {width: 120px; margin-left: -120px;}
}
@media screen and (max-width: 480px)  {
   .vipro__text {padding-right: 70px; font-size: 12px;}
}
@media screen and (max-width: 413px) {
   .footer__logo {margin-bottom: 20px;}
      .footer__logo img {width: 65px;}
      .footer__logo .logo__slogan {font-size: 12px;}
         .footer__logo .logo__slogan strong {font-size: 15px;}
   .footer__phones {margin-bottom: 20px;}
      .footer__phones .phones-list {font-size: 24px;}
   .footer__form .form__title {font-size: 14px;}
   .footer__form .form__field:first-child {float: none; padding-right: 0; margin-bottom: 20px;}
      .footer-form-prev {right: 0;}
   .footer__form .form__submit {float: none; margin: 0 auto;}
}
@media screen and (max-width: 374px) {
   .footer__disclaimer {font-size: 12px;}
   .vipro__image {min-width: 60px;}
}


/*====================================================
   .modal-block
====================================================*/
.modal-block {visibility: hidden; position: fixed; top: 0; left: 0; right: 0; height: 100vh; text-align: center; font-size: 0; line-height: 0; z-index: 100; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.modal-block_visible {visibility: visible;}
   .modal-block__scroll {opacity: 0; visibility: hidden; width: 100%; height: 100%; overflow: auto; position: relative; z-index: 100; background: rgba(0,0,0,.4); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .modal-block_visible .modal-block__scroll {visibility: visible; opacity: 1;}
   .touchevents .modal-block__scroll {overflow-y: scroll; -webkit-overflow-scrolling: touch;}
      .modal-block__scroll:before {content: ''; display: inline-block; vertical-align: middle; height: 100%; width: 0;}
      .modal-block__inner {opacity: 0; visibility: hidden; position: relative; display: inline-block; vertical-align: middle; width: 100%; -webkit-transform: translate3d(0,-20%,0); transform: translate3d(0,-20%,0); -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .modal-block_visible .modal-block__inner {opacity: 1; visibility: visible; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
         .modal-block_login .inner_simple {margin-bottom: 0;}
         .modal-block__close {display: block; position: absolute; top: 20px; right: 20px; width: 25px; height: 25px; cursor: pointer; z-index: 100;}
            .modal-block__close:before, .modal-block__close:after {content: ''; position: absolute; top: 12px; left: 0; width: 100%; height: 1px; background: #000; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
            .modal-block__close:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
            .modal-block__close:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg)}
            .modal-block__close:hover:before, .modal-block__close:hover:after {background: #DA1B1D;}
         .modal-block__content {display: inline-block; position: relative; width: 440px; max-width: 100%; padding: 60px 30px; background: #EDEDED; border: 1px solid #DADADA; text-align: left; font-size: 16px; line-height: 1.2;}
         #popup-added-to-cart .modal-block__content {width: auto;}
            .modal-block__title {margin-bottom: 30px;}
               .modal-block__title h4, .modal-block__title .h4 {margin-bottom: 0;}
            .modal-block__subtitle {color: #909090; margin-bottom: 20px;}
            .modal-block .btn {width: 170px;}
            .modal-block input[type="text"], .modal-block input[type="name"], .modal-block input[type="email"], .modal-block input[type="tel"], .modal-block input[type="password"] {border-color: #DADADA;}
            .modal-block__btns {margin-left: -20px; font-size: 0; line-height: 0;}
               .modal-block__btns > div {display: inline-block; padding-left: 20px;}
                  .modal-block__btns .btn {width: 240px; white-space: nowrap;}

@media screen and (min-width: 768px) {
   .modal-block_login .modal-block__scroll {background: none; text-align: right; padding-top: 5px;}
      .modal-block_login .modal-block__inner {vertical-align: top;}
}
@media screen and (max-width: 1024px) {
   .modal-block__inner .inner {padding: 0;}
}
@media screen and (max-width: 599px) {
   .modal-block__btns {margin-left: 0; font-size: 0; line-height: 0;}
      .modal-block__btns > div {display: block; padding-left: 0; margin-bottom: 20px;}
      .modal-block__btns > div:last-child {margin-bottom: 0;}
         .modal-block__btns .btn {display: block; width: 280px; margin: 0 auto;}
}
@media screen and (max-width: 480px) {
   .modal-block__content {padding: 50px 20px 25px;}
}
@media screen and (max-width: 413px) {
   .modal-block__title {margin-bottom: 20px;}
}


/*====================================================
   .back-top
====================================================*/
.back-top {opacity: 0; position: fixed; bottom: 35px; bottom: 120px; left: 50px; width: 100px; height: 100px; z-index: 99; cursor: pointer; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.back-top_visible {opacity: 1;}
   .back-top:before, .back-top:after {content: ''; position: absolute; top: 0; left: 0; width: 100%; height: 100%;}
   .back-top:before {background: #1C2A38; opacity: 0.2; -webkit-transition: opacity 0.3s ease 0s; transition: opacity 0.3s ease 0s;}
   .no-touchevents .back-top:hover:before, .touchevents .back-top:active:before {opacity: 0.6;}
   .back-top:after {background: url('../i/arrow-back-top.svg')  50% 50% no-repeat;}
   .no-touchevents .back-top:hover:after {-webkit-transform: translateY(6px); transform: translateY(6px); animation-name: hang; -webkit-animation-name: hang; animation-duration: 1.5s; -webkit-animation-duration: 1.5s; animation-iteration-count: infinite; -webkit-animation-iteration-count: infinite;}
#pact-widget {padding: 0 !important; left: 50px !important;}
#pact-widget ul li {margin: 0; padding: 0;}
#pact-widget ul li:before {display: none;}

@media all and (max-width: 1479px) {
   .back-top {left: 30px;}
   #pact-widget {left: 30px !important;}
}
@media all and (min-width: 960px) and (max-width: 1024px) {
   .back-top {width: 90px; height: 90px;}
}
@media all and (min-width: 768px) and (max-width: 959px) {
   .back-top {width: 80px; height: 80px;}
   .back-top:after {background-size: 42px auto;}
}
@media all and (max-width: 767px) {
   .back-top {left: 20px; bottom: 120px;}
   #pact-widget {left: 20px !important;}
}
@media all and (min-width: 481px) and (max-width: 767px) {
   .back-top {width: 70px; height: 70px;}
   .back-top:after {background-size: 40px auto;}
}
@media all and (max-width: 480px) {
   .back-top {width: 60px; height: 60px;}
   .back-top:after {background-size: 38px auto;}
}
@media all and (max-width: 374px) {
   .back-top {width: 40px; height: 40px;}
   .back-top:after {background-size: 30px auto;}
}


/*====================================================
   .idea-form-link
====================================================*/
.idea-form-link {position: fixed; bottom: 20px; bottom: 120px; left: 50px; z-index: 100; display: flex; align-items: center; width: min-content; min-width: 100px; min-height: 100px; padding: 10px 10px 10px 20px; background: #DA1B1D; text-decoration: none; color: #FFF; font-size: 16px; line-height: 1.15; text-transform: uppercase; box-sizing: border-box; transition: all 0.3s ease 0s;}
.idea-form-link:hover {background: #BD192B;}
   .idea-form-link__images {display: flex; flex-wrap: nowrap; gap: 6px; margin-bottom: 6px;}

@media all and (min-width: 1025px) {
   .back-top_visible + .idea-form-link {bottom: 235px;}
}
@media all and (max-width: 1479px) {
   .idea-form-link {left: 30px;}
}
@media all and (max-width: 1024px) {
   .idea-form-link {min-width: 65px; min-height: 65px; left: auto; right: 20px; bottom: 95px; padding: 8px 5px 8px 10px; font-size: 10px;}
      .idea-form-link__images {gap: 3px; margin-bottom: 3px;}
         .idea-form-link__images svg {width: 12px; height: 12px;}
}
  

/*====================================================
   Slick slider
====================================================*/
.slick-slider {position: relative;display: block; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-touch-callout: none; -khtml-user-select: none; -ms-touch-action: pan-y; touch-action: pan-y; -webkit-tap-highlight-color: transparent;}
.slick-list {position: relative; display: block; overflow: hidden; margin: 0; padding: 0;}
.slick-list:focus {outline: none;}
.slick-list.dragging {cursor: pointer;}
.slick-slider .slick-track {-webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0);}
.slick-track {position: relative; top: 0; left: 0; display: block;}
.slick-track:before,.slick-track:after {display: table; content: '';}
.slick-track:after{clear: both;}
.slick-loading .slick-track{visibility: hidden;}
.slick-slide{display: none; float: left; height: 100%; min-height: 1px; outline: none;}
[dir='rtl'] .slick-slide{float: right;}
.slick-slide.slick-loading img{display: none;}
.slick-slide.dragging img{pointer-events: none;}
.slick-initialized .slick-slide{display: block;}
.slick-loading .slick-slide{visibility: hidden;}
.slick-vertical .slick-slide{display: block;height: auto;border: 1px solid transparent;}

/* --- dots --- */
.slick-dots {width: 100%; display: block !important; text-align: center; padding: 0; margin: 0 0 20px; font-size: 0; line-height: 0; height: 6px;}
   .slick-dots li {display: inline-block; padding: 0; margin: 0 2px; z-index: 100;}
      .slick-dots li:before {display: none;}
      .slick-dots li button {display: block; width: 6px; height: 6px; background: transparent; border: 1px solid #DA1B1D; padding: 0; text-indent: -9999px; position: relative; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
      .slick-dots li.slick-active button, .slick-dots li:hover button {background: #DA1B1D;}

/* --- arrows --- */ 
.slick-arrow {position: absolute; bottom: 100%; margin-bottom: 20px; width: 21px; height: 21px; background: #FFF; /*border: 1px solid #313C47;*/ border: 1px solid #DA1B1D; text-indent: -9999px; cursor: pointer; z-index: 10; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.slick-arrow:hover {/*background: #313C47;*/ background: #DA1B1D;}
.slick-prev {right: 50px;}
.slick-next {right: 20px;}
   .slick-arrow:before, .slick-arrow:after {content: ''; position: absolute; width: 7px; height: 1px; /*background: #313C47;*/ background: #DA1B1D; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
   .slick-arrow:hover:before, .slick-arrow:hover:after {background: #FFF;}
   .slick-prev:before, .slick-next:before {top: 7px;}
   .slick-prev:after, .slick-next:after {bottom: 7px;}
   .slick-prev:before, .slick-prev:after {right: 7px;}
   .slick-next:before, .slick-next:after {left: 7px;}
   .slick-prev:before, .slick-next:after {-webkit-transform: rotate(-35deg); transform: rotate(-35deg);}
   .slick-prev:after, .slick-next:before {-webkit-transform: rotate(35deg); transform: rotate(35deg);}

@media all and (min-width: 600px) and (max-width: 1479px) {
   .slick-prev {right: 30px;}
   .slick-next {right: 0;}
}

/* --- disabled arrows --- */
.slick-arrow.slick-hidden {display: none;}
.slick-arrow.slick-disabled {opacity: 0.5; cursor: default;}
.slick-arrow.slick-disabled:hover {background: #FFF;}
.slick-arrow.slick-disabled:hover:before, .slick-arrow.slick-disabled:hover:after {background: #313C47;}


/*====================================================
   FancyBox v2.1.5
====================================================*/
.fancybox-wrap,.fancybox-skin,.fancybox-outer,.fancybox-inner,.fancybox-image,.fancybox-wrap iframe,.fancybox-wrap object,.fancybox-nav,.fancybox-nav span,.fancybox-tmp {padding: 0;margin: 0;border: 0;outline: none;vertical-align: top;}
.fancybox-wrap {position: absolute;top: 0;left: 0;z-index: 8020;}
.fancybox-skin {position: relative;background:#fff;color: #fff;text-shadow: none;}
.fancybox-opened {z-index: 8030;}
.fancybox-opened .fancybox-skin {-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5); box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);}
.fancybox-outer, .fancybox-inner {position: relative;}
.fancybox-inner {overflow: hidden;}
.fancybox-type-iframe .fancybox-inner {-webkit-overflow-scrolling: touch;}
.fancybox-error {color: #444;font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;margin: 0;padding: 15px;white-space: nowrap;}
.fancybox-image, .fancybox-iframe {display: block;width: 100%;height: 100%;}
.fancybox-image {max-width: 100%;max-height: 100%;}
#fancybox-loading {position: fixed;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;background-position: 0 -108px;opacity: 0.8;cursor: pointer;z-index: 8060;}
#fancybox-loading div {width: 44px;height: 44px;background: url('../i/fancybox/fancybox_loading.gif') center center no-repeat;}

.fancybox-close {position: absolute; top: 0; right: 0; width: 53px; height: 53px;background: rgba(28,42,56,.8); cursor: pointer;z-index: 8040;}
.fancybox-close:hover {background: rgba(28,42,56,1);}
.fancybox-close:before, .fancybox-close:after {content: ''; position: absolute; top: 26px; left: 7px; width: 40px; height: 1px; background: #FFF; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.fancybox-close:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}
.fancybox-close:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg)}

@media all and (max-width: 767px) {
   .fancybox-close {width: 37px; height: 37px}
   .fancybox-close:before, .fancybox-close:after {top: 18px; left: 7px; width: 24px;}
}
@media all and (max-width: 413px) {
   .fancybox-close {width: 29px; height: 29px}
   .fancybox-close:before, .fancybox-close:after {top: 14px; left: 6px; width: 18px;}
}

.fancybox-nav {position: absolute;top: 0;width: 40%;height: 100%;cursor: pointer;text-decoration: none;background: transparent url('../i/fancybox/blank.gif'); /* helps IE */-webkit-tap-highlight-color: rgba(0,0,0,0);z-index: 8040;}
.fancybox-prev, .fancybox-prev span {left: 0;}
.fancybox-next, .fancybox-next span {right: 0;}
.fancybox-nav span {position: absolute;top: 50%;width: 53px;height: 53px;margin-top: -27px;background: rgba(28,42,56,.8);cursor: pointer;z-index: 8040;/*visibility: hidden; opacity: 0;*/ -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.fancybox-nav:hover span {opacity: 1; visibility: visible;}
.fancybox-nav span:hover {background: rgba(28,42,56,1);}
.fancybox-nav span:before, .fancybox-nav span:after {content: ''; position: absolute; width: 24px; height: 1px; background: #FFF; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.fancybox-prev span:before, .fancybox-next span:before {top: 18px;}
.fancybox-prev span:after, .fancybox-next span:after {bottom: 18px;}
.fancybox-prev span:before, .fancybox-prev span:after {right: 18px;}
.fancybox-next span:before, .fancybox-next span:after {left: 18px;}
.fancybox-prev span:before, .fancybox-next span:after {-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
.fancybox-prev span:after, .fancybox-next span:before {-webkit-transform: rotate(45deg); transform: rotate(45deg);}

@media all and (max-width: 767px) {
   .fancybox-nav span {width: 37px; height: 37px;margin-top: -18px;}
   .fancybox-nav span:before, .fancybox-nav span:after {width: 15px;}
   .fancybox-prev span:before, .fancybox-next span:before {top: 13px;}
   .fancybox-prev span:after, .fancybox-next span:after {bottom: 13px;}
   .fancybox-prev span:before, .fancybox-prev span:after {right: 13px;}
   .fancybox-next span:before, .fancybox-next span:after {left: 13px;}
}
@media all and (max-width: 413px) {
   .fancybox-nav span {width: 29px; height: 29px;margin-top: -15px;}
   .fancybox-nav span:before, .fancybox-nav span:after {width: 12px;}
   .fancybox-prev span:before, .fancybox-next span:before {top: 10px;}
   .fancybox-prev span:after, .fancybox-next span:after {bottom: 10px;}
   .fancybox-prev span:before, .fancybox-prev span:after {right: 10px;}
   .fancybox-next span:before, .fancybox-next span:after {left: 10px;}
}


.fancybox-tmp {position: absolute;top: -99999px;left: -99999px;visibility: hidden;max-width: 99999px;max-height: 99999px;overflow: visible !important;}
/* Overlay helper */
.fancybox-lock {overflow: hidden !important;width: auto;}
.fancybox-lock body {overflow: hidden !important;}
.fancybox-lock-test {overflow-y: hidden !important;}
.fancybox-overlay {position: absolute;top: 0;left: 0;overflow: hidden;display: none;z-index: 8010;background: rgba(0,0,0,.6);mix-blend-mode: multiply;}
.fancybox-overlay-fixed {position: fixed;bottom: 0;right: 0;}
.fancybox-lock .fancybox-overlay {overflow: auto;overflow-y: scroll;}
/* Title helper */
.fancybox-title {visibility: hidden;opacity: 0; font-size: 12px; line-height: 1.7; color: #FFF; position: absolute; bottom: 0; left: 0; padding: 10px 20px; background: rgba(0,0,0,.8); text-shadow: none;z-index: 8050; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.fancybox-opened .fancybox-title {visibility: visible; opacity: 1;}
.fancybox-title-float-wrap {position: absolute;bottom: 0;right: 50%;margin-bottom: -35px;z-index: 8050;text-align: center;}
.fancybox-title-float-wrap .child {display: inline-block;margin-right: -100%;padding: 2px 20px;background: transparent; /* Fallback for web browsers that doesn't support RGBa */background: rgba(0, 0, 0, 0.8);border-radius: 15px;text-shadow: 0 1px 2px #222;color: #FFF;font-weight: bold;line-height: 24px;white-space: nowrap;}
.fancybox-title-outside-wrap {position: relative;margin-top: 10px;color: #FFF;}
.fancybox-title-over-wrap {position: absolute;bottom: 0;left: 0;color: #FFF;padding: 10px;background: #000;background: rgba(0, 0, 0, .8);}
.fancybox-title .tb, .fancybox-title .tb-cell {display: block;}
.fancybox-title p {margin-bottom: 0;}


/*====================================================
   Animation
====================================================*/
.animate {-webkit-transition: transform 0.65s ease-in-out 0s, opacity 0.65s ease-in-out 0s; transition: transform 0.65s ease-in-out 0s, opacity 0.65s ease-in-out 0s; will-change: transform;}
.animate.delay_05 {-webkit-transition-delay: 0.5s; transition-delay: 0.5s;}
.animate.delay_1 {-webkit-transition-delay: 1s; transition-delay: 1s;}
.animate.delay_15 {-webkit-transition-delay: 1.5s; transition-delay: 1.5s;}
.animate.delay_2 {-webkit-transition-delay: 2s; transition-delay: 2s;}
.animate.delay_25 {-webkit-transition-delay: 2.5s; transition-delay: 2.5s;}
.animate.delay_3 {-webkit-transition-delay: 3s; transition-delay: 3s;}
.animate.delay_35 {-webkit-transition-delay: 3.5s; transition-delay: 3.5s;}

/*opacity*/
.opacity {opacity: 0;}
.animate_start.opacity {opacity: 1;}

/*translate*/
.from_top {-webkit-transform: translate3d(0,-100%,0); transform: translate3d(0,-100%,0); -webkit-transform-origin: top; transform-origin: top;}
.animate_start.from_top {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.from_bottom {-webkit-transform: translate3d(0,100%,0); transform: translate3d(0,100%,0); -webkit-transform-origin: bottom; transform-origin: bottom;}
.from_bottom-short {-webkit-transform: translate3d(0,50%,0); transform: translate3d(0,50%,0); -webkit-transform-origin: bottom; transform-origin: bottom;}
.animate_start.from_bottom, .animate_start.from_bottom-short {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.from_right {-webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0); -webkit-transform-origin: right; transform-origin: right;}
.animate_start.from_right {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}
.from_left {-webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0); -webkit-transform-origin: left; transform-origin: left;}
.from_left-short {-webkit-transform: translate3d(-50%,0,0); transform: translate3d(-50%,0,0); -webkit-transform-origin: left; transform-origin: left;}
.animate_start.from_left, .animate_start .from_left-short {-webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0);}

/*cover image*/
.cover {position: relative; overflow: hidden;}
   .cover__bg {z-index: 2; position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: #fff; -webkit-transform: translate3d(0,0,0); transform: translate3d(0,0,0); -webkit-transition: all 0.65s ease 0.65s; transition: all 0.65s ease 0.65s;}
   .cover__bg.from_right.animate_start {-webkit-transform: translate3d(-100%,0,0); transform: translate3d(-100%,0,0);}
   .cover__bg.from_left.animate_start {-webkit-transform: translate3d(100%,0,0); transform: translate3d(100%,0,0);}
   .cover__image {-webkit-transition: all 0.65s ease 0.65s; transition: all 0.65s ease 0.65s;}

/*rotate*/
.rotate_x {-webkit-transform: rotateX(90deg); transform: rotateX(90deg);}
.animate_start.rotate_x {-webkit-transform: rotateX(0deg); transform: rotateX(0deg);}
.rotate_y {-webkit-transform: rotateY(90deg); transform: rotateY(90deg);}
.animate_start.rotate_y {-webkit-transform: rotateY(0deg); transform: rotateY(0deg);}

/*scale*/
.scale_0 {-webkit-transform: scale(0); transform: scale(0);}
.animate_start.scale_0 {-webkit-transform: scale(1); transform: scale(1);}


/*hang*/
@keyframes hang {
   0% {
      transform: translateY(0%); 
   }
   50% {
      transform: translateY(10%); 
   }  
   100% {
      transform: translateY(0%);
   }        
}

@-webkit-keyframes hang {
   0% {
      -webkit-transform: translateY(0%);  
   }
   50% {
      -webkit-transform: translateY(10%);  
   }  
   100% {
      -webkit-transform: translateY(0%);
   }        
}

/*zoom*/
@-webkit-keyframes zoomOut {
      0% {
        -webkit-transform: scale(2.5);
        transform: scale(2.5);
      }
      to {
        -webkit-transform: scale(1);
        transform: scale(1);
      }
   }
@keyframes zoomImgOut {
   0% {
     -webkit-transform: scale(2.5);
     transform: scale(2.5)
   }
   to {
     -webkit-transform: scale(1);
     transform: scale(1)
   }
}

/*spinner*/
@-webkit-keyframes spinner {
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}
@keyframes spinner {
  0%{
    -webkit-transform:rotate(0deg);
    transform:rotate(0deg)
  }
  to{
    -webkit-transform:rotate(1turn);
    transform:rotate(1turn)
  }
}

/* WhatsApp */
.wa-float-img-circle {position: fixed; z-index: 999; display: flex; bottom: 80px; right: 37px; width: 56px; height: 56px; border-radius: 100%; transition: all .3s; align-items: center; justify-content: center; background: #25D366;}
   .wa-float-img-circle img {position: relative;}
   .wa-float-img-circle:before {position: absolute; content: ''; background-color: #25D366; width: 70px; height: 70px; bottom: -7px; right: -7px; border-radius: 100%; animation: wa-float-circle-fill-anim 2.3s infinite ease-in-out; transform-origin: center; opacity: .2;}
   .wa-float-img-circle:hover{box-shadow: 0px 3px 16px #24af588a;}
   .wa-float-img-circle:focus{box-shadow: 0px 0 0 3px #25d36645;}
   .wa-float-img-circle:hover:before, .wa-float-img-circle:focus:before {display: none;}
   @keyframes wa-float-circle-fill-anim {
      0% {transform: rotate(0deg) scale(0.7) skew(1deg);}
      50% {transform: rotate(0deg) scale(1) skew(1deg);}
      100% {transform: rotate(0deg) scale(0.7) skew(1deg);}
   }

@media only screen and (min-device-width: 320px) and (max-device-height: 1180px) and (orientation: portrait) {
   .wa-float-img-circle {right: 20px; bottom: 140px;}
}
@media only screen and (min-device-width: 768px) and (max-device-width: 1180px) and (orientation: landscape) {
   .wa-float-img-circle {bottom: 160px;}
}
@media only screen and (min-device-width: 667px) and (max-device-height: 414px) and (orientation: landscape) {
   .wa-float-img-circle {right: 60px; bottom: 200px;}
}
@media only screen and (min-device-width: 1368px) and (max-device-height: 912px) and (orientation: landscape) {
   .wa-float-img-circle {bottom: 160px;}
}


/*====================================================
   .social-bottom
====================================================*/
.social-bottom {position: fixed; bottom: 8px; right: 360px; z-index: 9999; font-size: 0; line-height: 0;}
.touch .social-bottom {right: 100px; bottom: 31px;}
   .social-bottom__link {display: inline-block; vertical-align: middle; margin-left: 12px; border-radius: 100%; box-shadow: 0 0 5px rgba(0,0,0,0.7);}
      .social-bottom__link img {margin: 0;}
