

/* Start:/html/css/slick.css?17857617771729*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -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;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-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;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.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;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/html/css/slick-theme.css?17857617773337*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/html/css/./ajax-loader.gif') center center no-repeat;
}

/* Icons */
@font-face
{
    font-family: 'slick';
    font-weight: normal;
    font-style: normal;

    src: url('/html/css/fonts/slick.eot');
    src: url('/html/css/fonts/slick.eot?#iefix') format('embedded-opentype'), url('/html/css/fonts/slick.woff') format('woff'), url('/html/css/fonts/slick.ttf') format('truetype'), url('/html/css/fonts/slick.svg#slick') format('svg');
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
/*.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}*/
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: '←';
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: '→';
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}

/* Dots */
.slick-dotted.slick-slider
{
    margin-bottom: 30px;
}

.slick-dots
{
    position: absolute;
    bottom: -25px;

    display: block;

    width: 100%;
    padding: 0;
    margin: 0;

    list-style: none;

    text-align: center;
}
.slick-dots li
{
    position: relative;

    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 20px;
    height: 20px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}
.slick-dots li button:before
{
    font-family: 'slick';
    font-size: 6px;
    line-height: 20px;

    position: absolute;
    top: 0;
    left: 0;

    width: 20px;
    height: 20px;

    content: '•';
    text-align: center;

    opacity: .25;
    color: black;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before
{
    opacity: .75;
    color: black;
}
/*Edits*/
.slick-prev {left: 5px;}
.slick-next {right: 5px;}
.slick-prev, .slick-next {width: 30px; height: 30px; z-index: 5;}
.slick-prev:before, .slick-next:before {color: #000; font-size: 30px;}

/* End */


/* Start:/html/css/fonts.css?17857617778899*/
@font-face {
	font-display: swap;
	font-family: "GothamProRegular";
	src: url("/html/css/../fonts/GothamProRegular.eot");
	src: url("/html/css/../fonts/GothamProRegular.eot?#iefix")format("embedded-opentype"),
	url("/html/css/../fonts/GothamProRegular.woff") format("woff"),
	url("/html/css/../fonts/GothamProRegular.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-display: swap;
	font-family: "GothamProMedium";
	src: url("/html/css/../fonts/GothamProMedium.eot");
	src: url("/html/css/../fonts/GothamProMedium.eot?#iefix")format("embedded-opentype"),
	url("/html/css/../fonts/GothamProMedium.woff") format("woff"),
	url("/html/css/../fonts/GothamProMedium.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-display: swap;
	font-family: "GothamProBold";
	src: url("/html/css/../fonts/GothamProBold.eot");
	src: url("/html/css/../fonts/GothamProBold.eot?#iefix")format("embedded-opentype"),
	url("/html/css/../fonts/GothamProBold.woff") format("woff"),
	url("/html/css/../fonts/GothamProBold.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-display: swap;
	font-family: "GothamProItalic";
	src: url("/html/css/../fonts/GothamProItalic.eot");
	src: url("/html/css/../fonts/GothamProItalic.eot?#iefix")format("embedded-opentype"),
	url("/html/css/../fonts/GothamProItalic.woff") format("woff"),
	url("/html/css/../fonts/GothamProtalic.ttf") format("truetype");
	font-style: normal;
	font-weight: normal;
}
@font-face {
	font-display: swap;
    font-family: 'DINProCondBold';
    src: url('/html/css/../fonts/DINProCondBold.eot');
    src: url('/html/css/../fonts/DINProCondBold.eot') format('embedded-opentype'),
         url('/html/css/../fonts/DINProCondBold.woff2') format('woff2'),
         url('/html/css/../fonts/DINProCondBold.woff') format('woff'),
         url('/html/css/../fonts/DINProCondBold.ttf') format('truetype'),
         url('/html/css/../fonts/DINProCondBold.svg#DINProCondBold') format('svg');
}
@font-face {
	font-display: swap;
    font-family: 'DINProCondMedium';
    src: url('/html/css/../fonts/DINProCondMedium.eot');
    src: url('/html/css/../fonts/DINProCondMedium.eot') format('embedded-opentype'),
         url('/html/css/../fonts/DINProCondMedium.woff2') format('woff2'),
         url('/html/css/../fonts/DINProCondMedium.woff') format('woff'),
         url('/html/css/../fonts/DINProCondMedium.ttf') format('truetype'),
         url('/html/css/../fonts/DINProCondMedium.svg#DINProCondMedium') format('svg');
}
/* rokkitt-regular - latin */
@font-face {
	font-display: swap;
	font-family: 'Rokkitt';
	font-style: normal;
	font-weight: 400;
	src: url('/html/css/../fonts/rokkitt-v27-latin-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/rokkitt-v27-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/rokkitt-v27-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/rokkitt-v27-latin-regular.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/rokkitt-v27-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/rokkitt-v27-latin-regular.svg#Rokkitt') format('svg'); /* Legacy iOS */
}
/* rokkitt-500 - latin */
@font-face {
	font-display: swap;
	font-family: 'Rokkitt';
	font-style: normal;
	font-weight: 500;
	src: url('/html/css/../fonts/rokkitt-v27-latin-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/rokkitt-v27-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/rokkitt-v27-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/rokkitt-v27-latin-500.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/rokkitt-v27-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/rokkitt-v27-latin-500.svg#Rokkitt') format('svg'); /* Legacy iOS */
}
/* roboto-300 - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	src: url('/html/css/../fonts/roboto-v29-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-300.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-regular - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	src: url('/html/css/../fonts/roboto-v29-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-regular.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	src: url('/html/css/../fonts/roboto-v29-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-500.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	src: url('/html/css/../fonts/roboto-v29-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-v29-latin_cyrillic-700.svg#Roboto') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-300 - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 300;
	src: url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-regular - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 400;
	src: url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}
/* roboto-condensed-700 - latin_cyrillic */
@font-face {
	font-display: swap;
	font-family: 'Roboto Condensed';
	font-style: normal;
	font-weight: 700;
	src: url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
	src: local(''),
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
	url('/html/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.svg#RobotoCondensed') format('svg'); /* Legacy iOS */
}

/* End */


/* Start:/html/css/flexslider.css?17857617776937*/
/*
 * jQuery FlexSlider v2.7.1
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@font-face {
  font-family: 'flexslider-icon';
  src: url('/html/css/fonts/flexslider-icon.eot');
  src: url('/html/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/html/css/fonts/flexslider-icon.woff') format('woff'), url('/html/css/fonts/flexslider-icon.ttf') format('truetype'), url('/html/css/fonts/flexslider-icon.svg#flexslider-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 40px;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 40px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  position: static;
  overflow: hidden;
}
.flex-control-thumbs li {
  width: 25%;
  float: left;
  margin: 0;
}
.flex-control-thumbs img {
  width: 100%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}

/* End */


/* Start:/html/css/colorbox.css?17857617774474*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:1000; overflow:hidden; -webkit-transform: translate3d(0,0,0);}
#cboxWrapper {max-width:none;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0; padding:0; margin:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/html/css/../img/overlay.png) repeat 0 0; opacity: 0.9; filter: alpha(opacity = 90);}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/html/css/../img/controls.png) no-repeat -101px 0;}
    #cboxTopRight{width:21px; height:21px; background:url(/html/css/../img/controls.png) no-repeat -130px 0;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/html/css/../img/controls.png) no-repeat -101px -29px;}
    #cboxBottomRight{width:21px; height:21px; background:url(/html/css/../img/controls.png) no-repeat -130px -29px;}
    #cboxMiddleLeft{width:21px; background:url(/html/css/../img/controls.png) left top repeat-y;}
    #cboxMiddleRight{width:21px; background:url(/html/css/../img/controls.png) right top repeat-y;}
    #cboxTopCenter{height:21px; background:url(/html/css/../img/border.png) 0 0 repeat-x;}
    #cboxBottomCenter{height:21px; background:url(/html/css/../img/border.png) 0 -29px repeat-x;}
    #cboxContent{background:#fff; overflow:hidden;}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{margin-bottom:28px;}
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/html/css/../img/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/html/css/../img/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{position:absolute; bottom:0; left:0; background:url(/html/css/../img/controls.png) no-repeat -75px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxPrevious:hover{background-position:-75px -25px;}
        #cboxNext{position:absolute; bottom:0; left:27px; background:url(/html/css/../img/controls.png) no-repeat -50px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxNext:hover{background-position:-50px -25px;}
        #cboxClose{position:absolute; bottom:0; right:0; background:url(/html/css/../img/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;}

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
/* End */


/* Start:/html/css/jquery.modal.css?17857617776723*/
.blocker {
	position: fixed;
	top: 0; right: 0; bottom: 0; left: 0;
	width: 100%; height: 100%;
	overflow: auto;
	z-index: 999;
	padding: 20px;
	box-sizing: border-box;
	background-color: rgb(0,0,0);
	background-color: rgba(0,0,0,0.75);
	text-align: center;
}
.blocker:before{
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -0.05em;
}
.blocker.behind {
	background-color: transparent;
}
.modal {
    display: none;
    vertical-align: middle;
    position: absolute;
    z-index: 9999;
    width: 790px;
    max-width: 80%;
    top: 5%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background: url(/html/css/../img/modal_background.png) repeat center;
    padding: 0px;
    text-align: left;
    border-bottom: 10px solid #f77723;
    font-size: 12px;
}
.modal a.close-modal {
	display: block;
    position: absolute;
    top: 12px;
    right: 12px;
    width: 19px;
    height: 19px;
    text-indent: -9999px;
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAACXBIWXMAAAsTAAALEwEAmpwYAAABOWlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarZGxSsNQFIa/G0XFoVYI4uBwJ1FQbNXBjElbiiBYq0OSrUlDldIk3NyqfQhHtw4u7j6Bk6PgoPgEvoHi1MEhSHASwW/6zs/hcOAHo2LXnYZRhkGsVbvpSNfz5ewTM0wBQCfMUrvVOgCIkzjiJwI+XxEAz5t23WnwN+bDVGlgAmx3oywEUQH6FzrVIMaAGfRTDeIOMNVJuwbiASj1cn8BSkHub0BJuZ4P4gMwe67ngzEHmEHuK4Cpo0sNUEvSkTrrnWpZtSxL2t0kiOTxKNPRIJP7cZioNFEdHXWB/D8AFvPFdtORa1XL2lvnn3E9X+b2foQAxNJjkRWEQ3X+3YWx8/tc3Bgvw+EtTE+KbPcKbjZg4brIVqtQ3oL78RfCs0/+HAmzJwAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAA8ElEQVR42pSUMQqDQBBFn+uSY6RLnRPkFCklLKTLCZKcIF4grWBhEcHGi6RO6z2ENDMg4rqjIMKwPv7yH5P97keADLgADTBif3LgDLQATkBvoJY33wCqgQ/wAvCS6CYHCvmGREIF6fkH8HVytWZysEgknIOQ/zsnCYIRGAMFYHQysABXQVoABuAuBdICWABOyyiAE7BfA82TrSVMgmIwBV6BYTYfZL6ojVupv5ol0oRVTBtn9GiweOiMHh0sHnqrkJGWWfIsN3iUFNsbQSkPAYKXfWQBpYC9k8VWGkExsUug1QKewBfoNmxaBfa6af8DALSrWv1KaL7IAAAAAElFTkSuQmCC') no-repeat 0 0;
}
.modal-spinner {
	display: none;
	width: 64px;
	height: 64px;
	position: fixed;
	top: 50%;
	left: 50%;
	margin-right: -32px;
	margin-top: -32px;
	background: url("data:image/gif;base64,R0lGODlhIAAgAPMAABEREf///0VFRYKCglRUVG5ubsvLy62trTQ0NCkpKU5OTuLi4vr6+gAAAAAAAAAAACH+GkNyZWF0ZWQgd2l0aCBhamF4bG9hZC5pbmZvACH5BAAKAAAAIf8LTkVUU0NBUEUyLjADAQAAACwAAAAAIAAgAAAE5xDISWlhperN52JLhSSdRgwVo1ICQZRUsiwHpTJT4iowNS8vyW2icCF6k8HMMBkCEDskxTBDAZwuAkkqIfxIQyhBQBFvAQSDITM5VDW6XNE4KagNh6Bgwe60smQUB3d4Rz1ZBApnFASDd0hihh12BkE9kjAJVlycXIg7CQIFA6SlnJ87paqbSKiKoqusnbMdmDC2tXQlkUhziYtyWTxIfy6BE8WJt5YJvpJivxNaGmLHT0VnOgSYf0dZXS7APdpB309RnHOG5gDqXGLDaC457D1zZ/V/nmOM82XiHRLYKhKP1oZmADdEAAAh+QQACgABACwAAAAAIAAgAAAE6hDISWlZpOrNp1lGNRSdRpDUolIGw5RUYhhHukqFu8DsrEyqnWThGvAmhVlteBvojpTDDBUEIFwMFBRAmBkSgOrBFZogCASwBDEY/CZSg7GSE0gSCjQBMVG023xWBhklAnoEdhQEfyNqMIcKjhRsjEdnezB+A4k8gTwJhFuiW4dokXiloUepBAp5qaKpp6+Ho7aWW54wl7obvEe0kRuoplCGepwSx2jJvqHEmGt6whJpGpfJCHmOoNHKaHx61WiSR92E4lbFoq+B6QDtuetcaBPnW6+O7wDHpIiK9SaVK5GgV543tzjgGcghAgAh+QQACgACACwAAAAAIAAgAAAE7hDISSkxpOrN5zFHNWRdhSiVoVLHspRUMoyUakyEe8PTPCATW9A14E0UvuAKMNAZKYUZCiBMuBakSQKG8G2FzUWox2AUtAQFcBKlVQoLgQReZhQlCIJesQXI5B0CBnUMOxMCenoCfTCEWBsJColTMANldx15BGs8B5wlCZ9Po6OJkwmRpnqkqnuSrayqfKmqpLajoiW5HJq7FL1Gr2mMMcKUMIiJgIemy7xZtJsTmsM4xHiKv5KMCXqfyUCJEonXPN2rAOIAmsfB3uPoAK++G+w48edZPK+M6hLJpQg484enXIdQFSS1u6UhksENEQAAIfkEAAoAAwAsAAAAACAAIAAABOcQyEmpGKLqzWcZRVUQnZYg1aBSh2GUVEIQ2aQOE+G+cD4ntpWkZQj1JIiZIogDFFyHI0UxQwFugMSOFIPJftfVAEoZLBbcLEFhlQiqGp1Vd140AUklUN3eCA51C1EWMzMCezCBBmkxVIVHBWd3HHl9JQOIJSdSnJ0TDKChCwUJjoWMPaGqDKannasMo6WnM562R5YluZRwur0wpgqZE7NKUm+FNRPIhjBJxKZteWuIBMN4zRMIVIhffcgojwCF117i4nlLnY5ztRLsnOk+aV+oJY7V7m76PdkS4trKcdg0Zc0tTcKkRAAAIfkEAAoABAAsAAAAACAAIAAABO4QyEkpKqjqzScpRaVkXZWQEximw1BSCUEIlDohrft6cpKCk5xid5MNJTaAIkekKGQkWyKHkvhKsR7ARmitkAYDYRIbUQRQjWBwJRzChi9CRlBcY1UN4g0/VNB0AlcvcAYHRyZPdEQFYV8ccwR5HWxEJ02YmRMLnJ1xCYp0Y5idpQuhopmmC2KgojKasUQDk5BNAwwMOh2RtRq5uQuPZKGIJQIGwAwGf6I0JXMpC8C7kXWDBINFMxS4DKMAWVWAGYsAdNqW5uaRxkSKJOZKaU3tPOBZ4DuK2LATgJhkPJMgTwKCdFjyPHEnKxFCDhEAACH5BAAKAAUALAAAAAAgACAAAATzEMhJaVKp6s2nIkolIJ2WkBShpkVRWqqQrhLSEu9MZJKK9y1ZrqYK9WiClmvoUaF8gIQSNeF1Er4MNFn4SRSDARWroAIETg1iVwuHjYB1kYc1mwruwXKC9gmsJXliGxc+XiUCby9ydh1sOSdMkpMTBpaXBzsfhoc5l58Gm5yToAaZhaOUqjkDgCWNHAULCwOLaTmzswadEqggQwgHuQsHIoZCHQMMQgQGubVEcxOPFAcMDAYUA85eWARmfSRQCdcMe0zeP1AAygwLlJtPNAAL19DARdPzBOWSm1brJBi45soRAWQAAkrQIykShQ9wVhHCwCQCACH5BAAKAAYALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiRMDjI0Fd30/iI2UA5GSS5UDj2l6NoqgOgN4gksEBgYFf0FDqKgHnyZ9OX8HrgYHdHpcHQULXAS2qKpENRg7eAMLC7kTBaixUYFkKAzWAAnLC7FLVxLWDBLKCwaKTULgEwbLA4hJtOkSBNqITT3xEgfLpBtzE/jiuL04RGEBgwWhShRgQExHBAAh+QQACgAHACwAAAAAIAAgAAAE7xDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfZiCqGk5dTESJeaOAlClzsJsqwiJwiqnFrb2nS9kmIcgEsjQydLiIlHehhpejaIjzh9eomSjZR+ipslWIRLAgMDOR2DOqKogTB9pCUJBagDBXR6XB0EBkIIsaRsGGMMAxoDBgYHTKJiUYEGDAzHC9EACcUGkIgFzgwZ0QsSBcXHiQvOwgDdEwfFs0sDzt4S6BK4xYjkDOzn0unFeBzOBijIm1Dgmg5YFQwsCMjp1oJ8LyIAACH5BAAKAAgALAAAAAAgACAAAATwEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GGl6NoiPOH16iZKNlH6KmyWFOggHhEEvAwwMA0N9GBsEC6amhnVcEwavDAazGwIDaH1ipaYLBUTCGgQDA8NdHz0FpqgTBwsLqAbWAAnIA4FWKdMLGdYGEgraigbT0OITBcg5QwPT4xLrROZL6AuQAPUS7bxLpoWidY0JtxLHKhwwMJBTHgPKdEQAACH5BAAKAAkALAAAAAAgACAAAATrEMhJaVKp6s2nIkqFZF2VIBWhUsJaTokqUCoBq+E71SRQeyqUToLA7VxF0JDyIQh/MVVPMt1ECZlfcjZJ9mIKoaTl1MRIl5o4CUKXOwmyrCInCKqcWtvadL2SYhyASyNDJ0uIiUd6GAULDJCRiXo1CpGXDJOUjY+Yip9DhToJA4RBLwMLCwVDfRgbBAaqqoZ1XBMHswsHtxtFaH1iqaoGNgAIxRpbFAgfPQSqpbgGBqUD1wBXeCYp1AYZ19JJOYgH1KwA4UBvQwXUBxPqVD9L3sbp2BNk2xvvFPJd+MFCN6HAAIKgNggY0KtEBAAh+QQACgAKACwAAAAAIAAgAAAE6BDISWlSqerNpyJKhWRdlSAVoVLCWk6JKlAqAavhO9UkUHsqlE6CwO1cRdCQ8iEIfzFVTzLdRAmZX3I2SfYIDMaAFdTESJeaEDAIMxYFqrOUaNW4E4ObYcCXaiBVEgULe0NJaxxtYksjh2NLkZISgDgJhHthkpU4mW6blRiYmZOlh4JWkDqILwUGBnE6TYEbCgevr0N1gH4At7gHiRpFaLNrrq8HNgAJA70AWxQIH1+vsYMDAzZQPC9VCNkDWUhGkuE5PxJNwiUK4UfLzOlD4WvzAHaoG9nxPi5d+jYUqfAhhykOFwJWiAAAIfkEAAoACwAsAAAAACAAIAAABPAQyElpUqnqzaciSoVkXVUMFaFSwlpOCcMYlErAavhOMnNLNo8KsZsMZItJEIDIFSkLGQoQTNhIsFehRww2CQLKF0tYGKYSg+ygsZIuNqJksKgbfgIGepNo2cIUB3V1B3IvNiBYNQaDSTtfhhx0CwVPI0UJe0+bm4g5VgcGoqOcnjmjqDSdnhgEoamcsZuXO1aWQy8KAwOAuTYYGwi7w5h+Kr0SJ8MFihpNbx+4Erq7BYBuzsdiH1jCAzoSfl0rVirNbRXlBBlLX+BP0XJLAPGzTkAuAOqb0WT5AH7OcdCm5B8TgRwSRKIHQtaLCwg1RAAAOwAAAAAAAAAAAA==") #111 no-repeat center center;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-o-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}
.modal-content {
	display: block;
    position: relative;
    box-sizing: border-box;
    padding: 40px 20px 20px 20px;
	font-size: 15px;
}
/* End */


/* Start:/html/css/ion.checkRadio.css?17857617772434*/
/* Ion.CheckRadio, Skin Base
// Version 2.0.0
//
// © Denis Ineshin, 2015
// https://github.com/IonDen
// ===================================================================================================================*/
.icr-label {
    position: relative;
    display: block;
}

.icr-hidden {
    position: absolute;
    display: block;
    top: 0; left: 0;
    width: 0; height: 0;
    overflow: hidden;
}

.icr-input {
    position: absolute;
    display: block;
    top: -20px;
    left: -20px;
}

.icr-text {
    display: inline-block;
    vertical-align: top;
    max-width: calc(100% - 25px);
    box-sizing: border-box;
	line-height: 16px;
}

.icr-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
}

.icr-label {
    margin: 0px;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    box-sizing: border-box;
    padding-bottom: 14px;
}

.icr-item {
    width: 12px;
    height: 12px;
    background: url(/html/css/../img/icr-skin.png) no-repeat;
	margin-right: 12px;
}

.icr-label.focused .icr-item:after {
    position: absolute;
    display: block;
    content: "";
    top: -2px; left: -2px;
}
.icr-label.focused .type_checkbox:after {
    width: 25px; height: 25px;
}
.icr-label.focused .type_radio:after {
    width: 22px; height: 22px;
}


/* Sprite positions */

.icr-label .type_checkbox {
    background-position: -5px -6px;
}
.icr-label .type_radio {
    background-position: -5px -55px;
}

.icr-label:hover .type_checkbox {
    background-position: -55px -6px;
}
.icr-label:hover .type_radio {
    background-position: -55px -55px;
}


.icr-label.checked .type_checkbox {
    background-position: -155px -6px;
}
.icr-label.checked .type_radio {
    background-position: -155px -55px;
}

.icr-label.checked:hover .type_checkbox {
    background-position: -155px -6px;
}
.icr-label.checked:hover .type_radio {
    background-position: -155px -55px;
}

.icr-label.disabled {
    opacity: 0.5;
}
.lt-ie9 .icr-label.disabled {
    filter: alpha(opacity=50);
}

.icr-label.disabled .type_checkbox {
    background-position: 0 0 !important;
}
.icr-label.disabled .type_radio {
    background-position: -4px -54px !important;
}

.icr-label.checked.disabled .type_checkbox {
    background-position: -104px -5px !important;
}
.icr-label.checked.disabled .type_radio {
    background-position: -104px -54px !important;
}

.icr-wrapper {
    display: block;
	position: relative;
}
/* End */


/* Start:/html/css/rating.css?17857617771127*/
/* -----------------------------------------------------------------------------
	COMPENENTS - RATING
	
----------------------------------------------------------------------------- */
.c-rating {
    display: block;
    position: relative;
    float: left;
	list-style-type: none;
}

.c-rating__item {
	display: block;
    position: relative;
    float: left;
    width: 17px;
    height: 17px;
    padding: 0px 2px 0px 2px;
    background-image: url(/html/css/../img/stars_inactive.png);
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.c-rating__item:hover,
.c-rating__item.is-active {
	background-image: url("/html/css/../img/stars_active.png");
	background-repeat: no-repeat;
	background-position: center;
}

.c-rating.disabled .c-rating__item {
    cursor: auto;
}

.c-rating.disabled .c-rating__item:hover {
    background-image: url("/html/css/../img/stars_inactive.png");
	background-repeat: no-repeat;
	background-position: center;
}

.c-rating.disabled .c-rating__item.is-active:hover {
    background-image: url("/html/css/../img/stars_active.png");
	background-repeat: no-repeat;
	background-position: center;
}
/* End */


/* Start:/html/css/jquery.simpleselect.css?17857617773072*/
.hidden_select_container {
	width: 0;
	height: 0;
	overflow: hidden;
}

.simpleselect,
.simpleselect * {
	box-sizing: content-box;
}

.simpleselect {
	display: block;
    position: relative;
    height: 27px;
    width: 100%;
    color: #000;
    font-size: 14px;
    background-color: white;
    border: 1px solid #cfcfcf;
	border-radius: 5px;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAQCAYAAAArij59AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6REI5Q0VGNTc1RDdEMTFFNzg2N0VDRkZCRDdBM0Y0NDkiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6REI5Q0VGNTg1RDdEMTFFNzg2N0VDRkZCRDdBM0Y0NDkiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpEQjlDRUY1NTVEN0QxMUU3ODY3RUNGRkJEN0EzRjQ0OSIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEQjlDRUY1NjVEN0QxMUU3ODY3RUNGRkJEN0EzRjQ0OSIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrOT/L8AAADFSURBVHjaYvj//z8DDE+ZMoURiMWRxZgYUEEkEC9BFmAEqQKBqVOn8gOpG0AsAcQR2dnZK0HiyCY0QyVBoBeogQ+uAMgxBFJZSIqlgbgBbAXQUSBFx4DYHM09f4DYhAVIWALxZyDew4AJguCOxAWYGAgAkBtMgXQpDvnTIDecBWIFIDZFk/wLxG1MwAD5B/XiXzQF04ByF8BuADLOAKmZSJIvgLgG3ZHVQPwKyi4GavoEZqHFZiwQ70MWY0Gzdwl6gAEEGACCD1m8ES1m1wAAAABJRU5ErkJggg==');
    background-repeat: no-repeat;
    background-position: calc(100% - 10px) center;
    cursor: pointer;
}

.simpleselect .placeholder,
.simpleselect .options .option,
.simpleselect .options .optgroup .optgroup-label {
	display: block;
    float: left;
    line-height: 14px;
    cursor: pointer;
    width: 100%;
    padding: 6px 11px;
    box-sizing: border-box;
}

.simpleselect .options .option {
	width: 100%;
}

.simpleselect .options .optgroup .optgroup-label {
	cursor: default;
	font-weight: bold;
}

.simpleselect .options .optgroup .option {
	padding-left: 20px;
}

.simpleselect .options {
	background: #fff;
}

.simpleselect .placeholder {
	position: relative;
}

.simpleselect .options {
	display: none;
    position: relative;
    top: 0 !important;
    border: 1px solid #d5d5d5;
    left: -1px;
    z-index: 999;
    height: auto !important;
	width: 100%;
	overflow-x: hidden;
}

.simpleselect .options .option.active {
	background: #f87821;
	color: #fff;
}

.simpleselect.disabled .placeholder,
.simpleselect.disabled .placeholder:hover {
	background: #f87821;
	color: #fff;
	border-color: #cfcfcf;
	cursor: default;
}

.simpleselect.disabled .placeholder:after {
	opacity: .5;
}
/* End */


/* Start:/html/css/jBox.css?17857617777818*/

/* Global */

.jBox-wrapper {
  text-align: left;
  box-sizing: border-box;
}

.jBox-title,
.jBox-content,
.jBox-container {
  position: relative;
  word-break: break-word;
  box-sizing: border-box;
}

.jBox-container {
  background: #fff;
}

.jBox-content {
  padding: 8px 10px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: opacity .2s;
}

/* jBox Tooltip */

.jBox-Tooltip .jBox-container,
.jBox-Mouse .jBox-container {
  border-radius: 3px;
  box-shadow: 0 0 3px rgba(0, 0, 0, .25);
}

.jBox-Tooltip .jBox-title,
.jBox-Mouse .jBox-title {
  padding: 8px 10px 0;
  font-weight: bold;
}

.jBox-hasTitle.jBox-Tooltip .jBox-content,
.jBox-hasTitle.jBox-Mouse .jBox-content {
  padding-top: 5px;
}

.jBox-Mouse {
  pointer-events: none;
}

/* Pointer */

.jBox-pointer {
  position: absolute;
  overflow: hidden;
}

.jBox-pointer-top { top: 0; }
.jBox-pointer-bottom { bottom: 0; }
.jBox-pointer-left { left: 0; }
.jBox-pointer-right { right: 0; }

.jBox-pointer-top,
.jBox-pointer-bottom {
  width: 30px;
  height: 12px;
}

.jBox-pointer-left,
.jBox-pointer-right {
  width: 12px;
  height: 30px;
}

.jBox-pointer:after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  background: #fff;
  transform: rotate(45deg);
}

.jBox-pointer-top:after {
  left: 5px;
  top: 6px;
  box-shadow: -1px -1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-right:after {
  top: 5px;
  right: 6px;
  box-shadow: 1px -1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-bottom:after {
  left: 5px;
  bottom: 6px;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, .15);
}

.jBox-pointer-left:after {
  top: 5px;
  left: 6px;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .15);
}

/* jBox Modal */

.jBox-Modal .jBox-container {
  border-radius: 4px;
}

.jBox-Modal .jBox-content {
  padding: 15px 20px;
}

.jBox-Modal .jBox-title {
  border-radius: 4px 4px 0 0;
  padding: 15px 20px;
  background: #fafafa;
  border-bottom: 1px solid #eee;
}

.jBox-Modal .jBox-footer {
  border-radius: 0 0 4px 4px;
}

.jBox-Modal.jBox-closeButton-title .jBox-title {
  padding-right: 55px;
}

.jBox-Modal .jBox-container,
.jBox-Modal.jBox-closeButton-box:before {
  box-shadow: 0 3px 15px rgba(0, 0, 0, .4), 0 0 5px rgba(0, 0, 0, .4);
}

/* Close button */

.jBox-closeButton {
  cursor: pointer;
  position: absolute;
}

.jBox-closeButton svg {
  position: absolute;
  top: 50%;
  right: 50%;
}

.jBox-closeButton path {
  transition: fill .2s;
}

.jBox-closeButton path {
  fill: #aaa;
}

.jBox-closeButton:hover path {
  fill: #888;
}

.jBox-closeButton:active path {
  fill: #666;
}

/* Close button in overlay */

.jBox-overlay .jBox-closeButton {
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
}

.jBox-overlay .jBox-closeButton svg {
  width: 20px;
  height: 20px;
  margin-top: -10px;
  margin-right: -10px;
}

.jBox-overlay .jBox-closeButton path,
.jBox-overlay .jBox-closeButton:active path {
  fill: #ddd;
}

.jBox-overlay .jBox-closeButton:hover path {
  fill: #fff;
}

/* Close button in title */

.jBox-closeButton-title .jBox-closeButton {
  top: 0;
  right: 0;
  bottom: 0;
  width: 40px;
}

.jBox-closeButton-title .jBox-closeButton svg {
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-right: -6px;
}

/* Close button in box */

.jBox-closeButton-box .jBox-closeButton {
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 50%;
}

.jBox-closeButton-box .jBox-closeButton svg {
  width: 10px;
  height: 10px;
  margin-top: -5px;
  margin-right: -5px;
}

.jBox-hasTitle.jBox-Modal.jBox-closeButton-box .jBox-closeButton {
  background: #fafafa;
}

.jBox-closeButton-box:before {
  content: '';
  position: absolute;
  top: -8px;
  right: -10px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  box-shadow: 0 0 5px rgba(0, 0, 0, .3);
}

.jBox-pointerPosition-top.jBox-closeButton-box:before {
  top: 5px;
}

.jBox-pointerPosition-right.jBox-closeButton-box:before {
  right: 2px;
}

/* Overlay */

.jBox-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .82);
}

/* Footer */

.jBox-footer {
  background: #fafafa;
  border-top: 1px solid #eee;
  padding: 8px 10px;
  border-radius: 0 0 3px 3px;
}

/* Block scrolling */

body[class^="jBox-blockScroll-"],
body[class*=" jBox-blockScroll-"] {
  overflow: hidden;
}

/* Draggable */

.jBox-draggable {
  cursor: move;
}

/* Spinner */

@keyframes jBoxLoading {
  to { transform: rotate(360deg); }
}

.jBox-loading .jBox-content {
  opacity: .2;
}

.jBox-loading-spinner .jBox-content {
  min-height: 38px !important;
  min-width: 38px !important;
  opacity: 0;
}

.jBox-spinner {
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px;
}

.jBox-spinner:before {
  display: block;
  box-sizing: border-box;
  content: '';
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, .2);
  border-top-color: rgba(0, 0, 0, .8);
  animation: jBoxLoading .6s linear infinite;
}

/* Animations */

[class^="jBox-animated-"],
[class*=" jBox-animated-"] {
  animation-fill-mode: both;
}

@keyframes jBox-tada {
  0% {transform: scale(1);}
  10%, 20% {transform: scale(0.8) rotate(-4deg);}
  30%, 50%, 70%, 90% {transform: scale(1.2) rotate(4deg);}
  40%, 60%, 80% {transform: scale(1.2) rotate(-4deg);}
  100% {transform: scale(1) rotate(0);}
}

.jBox-animated-tada {
  animation: jBox-tada 1s;
}

@keyframes jBox-tadaSmall {
  0% {transform: scale(1);}
  10%, 20% {transform: scale(0.9) rotate(-2deg);}
  30%, 50%, 70%, 90% {transform: scale(1.1) rotate(2deg);}
  40%, 60%, 80% {transform: scale(1.1) rotate(-2deg);}
  100% {transform: scale(1) rotate(0);}
}

.jBox-animated-tadaSmall {
  animation: jBox-tadaSmall 1s;
}

@keyframes jBox-flash {
  0%, 50%, 100% {opacity: 1;}  
  25%, 75% {opacity: 0;}
}

.jBox-animated-flash {
  animation: jBox-flash .5s;
}

@keyframes jBox-shake {
  0%, 100% {transform: translateX(0);}
  20%, 60% {transform: translateX(-6px);}
  40%, 80% {transform: translateX(6px);}
}

.jBox-animated-shake {
  animation: jBox-shake .4s;
}

@keyframes jBox-pulseUp {
  0% {transform: scale(1);}
  50% {transform: scale(1.15);}
  100% {transform: scale(1);}
}

.jBox-animated-pulseUp {
  animation: jBox-pulseUp .25s;
}

@keyframes jBox-pulseDown {
  0% {transform: scale(1);}
  50% {transform: scale(0.85);}
  100% {transform: scale(1);}
}

.jBox-animated-pulseDown {
  animation: jBox-pulseDown .25s;
}

@keyframes jBox-popIn {
  0% {transform: scale(0);}
  50% {transform: scale(1.1);}
  100% {transform: scale(1);}
}

.jBox-animated-popIn {
  animation: jBox-popIn .25s;
}

@keyframes jBox-popOut {
  0% {transform: scale(1);}
  50% {transform: scale(1.1);}
  100% {transform: scale(0);}
}

.jBox-animated-popOut {
  animation: jBox-popOut .25s;
}

@keyframes jBox-fadeIn {
  0% {opacity: 0;}
  100% {opacity: 1;}
}

.jBox-animated-fadeIn {
  animation: jBox-fadeIn .2s;
}

@keyframes jBox-fadeOut {
  0% {opacity: 1;}
  100% {opacity: 0;}
}

.jBox-animated-fadeOut {
  animation: jBox-fadeOut .2s;
}

@keyframes jBox-slideUp {
  0% {transform: translateY(0);}
  100% {transform: translateY(-300px); opacity: 0;}
}

.jBox-animated-slideUp {
  animation: jBox-slideUp .4s;
}

@keyframes jBox-slideRight {
  0% {transform: translateX(0);}
  100% {transform: translateX(300px); opacity: 0;}
}

.jBox-animated-slideRight {
  animation: jBox-slideRight .4s;
}

@keyframes jBox-slideDown {
  0% {transform: translateY(0);}
  100% {transform: translateY(300px); opacity: 0;}
}

.jBox-animated-slideDown {
  animation: jBox-slideDown .4s;
}

@keyframes jBox-slideLeft {
  0% {transform: translateX(0);}
  100% {transform: translateX(-300px); opacity: 0;}
}

.jBox-animated-slideLeft {
  animation: jBox-slideLeft .4s;
}

/* End */


/* Start:/html/css/jquery-ui.css?178576177718745*/
/*! jQuery UI - v1.12.1 - 2017-07-07
* http://jqueryui.com
* Includes: core.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
	display: none;
}
.ui-helper-hidden-accessible {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
.ui-helper-reset {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	line-height: 1.3;
	text-decoration: none;
	font-size: 100%;
	list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	content: "";
	display: table;
	border-collapse: collapse;
}
.ui-helper-clearfix:after {
	clear: both;
}
.ui-helper-zfix {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	opacity: 0;
	filter:Alpha(Opacity=0); /* support: IE8 */
}

.ui-front {
	z-index: 100;
}


/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
	cursor: default !important;
	pointer-events: none;
}


/* Icons
----------------------------------*/
.ui-icon {
	display: inline-block;
	vertical-align: middle;
	margin-top: -.25em;
	position: relative;
	text-indent: -99999px;
	overflow: hidden;
	background-repeat: no-repeat;
}

.ui-widget-icon-block {
	left: 50%;
	margin-left: -8px;
	display: block;
}

/* Misc visuals
----------------------------------*/

/* Overlays */
.ui-widget-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.ui-tooltip {
	padding: 8px;
	position: absolute;
	z-index: 9999;
	max-width: 300px;
}
body .ui-tooltip {
	border-width: 2px;
}

/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/html/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/html/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/html/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/html/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/html/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/html/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/html/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/html/css/jquery-ui.theme.css?178576177717342*/
/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
 */


/* Component containers
----------------------------------*/
.ui-widget {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget .ui-widget {
	font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
	font-family: Arial,Helvetica,sans-serif;
	font-size: 1em;
}
.ui-widget.ui-widget-content {
	border: 1px solid #c5c5c5;
}
.ui-widget-content {
	border: 1px solid #dddddd;
	background: #ffffff;
	color: #333333;
}
.ui-widget-content a {
	color: #333333;
}
.ui-widget-header {
	border: 1px solid #dddddd;
	background: #e9e9e9;
	color: #333333;
	font-weight: bold;
}
.ui-widget-header a {
	color: #333333;
}

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,

/* We use html here because we need a greater specificity to make sure disabled
works properly when clicked or hovered */
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	border: 1px solid #c5c5c5;
	background: #f6f6f6;
	font-weight: normal;
	color: #454545;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
	color: #454545;
	text-decoration: none;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
	border: 1px solid #cccccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
	color: #2b2b2b;
	text-decoration: none;
}

.ui-visual-focus {
	box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #003eff;
	background: #007fff;
	font-weight: normal;
	color: #ffffff;
}
.ui-icon-background,
.ui-state-active .ui-icon-background {
	border: #003eff;
	background-color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
	color: #ffffff;
	text-decoration: none;
}

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
	border: 1px solid #dad55e;
	background: #fffa90;
	color: #777620;
}
.ui-state-checked {
	border: 1px solid #dad55e;
	background: #fffa90;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
	color: #777620;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
	border: 1px solid #f1a899;
	background: #fddfdf;
	color: #5f3f3f;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
	color: #5f3f3f;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
	color: #5f3f3f;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
	font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
	opacity: .7;
	filter:Alpha(Opacity=70); /* support: IE8 */
	font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
	opacity: .35;
	filter:Alpha(Opacity=35); /* support: IE8 */
	background-image: none;
}
.ui-state-disabled .ui-icon {
	filter:Alpha(Opacity=35); /* support: IE8 - See #6059 */
}

/* Icons
----------------------------------*/

/* states and images */
.ui-icon {
	width: 16px;
	height: 16px;
}
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("/html/css/images/ui-icons_444444_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("/html/css/images/ui-icons_444444_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
	background-image: url("/html/css/images/ui-icons_555555_256x240.png");
}
.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
	background-image: url("/html/css/images/ui-icons_ffffff_256x240.png");
}
.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
	background-image: url("/html/css/images/ui-icons_777620_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("/html/css/images/ui-icons_cc0000_256x240.png");
}
.ui-button .ui-icon {
	background-image: url("/html/css/images/ui-icons_777777_256x240.png");
}

/* positioning */
.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-caret-1-n { background-position: 0 0; }
.ui-icon-caret-1-ne { background-position: -16px 0; }
.ui-icon-caret-1-e { background-position: -32px 0; }
.ui-icon-caret-1-se { background-position: -48px 0; }
.ui-icon-caret-1-s { background-position: -65px 0; }
.ui-icon-caret-1-sw { background-position: -80px 0; }
.ui-icon-caret-1-w { background-position: -96px 0; }
.ui-icon-caret-1-nw { background-position: -112px 0; }
.ui-icon-caret-2-n-s { background-position: -128px 0; }
.ui-icon-caret-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -65px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -65px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 1px -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }


/* Misc visuals
----------------------------------*/

/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
	border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
	border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
	border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
	border-bottom-right-radius: 3px;
}

/* Overlays */
.ui-widget-overlay {
	background: #aaaaaa;
	opacity: .3;
	filter: Alpha(Opacity=30); /* support: IE8 */
}
.ui-widget-shadow {
	-webkit-box-shadow: 0px 0px 5px #666666;
	box-shadow: 0px 0px 5px #666666;
}

/* End */


/* Start:/html/css/icarousel.css?1785761777642*/
/* The Preloader in the Slider */
#iCarousel-preloader {
	position: absolute;
	z-index: 1000;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: #000 1px solid;
	border-color: rgba(0,0,0,0.6);
	padding: 1px;
	width: 150px;
	height: 3px;
}
#iCarousel-preloader div {
	float: left;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	height: 3px;
	background: #000;
	background: rgba(0,0,0,0.6);
	width: 0px;
}

/* The timer in the Slider */
#iCarousel-timer {
	position: absolute;
	z-index: 1000;
	border-radius: 5px;
	cursor: pointer;
}

#iCarousel-timer div {
	border-radius: 3px;
}
/* End */


/* Start:/html/css/icarousel-custom.css?17857617771314*/
.carousel-container {
	width: 100%;
	overflow: hidden;
	padding-left: 2%;
}

#icarousel {
	width: 870px;
	height: 500px;
	position: relative;
	margin: 20px auto;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

#icarousel .slide {
	border-radius: 4px;
	border: 8px #333 solid;
	border: 8px rgba(0,0,0,0.5) solid;
	width: 860px;
	height: 490px;
}

/* The Navigation buttons in the Slider */
a.iCarouselNav {
	display: block;
	position: absolute;
	/*top: 129px;*/
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 43px;
	height: 43px;
	background: url(/html/css/../img/arrows.png) no-repeat;
	z-index: 1000;
	text-indent: -9999px;
}

a#iCarouselPrev {
	left: 10px;
	background-position: left top;
}

a#iCarouselPrev:hover {
	background-position: left bottom;
}

a#iCarouselNext {
	right: 10px;
	background-position: right top;
}

a#iCarouselNext:hover {
	background-position: right bottom;
}
#icarousel img {
	cursor: pointer;
}
/* End */


/* Start:/ds-comf/ds-form/css/dsforms.css?178576185712893*/
/*  --------------------------------------------------
  Global style
  -------------------------------------------------- */
.dspopup-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  left: 0;
  z-index: 1001;
}

.dspopup-modal {
  display: none;
  visibility: hidden;
  position: fixed;
  min-width: 300px;
  background: #E1F1F3;
  z-index: 1002;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0px 5px rgba(0, 0, 0, 0.4);
  /*.close-dspopup-modal {
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    border-width: 0;
    border-radius: 25%;
    cursor: pointer;
    background: #aeaeae;
    color: #fff;
    text-align: center;
    font-family: Georgia, "Times New Roman", Times, serif;
    font-size: 24px;
    line-height: 24px;
    font-weight: 700;

    &:before {
      display: block;
      content: '\00D7'; //'\2573';
      padding: 2px 5px 4px;
      font-size: 30px;
    }

    &:hover {
      background: #808080;
    }
  }*/
}
.dspopup-modal .close-dspopup-modal {
  display: block;
  position: absolute;
  top: 10px;
  right: 10px;
  border-width: 0;
  border-radius: 25%;
  cursor: pointer;
  background: transparent;
  text-align: center;
}
.dspopup-modal .close-dspopup-modal:before {
  padding: 2px 5px 4px;
  font-size: 30px;
}
.dspopup-modal .close-dspopup-modal svg:hover .st0 {
  fill: #808080;
}

.ds-form form {
  padding: 15px 30px;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
}
.ds-form form label {
  display: block;
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 2.05556em;
  color: #78767a;
  cursor: pointer;
}
.ds-form form label .required {
  color: #b21a41;
}
.ds-form form input:not([type]),
.ds-form form input[type="text"],
.ds-form form input[type="password"],
.ds-form form input[type="date"],
.ds-form form input[type="datetime"],
.ds-form form input[type="datetime-local"],
.ds-form form input[type="month"],
.ds-form form input[type="week"],
.ds-form form input[type="email"],
.ds-form form input[type="number"],
.ds-form form input[type="search"],
.ds-form form input[type="tel"],
.ds-form form input[type="time"],
.ds-form form input[type="url"],
.ds-form form input[type="color"],
.ds-form form select,
.ds-form form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 100%;
  display: block;
  margin: 0 0 0.88889em 0;
  padding: 0.44444em;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #bbdbde;
  border-radius: 10px;

  color: #78767a;
  font-family: inherit;
  font-size: .875em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  padding: 12px 14px 11px;
}
.ds-form form input:not([type]):focus,
.ds-form form input[type="text"]:focus,
.ds-form form input[type="password"]:focus,
.ds-form form input[type="date"]:focus,
.ds-form form input[type="datetime"]:focus,
.ds-form form input[type="datetime-local"]:focus,
.ds-form form input[type="month"]:focus,
.ds-form form input[type="week"]:focus,
.ds-form form input[type="email"]:focus,
.ds-form form input[type="number"]:focus,
.ds-form form input[type="search"]:focus,
.ds-form form input[type="tel"]:focus,
.ds-form form input[type="time"]:focus,
.ds-form form input[type="url"]:focus,
.ds-form form input[type="color"]:focus,
.ds-form form select:focus,
.ds-form form textarea:focus {
  background-color: #fff;
  border-color: #999999;
  outline: none;
}
.ds-form form input:not([type]).improper-value,
.ds-form form input[type="text"].improper-value,
.ds-form form input[type="password"].improper-value,
.ds-form form input[type="date"].improper-value,
.ds-form form input[type="datetime"].improper-value,
.ds-form form input[type="datetime-local"].improper-value,
.ds-form form input[type="month"].improper-value,
.ds-form form input[type="week"].improper-value,
.ds-form form input[type="email"].improper-value,
.ds-form form input[type="number"].improper-value,
.ds-form form input[type="search"].improper-value,
.ds-form form input[type="tel"].improper-value,
.ds-form form input[type="time"].improper-value,
.ds-form form input[type="url"].improper-value,
.ds-form form input[type="color"].improper-value,
.ds-form form select.improper-value,
.ds-form form textarea.improper-value {
  border-color: #b21a41;
}
.ds-form form input[type="checkbox"] {
  vertical-align: middle;
}
.ds-form form input[type="radio"] {
  vertical-align: middle;
}
.ds-form form input[readonly],
.ds-form form input[readonly='readonly'],
.ds-form form textarea[readonly],
.ds-form form textarea[readonly='readonly'] {
  background-color: #eee;
  opacity: 1;
}
.ds-form form input[readonly]:hover, .ds-form form input[readonly]:active, .ds-form form input[readonly]:focus,
.ds-form form input[readonly='readonly']:hover,
.ds-form form input[readonly='readonly']:active,
.ds-form form input[readonly='readonly']:focus,
.ds-form form textarea[readonly]:hover,
.ds-form form textarea[readonly]:active,
.ds-form form textarea[readonly]:focus,
.ds-form form textarea[readonly='readonly']:hover,
.ds-form form textarea[readonly='readonly']:active,
.ds-form form textarea[readonly='readonly']:focus {
  background-color: #eee;
  opacity: 1;
}
.ds-form form input.readonly[readonly],
.ds-form form input.readonly[readonly='readonly'],
.ds-form form textarea.readonly[readonly],
.ds-form form textarea.readonly[readonly='readonly'] {
  border-color: transparent !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  box-shadow: none;
}
.ds-form form input.readonly[readonly]:hover, .ds-form form input.readonly[readonly]:active, .ds-form form input.readonly[readonly]:focus,
.ds-form form input.readonly[readonly='readonly']:hover,
.ds-form form input.readonly[readonly='readonly']:active,
.ds-form form input.readonly[readonly='readonly']:focus,
.ds-form form textarea.readonly[readonly]:hover,
.ds-form form textarea.readonly[readonly]:active,
.ds-form form textarea.readonly[readonly]:focus,
.ds-form form textarea.readonly[readonly='readonly']:hover,
.ds-form form textarea.readonly[readonly='readonly']:active,
.ds-form form textarea.readonly[readonly='readonly']:focus {
  padding-left: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 1;
  box-shadow: none;
}
.ds-form form input[disabled],
.ds-form form input[disabled='disabled'],
.ds-form form input.disabled,
.ds-form form textarea[disabled],
.ds-form form textarea[disabled='disabled'],
.ds-form form textarea.disabled {
  background-color: #eee;
  color: #808080;
  opacity: 1;
  cursor: not-allowed;
}
.ds-form form input[disabled]:hover, .ds-form form input[disabled]:active, .ds-form form input[disabled]:focus,
.ds-form form input[disabled='disabled']:hover,
.ds-form form input[disabled='disabled']:active,
.ds-form form input[disabled='disabled']:focus,
.ds-form form input.disabled:hover,
.ds-form form input.disabled:active,
.ds-form form input.disabled:focus,
.ds-form form textarea[disabled]:hover,
.ds-form form textarea[disabled]:active,
.ds-form form textarea[disabled]:focus,
.ds-form form textarea[disabled='disabled']:hover,
.ds-form form textarea[disabled='disabled']:active,
.ds-form form textarea[disabled='disabled']:focus,
.ds-form form textarea.disabled:hover,
.ds-form form textarea.disabled:active,
.ds-form form textarea.disabled:focus {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}
.ds-form form input[type="submit"],
.ds-form form button[type="submit"] {
  width: auto;
  font-family: inherit;
  font-size: 1.375em;
  color: #fff;
  text-transform: none;
  padding: 8px 30px;
  background: #388c94;
  border-style: solid;
  border-width: 0px;
  border-color: #d0d0d0;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  box-shadow: 0;
  transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  cursor: pointer;
  height: auto;
}
.ds-form form input[type="submit"]:hover, .ds-form form input[type="submit"]:focus,
.ds-form form button[type="submit"]:hover,
.ds-form form button[type="submit"]:focus {
  opacity: 1;
}
.ds-form form select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAICAMAAADUf89RAAAAXVBMVEXe3t7////e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t4c2GbBAAAAHnRSTlMAAAMGCQwPIScqMDM5P0Wfpau0usDDxuTn6u3w8/a+b40GAAAAS0lEQVQI123JRRKAQADEwODubvP/Z3KhYBfIMU00yaxyriCejV+7D5As929cDCBdr996WEC2SZI6jxeQ75J6nw9QHBoDfoByCLHgBAR/B7a3OfpzAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.75em;
}
.ds-form form select option {
  padding: 0.22222em 0.64em;
  color: #78767a;
  font-family: inherit;
  font-size: .875em;
}
.ds-form form textarea {
  min-height: 6em;
}
.ds-form .inline {
  font-size: 0;
}
.ds-form .inline.label-left label {
  width: 28%;
  display: inline-block;
  margin-right: 2%;
}
.ds-form .inline.label-left input {
  display: inline-block;
  width: 70%;
}
.ds-form .inline.label-right label {
  display: inline-block;
  float: right;
  width: 30%;
}
.ds-form .inline.label-right input {
  display: inline-block;
  float: left;
  width: 65%;
}
.ds-form .clearfix:before, .ds-form .clearfix:after {
  content: " ";
  display: table;
}
.ds-form .clearfix:after {
  clear: both;
}
.ds-form .form-head {
  margin-bottom: 15px;
  font-size: 1.5em;
  line-height: 2.05556em;
  color: #808080;

  text-transform: uppercase;
  font-size: 20px;
  color: #388c94;
  line-height: 1.5;

}
.ds-form .is_checkbox,
.ds-form .is_radio {
  display: block;
  text-align: left;
}
.ds-form .is_checkbox label,
.ds-form .is_radio label {
  margin-left: 2.05556em;
}
.ds-form .is_checkbox input,
.ds-form .is_radio input {
  margin-top: -22px;
}
.ds-form .infoform {
  margin-bottom: 15px;
  font-size: 12px;
  color: #b7b7b7;
}
.ds-form .error-form {
  margin-top: 15px;
  padding-left: 15px;
  font-size: .875em;
  color: #b21a41;
  list-style: none;
}
.ds-form .error-form li:before {
  content: "\00d7";
  float: left;
  margin-left: -15px;
  font-weight: 700;
}
.ds-form .buttonform {
  margin-top: 15px;
  text-align: center;margin-bottom:10px;
}
.ds-form .rating_selection {
  text-align: left;
  font-size: 0;
}
.ds-form .rating_selection label:first-of-type {
  display: none;
}
.ds-form .rating_selection input[type='radio'] {
  display: none;
}
.ds-form .rating_selection label {
  cursor: pointer;
  display: inline-block;
}
.ds-form .rating_selection label {
  display: inline-block;
  font-size: 30px;
  letter-spacing: 5px;
  color: #e9cd10;
  margin-right: 0;
}
.ds-form .rating_selection input:checked ~ label {
  color: #aaa;
}
.ds-form .rating_selection:hover label[for] {
  color: #e9cd10;
}
.ds-form .rating_selection:hover label:hover ~ label {
  color: #aaa;
}

.dspopup-modal .form-head {
  margin-left: -30px;
  margin-right: -30px;
  margin-top: -15px;
  padding: 10px 30px;
}

[id*="formmessagereport"] {
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #78767a;
}
[id*="formmessagereport"] .form-head {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 10px 30px;
}
[id*="formmessagereport"] .error-report {
  padding: 15px 30px;
  text-align: center !important;
}
[id*="formmessagereport"] .error-report p {
  text-align: center !important;
}
[id*="formmessagereport"] .text-report p:first-child {
  margin-bottom: 20px;
  font-size: 1.125em;
}
[id*="formmessagereport"] .repeatform {
  color: #34495e;
}
[id*="formmessagereport"] .repeatform:hover, [id*="formmessagereport"] .repeatform:focus {
  color: #4f6f8f;
}

@media only screen and (min-width: 560px) {
  .dspopup-modal {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .dspopup-modal {
    margin-left: auto;
    margin-right: auto;
  }
}

/* End */


/* Start:/local/templates/ch/include/css/fix1.css?178576185523471*/
html {
    overflow-y: scroll;
}
#title-search2 {
    background-color: #f2f2f2;
    padding: 25px 12px 0 12px;
    margin-top: 0;
}
#title-search2 .bx-input-group {
    width: 100%;
}

#title-search-input2 {
    padding: 4px 11px;
    padding-right: 25px;
    font-size: 12px;
    line-height: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    box-sizing: border-box;
    height: 25px;
}
#title-search2 .bx-input-group-btn {
    position: absolute;
    right: 20px;
    z-index: 5;
}
#title-search2 .bx-input-group-btn button {
    background: transparent;
    height: 25px;
    color: gray;
    padding: 0;
    font-size: 14px;
}
.bx_filter .bx_filter_parameters_box_title {
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
}
.bx_filter .bx_filter_section {
    background: transparent;
    border: 0;
    padding-top: 0;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container input {
    height: 25px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #cfcfcf;
}
.bx_filter .bx_filter_parameters_box_container .bx_filter_input_container {
    background: none;
    box-shadow: none;
    max-width: 100%;
}
.bx_filter .bx_filter_param_label:after {

}
.bx_filter .bx_filter_input_checkbox input[type=checkbox] {
    margin-left: -99em;
    position: static;
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:after {
    display: block;
    content: '';
    position: absolute;
    left: 0;
    top: 6px;
    width: 12px;
    height: 12px;
    background: url(/html/img/icr-skin.png) no-repeat;
    background-position: -5px -6px;
}
.bx_filter .bx_filter_input_checkbox input[type=checkbox]:checked:after {
    background-position: -155px -6px;
}

.bx_filter .bx_filter_search_button {
    padding: 10px 16px;
    background: #f77723;
    display: block;
    position: relative;
    margin: 0 auto 8px;
    border: 0;
    cursor: pointer;
    border-radius: 4px;
    box-sizing: border-box;
    width: 100%;
    height: auto;

    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}
.bx_filter .bx_filter_search_button:hover {
    background: #f06f1a;
}
.bx_filter .bx_filter_input_checkbox .bx_filter_param_text {
    font-weight: normal;
}
.bx_filter .bx_filter_search_reset {
    text-decoration: underline;
    display: block;
    margin: 0 auto;

    font-family: 'Open Sans', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    color: #2E2E2E;
}
.bx_filter .bx_filter_search_reset:hover {
    text-decoration: none;
    background: none;
}
/*.bx_filter .bx_ui_slider_pricebar_V {
    background: #f06f1a;
}
.bx_filter .bx_ui_slider_pricebar_VN {
    background: !*#f87822*! orange;
}*/
.category-menu-wrapper>ul>li>ul>li>ul>li {
    display: block;
    position: relative;
}
.category-menu-wrapper>ul>li>ul>li>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
    padding: 5px 10px 5px 37px;
}
.main-menu-wrapper>ul {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.main-menu-wrapper {
    padding-bottom: 12px;
}
.page-title {
    margin-bottom: 25px;
}
/*.table-row .cell-33:last-child {
        padding: 0 10px;
}*/
.table-row .cell-33:first-child {
    padding-left: 0;
    padding-right: 10px;
}
.table-row .cell-33:nth-child(3) {
    padding-right: 0;
}
.products-categories-wrapper .table-row .cell-33 {
    padding-bottom: 5px;
}
.products-filter-wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    margin-bottom: 20px;
}

.products-filter-wrapper .table{
    margin-bottom: 0;
}
body {
    background-image: none;
}
.table .table {
    background-color: unset;
}
.popular-item-name {
    text-align: left;
    font-weight: bold;
}
.popular-item-price {
    text-align: left;
    font-family: "Inter";
    font-weight: 600;
}
.product-purchase_difference {
    margin-bottom: 25px;
}

.spec-param {
    border-bottom: 1px dotted #e2dacf;
    display: inline-block;
    width: 100%;
    font-size: 15px;
}
.spec-param .spec-name {
    float: left;
    padding-bottom: 5px;
    margin-bottom: -5px;
    position: relative;
    padding-right: 14px;
    margin-top: 4px;
    font-weight: bold;
}
.spec-param .spec-val {
    margin-top: 4px;
    float: right;
    padding-bottom: 5px;
    margin-bottom: -5px;
    padding-left: 14px;
    position: relative;
}
.page-cells-wrapper {
    min-height: unset;
}
.main-menu-wrapper>ul>li>a {
    padding: 20px 0;
}
.main-catalog-table {
    min-height: unset;
}
.tabs-table-content-item#docs ul {
    list-style: none;
}
.tabs-table-content-item#docs li {
    display: inline-block;
    width: 20%;
    margin-bottom: 10px;
}
.cell-20 {
    width: 20%;
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    padding: 0px 14px;
}
.cell-20:first-child {
    padding-left: 0;
}
.cell-20:nth-child(5n) {
    padding-right: 0;
}
.popular-items-hz .cell-20 {
    display: inline-block;
    padding: 0;
    width: 18%;
    margin-right: 2.5%;
    vertical-align: top;
}
.popular-items-hz .cell-20:nth-child(5n) {
    margin-right: 0;
}
.popular-item-hz {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 27px;
}
.popular-item-image-hz {
    display: block;
    position: relative;
    width: 100%;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}
.popular-item-image-hz img {
    display: block;
    position: relative;
    width: 100%;
}

.bx_ordercart .bx_ordercart_order_table_container tbody td.control a {
    display: block;
    position: relative;
    font-size: 13px;
    color: black;
    margin-bottom: 6px;
}
.bx_ordercart .bx_ordercart_order_table_container tbody td.control a:hover {
    text-decoration: underline;
}
.purchase_btn {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
}
.purchase_btn {
    display: inline-block;
    vertical-align: top;
    margin: 10px 0;
    text-decoration: none !important;
}
.purchase_btn,
.bx_ordercart.bx_blue .bx_bt_button,.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout,.bx-soa-more-btn a.pull-right.btn {
    position: relative;
    font-family: "GothamProBold";
    font-size: 12px;
    padding: 10px 13px;
    line-height: 12px;
    border: 1px solid #f77723;
    background: none;
    background-color: #f77723;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
}

.purchase_btn:hover,
.bx_ordercart.bx_blue .bx_bt_button:hover,.bx_ordercart.bx_blue .bx_ordercart_order_pay_center .checkout:hover,.bx-soa-more-btn a.pull-right.btn:hover {
    color: white;
    background: none;
    background-color: #f06f1a;
    border-color: transparent;
}
.bx-soa-cart-total-line.bx-soa-cart-total-line-highlighted {
    background-color: #f77723 !important;
    color: #fff;
}
.product-category-item {
    border: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.product-category-item>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    transform-style: preserve-3d;
    transition: transform .45s ease-in-out;
    transform: scale(1);
}
/*
.product-category-item:hover {
        box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.5);
}*/
.product-category-item:hover>img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
.product-category-item>a {
    background-size: cover;
    min-height: 100%;
    background-position: center;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 86px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.sale-order-detail-about-order-inner-container-repeat-button,.sale-order-detail-payment-options-methods-button-element {
    background-color: #f77723;

}
.sale-order-detail-about-order-inner-container-repeat-button:hover,.sale-order-detail-payment-options-methods-button-element.active-button:hover {
    background: #f06f1a;
}
.sale-order-detail-general-head {
    background: #ffedcc;
}
.sale-order-detail-general-item {
    color: #000;
}
.products-item-colors {
    display: block;
    position: relative;
    font-size: 11px;
    color: #000;
    margin-bottom: 10px;
    font-size: 12px;
}
.products-item-colors ul {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 0;
}
.products-item-colors>ul>li {
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 2px;
    border-radius: 10px;
    box-sizing: border-box;
    cursor: pointer;
}
.products-item-colors>ul>li.active {
    position: relative;
    border: 2px solid #f77723;
    width: 22px;
    height: 22px;
    border-radius: 11px;
    top: 1px;
}

.main-articles-middle .main-articles-title {padding-right: 30px;}

.products-item-images-right {
    width: 107px;
    height: auto;
    float: right;

}
.products-item-images-right>a {
    margin-bottom: 10px;
}
.products-item-images-right>a>img {
    height: 79px;
}
.carousel-container {
    margin-top: -35px;
    margin-bottom: -30px;
    padding-left: 30px;
}
#icarousel+.main-block-wrapper {
    margin-top: 30px;
}
.basket_color {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    text-indent: -9999em;
    display: inline-block;
}
.main-catalog-menu-cell-content {
    -webkit-background-size: cover;
    background-size: cover;
    min-height: 100%;
    background-position: center;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 230px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}

.main-catalog-menu-block {
    height: 100%;
    border: 0;
    overflow: hidden;
    transition: all 0.3s;
    position: relative;
}
.main-catalog-menu-block>img {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*object-fit: cover;*/
    transform: scale(1);
    transform-style: preserve-3d;
    transition: transform .45s ease-in-out;

}
.main-catalog-menu-block:hover>img {
    -webkit-transform: scale(1.01);
    -moz-transform: scale(1.01);
    -ms-transform: scale(1.01);
    -o-transform: scale(1.01);
    transform: scale(1.01);
}
@font-face {
    font-family: MyriadProBold; /* Имя шрифта */
    src: url(/html/fonts/Myriad-Pro-Bold.ttf);
	font-display: swap;
}
.main-catalog-menu .cell-33 {
    border-right: 2px solid #847c7c;
}
.main-catalog-menu .cell-33:nth-child(1n) {z-index: 3;}
.main-catalog-menu .cell-33:nth-child(2n) {z-index: 2;}
.main-catalog-menu .cell-33:nth-child(3n) {z-index: 1;}
.product-top-wrapper {
    margin-bottom: 40px;
}
.product-left-cell {
    width: 430px;
}
.product-right-cell {width: 770px;}
.product-images-slider .flex-control-thumbs img {
    object-fit: contain;
}
.product-images-slider .flex-control-thumbs {
    margin-top: 15px;
}
.header-cell-1 {
    padding: 3px 30px;
}
.addBasketPopup {
    height: 418px;
}
.addBasketPopup .mfp-close {
    position: static;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    width: auto;
    height: auto;
    margin-bottom: 5px;
}
.main-catalog-menu-cell-content:hover, .product-category-item>a:hover {
    color: #fff;
    text-decoration: none;
}
._fz_13,
.sale_order_full_table td {
    font-size: 13px;
}
.sale_order_full_table td a[href*='/personal/order/payment'] {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    font-family: "GothamProBold";
    font-size: 12px;
    padding: 10px 13px;
    line-height: 12px;
    border: 1px solid #f77723;
    background: none;
    background-color: #f77723;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
    text-transform: uppercase;
}
.sale_order_full_table td a[href*='/personal/order/payment']:hover {
    color: white;
    background: none;
    background-color: #f06f1a;
    border-color: transparent;
}
#delivery ul {
    list-style: none;
}
#delivery li td {
    border: 0;
    border-bottom: 1px solid #f4f4f4;
}
#delivery li td:first-child {
    width: 200px;}

/* Адаптив для мобильных устройств */
@media (max-width: 768px) {

    /* Форма авторизации */
    .form-login.form-standart,
    .form-register.form-standart {
        width: 100% !important;
        max-width: 100% !important;
        display: block !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    /* Поля ввода в обеих формах */
    .form-login .input-medium,
    .form-register .input-medium {
        width: 100% !important;
        max-width: 100% !important;
        min-width: auto !important;
        box-sizing: border-box !important;
        font-size: 16px !important;
        padding: 12px 15px !important;
        display: block !important;
    }

    /* Контейнеры полей */
    .form-login .form-element-wrapper,
    .form-register .form-element-wrapper {
        width: 100% !important;
        max-width: 100% !important;
        padding: 0 !important;
        box-sizing: border-box !important;
        margin-bottom: 20px !important;
    }

    /* === ФИКС: Меняем порядок элементов в форме авторизации === */
    .form-login .form-element-wrapper:nth-child(2) {
        display: flex !important;
        flex-direction: column !important;
    }

    /* Подсказка "Забыли пароль?" - перемещаем НАД полем пароля */
    .form-login .form-element-hint {
        order: 0 !important;
        text-align: right !important;
        margin-bottom: 10px !important;
        margin-top: 0 !important;
        padding: 0 !important;
        display: block !important;
    }

    /* Поле пароля - отправляем ПОД подсказку */
    .form-login .form-element-wrapper:nth-child(2) input[type="password"] {
        order: 1 !important;
        display: block !important;
    }

    /* Отступ между полем Email и подсказкой */
    .form-login .form-element-wrapper:first-child {
        margin-bottom: 25px !important;
    }

    /* Кнопки в обеих формах */
    .form-login .button-big,
    .form-register .button-big {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box !important;
        padding: 14px 20px !important;
        font-size: 16px !important;
        white-space: normal !important;
    }

    /* Контейнеры кнопок */
    .form-login .standart-form-submit,
    .form-register .form-standart-submit {
        width: 100% !important;
        margin-top: 20px !important;
    }

    /* Капча в форме регистрации */
    .form-register .register-captcha-row {
        display: flex !important;
        flex-direction: column !important;
        gap: 10px !important;
        width: 100% !important;
    }

    .form-register .register-captcha-row .cell {
        width: 100% !important;
        text-align: left !important;
    }

    /* Поле ввода капчи */
    .form-register .register-captcha .input-medium {
        width: 100% !important;
    }

    /* Картинка капчи */
    .form-register .captcha_image {
        max-width: 200px !important;
        height: auto !important;
        display: inline-block !important;
    }

    /* Чекбоксы */
    .form-login .checkboxes-wrapper,
    .form-register .checkboxes-wrapper {
        width: 100% !important;
    }

    .form-login .icr-label,
    .form-register .icr-label {
        display: flex !important;
        align-items: flex-start !important;
        gap: 8px !important;
        font-size: 13px !important;
        line-height: 1.4 !important;
    }

    /* Подсказки */
    .form-login .form-element-hint,
    .form-register .form-element-hint {
        font-size: 12px !important;
    }

    /* Подсказка для пароля в регистрации */
    .form-register .form-element-hint {
        text-align: left !important;
        margin-bottom: 8px !important;
    }

    /* Заголовки форм */
    .form-login .form-standart-title,
    .form-register .form-standart-title {
        text-align: center !important;
        font-size: 18px !important;
        margin-bottom: 25px !important;
        width: 100% !important;
    }
}

/* Дополнительно для очень маленьких экранов */
@media (max-width: 480px) {
    .form-login .input-medium,
    .form-register .input-medium {
        padding: 10px 12px !important;
        font-size: 14px !important;
    }

    .form-login .button-big,
    .form-register .button-big {
        padding: 12px 16px !important;
        font-size: 14px !important;
    }

    .form-login .form-standart-title,
    .form-register .form-standart-title {
        font-size: 16px !important;
        margin-bottom: 20px !important;
    }

    .form-login .icr-label,
    .form-register .icr-label {
        font-size: 12px !important;
    }
}

/* Фикс для планшетов */
@media (min-width: 769px) and (max-width: 1024px) {
    .form-login .input-medium,
    .form-register .input-medium {
        width: 280px !important;
        min-width: 280px !important;
    }

    .form-login .button-big,
    .form-register .button-big {
        width: 280px !important;
    }
}
.news_box, .main-articles-big, .main-articles-small {
    padding: 10px;
    background-color: #f0f0f0;
}
.news_holder {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.news_item {
    width: calc(33.333% - 14px);
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
}

@media (max-width: 991px) {
    .news_item {
        width: calc(50% - 10px);
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 575px) {
    .news_item {
        width: 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}
.news_preview {box-shadow: unset!important;}
.news_preview a {color: #000;}
.main-articles-image a {display: block;height: 285px;}
.main-articles-big .main-articles-title, .main-articles-preview-text {margin-bottom: 10px;}
.main-articles-image img {width: 100%; height: 100%; object-fit: cover;}
.main-articles-big>a, .main-articles-small>a {padding: 10px 0 0 0;}
.main-articles-big .main-articles-title {font-size: 17px;}
.main-articles-small {height: auto;}
.main-articles-small-image a {
    height: 135px; display: block;
}
.main-articles-small-image img {width: 100%; height: 100%; object-fit: cover;}
.api-reviews-stat {
    margin-bottom: 3px;
}
.popup_v1 {
    border-radius: 4px;
}
.popup_v1 .mfp-close:not(.btn) {
    text-indent: -999px;
    background: url(/bitrix/css/api.core/images/modal/close.svg) center no-repeat;
}
.popup_v1 ._title {
    margin-top: 0;
    max-width: calc(100% + 20px);
    font-size: 16px;
    background: #f7f7f7;
    color: #000;
}
.products-filter-sort-order .active a {color: #000;}
.products-filter-cell-3 {/*width: 170px;*/}
.footer-mail {font-size: 14px;}
.main-articles-small .main-articles-title {
    margin-bottom: 10px;
    min-height: 50px;
}
.product-media-container {width: 60%; float: left;}
.product-item-discount-percent,.product-purchase_discount-percent {
    color: #f06f1a;
    font-size: 0.7em;
    font-family: "GothamProRegular";
    display: inline-block;
    vertical-align: middle;
    text-transform: uppercase;
}
.product-purchase_discount-percent {
    font-size: 1em;
    display: block;
    text-align: center;
    margin-top: 10px;
}
.product-purchase_price-value {margin-left: 20px;}
.product-item-discount-amount {
    font-size: 0.7em;
    font-family: "GothamProRegular";
    margin-top: 7px;
    white-space: nowrap;
}
.product-purchase_discount-amount {
    font-family: "GothamProBold";
    display: inline-block;
    margin-left: 100px;
    text-align: right;
}


.products-row.new-row .products-item {margin-bottom: 48px;}

.news_holder {
    display: flex;
    flex-wrap: wrap;
}
.news_item {display: inline-flex;}
div.bx-yandex-map {max-width: 100%;}
.panel img {max-width: 100%;}
.bx-breadcrumb {list-style: none;}
.product-top-wrapper {display: block;}
.product-top-wrapper:after {
    display: table;
    clear: both;
    content: ' ';
}
.product-left-cell {width: 35%; float: left;}
.product-right-cell {width: 65%; float: left;}
/*.flexslider .slides  li,.flexslider .slides  li a {display: block;}*/
.slick-slide {outline: 0;}
.slides-nav img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: pointer;
    -moz-user-select: none;
    box-sizing: border-box;

}
/*.slides-nav .slick-current img {
    border: 1px solid #f77723;
}*/
.slides-nav .slick-dots li button:before {font-size: 30px;}

/*new change*/
.products-item-youtube {
    background-size: 100%;
}
.cart__main {
    margin-bottom: 2rem;
}
.title-page {
    margin-bottom: 3.2rem;
}
.grid-16 {
    gap: 16px;
}
.ui-product-card__del{
    font-size: 70%;
    color: rgb(204, 204, 204);
    position: relative;
    font-weight: 500;
    text-decoration: none;
}
.ui-product-card__del::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 0px;
    right: 0px;
    height: 0.2rem;
    border-radius: 0.2rem;
    background: red;
    margin: -1px 0px 0px;
}
.catalog__desc-box__wrap p {
    margin-bottom: 30px;
}
body .page-content-container .catalog__desc-box p {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.b24-form-field-agreement a.b24-form-field-agreement-link {
    color: #fff !important;
}
.b24-form-field-agreement .b24-form-control-desc {
    opacity: 1 !important;
}
.b24-form-sign {
    display: none !important;
}
.b24-form-control-alert.b24-form-control-checkbox, .b24-form-control-alert.b24-form-control-radiobox, .b24-form-control-alert.b24-form-control-file, .b24-form-control-alert.b24-form-control-list .b24-form-control, .b24-form-control-alert.b24-form-control-string .b24-form-control, .b24-form-control-alert.b24-form-control-text .b24-form-control {
    background-color: #fff !important;
}
.b24-form-padding-side {
    padding: 0 !important;
}
.b24-window-popup .b24-form-padding-side {
    padding: 30px !important;
}
.filter__body {
    position: relative;
}
#modef {
    display: none;
}

@media screen and (min-width: 768px) {
    .popular-item-image-hz {
       max-height: 156px; 
    }
}

@media screen and (min-width: 992px) {
    .popular-item-image-hz {
       height: 90px; 
    }
}

@media screen and (min-width: 1200px) {
    .popular-item-image-hz {
       max-height: 120px;
       height: auto;
    }
}

@media screen and (min-width: 1400px) {
    .popular-item-image-hz {
       max-height: 156px;
    }
}

/* End */


/* Start:/local/templates/ch/include/css/adaptive.css?178576185511423*/
/* Adaptive */
.for-mobile {display: none;}
.top-menu-wrapper>ul.top-menu-right {display: none;}
.menu-for-mobile {
	display: none;
	text-align: center;
	font-family: "GothamProBold";
	font-size: 16px;
	text-transform: uppercase;
	margin: 10px 0;
}
.dv-tech{margin:10px 0;}

@media (max-width: 1200px) {
	body {overflow-x: hidden;}
	.page-wrapper {display: none;}
	.page-container {
		width: 100%;
	}
	.header-cell-1 {padding: 3px 2px;}
	.header-cell-2 {width: 35%;
		padding: 16px 10px;}
	/*.header-search-wrapper input[type=text] {width: calc(100% - 45px);}*/
	.header-cell-3 {width: 200px;}
	.header-cell-4 {padding-right: 5px;}
	.main-menu-wrapper>ul {text-align: center;}
	/*.page-content {padding: 0 5px;}*/
	.page-content .page-content {padding: 0;}
	.carousel-container {
		display: none;
	}
	.products-row {text-align: center;height: auto;}
	.product-features li {margin-bottom: 5px;}

	.products-item-name {font-size: 13px;}
	/*.products-item-image {height: 153px;}*/
	.main-articles-wrapper {margin: 0;}
	.main-articles-small .main-articles-title,.main-articles-big .main-articles-title {font-size: 14px;}
	.main-articles-big {height: auto;}
	.table-row-flex {
		display: flex;
		flex-wrap: wrap;
	}
	.table-row-flex .cell-25,.table-row-flex .cell-50 {display: flex;}
	.footer {
		padding: 20px 10px;
	}
	.footer-left-block {width: 60%; padding-right: 20px;}
	.footer-right-block {width: 39%;}
	.footer-menu {width: 25% !important;}

	.news-header-picture {position: absolute; margin-bottom: 0; height: /*250px*/550px; padding-right: 4px; z-index: 0;}
	.news-header-picture-dots {margin-top: 0; overflow: hidden;}
	.article-content {margin-top: 50px; position: relative; z-index: 0;}
	.article-detail-picture {margin: 0 auto; width: 80%;}
	.article-block img {max-width: 100%; height: auto;}

	.private-cabinet-wrapper {padding-left: 0;}
	.private-cabinet-user {padding-left: 30px;}

	.authorize-table .table-row .cell {padding-bottom: 10px;width: 50%;}
	.form-login,.form-register {padding: 0 80px;}
	.form-login input.input-medium, .form-login textarea.input-medium,.form-register input.input-medium,
	.form-register textarea.input-medium {min-width: unset;}
}

@media (max-width: 991px) {
	.panel img {
		display: block;
		margin: 0 auto;
	}
	.product-left-cell {
		width: 30%;
	}
	.main-catalog-menu-cell-content {font-size: 23px;}
}
@media (max-width: 900px) {
	.footer-form-wrapper form input[type=text],.footer-form-wrapper form input[type=submit] {
		border-radius: 0;
	}
	.cart-summary-left {
		display: block;
		width: 100%;
	}
	.cart-summary-left:after {
		display: table;
		content: '';
		clear: both;
	}
	.cart-summary-left .top-menu-left,.cart-summary-left .top-menu-left + .cart-summary-left-wrapper {
		float: none;
		width: 100%;
		padding-top: 10px;
	}
	.cart-summary-left .top-menu-left li {float: none; display: inline-block;}
	.popular-items {padding: 0;}
	.order-info-wrapper {margin-top: 0;}
	.footer-menu .footer-title {white-space: nowrap;}
	.form-login,.form-register {padding: 0 10px;}
}
@media (max-width: 850px) {
	.product-left-cell {width: 37%;}
	.product-right-cell {width: 63%;}
}
@media (max-width: 768px) {
	/*.header-wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
	}*/
	/*.header-cell {
		display: block;
		height: auto;
		padding: 0;
	}*/
    .header-cell-5 {
        display: flex;
        justify-content: center;
    }
    .header-cell-5:before {
        border: none;
        padding: 0;
    }
	.header-phone-wrapper {
		top: 0;}

	/*.main-catalog-menu {border: 0;}
	.main-catalog-menu .cell-33 {
		width: 100%;
		display: block;
		height: 60px;
		margin-bottom: 5px;
		border: 0 !important;
	}
	.main-catalog-menu-block {
		box-shadow: 0px 0px 3px 1px #847c7c;
	}
	.main-catalog-menu-cell-content {line-height: 52px;}*/

	.footer-left-block,.footer-right-block {
		width: 100%;
		display: block;
		padding: 0;
		text-align: center;
	}
	.footer-menu .footer-title {margin-bottom: 10px;}
	.footer-menus-wrapper {display: block; margin-bottom: 0;}
	.footer-menu {
		width: 32% !important;
		padding-right: 10px !important;
		display: inline-block;
	}
	.footer-links-wrapper {margin-top: 10px;}
	.footer-paysys-wrapper>img {margin: 0 auto;}
	.footer-form-wrapper form input[type=text],.footer-social-links-wrapper {float: none;}
	.footer-social-links-wrapper>li {
		display: inline-block;
		float: none;
	}
	.api-reviews-stat > * {
		width: 100%;
	}
	.stat-view-inline-title .pull-left {
		display: block;
		width: 100%;
	}
	.dvslider .api-stars-empty,
	.dvslider .cell-50 {
		display: block;
		margin: 0 auto;
	}
	.footer-links-wrapper>a {margin-right: 0;}

	.article-block {margin-right: 0;}
	.article-aside {
		display: none;
		float: none;
		width: auto;
	}
	.popular-items-title {padding: 10px;}
	.article-content .article-aside .news-list .news-unit {width: 50%; display: flex;}
	.article-content .news-list {display: flex; flex-wrap: wrap;}
	.article-content .news-list .news-item {display: flex;flex-direction: column;}
	.article-content .news-list .news-item-body {flex-grow: 1;}
	.article-aside.for-mobile {display: block;}
	.article-content h2 {padding-top: 0px;}
	.linked-items-to-article {display: flex;}
	.page-title {text-align: center;}
	.page-cell-left,.page-cell-right {
		display: block;
		width: 100%;
		padding: 0;
	}
	.page-cell-right .products-row {margin: 0;}
	.products-categories-wrapper .table-row .cell-33 {
		width: 100%;
		display: block;
		height: 60px;
		margin-bottom: 5px;
		border: 0 !important;
		padding: 0 !important;
	}
	.products-categories-wrapper .table-row .cell-33:empty {display: none;}
	/*.product-category-item {height: auto;}
	.product-category-item>a {line-height: 52px;}*/
	.products-filter-cell-1,.products-filter-cell-3 {
		width: auto;
		display: block;
	}
	.product-category-item>img,.main-catalog-menu-block>img {object-fit: cover;}
	.product-left-cell,.product-right-cell {display: block; width: 100%; float: none;}
	.product-right-cell {
		margin-top: 10px;
		padding: 0;
	}
	/*.product-left-cell .flexslider .slides li a {display: table; width: 100%;}*/
	.product-tabs-table .cell-75,.product-tabs-table .cell-25 {
		width: 100%;
		display: block;
	}
	.popular-items {display: flex;flex-wrap: wrap;}
	.popular-item {width: 33%; padding-right: 10px;}
	#vkontakte-group {display: none;}

	.private-cabinet-profile {margin-top: 0;}
	.private-cabinet-main {padding: 0 10px;}

}

@media (max-width: 600px) {
	.menu-for-mobile {
		display: block;
	}
	.main-menu-wrapper>ul {display: none;}
	.main-menu-wrapper>ul>li {width: 100%;}
	.main-menu-wrapper>ul>li>a {font-size: 15px;}
	.main-menu-wrapper>ul>li>ul {z-index: -1;}
	.main-articles-wrapper .table .cell-25 {
		width: 50%;
		margin-bottom: 10px;
	}
	.products-row.new-row:not(.dvslider) {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}
	.products-row.new-row .products-item {height: auto !important;}
	.product-item-prices {
		/*position: relative;*/
		bottom: 0;
	}
	.news_holder {margin-left: 0; justify-content: center;}
	.news_holder:before {display: none;}
	.news_item {
		width: 49%;
		padding: 0;
	}
	.news_item:nth-child(odd) {margin-right: 5px;}
	.table-row .cell-50.product-options-wrapper,.table .cell-50.product-purchase-right {
		width: 100%;
		display: block;
		padding: 0;
	}
	.product-description-table {width: auto;}
	/*.product-description-table .cell:first-child {width: 100%;}*/
	.product-description-table iframe {max-width: 100%;}
	.product-purchase_old-price,.product-purchase_price-row {display: flex; justify-content: space-between;}
	.product-purchase_price-row {margin-top: 10px;}
	#delivery li td:first-child,#delivery li td:nth-child(2)  {width: 100%;display: block;}
	#delivery li td:first-child {border-bottom: 0;}
	.popular-item {width: 50%;}
	.popular-item-image {margin: 0 auto;}
	.popular-items-hz .cell-20 {width: 32%;margin-right: 2% !important;}
	.popular-items-hz .cell-20:nth-child(3n) {margin-right: 0 !important;}
	/*.tabs-table-tab-name,.tabs-table-tab.active .tabs-table-tab-name {padding: 13px 2px;}*/
	/*.tabs-table-navigation {width: 100%;}
	.tabs-table-tab {display: block; width: 100%;}
	.tabs-table-tab-name {text-align: center;}
	.product-tabs-table .cell-75 {padding-right: 0;}*/
	.api-reviews-list .api-header .api-user-info {display: flex; flex-wrap: wrap;}
	.api-reviews-list .api-header .api-guest-info:first-child {width: 100%;order: 1;}

	.cabinet-profile-form .table .cell:nth-child(1n) {
		width: 100%;
		display: block;
		padding-left: 0;
	}
	.private-cabinet-title,.private-cabinet-user {padding-left: 0;text-align: center;}
	.cabinet-profile-form .form-element-wrapper input[type=text],
	.cabinet-profile-form .form-element-wrapper input[type=password] {width: 100%;}
	.cabinet-profile-form.arsenal-form .form-element-wrapper input[type=text],
	.cabinet-profile-form.arsenal-form .form-element-wrapper input[type=password] {width: calc(100% - 40px);}
	.cabinet-profile-form .form-element-title {width: auto;}
	.order-info-item .table .cell:nth-child(1n) {
		display: block;
		width: 100%;
	}
	.order-info-address {
		padding-left: 0;
		border-left: 0;
		margin-top: 10px;
	}
	.private-cabinet-table-left {width: 100%;}
	.authorize-table .table-row .cell {display: block; width: 100%;}
	.form-login {border-bottom: 1px solid #e1e1e1; border-right: 0; padding-bottom: 20px;}
	.form-standart-title {margin-bottom: 15px;}

}

@media (max-width: 530px) {
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container td.custom table tbody tr:last-child {
		display: table-row;
	}
	.bx-touch .bx_ordercart .bx_ordercart_order_table_container td.custom table tbody tr:last-child td {display: table-cell;}
	.main-block-wrapper .products-item:nth-child(5),.main-block-wrapper .products-item:nth-child(6),
	.main-block-wrapper .products-item:nth-child(7),.main-block-wrapper .products-item:nth-child(8) {display: none;}
}

@media (max-width: 500px) {
	.main-articles-wrapper .table .cell-50 {
		width: 100%;
		margin-bottom: 10px;
	}
	.products-row.new-row:not(.dvslider) .products-item {margin-right: 0 !important;}
}

@media (max-width: 440px) {
	.header-cell-1 {width: 100%;text-align: center;}
	.header-cell-2 {width: 80%; margin: 10px 0;}
	.footer-title,.footer-menu>ul>li>a {
		font-size: 12px;
	}
	.news_item,.news_item:nth-child(odd) {width: 100%; margin-right: 4px;}
	.news-header-picture {height: /*150px;*/350px;}
	.article-content .news-list {margin-left: 0; justify-content: center;}
	.article-content .article-aside .news-list .news-unit {width: auto; padding: 0;}
	.linked-items-to-article {flex-wrap: wrap; justify-content: center;}
	.article-aside .cell-20 {width: 240px;}
	.filter-wrapper {overflow-x: hidden;}
	.popular-items-hz .cell-20,.popular-items-hz .cell-20:nth-child(3n) {width: 49%;margin-right: 2% !important;}
	.popular-items-hz .cell-20:nth-child(2n) {margin-right: 0 !important;}
	.popular-items {justify-content: center;}
	.popular-item {width: 200px;}
	/*.tabs-table-content-item {padding: 10px;}*/
	.cabinet-form-bottom {padding: 10px;}
	.order-info-wrapper {padding: 0;}
	.order-info-wrapper-title {margin-top: 0;}
	.order-info-item {padding: 30px 15px 15px 15px;}
}
@media (max-width: 360px) {
	.top-menu-wrapper>ul>li {margin-right: 20px;}
	.header-cell-3,.small-cart-links {width: auto;}
	.main-articles-wrapper .table .cell-25 {width: 100%;}
	.popular-items-hz .cell-20:nth-child(1n) {width: 100%;}
}

/* End */


/* Start:/local/templates/ch/include/css/delete.css?178576185546834*/
@charset "UTF-8";
@font-face {
  font-display: swap;
  font-family: "GothamProRegular";
  src: url("/local/templates/ch/include/css/../fonts/GothamProRegular.eot");
  src: url("/local/templates/ch/include/css/../fonts/GothamProRegular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/GothamProRegular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/GothamProRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-display: swap;
  font-family: "GothamProMedium";
  src: url("/local/templates/ch/include/css/../fonts/GothamProMedium.eot");
  src: url("/local/templates/ch/include/css/../fonts/GothamProMedium.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/GothamProMedium.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/GothamProMedium.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-display: swap;
  font-family: "GothamProBold";
  src: url("/local/templates/ch/include/css/../fonts/GothamProBold.eot");
  src: url("/local/templates/ch/include/css/../fonts/GothamProBold.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/GothamProBold.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/GothamProBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-display: swap;
  font-family: "GothamProItalic";
  src: url("/local/templates/ch/include/css/../fonts/GothamProItalic.eot");
  src: url("/local/templates/ch/include/css/../fonts/GothamProItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/GothamProItalic.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/GothamProtalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
@font-face {
  font-display: swap;
  font-family: "DINProCondBold";
  src: url("/local/templates/ch/include/css/../fonts/DINProCondBold.eot");
  src: url("/local/templates/ch/include/css/../fonts/DINProCondBold.eot") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/DINProCondBold.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/DINProCondBold.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/DINProCondBold.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/DINProCondBold.svg#DINProCondBold") format("svg");
}
@font-face {
  font-display: swap;
  font-family: "DINProCondMedium";
  src: url("/local/templates/ch/include/css/../fonts/DINProCondMedium.eot");
  src: url("/local/templates/ch/include/css/../fonts/DINProCondMedium.eot") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/DINProCondMedium.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/DINProCondMedium.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/DINProCondMedium.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/DINProCondMedium.svg#DINProCondMedium") format("svg");
}
/* rokkitt-regular - latin */
@font-face {
  font-display: swap;
  font-family: "Rokkitt";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-regular.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-regular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-regular.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-regular.svg#Rokkitt") format("svg"); /* Legacy iOS */
}
/* rokkitt-500 - latin */
@font-face {
  font-display: swap;
  font-family: "Rokkitt";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-500.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-500.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-500.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-500.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/rokkitt-v27-latin-500.svg#Rokkitt") format("svg"); /* Legacy iOS */
}
/* roboto-300 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-300.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-300.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-300.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-300.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-regular - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-regular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-regular.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-regular.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-500 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-500.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-500.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-500.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-500.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-500.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-500.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-700 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-700.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-700.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-700.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-v29-latin_cyrillic-700.svg#Roboto") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-300 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 300;
  src: url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-300.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-regular - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 400;
  src: url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-regular.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
/* roboto-condensed-700 - latin_cyrillic */
@font-face {
  font-display: swap;
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.eot"); /* IE9 Compat Modes */
  src: local(""), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.eot?#iefix") format("embedded-opentype"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.woff2") format("woff2"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.ttf") format("truetype"), url("/local/templates/ch/include/css/../fonts/roboto-condensed-v24-latin_cyrillic-700.svg#RobotoCondensed") format("svg"); /* Legacy iOS */
}
:root {
  --ui-font-family-open-sans: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: local("Open Sans"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-regular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: local("Open Sans Light"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-light.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: local("Open Sans Semibold"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-semibold.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "Open Sans";
  src: local("Open Sans Bold"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-bold.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "OpenSans";
  src: local("Open Sans"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-regular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "OpenSans-Regular";
  src: local("Open Sans"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-regular.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "OpenSans-Light";
  src: local("Open Sans Light"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-light.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-light.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "OpenSans-Semibold";
  src: local("Open Sans Semibold"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-semibold.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-semibold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-display: swap;
  font-family: "OpenSans-Bold";
  src: local("Open Sans Bold"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-bold.woff") format("woff"), url("/local/templates/ch/include/css/../fonts/opensans/opensans-bold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
/*path:/ds-comf/ds-form/css/dsforms.css*/
.dspopup-modal-bg {
  position: fixed;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  display: none;
  top: 0;
  left: 0;
  z-index: 1001;
}

.dspopup-modal {
  display: none;
  visibility: hidden;
  position: fixed;
  min-width: 30rem;
  background: #E1F1F3;
  z-index: 1002;
  border-radius: 0.6rem;
  -moz-border-radius: 0.6rem;
  -webkit-border-radius: 0.6rem;
  box-shadow: 0 0 0px 0.5rem rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 0px 0.5rem rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 0px 0.5rem rgba(0, 0, 0, 0.4);
}

.dspopup-modal .close-dspopup-modal {
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
  border-width: 0;
  border-radius: 25%;
  cursor: pointer;
  background: transparent;
  text-align: center;
}

.dspopup-modal .close-dspopup-modal:before {
  padding: 0.2rem 0.5rem 0.4rem;
  font-size: 3rem;
}

.dspopup-modal .close-dspopup-modal svg:hover .st0 {
  fill: #808080;
}

.ds-form form {
  padding: 1.5rem 3rem;
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
}

.ds-form form label {
  display: block;
  margin-bottom: 0;
  font-size: 0.875em;
  font-weight: normal;
  line-height: 2.05556em;
  color: #78767a;
  cursor: pointer;
}

.ds-form form label .required {
  color: #b21a41;
}

.ds-form form input:not([type]), .ds-form form input[type=text], .ds-form form input[type=password], .ds-form form input[type=date], .ds-form form input[type=datetime], .ds-form form input[type=datetime-local], .ds-form form input[type=month], .ds-form form input[type=week], .ds-form form input[type=email], .ds-form form input[type=number], .ds-form form input[type=search], .ds-form form input[type=tel], .ds-form form input[type=time], .ds-form form input[type=url], .ds-form form input[type=color], .ds-form form select, .ds-form form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 100%;
  display: block;
  margin: 0 0 0.88889em 0;
  padding: 0.44444em;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #bbdbde;
  border-radius: 1rem;
  color: #78767a;
  font-family: inherit;
  font-size: 0.875em;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
  padding: 1.2rem 1.4rem 1.1rem;
}

.ds-form form input:not([type]):focus, .ds-form form input[type=text]:focus, .ds-form form input[type=password]:focus, .ds-form form input[type=date]:focus, .ds-form form input[type=datetime]:focus, .ds-form form input[type=datetime-local]:focus, .ds-form form input[type=month]:focus, .ds-form form input[type=week]:focus, .ds-form form input[type=email]:focus, .ds-form form input[type=number]:focus, .ds-form form input[type=search]:focus, .ds-form form input[type=tel]:focus, .ds-form form input[type=time]:focus, .ds-form form input[type=url]:focus, .ds-form form input[type=color]:focus, .ds-form form select:focus, .ds-form form textarea:focus {
  background-color: #fff;
  border-color: #999999;
  outline: none;
}

.ds-form form input:not([type]).improper-value, .ds-form form input[type=text].improper-value, .ds-form form input[type=password].improper-value, .ds-form form input[type=date].improper-value, .ds-form form input[type=datetime].improper-value, .ds-form form input[type=datetime-local].improper-value, .ds-form form input[type=month].improper-value, .ds-form form input[type=week].improper-value, .ds-form form input[type=email].improper-value, .ds-form form input[type=number].improper-value, .ds-form form input[type=search].improper-value, .ds-form form input[type=tel].improper-value, .ds-form form input[type=time].improper-value, .ds-form form input[type=url].improper-value, .ds-form form input[type=color].improper-value, .ds-form form select.improper-value, .ds-form form textarea.improper-value {
  border-color: #b21a41;
}

.ds-form form input[type=checkbox] {
  vertical-align: middle;
}

.ds-form form input[type=radio] {
  vertical-align: middle;
}

.ds-form form input[readonly], .ds-form form input[readonly=readonly], .ds-form form textarea[readonly], .ds-form form textarea[readonly=readonly] {
  background-color: #eee;
  opacity: 1;
}

.ds-form form input[readonly]:hover, .ds-form form input[readonly]:active, .ds-form form input[readonly]:focus, .ds-form form input[readonly=readonly]:hover, .ds-form form input[readonly=readonly]:active, .ds-form form input[readonly=readonly]:focus, .ds-form form textarea[readonly]:hover, .ds-form form textarea[readonly]:active, .ds-form form textarea[readonly]:focus, .ds-form form textarea[readonly=readonly]:hover, .ds-form form textarea[readonly=readonly]:active, .ds-form form textarea[readonly=readonly]:focus {
  background-color: #eee;
  opacity: 1;
}

.ds-form form input.readonly[readonly], .ds-form form input.readonly[readonly=readonly], .ds-form form textarea.readonly[readonly], .ds-form form textarea.readonly[readonly=readonly] {
  border-color: transparent !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  box-shadow: none;
}

.ds-form form input.readonly[readonly]:hover, .ds-form form input.readonly[readonly]:active, .ds-form form input.readonly[readonly]:focus, .ds-form form input.readonly[readonly=readonly]:hover, .ds-form form input.readonly[readonly=readonly]:active, .ds-form form input.readonly[readonly=readonly]:focus, .ds-form form textarea.readonly[readonly]:hover, .ds-form form textarea.readonly[readonly]:active, .ds-form form textarea.readonly[readonly]:focus, .ds-form form textarea.readonly[readonly=readonly]:hover, .ds-form form textarea.readonly[readonly=readonly]:active, .ds-form form textarea.readonly[readonly=readonly]:focus {
  padding-left: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 1;
  box-shadow: none;
}

.ds-form form input[disabled], .ds-form form input[disabled=disabled], .ds-form form input.disabled, .ds-form form textarea[disabled], .ds-form form textarea[disabled=disabled], .ds-form form textarea.disabled {
  background-color: #eee;
  color: #808080;
  opacity: 1;
  cursor: not-allowed;
}

.ds-form form input[disabled]:hover, .ds-form form input[disabled]:active, .ds-form form input[disabled]:focus, .ds-form form input[disabled=disabled]:hover, .ds-form form input[disabled=disabled]:active, .ds-form form input[disabled=disabled]:focus, .ds-form form input.disabled:hover, .ds-form form input.disabled:active, .ds-form form input.disabled:focus, .ds-form form textarea[disabled]:hover, .ds-form form textarea[disabled]:active, .ds-form form textarea[disabled]:focus, .ds-form form textarea[disabled=disabled]:hover, .ds-form form textarea[disabled=disabled]:active, .ds-form form textarea[disabled=disabled]:focus, .ds-form form textarea.disabled:hover, .ds-form form textarea.disabled:active, .ds-form form textarea.disabled:focus {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

.ds-form form input[type=submit], .ds-form form button[type=submit] {
  width: auto;
  font-family: inherit;
  font-size: 1.375em;
  color: #fff;
  text-transform: none;
  padding: 0.8rem 3rem;
  background: #388c94;
  border-style: solid;
  border-width: 0px;
  border-color: #d0d0d0;
  border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  -webkit-border-radius: 0.4rem;
  box-shadow: 0;
  transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  cursor: pointer;
  height: auto;
}

.ds-form form input[type=submit]:hover, .ds-form form input[type=submit]:focus, .ds-form form button[type=submit]:hover, .ds-form form button[type=submit]:focus {
  opacity: 1;
}

.ds-form form select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAICAMAAADUf89RAAAAXVBMVEXe3t7////e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t4c2GbBAAAAHnRSTlMAAAMGCQwPIScqMDM5P0Wfpau0usDDxuTn6u3w8/a+b40GAAAAS0lEQVQI123JRRKAQADEwODubvP/Z3KhYBfIMU00yaxyriCejV+7D5As929cDCBdr996WEC2SZI6jxeQ75J6nw9QHBoDfoByCLHgBAR/B7a3OfpzAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.75em;
}

.ds-form form select option {
  padding: 0.22222em 0.64em;
  color: #78767a;
  font-family: inherit;
  font-size: 0.875em;
}

.ds-form form textarea {
  min-height: 6em;
}

.ds-form .inline {
  font-size: 0;
}

.ds-form .inline.label-left label {
  width: 28%;
  display: inline-block;
  margin-right: 2%;
}

.ds-form .inline.label-left input {
  display: inline-block;
  width: 70%;
}

.ds-form .inline.label-right label {
  display: inline-block;
  float: right;
  width: 30%;
}

.ds-form .inline.label-right input {
  display: inline-block;
  float: left;
  width: 65%;
}

.ds-form .clearfix:before, .ds-form .clearfix:after {
  content: " ";
  display: table;
}

.ds-form .clearfix:after {
  clear: both;
}

.ds-form .form-head {
  margin-bottom: 1.5rem;
  font-size: 1.5em;
  line-height: 2.05556em;
  color: #808080;
  text-transform: uppercase;
  font-size: 2rem;
  color: #388c94;
  line-height: 1.5;
}

.ds-form .is_checkbox, .ds-form .is_radio {
  display: block;
  text-align: left;
}

.ds-form .is_checkbox label, .ds-form .is_radio label {
  margin-left: 2.05556em;
}

.ds-form .is_checkbox input, .ds-form .is_radio input {
  margin-top: -2.2rem;
}

.ds-form .infoform {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #b7b7b7;
}

.ds-form .error-form {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.875em;
  color: #b21a41;
  list-style: none;
}

.ds-form .error-form li:before {
  content: "×";
  float: left;
  margin-left: -1.5rem;
  font-weight: 700;
}

.ds-form .buttonform {
  margin-top: 1.5rem;
  text-align: center;
  margin-bottom: 1rem;
}

.ds-form .rating_selection {
  text-align: left;
  font-size: 0;
}

.ds-form .rating_selection label:first-of-type {
  display: none;
}

.ds-form .rating_selection input[type=radio] {
  display: none;
}

.ds-form .rating_selection label {
  cursor: pointer;
  display: inline-block;
}

.ds-form .rating_selection label {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  color: #e9cd10;
  margin-right: 0;
}

.ds-form .rating_selection input:checked ~ label {
  color: #aaa;
}

.ds-form .rating_selection:hover label[for] {
  color: #e9cd10;
}

.ds-form .rating_selection:hover label:hover ~ label {
  color: #aaa;
}

.dspopup-modal .form-head {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: -1.5rem;
  padding: 1rem 3rem;
}

[id*=formmessagereport] {
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #78767a;
}

[id*=formmessagereport] .form-head {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 1rem 3rem;
}

[id*=formmessagereport] .error-report {
  padding: 1.5rem 3rem;
  text-align: center !important;
}

[id*=formmessagereport] .error-report p {
  text-align: center !important;
}

[id*=formmessagereport] .text-report p:first-child {
  margin-bottom: 2rem;
  font-size: 1.125em;
}

[id*=formmessagereport] .repeatform {
  color: #34495e;
}

[id*=formmessagereport] .repeatform:hover, [id*=formmessagereport] .repeatform:focus {
  color: #4f6f8f;
}

@media only screen and (min-width: 560px) {
  .dspopup-modal {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (min-width: 768px) {
  .dspopup-modal {
    margin-left: auto;
    margin-right: auto;
  }
}
/*path:/ds-comf/ds-form/css/forms/consult_foot.css*/
.ds-form-wrapper {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30rem;
}

.form-map .form-map-bg {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  height: 30rem;
  background-color: #642d55;
  opacity: 0.5;
  z-index: 89;
}

.form-map .ds-form {
  border-radius: 0;
  z-index: 9999;
  width: 45%;
  position: relative;
  margin: 0 auto;
  min-height: 20rem;
  margin-top: 5rem;
}

.form-map .ds-form .head {
  text-align: left;
}

.form-map .ds-form, .form-map .ds-form .head, .form-map .ds-form form label {
  background-color: #642d55;
  color: #fff;
}

.form-map .ds-form .fields, .form-map .ds-form .field-1, .form-map .ds-form .field-2, .form-map .ds-form .field-4 {
  float: left;
}

.form-map .ds-form .fields {
  width: 65%;
}

.form-map .ds-form .field-1, .form-map .ds-form .field-2 {
  width: 50%;
}

.form-map .ds-form .field-4 {
  width: 30%;
}

.form-map .ds-form .submit {
  margin-top: 3rem;
}

.form-map .ds-form input[type=submit] {
  background-color: #388d94;
}

.form-map .ds-form input[type=text] {
  width: 90%;
}

.form-map .ds-form input[type=submit] {
  width: 100%;
}

.form-map .ds-form #consult_footformmessagereport p {
  color: #fff;
  text-align: left;
}

.form-map .ds-form .success-mess {
  float: left;
  width: 60%;
}

.form-map .ds-form .repeatform {
  display: inline-block;
  float: left;
  width: 30%;
  height: 3.8rem;
  padding: 0 2rem;
  background-color: #388d94;
  color: #fff;
  border-radius: 1rem;
  text-align: center;
  text-decoration: none;
  line-height: 3.8rem;
}

@media screen and (max-width: 1200px) {
  .form-map .ds-form {
    padding: 0 1rem 3rem;
    width: 70%;
  }
}
@media screen and (max-width: 920px) {
  .form-map .ds-form {
    width: 80%;
  }
  .form-map .ds-form input[type=text] {
    width: 95%;
  }
  .form-map .ds-form .fields {
    width: 70%;
  }
}
@media screen and (max-width: 640px) {
  .form-map .ds-form-wrapper {
    position: relative;
    width: 100%;
    top: 0;
    left: 0;
    min-height: 22rem;
  }
  .form-map .ds-form {
    width: 100%;
  }
  .form-map .ds-form .fields, .form-map .ds-form .field-1, .form-map .ds-form .field-2, .form-map .ds-form .field-4 {
    float: none;
    width: 100%;
  }
  .form-map .ds-form input[type=text] {
    width: 100%;
  }
  .form-map .ds-form input[type=submit] {
    margin-left: 0;
    width: 40%;
  }
  .form-map .ds-form .success-mess {
    float: left;
    width: 100%;
  }
  .form-map .ds-form .repeatform {
    float: none;
    width: 40%;
  }
}
/*path:/ds-comf/ds-form/css/forms/dscallback.css*/
.ds-form {
  box-sizing: border-box;
  width: 39rem;
  padding: 0 5rem 3rem;
  border-radius: 1.4rem;
  background-color: #fff;
  font-size: 1.5rem;
  color: #444444;
}

.ds-form * {
  box-sizing: border-box;
}

.ds-form form {
  margin: 0;
  padding: 0;
  font-family: "GothamProRegular";
  font-size: 1.4rem;
}

.ds-form form label {
  font-size: 1.5rem;
  color: #444;
}

.ds-form .head {
  font-weight: bold;
  line-height: 7rem;
  color: #388c94;
  text-align: center;
  text-transform: uppercase;
}

.ds-form .fields > * {
  margin-bottom: 2rem;
}

.ds-form label {
  display: inline-block;
  vertical-align: top;
  margin: 0 0 0.7rem;
  line-height: 2rem;
}

.ds-form .required {
  color: #dd7f7f;
}

.ds-form input[type=text], .ds-form input[type=submit] {
  height: 3.8rem;
  border-radius: 0.8rem;
}

.ds-form form input[type=text], .ds-form input[type=text] {
  width: 100%;
  padding: 0 1.5rem;
  border: 1px solid #a0a0a0;
  font-size: inherit;
  line-height: 3.6rem;
  color: #606060;
  transition: border-color 0.15s linear;
}

.ds-form input[type=text]:focus, .ds-form textarea:focus {
  border-color: #444444;
}

.ds-form input[type=text]::-webkit-input-placeholder {
  color: #acacac;
  opacity: 1;
}

.ds-form input[type=text]::-moz-placeholder {
  color: #acacac;
  opacity: 1;
}

.ds-form input[type=text]:-ms-input-placeholder {
  color: #acacac !important;
}

.ds-form input[type=text].improper-value {
  border-color: #dd7f7f;
}

.ds-form .submit {
  position: relative;
  margin-top: 2.2rem;
  text-align: center;
}

.ds-form form input[type=submit], .ds-form input[type=submit] {
  width: 16rem;
  padding: 0;
  border: 0;
  background-color: #632d56;
  font-size: 1.2rem;
  line-height: 3.8rem;
  text-transform: uppercase;
  color: white;
  transition: background-color 0.3s ease;
  border-radius: 0.8rem;
}

.ds-form input[type=submit]:hover {
  background-color: #8f5982;
}

.dspopup-modal-bg {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1001;
}

.dspopup-modal {
  display: none;
  position: fixed;
  z-index: 1002;
  visibility: hidden;
  min-width: 28rem;
  box-shadow: none;
}

.dspopup-modal > .scrollform {
  margin: 0 !important;
  -webkit-overflow-scrolling: touch;
}

.dspopup-modal .close-dspopup-modal {
  display: block;
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 2.8rem;
  height: 2.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='28' height='28' viewBox='0 0 28 28' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 4C0 1.79086 1.79086 0 4 0H24C26.2091 0 28 1.79086 28 4V24C28 26.2091 26.2091 28 24 28H4C1.79086 28 0 26.2091 0 24V4Z' fill='white'/%3E%3Crect x='9' y='9.50714' width='1' height='14' rx='0.5' transform='rotate(-45 9 9.50714)' fill='%232E2E2E'/%3E%3Crect x='9.50732' y='19.1422' width='1' height='14' rx='0.5' transform='rotate(-135 9.50732 19.1422)' fill='%232E2E2E'/%3E%3Cpath d='M4 1H24V-1H4V1ZM27 4V24H29V4H27ZM24 27H4V29H24V27ZM1 24V4H-1V24H1ZM4 27C2.34315 27 1 25.6569 1 24H-1C-1 26.7614 1.23858 29 4 29V27ZM27 24C27 25.6569 25.6569 27 24 27V29C26.7614 29 29 26.7614 29 24H27ZM24 1C25.6569 1 27 2.34315 27 4H29C29 1.23858 26.7614 -1 24 -1V1ZM4 -1C1.23858 -1 -1 1.23858 -1 4H1C1 2.34315 2.34315 1 4 1V-1Z' fill='%23EDEDED'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 0.4rem;
  font-size: 0;
  cursor: pointer;
}

*[id*=formmessagereport] > .head + p {
  margin-bottom: 2rem;
}

*[id*=formmessagereport] > p {
  margin: 0;
  line-height: 2.5rem;
  text-align: center;
}

@media screen and (max-width: 567px) {
  .ds-form {
    width: 100%;
    padding: 0 2rem 2rem;
  }
}
/*path:/ds-comf/ds-form/css/forms/dscallme.css*/
/*path:/ds-comf/ds-form/css/forms/dsfaq.css*/
/*path:/ds-comf/ds-form/css/forms/dsfeedback.css*/
#dsfeedback-form {
  border-top: 0px;
  margin-top: 1.5rem;
}

#dsfeedback-form .field-0, #dsfeedback-form .field-1 {
  width: 50%;
  display: block;
  float: left;
}

#dsfeedback-form label {
  font-size: 1.5rem;
  color: #444;
  display: block;
  margin-bottom: 0;
  font-weight: normal;
  line-height: 2.05556em;
  cursor: pointer;
}

#dsfeedback-form label .required {
  color: #b21a41;
}

#dsfeedback-form input:not([type]), #dsfeedback-form input[type=text], #dsfeedback-form input[type=password], #dsfeedback-form input[type=date], #dsfeedback-form input[type=datetime], #dsfeedback-form input[type=datetime-local], #dsfeedback-form input[type=month], #dsfeedback-form input[type=week], #dsfeedback-form input[type=email], #dsfeedback-form input[type=number], #dsfeedback-form input[type=search], #dsfeedback-form input[type=tel], #dsfeedback-form input[type=time], #dsfeedback-form input[type=url], #dsfeedback-form input[type=color], #dsfeedback-form select, #dsfeedback-form textarea {
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  width: 100%;
  display: block;
  height: 4rem;
  margin: 0 0 1.5rem 0;
  padding: 1rem;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #b9b9b9;
  border-radius: 0;
  color: #78767a;
  font-size: 1.6rem;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  transition: border-color 0.15s linear, background 0.15s linear;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear;
}

#dsfeedback-form input:not([type]):focus, #dsfeedback-form input[type=text]:focus, #dsfeedback-form input[type=password]:focus, #dsfeedback-form input[type=date]:focus, #dsfeedback-form input[type=datetime]:focus, #dsfeedback-form input[type=datetime-local]:focus, #dsfeedback-form input[type=month]:focus, #dsfeedback-form input[type=week]:focus, #dsfeedback-form input[type=email]:focus, #dsfeedback-form input[type=number]:focus, #dsfeedback-form input[type=search]:focus, #dsfeedback-form input[type=tel]:focus, #dsfeedback-form input[type=time]:focus, #dsfeedback-form input[type=url]:focus, #dsfeedback-form input[type=color]:focus, #dsfeedback-form select:focus, #dsfeedback-form textarea:focus {
  background-color: #fff;
  border-color: #999999;
  outline: none;
}

#dsfeedback-form input:not([type]).improper-value, #dsfeedback-form input[type=text].improper-value, #dsfeedback-form input[type=password].improper-value, #dsfeedback-form input[type=date].improper-value, #dsfeedback-form input[type=datetime].improper-value, #dsfeedback-form input[type=datetime-local].improper-value, #dsfeedback-form input[type=month].improper-value, #dsfeedback-form input[type=week].improper-value, #dsfeedback-form input[type=email].improper-value, #dsfeedback-form input[type=number].improper-value, #dsfeedback-form input[type=search].improper-value, #dsfeedback-form input[type=tel].improper-value, #dsfeedback-form input[type=time].improper-value, #dsfeedback-form input[type=url].improper-value, #dsfeedback-form input[type=color].improper-value, #dsfeedback-form select.improper-value, #dsfeedback-form textarea.improper-value {
  border-color: #b21a41;
}

#dsfeedback-form input[type=checkbox] {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 1rem 0 0 2rem;
}

#dsfeedback-form input[type=radio] {
  vertical-align: middle;
}

#dsfeedback-form input[readonly], #dsfeedback-form input[readonly=readonly], #dsfeedback-form textarea[readonly], #dsfeedback-form textarea[readonly=readonly] {
  background-color: #eee;
  opacity: 1;
}

#dsfeedback-form input[readonly]:hover, #dsfeedback-form input[readonly]:active, #dsfeedback-form input[readonly]:focus, #dsfeedback-form input[readonly=readonly]:hover, #dsfeedback-form input[readonly=readonly]:active, #dsfeedback-form input[readonly=readonly]:focus, #dsfeedback-form textarea[readonly]:hover, #dsfeedback-form textarea[readonly]:active, #dsfeedback-form textarea[readonly]:focus, #dsfeedback-form textarea[readonly=readonly]:hover, #dsfeedback-form textarea[readonly=readonly]:active, #dsfeedback-form textarea[readonly=readonly]:focus {
  background-color: #eee;
  opacity: 1;
}

#dsfeedback-form input.readonly[readonly], #dsfeedback-form input.readonly[readonly=readonly], #dsfeedback-form textarea.readonly[readonly], #dsfeedback-form textarea.readonly[readonly=readonly] {
  border-color: transparent !important;
  background-color: transparent !important;
  padding-left: 0 !important;
  box-shadow: none;
}

#dsfeedback-form input.readonly[readonly]:hover, #dsfeedback-form input.readonly[readonly]:active, #dsfeedback-form input.readonly[readonly]:focus, #dsfeedback-form input.readonly[readonly=readonly]:hover, #dsfeedback-form input.readonly[readonly=readonly]:active, #dsfeedback-form input.readonly[readonly=readonly]:focus, #dsfeedback-form textarea.readonly[readonly]:hover, #dsfeedback-form textarea.readonly[readonly]:active, #dsfeedback-form textarea.readonly[readonly]:focus, #dsfeedback-form textarea.readonly[readonly=readonly]:hover, #dsfeedback-form textarea.readonly[readonly=readonly]:active, #dsfeedback-form textarea.readonly[readonly=readonly]:focus {
  padding-left: 0 !important;
  border-color: transparent !important;
  background-color: transparent !important;
  opacity: 1;
  box-shadow: none;
}

#dsfeedback-form input[disabled], #dsfeedback-form input[disabled=disabled], #dsfeedback-form input.disabled, #dsfeedback-form textarea[disabled], #dsfeedback-form textarea[disabled=disabled], #dsfeedback-form textarea.disabled {
  background-color: #eee;
  color: #808080;
  opacity: 1;
  cursor: not-allowed;
}

#dsfeedback-form input[disabled]:hover, #dsfeedback-form input[disabled]:active, #dsfeedback-form input[disabled]:focus, #dsfeedback-form input[disabled=disabled]:hover, #dsfeedback-form input[disabled=disabled]:active, #dsfeedback-form input[disabled=disabled]:focus, #dsfeedback-form input.disabled:hover, #dsfeedback-form input.disabled:active, #dsfeedback-form input.disabled:focus, #dsfeedback-form textarea[disabled]:hover, #dsfeedback-form textarea[disabled]:active, #dsfeedback-form textarea[disabled]:focus, #dsfeedback-form textarea[disabled=disabled]:hover, #dsfeedback-form textarea[disabled=disabled]:active, #dsfeedback-form textarea[disabled=disabled]:focus, #dsfeedback-form textarea.disabled:hover, #dsfeedback-form textarea.disabled:active, #dsfeedback-form textarea.disabled:focus {
  background-color: #eee;
  opacity: 1;
  cursor: not-allowed;
}

#dsfeedback-form input[type=submit], #dsfeedback-form button[type=submit] {
  background-color: #f77723;
  color: #fff;
  padding: 0.3rem;
  font-size: 1.5rem;
  font-weight: 500;
  border-radius: 0.7rem;
  text-transform: none;
  width: 13rem;
  border: 0;
  line-height: 3.8rem;
  transition: background-color 0.3s ease;
}

.ds-form .head {
  font-weight: bold;
  line-height: 7rem;
  color: #388c94;
  text-align: center;
  text-transform: uppercase;
}

#dsfeedback-form input[type=submit]:hover, #dsfeedback-form input[type=submit]:focus, #dsfeedback-form button[type=submit]:hover, #dsfeedback-form button[type=submit]:focus {
  opacity: 1;
}

#dsfeedback-form select {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAICAMAAADUf89RAAAAXVBMVEXe3t7////e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t4c2GbBAAAAHnRSTlMAAAMGCQwPIScqMDM5P0Wfpau0usDDxuTn6u3w8/a+b40GAAAAS0lEQVQI123JRRKAQADEwODubvP/Z3KhYBfIMU00yaxyriCejV+7D5As929cDCBdr996WEC2SZI6jxeQ75J6nw9QHBoDfoByCLHgBAR/B7a3OfpzAAAAAElFTkSuQmCC);
  background-position: right center;
  background-repeat: no-repeat;
  padding-right: 1.75rem;
}

#dsfeedback-form select option {
  padding: 0.22222rem 0.64rem;
  color: #78767a;
  font-size: 0.875rem;
}

#dsfeedback-form textarea {
  min-height: 6rem;
}

#dsfeedback-form .inline {
  font-size: 0;
}

#dsfeedback-form .inline.label-left label {
  width: 28%;
  display: inline-block;
  margin-right: 2%;
}

#dsfeedback-form .inline.label-left input {
  display: inline-block;
  width: 70%;
}

#dsfeedback-form .inline.label-right label {
  display: inline-block;
  float: right;
  width: 30%;
}

#dsfeedback-form .inline.label-right input {
  display: inline-block;
  float: left;
  width: 65%;
}

#dsfeedback-form .clearfix:before, #dsfeedback-form .clearfix:after {
  content: " ";
  display: table;
}

#dsfeedback-form .clearfix:after {
  clear: both;
}

#dsfeedback-form .form-head {
  font-size: 2.8rem;
}

#dsfeedback-form .head:after {
  content: "";
  background-color: #f77723;
  height: 0.2rem;
  width: 85%;
  position: absolute;
  top: 6.5rem;
  left: 0;
}

#dsfeedback-form .is_checkbox, #dsfeedback-form .is_radio {
  display: block;
  text-align: left;
}

#dsfeedback-form .is_checkbox label, #dsfeedback-form .is_radio label {
  margin-left: 2.05556em;
}

#dsfeedback-form .is_checkbox input, #dsfeedback-form .is_radio input {
  margin-top: -2.2rem;
}

#dsfeedback-form .infoform {
  margin-bottom: 1.5rem;
  font-size: 1.2rem;
  color: #b7b7b7;
}

#dsfeedback-form .error-form {
  margin-top: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  color: #b21a41;
  list-style: none;
}

#dsfeedback-form .error-form li:before {
  content: "×";
  float: left;
  margin-left: -1.5rem;
  font-weight: 700;
}

#dsfeedback-form .buttonform {
  margin-top: 1.5rem;
  text-align: center;
}

#dsfeedback-form .rating_selection {
  text-align: left;
  font-size: 0;
}

#dsfeedback-form .rating_selection label:first-of-type {
  display: none;
}

#dsfeedback-form .rating_selection input[type=radio] {
  display: none;
}

#dsfeedback-form .rating_selection label {
  cursor: pointer;
  display: inline-block;
}

#dsfeedback-form .rating_selection label {
  display: inline-block;
  font-size: 3rem;
  letter-spacing: 0.5rem;
  color: #e9cd10;
  margin-right: 0;
}

#dsfeedback-form .rating_selection input:checked ~ label {
  color: #aaa;
}

#dsfeedback-form .rating_selection:hover label[for] {
  color: #e9cd10;
}

#dsfeedback-form .rating_selection:hover label:hover ~ label {
  color: #aaa;
}

.dspopup-modal .form-head {
  margin-left: -3rem;
  margin-right: -3rem;
  margin-top: -1.5rem;
  padding: 1rem 3rem;
}

#dsfeedbackformmessagereport {
  margin-bottom: 0;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #78767a;
  margin-top: 1.5rem;
  text-align: center;
}

#dsfeedbackformmessagereport .form-head {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding: 1rem 3rem;
}

#dsfeedbackformmessagereport .error-report {
  padding: 1.5rem 3rem;
  text-align: center !important;
}

#dsfeedbackformmessagereport .error-report p {
  text-align: center !important;
}

#dsfeedbackformmessagereport .text-report p:first-child {
  margin-bottom: 2rem;
  font-size: 1.125rem;
}

#dsfeedbackformmessagereport .repeatform {
  width: auto;
  display: inline-block;
  font-size: 1.6rem;
  color: #4f6f8f;
  text-transform: none;
  line-height: 1;
  border-style: solid;
  border-width: 0px;
  border-color: #d0d0d0;
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
  transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -webkit-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -moz-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -ms-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  -o-transition: border-color 0.15s linear, background 0.15s linear, opacity 0.15s linear;
  cursor: pointer;
  height: auto;
  text-decoration: none;
}

div#feedback-block {
  margin: auto;
  position: relative;
  padding: 1rem;
}

.dsfeedback .checkbox + label {
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
}

#dsfeedback-form input[type=checkbox] + label {
  position: relative;
  padding: 0 0 0 3rem;
  cursor: pointer;
}

.dsfeedback .checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 1rem 0 0 2rem;
}

#dsfeedback-form input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  color: #fff;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  border-radius: 1px;
  background: #f77723;
}

#dsfeedback-form input[type=checkbox]:checked + label:before {
  content: "✔";
  position: absolute;
  top: 0.6rem;
  left: 0;
  color: #fff;
  width: 1.9rem;
  height: 1.9rem;
  line-height: 1.9rem;
  text-align: center;
  border-radius: 1px;
  background: #f77723;
}

.form-custom-head {
  color: #000;
  text-transform: none;
  text-align: left;
  font-size: 2.2rem;
  font-weight: bold;
}

@media only screen and (max-width: 425px) {
  .form-custom-head {
    background: none;
    top: 0px;
  }
  .form-custom-head span {
    font-size: 2.4rem;
  }
}
#dsfeedback-form .field-0 {
  padding-right: 1.7rem;
}

#dsfeedback-form .field-1 {
  padding-left: 1.7rem;
}

@media (max-width: 499px) {
  #dsfeedback-form .field-0, #dsfeedback-form .field-1 {
    width: 100%;
    padding: 0px !important;
  }
}
@media screen and (min-width: 768px) {
  div#feedback-block {
    margin-top: 6rem;
  }
}
@media screen and (max-width: 767px) {
  div#feedback-block {
    margin-top: 2rem;
  }
}
/*path:/ds-comf/ds-form/css/forms/dvreview.css*/
#dvreview {
  border: 1px solid silver;
  margin-top: 2rem;
}

#dvreview .form-head {
  text-align: center;
}

#dvreview form {
  padding-top: 2rem;
}

/*path:/ds-comf/ds-form/css/plugins/calendar.css*/
.dsform-cal-btn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAD3SURBVFiF7ZRNDoIwEIXf+MadeiYTV+o9vIZ6RpcaF8Ix0HEB+ENSWkIRF33JpC19bT+azgAeEdxSNKdoRnAd2+8VRTOKWhnTW2y/BGxon+O7Fa1ruvonPoChpU3iWrH/1HXO6DfQBjCr2vz9SbKqM4/gbwcguAQAmO3KTSWTsg+Cq77+98JXynzHRPTkIF9QeO3rr8MJUAbPVTFRAEpwQ+Elnl9NXK+zoUfVhj7aYL8Gbtg1W4L9f52GCeAncj7CZm331f6u87VGv4EEEFoJB9PoN5AAnAB3K+Qz+syL4dgZIJYUejDBfhQA3+GDAoQcDqQ6kACAJ1q0luRTOjZaAAAAAElFTkSuQmCC") no-repeat 50% 50%/80%;
  height: 2rem;
  width: 2rem;
  vertical-align: middle;
  display: inline-block;
  border-radius: 0.2rem;
  cursor: pointer;
}

.dsform-cal-btn.cal-chosen {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAN1wAADdcBQiibeAAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAADjSURBVFiF7ZZBCsIwEEUn0qV6JsFV9R6eQ8/oUnFhew6fC6egodNEmtiC+VASOj/JS5iEEQkI2AMt0AB1an9QOlGne2q/i5iQjwHODY751r8IAeRW5RN3Sr1Ta53JT8AEAJbabd9+NxpbjfUHAURko+1BJ220LyKyTeB/CVtnY6dr4JbAD8AQAMAFqIFKvx1wTejHQX92enpoG5u00f5YgGya7zUsAL9SZQX8t91P1rHxTpOfQAEoD1EBMAGcpzFxETmZBGahEPDFxoHjUD2QFSC0eFaAmMUhviLKpvnegr8BeALlvmm00+8QOgAAAABJRU5ErkJggg==") no-repeat 50% 50%/80%, #999;
}

.dsform-cal-wrapper {
  display: inline;
  position: relative;
}

table.dscalendar-table td {
  color: #333333;
  line-height: 1.5em;
  min-width: 1.5em;
  padding: 0;
  text-align: center;
  vertical-align: middle;
  background: #fefefe;
}

table.dscalendar-table tbody td {
  box-shadow: 0 0 1px #ccc;
}

table.dscalendar-table td.crrnt-day {
  background: skyblue;
  color: #FFFFFF;
}

table.dscalendar-table tbody td {
  cursor: default;
}

table.dscalendar-table tbody td:not(.nodate):hover {
  background: #e0eeff;
  color: black;
}

table.dscalendar-table td.nodate {
  background: whitesmoke;
}

table.dscalendar-table thead td {
  border-bottom: none;
}

.dsform-cal-layer {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 2.4rem;
}

table.dscalendar-table {
  font-family: Helvetica, sans-serif;
  font-size: 1em;
  border-collapse: separate;
  border-spacing: 0px;
  border: 1px solid silver;
  float: left;
}

table.dscalendar-table td.mth-hdr {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
  text-align: center;
  background: whitesmoke;
  color: gray;
}

table.dscalendar-table thead td.wday {
  background: silver;
  color: #FFFFFF;
  font-family: sans-serif;
  font-size: 0.75em;
  font-weight: 700;
}

table.dscalendar-table thead td.wday.wda-6 {
  background: darksalmon;
}

.month-btn {
  border: 1px solid #ccc;
  display: inline-block;
  height: 1.2rem;
  width: 1.2rem;
  cursor: pointer;
}

.prev-month.month-btn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABKAAAASgB+3Je1gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABVSURBVAiZY2BAAjkhIQ2MyBwGBgYrRmQOKyOjPyMyp3/16u9M/xkYvjP8/8/OzMHBxMDAwMDIwMDAkB0SUs74/78XBxeXF4ahzDCBU9euHTDT0lIGALIJGIs0O44OAAAAAElFTkSuQmCC") no-repeat 50% 50% white;
  left: 0.5rem;
  position: absolute;
  top: calc(50% - 0.7rem);
}

.next-month.month-btn {
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAICAYAAADeM14FAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAABKAAAASgB+3Je1gAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAABtSURBVAiZTY3BCYNAFAXnL4IEtxqxCQ+e1C70kA7cmwVsGy6YGmIHaUVyEHw5RZzjMDCMbTtzw8msHLpuuoTtewNU/9IAxrrOVRSLSR8HkHnvkHJJX3v2/eM4zxfSO6YU3CGtmG0xpQDA/QDwA/8gJpwz8+WLAAAAAElFTkSuQmCC") no-repeat 50% 50% white;
  right: 0.5rem;
  position: absolute;
  top: calc(50% - 0.7rem);
}

.header {
  z-index: 999;
}

.menu__dropdown {
  z-index: 99;
}
/* End */


/* Start:/local/components/centershot/adding.items.to.basket.new/templates/.default/style.css?178576185513176*/

.btn-continue{
  background: #0086f8 none repeat scroll 0 0;
  border: medium none;
  border-radius: 2px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
  margin: 0 40px 0 0;
  padding: 7px 22px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease 0s;
  vertical-align: top;
}

.btn-continue:hover {
    background: #2367d9 none repeat scroll 0 0;
}
.btn-continue:active {
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3) inset, 0 1px 2px rgba(0, 0, 0, 0.3);
}
.btn-continue.is-active::after {
    background-position: -197px -27px;
}

.custom-text.not-valid{
  border:2px red solid !important;
}

.btn-expand {
    background: rgba(0, 0, 0, 0) url("/bitrix/templates/.default/images/icon-sprite.png") no-repeat scroll -198px 0;
    border: medium none;
    display: inline-block;
    height: 22px;
    margin: 5px 0;
    padding: 0;
    text-indent: -9999px;
    vertical-align: top;
    width: 22px;
}
.btn-expand.is-active {
    background-position: -197px -27px;
}
/* ----- */
.modal-auto_add {
  width: 400px;
}
.auto_add {
  width: 100%;
  max-width: 400px;
}
.auto_add .custom-select,
.auto_add .custom-text {
  margin: 0 0 10px;
}
.auto_add .custom-text {
  border-width: 1px;
  padding: 4px 5px;
}
.auto_add-label {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin: 0 0 20px;
}
.moto_add-head,
.auto_add-head {
  font-size: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.auto_add-body {
  padding: 20px 24px 10px;
}
.auto_add-ctrl {
  padding: 20px 24px;
  border-top: 1px solid #e5e5e5;
}
.auto_add-ctrl:before,
.auto_add-ctrl:after {
  content: " ";
  display: table;
}
.auto_add-ctrl:after {
  clear: both;
}
.auto_add-ctrl:after,
.auto_add-ctrl:before {
  content: " ";
  display: table;
}
.auto_add-ctrl:after {
  clear: both;
}
.auto_add-ctrl .btn {
  float: right;
}
.add-menu-button {
  -webkit-transition: box-shadow 0.2s ease;
  -moz-transition: box-shadow 0.2s ease;
  -ms-transition: box-shadow 0.2s ease;
  -o-transition: box-shadow 0.2s ease;
  transition: box-shadow 0.2s ease;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 100;
  display: block;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #DC4437;
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
    
}
/*.auto_add-trigger:after,*/
.add-menu-button:before {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
    
}

/*
.add-menu-button:after {
  background: url(/bitrix/templates/.default/images/icon-auto.png) 0 0 no-repeat;
  width: 26px;
  height: 18px;
  margin: -9px 0 0 -13px;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
*/

.add-menu-button:before {
  background: url(/bitrix/templates/.default/images/icon-plus.png) 0 0 no-repeat;
  width: 24px;
  height: 24px;
  margin: -12px 0 0 -12px;
  opacity: 1;
  -moz-transform: scale(1) rotate(0);
  -webkit-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.add-menu-button:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}

/*
.add-menu-button:hover:after {
  opacity: 0;
  -moz-transform: scale(0) rotate(360deg);
  -webkit-transform: scale(0) rotate(360deg);
  -o-transform: scale(0) rotate(360deg);
  -ms-transform: scale(0) rotate(360deg);
  transform: scale(0) rotate(360deg);
}
*/


.crutan:before {
    -moz-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
    transition: all 0.2s ease;
    transform: rotate(135deg);
}
/*.crutan:hover:before {
    transform: rotate(135deg);
}*/
.add-menu-button:active {
  background: #b22c20;
}
@media (min-width: 1360px) {
  .add-menu-button {
    bottom: 35px;
    right: 50%;
    margin-right: -670px !important;
  }
}
.modal-payment {
  width: 400px;
}
.payment {
  width: 100%;
  max-width: 400px;
}
.payment__head {
  font-size: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
}
.payment__body {
  padding: 20px 24px 10px;
}
.payment__table td {
  padding: 10px 15px;
}
.payment__table td:first-child{
  width: 30%;
}

div.smoke-status {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0%;
    /*left: 97.5%;*/
    display: none;
}


.remove_car-head,.lk_popup_head {
  font-size: 16px;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e5;
    /*text-align: center;*/
}

.modal-remove_car,.modal-lk_popup_body {
    width: 400px;
}

.remove-buttons span,.lk_popup_buttons span {
    float: right;
    font-size: 12px;
    font-weight: 400;
    margin: 10px 10px;
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
    line-height: 18px;
  font-weight: 700;
    text-transform: uppercase;
}
.light-menu, .moto-menu,
.light-menu, .auto-menu {
    /*display: none;*/
  -webkit-transition: transform 0.25s ease;
  -moz-transition: transform 0.25s ease;
  -ms-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  transition: transform 0.25s ease;
  position: fixed;
  right: 22px;
  z-index: 102;
  /*display: block;*/
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;/* #DC4437;*/
  border: none;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  padding: 0;
    transform: scale(0);
}
@media (min-width: 1025px) {
    .light-menu, .moto-menu,
    .light-menu, .auto-menu {
        transform: scale(0);
    }
}
.light-menu {
    bottom: 85px;
}
.auto-menu {
    bottom: 135px;
}
.moto-menu {
    bottom: 135px;
}


.light-menu:before, .auto-menu:before,.moto-menu:before  {
  -webkit-transition: 0.25s ease;
  -moz-transition: 0.25s ease;
  -ms-transition: 0.25s ease;
  -o-transition: 0.25s ease;
  transition: 0.25s ease;
  display: block;
  /*position: absolute;
  top: 50%;
  left: 50%;*/
    color: #fff;
    font-size: 32px;
}

.light-menu:before, .moto-menu:before,
.light-menu:before, .auto-menu:before {
  width: 40px;
  height: 40px;
    border-radius: 50%;
  /*margin: -10px 0 0 -11px;*/
}



.light-menu:hover, .moto-menu:hover,
.light-menu:hover, .auto-menu:hover {
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    /*transform: scale(1.25);*/
}

.light-menu:before {
    content: '';
    
    background: url(/bitrix/templates/.default/images/new-icon-globus.png) 0 0 no-repeat;
    background-size: 40px auto;
    background-color: #9bcc65;
}
.moto-menu:before{
    content: '';
    background: url(/local/templates/.default/images/new-icon-moto.png) 0px 0px no-repeat;
    background-size: 40px auto;
    background-color: #4ac4f7;
}
.auto-menu:before {
    content: '';
    background: url(/bitrix/templates/.default/images/new-icon-auto.png) 0px 0px no-repeat;    
    background-size: 40px auto;
    background-color: #4ac4f7;
}


/*.add-menu-button:active {
  background: #b22c20;
}*/

.add-menu {
    display: none;
    position: fixed;
  right: 15px;
  bottom: 15px;
  height: 200px;
  width: 54px;
    z-index: 101;
}

@media (min-width: 1360px) {
  .light-menu {
    bottom: 105px;
    right: 50%;
    margin-right: -663px !important;
  }

    .moto-menu{
        bottom: 205px;
        right: 50%;
        margin-right: -663px !important;
    }

    .auto-menu {
        bottom:155px;
        right: 50%;
    margin-right: -663px !important;
    }
    
    .add-menu {
        right: 50%;
    margin-right: -670px !important;
    }
}



/*.menu-overlay {
    position: fixed;
    right: 10px;
    width: 54px;
    height: 150px;
    bottom: 50px;
    border: 1px solid black;
}*/

.car-search {
    font-family: 'Roboto', 'Helvetica Neue', Helvetica, sans-serif;
}
.car-search table {
    margin-left: 30px;
}
.car-search table td {
    padding: 10px 0;
}
.car-search table tr>td:last-child {
    padding-left: 40px;
}
.car-search input[type="text"] {
    width: 300px;
}

@media (max-width: 1025px) {
    .add-menu {
        z-index: 99;
    }
}

.tooltip-light {
    position: fixed;
    right: 69px;
    display: none;
    bottom: 94px;
    top: auto;
    left: auto;
    width: 108px;
    height: 21px;
}

.tooltip-moto,
.tooltip-auto {
    position: fixed;
    right: 69px;
    display: none;
    bottom: 144px;
    top: auto;
    left: auto;
    width: 152px;
    height: 21px;
}

#fab-overlay {
    width: 100%;
    height: 100%;
    background: #fff;
    opacity: 0.8;
    display: none;
    position: fixed;
    z-index: 10;
}

@media(max-width:1025px) {
     a[href="#remove_car"] button {
        position: relative;
        top: -17px;
        right: auto;
        left: 87%;
    }
    a[href="#light_add"] button {
        position: relative;
        top: -17px;
        right: auto;
        left: 87%;
    }
    
    .car-data-table {
        min-width: 860px;
    }
    
    .car-data {
        margin-right: 40px;
        margin-left: 40px;
    }
    
}

/*
table.double-tarif td.no-split p {
    position: relative;
    top: 33px;
}

table.double-tarif td.no-split button {
     position: relative;
    top: 33px;
}
*/
table.double-tarif td.no-split button.btn-expand {
    /*position: absolute;
    top: 33px;*/
    background-color: #fff;
}

table.double-tarif td.align-center {
    text-align: center;
}

table.double-tarif td.light-input-td input {
    width: 50%;
    position: relative;
    top: 7px;
}

tr.bottom-none td{
    border-bottom: none;
}

a.data-device {
    color: #0086F8;
}
/*
.access_monitoring-head {
    font-size: 16px;
    padding-bottom: 20px;
    font-weight: 600;
}
*/
.modal-access_monitoring {
    width: 400px;    
}

.access_monitoring-body {
    padding: 20px 24px;
}

.access_monitoring .custom-text {
    margin: 0 0 10px;
    border-width: 1px;
    padding: 4px 5px;
}

.access_monitoring-label {
    display: block;
    font-size: 14px;
    line-height: 20px;
    margin: 0 0 20px;
}

.access_monitoring-ctrl {
    padding: 20px 24px;
    border-top: 1px solid #e5e5e5;
}

.access_monitoring-ctrl .btn {
    float: right;
}

.access_monitoring-ctrl:after, .access_monitoring-ctrl:before {
    content: " ";
    display: table;
}

.access_monitoring-ctrl:after {
    clear: both;
}

.send-admin-message-buttons{
  display:none;
}

#select_auto{
  margin-top:20px;
}

.lk_popup_body{
  margin:10px 10px;
}
.lk_popup_body .custom-text{
  margin-top:10px;
  maringl-left:10px;
  maring-right:10px;
}

.lk_popup_body .btn{
  margin-top:10px;
  float:right;
  margin-bottom:10px;
}

.redact-table {
    background: url(/local/components/centershot/adding.items.to.basket.new/templates/.default/images/pencil.png);
    position: absolute;
    top: 22px;
    right: 55px;
    width: 16px;
    height: 16px;
    border: none;
    background-size: contain;
}

.edit-inputs {
    border: none;
    border-bottom: 1px solid transparent;
    position: relative;
    top: 2px;
    padding-left: 3px;
}

.active-edit {
    border-bottom: 1px solid #CCC;
    color: grey;
}

.save-input {
    color: #1f77aa;
    background: none;
    border: none;
    position: absolute;
    bottom: 0;
    right: 0;
    display: none;
}

.car-data-table:not(.about-tarif) {
    min-height: 125px;
}
.ui-autocomplete{
    z-index: 10000 !important;
}

.popup_v1 {
    width: 245px;
    overflow: hidden;
    background: #fff;
    margin: 0 auto;
    padding: 0 10px 10px;
    box-shadow: 0 7px 21px rgba(83,92,105,.12), 0 -1px 6px 0 rgba(83,92,105,.06);
    position: relative;
}
.popup_v1 ._product_img {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 20px;
}
.popup_v1 ._product_img img{
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 130px;
}
.popup_v1 ._title {
    height: 49px;
    box-sizing: border-box;
    color: #80868e;
    font-size: 14px;
    font-weight: bold;
    max-width: 100%;
    line-height: 49px;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 8px;

}
.popup_v1 ._product_title {
    text-align: center;
}
.popup_v1 ._qty {
    text-align: center;
    margin: 10px auto;
}
.popup_v1 ._qty>* {
    display: inline-block;
    vertical-align: middle;
}
.popup_v1 ._qty_input {
    width: 40%;
    text-align: center;
}
.popup_v1 ._qty_btn {
    height: 34px;
    line-height: 34px;
    border-radius: 4px;
    background: #f87822;
    width: 34px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}
.popup_v1 ._btns {
    text-align: center;
    padding: 10px 0 10px;
    position: relative;

}
.popup_v1 ._submit {
    background-color: #f77723;
    border-color: #f77723;
    color: #FFF;
}
.popup_v1 ._submit:hover {
    background-color: #f06f1a;
    border-color: #f06f1a;
    color: #FFF;
}
.popup_v1 .mfp-close {
    right: -5px;
    top: -5px;
}
.popup_v1 .popup_label {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 5px;
}
.popup_v1 .input_w {
    margin-bottom: 10px;
}
.popup_v1 .input_w input {
    display: block;
    width: 100%;
}


/* End */


/* Start:/local/templates/ch/components/modify/search.title/catalog_new/style.css?17857618562194*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:1000;
	background: #fff;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:10%;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:14px;
	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
}

table.title-search-result td {
	background-color:white;
	font-weight:normal;
	padding-top:2px;
	padding-bottom:2px;
	text-align:left;
	white-space:nowrap;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	vertical-align:top;
	display:block;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
}

table.title-search-result td.title-search-item b {
	color:#cf0000;
	font-weight:normal;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/local/templates/ch/components/modify/search.title/catalog_new/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}

p.title-search-preview {
	font-size:12px;
}
div.title-search-result td.title-search-price span {
	font-size: 26px;
}

/* End */


/* Start:/local/templates/ch/components/bitrix/breadcrumb/.default/style.min.css?1785761856467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/ch/components/bitrix/menu/bottom_menu/style.min.css?1785761855490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/ch/components/bitrix/menu/bottom_menu/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/ch/styles.css?178576185625090*/
.mfp-hide{
  display:none;
}


.stati_main_page{
    width: 100%;
    margin: 20px 0 -20px;
}
div.dscallback{
    padding: 43px 45px 52px;
	width: 530px;
    background: #F9812B;
    border-radius: 4px;
}
#dscallback-form .dscallback-button-submit input[type="submit"]{
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    background: #1D1D1D;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
    cursor: pointer;
}
.nopadding{padding:0 !important;}

.product-purchase-buttons input{margin:5px 0;}
#dscallback-form .head{
	text-transform: none;
	text-align: left;

    margin-bottom: 32px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;

}
.dvslider:after{content:none !important;}

.dv-tech-flexr {
    display: flex;
    justify-content: space-between;
    font-size: 14px;
}

.dv-request-flexer {
    display: flex;
    width: 100%;
    justify-content: space-between;
    margin-top:6px;
}
.nomargin{margin:0 !important;}

.dvbold{font-weight:bold;}

.item-margin-parametres {
    margin-top: 20px;
}

.dv-target-payment{text-decoration:underline;}
.dv-target-payment:hover{color: #337ab7;}


.dv-video-container{display:flex;flex-wrap:wrap;justify-content: space-between;}
.dv-video-container>div{width:calc(50% - 10px);margin-bottom:15px;}

.product-features{margin-bottom:20px;}

.fsr-flex{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
    flex-wrap:wrap;
}
.fsr-flex>div:first-child{width:100px;}
.fsr-flex>div:last-child{width:calc(100% - 100px)}

/*#dscallback-form .head:after{
    content: "";
    background-color: #f77723;
    height: 2px;
    width: 85%;
    position: absolute;
    top: 65px;
    left: 0;
}*/

.dscallback .fields{
	margin-top: 20px;
}
.dscallback.ds-form .fields > * {
    margin-bottom: 16px;
}
.dscallback-button-submit {
    margin-top: 32px;
    margin-bottom: 10px;
}
.dscallback .dileram__form-polit {
    font-size: 13px;
}
#dscallbackformmessagereport {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
#dscallbackformmessagereport .head {
    color: #FFFFFF;
}
#dscallbackformmessagereport .repeatform {
    color: #FFFFFF;
    text-decoration: underline;
}
#dscallbackformmessagereport .repeatform:hover {
    text-decoration: none;
}


.dv-tabchanger-container img{width:40px;margin-right:10px;}
.dv-tabchanger-container{display:flex;margin-top:12px;align-items:center;justify-content: space-between;}
.dv-tabchanger-container>div {
    width: 50%;
    cursor:pointer;
}



.dscallback .fields input[type="text"]{
    height: 39px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #2E2E2E;
}
.dscallback .fields input[type="text"]:placeholder-shown {
    color: #A8A8A8;
}
#dscallback-checkbox{
	background-color: #f77723;
    color: #fff;
}

.dscallback .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.dscallback .checkbox + label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.dscallback .checkbox + label:before {
	content: '';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}

.dscallback .checkbox:checked + label:before {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}
div.buy1click,
div.buy1clickbasket, div.optproduct{
	padding: 0px 30px 30px;
	width: 500px;
	border-radius: 5px;
}

.dv-reviews-item {
    margin-bottom: 20px;
    padding: 20px;
    box-shadow: 0 0 5px 3px #0000001a;
}
.dv-reviews-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.dv-reviews-name {
    font-weight: bold;
    margin-bottom: 10px;
}
#buy1click-form .buy1click-button-submit input[type="submit"],
#buy1clickbasket-form .buy1click-button-submit input[type="submit"],
#optproduct-form .optproduct-button-submit input[type="submit"]{
	background-color: #f77723;
    color: #fff;
    padding: 3px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: none;
    width: 130px;
}

#buy1click-form .head,
#buy1clickbasket-form .head,
#optproduct-form .head{
	color: #000;
	text-transform: none;
	text-align: left;
	font-size: 22px;

}
#buy1click-form .head:after,
#buy1clickbasket-form .head:after,
#optproduct-form .head:after{
    content: "";
    background-color: #f77723;
    height: 2px;
    width: 85%;
    position: absolute;
    top: 65px;
    left: 0;
}

.buy1click .fields,
.buy1clickbasket .fields{
	margin-top: 20px;
}

.buy1click .fields input[type="text"],
.buy1clickbasket .fields input[type="text"],
.optproduct .fields input[type="text"]{
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}

.buy1click .checkbox,
.buy1clickbasket .checkbox,
.optproduct .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.buy1click .checkbox + label ,
.buy1clickbasket .checkbox + label,
.optproduct .checkbox + label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.buy1click .checkbox + label:before ,
.buy1clickbasket .checkbox + label:before,
.optproduct .checkbox + label:before {
	content: '';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}

.buy1click .checkbox:checked + label:before ,
.buy1clickbasket .checkbox:checked + label:before,
.optproduct .checkbox:checked + label:before {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}
#buy1click-product{display: none;}
div.zakazprod{
	padding: 0px 30px 30px;
	width: 500px;
	border-radius: 5px;
}
#zakazprod-form .zakazprod-button-submit input[type="submit"]{
	background-color: #f77723;
    color: #fff;
    padding: 3px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    text-transform: none;
    width: 130px;
}

#zakazprod-form .head{
	color: #000;
	text-transform: none;
	text-align: left;
	font-size: 22px;

}
#zakazprod-form .head:after{
    content: "";
    background-color: #f77723;
    height: 2px;
    width: 85%;
    position: absolute;
    top: 65px;
    left: 0;
}

.zakazprod .fields{
	margin-top: 20px;
}

.zakazprod .fields input[type="text"]{
	background-color: #f2f2f2;
	border: 1px solid #f2f2f2;
	border-radius: 5px;
}
#zakazprod-checkbox{
	background-color: #f77723;
    color: #fff;
}

.zakazprod .checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.zakazprod .checkbox + label {
	position: relative;
	padding: 0 0 0 30px;
	cursor: pointer;
}
.zakazprod .checkbox + label:before {
	content: '';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}

.zakazprod .checkbox:checked + label:before {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}
.page-content-container .text-container{
	margin-top: 30px;
}
.page-content-container .text-container ul{
	padding-left: 20px;
}
.page-content-container .text-container li{
	line-height: 16px;
	font-size: 14px;
}
.page-content-container .text-container h2{
	margin-bottom: 20px;
	font-size: 18px;
}
span.products-item-price-stock {
	line-height: 12px;
}
.products-item .product-item-prices {
	bottom: 15px;
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
}
.btn-to-compare,
.btn-to-compare:active,
.btn-to-compare:focus,
.btn-to-compare:hover,
.btn-to-compare:visited {
    color: #f77723;
}
.btn-to-compare:active,
.btn-to-compare:focus {
    text-decoration: none;
}
.btn-to-compare {
    background-image: url(/images/ico-compare-01-60px-orange.png) !important;
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px;
    display: block;
    line-height: 20px;
    padding-right: 30px;
}

#dseasy-form #choosenfile {
    display: none;
}
#dseasy-form #dseasy-link {
    background-color: #ededed;
    text-align: center;
}


#dseasy-form #label-choosenfile {
    text-align: center;
    border: 2px dashed #ededed;
}

.ds-form.dseasy {
    width: unset;

}

.phones-wrapper {
    display: flex;
    justify-content: space-between;
}

.phones-wrapper > div {
    width: 48%;
}

@media screen and (max-width: 800px) {
    .phones-wrapper > div {
        width: 100%;
    }
    .phones-wrapper {
        display: block;
    }
}

#dseasy-form .head .head-orange,
#dseasy-form .head .head-blue-n {

    line-height: 1.5em;
}
.ds-form .head .head-orange{
    color:#f06f1a;

}

#dseasy-form .head {
    margin: 20px auto;
    font-size: 20px;
}

#dseasy-form .checkbox + label {
    position: relative;
    padding: 0 0 0 30px;
    cursor: pointer;
}

#dseasy-form .checkbox:checked + label::before {
    content: '✔';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}
#dseasy-form .checkbox + label::before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    color: #fff;
    width: 19px;
    height: 19px;
    line-height: 19px;
    text-align: center;
    border-radius: 1px;
    background: #f77723;
}
#dseasy {
    cursor: pointer;
}
#dseasy-form #checkbox {
    display: none;
}

#dseasy-form input[type="submit"] {
    width: 100%;
    color: white;
    background-color:#f06f1a;
}

#dscallback-form .jq-selectbox.jqselect {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAICAMAAADUf89RAAAAXVBMVEXe3t7////e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t7e3t4c2GbBAAAAHnRSTlMAAAMGCQwPIScqMDM5P0Wfpau0usDDxuTn6u3w8/a+b40GAAAAS0lEQVQI123JRRKAQADEwODubvP/Z3KhYBfIMU00yaxyriCejV+7D5As929cDCBdr996WEC2SZI6jxeQ75J6nw9QHBoDfoByCLHgBAR/B7a3OfpzAAAAAElFTkSuQmCC);
    background-position: right center;
    background-repeat: no-repeat;
    cursor: pointer;
    padding-right: 1.75em;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    display: block;
    margin: 0 0 0.88889em 0;
    padding: 0.44444em;
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #bbdbde;
    border-radius: 10px;
    color: #78767a;
    font-family: inherit;
    font-size: .875em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: border-color 0.15s linear, background 0.15s linear;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    padding: 12px 14px 11px;
    padding-right: 14px;

}

#dscallback-form .jq-selectbox__dropdown  {
    background-position: right center;
    background-repeat: no-repeat;
    padding-right: 1.75em;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    width: 100%;
    display: block;
    margin: 0 0 0.88889em 0;
    /*padding: 0.44444em;*/
    background-color: #fff;
    border-style: solid;
    border-width: 1px;
    border-color: #bbdbde;
    border-radius: 10px;
    color: #78767a;
    font-family: inherit;
    font-size: .875em;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    transition: border-color 0.15s linear, background 0.15s linear;
    -webkit-transition: border-color 0.15s linear, background 0.15s linear;
    -moz-transition: border-color 0.15s linear, background 0.15s linear;
    -ms-transition: border-color 0.15s linear, background 0.15s linear;
    -o-transition: border-color 0.15s linear, background 0.15s linear;
    padding: 5px;
    padding-right: 14px;
    left: 0;
}

#dscallback-form .jq-selectbox__dropdown ul {
    margin: 0;

}
#dscallback-form .jq-selectbox__dropdown ul  li {
    margin: 5px auto;
    padding: 5px 10px;
}

#dscallback-form  .jq-selectbox select {
    display: none;
}

.otz_block .o_item{
    border: 1px solid #eee;
    padding: 15px 15px 5px 15px;
    background: url(/images/st.png) no-repeat;
    background-position: 98% 6%;
}

/*.basket-carusel .products-row.new-row .products-item{
    margin:10px!important;
}*/


@media (max-width: 1200px){
    .basket-carusel .products-row.new-row .products-item {
        float: left;
    }
}
@media (max-width: 600px){
    .basket-carusel .products-row.new-row .products-item .product-item-prices {
        bottom: 0;

    }
    .products-row .product-item-prices {
        position: static;
        transform:unset;
    }
}

#bx-soa-orderSave .pull-right.btn.btn-default.btn-lg.hidden-xs.order-save-button {
    margin-top: 50px!important;
}
@media (max-width: 870px){
    #bx-soa-orderSave .pull-right.btn.btn-default.btn-lg.hidden-xs.order-save-button {
        margin-top: 70px!important;
    }
}

.main-block-title-27.main-block-title {
    font-size: 27px;
}

.main-h1 {
    text-align: center;
    font-weight: bold;
    font-size: 35px;
    font-family: "GothamProBold";
}

.tabs-table-navigation .tabs-table-tab.active .tabs-table-tab-name {
    z-index: 1;
}

.margin-left-20 {
    margin-left: 20px;
    font-size: 14px;
}

.whatsapp-icon-h {
    background-image: url('/images/wa.png');
    background-repeat: no-repeat;
    display: inline-block;
    height: 35px;
    width:35px;
}
.header-buttons-wrapper {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}

@media (min-width:769px) and (max-width: 1200px) {
    .header-buttons-wrapper {
        flex-wrap: wrap;
    }
    .whatsapp-icon-h {
        margin-top: 5px;
    }
}

.header-worktime-wrapper {
    position: relative;
}

.header-social-links-wrapper {
    display: flex;
    list-style: none;
    top: 10px;
    position: absolute;
    justify-content: space-between;
}
.header-social-links-wrapper li {
    margin: 5px 10px;
}

body .header-worktime-wrapper p{
    line-height:1em;
}
.header-social-links-wrapper li a span,
.header-social-links-wrapper li a i {
    background-size: contain;
    width: 30px;
    height: 30px;
}


.wa-icon {
    background: url('/images/WhatsApp-Logo_5988501.png') no-repeat center;
    display: inline-block;
    position: relative;
}
.header-social-links-wrapper li:nth-child(1){
    margin-left:0;
}
.header-social-links-wrapper li:nth-child(4){
    margin-right: 0;
}

@media (min-width:1025px) and (max-width: 1200px) {
    .header-social-links-wrapper {
        left: unset;
        right: 0;
    }
}

@media (min-width:801px) and (max-width: 1024px) {
    .header-social-links-wrapper li {
        margin: 5px;
    }
    .header-social-links-wrapper {
        left: unset;
        right: 0;
    }
}




@media (min-width:769px) and (max-width:800px) {
    .header-social-links-wrapper {
        position: relative;
        right:0;
        top:0;
    }
}
@media screen and   (max-width:768px) {
    .header-wrapper {
        padding-bottom: 20px;
    }
}
@media (min-width:403px) and  (max-width:501px)  {
    .header-social-links-wrapper {
        left: -25px;
    }
}

/*
@media (min-width:403px) and (max-width:500px) {
    .header-social-links-wrapper {
        position: static;
    }
}*/

@media screen and  (max-width: 402px) {
    .header-phone-wrapper {
        text-align: center;
    }
    /*.header-cell .header-worktime-wrapper {
        padding: 0;
        text-align: center;
    }*/
    .header-social-links-wrapper li {
        margin:5px 3px;
    }
    .header-social-links-wrapper {
        /*position: static;*/
           left: 10px;
    }
}

@media(max-width:767px){
    .main-catalog-section-title a{font-size:12px;}
    .dv-video-container-responsive.dv-video-container > div {
	    width: calc(100% - 10px);
	    margin: 15px auto;
	}
}

@media(max-width:600px){
    .main-catalog-table{display:flex !important;flex-wrap:wrap;}
    .main-catalog-table .cell-25{width:50%;}
    .main-catalog-title>a{font-size:14px;}
}



.slides-slider-ajax {
    margin: 0;
    padding: 0;
    list-style: none;
}

.product-images-slider.flexslider .slides-slider-ajax img {
    border: 1px solid #d5d5d5;
    box-sizing: border-box;
}

.flexslider .slides-slider-ajax  li, .flexslider .slides-slider-ajax  li a {
    display: block;
}

.slides-nav-ajax {
    margin-top: 5px;
    padding: 0 1px;
}
.slides-nav-ajax img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
    cursor: pointer;
    -moz-user-select: none;
    box-sizing: border-box;
}

.flexslider .slides-slider-ajax  img {
    width: 100%;
    display: block;
}

@media screen and (max-width: 1250px){

    .fsr-flex>div:last-child {
    width: calc(100% - 105px);
}

    .dv-tabchanger-container, .dv-request-flexer{display:block !important;}
    .dv-tabchanger-container>*, .dv-request-flexer>*{width:100% !important;;margin-bottom:8px !important;;}



    .page-content.catalog-content .page-cell-right {
        width: unset;
        /*max-width: calc(100% - 290px);*/
        display: block;
    }

    .page-content.catalog-content .table-row {
        /*display: block;*/
    }
    .page-content.catalog-content  .banner-left-wrapper {
        display: none;
    }
}

.dvslider{width:100%;}

@media screen and (max-width: 991px){
    .fsr-flex>div:first-child{display:none;}
    .fsr-flex>div:last-child{width:100%;}

}

@media screen and (max-width: 600px){
    .page-content.catalog-content .table-row {
     display: block;
     width: 100%;
}

}

/* преимущества на главной */
.advatages {
    display: flex;
    justify-content: space-between;
}
.advatages .advant.a4 {
    background-image: url(/images/advantages/04.svg);
}
.advatages .advant.a3 {
    background-image: url(/images/advantages/03.svg);
}
.advatages .advant.a2 {
    background-image: url(/images/advantages/02.svg);
}
.advatages .advant.a1 {
    background-image: url(/images/advantages/01.svg);
}
.advatages .advant {
    text-align: center;
    padding-top: 80px;
    background-repeat: no-repeat;
    background-position-x: center;
    margin-top: 15px;
    margin-bottom: 20px;
}
.advatages .advant p.boldUp {
    font-weight: bold;
    text-transform: uppercase;
}
@media screen and (max-width: 767px){
    .advatages {
        flex-direction: column;
    }
   .bx_ordercart_order_pay .bx_ordercart_order_pay_right {
        position: static!important;
        width: 100% !important;
        margin-top: 30px;
    }
}
/* преимущества на главной */

.products-item-preorder.in_stock {
	height: 17px !important;
	min-height: 17px !important;
}
.dv-tech {
	margin: 5px 0 !important;
}
.products-item-price {
	margin-top: 0px !important;
}
.products-item {
	padding: 22px 16px 10px !important;
}

.button-reviews {
    background-color: #f77723;
    color: #fff;
    padding: 7px;
    font-size: 15px;
    font-weight: 500;
    border-radius: 7px;
    margin-top: 10px;
}
.request-button-link {

    background-color: #f77723 !important;

}
.product-images-slider.flexslider {
    overflow: hidden;
}
.bx-breadcrumb span.fa-angle-right {
    color: #b5bdc2!important;
    line-height: 13px!important;
    font-size: 12px!important;
    vertical-align: middle!important;
    margin-right: 5px!important;
    font-family: FontAwesome!important;
    color: #b5bdc2!important;
    line-height: 13px!important;
    font-size: 12px!important;
}

/* БЛОК "ПОЧЕМУ МЫ" */
.why-we__section{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-we__section h1{
    margin-bottom: 35px;
    font-weight: bold;
}

.why-we__table-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(16, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 15px;
    margin-bottom: 30px;
}

.why-we__table-block{
    width: 100%;
    display: grid;
    grid-template-columns: 2fr repeat(3, 1fr);
    grid-template-rows: repeat(1, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
}

.why-we__table-block div{
    justify-self: center;
    text-align: center;
}

.why-we__table-block div:first-child{
    text-align: left;
    justify-self: flex-start;
}

.why-we__table-grid div{
    margin: 5px;
}

.why-we__table-grid .why-we__table-block{
    align-items: center;
}

.why-we__table-grid .why-we__table-block{
    padding-bottom: 8px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.why-we__table-grid .why-we__table-block:first-child{
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.5);
}

.why-we__table-block:last-child{
    border: none;
}

.why-we__table-grid *{
    font-family: "GothamPro";
    font-size: 18px;
}

.table-grid__title{
    font-weight: bold;
    font-size: 18px;
}

.table-grid__icons{
    width: 25px;
    height: 25px;
}

.centershot-color{
    color: #f77723;
}

#why-me__order-call{
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 50px;
    margin-bottom: 70px;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
    padding: 50px 0;
}

.why-me__order-call__block{
    width: 75%;
    display: flex;
    justify-content: space-evenly;
    align-items: flex-end;
}

#why-me__order-call .order-call__phone,
#why-me__order-call .order-call__name{
    display: flex;
    flex-direction: column;
}

#why-me__order-call input{
    width: 300px;
    padding: 15px 0;
    text-indent: 10px;
}

#why-me__order-call input[type="submit"]{
    width: 240px;
    text-indent: 0;
    border: none;
}

@media (min-width: 320px) and (max-width: 768px) {
    .why-me__order-call__block{
        width: 75%;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        align-items: center;
    }

    #why-me__order-call input{
        width: 260px;
        padding: 12px 0;
        text-indent: 10px;
    }

    #why-me__order-call input[type="submit"]{
        width: 200px;
        text-indent: 0;
        border: none;
        margin-top: 30px;
    }

    #why-me__order-call .order-call__name{
        margin-top: 10px;
    }
}


.why-we-td-v img,
.why-we-td-x img {
    height: 28px;
    width: 28px;
}
.why-we-f-tr {
    display: flex;
    justify-content: center;
    align-items: center;
}
.why-we-f-tr .why-we-f-td {
    width: 20%;
    text-align: center;
    padding: 20px 0;
    font-size: 19px;
    font-weight: bold;
}
.why-we-f-td-orange {
    color: #f77723;
}
.why-we-f-tr .why-we-f-td:first-child {
    width: 40%;
    text-align: left;    
}
.why-we-tr {
    display: flex;
    justify-content: center;
    border-top: 1px solid rgb(226,226,226);
    padding: 8px 0;
}
.why-we-tr.why-we-tr-first {
     border-top: 2px solid rgb(150,150,150);
}
.why-we-td-tit {
    width: 40%;
    padding: 10px 0;
    font-size: 19px;
}

.why-we-td-v ,
.why-we-td-x  {
    width: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}


@media screen and (max-width: 600px){
    
    .why-we-f-tr .why-we-f-td {
        display: none;
    }
    .why-we-td-tit {
        font-size: 12px;
    }
    .why-we-td-v img, 
    .why-we-td-x img {
      height: 18px;
      width: 18px;
    }
}


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

.center-bold {
    font-weight: bold;
    text-align: center;
}

.garant__list-item-fix.garant__list-item {
    font-size: 21px;
}

.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_photo {
    background-size: contain!important;
}

.kak_kupit li {
    margin: 20px 0;
    font-size: 14px;
    margin-left: 20px;
}

.kak_kupit li img {
    max-width: 600px;
    width: 100%;
    margin: 10px 0;
    display: block;
}

.main-slider__item-buttons {
    display: none;
}

.footer-section {
    max-width: 1920px;
}
.main-catalog-table .cell-25{
    vertical-align: top;
}
.main-catalog-table .cell-25 .main-catalog-title{
    display: flex;
    align-items: center;
    justify-content: center;
}
.bx-core-adm-dialog td {
    padding: 0;
}
/* End */


/* Start:/local/templates/ch/template_styles.css?17883525005709*/
body .sale_order_full_table .sberbank__wrapper {
    text-align: center;
    max-width: 400px;
    margin: 20px auto;
}
table .bxfd-tree-tbl, table .bxfd-tree-tbl table {
    width: auto !important;
    margin-bottom: 0;
}
.main-block-wrapper .products-row.new-row:not(.dvslider), .products-row.new-row:not(.dvslider) {
    row-gap: 20px;
}
.main-block-wrapper .products-row.new-row:not(.dvslider) .products-item, .products-row.new-row:not(.dvslider) .products-item {
    margin-bottom: 0;
}
.footer-section
{
    border-top: 1px solid #EFEFEF;
    /*max-width: 1550px;*/
    margin: 100px auto 0;
}

.footer-container
{
    margin: 0 auto;
    max-width: 1400px;
    padding: 0 15px;
}

.page-wrapper
{
    display: none;
}

.footer-section .footer-menu
{
    width: auto !important;
    min-width: 10%;
    padding-right: 0;
}

.footer-menu .footer-title
{
    margin-bottom: 10px;
}

.footer-menus-wrapper
{
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.footer-phone-icon
{
    color: black;
    background-image: url(/upload/resize_cache/webp/local/images/pp.webp);
}

.footer-email-icon
{
    font-family: "FontAwesome";
    text-transform: none;
    background-image: url(/upload/resize_cache/webp/local/images/em.webp);
}

.footer-time-icon
{
    color: #5c5c5c;
    text-transform: none;
    font-family: "FontAwesome";
    background-image: url(/upload/resize_cache/webp/local/images/cc.webp);
}

.footer-icon
{
    display: block;
    min-height: 20px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 25px;
    background-size: 20px;
}

.footer-section .footer-social-links-wrapper span,
.footer-section .footer-social-links-wrapper i
{
    width: 30px;
    height: 30px;
    background-size: 30px;
}

.footer-menu.email-admin-message-ttl .footer-title
{
    margin-bottom: 0;
}

.footer-social-links-wrapper
{
    float: none;
    width: 100%;
}

.footer-paysys-wrapper .footer-title
{
    font-size: 14px;
}

.footer-links-wrapper
{
    margin-top: 0;
}

.footer-links-wrapper.footer-links-wrapper-bottom>div,
.footer-links-wrapper.footer-links-wrapper-bottom>a
{
    font-size: 11px;
}

.footer-address
{
    padding-left: 26px;
}

.desktop-pc-otzivi
{
    margin: 20px auto;
}

.desktop-pc-otzivi .foot-ya-rate
{
    display: block;
    max-width: 155px;
    text-align: center;
}

.popup-window {
    background: #efefef;
}

@media screen and (max-width: 1099px)
{
    .footer-menus-wrapper
    {
        flex-wrap: wrap;
    }

    .footer-section .footer-menu
    {
        min-width: 25%;
    }

    .footer-section .footer-menu.email-admin-message-ttl
    {
        min-width: 100%;
        margin-top: 30px;
        display: flex;
        justify-content: space-between;
        /*align-items: flex-start;*/
        align-items: center;
    }

    .footer-section .footer-menu.email-admin-message-ttl>*:nth-child(1)
    {
        order: 3;
    }

    .footer-section .footer-menu.email-admin-message-ttl>*:nth-child(2)
    {
        order: 2;
    }

    .footer-section .footer-menu.email-admin-message-ttl>*:nth-child(4)
    {
        order: 1;
    }

    .footer-social-links-wrapper
    {
        width: 200px;
        display: flex;
        justify-content: center;
    }

    .foot-ya-rate
    {
        text-align: center;
        /*margin-top: 15px;*/
        display: block;
    }
}

@media screen and (max-width: 767px)
{
    .footer-section .footer-menu.email-admin-message-ttl
    {
        flex-wrap: wrap;
        justify-content: center;
    }

    .footer-section .footer-menu
    {
        margin-right: auto;
        margin-left: auto;
    }

    .footer-paysys-wrapper
    {
        margin-bottom: 10px;
    }

    .footer-links-wrapper.footer-links-wrapper-bottom
    {
        text-align: center;
    }

    .footer-section .footer-menu.email-admin-message-ttl
    {
        margin-top: 0;
    }

    .footer-address
    {
        padding: 0;
        text-align: center;
    }

    .footer-information-block
    {
        max-width: 150px;
        margin: 0 auto;
    }
}

@media screen and (max-width: 580px)
{
    .email-admin-message-ttl .footer-form-wrapper
    {
        display: none;
    }
}

.bxmaker-authuserphone-button {
    background: #F8802B !important;
    background-image: none !important;
    border-color: #F8802B !important;
    box-shadow: none !important;
    color: #fff !important;
}
.bxmaker-authuserphone-button:hover,
.bxmaker-authuserphone-button:focus {
    background: #e0701f !important;
    border-color: #e0701f !important;
}
.bxmaker-authuserphone-button__inner,
.bxmaker-authuserphone-button__title {
    background: none !important;
    color: #fff !important;
}

/* --- Карточка товара в каталоге ---
   Раньше этот блок выводился тегом <style> внутри КАЖДОЙ карточки
   (27 копий на главной, 36 в категории). Перенесён сюда — подключается один раз. */
.ui-product-card__gallery-wrapper {
    display: block;
    cursor: pointer;
}

.ui-product-card__title-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Текст можно копировать */
.ui-product-card__price,
.ui-product-card__text {
    user-select: text !important;
    -webkit-user-select: text !important;
    cursor: text;
}

.ui-product-card__title {
    user-select: text !important;
    -webkit-user-select: text !important;
}

/* Фон выделения */
.ui-product-card__title::selection,
.ui-product-card__text::selection,
.ui-product-card__price::selection {
    background: #b0d4ff;
    color: #000;
}

/* End */


/* Start:/html/css/template.css?1785761777159327*/
* {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    /*background-image: url(/html/css/../img/main_background.jpg);
    background-position: left top;
    background-repeat: repeat;*/
    color: #2E2E2E;
    font-family: "GothamProRegular";
    font-size: 12px;
    margin: 0;
    min-width: 320px;
    padding: 0;
}

body p {
    line-height: 18px;
}

a {
    color: #5c5c5c;
}

form input:focus,
button:focus,
img:focus,
a:focus,
form textarea:focus {
    outline: none !important;
    box-shadow: none;
}

b {
    font-family: "GothamProBold";
}

a.button-orange {
    display: inline-block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 13px;
    color: white;
    background-color: #f77723;
    padding: 10px 26px;
    line-height: 12px;
    box-sizing: border-box;
    border-radius: 5px;
    text-decoration: none;
}

a.button-orange.with-bottom-shadow {
    border-bottom: 2px solid #b1b1b1;
}

a.button-orange:hover {
    background-color: #f06f1a;
}

form input,
.form input,
form textarea,
.form textarea {
    display: inline-block;
    position: relative;
    font-family: "GothamProRegular";
    font-size: 12px;
    padding: 6px 11px;
    line-height: 12px;
    border: 1px solid #cfcfcf;
    border-radius: 5px;
    box-sizing: border-box;
}

form input[type=submit],
form input[type=button],
.form input[type=submit],
.form input[type=button] {
    color: white;
    background-color: #f77723;
    border: 0;
    border-bottom: 2px solid #b1b1b1;
    cursor: pointer;
}

form input[type=submit]:hover,
form input[type=button]:hover,
.form input[type=submit]:hover,
.form input[type=button]:hover {
    color: white;
    background-color: #f06f1a;
}

form input:focus,
.form input:focus,
button:focus,
form textarea:focus {
    outline: none !important;
    box-shadow: none;
}

form .button-big,
.form .button-big {
    font-family: "GothamProBold";
    font-size: 12px;
    padding: 10px 42px;
}

form input[type=button].button-gray,
form input[type=submit].button-gray,
.form input[type=button].button-gray,
.form input[type=submit].button-gray {
    background-color: #d6d6d6;
    border: 0;
    border-bottom: 2px solid #b1b1b1;
}

form input[type=submit].button-gray:hover,
form input[type=button].button-gray:hover,
.form input[type=submit].button-gray:hover,
.form input[type=button].button-gray:hover {
    color: white;
    background-color: #dfdfdf;
}

form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6d6d6;
}

form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6d6d6;
}

form :-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6;
}

form :-moz-placeholder {
    /* Firefox 18- */
    color: #d6d6d6;
}

.form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #d6d6d6;
}

.form ::-moz-placeholder {
    /* Firefox 19+ */
    color: #d6d6d6;
}

.form :-ms-input-placeholder {
    /* IE 10+ */
    color: #d6d6d6;
}

.form :-moz-placeholder {
    /* Firefox 18- */
    color: #d6d6d6;
}

.quantity {
    display: inline-block;
    position: relative;
}

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

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

.quantity input {
    display: block;
    position: relative;
    float: left;
    width: 80%;
    height: 27px;
    font-family: "GothamProRegular";
    font-size: 12px;
    padding: 6px 0px 6px 11px;
    line-height: 12px;
    border-left: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    box-sizing: border-box;
}

.quantity input:focus {
    outline: 0;
}

.quantity-nav {
    display: block;
    position: relative;
    float: left;
    width: 20%;
    height: 27px;
    border-right: 1px solid #cfcfcf;
    border-top: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
    border-bottom-right-radius: 5px;
    border-top-right-radius: 5px;
    box-sizing: border-box;
}

.quantity-button {
    display: block;
    position: relative;
    width: 18px;
    cursor: pointer;
    color: #333;
    background-position: center;
    background-repeat: no-repeat;
}

.quantity-button.quantity-up {
    position: absolute;
    height: 50%;
    top: 0;
    right: 0;
    background-image: url(/html/css/../img/icon_quantity_up.png);
    background-position: center bottom;
}

.quantity-button.quantity-down {
    position: absolute;
    bottom: 0;
    right: 0;
    height: 50%;
    background-image: url(/html/css/../img/icon_quantity_down.png);
    background-position: center top;
}

.quantity.small input {
    height: 24px;
    padding: 6px 0px 6px 11px;
}

.quantity.small .quantity-nav {
    height: 24px;
}

.quantity.small .quantity-button.quantity-up {
    top: 1px;
}

.quantity.small .quantity-button.quantity-down {
    bottom: 1px;
}

/**Общие*/
.page-wrapper {
    display: block;
    position: fixed;
    left: calc(50% - 700px);
    width: 1400px;
    height: 100%;
    background: white;
}

.page-container {
    display: block;
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    max-width: 1385px;
}

.black-link {
    color: #000;
    margin-bottom: 2px;
}

.gray-link {
    color: #959595;
}

.uppercase {
    text-transform: uppercase;
}

.vk-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/html/css/../img/vk_icon.png) no-repeat center;
}

.fb-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/html/css/../img/fb_icon.png) no-repeat center;
}

.twitter-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/html/css/../img/twitter_icon.png) no-repeat center;
}

.yt-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/html/css/../img/ytube_icon.png) no-repeat center;
}

.inst-icon {
    display: inline-block;
    position: relative;
    width: 40px;
    height: 40px;
    background: url(/html/css/../img/inst_icon_sm.png) no-repeat center;
}

.element-error {
    display: block;
    position: relative;
    color: red;
    margin-bottom: 5px;
}

a.bold,
p.bold,
span.bold div.bold {
    font-weight: bold;
}

input.input-large,
textarea.input-large {
    padding: 19px 24px;
    min-width: 348px;
    margin-bottom: 35px;
}

textarea.input-large {
    min-height: 150px;
    resize: none;
}

textarea.default {
    min-height: 150px;
    resize: none;
}

input.input-medium,
textarea.input-medium {
    padding: 12px 11px;
    min-width: 293px;
    margin-bottom: 30px;
}

textarea.input-medium {
    min-height: 100px;
    resize: none;
    margin-bottom: 30px;
}

.orange-border {
    border: 1px solid #f77723;
}

.align-center {
    display: block;
    margin: 0 auto;
}

table {
    width: 100%;
    margin-bottom: 18px;
}

table,
th,
td {
    /*border: 1px solid #f4f4f4;*/
    border-collapse: collapse;
}

th {
    font-family: "GothamProBold";
    font-size: 11px;
}

td {
    font-size: 11px;
}

th,
td {
    padding: 12px 10px;
    text-align: center;
    font-size: 12px;
}

.table {
    display: table;
    position: relative;
    width: 100%;
}

.table.table-half-width {
    width: 50%;
}

.table.table-content-p-width {
    box-sizing: border-box;
    padding-right: 405px;
}

.page-content-container.default-content .table.table-half-width {
    padding-top: 13px;
}

.cell {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
}

.cell-25 {
    display: table-cell;
    position: relative;
    width: 25%;
    box-sizing: border-box;
    padding: 0px 14px;
}

.cell-33 {
    display: table-cell;
    position: relative;
    width: 33%;
    box-sizing: border-box;
    padding: 0px 14px;
}

.cell-50 {
    display: table-cell;
    position: relative;
    width: 50%;
    box-sizing: border-box;
    padding: 0px 14px;
}

.cell-67 {
    display: table-cell;
    position: relative;
    width: 67%;
    box-sizing: border-box;
    padding: 0px 14px;
}

.cell-75 {
    display: table-cell;
    position: relative;
    width: 75%;
    box-sizing: border-box;
    padding: 0px 14px;
}

.cell-100 {
    display: table-cell;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 0;
}

.table-row {
    display: table-row;
    position: relative;
}

.table-row .cell.cell-indent {
    padding: 0px 14px;
}

.cell.cell-indent {
    padding: 0px 14px;
}

.table-row .cell.cell-indent:first-child {
    padding-left: 0;
}

.table-row .cell.cell-indent:last-child {
    padding-right: 0;
}

.cell.cell-indent:first-child {
    padding-left: 0;
}

.cell.cell-indent:last-child {
    padding-right: 0;
}

.table-row .cell-50:first-child,
.table-row .cell-25:first-child,
.table-row .cell-33:first-child,
.table-row .cell-67:first-child,
.table-row .cell-75:first-child {
    padding-left: 0;
}

.table-row .cell-50:last-child,
.table-row .cell-25:last-child,
.table-row .cell-33:last-child,
.table-row .cell-67:last-child,
.table-row .cell-75:last-child {
    padding-right: 0;
}

.table-row.with-paragraph .cell-50:first-child,
.table-row.with-paragraph .cell-25:first-child,
.table-row.with-paragraph .cell-33:first-child,
.table-row.with-paragraph .cell-67:first-child,
.table-row.with-paragraph .cell-75:first-child {
    padding-left: 14px;
}

.table-row.with-paragraph .cell-50:last-child,
.table-row.with-paragraph .cell-25:last-child,
.table-row.with-paragraph .cell-33:last-child,
.table-row.with-paragraph .cell-67:last-child,
.table-row.with-paragraph .cell-75:last-child {
    padding-right: 14px;
}

.table-row .cell,
.table-row .cell.cell-indent,
.table-row .cell-25,
.table-row .cell-33,
.table-row .cell-50,
.table-row .cell-67,
.table-row .cell-75,
.table-row .cell-100 {
    padding-bottom: 28px;
}

.page-content-container .table-row .cell,
.page-content-container .cell.cell-indent,
.page-content-container .cell-25,
.page-content-container .cell-33,
.page-content-container .cell-50,
.page-content-container .cell-67,
.page-content-container .cell-75,
.page-content-container .cell-100 {
    line-height: 18px;
}

.padding-disable {
    padding: 0;
}

.table-row.padding-disable .cell,
.table-row.padding-disable .cell.cell-indent,
.table-row.padding-disable .cell-25,
.table-row.padding-disable .cell-33,
.table-row.padding-disable .cell-50,
.table-row.padding-disable .cell-67,
.table-row.padding-disable .cell-75,
.table-row.padding-disable .cell-100 {
    padding-bottom: 0;
}

.cell-vertical-middle {
    vertical-align: middle;
}

.cell-vertical-top {
    vertical-align: top;
}

.subscription-button {
    display: block;
    position: relative;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
    font-family: "GothamProBold";
    font-size: 17px;
    padding: 27px 0px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #f2f2f2;
    border-radius: 10px;
    color: #000;
    border-right: 3px solid #f77723;
    border-bottom: 3px solid #f77723;
}

.subscription-button:hover {
    background-color: #dfdfdf;
}

.page-content {
    display: block;
    position: relative;
    /*margin: 0px 0px 147px;*/
}

.page-content p {
    padding-bottom: 20px;
    font-size: 14px;
}

.page-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 35px;
    margin-bottom: 50px;
    text-transform: uppercase;
}

.page-title.page-title-font-default {
    text-transform: none;
}

.width-100 {
    width: 100%;
}

input.input-small {
    padding: 4px 11px;
}

select.select-small {
    padding: 4px 11px;
}

.page-content-container {
    display: block;
    position: relative;
    box-sizing: border-box;
}

.page-content-container.default-content {
    margin-bottom: 40px;
}

.page-content-container.default-content p {
    box-sizing: border-box;
    font-size: 14px;
    height: 54px;
    overflow: hidden;
    /*padding-right: 405px;*/
}

.page-content-container p {
    display: block;
    position: relative;
    margin-bottom: 18px;
    padding-bottom: 0;
}

.page-content-container ul {
    list-style-position: inside;
    margin-bottom: 18px;
}

h2,
.h2 {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 24px;
    margin-bottom: 10px;
}

h3,
.h3 {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 17px;
    margin-bottom: 21px;
}

h3.margin-top-35,
.h3.margin-top-35 {
    margin-top: 35px;
}

.news_holder {
    font-size: 0;
    list-style: none;
    margin-right: -1%;
    margin-left: -20px;
}

.news_item {
    display: inline-block;
    vertical-align: top;
    width: 33%;
    font-size: 14px;
    padding-left: 20px;
    margin-bottom: 20px;
}

.news_preview {
    padding: 1px 10px;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.15), inset 0 -1px 0 0 rgba(0, 0, 0, 0.2);
}

.news_item .h3 {
    height: 2.1em;
    overflow: hidden;
}

.news_image_w {
    position: relative;
    overflow: hidden;
}

.news_image_w:before {
    content: '';
    display: block;
    padding-bottom: 73.5%;
}

.news_image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.news_image img {
    display: block;
    max-height: 100%;
    max-width: 100%;
}

.text-container {
    display: block;
    position: relative;
    margin-bottom: 32px;
}

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

.tabs-table {
    display: block;
    position: relative;
}

.tabs-table-navigation {
    display: table;
    position: relative;
    padding: 0;
    margin: 0 -18px;
}

.tabs-table-navigation,
.tabs-table-navigation ul {
    list-style-type: none;
}

.tabs-table-tab {
    display: table-cell;
    position: relative;
    vertical-align: bottom;
}

.tabs-table-tab-name {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #D2D2D2;
    margin: 0 18px;
    cursor: pointer;
}

.tabs-table-tab-name a {
    text-decoration: none;
    color: inherit;
}

.tabs-table-tab-name>i {
    display: inline-block;
    position: relative;
    color: #828282;
    font-size: 21px;
    line-height: 6px;
    top: 2px;
    padding-left: 5px;
}


.tabs-table-tab-name:hover {
    color: #f77723;
}

.tabs-table-tab-name:hover>i {
    color: #fff;
}

.tabs-table-tab.active .tabs-table-tab-name {
    color: #2E2E2E;
}


.tabs-table-tab>ul {
    display: none;
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    background: #ededed;
    border: 1px solid #e0e0e0;
    z-index: 999;
}

.tabs-table-tab>ul>li {
    display: block;
    position: relative;
}

.tabs-table-tab>ul>li>a {
    display: block;
    position: relative;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 10px;
}

.tabs-table-tab>ul>li>a:hover {
    background: #f77723;
    color: white;
}

.tabs-table-content {
    display: block;
    position: relative;
    min-height: 200px;
    box-sizing: border-box;
}

.tabs-table-content-item {
    display: none;
    position: relative;
    box-sizing: border-box;
    padding: 30px 0;
}

.tabs-table-content-item.padding-lr-disable {
    padding: 33px 0px 30px;
}

.tabs-table-content-item img {
    width: 130px;
    max-width: 100%;
}

.form-standart {
    display: block;
    position: relative;
}

.form-standart-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    color: #666666;
    margin-bottom: 55px;
    text-transform: uppercase;
}

.form-standart .form-element-wrapper {
    margin-bottom: 30px;
}

.form-element-wrapper .input-medium {
    margin-bottom: 0;
}

.form-standart .form-standart-submit {
    display: block;
    position: relative;
    margin-top: 30px;
}

.form-standart input[type=text],
.form-standart input[type=submit],
.form-standart input[type=password],
.form-standart input[type=button] {
    width: 100%;
}

.table-short-container {
    display: block;
    position: relative;
    margin-bottom: 18px;
}

.table-show-full {
    display: block;
    position: relative;
    margin-top: 23px;
    text-decoration: underline;
    text-align: center;
    color: #808080;
    cursor: pointer;
}

.order-and-delivery .table p {
    padding-right: 0;
}

.order-and-delivery-table {
    margin-bottom: 40px;
}

.image-with-border {
    border: 1px solid #e0e0e0;
    box-sizing: border-box;
}

.upload-files {
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 14px;
}

.upload-file-wrapper {
    display: block;
    position: relative;
    margin-top: 10px;
}

.upload-file-wrapper:first-child {
    margin-top: 0;
}

.upload-file-name {
    display: inline-block;
    position: relative;
}

.upload-file-size {
    display: block;
    position: relative;
    float: right;
}

.upload-file-delete {
    display: block;
    position: relative;
    float: right;
    top: 1px;
    margin-left: 10px;
    cursor: pointer;
}

.tooltip-icon {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 14px;
    height: 14px;
    font-family: "GothamProBold";
    font-size: 11px;
    text-decoration: none;
    color: #fff;
    background-color: #fba972;
    border-radius: 15px;
    box-sizing: border-box;
    padding: 1px 4px;
}

.form-success {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px 50px;
    color: green;
    font-size: 15px;
}

.upload-image {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 22px 13px 26px;
    background-color: #f2f2f2;
    text-align: center;
}

.upload-image input[type=file] {
    display: none;
}

.upload-image .upload-image-value {
    display: block;
    position: relative;
    width: 78px;
    height: 78px;
    background-color: white;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    border-radius: 40px;
    margin: 0px auto 5px;
    border: 1px solid #e6e6e6;
}

.upload-image .upload-image-button {
    display: block;
    position: relative;
    font-size: 12px;
    color: #000;
    margin-bottom: 10px;
}

.upload-image .upload-image-description {
    display: block;
    position: relative;
    font-size: 10px;
    color: #999999;
}

/**Общие конец*/
/**Шапка*/
.top-menu-wrapper {
    display: table;
    position: relative;
    box-sizing: border-box;
    padding: 12px 15px;
    color: #A8A8A8;
    font-size: 14px;
    line-height: 16px;
    width: 100%;
}

.top-menu-wrapper>ul {
    display: table-cell;
    list-style-type: none;
    box-sizing: border-box;
    width: 50%;
}

.top-menu-wrapper>ul>li {
    display: inline-block;
    position: relative;
    margin-right: 30px;
}

/*.top-menu-wrapper>ul>li>a:hover {
    text-decoration: none;
}*/

.top-menu-wrapper>ul.top-menu-right {
    text-align: right;
}

.top-menu-wrapper>ul.top-menu-right>li {
    margin-right: 0;
    margin-left: 30px;
}

.header-wrapper {
    display: table;
    position: relative;
    width: 100%;
}


.header-cell {
    position: relative;
    box-sizing: border-box;
    vertical-align: middle;
}

.header-cell-1 {
    text-align: left;
    width: 280px;
    padding: 16px 50px;
    border-right: 1px solid #e1e1e1;
}

.header-cell-1>a {
    line-height: 16px;
    text-decoration: none;
    color: black;
}

.header-cell-2 {
    text-align: left;
    width: 480px;
    padding: 16px 50px;
}

.header-cell-3 {
    text-align: left;
    width: 225px;
    padding: 16px 25px;
}

.header-cell-4 {
    text-align: right;
    padding-right: 30px;
}

.header-cell-1-upt {
    padding: 0;
    width: 215px;
    border-right: 0;
}
.top-menu-section {
    background: #F9F9F9;
}
.top-menu-wrapper {
    max-width: 1220px;
    margin: 0 auto;
}
.header-cell-1-upt img {
    max-height: 80px;
}
.header-wrapper-flex {
    margin-bottom: 1px;
}
.header-cell-2-upt form {
    display: flex;
    max-width: 175px;
}
.header-cell-2-upt {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: auto;
    max-width: 180px;
    position: relative;
    top: 15px;
    padding-left: 0;
    padding-right: 0;
}

.header-social-items-block {
    max-width: 180px;
}

.header-social-items-block .header-social-links-wrapper {
    position: static;
    margin: 0;
}
.header-cell-2-upt .header-search-wrapper input[type="text"] {
    width: 100%;
}
.header-cell-2-upt .header-search-wrapper input[type="submit"] {
    width: 30px;
}
.header-cell-2-upt .header-search-wrapper input[type="submit"],
.header-cell-2-upt .header-search-wrapper input[type="text"] {
    height: 25px;
    min-height: 25px;
}

.top-menu-wrapper {
    display: flex;
    justify-content: space-between;
}
.top-menu-wrapper > ul {
    width: auto;
    margin: 0;
}
.header-basket-area {
    display: flex;
    align-items: center;
    min-height: 55px;
    padding-left:20px;
}
.header-basket-area .small-cart-icon {
    left: 14px;
    float: none;
}

.header-cell-1-upt {
	margin-right: 30px;
}
.header-cell-2-upt {
	margin-right: 30px;
}
.header-cell-4-upt {
	margin-right: 20px;
}
.header-time-icon {
    text-transform: none;
    background-image: url(/local/images/free-icon-wall-clock-1076435.svg);
}
.header-email-icon {
    text-transform: none;
    background-image: url(/local/images/email.svg);
}
.top-menu-section .top-menu-wrapper>ul>li {
	margin-right: 29px;
}
.header-phone-icon {
    text-transform: none;
    font-family: "GothamProBold";
    font-size: 17px;
    background-image: url(/local/images/free-icon-telephone-126341.svg);
}
.header-contacts-wrapper {
	display: flex;
}
.header-wrapper-flex {
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
    padding: 23px 15px 3px;
}
.header-cell-4-upt {
	padding: 0;
}
.header-cell-3-upt {
	min-width: 410px;
	padding: 0;
	margin-right: 20px;
}
.header-cell-5 {
	display: flex;
}
.header-cell-5:before {
    border-left: 1px solid #ebebeb;
    content: '';
    display: block;
    height: 55px;
    padding-right: 15px;
}
.header-contacts-wrapper .header-contacts-section:first-child {
	margin-right: 40px;
}
.footer-icon.header-icon {
	background-position: left 5px;
	padding: 5px 0;
	font-size: 16px;
	background-size: 18px;
	padding-left: 30px;
	color: #5c5c5c;
}
.header-social-items-block {
	margin-top: 10px;
}
/*.header-compare {
    background-image: url(/images/ico-compare-01-60px.png);
    background-position: center 5px;
    background-repeat: no-repeat;
    background-size: 30px;
    display: block;
    height: 30px;
    min-height: 55px;
    padding-top: 30px;
    position: relative;
}*/
.header-compare-num,
.small-cart-count {
    width: 18px;
    height: 18px;
    top: -9px;
    right: -9px;
    line-height: 18px;
    text-align: center;
    background-color: #f77723;
    border-radius: 16px;
    color: #fff;
    font-size: 12px;
    position: absolute;
}
/*.header-compare-num {
    right: 0;
    top: 0;
}*/
@media screen and (max-width: 1199px){
	.header-contacts-wrapper {
		display: block;
	}
	.header-cell-1-upt img {
		margin: 0;
	}
	.header-cell-3-upt {
		min-width: 100px;
		width: auto;
	}
	.header-cell-1-upt,
	.header-cell-2-upt,
	.header-cell-3-upt,
	.header-cell-4-upt {
		margin: 0;
	}
	.header-wrapper-flex {
		justify-content: space-between;
	}
	.header-contacts-wrapper .header-contacts-section:first-child {
	    margin-right: 0;
	}
	.header-cell-2-upt {
		max-width: 210px;
	}
}
@media screen and (max-width: 991px){
	.header-cell-5 {
		border: none;
	}
	/*.header-wrapper-flex {
		flex-wrap: wrap;
	}*/
	.header-cell-2-upt {
		margin: 0 20px;
	}
	.header-cell-3-upt,
	.header-cell-1-upt {
		width: 30%;

	}
	/*.header-wrapper-flex {
		justify-content: center;
	}*/
}
@media screen and (max-width: 767px){
	.header-cell-2-upt {
		margin: 0;
	}
	.top-menu-wrapper {
		display: block;
	}
	.header-wrapper-flex .header-cart-wrapper {
		max-width: 65px;
		margin: 0 auto;
	}
	.header-cell-1-upt {
		width: 50%;
		margin: 10px 0;
	}
}
@media screen and (max-width: 610px){
	.header-cell-5 {
		width: 100%;
	}
	.header-basket-area {
		justify-content: center;
	}
	.header-cell-3-upt {
		margin-right: 25px;
		width: auto;
	}
	.header-auth-menu {
		margin: 10px 0 0 0;
	}
}
@media screen and (max-width: 480px){
	.header-cell-2-upt {
		max-width: 210px;
		margin: 5px auto;
	}
	.header-cell-1-upt,
	.header-cell-3-upt,
	.header-cell-4-upt,
	.header-cell-5 {
		width: 100%;
		margin: 5px auto;
		text-align: center;
		display: flex;
		justify-content: center;
	}
	.header-basket-area .small-cart-icon {
		left: 15px;
	}
}

.small-cart-icon {
    display: block;
    float: left;
    position: relative;
    width: 28px;
    height: 26px;
    background-image: url(/html/css/../img/header_cart.png);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 11px;
    top: 2px;
}

.header-phone-wrapper {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 16px;
    top: -10px;
}

.header-worktime-wrapper {
    display: block;
    position: relative;
    padding-right: 23px;
    top: -2px;
}

/*.small-cart-count {
    top: -5px;
    right: -6px;
}*/

.small-cart-links {
    display: block;
    float: left;
    position: relative;
    font-size: 13px;
}

.small-cart-links>a {
    display: block;
    position: relative;
}

/*.header-search-wrapper input[type=text] {
    display: block;
    float: left;
    width: 338px;
    height: 34px;
    padding: 8px;
    border-right: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.header-search-wrapper input[type=submit] {
    display: block;
    float: left;
    width: 42px;
    min-height: 34px;
    border-bottom: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-image: url(/html/css/../img/header_search.png);
    background-position: center;
    background-repeat: no-repeat;
}*/

.main-menu-wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0 15px;
}

.main-menu-wrapper>ul {
    display: block;
    position: relative;
    list-style-type: none;
}

.main-menu-wrapper>ul>li {
    display: inline-block;
    position: relative;
}

.main-menu-wrapper>ul>li>a {
    display: block;
    box-sizing: border-box;
    padding: 20px 27px;
    font-family: "GothamProBold";
    font-size: 13px;
    text-decoration: none;
    color: black;
    text-transform: uppercase;
}

.main-menu-wrapper>ul>li>a:hover,
.main-menu-wrapper>ul>li>a.opened,
.main-menu-wrapper>ul>li>a.active {
    color: #f77723;
}

.main-menu-wrapper>ul>li>ul {
    display: none;
    position: absolute;
    min-width: 250px;
    box-sizing: border-box;
    padding: 10px;
    list-style-type: none;
    background-color: white;
    border: 1px solid #ebebeb;
    z-index: 9999;
}

.main-menu-wrapper>ul>li>ul>li {
    display: block;
    position: relative;
}

.main-menu-wrapper>ul>li>ul>li>a {
    display: block;
    position: relative;
    width: 100%;
    font-family: "GothamProRegular";
    font-size: 13px;
    text-decoration: none;
    padding: 5px 0px;
    color: #000;
}

.main-menu-wrapper>ul>li>ul>li>a:hover {
    color: #f77723;
}

input.input-icon-search {
    background-image: url(/html/css/../img/icon_search.png);
    background-position: calc(100% - 4px) 50%;
    background-repeat: no-repeat;
    padding-right: 25px;
}

/**Шапка конец*/
/**Главная страница*/
.main-advices-wrapper {
    border: 1px solid #c6c6c6;
    box-sizing: border-box;
}

.main-advices-bow-image {
    background: url(/html/css/../img/main_bow.png) no-repeat center;
}

.main-advices-arbalest-image {
    background: url(/html/css/../img/main_arbalest.png) no-repeat center;
}

.main-advices-block {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 52px 130px 52px 83px;
}

.main-advices-wrapper .cell-50 {
    border-right: 1px solid #c6c6c6;
}

.main-advices-wrapper .cell-50:nth-child(n + 2) {
    border-right: 0;
}

.main-advices-block-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 33px;
    line-height: 23px;
    text-transform: uppercase;
    padding-bottom: 12px;
    margin-bottom: 15px;
    border-bottom: 3px solid #f77723;
}

.main-advices-block-links {
    display: block;
    position: relative;
}

.main-advices-block-links>a {
    margin-right: 16px;
    font-family: "GothamProBold";
    font-size: 16px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: middle;
    color: #000;
}

.main-advices-block-links>a:hover {
    color: #f77723;
}

i.icon-articles {
    display: inline-block;
    position: relative;
    width: 23px;
    height: 30px;
    background-image: url(/html/css/../img/icon_articles.png);
    background-repeat: no-repeat;
    background-position: center;
}

i.icon-like {
    display: inline-block;
    position: relative;
    width: 33px;
    height: 27px;
    background-image: url(/html/css/../img/icon_like.png);
    background-repeat: no-repeat;
    background-position: center;
}

i.icon-play {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    background-image: url(/html/css/../img/icon_play.png);
    background-repeat: no-repeat;
    background-position: center;
}

.main-advices-block-links a>i {
    margin-right: 8px;
}

.main-advices-block-links a>i.icon-like {
    top: 5px;
}

.main-advices-block-links a>i.icon-play {
    top: 7px;
}

.main-advices-block-links a>i.icon-articles {
    top: 7px;
}

.main-block-wrapper {
    display: block;
    position: relative;
    margin-top: 50px;
}

.main-block-title {
    display: block;
    position: relative;
    text-align: center;
    font-family: "GothamProBold";
    font-size: 35px;
    line-height: 26px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.main-catalog-menu {
    margin-bottom: 35px;
    box-sizing: border-box;
}

.main-catalog-menu-cell-content {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 52px 28px 45px 150px;
    text-align: right;
    text-decoration: none;
    font-family: "GothamProBold";
    font-size: 23px;
    color: #000;
    background-position: 0 0;
    background-repeat: no-repeat;
}

.main-catalog-menu .cell-33 {
    height: 123px;
    border-right: 1px solid #c6c6c6;
}

.main-catalog-menu .cell-33:last-child {
    border-right: 0;
}

.main-catalog-menu-cell-content:hover {
    color: #f77723;
}

.blog-items-wrapper {
    display: table;
    position: relative;
    width: 100%;
}

.blog-items-row {
    display: block;
    position: relative;
    margin-bottom: 22px;
}

.blog-items-row:last-child {
    margin-bottom: 0;
}

.blog-item {
    display: table-cell;
    position: relative;
    width: 385px;
    min-height: 345px;
    padding: 0px 12px;
}

.blog-item:first-child {
    padding-left: 0;
}

.blog-item:last-child {
    padding-right: 0;
}

.blog-item-image {
    display: block;
    position: relative;
    width: 384px;
    height: 200px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
}

.blog-item-image-date {
    display: block;
    position: absolute;
    font-size: 13px;
    top: 98px;
    left: 25px;
}

.blog-item-image-title {
    display: block;
    position: absolute;
    font-family: "GothamProBold";
    font-size: 17px;
    line-height: 19px;
    width: 250px;
    top: 130px;
    left: 25px;
    text-transform: uppercase;
}

.blog-item-preview-text {
    display: block;
    position: relative;
    margin-top: 22px;
    line-height: 18px;
}

.blog-item-preview-link {
    display: block;
    position: relative;
    margin-top: 10px;
}

.blog-item-preview-link>a {
    font-size: 13px;
    color: #858484;
}

.main-articles-big {
    display: block;
    position: relative;
    width: 100%;
    height: 431px;
}

.main-articles-middle {
    display: block;
    position: relative;
    width: 100%;
    height: 212px;
}

.main-articles-small {
    display: block;
    position: relative;
    width: 100%;
    height: 160px;
}

.main-articles-big>a,
.main-articles-middle>a,
.main-articles-small>a {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    font-size: 13px;
    color: black;
}

.main-articles-wrapper {
    margin: 0 -10px;
}

.main-articles-wrapper .table {
    box-sizing: border-box;
    /*border: 1px solid #e6e6e6;*/
}

.main-articles-wrapper .table .main-articles-big,
.main-articles-wrapper .table .main-articles-small {
    border: 1px solid #e6e6e6;
}

.main-articles-wrapper .table .cell-25,
.main-articles-wrapper .table .cell-50 {
    box-sizing: border-box;
    padding: 0 10px;
    vertical-align: top;
    /*border-right: 1px solid #e6e6e6;*/
}

.main-articles-wrapper .table .cell-25:last-child,
.main-articles-wrapper .table .cell-50:last-child {
    border-right: 0;
}

/*.main-articles-wrapper .table,*/
.main-articles-middle {
    border-bottom: 7px solid #f77723;
}

.main-articles-middle:last-child {
    border-bottom: 0;
}

.main-articles-big,
.main-articles-middle,
.main-articles-small {
    background-position: top right;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-articles-big .main-articles-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-right: 110px;
}

.main-articles-middle .main-articles-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    text-transform: uppercase;
    font-size: 23px;
    margin-bottom: 20px;
    box-sizing: border-box;
    padding-right: 160px;
}

.main-articles-small .main-articles-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 17px;
    text-transform: uppercase;
    margin-bottom: 20px;
    min-height: 57px;
}

.main-articles-link {
    text-decoration: underline;
}

.main-articles-big>a:hover .main-articles-link,
.main-articles-middle>a:hover .main-articles-link,
.main-articles-small>a:hover .main-articles-link {
    color: #f77723;
}

.main-articles-big>a {
    padding: 120px 225px 30px 42px;
    box-sizing: border-box;
}

.main-articles-middle>a {
    padding: 36px 160px 30px 42px;
    box-sizing: border-box;
}

.main-articles-small>a {
    padding: 35px 125px 30px 20px;
    box-sizing: border-box;
}

.main-articles-preview-text {
    display: block;
    position: relative;
    margin-bottom: 16px;
    line-height: 18px;
}

.review-item,
.review-item-preview {
    display: block;
    position: relative;
    line-height: 18px;
}

.review-item {
    margin-bottom: 26px;
}

.review-item-info {
    display: table;
    position: relative;
    margin-bottom: 30px;
}

.review-item-info-left {
    display: table-cell;
    position: relative;
    width: 190px;
}

.review-item-info-left img {
    display: block;
    position: relative;
    max-width: 100%;
    min-width: 190px;
    box-sizing: border-box;
    border: 1px solid #cfcece;
}

.review-item-info-right {
    display: table-cell;
    position: relative;
    width: 396px;
    vertical-align: bottom;
    box-sizing: border-box;
    padding-left: 17px;
}

.review-item-info-right_name {
    display: block;
    position: relative;
    margin-bottom: 14px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
    color: #000;
}

.review-item-info-right_name>a {
    color: #000;
}

.review-item-info-right_date {
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.review-item-info-right_date>a {
    display: inline-block;
    position: relative;
    font-size: 14px;
    color: #767676;
    margin-right: 20px;
}

.review-item-info-right_rating {
    display: block;
    position: relative;
}

.main-block-wrapper p {
    padding-bottom: 0;
}

/**Главная страница конец*/
/**Каталог главная страница*/
.main-catalog-table {
    min-height: 2500px;
    margin-bottom: 50px;
}

.main-catalog-title {
    display: block;
    position: relative;
    box-sizing: border-box;
    text-align: center;
    border-bottom: 7px solid #f77723;
    font-family: "GothamProBold";
    font-size: 22px;
    text-transform: uppercase;
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
}

.main-catalog-title>a {
    display: block;
    position: relative;
    text-transform: uppercase;
    text-decoration: none;
    padding: 10px;
    color: #000;
}

.main-catalog-title>a:hover {
    color: #f77723;
}

.main-catalog-section {
    display: block;
    position: relative;
    margin-top: 62px;
    box-sizing: border-box;
    border: 1px solid #c6c6c6;
}

.main-catalog-section:before {
    display: block;
    position: relative;
    margin-top: 62px;
    box-sizing: border-box;
    padding: 0;
    border: 1px solid #c6c6c6;
}

.main-catalog-section-title {
    line-height: 76px;
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    border: 4px solid #fff;
    padding: 0;
}

.main-catalog-section-title a {
    color: #fff;
    text-shadow: 0px 1px 6px #000;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.main-catalog-section-preview {
    display: block;
    position: relative;
    font-size: 16px;
    line-height: 26px;
}

.main-catalog-section-preview>a {
    color: #4d4d4d;
}

.main-catalog-section:hover a {
    color: #f77723;
}

/**Каталог главная конец*/
/**Страница товара*/
.product-left-cell {
    width: 490px;
}

.product-right-cell {
    width: 710px;
    padding-left: 20px;
    font-size: 13px;
}

.product-images-slider.flexslider {
    border-bottom: 0;
}

.products-item-tip_holder {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    overflow: hidden;
    height: 80px;
}

.products-item-is_new {
    display: block;
    position: absolute;
    top: 15px;
    left: -55px;
    font-size: 16px;
    box-sizing: border-box;
    padding: 2px 0;
    text-align: center;
    color: white;
    background-color: #f87822;
    width: 200px;
    transform: rotate(-28deg);
    text-transform: uppercase;
}

.product-images-slider .flex-viewport {
    max-height: initial;
}

.product-images-slider.flexslider .slides img {
    /*border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 12px;*/
    max-width: 77%;
}

.product-images-slider .flex-control-thumbs img {
    opacity: 1;
    height: 100%;
    transition: none;
}

.product-images-slider .flex-control-thumbs li {
    width: 20%;
    box-sizing: border-box;
    border-top: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    height: 59px;
}

.product-images-slider .flex-control-thumbs img.flex-active {
    border: 1px solid #f77723;
    box-sizing: border-box;
}

.product-images-slider .flex-control-thumbs li:last-child {
    border-right: 1px solid #d5d5d5;
}

.flex-control-thumbs li.flex-control-thumbs-lineup {
    border-top: 0;
}

.flex-control-thumbs li.flex-control-thumbs-rightline {
    border-right: 1px solid #d5d5d5;
}

.product-images-slider .flex-control-thumbs {
    margin: 32px 0 0;
}

.product-title {
    display: block;
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 35px;
    margin-top: 5px;
}

.features-favorites {
    display: flex;
}
.features-favorites .btn-to-compare {
    background-position: left;
    height: 20px;
    margin: 15px 10px 0 0;
    padding: 0 0 0 30px;
    text-decoration: none;
}
.features-favorites .btn-to-compare:active,
.features-favorites .btn-to-compare:focus,
.features-favorites .btn-to-compare:hover {
    text-decoration: underline;
}
@media screen and (max-width: 767px) {
    .features-favorites {
        display: block;
    }
    .features-favorites .btn-to-compare {
        margin-bottom: 15px;
    }
}

.product-features {
    list-style: none;
    padding: 0;
    margin: 15px -5px;
}

.product-features li {
    display: inline-block;
    vertical-align: top;
    margin: 5px;
}

.product-title-info {
    margin-bottom: 30px;
}

.product-art {
    padding-right: 15px;
}

.product-title-info .cell:last-child {
    text-align: right;
}

.product-title-info .cell:last-child a {
    margin-right: 12px;
    color: black;
}

.product-title-info .cell:last-child a:last-child {
    margin-right: 0;
}

.table-row .cell-50.product-options-wrapper {
    box-sizing: border-box;
}

.table-row .cell-50.product-options-wrapper li {
    list-style-position: inside;
}

.product-color-selector>ul {
    list-style-type: none;
}

.product-color-selector>ul>li {
    display: inline-block;
    width: 26px;
    height: 26px;
    margin-right: 2px;
    border-radius: 13px;
    box-sizing: border-box;
    cursor: pointer;
}

.product-color-selector>ul>li.active {
    position: relative;
    border: 2px solid #f77723;
    width: 28px;
    height: 28px;
    border-radius: 14px;
    top: 1px;
}

#product_form_options .form-element-wrapper {
    margin-bottom: 10px;
}

#product_form_options .form-element-wrapper input[type=number] {
    width: 86px;
}

#product_form_options .form-element-wrapper input[type=text] {
    width: 100%;
}

#product_form_options .form-element-title {
    margin-bottom: 7px;
    font-size: 13px;
}

.product-color-selector-result {
    display: inline-block;
    font-weight: normal;
    margin-left: 12px;
}

.checkout-1click {
    display: inline-block !important;
    width: 150px !important;
}

.form input.request-button-link,
.request-button-link {
    display: block;
    width: 100%;
    position: relative;
    font-family: "GothamProBold";
    font-size: 12px;
    padding: 10px 13px;
    line-height: 12px;
    border: 1px solid #f77723;
    background-color: #f77723;
    border-radius: 5px;
    color: white;
    text-align: center;
    text-decoration: none;
    box-sizing: border-box;
}

.request-button-link:hover {
    color: white;
    background-color: #f06f1a;
    border: 1px solid #f06f1a;
}

.form-request {
    margin-top: 20px;
}

.form-request-description {
    position: relative;
    text-decoration: underline;
    padding: 2px 8px 2px 0px;
    box-sizing: border-box;
}

.product-purchase-wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
}

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

.product-purchase_old-price {
    display: block;
    position: relative;
    margin-bottom: 12px;
    padding-left: 6px;
}

.product-purchase_old-price-value {
    font-family: "GothamProBold";
    display: inline-block;
    margin-left: 65px;
    text-decoration: line-through;
    text-decoration-color: #f77723;
    text-align: right;
}

.product-purchase_difference {
    display: block;
    position: relative;
    margin-bottom: 180px;
    padding-left: 6px;
}

.product-purchase_difference-value {
    font-family: "GothamProBold";
    display: inline-block;
    margin-left: 52px;
    text-align: right;
    min-width: 77px;
}

.product-purchase_price {
    display: block;
    position: relative;
}

.product-purchase_price-row {
    display: flex;
    align-items: center;
}

.product-purchase_price-value {
    display: inline-block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 25px;
    margin-left: 5px;
}

.product-purchase-buttons .cell-50>a {
    display: block;
    position: relative;
    font-size: 13px;
    color: black;
    margin-bottom: 6px;
}

.product-purchase-buttons .cell-50>a:last-child {
    margin-bottom: 0;
}

.table .cell-50.product-purchase-right {
    padding-left: 30px;
}

.product-tabs-table {
    display: block;
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 40px;
}

.product-tabs-title {
    display: block;
    position: relative;
    padding-top: 10px;
    padding-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}

.popular-items-title {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding-top: 10px;
    padding-bottom: 36px;
    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}

.popular-items {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px 57px 0px 43px;
}

.popular-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-bottom: 27px;
}

.popular-item-image {
    display: block;
    position: relative;
    width: 200px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
}

.popular-item-image .products-item-image_video {
    font-size: 9px;
    bottom: 6px;
    top: initial;
}

.popular-item-image i.icon-video {
    width: 11px;
    height: 8px;
    background-image: url(/html/css/../img/icon_video_small.png);
}

.popular-item-image img {
    display: block;
    position: relative;
    width: 200px
}

.popular-item-name {
    display: block;
    position: relative;
    margin-top: 8px;
    text-align: center;
    color: black;
    font-size: 15px;
}

.popular-item-name>a {
    color: #000;
}

.popular-item-price {
    display: block;
    position: relative;
    margin-top: 12px;
    text-align: center;
    font-family: "GothamProBold";
    font-size: 17px;
}

.add-to-cart.request-button-link {
    text-transform: uppercase;
}

.product-description-table {
    display: block;
    position: relative;
    float: left;
    width: 490px;
    z-index: 1;
}

.product-description-table .cell:first-child {
    width: 465px;
    vertical-align: top;
}

.product-description-table .cell:last-child {
    box-sizing: border-box;
    padding: 26px 64px 26px 105px;
    vertical-align: top;
}

.product-description-table .cell.no-padding {
    padding: 0;
}

.c-rating-bigstars .c-rating__item:hover,
.c-rating-bigstars .c-rating__item.is-active {
    background-image: url(/html/css/../img/stars_active_big.png);
}

.c-rating-bigstars .c-rating__item {
    display: block;
    position: relative;
    float: left;
    width: 22px;
    height: 23px;
    padding: 0px 2px 0px 2px;
    background-image: url(/html/css/../img/stars_inactive_big.png);
}

.c-rating-bigstars.c-rating.disabled .c-rating__item:hover {
    width: 22px;
    height: 23px;
    background-image: url(/html/css/../img/stars_inactive_big.png);
}

.c-rating-bigstars.c-rating.disabled .c-rating__item.is-active:hover {
    width: 22px;
    height: 23px;
    background-image: url(/html/css/../img/stars_active_big.png);
}

.product-description-content a {
    display: inline-block;
    color: black;
}

.product-description-rating {
    display: block;
    position: relative;
    margin-bottom: 18px;
    height: 23px;
}

.product-description-rating-text {
    display: inline-block;
    font-family: "GothamProBold";
    font-size: 15px;
    padding: 5px 0px 5px 12px;
    box-sizing: border-box;
}

.product-description-reviews {
    display: block;
    position: relative;
    margin-bottom: 23px;
}

.product-description-reviews>a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    color: #000;
    font-size: 13px;
}

.product-description-guideline {
    display: block;
    position: relative;
    margin-bottom: 11px;
}

.product-description_guideline-title {
    display: block;
    position: relative;
    margin-bottom: 6px;
}

.product-description_guideline-value {
    display: block;
    position: relative;
}

.product-guideline {
    display: inline-block;
    position: relative;
    list-style-type: none;
    top: -1px;
}

.product-guideline>li {
    display: inline-block;
    position: relative;
    width: 21px;
    height: 6px;
    box-sizing: border-box;
    border: 1px solid #e2e2e2;
    margin-right: 3px;
}

.product-guideline>li.active {
    background: #f77723;
}

.product-description-content {
    display: block;
    position: relative;
    box-sizing: border-box;
    font-size: 15px;
}
.product-description-content p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.product-description_video-table {
    margin-bottom: 0;
    display: table;
    position: relative;
}

.video-table-first-row,
.video-table-four-row {
    display: table-row;
    position: relative;
}

.product-description-table .video-table-first-row .cell {
    padding: 0px 0px 10px 0px;
}

.video-table-first-row .cell a,
.video-table-four-row .cell a {
    display: block;
    float: left;
    position: relative;
}

.video-table-first-row .cell a>img {
    display: block;
    position: relative;
    width: 100%;
}

.video-table-four-row .cell a>img {
    display: block;
    position: relative;
    width: 108px;
}

.product-description-table .video-table-four-row .cell {
    padding: 0px 11px 0px 0px;
    width: initial;
}

.product-description-table .video-table-four-row .cell:last-child {
    padding: 0;
}

i.icon-big-play-video {
    display: block;
    position: absolute;
    width: 46px;
    height: 34px;
    z-index: 1;
    top: calc(50% - 17px);
    left: calc(50% - 23px);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/html/css/../img/icon_play_video.png);
}

i.icon-small-play-video {
    display: block;
    position: absolute;
    width: 28px;
    height: 20px;
    z-index: 1;
    top: calc(50% - 10px);
    left: calc(50% - 14px);
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(/html/css/../img/icon_play_small_video.png);
}

.product-tabs-table.no-border {
    border: 0;
    padding: 0;
}

.product-reviews-wrapper {
    display: block;
    position: relative;
}

.product-reviews-add {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 0px 33px 33px 33px;
    border-bottom: 3px solid #f77723;
}

.product-reviews-add-banner,
.product-reviews-add-banner>a {
    display: block;
    position: relative;
}

.product-reviews-add-banner>a>img {
    display: block;
    position: relative;
    width: 100%;
}

.product-reviews-add-button {
    display: block;
    position: relative;
    margin-top: 28px;
    text-align: left;
}

.product-reviews-add-button .subscription-button {
    width: initial;
    padding: 16px 23px;
    font-family: "GothamProRegular";
    font-size: 14px;
    display: inline-block;
    line-height: 12px;
}

.product-reviews-navigation {
    display: block;
    position: relative;
    padding: 34px 0px 34px 33px;
    border-bottom: 1px solid #cfcfcf;
    margin-bottom: 33px;
}

.product-reviews-navigation .header-search-wrapper,
.product-reviews-navigation {
    display: block;
    position: relative;
}

.product-reviews-navigation .header-search-wrapper,
.product-reviews-navigation .cell:first-child {
    width: 262px;
}

.product-reviews-navigation .cell:first-child {
    padding-right: 12px;
}

.product-reviews-navigation .header-search-wrapper input[type=text] {
    width: 220px;
    height: 32px;
}

.product-reviews-navigation .header-search-wrapper input[type=submit] {
    height: 32px;
    min-height: 32px;
}

.product-reviews-navigation-sort {
    display: block;
    position: relative;
    font-size: 14px;
    width: 100%;
    box-sizing: border-box;
}

.product-reviews-navigation-sort>a {
    display: block;
    position: relative;
}

.product-reviews-navigation-sort>a.active {
    color: #acacac;
    text-decoration: none;
}

.product-reviews-navigation .cell {
    vertical-align: middle;
}

.reviews-wrapper-left {
    width: 920px;
}

.product-reviews-items {
    display: block;
    position: relative;
}

.product-reviews-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 20px 33px 0px;
}

.product-reviews-item-base {
    display: table;
    position: relative;
    width: 100%;
}

.product-reviews-item_column-left,
.product-reviews-item_column-center,
.product-reviews-item_column-right {
    display: table-cell;
    position: relative;
    box-sizing: border-box;
    vertical-align: top;
}

.product-reviews-item_column-left {
    width: 190px;
    padding-right: 9px;
    color: #808080;
}

.product-reviews-item_column-left ul {
    list-style-position: inside;
    margin-top: 3px;
}

.product-reviews-item_column-left ul>li {
    line-height: 15px;
}

.product-reviews-item_column-left ul>li>span {
    margin-left: -10px;
    line-height: 16px;
}

.product-reviews-item_column-center {
    width: 493px;
    padding-left: 9px;
    padding-right: 9px;
    font-size: 13px;
}

.product-reviews-item_column-right {
    padding-left: 9px;
}

.product-reviews-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 16px;
    padding-bottom: 20px;
}

.product-reviews_video-items {
    display: block;
    position: relative;
    margin-top: 30px;
}

.product-reviews_video-item {
    display: inline-block;
    position: relative;
    padding-right: 16px;
}

.product-reviews_video-image {
    display: block;
    position: relative;
    height: 105px;
    box-sizing: border-box;
    border: 1px solid #cfcfcf;
    overflow: hidden;
    text-align: center;
}

.product-reviews_video-image img {
    max-width: 100%;
    max-height: 100%;
}

.product-reviews_video-link {
    display: block;
    position: relative;
    padding-top: 12px;
}

.product-reviews_video-link>a {
    color: black;
}

.product-reviews-rating {
    display: block;
    position: relative;
    margin-bottom: 20px;
    height: 23px;
}

.product-reviews-userpic {
    display: block;
    position: relative;
    text-align: center;
}

.product-reviews-userpic img {
    border-radius: 100px;
    width: 70px;
    height: 70px;
}

.product-reviews-username {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 10px;
    line-height: 15px;
}

.product-reviews-userinfo {
    display: block;
    position: relative;
    margin-top: 18px;
}

.product-reviews-item-mark {
    display: block;
    position: relative;
    box-sizing: border-box;
    margin-top: 30px;
    margin-left: -33px;
    margin-right: -33px;
    margin-bottom: 33px;
    padding: 24px 0px;
    text-align: center;
    border-top: 1px solid #cfcfcf;
    border-bottom: 3px solid #f77723;
    font-size: 14px;
}

.product-reviews-item-mark>a {
    color: black;
    margin-left: 13px;
}

/**Страница товара конец*/
/**Каталог*/
.banner-top-wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
    /*margin-bottom: 50px;*/
}

.banner-top-wrapper.orange {
    border: 0;
    margin-bottom: 45px;
    border-bottom: 5px solid #f77723;
}

.banner-top-wrapper>a {
    display: block;
    position: relative;
    width: 100%;
}

.banner-top-wrapper>a>img,
.banner-top-wrapper>img {
    display: block;
    position: relative;
    width: 100%;
}

.page-cells-wrapper {
    min-height: 2500px;
    box-sizing: border-box;
    margin-bottom: 50px;
}

.page-cell-left {
    display: table-cell;
    width: 230px;
    padding-right: 10px;
    vertical-align: top;
}

.page-cell-right {
    vertical-align: top;
}

.banner-left-wrapper {
    max-width: 100%;
    display: block;
    position: relative;
    margin-bottom: 25px;
    overflow: hidden;
}

.banner-left-wrapper a,
.banner-left-wrapper a>img {
    display: block;
    position: relative;
    width: 100%;
}

.filter-wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 25px 12px;
    margin-bottom: 25px;
    background-color: #f2f2f2;
}

.checkboxes-wrapper .icr-item {
    margin-right: 5px;
}

.checkboxes-wrapper .icr-label {
    padding-bottom: 7px;
}

.form-element-wrapper {
    display: block;
    position: relative;
    margin-bottom: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #cac9c9;
}

.form-element-wrapper.no-bottom-border {
    padding-bottom: 0;
    border-bottom: 0;
}

.form-element-hint {
    display: block;
    position: absolute;
    top: -20px;
    right: 10px;
    color: #a8a6a6;
    font-size: 13px;
}

.form-element-hint>a {
    color: #a8a6a6;
}

.producer_icon {
    position: relative;
    z-index: 1;
    float: right;
    margin: 0 0 10px 10px;
}

.form-element-title {
    display: block;
    position: relative;
    /*font-size: 14px;*/
    /*font-weight: bold;*/
    font-size: 14px;
    margin-bottom: 20px;
    /*font-size: 13px;*/
}

.select-small .simpleselect {
    height: 23px;
    box-sizing: border-box;
}

.select-small .simpleselect .placeholder {
    padding: 4px 11px;
}

input[type=button].buttom-orange-small {
    padding: 7px 30px;
    font-family: "GothamProBold";
    font-size: 13px;
    border-bottom: 0;
    border-left: 2px solid #b1b1b1;
    border-bottom: 2px solid #b1b1b1;
}

.form-filter-submit {
    display: block;
    position: relative;
    text-align: center;
}

.form-filter-submit>input[type=submit],
.form-filter-submit>input[type=button] {
    display: block;
    position: relative;
    margin: 0 auto 10px;
}

.form-filter-submit>a {
    display: block;
    position: relative;
    margin: 0 auto;
    color: #000;
}

.product-category-item {
    display: block;
    position: relative;
    height: 86px;
    box-sizing: border-box;
    background-position: left top;
    background-size: cover;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.product-category-item:hover {
    opacity: 0.7;
}

.product-category-item a span {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}

.product-category-item>a, .product-category-item>span.a{
    display: block;
    position: relative;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 32px 18px 8px 100px;
    font-family: "GothamProBold";
    color: #000;
    text-decoration: none;
}
.product-category-item span.a {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.2;
}
.product-category-item>span.a {
    background-size: cover;
    min-height: 100%;
    background-position: center;
    padding: 0;
    text-align: center;
    font-weight: 500;
    font-size: 24px;
    line-height: 86px;
    color: #fff;
    font-family: 'Roboto', sans-serif;
}
.product-category-item>a:hover {
    color: #f77723;
}

.products-filter-wrapper {
    box-sizing: border-box;
    padding: 10px 0px;
    margin-bottom: 55px;
}

.products-filter-cell-1,
.products-filter-cell-2,
.products-filter-cell-3 {
    display: table-cell;
    position: relative;
    vertical-align: top;
}

.products-filter-cell-1 {
    /*width: 520px;*/
}

.products-filter-cell-3 {
   /* width: 238px;*/
}

.select-count-wrapper {
    width: 60px;
}

.products-filter-description {
    height: 13px;
    font-family: "GothamProBold";
    margin-right: 18px;
    padding: 6px 18px 6px 0px;
}

.products-filter-sort-holder {
    position: relative;
    display: inline-block;
    vertical-align: top;
    z-index: 1;
}

.products-filter-sort-order {
    display: flex;
    flex-flow: column;
    flex-wrap: nowrap;
    list-style-type: none;
    position: absolute;
    top: -2px;
    left: 0;
    padding: 2px;
    background: #fff;
}

.products-filter-sort-order>li {
    display: none;
    padding: 0;
    white-space: nowrap;
}

.products-filter-sort-order>li.active {
    display: block;
    order: -10;
}

.products-filter-link {
    display: block;
    position: relative;
    padding: 6px 0px;
    text-align: center;
}

.products-filter-link a.active,
.products-filter-sort-order a.active {
    text-decoration: none;
    color: #acacac;
}

.products-filter-sort-order a {
    display: block;
}

.products-filter-sort-holder:hover .products-filter-sort-order {
    box-shadow: 0 1px 2px rgba(0, 0, 0, .5);
}

.products-filter-sort-holder:hover .products-filter-sort-order li {
    display: block;
}

.products-filter-sort-order .active a {
    cursor: default;
    text-decoration: none;
    color: #acacac;
}

.category-menu-wrapper {
    display: block;
    position: relative;
    margin-bottom: 25px;
    box-sizing: border-box;
    border: 1px solid #d1d1d1;
    font-size: 13px;
}

.category-menu-wrapper>ul,
.category-menu-wrapper>ul>li>ul {
    display: block;
    position: relative;
    list-style-type: none;
}

.category-menu-wrapper>ul>li>ul {
    display: none;
}

.category-menu-wrapper>ul>li,
.category-menu-wrapper>ul>li>ul>li {
    display: block;
    position: relative;
}

.category-menu-wrapper>ul>li>a,
.category-menu-wrapper>ul>li>ul>li>a {
    display: block;
    position: relative;
    box-sizing: border-box;
    color: #000;
    border-bottom: 1px solid #d1d1d1;
}

.category-menu-wrapper>ul>li>a.active,
.category-menu-wrapper>ul>li>ul>li>a.active,
.category-menu-wrapper ul>li>a:hover {
    color: white;
    background-color: #f77723;
}

.category-menu-wrapper>ul>li>a {
    padding: 5px 10px;
}

.category-menu-wrapper>ul>li>ul>li>a {
    padding: 5px 10px 5px 27px;
}

/**Каталог конец*/
/**Корзина*/
.icon-cart-delete {
    display: inline-block;
    position: relative;
    width: 13px;
    height: 13px;
    background-image: url(/html/css/../img/cart_item_delete.png);
    background-position: center;
    background-repeat: no-repeat;
}

.cart-wrapper {
    display: block;
    position: relative;
}

.cart-items-table {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 36px;
}

.cart-item-row {
    display: table-row;
    position: relative;
}

.cart-item-row.cart-table-header .cart-item-cell-1,
.cart-item-row.cart-table-header .cart-item-cell-2,
.cart-item-row.cart-table-header .cart-item-cell-3,
.cart-item-row.cart-table-header .cart-item-cell-4,
.cart-item-row.cart-table-header .cart-item-cell-5,
.cart-item-row.cart-table-header .cart-item-cell-6 {
    font-family: "GothamProBold";
    font-size: 18px;
    padding-top: 0;
    padding-bottom: 25px;
    text-transform: uppercase;
}

.cart-item-cell-1,
.cart-item-cell-2,
.cart-item-cell-3,
.cart-item-cell-4,
.cart-item-cell-5,
.cart-item-cell-6 {
    display: table-cell;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
    padding-bottom: 20px;
}

.cart-item-cell-1 {
    width: 285px;
    padding-right: 20px;
    box-sizing: content-box;
}

.cart-item-cell-1 img {
    display: block;
    position: relative;
    max-width: 100%;
    box-sizing: border-box;
    border: 1px solid #e8e8e8;
}

.cart-item-cell-3 {
    padding-top: 5px;
}

.cart-item-cell-4 .quantity {
    width: 66px;
}

.cart-item-cell-5 {
    padding-top: 5px;
}

.cart-item-cell-6 {
    padding-top: 5px;
}

.cart-item-delete {
    display: block;
    position: relative;
    float: left;
    cursor: pointer;
}

.cart-item-art {
    display: block;
    position: relative;
    font-size: 10px;
    color: #7f7f7f;
    margin-bottom: 10px;
}

.cart-item-name {
    display: block;
    position: relative;
    margin-bottom: 15px;
    font-size: 13px;
}

.cart-item-name>a {
    color: #000;
}

.cart-item-options {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.cart-item-option {
    display: block;
    position: relative;
    margin-bottom: 7px;
    font-size: 12px;
}

.cart-item-actions {
    display: block;
    position: relative;
    font-size: 12px;
}

.cart-item-actions>a {
    display: inline-block;
    position: relative;
    margin-right: 8px;
}

.cart-summary-table {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}

.cart-summary-left,
.cart-summary-right {
    display: table-cell;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
}

.cart-summary-left {
    /*padding-right: 580px;*/
    width: 811px;
}

.cart-summary-left .top-menu-left {
    float: right;
    width: 63.2%;
    list-style: none;
    padding-top: 38px;
}

.cart-summary-left .top-menu-left+.cart-summary-left-wrapper {
    float: left;
    margin-bottom: 30px;
}

.cart-summary-left .top-menu-left li {
    float: left;
    margin-right: 20px;
}

.cart-summary-left-wrapper {
    display: block;
    position: relative;
    border-left: 5px solid #f77723;
    padding-left: 12px;
}

.cart-summary-left_title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    text-transform: uppercase;
}

.cart-summary-left_phone {
    display: block;
    position: relative;
    font-size: 13px;
    margin-top: 15px;
}

.cart-summary-left_links {
    display: block;
    position: relative;
    font-size: 13px;
    margin-top: 15px;
}

.cart-summary-left_links>a {
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.cart-summary-left_links>a:last-child {
    margin-bottom: 0;
}

.cart-summary-right {
    background-color: #f6f6f6;
}

.cart-summary_promo-code {
    display: block;
    position: relative;
    padding: 11px 17px;
    border-bottom: 2px solid #f6b78d;
}

.cart-summary_total-price {
    display: block;
    position: relative;
    padding: 15px 17px 0px;
    line-height: 14px;
}

.cart-summary_total-bonus {
    padding: 11px 17px 21px;
    box-sizing: border-box;
    line-height: 14px;
}

.cart-total-price-text {
    font-family: "GothamProBold";
    font-size: 18px;
    text-transform: uppercase;
}

.cart-total-price-description {
    display: block;
    position: relative;
    font-size: 10px;
    color: #7f7f7f;
    font-family: "GothamProRegular";
    text-transform: none;
    padding-top: 8px;
}

.cart-total-price,
.cart-summary-value {
    text-align: right;
    font-family: "GothamProBold";
    font-size: 16px;
}

.cart-total-bonus {
    display: inline-block;
    position: relative;
}

.cart-summary-text {
    font-family: "GothamProBold";
    font-size: 16px;
    text-transform: uppercase;
}

.cart-summary-right.no-background {
    background-color: transparent !important;
}

.cart-description {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #f6b78d;
    padding: 33px 33px 23px;
    color: #7f7f7f;
    font-size: 11px;
    text-align: justify;
    line-height: 21px;
    text-align: center;
}

.cart-buttons {
    display: block;
    position: relative;
    margin-top: 34px;
}

.cart-buttons .subscription-button {
    font-size: 15px;
    padding: 12px 0px;
    background-color: #f77723;
    color: #fff;
    border-right: 0;
    border-bottom: 2px solid #ccc;
    border-radius: 5px;
}

.cart-buttons .subscription-button:hover {
    background-color: #f06f1a;
}

.promo-code-text {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 14px;
    text-transform: uppercase;
}

.promo-code-inputs {
    text-align: right;
}

.cart-promo-code-form input[type=text] {
    width: 86px;
}

.cart-promo-code-form input[type=submit] {
    border: 0;
    background-color: transparent;
    background-image: url(/html/css/../img/cart_button_promo.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 19px;
    height: 19px;
}

.cart-promo-code-form input[type=submit]:hover {
    background-color: transparent;
}

.products-row.new-row:not(.dvslider) {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    /*column-gap: 48px;*/
    column-gap: 12px;
    width: 100%;
}

.main-block-wrapper .products-row.new-row:not(.dvslider) {
    column-gap: 48px;
}

.basket-carusel .products-row.new-row {
    display: block;
}

.basket-carusel .dv-tech {
    min-height: 41px;
}

.dvslider .slick-prev {
    left: -35px;
}

.dvslider .slick-next {
    right: -35px;
}

.products-container-wrapper {
    display: block;
    position: relative;
}

.products-wrapper {
    display: block;
    position: relative;
}

.products-row {
    position: relative;
    margin-bottom: 25px;
}

.dvslider .products-item {
    margin: 0 20px;
}

.products-item {
    position: relative;
    box-sizing: border-box;
    background: #FFFFFF;
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
    padding: 24px 21px 30px;
    width: 100%;
}

.products-item-images {
    display: block;
    position: relative;
    margin-bottom: 10px;
    height: 169px;
}

.products-item-images-left {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
    width: 245px;
    height: 169px;
    overflow: hidden;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
}

.products-item-images-right {
    display: block;
    position: relative;
    float: left;
    margin-bottom: 10px;
    width: 108px;
    height: 78px;
}

.products-item-images-right>a {
    display: block;
    position: relative;
    overflow: hidden;
    margin-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #d5d5d5;
}

.products-item-images-right>a>img {
    display: block;
    position: relative;
    width: 100%;
}

.products-item-images-right>a>i {
    display: block;
    position: absolute;
    left: calc(50% - 9px);
    top: calc(50% - 7px);
}

.products-item-image {
    display: block;
    position: relative;
    margin-bottom: 24px;
    /*height: 174px;*/
    overflow: hidden;
    box-sizing: border-box;
    /*border: 1px solid #d5d5d5;*/
}

.products-item-image img {
    display: block;
    position: relative;
    /* width: 100%; */
    width: auto;
    margin: 0 auto;
    max-width: 100%;
}

.popular-item-image-hz img {
    width: auto !important;
    margin: 0 auto;
    max-width: 100%;
}

.products-item-image>a {
    display: block;
    position: relative;
}

.products-item-image_stock {
    display: block;
    position: absolute;
    top: 15px;
    left: -55px;
    font-family: "DINProCondBold";
    font-size: 16px;
    box-sizing: border-box;
    padding: 2px 0px;
    text-align: center;
    color: white;
    background-color: #f87822;
    width: 200px;
    transform: rotate(-28deg);
    text-transform: uppercase;
}

.products-item-image_stock.gray {
    background-color: #a1a1a1;
}

i.icon-video {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 14px;
    background-image: url(/html/css/../img/icon_video.png);
    background-repeat: no-repeat;
    background-position: center;
}

.products-item-image_video {
    display: block;
    position: absolute;
    /*top: 125px;*/
    bottom: 0;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    padding: 6px 14px;
    background-color: #f7f7f7;
    color: #989898;
    text-transform: uppercase;
}

.products-item-image_video i.icon-video {
    top: 1px;
    margin-right: 10px;
}

.products-item-name {
    display: block;
    position: relative;
    font-weight: bold;
    font-size: 15px;
    min-height: 5em;
    margin-bottom: 5px;
}

.products-item-name>a {
    color: #2C2C2C;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
}

.products-item-preorder {
    display: block;
    position: relative;
    font-size: 11px;
    color: #000;
    margin-bottom: 10px;
    font-size: 12px;
}

.products-item-preorder.in_stock {
    color: #049004;
    min-height: 34px;
}

.products-item-preorder.not_available {
    color: #E01D2B;
}

.products-item-price-old {
    display: inline-block;
    position: relative;
    font-size: 14px;
    height: 14px;
    /*background: url(/html/css/../img/line.png) repeat-x 0px 2px;*/
    text-decoration: line-through;
    text-decoration-color: #f77723;
}

.products-item-price {
    display: block;
    position: relative;
    margin-top: 6px;

    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2C2C2C;
}

.products-item-price-stock {
    display: inline-block;
    position: relative;
    top: -2px;
    font-family: "GothamProRegular";
    font-size: 11px;
    color: #f87822;
    text-transform: uppercase;
}

.products-item-rating {
    display: block;
    position: relative;
    margin-top: 11px;
    height: 17px;
}

.products-item-rating .product-rating {
    left: -3px;
}

.products-item-rating_votes-count {
    display: inline-block;
    position: relative;
    font-family: "Arial";
    font-size: 11px;
    margin-top: 3px;
    margin-left: 14px;
    color: #737373;
}

.products-item-colors {
    display: block;
    position: relative;
    text-align: left;
    color: #737373;
    margin-top: 10px;
    font-size: 12px;
}

i.icon-colors {
    display: inline-block;
    position: relative;
    width: 15px;
    height: 14px;
    background-image: url(/html/css/../img/icon_color.png);
    background-repeat: no-repeat;
    background-position: center;
}

.products-item-colors-count {
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 5px;
}

.products-pagination {
    display: block;
    position: relative;
    text-align: center;
    margin-top: 25px;
    margin-bottom: 35px;
    padding: 12px 0px;
}

.products-pagination>a {
    padding: 12px 16px;
    border-radius: 5px;
    border: 1px solid #d5d5d5;
    margin-right: 5px;
    box-sizing: border-box;
    background-color: #fff;
    color: #808080;
}

.products-pagination>a.active,
.products-pagination>a:hover {
    background-color: #f2f2f2;
    color: #000;
}

.products-pagination .products-pagination-item {
    padding: 12px 16px;
    margin-right: 5px;
    text-decoration: underline;
    color: #808080;
}

.products-row.three-large-items .products-item {
    width: 386px;
    padding: 11px;
}

.products-row.three-large-items .products-item-rating {
    margin-top: 20px;
}

/**Блок с товарами конец*/
/**Обслуживание клиентов*/
.services-menu-wrapper {
    display: block;
    position: relative;
    box-sizing: border-box;
    background-color: #f7f7f7;
    padding: 25px 17px 35px;
}

.services-menu-wrapper>ul {
    list-style-type: none;
}

.services-menu-wrapper>ul>li {
    display: block;
    position: relative;
}

.services-menu-wrapper>ul>li>a {
    display: block;
    position: relative;
    margin-bottom: 10px;
    font-size: 16px;
    text-decoration: underline;
    color: #000;
}

.services-menu-wrapper>ul>li>a:hover {
    color: #f77723;
}

.services-menu-wrapper-button {
    display: block;
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
    text-align: center;
    border-top: 1px solid #d2d2d2;
}

.services-menu_wrapper-button-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.client-services .banner-top-wrapper {
    margin-bottom: 22px;
}

.client-services-table .table-row .cell {
    width: 33%;
    padding: 0px 10px 20px;
    vertical-align: top;
}

.client-services-table .table-row:last-child .cell {
    padding-bottom: 0px;
}

.client-services-table .table-row .cell:first-child {
    padding-left: 0px;
}

.client-services-table .table-row .cell:last-child {
    padding-right: 0px;
}

.client-services-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 24px 22px 15px;
    height: 145px;
    background: url(/html/css/../img/services_banner.jpg) no-repeat center;
    background-size: cover;
    border-bottom: 5px solid #f77723;
}

.client-services-item-name {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    margin-bottom: 8px;
    text-decoration: underline;
    -moz-text-decoration-color: red;
    text-decoration-color: #f77723;
}

.client-services-item-description {
    display: block;
    position: relative;
}

.client-services-item-link {
    display: block;
    position: absolute;
    bottom: 15px;
    font-size: 14px;
    color: #808080;
}

i.services-facebook-icon,
i.services-twitter-icon,
i.services-ytube-icon,
i.services-instagram-icon,
i.services-gplus-icon {
    display: block;
    position: relative;
    width: 45px;
    height: 45px;
    background-position: center;
    background-repeat: no-repeat;
}

i.services-facebook-icon {
    background-image: url(/html/css/../img/services_icon_facebook.png);
}

i.services-twitter-icon {
    background-image: url(/html/css/../img/services_icon_twitter.png);
}

i.services-ytube-icon {
    background-image: url(/html/css/../img/services_icon_ytube.png);
}

i.services-instagram-icon {
    background-image: url(/html/css/../img/services_icon_instagram.png);
}

i.services-gplus-icon {
    background-image: url(/html/css/../img/services_icon_gplus.png);
}

i.services-icon-phone,
i.services-icon-question,
i.services-icon-mail {
    display: block;
    position: relative;
    width: 31px;
    height: 31px;
    background-position: center;
    background-repeat: no-repeat;
}

i.services-icon-phone {
    background-image: url(/html/css/../img/services_icon_phone.png);
}

i.services-icon-question {
    background-image: url(/html/css/../img/services_icon_question.png);
}

i.services-icon-mail {
    background-image: url(/html/css/../img/services_icon_email.png);
}

.contacts-table-wrapper {
    margin-top: 50px;
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d2d2d2;
}

.contacts-table-wrapper .cell {
    vertical-align: top;
}

.contacts-table-wrapper .cell:first-child {
    padding-left: 15px;
}

.contacts-table-wrapper .cell:last-child {
    width: 385px;
}

.contacts-table .table-row .cell {
    margin-bottom: 18px;
    vertical-align: top;
}

.contacts-table .table-row .cell:first-child {
    width: 31px;
}

.contacts-table .table-row .cell:last-child {
    padding-left: 20px;
}

.contacts-table-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    margin-bottom: 10px;
}

.contacts-table-info {
    display: block;
    position: relative;
    margin-top: 5px;
}

.client-services-socials {
    display: block;
    position: relative;
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 30px 26px 30px;
}

.client-services-socials ul {
    display: block;
    position: relative;
    list-style-type: none;
    text-align: center;
}

.client-services-socials ul>li {
    display: inline-block;
    margin-right: 20px;
}

.client-services-socials ul>li:last-child {
    margin-right: 0;
}

.client-services-socials-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 14px;
    text-align: center;
    margin-bottom: 16px;
}

.question-form {
    display: block;
    position: relative;
}

.question-table-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    text-transform: uppercase;
}

.question-table-description {
    display: block;
    position: relative;
    margin-top: 20px;
}

.question-form-table {
    display: block;
    position: relative;
    width: 794px;
    margin-top: 20px;
}

.question-form-table .question-form-table-left {
    width: 386px;
    padding: 0;
    padding-right: 10px;
    vertical-align: bottom;
}

.question-form-table .question-form-table-right {
    padding: 0;
    padding-left: 10px;
    vertical-align: bottom;
}

.question-form .table-row .cell-50 {
    padding-bottom: 0;
}

.question-form .table-row .cell-50:first-child {
    padding-right: 10px;
}

.question-form .table-row .cell-50:last-child {
    padding-left: 10px;
}

.question-form .form-element-title {
    font-family: "GothamProRegular";
    font-size: 15px;
    margin-bottom: 4px;
    font-weight: normal;
}

.question-form .form-element-wrapper {
    margin-bottom: 15px;
}

.question-form .cell-100 textarea {
    margin-top: 25px;
}

.question-form .cell-100 .form-element-wrapper {
    margin-bottom: 0;
}

.form-file-selector {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 12px 20px;
    background-color: #f7f7f7;
}

.form-file-selector .form-element-title {
    font-family: "GothamProBold";
    margin-bottom: 20px;
}

.question-form-table-submit {
    display: block;
    position: relative;
    margin-top: 32px;
}

.question-form-table_submit-text {
    display: inline-block;
    margin-left: 20px;
}

/**Обслуживание клиентов конец*/
/**Регистрация и авторизация*/
.form-register {
    padding: 0px 225px 20px 80px;
}

.form-login {
    padding: 0px 80px 20px 225px;
    border-right: 1px solid #e1e1e1;
}

/**Регистрация и авторизация конец*/
/**Личный кабинет пользователя*/
.private-cabinet-wrapper {
    display: block;
    position: relative;
    margin-top: -30px;
    box-sizing: border-box;
    padding-left: 80px;
}

.private-cabinet-wrapper .tabs-table-content-item.padding-lr-disable {
    padding: 0px;
}

.private-cabinet-wrapper .tabs-table-content {
    border-image: linear-gradient(to bottom, #e0e0e0 0%, #fff 20%);
    border-image-slice: 1;
}

.private-cabinet-user {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 20px;
}

.private-cabinet-table {
    margin-top: 30px;
}

.private-cabinet-table-left {
    width: 863px;
    vertical-align: top;
}

.private-cabinet-table-right {
    padding-left: 45px;
    padding-top: 30px;
    vertical-align: top;
}

.private-cabinet-subscriptions {
    display: block;
    position: relative;
    margin-top: 80px;
}

.private-cabinet-subscriptions-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 12px;
    margin-bottom: 10px;
    color: #373737;
}

.private-cabinet-title {
    text-transform: none;
    padding-left: 80px;
}

.cabinet-form-bottom {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    padding: 20px 80px 35px 40px;
    margin-top: 26px;
    box-sizing: border-box;
}

.cabinet-form-title {
    display: block;
    position: relative;
    margin-bottom: 25px;
    font-family: "GothamProBold";
    font-size: 18px;
    color: #373737;
}

.cabinet-form-feedback {
    display: block;
    position: relative;
}

.cabinet-form-feedback .table .cell {
    vertical-align: top;
}

.cabinet-form-feedback .table .cell:first-child {
    width: 285px;
}

.cabinet-form-feedback input[type=text] {
    width: 100%;
    margin-bottom: 8px;
}

.cabinet-form-feedback textarea {
    width: 100%;
    margin-bottom: 0;
}

.cabinet-form-feedback .form-element-wrapper {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.cabinet-form-feedback input[type=submit] {
    margin-top: 25px;
}

.cabinet-form-feedback textarea.default {
    height: 90px;
    min-height: 90px;
}

.cabinet-form-props {
    display: block;
    position: relative;
    min-height: 120px;
    margin-left: 90px;
    background-color: #fff;
    padding: 23px;
    font-family: "GothamProBold";
    font-size: 12px;
    color: #373737;
    box-sizing: border-box;
}

.cabinet-form-feedback ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
    font-size: 13px;
}

.cabinet-form-feedback ::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
    font-size: 13px;
}

.cabinet-form-feedback :-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
    font-size: 13px;
}

.cabinet-form-feedback :-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
    font-size: 13px;
}

.private-cabinet-description {
    display: block;
    position: relative;
    line-height: 20px;
}

.private-cabinet-main {
    display: block;
    position: relative;
    margin-top: 32px;
    box-sizing: border-box;
    padding: 0px 57px;
}

.cabinet-balance-value {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 14px;
    color: #5c5c5c;
    margin-bottom: 30px;
}

.cabinet-balance-table {
    width: initial;
    margin-bottom: 45px;
}

.cabinet-balance-table .cell {
    vertical-align: top;
    padding: 0px 27px;
}

.cabinet-balance-table .cell:first-child {
    padding-left: 0;
}

.cabinet-balance-table .cell:last-child {
    padding-right: 0;
}

.cabinet-balance-item {
    font-size: 13px;
    margin-bottom: 10px;
}

.cabinet-balance-item:last-child {
    margin-bottom: 0;
}

.cabinet-balance-actions {
    display: block;
    position: relative;
}

.cabinet-balance-actions a.button-orange {
    font-size: 12px;
    text-transform: uppercase;
    padding: 8px 26px;
    margin-right: 30px;
}

.cabinet-balance-item .tooltip-icon {
    margin-left: 15px;
}

.cabinet-addresses {
    display: block;
    position: relative;
    margin-bottom: 60px;
}

.cabinet-addresses .table-row .cell {
    vertical-align: top;
    padding: 0px 40px 32px;
}

.cabinet-addresses .table-row .cell:first-child {
    padding-left: 0;
}

.cabinet-addresses .table-row .cell:last-child {
    padding-right: 0;
}

.cabinet-addresses .table-row:last-child .cell {
    padding-bottom: 0;
}

.address-item {
    display: block;
    position: relative;
    padding-left: 5px;
    border-left: 5px solid #f77723;
    font-size: 11px;
}

.address-item-name {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    margin-bottom: 10px;
}

.address-item-value,
.address-item-phone {
    display: block;
    position: relative;
    margin-bottom: 10px;
}

.address-item-edit {
    display: block;
    position: relative;
}

.address-item-edit>a {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.address-item-edit>a:last-child {
    margin-bottom: 0;
}

.private-cabinet-product-delete {
    display: block;
    position: absolute;
    top: 5px;
    right: 5px;
}

.private-cabinet-profile {
    display: block;
    position: relative;
    margin-top: 80px;
}

.private-cabinet-profile-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 12px;
    margin-bottom: 20px;
    color: #373737;
}

.cabinet-profile-form {
    display: block;
    position: relative;
}

.cabinet-profile-form .table .cell {
    vertical-align: top;
}

.cabinet-profile-form .table .cell:first-child {
    width: 420px;
}

.cabinet-profile-form .table .cell:last-child {
    padding-left: 40px;
}

.cabinet-profile-form .form-element-wrapper {
    margin-bottom: 12px;
    border-bottom: 0;
    padding-bottom: 0;
}

.cabinet-profile-form .form-element-wrapper:last-child {
    margin-bottom: 20px;
}

.cabinet-profile-form .form-element-title {
    display: inline-block;
    width: 120px;
    padding-right: 12px;
    margin-bottom: 0;
    vertical-align: top;
}

.cabinet-profile-form .form-element-wrapper input[type=text],
.cabinet-profile-form .form-element-wrapper input[type=password] {
    display: inline-block;
    width: 283px;
}

.order-info-wrapper {
    display: block;
    position: relative;
    margin-top: 46px;
    box-sizing: border-box;
    padding: 0px 23px;
}

.order-info-wrapper-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 50px;
    margin-bottom: 25px;
}

.order-info-items {
    display: block;
    position: relative;
}

.order-info-item {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 30px;
    background-color: #f8f8f8;
    margin-top: 25px;
}

.order-info-status {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    color: #fff;
    text-transform: uppercase;
    padding: 5px 15px;
    background-color: #b4b4b4;
}

.order-info-status.orange {
    background-color: #f77723;
}

.order-info-status.green {
    background-color: #16c827;
}

.order-info-number {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
}

.order-info-link {
    display: block;
    position: relative;
}

.order-info-link>a {
    color: #989898;
}

.order-info-item .table {
    margin-bottom: 30px;
}

.order-info-item .table .cell {
    vertical-align: top;
}

.order-info-item .table .cell:first-child {
    width: 380px;
    padding-right: 20px;
}

.order-info-address {
    display: block;
    position: relative;
    padding-left: 8px;
    box-sizing: border-box;
    border-left: 4px solid #f77723;
    font-size: 11px;
}

.order-info-address-name {
    display: block;
    position: relative;
    font-family: "GothamProBold";
}

.order-info-address-item {
    display: block;
    position: relative;
    margin-top: 10px;
}

.order-info-delivery {
    display: block;
    position: relative;
    border-left: 4px solid #f77723;
    padding-left: 8px;
    margin-left: -12px;
}

.order-info-delivery .order-info-delivery-item {
    display: block;
    position: relative;
    margin-top: 5px;
}

.order-info-delivery .order-info-delivery-item-desc {
    display: inline-block;
    position: relative;
    font-size: 9px;
    color: #989898;
}

.order-info-prices {
    display: block;
    position: relative;
    margin-top: 45px;
    width: 222px;
}

.order-info-prices-item {
    display: block;
    position: relative;
    margin-top: 8px;
}

.order-info-prices-value {
    display: block;
    float: right;
    font-family: "GothamProBold";
}

.order-info-prices-sum {
    margin-top: 25px;
}

.private-cabinet-main .products-container-wrapper {
    display: block;
    position: relative;
    width: 590px;
    margin: 0 auto;
}

/**Личный кабинет пользователя конец*/
/**Модальное окно*/
.modal-popup-wrapper {
    display: block;
    position: relative;
    text-align: center;
}

.modal-popup-title {
    display: block;
    position: relative;
    padding: 43px 0px;
    font-family: "GothamProBold";
    font-size: 37px;
    text-transform: uppercase;
    border-bottom: 5px solid #f77723;
    line-height: 28px;
}

.modal-popup-content {
    display: block;
    position: relative;
    padding: 30px 80px 35px;
}

.modal-popup-form-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 20px;
    margin-bottom: 35px;
}

.modal-submit {
    display: block;
    position: relative;
}

.modal-submit input[type=button],
.modal-submit input[type=submit] {
    display: block;
    margin: 0 auto;
    min-width: 187px;
    margin-bottom: 12px;
}

.modal-checkboxes {
    display: block;
    margin: 0 auto;
    margin-bottom: 40px;
    text-align: left;
    width: 405px;
}

.modal-checkboxes .icr-text {
    width: calc(100% - 28px);
}

.modal-buttons-wrapper {
    position: relative;
    margin: 80px 0px 74px;
}

.modal-buttons-wrapper .cell-50:first-child {
    padding-left: 0;
}

.modal-buttons-wrapper .cell-50:nth-child(n + 2) {
    padding-right: 0;
}

/**Модальное конец*/
/**Оплата и доставка*/
.table.image-with-description .cell {
    padding-bottom: 17px;
}

.table.image-with-description .cell:first-child {
    width: 50px;
    padding-right: 16px;
}

.table.image-with-description .cell:last-child {
    font-size: 15px;
}

.order-and-delivery p {
    box-sizing: border-box;
    padding-right: 405px;
}

.order-and-delivery table,
.order-and-delivery .table-short-container {
    width: calc(100% - 405px);
}

.order-and-delivery .table-short-container table {
    width: 100%;
}

.table.orders-view .cell-50 {
    padding: 0px 40px;
    padding-bottom: 28px;
}

.table .table-row:last-child .cell-50 {
    padding-bottom: 0;
}

.table.orders-view {
    margin-bottom: 75px;
    margin-top: 60px;
}

/**Оплата и доставка конец*/
/**Страница пользователя*/
.user-page-selected-items {
    padding: 25px 30px 37px;
    background-color: #f5f5f5;
}

.user-page-selected-item {
    position: relative;
    box-sizing: border-box;
    padding-right: 10px;
}

.user-page-selected-item a {
    display: block;
    position: relative;
}

.user-page-selected-item a>img {
    display: block;
    position: relative;
    max-width: 100%;
    border: 1px solid #cfcece;
    box-sizing: border-box;
}

.user-page-selected-items .slick-arrow {
    display: block;
    position: absolute;
    width: 24px;
    height: 32px;
    top: calc(50% - 12px);
    background-position: center;
    background-repeat: no-repeat;
    background-color: transparent;
    font-size: 0;
    cursor: pointer;
}

.user-page-selected-items .slick-arrow.slick-prev {
    left: -49px;
    background-image: url(/html/css/../img/slick_slider_left.png);
}

.user-page-selected-items .slick-arrow.slick-next {
    right: -49px;
    background-image: url(/html/css/../img/slick_slider_right.png);
}

.user-page-base {
    display: block;
    position: relative;
    margin-top: 70px;
    margin-bottom: 130px;
}

.user-page-base .table .cell {
    padding: 0px 12px;
    vertical-align: top;
}

.user-page-base .table .cell:first-child {
    padding-left: 0px;
}

.user-page-base .table .cell:last-child {
    padding-right: 0px;
}

.user-page-base-icon {
    display: block;
    position: relative;
    overflow: hidden;
    width: 181px;
    height: 181px;
    border-radius: 91px;
}

.user-page-base-icon>img {
    display: block;
    position: relative;
    max-width: 100%;
}

.user-page-name {
    display: block;
    position: relative;
    top: -5px;
    margin-bottom: 20px;
    font-family: "GothamProBold";
    font-size: 32px;
    color: #666666;
}

.user-page-socials {
    display: inline-block;
    position: relative;
    list-style-type: none;
}

.user-page-socials>li {
    display: inline-block;
    position: relative;
}

.user-page-socials>li:first-child {
    margin-left: 10px;
}

.icon-fb-user,
.icon-twitter-user,
.icon-instagram-user,
.icon-gplus-user {
    display: inline-block;
    position: relative;
    width: 32px;
    height: 32px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-fb-user {
    background-image: url(/html/css/../img/fb_icon_user_page.png);
}

.icon-twitter-user {
    background-image: url(/html/css/../img/twitter_icon_user_page.png);
}

.icon-instagram-user {
    background-image: url(/html/css/../img/instagram_icon_user_page.png);
}

.icon-gplus-user {
    background-image: url(/html/css/../img/gplus_icon_user_page.png);
}

.user-page-socials>li>a>i {
    top: 5px;
}

.user-page-description {
    display: block;
    position: relative;
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}

.user-page-base .user-page-selected .cell {
    width: 33%;
}

.user-page-selected-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 14px;
    color: #666;
    text-transform: uppercase;
}

.user-page-selected-item {
    display: block;
    position: relative;
    font-size: 14px;
    color: #666;
    margin-top: 12px;
}

.user-page-button {
    display: block;
    position: relative;
    padding-left: 32px;
    width: 278px;
}

.user-page-button .button-orange {
    display: block;
    position: relative;
    padding: 13px 26px;
    margin-top: 60px;
    text-align: center;
    font-size: 16px;
    text-transform: uppercase;
}

.user-page-button-description {
    display: block;
    position: relative;
    margin-top: 12px;
    color: #666;
    text-align: center;
    line-height: 19px;
}

.user-page-tabs-table {
    margin-top: 50px;
}

.articles-list-wrapper {
    display: table;
    position: relative;
}

.articles-list-item {
    display: table;
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.articles-list-item:last-child {
    margin-bottom: 0;
}

.articles-list-item .cell {
    vertical-align: top;
}

.articles-list-item .cell:first-child {
    width: 275px;
    padding-right: 24px;
}

.articles-list-item .cell:first-child img {
    display: block;
    position: relative;
    box-sizing: border-box;
    border: 1px solid #cfcece;
    width: 100%;
}

.articles-list-item .cell:last-child {
    font-size: 14px;
    color: #666;
}

.articles-list_item-info,
.articles-list_item-title,
.articles-list_item-description {
    display: block;
    position: relative;
    margin-bottom: 12px;
}

.articles-list_item-description {
    line-height: 21px;
}

.articles-list_item-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 18px;
    text-transform: uppercase;
    box-sizing: border-box;
    padding-right: 500px;
    line-height: 24px;
}

.articles-list_item-link {
    display: table;
    position: relative;
    color: #969595;
    width: 100%;
}

.item-link-comments,
.item-link-likes,
.item-link {
    display: table-cell;
    position: relative;
    vertical-align: top;
    box-sizing: border-box;
}

.item-link-comments {
    padding-right: 25px;
}

.icon-comments {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 16px;
    height: 14px;
    margin-right: 2px;
    background-image: url(/html/css/../img/icon_comments.png);
    background-position: center;
    background-repeat: no-repeat;
}

.item-link-likes-item {
    display: inline-block;
    position: relative;
    margin-right: 25px;
    line-height: 12px;
}

.item-link-likes-item:first-child {
    margin-left: 5px;
}

.icon-small-fb,
.icon-small-twitter,
.icon-small-gplus {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 15px;
    height: 16px;
    background-position: center;
    background-repeat: no-repeat;
}

.icon-small-fb {
    background-image: url(/html/css/../img/fb_icon_small.png);
}

.icon-small-twitter {
    background-image: url(/html/css/../img/twitter_icon_small.png);
}

.icon-small-gplus {
    background-image: url(/html/css/../img/gplus_icon_small.png);
}

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

.icon-more {
    display: inline-block;
    position: relative;
    top: 1px;
    width: 17px;
    height: 10px;
    background-image: url(/html/css/../img/icon_arrow.png);
    background-position: center;
    background-repeat: no-repeat;
    padding-right: 12px;
}

/**Страница пользователя конец*/
/**Подвал*/
.footer {
    display: block;
    position: relative;
    box-sizing: border-box;
    padding: 28px 80px 30px 80px;
}

.footer-left-block {
    display: inline-block;
    position: relative;
    width: 650px;
    box-sizing: border-box;
    padding-right: 50px;
    vertical-align: top;
}

.footer-menus-wrapper {
    display: table;
    position: relative;
    margin-bottom: 42px;
}

.footer-menu {
    display: table-cell;
    position: relative;
    vertical-align: top;
    width: 33%;
    box-sizing: border-box;
    padding-right: 50px;
}

.footer-menu:first-child {
    width: 33%;
}

.footer-menu:nth-child(n + 2) {
    width: 25%;
    padding-right: 10px;
}

.footer-menu:nth-child(n + 3) {
    padding-right: 0px;
}

.footer-menu>ul {
    list-style-type: none;
}

.footer-menu>ul>li {
    display: block;
    position: relative;
    margin-bottom: 16px;
    line-height: 15px;
}

.footer-menu>ul>li>a {
    font-size: 14px;
    color: black;
}

.footer-title {
    display: block;
    position: relative;
    font-family: "GothamProBold";
    font-size: 17px;
}

.footer-menu .footer-title {
    margin-bottom: 35px;
}

.footer-paysys-wrapper {
    display: block;
    position: relative;
}

.footer-paysys-wrapper .footer-title {
    margin-bottom: 10px;
}

.footer-paysys-wrapper>img {
    display: block;
    position: relative;
    max-width: 100%;
}

.footer-links-wrapper {
    display: block;
    position: relative;
    margin-top: 35px;
}

.footer-links-wrapper>a {
    display: inline-block;
    position: relative;
    font-size: 15px;
    color: black;
    margin-right: 45px;
}

.footer-right-block {
    display: inline-block;
    position: relative;
    width: 370px;
    vertical-align: top;
}

.footer-contacts-wrapper {
    display: block;
    position: relative;
    /*margin-bottom: 35px;*/
}

.footer-contacts-wrapper .footer-title {
    margin-bottom: 10px;
}

.footer-form-wrapper {
    display: block;
    position: relative;
    margin-bottom: 15px;
}

.footer-form-description {
    display: block;
    position: relative;
    margin-bottom: 5px;
}

.footer-form-wrapper .footer-title {
    /*margin-bottom: 15px;*/
}

.article-content p .footer-form-wrapper form {
    display: block;
    position: relative;
}

/*.footer-form-wrapper form input[type=text] {
    float: left;
    padding: 7px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 258px;
    height: 29px;
}

.footer-form-wrapper form input[type=submit] {
    height: 29px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top: 1px solid #cfcfcf;
    border-right: 1px solid #cfcfcf;
    border-bottom: 1px solid #cfcfcf;
}*/

.footer-social-links-wrapper {
    display: block;
    position: relative;
    float: left;
    width: 100%;
    list-style-type: none;
}

.footer-social-links-wrapper>li {
    display: block;
    position: relative;
    float: left;
    margin-right: 10px;
}

/**Подвал конец*/
/**Формы в подвале*/
.form-bottom-wrapper {
    display: block;
    position: relative;
    background-color: #f2f2f2;
    padding: 25px 200px 28px;
    margin-bottom: 100px;
    box-sizing: border-box;
}

.form-bottom {
    display: block;
    position: relative;
    width: 283px;
    margin: 0 auto;
}

.form-bottom-title {
    display: block;
    position: relative;
    margin-bottom: 20px;
    font-family: "GothamProBold";
    font-size: 23px;
    text-align: center;
}

.form-bottom-description {
    display: block;
    position: relative;
    font-size: 17px;
    text-align: center;
    margin-bottom: 35px;
}

.form-bottom input,
.form-bottom textarea {
    width: 100%;
}

.form-bottom .form-element-wrapper {
    margin-bottom: 20px;
}

.form-bottom ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #808080;
}

.form-bottom ::-moz-placeholder {
    /* Firefox 19+ */
    color: #808080;
}

.form-bottom :-ms-input-placeholder {
    /* IE 10+ */
    color: #808080;
}

.form-bottom :-moz-placeholder {
    /* Firefox 18- */
    color: #808080;
}

/**Формы в подвале конец*/
.checkboxes-wrapper .icr-wrapper:last-child {
    margin-bottom: 5px;
}

.filter-wrapper .simpleselect .placeholder,
.filter-wrapper .simpleselect .options .option {
    font-size: 12px;
}

.filter-wrapper .form-filter-submit .buttom-orange-small {
    padding: 13px 16px;
    font-size: 18px;
    font-family: "GothamProMedium";
}

.products-categories-wrapper .cell-33 {
    padding: 0px 10px;
}

.filter-wrapper .form-element-wrapper {
    left: -2px;
}

.page-content-container .text-container p {
    line-height: 16px;
}

.text-container ul>li {
    margin-bottom: 3px;
}

.services-menu-wrapper-button .button-orange {
    padding: 12px 26px;
}

form.form-bottom .button-big {
    padding: 12px 42px;
    font-size: 13px;
}

.button-orange.padding-12 {
    padding: 12px 26px;
}

.product-reviews-item_column-center p {
    line-height: 16px;
}

.user-page-description {
    line-height: 21px;
}

.item-link-likes {
    top: -1px;
}

.icr-text .gray-link {
    display: inline-block;
    padding-top: 2px;
}

.form-login .button-big,
.form-register .button-big {
    padding: 12px 42px;
}

@media(max-width:991px) {
    .main-block-wrapper .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media(max-width:820px) {
    .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:767px) {
    .main-block-wrapper .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr 1fr;
    }
}

@media(max-width:520px) {
    .main-block-wrapper .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr;
    }

    .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr;
    }

    .products-item-preorder {
        width: auto;
        display: block !important;
    }

    .products-item-stars {
        float: none;
        width: auto;
    }
}


/*=== New Style ===*/

.bold {
    font-weight: 700;
}

.btn__ux, .button-callback {
    display: inline-block;
    padding: 10px 20px;
    background: #F9812B;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    cursor: pointer;
}
.btn__ux:hover, .button-callback:hover {
    background: #f06f1a;
    color: #fff;
    text-decoration: none;
}
.page-content .button-callback {
    margin-top: 10px;
}


/*= Header =*/
.header {
    margin-bottom: 25px;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
    font-family: 'Roboto', sans-serif;
}
.header__wrapper {
    position: relative;
    max-width: 1430px;
    margin: 0 auto;
}
.top-menu-section a {
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}
.top-menu-section a:hover {
    text-decoration: underline;
}
.header__contacts {
    display: flex;
    margin: 0 -9px;
}
.header__contacts--table {
    display: none;
}
.header__contacts a {
    margin: 0 9px;
}

.header__logo {
    width: 133px;
    margin-top: -4px;
}
.header__logo img {
    max-width: 100%;
}
.header__soc {
    margin-left: 12px;
    margin-right: 36px;
}
.header__soc-box {
    display: flex;
}
.header__soc-item {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.header__soc-item:hover {
    opacity: 0.7;
}
.header__soc-item.vk {
    background-image: url(/html/css/../img/ux/vk_icon.svg);
}
.header__soc-item.wa {
    background-image: url(/html/css/../img/ux/wa_icon.svg);
}
.header__soc-item.yt {
    background-image: url(/html/css/../img/ux/yt_icon.png);
}
.header__time {
    display: inline-block;
    margin-top: 4px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}
.header__search {
    flex: 1 1 0;
    margin: 0 16px;
}
.header-search-wrapper {
    position: relative;
}
.header-search-wrapper input[type=text] {
    height: 36px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    color: #2E2E2E;
}

.header-search-wrapper input[type=submit] {
    width: 28px;
    height: 28px;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    padding: 0;
    background-color: #F9812B;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6166 10.9301L8.76059 7.95969C9.49492 7.08675 9.89727 5.98841 9.89727 4.845C9.89727 2.17351 7.72376 0 5.05227 0C2.38078 0 0.207275 2.17351 0.207275 4.845C0.207275 7.51648 2.38078 9.68999 5.05227 9.68999C6.05519 9.68999 7.01091 9.38749 7.82803 8.81326L10.7057 11.8062C10.826 11.9311 10.9878 12 11.1612 12C11.3253 12 11.4809 11.9374 11.5991 11.8237C11.8502 11.5821 11.8582 11.1814 11.6166 10.9301ZM5.05227 1.26391C7.02692 1.26391 8.63336 2.87034 8.63336 4.845C8.63336 6.81965 7.02692 8.42608 5.05227 8.42608C3.07762 8.42608 1.47119 6.81965 1.47119 4.845C1.47119 2.87034 3.07762 1.26391 5.05227 1.26391Z' fill='white'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.header__calback {
    margin-right: 40px;
}
.header__btns {
    display: flex;
    margin: 0 -6px;
}
.header__btns-item {
    display: inline-block;
    width: 36px;
    height: 36px;
    position: relative;
    margin: 0 6px;
    background-color: #F5F5F5;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
}
.header__btns-item:hover {
    background-color: #CACACA;
}
.header__btns-item.header__cart {
    background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_644_853)'%3E%3Cpath d='M9.5455 9.5H5.0485C4.4 9.5 3.825 9.0745 3.6495 8.465L2.1295 3.3145C2.0755 3.128 1.896 3 1.691 3H0.5C0.2235 3 0 2.776 0 2.5C0 2.224 0.2235 2 0.5 2H1.691C2.3395 2 2.914 2.4255 3.0895 3.035L3.374 4H11.0215C11.3335 4 11.6295 4.1485 11.813 4.3975C11.995 4.6445 12.0475 4.9535 11.957 5.2455L10.9255 8.5195C10.7235 9.1105 10.17 9.5 9.5455 9.5ZM11.022 5H11.027H11.022Z' fill='%231D1D1D'/%3E%3Cpath d='M5.5 12C4.9485 12 4.5 11.5515 4.5 11C4.5 10.4485 4.9485 10 5.5 10C6.05149 10 6.49999 10.4485 6.49999 11C6.49999 11.5515 6.05149 12 5.5 12ZM5.5 10.9995V11V10.9995Z' fill='%231D1D1D'/%3E%3Cpath d='M9 12C8.4485 12 8 11.5515 8 11C8 10.4485 8.4485 10 9 10C9.55149 10 9.99999 10.4485 9.99999 11C9.99999 11.5515 9.55149 12 9 12ZM9 10.9995V11V10.9995Z' fill='%231D1D1D'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_644_853'%3E%3Crect width='12' height='12' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.header__btns-item.header-compare {
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='18' viewBox='0 0 10 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='18' width='11' height='2' rx='1' transform='rotate(-90 0 18)' fill='%231D1D1D'/%3E%3Crect x='4' y='18' width='18' height='2' rx='1' transform='rotate(-90 4 18)' fill='%231D1D1D'/%3E%3Crect x='8' y='18' width='15' height='2' rx='1' transform='rotate(-90 8 18)' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
}

.main-menu-wrapper {
    display: flex;
    align-items: center;
}
.main-menu-catalog {
    display: inline-block;
    width: 36px;
    height: 36px;
    margin-right: 30px;
    background-color: #F5F5F5;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='10' viewBox='0 0 18 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='18' height='2' rx='1' fill='%231D1D1D'/%3E%3Crect y='4' width='18' height='2' rx='1' fill='%231D1D1D'/%3E%3Crect y='8' width='18' height='2' rx='1' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 4px;
    cursor: pointer;
}
.main-menu-catalog:hover {
    background-color: #CACACA;
}
.main-menu-catalog--table {
    display: none;
}
.main-menu-wrapper > ul {
    flex: 1;
}

.header__wrapper-sticky {
    display: flex;
    align-items: center;
}
.sticky__contacts {

}
.sticky__contacts a {
    margin: 0 9px;
    font-size: 14px;
    line-height: 16px;
    color: #A8A8A8;
}

.header-wrapper--table, .mobile__menu-box, .header-wrapper--mobile, .header-auth {
    display: none;
}

.menu__dropdown {
    display: none;
    width: 249px;
    position: absolute;
    top: 100%;
    left: 15px;
    padding: 27px 0;
    background: #FFFFFF;
    box-shadow: 0px 4px 32px rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.menu__dropdown > ul {
    margin-bottom: 0;
}
.sticky .menu__dropdown {
    margin-top: 20px;
    left: 0;
}
.sticky-header:not(.sticky) .menu__dropdown {
    display: none !important;
}
.menu__dropdown-title {
    /* margin-top: 10px; */
    font-size: 18px;
    line-height: 21px;
    color: #2E2E2E;
}

.menu__dropdown li {
    position: static;
    list-style: none;
}
.menu__dropdown li a {
    display: block;
    padding: 12px 25px;
    font-size: 14px;
    line-height: 16px;
    color: #212121;
}
.menu__dropdown li.dropdown > a {
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L0.5 9.33013L0.499999 0.669873L5 5Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center right 30px;
}
.menu__dropdown li:hover > a {
    background-color: #F9812B;
    color: #fff;
    text-decoration: none;
}
.menu__dropdown li.dropdown:hover > a {
    background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L0.5 9.33013L0.499999 0.669873L5 5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.menu__dropdown ul ul {
    display: none;
    width: 271px;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    padding-top: 27px;
    background: #fff;
    border-left: 1px solid rgba(0, 0, 0, 0.25);
}
.menu__dropdown ul li:hover ul {
    display: block;
}
.menu__dropdown ul ul ul {
    display: none !important;
}

/*= Main page =*/

.main__page-heading {
    margin: 85px 0 25px;
}
.main__page-heading h1 {
    font-family: 'Rokkitt', serif;
    font-weight: 500;
    font-size: 96px;
    line-height: 70px;
    letter-spacing: 0.165em;
    color: #303030;
}
.main__page-heading .main__page-heading__subtitle {
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
}

#main__carousel {
    width: 100%;
    height: 603px;
}
#main__carousel .main__carousel-item {
    width: 100%;
    height: 603px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
}
/*#main__carousel .slick-prev, #main__carousel .slick-next {
    bottom: 14px;
    top: auto;
    left: 50%;
    right: auto;
    width: 25px;
    height: 37px;
    background: #fff;
}
#main__carousel .slick-prev {
    margin-left: -48px;
}
#main__carousel .slick-next {
    margin-left: 18px;
}*/


.main-catalog-menu {
    display: flex;
    margin: 0 -14px 70px;
}
.main-catalog-menu__item {
    width: 33.33%;
    height: 230px;
    position: relative;
    padding: 0 14px;
}
.main-catalog-menu-block {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
    border-radius: 4px;
}
.main-catalog-menu-block:hover {
    opacity: 0.7;
}

.main__page-title {
    position: relative;
    margin: 80px 0 16px;
}
.main__page-title, .main__page-title a,.main__page-title h2 {
    font-family: "GothamProRegular";
    font-weight: 500;
    font-size: 48px;
    line-height: 55px;
    color: #2E2E2E;
}
.main__page-title .main__page-title__btn {
    display: inline-block;
    position: absolute;
    top: 15px;
    right: 0;
    padding: 12px 20px;
    background: #111111;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.main__page-title .main__page-title__btn:hover {
    background: #333;
}

.main-block-wrapper .products-row {
    margin-bottom: -48px;
}

.main__videoobzory .dv-video-container {
    max-width: none;
    margin: 16px 0 12px;
}

.main__page-text, .main__page-text p {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.main__page-subtitle {
    display: block;
    margin: 50px 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2E2E2E;
}
.main__page-text ul {
    list-style: none;
    margin-bottom: 27px;
}
.main__page-text li {
    position: relative;
}
.main__page-text li:before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 8px;
    left: -9px;
    background: #F9812B;
    border-radius: 5px;
}

/*= Product item =*/

.products-item {
    font-family: 'Roboto Condensed', sans-serif;
}
.api-reviews-stat > * {
    float: none !important;
    width: auto !important;
}
.api-reviews-stat .api-stars-empty__ux {
    display: block;
    width: 96px;
    height: 16px;
}
.api-stars-empty__ux {
    background: url(/html/css/../img/ux/stars-empty.svg) no-repeat;
}
.api-stars-full__ux {
    height: 100%;
    background: url(/html/css/../img/ux/stars-full.svg) no-repeat;
}
.dv-tech {
    /*min-height: 85px;*/
}
.catalog-products-row .dv-tech {
    min-height: 85px;
}
.dv-tech p {
    display: flex;
    justify-content: space-between;
    margin-bottom: 7px;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #D2D2D2;
}
.dv-tech p .dv-tech__value {
    display: inline-block;
    color: #2C2C2C;
}
.products-item__btns {
    display: flex;
    margin: 18px -6px 0;
}
.products-item__btns .btn__ux {
    width: 50%;
    margin: 0 6px;
    border: none;
    padding-left: 0;
    padding-right: 0;
    font-family: 'Roboto Condensed', sans-serif;
}
.btn__ux--compare {
    position: relative;
    background: #FFE1CB;
    font-weight: 400;
    color: #F9812B;
    padding-right: 20px !important;
}
.btn__ux--compare:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2' width='2' height='9' fill='%23F9812B'/%3E%3Crect x='4' width='2' height='11' fill='%23F9812B'/%3E%3Crect x='8' y='5' width='2' height='6' fill='%23F9812B'/%3E%3C/svg%3E%0A");
    display: inline-block;
    position: absolute;
    top: 11px;
    right: 10px;
}
.btn__ux--compare:hover:after {
    content: url("data:image/svg+xml,%3Csvg width='10' height='11' viewBox='0 0 10 11' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2' width='2' height='9' fill='%23FFF'/%3E%3Crect x='4' width='2' height='11' fill='%23FFF'/%3E%3Crect x='8' y='5' width='2' height='6' fill='%23FFF'/%3E%3C/svg%3E%0A");
}

.product-tabs-table__first, .product-tabs-table__first .product-tabs-table {
    padding-bottom: 0;
    margin-bottom: 0;
}

/*= Catalog =*/

.catalog__filter-btn {
    display: none;
}
.products-categories {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -31px;
}
.products-categories__item {
    width: 33.33%;
    position: relative;
    padding: 0 31px 30px;
}

.products-filter-description {
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
}
.products-filter-description__text {
    display: inline-block;
    margin-right: 3px;
}
.select-sort-wrapper {
    width: 260px;
}
.select-small .simpleselect {
    height: 40px;
    border: none;
    background-color: #F2F2F2;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='5' viewBox='0 0 10 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L0.669874 0.5L9.33013 0.499999L5 5Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: top 18px right 16px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #2E2E2E;
}
.select-small .simpleselect .placeholder {
    padding: 12px 18px;
    padding-right: 35px;
}
.select-small .simpleselect .options {
    left: 0;
    border: none;
    border-radius: 0 0 4px 4px;
    background-color: #F2F2F2;
}

.page-content-container {
    margin-top: 90px;
}
.catalog__desc-box {
    margin: 30px 0;
    padding: 50px 40px;
    background: #F9812B;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF;
}
.catalog__desc-box__wrap {
    max-width: 1200px;
}
.catalog__desc-title {
    margin: 64px 0 15px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px !important;
    line-height: 42px;
}
.catalog__desc-list {
    display: flex;
    margin: 15px -17px 50px;
}
.catalog__desc-list__item {
    width: 33.33%;
    margin: 0 17px;
    padding: 32px 24px 45px;
    background: #FFF8F3;
    border-radius: 4px;
}
.catalog__desc-list__item-title {
    margin-bottom: 24px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #2E2E2E;
}
.catalog__desc-list__item-text {
    max-width: 335px;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}
.catalog__desc-text {
    margin: 17px 0;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.catalog__desc-btn {
    margin: 17px 0;
}
.catalog__desc-btn .btn__ux {
    padding: 19px 25px;
    font-size: 16px;
    line-height: 19px;
}
.otz_block {
    margin: 37px 0;
}

/*= Product page =*/

.product-tabs-table .cell-75 {
    width: auto;
}
.product-tabs-table .cell-25 {
    width: 340px;
    padding-left: 60px;
}

.stat-view-inline-detail {
    display: none !important;
}
.product-left-cell .api-reviews-stat {
    margin-bottom: 10px;
}
.product-left-cell .api-reviews-stat .stat-view-inline-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 407px;
}
.product-left-cell .api-reviews-stat .clearfix {
    display: none;
}
.product-left-cell .stat-view-inline-title .api-stars-empty__ux {
    width: 163px;
    height: 27px;
    background-size: cover;
}
.product-left-cell .stat-view-inline-title .api-stars-full__ux {
    background-size: cover;
}
.stat-view-inline-review-count {
    /*margin: 15px 0 0;*/
}
.stat-view-inline-review-count a {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #FF0000;
}
.product-left-cell .product-images-slider.flexslider {
    display: none;
}
.product-left-cell .form {
    max-width: 407px;
}
.dv-tech-flexr {
    /*margin-bottom: 12px;*/
    margin-bottom: 8px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.product-purchase-right {
    /*border-top: 1px solid #E9E9E9;
    padding-top: 24px;*/
    margin-top: 12px;
}
.product-purchase-wrapper {
    margin: 8px 0;
}
.product-purchase_price-row {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    color: #404040;
}
.product-purchase_price-value {
    font-family: 'Open Sans', sans-serif;
    font-size: 24px;
    line-height: 33px;
}
.product__btns {
    display: flex;
    justify-content: space-between;
}
.product__btns .btn__ux {
    padding: 20px 4px;
}
.product__btns .btn__ux--product {
    width: 195px;
    margin: 0;
    border: none !important;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 16px;
}
.product__btns .btn__ux--compare {
    width: 142px;
    font-family: 'Roboto Condensed', sans-serif;
}
.product__btns .btn__ux--compare:after {
    top: 21px;
    right: 23px;
}
.product__links {
    border-top: 1px solid #E9E9E9;
    margin-top: 24px;
    padding-top: 24px;
}
.product__link-item {
    display: inline-block;
    padding: 0 10px 16px 0;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #2E2E2E;
    cursor: pointer;
}
.product__link-item:hover {
    text-decoration: none;
}
.product__link-item.vk_koupon {
    color: #FF0000;
}

.product-images-slider .slides {
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 12px;
}
.product-images-slider .slides li a {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 0;
}
.slides-nav {
    margin: 25px -11px 0;
}
.slides-nav .slick-slide {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 0;
    border: 1px solid #EAEAEA;
    box-sizing: border-box;
    border-radius: 12px;
    margin: 0 12px;
}
.slides-nav .slick-slide.slick-current {
    border: 1px solid #f77723;
}
.slides-nav img {
    max-height: 110px;
}
.slick-slider .slick-prev, .slick-slider .slick-next {
    background-repeat: no-repeat;
    background-position: center;
}
.slick-slider .slick-arrow:hover {
    opacity: 0.7;
}
.slick-slider .slick-prev {
    left: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.999998L2 9L10 17' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.slick-slider .slick-next {
    right: 25px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L9 9L0.999999 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.slick-slider .slick-prev:before, .slick-slider .slick-next:before {
    content: normal;
}
.dvslider {
    width: calc(100% + 40px);
    margin-top: -15px;
    margin-left: -20px;
    padding-top: 15px;
    overflow: hidden;
}
.dvslider .slick-list {
    overflow: visible;
}
.dvslider .slick-slide.products-item {
    box-shadow: none;
    transition: box-shadow 0.1s ease-in-out;
}

.dvslider .slick-slide.slick-active.products-item {
    box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.1);
}
.dvslider .slick-prev, .dvslider .slick-next {
    bottom: -15px;
    top: auto;
    left: 50%;
    right: auto;
}
.dvslider .slick-prev {
    margin-left: -48px;
}
.dvslider .slick-next {
    margin-left: 18px;
}

.product-tabs-table .cell-25 .popular-items-title {
    padding: 0 0 20px;
    font-size: 24px;
    line-height: 28px;
}
.product-tabs-table .cell-25 .popular-items {
    padding: 0;
}
.popular-items .products-item {
    margin-bottom: 20px;
}

.product__box-title {
    margin-bottom: 30px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}
.product__article-box {
    margin: 0 0 50px;
}
.product__article-box .news_holder {
    padding: 0;
}
.product__article-btns {
    margin: 15px 0 0;
}
.product__article-btn {
    display: inline-block;
    padding: 12px 20px;
    background: #111111;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}
.product__article-btn:hover {
    background: #333;
    color: #FFFFFF;
    text-decoration: none;
}

/*= Cart =*/

.bx_sort_container {
    margin-top: 25px;
}
#basket_items thead {
    display: none !important;
}
#basket_items .sum {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2C2C2C;
}
#basket_items tbody tr {
    position: relative;
}
#basket_items tbody td:last-child {
    padding-right: 40px;
}
#basket_items .current_price {
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 28px;
    color: #D2D2D2;
}
.bx_ordercart .bx_ordercart_order_table_container .bx_ordercart_itemtitle a {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 28px;
    color: #2E2E2E;
}
.cart__del {
    display: inline-block;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 20px;
    right: 0;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    box-sizing: border-box;
    border-radius: 4px;
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.50714' width='1' height='14' rx='0.5' transform='rotate(-45 0 1.50714)' fill='%232E2E2E'/%3E%3Crect x='0.50708' y='11.1422' width='1' height='14' rx='0.5' transform='rotate(-135 0.50708 11.1422)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center;
}
.cart__del:hover {
    background-color: #EDEDED;
}
.cart__delay {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #2E2E2E;
}
.cart__delay:hover {
    text-decoration: none;
}

.cart__box {
    display: flex;
    align-items: flex-start;
}
.bx_ordercart_order_pay_right {
    flex: 0 0 285px;
    width: 285px;
    position: sticky;
    top: 100px;
    padding: 32px 20px 19px;
    margin-left: 36px;
    background: #F5F5F5;
    border-radius: 4px;
}
.cart__order-label {
    margin-bottom: 12px;
    font-family: 'Roboto';
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #404040;
}
.cart__order-sum {
    margin-bottom: 60px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;
    color: #2C2C2C;
}
.coupons_line {
    position: relative;
}
.order_checkout_block {
    margin-top: 48px;
}
.checkout-1click {
    display: inline-block;
    background: none;
    margin-top: 7px;
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 19px;
    text-decoration: underline;
    color: #2E2E2E;
}
.checkout-1click:hover {
    text-decoration: none;
}

.cart__consult-box {
    margin-bottom: 80px;
    padding: 15px 30px;
    border-radius: 4px;
    background-image: url(/html/css/../img/ux/cart__consult_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-align: center;
}
.cart__consult-title {
    margin-top: 33px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}
#cart__consult-form {
    max-width: 571px;
    width: 100%;
    padding: 0;
    margin: 17px auto;
    border-radius: 0;
    background: none;
}
#cart__consult-form input[type="text"] {
    height: 39px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #2E2E2E;
}
#cart__consult-form input[type="text"]:placeholder-shown {
    color: #A8A8A8;
}
#cart__consult-form input[type="text"].improper-value {
    border-color: #b21a41;
}
#cart__consult-form input[type="text"].improper-value:placeholder-shown {
    color: #b21a41;
}
#cart__consult-form .button-submit {
    margin-top: 36px;
}
#cart__consult-form input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    background: #F9812B;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
    cursor: pointer;
}
#cart__consult-form input[type="submit"]:hover {
    background: #f06f1a;
}
#dscartconsultformmessagereport {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
#dscartconsultformmessagereport .head {
    color: #FFFFFF;
}
#dscartconsultformmessagereport .repeatform {
    color: #FFFFFF;
    text-decoration: underline;
}
#dscartconsultformmessagereport .repeatform:hover {
    text-decoration: none;
}

/*=== Pages ===*/

.bx-breadcrumb {
    margin: 11px 0 38px;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
}
.bx-breadcrumb .bx-breadcrumb-item a, .bx-breadcrumb .separate {
    color: #D2D2D2;
}
.bx-breadcrumb .bx-breadcrumb-item a:hover {
    color: #f77723;
}
.bx-breadcrumb .separate {
    margin: 0 2px;
}
h1 {
    position: relative;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}

/*= Garantiya =*/

p.garant__text {
    margin-bottom: 22px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}
.garant__heading {
    margin: 66px 0 10px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}
.garant__list {
    display: flex;
    flex-wrap: wrap;
    margin: 12px -12px;
}
.garant__list-item {
    width: 33.33%;
    padding: 12px 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
    color: #FFFFFF
}
.garant__list-item__wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    min-height: 172px;
    background: #F9812B;
    border-radius: 4px;
    padding: 20px 40px;
}

/*= Videoobzory =*/

.dv-video-container {
    max-width: 1200px;
    margin: 30px 0;
}

.videoobzory__form-box {
    max-width: 1000px;
    margin-top: 60px;
}
.videoobzory__form-title {
    margin-bottom: 12px;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
}
.videoobzory__form-text {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 32px;
}

/*= Dileram =*/

p.dileram__subtitle {
    margin: 24px 0;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
}
.dileram__box {
    display: flex;
    box-shadow: 0px 12px 40px rgba(0, 0, 0, 0.08);
    border-radius: 4px;
    margin: 24px 0 64px;
    overflow: hidden;
}
.dileram__list {
    width: 40%;
    padding: 38px 32px;
    counter-reset: dileram__list;
}
.dileram__list-item {
    margin-bottom: 60px;
    font-family: 'Roboto', sans-serif;
    font-size: 18px;
    line-height: 27px;
    color: #4A4A4A;
}
.dileram__list-item:last-child {
    margin-bottom: 0;
}
.dileram__list-item:before {
    display: block;
    margin-bottom: 2px;
    counter-increment: dileram__list;
    content: counter(dileram__list);
    font-weight: 500;
    font-size: 48px;
    line-height: 56px;
    color: #2E2E2E;
}
.dileram__form-box {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60%;
    background-image: url(/html/css/../img/ux/dileram__form_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.dileram__form-wrap {
    max-width: 570px;
}
.dileram__form-title {
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 36px;
    line-height: 42px;
    color: #fff;
}
.dileram__form-polit {
    font-size: 14px;
    line-height: 19px;
    color: #FFB784;
}
.dileram__form-polit a {
    color: #FFECDE;
    text-decoration: underline;
}
.dileram__form-polit a:hover {
    text-decoration: none;
}

#dileram__form {
    width: 100%;
    padding: 0;
    margin: 32px 0 16px;
    border-radius: 0;
    background: none;
}
#dileram__form input[type="text"] {
    height: 39px;
    margin-bottom: 16px;
    padding: 10px 12px;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    font-size: 14px;
    line-height: 19px;
    color: #2E2E2E;
}
#dileram__form input[type="text"]:placeholder-shown {
    color: #A8A8A8;
}
#dileram__form input[type="text"].improper-value {
    border-color: #b21a41;
}
#dileram__form input[type="text"].improper-value:placeholder-shown {
    color: #b21a41;
}
#dileram__form .button-submit {
    margin-top: 32px;
}
#dileram__form input[type="submit"] {
    display: inline-block;
    width: auto;
    padding: 10px 20px;
    background: #F9812B;
    border-radius: 4px;
    font-family: 'Roboto', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    text-transform: none;
    color: #FFFFFF;
    cursor: pointer;
}
#dileram__form input[type="submit"]:hover {
    background: #f06f1a;
}
#dscallbackdileramformmessagereport {
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
#dscallbackdileramformmessagereport .head {
    color: #FFFFFF;
}
#dscallbackdileramformmessagereport .repeatform {
    color: #FFFFFF;
    text-decoration: underline;
}
#dscallbackdileramformmessagereport .repeatform:hover {
    text-decoration: none;
}

p.dileram__text {
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

/*= Footer =*/
.footer-section {
    font-family: 'Roboto', sans-serif;
    overflow: hidden;
}
.footer__wrapper {
    display: flex;
    justify-content: space-between;
}

.footer__info-box {
    max-width: 820px;
    margin-right: 30px;
    padding-top: 50px;
    padding-bottom: 58px;
}
.footer__info-top {
    display: flex;
}
.footer__logo {
    margin-right: 47px;
}
.footer__logo-main {
    font-family: 'Rokkitt', serif;
    font-weight: 500;
    font-size: 72px;
    line-height: 66px;
    letter-spacing: 0.165em;
    color: #303030;
}
.footer__logo-sub {
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #303030;
}
.footer__soc-box {
    display: flex;
    margin-top: 8px;
}
.footer__logo-sub__soc {
    display: none;
}
.footer__soc-item {
    display: inline-block;
    width: 32px;
    height: 32px;
    margin: 0 8px;
    background-repeat: no-repeat;
    background-position: center;
}
.footer__soc-item:hover {
    opacity: 0.7;
}
.footer__soc-item.vk {
    background-image: url(/html/css/../img/ux/vk_icon.svg);
}
.footer__soc-item.wa {
    background-image: url(/html/css/../img/ux/wa_icon.svg);
}
.footer__soc-item.yt {
    background-image: url(/html/css/../img/ux/yt_icon.png);
}

.footer__info-bottom {
    display: flex;
    margin-top: 75px;
}
.footer__title {
    margin-bottom: 15px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.footer__menu .top-menu-left {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}
.footer__menu li {
    padding: 0 17px 12px 0;
}
.footer__menu a {
    font-family: "GothamProRegular";
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
}

.footer__cont-box {
    max-width: 402px;
    position: relative;
    background: #F77723;
    padding: 40px 32px;
    padding-right: 0;
    box-sizing: border-box;
    color: #fff;
}
.footer__cont-box:after {
    content: '';
    display: block;
    width: 50vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    background: #F77723;
    z-index: -1;
}
.footer__cont-title {
    margin-bottom: 20px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.footer__cont-items {
    display: flex;
    flex-wrap: wrap;
}
.footer__cont-item {
    display: inline-block;
    width: calc(100% - 140px);
    margin-bottom: 14px;
    box-sizing: border-box;
}
.footer__cont-item--tel {
    font-family: 'Rokkitt', serif;
    width: 140px;
}
.footer__cont-item a, .footer__cont-item span {
    font-size: 14px;
    line-height: 16px;
    color: #FFFFFF;
}
.footer-form-wrapper {
    margin-top: 17px;
}
.footer__form-title {
    margin-bottom: 25px;
    font-weight: 500;
    font-size: 24px;
    line-height: 28px;
}
.footer__form-desc {
    margin-bottom: 4px;
    font-size: 14px;
    line-height: 16px;
}
.jsFormAdminEmailMessage {
    position: relative;
}
.jsFormAdminEmailMessage input[type=text] {
    height: 36px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    color: #2E2E2E;
}

.jsFormAdminEmailMessage input[type=submit] {
    width: 78px;
    height: 28px;
    position: absolute;
    top: 4px;
    right: 4px;
    border: none;
    padding: 0;
    background: #F9812B;
    border-radius: 4px;
    font-family: 'Roboto';
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    color: #FFFFFF;
}

.footer__bottom {
    padding: 4px 0;
    background: #F2F2F2;
}
.footer__bottom-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;

}
.article-block  ul  li {     list-style-position: inside; font-size: 14px;}
/*=== Adaptiv ===*/

@media screen and (max-width: 1340px) {
    .top-menu-section .top-menu-wrapper>ul>li {
        margin-right: 15px;
    }
}

@media screen and (max-width: 1200px) {
    .top-menu-section .top-menu-wrapper>ul>li {
        margin-right: 5px;
    }
    .top-menu-section .top-menu-wrapper>ul>li:last-child {
        margin-right: 0;
    }
    .header__contacts {
        margin: 0 -5px;
    }
    .header__contacts a {
        margin: 0 5px;
    }

    .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr 1fr 1fr;
    }
    .main-block-wrapper .products-row.new-row:not(.dvslider) {
        column-gap: 28px;
    }

    .products-categories {
        margin: 0 -10px;
    }
    .products-categories__item {
        width: 50%;
        padding: 0 10px 20px;
    }

    .product-left-cell {
        width: 40%;
    }
    .product-right-cell {
        width: 60%;
    }
    .product__btns .btn__ux--product {
        width: 170px;
    }
    .tabs-table-navigation {
        margin: 0 -10px;
    }
    .tabs-table-tab-name {
        margin: 0 10px;
    }

    .dileram__list {
        width: 50%;
    }
    .dileram__form-box {
        width: 50%;
        padding: 0 12px;
    }

    .footer__wrapper {
        flex-direction: column;
    }
    .footer__info-box {
        margin-right: 0;
        padding-bottom: 0;
    }
    .footer__info-bottom {
        margin-top: 40px;
    }
    .footer__cont-box {
        display: flex;
        max-width: 820px;
        margin-left: -15px;
        padding: 40px 10px;
    }
    .footer__cont-info {
        max-width: 430px;
    }
    .footer-form-wrapper {
        margin-top: 0;
    }

    .dvslider {
        width: calc(100% + 28px);
        margin-left: -14px;
    }
    .dvslider .products-item {
        margin: 0 14px;
    }
}

@media screen and (max-width: 1100px) {
    .top-menu-section a {
        font-size: 12px;
    }
    .catalog-content .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr 1fr;
    }
    .catalog-content .products-row.new-row:not(.dvslider) .products-item {
        margin-bottom: 12px;
    }
}

@media screen and (max-width: 991px) {
    .top-menu-section .header__contacts,
    .header-auth-menu,
    .header__soc,
    .header-wrapper-flex.header-wrapper--desktop .header__search,
    .header-wrapper-flex.header-wrapper--desktop .header__calback {
        display: none;
    }
    .top-menu-wrapper > ul {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    .top-menu-section a {
        font-size: 14px;
    }
    .header-wrapper-flex {
        align-items: center;
    }
    .header__contacts--table {
        display: block;
    }
    .header__contacts {
        margin: 0 -7px;
    }
    .header__contacts a {
        margin: 0 7px;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #3D3D3D;
    }
    .header-auth {
        display: block;
        background-image: url("data:image/svg+xml,%3Csvg width='10' height='12' viewBox='0 0 10 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.00012 5.36841C6.48257 5.36841 7.68432 4.16665 7.68432 2.6842C7.68432 1.20176 6.48257 0 5.00012 0C3.51768 0 2.31592 1.20176 2.31592 2.6842C2.31592 4.16665 3.51768 5.36841 5.00012 5.36841Z' fill='black'/%3E%3Cpath d='M5.00002 6C2.38395 6 0.263184 8.12079 0.263184 10.7368C0.263184 11.4345 0.828731 12 1.52635 12H8.47372C9.17133 12 9.73688 11.4345 9.73688 10.7368C9.73686 8.12079 7.61609 6 5.00002 6Z' fill='black'/%3E%3C/svg%3E%0A");
    }
    .header-auth__drop {
        display: none;
        position: absolute;
        top: 100%;
        min-width: 132px;
        margin-top: 5px;
        left: 0;
        padding: 10px;
        border-radius: 4px;
        background: #fff;
        z-index: 1;
        box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
    }
    .header-auth__drop-item {
        font-size: 14px;
        padding: 3px 0;
    }

    .main-menu-catalog--table {
        display: inline-block;
        margin-right: 6px;
    }
    .main-menu-wrapper {
        display: none;
    }
    .header-wrapper--table {
        display: flex;
        padding-bottom: 17px;
    }
    .header__calback {
        margin-right: 0;
    }
    .header__search {
        margin-left: 0;
    }
    .sticky-header .header__soc-box {
        display: none;
    }
    .sticky__contacts a:first-child {
        display: none;
    }
    .mobile__menu-bg.active {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9998;
        cursor: pointer;
    }
    .mobile__menu-box.active {
        display: block;
        width: 249px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        background: #FFFFFF;
        padding: 36px 24px;
        overflow: auto;
        z-index: 9999;
    }
    .mobile__menu-title {
        margin-bottom: 25px;
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 24px;
        line-height: 28px;
    }
    .mobile__menu-close {
        display: inline-block;
        width: 28px;
        height: 28px;
        position: absolute;
        top: 24px;
        right: 24px;
        background-color: #FFFFFF;
        border: 1px solid #EDEDED;
        box-sizing: border-box;
        border-radius: 4px;
        background-image: url("data:image/svg+xml,%3Csvg width='11' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='1.50714' width='1' height='14' rx='0.5' transform='rotate(-45 0 1.50714)' fill='%232E2E2E'/%3E%3Crect x='0.50708' y='11.1422' width='1' height='14' rx='0.5' transform='rotate(-135 0.50708 11.1422)' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
    }
    .mobile__menu-close:hover {
        background-color: #EDEDED;
    }
    .mobile__menu-box .main-menu-wrapper {
        display: block;
        padding: 0;
    }
    .mobile__menu-box .main-menu-wrapper .main-menu-catalog {
        display: none;
    }
    .main-menu-wrapper>ul {
        display: block !important;
        text-align: left !important;
    }
    .main-menu-wrapper>ul>li {
        display: block;
    }
    .main-menu-wrapper>ul>li>a {
        padding: 12px 0 !important;
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #212121;
        text-transform: none;
    }
    .main-menu-wrapper>ul>li>ul {
        display: none !important;
    }
    .mobile__menu-box .top-menu-left {
        list-style: none;
        border-top: 1px solid #E9E9E9;
        margin-top: 26px;
        padding-top: 4px;
    }
    .mobile__menu-box .top-menu-left li {
        padding: 12px 0;
    }
    .mobile__menu-box .top-menu-left li a {
        font-family: 'Roboto';
        font-weight: 400;
        font-size: 14px;
        line-height: 16px;
        color: #3D3D3D;
    }
    .mobile__menu-box a:hover {
        color: #f77723 !important;
        text-decoration: none !important;
    }
    .sticky-header .main-menu-catalog--js {
        display: none;
    }
    .menu__dropdown {
        display: none !important;
    }

    .main__page-heading {
        margin: 58px 0 23px;
    }
    .main__page-heading h1 {
        font-size: 48px;
        line-height: 18px;
        letter-spacing: normal;
    }
    .main-catalog-menu {
        margin: 0 -8px 24px;
    }
    .main-catalog-menu__item {
        height: 83px;
        padding: 0 8px;
    }
    .main-catalog-menu-cell-content {
        font-size: 24px !important;
        line-height: 83px !important;
    }
    .main-block-wrapper .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr 1fr;
        column-gap: 12px;
    }
    .main-block-wrapper .products-row.new-row:not(.dvslider) .products-item {
        margin-bottom: 12px;
    }


    .page-content.catalog-content .table {
        display: block;
    }
    .page-content.catalog-content .page-cell-left {
        display: block;
        width: 100%;
    }

    .catalog__filter-btn {
        display: inline-block;
        width: 36px;
        height: 36px;
        position: relative;
        margin: 0 6px;
        background-color: #F5F5F5;
        background-image: url("data:image/svg+xml,%3Csvg width='18' height='12' viewBox='0 0 18 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='8' width='18' height='2' rx='1' fill='%231D1D1D'/%3E%3Crect x='18' y='4' width='18' height='2' rx='1' transform='rotate(180 18 4)' fill='%231D1D1D'/%3E%3Ccircle cx='13' cy='3' r='3' fill='%231D1D1D'/%3E%3Ccircle cx='5' cy='9' r='3' fill='%231D1D1D'/%3E%3C/svg%3E%0A");
        background-repeat: no-repeat;
        background-position: center;
        border-radius: 4px;
        float: right;
        cursor: pointer;
        z-index: 9;
    }
    .catalog__filter-btn:hover {
        background-color: #CACACA;
    }
    .filter-wrapper {
        display: none;
    }
    .catalog__filter-bg.active {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.6);
        z-index: 9998;
        cursor: pointer;
    }
    .filter-wrapper.active {
        display: block;
        width: 222px;
        height: 100vh;
        position: fixed;
        top: 0;
        right: 0;
        overflow: auto;
        z-index: 9999;
    }
    .bx_filter .bx_filter_popup_result {
        display: none;
    }
    .products-categories {
        margin: 16px 0 18px;
    }
    .products-categories__item {
        width: 100%;
        padding: 0 0 12px;
    }
    .product-category-item {
        height: 83px;
    }
    .product-category-item>a, .product-category-item>span.a {
        line-height: 83px !important;
    }
    .catalog__desc-box {
        margin-bottom: 80px;
    }
    .catalog__desc-list {
        display: block;
        margin: 15px 0 50px;
    }
    .catalog__desc-list__item {
        width: 100%;
        margin: 0 0 24px;
    }
    .catalog__desc-list__item-text {
        max-width: none;
    }

    .product-title {
        margin-bottom: 10px;
    }
    .product-right-cell {
        display: none !important;
    }
    .product-left-cell {
        display: block;
        width: 100% !important;
        float: none !important;
    }
    .product-left-cell .api-reviews-stat {
        margin-bottom: 30px;
    }
    .product-left-cell .product-images-slider.flexslider {
        display: block;
    }
    .product-images-slider.flexslider {
        margin: 0 0 100px;
        overflow: visible;
    }
    .product-images-slider.flexslider .slick-prev, .product-images-slider.flexslider .slick-next {
        bottom: -70px;
        top: auto;
        left: 50%;
        right: auto;
    }
    .product-images-slider.flexslider .slick-prev {
        margin-left: -48px;
    }
    .product-images-slider.flexslider .slick-next {
        margin-left: 18px;
    }
    .slides-nav {
        display: none !important;
    }
    .product-left-cell .api-reviews-stat .stat-view-inline-title {
        max-width: none;
    }
    .product-left-cell .form {
        max-width: none;
        border-top: 1px solid #E9E9E9;
        padding-top: 15px;
    }
    .product-purchase-right {
        display: flex;
        flex-wrap: wrap;
        padding-top: 17px;
    }
    .product-purchase-wrapper, .product-purchase-buttons {
        width: 50%;
    }
    .product__links {
        width: 100%;
    }
    .product__btns {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }
    .product__btns .btn__ux--product {
        width: 195px;
        margin-left: 13px;
    }
    .product__links {
        margin-top: 40px;
        padding-top: 25px;
    }
    .product-tabs-table {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    .product-tabs-table .table-row {
        display: flex !important;
        flex-direction: column;
    }
    .product-tabs-table .cell-25 {
        padding-left: 0;
    }
    .popular-items {
        margin: 0 -10px;
    }
    .popular-items .products-item {
        width: calc(50% - 20px);
        margin: 0 10px 20px;
    }
    .product-tabs-table .cell-75 {
        margin-top: 30px;
        padding: 0;
    }
    .product-tabs-table .cell-25 {
        width: 100%;
    }
    .tabs-table-navigation {
        margin: 0 -18px;
    }
    .tabs-table-tab-name {
        margin: 0 18px;
    }

    .cart__box {
        display: block;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
        border-bottom: 1px solid #e5e5e5;
    }
    .bx_ordercart_order_pay_right {
        width: 336px;
        margin-left: auto;
        margin-right: 0;
    }
    .cart__order-sum {
        margin-bottom: 28px;
    }
    .order_checkout_block {
        margin-top: 14px;
    }
    .bx_ordercart .bx_ordercart_order_pay_center {
        margin-top: 0;
        border-top: none;
    }

    .bx-soa-cart-t {
        float: none !important;
    }
    .bx-soa-cart-d {
        display: block;
        float: none !important;
        text-align: left !important;
    }

    .dv-video-container-responsive.dv-video-container > div {
        width: calc(100% - 10px);
        margin: 15px auto;
    }

    .garant__list-item {
        width: 50%;
    }

    .dileram__box {
        margin-bottom: 48px;
    }
    .dileram__list {
        padding: 23px 21px;
    }
    .dileram__list-item {
        margin-bottom: 30px;
        font-size: 14px;
        line-height: 21px;
    }
    .dileram__form-title {
        font-size: 24px;
        line-height: 28px;
        text-align: center;
    }
    #dileram__form {
        margin-top: 24px;
    }
    #dileram__form input[type="text"] {
        margin-bottom: 12px;
    }
    #dileram__form .button-submit {
        margin-top: 24px;
        text-align: center;
    }
    .dileram__form-polit {
        text-align: center;
    }

    .footer__soc-box {
        display: none;
    }
    .footer__logo-sub__soc {
        display: flex;
        margin-top: 4px;
        float: right;
    }

    /*.dvslider {
        width: calc(100% + 12px);
        margin-left: -6px;
    }
    .dvslider .products-item {
        margin: 0 6px;
    }*/

    p.garant__text {
        font-size: 14px;
        line-height: 18px;
    }
    .garant__list-item {
        font-size: 18px;
        line-height: 24px;
    }
}

@media screen and (max-width: 767px) {

    .header-wrapper--desktop .header__logo,
    .header-wrapper--desktop .main-menu-catalog--table,
    .header-wrapper--table .header__calback {
        display: none;
    }
    .header-wrapper-flex {
        padding-top: 16px;
    }
    .header-wrapper--mobile {
        display: flex;
    }
    .top-menu-section {
        display: none;
    }
    .header__contacts a {
        display: inline-block;
        font-weight: 700;
        font-size: 12px;
        line-height: 14px;
    }
    .header__contacts a:last-child {
        display: none;
    }
    .header__search {
        margin: 0;
    }

    .header__wrapper-sticky {
        justify-content: space-between;
    }
    .sticky__contacts {
        max-width: 50%;
    }
    .sticky-header .header__search {
        display: none;
    }

    .main__page-heading {
        margin-top: 50px;
    }
    .main__page-heading h1 {
        font-size: 42px;
    }
    .main__page-title, .main__page-title a {
        font-family: 'Roboto';
        font-weight: 500;
        font-size: 36px;
        line-height: 42px;
    }
    .main-catalog-menu {
        display: block;
        margin: 0 0 24px;
    }
    .main-catalog-menu__item {
        width: 100%;
        padding: 0;
        margin-bottom: 12px;
    }
    .main__page-title .main__page-title__btn {
        top: 0;
        padding: 12px 5px;
        font-size: 12px;
    }

    .products-filter-wrapper {
        display: block !important;
    }
    .products-filter-wrapper > * {
        margin: 10px 0;
    }
    .catalog__desc-list {
        margin: 15px 0 24px;
    }
    .catalog__desc-box {
        padding: 50px 10px;
    }
    .catalog__desc-btn {
        text-align: center;
    }

    .product-title {
        font-size: 24px;
        line-height: 28px;
    }
    .product-top-wrapper {
        margin-bottom: 30px;
    }
    .product-left-cell .api-reviews-stat {
        margin-bottom: 17px;
    }
    .product-purchase-right {
        padding-top: 0;
    }
    .product-purchase-wrapper, .product-purchase-buttons {
        width: 100%;
    }
    .product-purchase_price-row {
        justify-content: flex-start;
        margin-top: 2px;
    }
    .product__btns {
        flex-direction: row;
        margin-top: 16px;
    }
    .product__btns .btn__ux--product {
        margin-left: 0;
        margin-right: 13px;
    }
    .product__links {
        margin-top: 24px;
        padding-top: 10px;
    }
    .product__link-item {
        padding-right: 18px;
    }
    .tabs-table-navigation {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -14px;
    }
    .tabs-table-tab {
        margin-bottom: 16px;
    }
    .tabs-table-tab-name {
        margin: 0 14px;
    }
    .tabs-table-content-item {
        padding: 7px 0;
    }

    .garant__list-item {
        width: 100%;
        padding: 6px 12px;
    }
    .dileram__box {
        display: block;
    }
    .dileram__list {
        width: 100%;
        padding-bottom: 63px;
    }
    .dileram__form-box {
        width: 100%;
        padding: 16px 12px;
    }
    .dileram__form-polit {
        margin-bottom: 14px;
    }

    #basket_items > tbody > tr {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .bx_ordercart .bx_ordercart_order_table_container table tbody tr:last-child td {
        border-bottom: none;
    }
    #basket_items tbody td:last-child {
        padding-right: 0;
    }
    #basket_items tbody td.qua {
        order: 1;
    }
    .cart__del {
        top: 0;
    }
    .bx_ordercart .bx_ordercart_order_pay_center {
        padding-top: 22px;
    }
    .cart__consult-box {
        margin-bottom: 70px;
        padding: 15px 12px;
    }
    .cart__consult-title {
        margin-top: 0;
        font-size: 24px;
        line-height: 28px;
    }
    #cart__consult-form .button-submit {
        margin-top: 24px;
    }

    .footer__info-box {
        padding-top: 30px;
    }
    .footer__info-top {
        display: block;
    }
    .footer__logo {
        margin-right: 0;
        text-align: center;
    }
    .footer__logo-main {
        font-size: 42px;
        line-height: 58px;
        letter-spacing: 0.015em;
    }
    .footer__logo-sub__soc {
        justify-content: center;
        margin-top: 24px;
        float: none;
    }
    .footer__info-bottom {
        display: block;
    }
    .footer__menu {
        margin-bottom: 28px;
    }
    .footer__title {
        text-align: center;
    }
    .footer__menu .top-menu-left {
        justify-content: center;
    }
    .footer__menu li {
        padding: 0 17px 12px;
    }
    .footer__cont-box {
        display: block;
        text-align: center;
        margin-right: -15px;
    }
    .footer__cont-title {
        margin-bottom: 15px;
    }
    .footer__cont-item {
        width: 33.33%;
    }
    .footer__cont-item:last-child {
        width: 100%;
    }
    .footer-form-wrapper {
        margin-top: 24px;
    }
    .footer__form-desc {
        text-align: left;
    }
    .footer__bottom-wrapper {
        display: block;
        text-align: center;
    }
    .footer__bottom-wrapper > * {
        margin-bottom: 16px;
    }

    div.dscallback {
        width: 295px;
        padding: 77px 12px 30px;
    }
    #dscallback-form .head {
        text-align: center;
    }
    .dscallback-button-submit {
        text-align: center;
    }
}

@media screen and (max-width: 559px) {
    .catalog-content .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr;
    }
    .main-block-wrapper .products-row.new-row:not(.dvslider) {
        grid-template-columns: 1fr;
    }
    .popular-items .products-item {
        width: calc(100% - 20px);
    }
}

@media screen and (max-width: 359px) {
    .header__logo {
        width: 115px;
    }
}

.bx-soa-info {
    margin: 10px 4px 0;
}

@media (max-width: 1199px) {
  .header {
    margin-bottom: 0;
  }
}
/* End */


/* Start:/html/plugins/magnific/magnific-popup.css?17869756386951*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* End */


/* Start:/local/templates/ch/include/css/app.css?1788352430153369*/
@charset "UTF-8";
/* Google Fonts Inter отключён: правила .cart/.checkout ниже на страницах каталога и корзины
   ни к чему не применяются, а @import добавлял блокирующий запрос к googleapis + 3 woff2
   с gstatic на КАЖДОЙ странице. Страница оформления заказа подключает Inter самостоятельно
   (local/templates/ch/components/bitrix/sale.order.ajax/castom3/style.css). */
:root {
  --safe-area-inset-top: env(safe-area-inset-top);
  --safe-area-inset-bottom: env(safe-area-inset-bottom);
}

html {
  font-size: 10px;
}
.bx-breadcrumb {
  margin-bottom: 4px !important; 
}
.n-header * {
  pointer-events: auto !important;
}

.n-header .menu__dropdown,
.n-header [class*="dropdown"],
.n-header [class*="submenu"] {
  z-index: 99999 !important;
}


.ui-product-card,
.ui-product-card * {
  user-select: text !important;
  -webkit-user-select: text !important;
  -moz-user-select: text !important;
  -ms-user-select: text !important;
}
.main-catalog-menu .main-catalog-menu__item:nth-child(n+4) {
  display: none;
}

.popular-item-image-hz {
  height: 156px;
}

.popular-item-image-hz a {
  display: block;
  width: 100%;
  height: 100%;
}

.popular-item-image-hz img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.n-header__sticky {
  pointer-events: none;
}

.n-header__sticky a,
.n-header__sticky button,
.n-header__sticky .ui-btn,
.n-header__sticky input,
.n-header__sticky .n-header__call {
  pointer-events: auto;
}

.n-header__top {
  z-index: 501 !important;
}
.news_item {
  width: 50%;
  box-sizing: border-box;
}
@media (max-width: 767px) {
  .news_item {
    width: 100%;
  }
}

.news_box {
  min-height: 100%; 
}

.catalog__filter-btn {
  display: none !important;
}


.category {
  position: relative;
  margin-bottom: 20px;
}

.category__title {
  position: relative;
  margin: 0 !important;
  padding-right: 60px !important;
  padding-bottom: 15px !important;
  min-height: 40px;
  display: flex;
  align-items: center;
  white-space: normal !important;
  overflow: visible !important;
  text-overflow: unset !important;
  word-wrap: break-word;
  line-height: 1.3;
}

.category__toggle {
  position: absolute;
  right: 0;
  top: 0;
  margin: 0 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  background: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
  min-width: 40px;
  height: 40px;
  z-index: 2;
}

.category__toggle:hover {
  background: #e9e9e9;
  border-color: #ccc;
}

.category__toggle:active {
  transform: scale(0.95);
}

@media (max-width: 767px) {
  .bx_filter {
    position: fixed;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100vh;
    background: white;
    z-index: 1000;
    transition: left 0.3s ease;
    overflow-y: auto;
    padding: 20px;
  }

  .category__toggle {
    display: flex !important;
    margin-bottom: 0 !important;
  }

  .bx_filter.filter--open {
    left: 0;
  }

  .filter__overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 999;
    display: none;
  }

  .filter__overlay.filter--open {
    display: block;
  }

  /* Для очень маленьких экранов */
  @media (max-width: 480px) {
    .category__title {
      padding-right: 50px !important;
      padding-bottom: 12px !important;
      font-size: 1.3rem;
      min-height: 36px;
      line-height: 1.4;
    }

    .category__toggle {
      padding: 6px;
      min-width: 36px;
      height: 36px;
    }

    .category__toggle svg {
      width: 20px;
      height: 20px;
    }
  }
}

@media (min-width: 768px) {
  .category__toggle {
    display: none;
  }

  .category__title {
    padding-right: 0 !important;
    padding-bottom: 30px !important;
    min-height: auto;
    white-space: normal; /
  }

  .filter__overlay {
    display: none !important;
  }
}

.ui-validate {
  font: 400 1rem/1.2 "Inter", sans-serif;
  color: red;
}

.ui-link {
  text-decoration: none;
}
.ui-link:hover {
  text-decoration: underline;
}

.ui-link--greydark {
  color: #2C2C2C;
}
.ui-link--greydark:hover {
  color: #2C2C2C;
}

.ui-link--grey {
  color: #a7a7a7;
}
.ui-link--grey:hover {
  color: #8e8e8e;
}

.ui-link--orange {
  color: #F77723;
}
.ui-link--orange:hover {
  color: #F77723;
}

.ui-btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border: none;
  background: none;
  min-height: 4rem;
  padding: 0.8rem 1.6rem;
  border-radius: 0.8rem;
  font: 400 1.4rem/1.1 "Inter", sans-serif;
  text-transform: none;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.15s;
}
.ui-btn:hover {
  text-decoration: none;
}
.ui-btn:focus {
  text-decoration: none;
}
.ui-btn small {
  display: block;
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}

.ui-btn__counter {
  width: 1.8rem;
  height: 1.8rem;
  position: absolute;
  top: -0.9rem;
  right: -0.9rem;
  border-radius: 1.6rem;
  text-align: center;
  background-color: #f77723;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 500 1.2rem/1 "Inter", sans-serif;
  padding: 0;
}

.ui-btn--32 {
  min-height: 3.2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.ui-btn--36 {
  min-height: 3.6rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 1.2rem;
  border-radius: 0.4rem;
}

.ui-btn--48 {
  min-height: 4.8rem;
}

.ui-btn--50 {
  min-height: 5rem;
}

.ui-btn--36x36 {
  padding: 0;
  min-width: 3.6rem;
  min-height: 3.6rem;
  border-radius: 0.4rem;
}

.ui-btn--40x40 {
  padding: 0;
  min-width: 4rem;
  min-height: 4rem;
}

.ui-btn--fullwidth {
  width: 100%;
}

@media (max-width: 1199px) {
  .ui-btn--compare {
    width: 4rem;
    height: 4rem;
    padding: 0;
    font-size: 0;
  }
  .ui-btn--compare svg {
    display: block;
    width: 1.6rem;
    height: 1.6rem;
  }
}

.ui-btn--social {
  min-width: 3.6rem;
  min-height: 3.6rem;
  background: none;
}

.ui-btn--lightgrey {
  background: #F7F7F7;
  color: #2C2C2C;
}
.ui-btn--lightgrey:hover {
  background: #CACACA;
  color: #2C2C2C;
}

.ui-btn--darkgrey {
  background: #ededed;
  color: #2C2C2C;
}
.ui-btn--darkgrey:hover {
  background: #CACACA;
  color: #2C2C2C;
}

.ui-btn--grey {
  background: #E6E6E6;
  color: #2C2C2C;
}
.ui-btn--grey:hover {
  background: #CACACA;
  color: #2C2C2C;
}

.ui-btn--lightorange {
  background: #FFE1CB;
  color: #F77723;
}
.ui-btn--lightorange:hover {
  background: #ffd2b2;
  color: #F77723;
}

.ui-btn--orange {
  background: #F9812B;
  color: #fff;
}
.ui-btn--orange:hover {
  background: #f06f1a;
  color: #fff;
}
.ui-btn--orange.is-active {
  background: #FFE1CB;
  color: #F77723;
}
.ui-btn--orange.is-active:hover {
  background: #ffd2b2;
  color: #F77723;
}

.ui-btn--white {
  background: #fff;
  color: #2C2C2C;
}
.ui-btn--white:hover {
  background: #CACACA;
  color: #2C2C2C;
}

[data-tooltip] {
  cursor: pointer;
}

.ui-captcha {
  margin: 0 0 1.6rem;
}
.ui-captcha:last-child {
  margin-bottom: 0;
}
.ui-captcha input {
  width: 100%;
  height: 3.2rem;
  border-radius: 0.4rem;
  font: 400 1.4rem/1.6rem "Inter", sans-serif;
  margin: 0 0 0.8rem;
  border: 0.2rem solid #CCCCCC;
}

.ui-captcha__label {
  display: block;
  margin: 0 0 0.5rem;
  color: #2C2C2C;
  opacity: 0.4;
  font: 400 1.2rem/1.6rem "Inter", sans-serif;
}

.ui-captcha__image {
  display: block;
}
.ui-captcha__image img {
  display: block;
  width: 100%;
}

.ui-field {
  position: relative;
  width: 100%;
  min-height: 5.4rem;
  margin: 0 0 1.6rem;
  padding: 0.4rem 1rem 1rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.8rem;
}
.ui-field .ui-validate {
  padding: 0.4rem 0 0 0;
}
.ui-field + .ui-info {
  position: relative;
  top: -0.8rem;
  margin: 0 0 -0.8rem;
}
.ui-field:has(:focus) {
  border-color: #F77723;
}
.ui-field.is-error, .ui-field:has(.is-error) {
  border-color: red;
}

.ui-field__placeholder {
  display: block;
  position: relative;
  color: #2C2C2C;
  opacity: 0.4;
  font: 400 1.2rem/1.6rem "Inter", sans-serif;
  pointer-events: none;
  margin: 0;
}

input.ui-field__input,
.ui-field__input,
textarea.ui-field__textarea,
.ui-field__textarea {
  display: block;
  width: 100%;
  padding: 0;
  height: auto;
  border: none;
  background: transparent;
  border-radius: 0;
  box-shadow: none;
  font: 400 1.6rem/2rem "Inter", sans-serif;
  color: #2C2C2C;
}
input.ui-field__input:-ms-input-placeholder,
.ui-field__input:-ms-input-placeholder,
textarea.ui-field__textarea:-ms-input-placeholder,
.ui-field__textarea:-ms-input-placeholder {
  opacity: 0;
}
input.ui-field__input::placeholder,
.ui-field__input::placeholder,
textarea.ui-field__textarea::placeholder,
.ui-field__textarea::placeholder {
  opacity: 0;
}

textarea.ui-field__textarea,
.ui-field__textarea {
  min-height: 6.2rem;
}

.ui-buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 1.6rem;
}

.ui-or {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font: 600 1.4rem/1.2 "Open Sans", sans-serif;
  text-transform: lowercase;
  color: #AAAAAA;
  gap: 1rem;
}
.ui-or:before, .ui-or:after {
  content: "";
  display: block;
  -ms-flex: 1;
  flex: 1;
  border-top: 0.2rem solid #D9D9D9;
}

.ui-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  gap: 1rem;
  margin: 0 0 3.2rem;
}

.ui-line {
  display: block;
  border-bottom: 0.2rem solid #D9D9D9;
  margin: 0 0 1.6rem;
}

.ui-caption {
  display: block;
  margin: 0;
  font: 400 1.4rem/1.2 "Open Sans", sans-serif;
  text-align: center;
}
.ui-caption a {
  color: #2C2C2C;
  text-decoration: none;
  font-weight: 700;
}
.ui-caption a:hover {
  text-decoration: underline;
  color: #2C2C2C;
}

.ui-checklist {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem;
}
@media (max-width: 767px) {
  .ui-checklist > li {
    -ms-flex: 1;
    flex: 1;
  }
  .ui-checklist .ui-check,
  .ui-checklist .ui-check__card {
    width: 100%;
  }
}

.ui-check {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  position: relative;
  gap: 1.6rem;
  cursor: pointer;
}

input.ui-check__input,
.ui-check__input {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
}
input.ui-check__input:checked ~ .ui-check__radio,
.ui-check__input:checked ~ .ui-check__radio {
  border-width: 0.5rem;
}
input.ui-check__input:checked ~ .ui-check__checkbox,
.ui-check__input:checked ~ .ui-check__checkbox {
  border-color: #F77723;
  background: #F77723;
}
input.ui-check__input:checked ~ .ui-check__checkbox:after,
.ui-check__input:checked ~ .ui-check__checkbox:after {
  opacity: 1;
}
input.ui-check__input:checked ~ .ui-check__card,
.ui-check__input:checked ~ .ui-check__card {
  border-color: #F77723;
}
input.ui-check__input:checked ~ .ui-check__card .ui-check__card-radio,
.ui-check__input:checked ~ .ui-check__card .ui-check__card-radio {
  border-width: 0.5rem;
}
input.ui-check__input:checked ~ .ui-check__category,
.ui-check__input:checked ~ .ui-check__category {
  font-weight: 600;
  color: #000;
}

.ui-check__category {
  display: block;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  color: #000;
}
.ui-check__category:hover {
  color: #ccc;
}

.ui-check__card {
  width: 16.4rem;
  height: 100%;
  min-height: 8.8rem;
  background: #fff;
  border: 1px solid #CCCCCC;
  border-radius: 0.8rem;
  padding: 0.8rem 3.2rem 3.2rem 0.8rem;
  position: relative;
  cursor: pointer;
}

.ui-check__card-title {
  display: block;
  margin: 0;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
}

.ui-check__card-radio {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  border: 0.2rem solid #F77723;
  border-radius: 50%;
  position: absolute;
  top: 0.8rem;
  right: 0.8rem;
}

.ui-check__card-tooltip {
  display: block;
  position: absolute;
  left: 0.8rem;
  bottom: 0.8rem;
  width: 1.8rem;
  height: 1.8rem;
  color: rgba(44, 44, 44, 0.44);
}
.ui-check__card-tooltip:hover {
  color: #2c2c2c;
}
.ui-check__card-tooltip svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ui-check__radio {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 50%;
  border: 0.2rem solid #F77723;
  background: #fff;
}

.ui-check__checkbox {
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 0.3rem;
  border: 0.2rem solid #CCCCCC;
  position: relative;
}
.ui-check__checkbox:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 6L5.25 11.25L10.5 1.5' stroke='white' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 1.4rem;
  height: 1.4rem;
  margin: -0.7rem 0 0 -0.7rem;
  opacity: 0;
}
.ui-check__checkbox--40x40 {
  background: #E6E6E6;
  border-color: #E6E6E6;
  border-radius: 0.8rem;
  width: 4rem;
  height: 4rem;
}
.ui-check__checkbox--40x40:after {
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
}

.ui-check__text {
  display: block;
  -ms-flex: 1;
  flex: 1;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
.ui-check__text mark {
  background: none;
  padding: 0;
}
.ui-check__text a {
  text-decoration: none;
  color: #F77723;
}
.ui-check__text a:hover {
  text-decoration: underline;
  color: #F77723;
}

.ui-readmore {
  position: relative;
  margin: 0.8rem 0 0 0;
  padding: 0;
}

.ui-number {
  display: -ms-flexbox;
  display: flex;
  gap: 0.8rem;
  width: 15.2rem;
  max-width: 100%;
}
.ui-number a {
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #EBEBEB;
  color: rgba(95, 99, 104, 0.3) !important;
}
.ui-number a svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.ui-number a:hover {
  background: rgba(248, 128, 43, 0.15);
  color: #F8802B !important;
}
.ui-number input {
  display: block;
  width: 100%;
  height: 4rem;
  border-radius: 0.8rem;
  background: #fff;
  border: 1px solid transparent;
  text-align: center;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  color: #000;
}

.ui-info {
  display: block;
  margin: 0 0 1.6rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  color: rgba(44, 44, 44, 0.6);
}
.ui-info:last-child {
  margin-bottom: 0;
}

.ui-products {
  margin: 0;
  padding: 0;
  list-style: none;
}
.ui-products > li {
  margin: 0 0 1.6rem;
}
.ui-products > li:last-child {
  margin-bottom: 0;
}

.ui-product {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
}

.ui-product__image {
  width: 13.6rem;
  height: 13.6rem;
  border-radius: 0.4rem;
  border: 1px solid #C0CFDA;
  background: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  overflow: hidden;
}
.ui-product__image a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ui-product__image img {
  display: block;
  max-width: 90%;
  max-height: 90%;
}

.ui-product__desc {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}

.ui-product__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
}
.ui-product__title a {
  text-decoration: none;
  color: #000000;
}
.ui-product__title a:hover {
  text-decoration: underline;
  color: #000000;
}

.ui-product__text {
  display: block;
  margin: 0 0 1.6rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  opacity: 0.4;
}

.ui-product__price {
  display: block;
  margin: 0;
  font: 500 2.2rem/1.2 "Inter", sans-serif;
  color: #2C2C2C;
}

.ui-link-dealers {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  padding: 0.8rem 6.5rem 0.8rem 1.6rem;
  border-radius: 0.6rem;
  background: #FFE1CB;
  color: #000000;
  min-height: 3.7rem;
  overflow: hidden;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  text-decoration: none;
}
.ui-link-dealers:after {
  content: "";
  display: block;
  width: 4.9rem;
  height: 4.9rem;
  position: absolute;
  top: 0.3rem;
  right: 0.8rem;
  background: url(/local/templates/ch/include/css/../images/img-wholesale.webp) 50% 50% no-repeat;
  background-size: contain;
  transition: transform 0.15s;
}
.ui-link-dealers:hover {
  background: #ffd2b2;
  color: #000000;
  text-decoration: none;
}

.ui-product-card {
  border-radius: 0.8rem;
  background: #F7F7F7;
  color: #2C2C2C;
  padding: 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  position: relative;
  overflow: hidden;
  text-align: left;
}
.ui-product-card.is-lock > *:not(.ui-product-card__buttons) {
  opacity: 0.4;
}
.ui-product-card:hover .ui-product-card__price,
.ui-product-card:hover .ui-product-card__title {
  color: #F77723;
}

.ui-product-card__url {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: #2C2C2C;
  -ms-flex: 1;
  flex: 1;
}
.ui-product-card__url:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.ui-product-card__url:hover {
  text-decoration: none;
  color: #2C2C2C;
}

.ui-product-card__badge {
  pointer-events: none;
}
.ui-product-card__badge--new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 2.4rem;
  min-width: 6.8rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  border-radius: 2.4rem;
  background: #F77723;
  color: #fff;
  padding: 0 0.8rem;
  font: 600 1.2rem/1.2 "Inter", sans-serif;
}
.ui-product-card__badge--youtube {
  display: block;
  width: 6rem;
  height: 4.5rem;
  position: absolute;
  right: 0;
  bottom: 0.8rem;
  z-index: 5;
  background: url(/local/templates/ch/include/css/../images/icon-badge-youtube.webp) 50% 50% no-repeat;
  background-size: contain;
  text-indent: -999.9rem;
}

.ui-product-card__gallery {
  position: relative;
  z-index: 2;
  mix-blend-mode: multiply;
  margin: 0 0 1.6rem;
}

.ui-product-card__image {
  object-fit: contain;
  position: relative;
  width: 100%;
  height: 17.4rem;
  margin: 0 auto 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  mix-blend-mode: multiply;
  overflow: hidden;
}

.ui-product-card__image img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
/*

.ui-product-card__image {
  object-fit: contain;
  position: relative;
  width: 100%;
  height: 17.4rem;
  margin: 0 0 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  mix-blend-mode: multiply;
  overflow: hidden;
}
*/
.ui-product-card__image:last-child {
  margin-bottom: 0;
}
.ui-product-card__image a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}
.ui-product-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.ui-product-card__price {
  display: block;
  margin: 0 0 0.4rem;
  font: 600 2.2rem/1.2 "Inter", sans-serif;
}
.ui-product-card__price small {
  display: block;
  padding: 0.4rem 0 0 0;
  font-size: 1.2rem;
}

.ui-product-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
  color: #2C2C2C;
}

.ui-product-card__text {
  display: block;
  margin: 0 0 0.8rem;
  font: 400 1.2rem/1.2 "Inter", sans-serif;
  color: rgba(44, 44, 44, 0.6);
}

.ui-product-card__info {
  margin: 0 0 1.6rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
  font: 400 1.2rem/1.2 "Inter", sans-serif;
}
.ui-product-card__info > li {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.4rem;
}

.ui-product-card__buttons {
  margin: auto 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
  position: relative;
  z-index: 2;
}
.ui-product-card__buttons .ui-btn {
  -ms-flex: 1;
  flex: 1;
  height: 4rem;
  padding: 0 0.8rem;
}
.ui-product-card__buttons .ui-btn--40x40 {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding: 0;
}
.ui-product-card__buttons .ui-btn--fullwidth {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-size: 1.2rem;
}
.ui-product-card__buttons .ui-btn--white {
  background: #fff;
  color: #F77723;
}
.ui-product-card__buttons .ui-btn--white:hover {
  background: #FFE1CB;
  color: #F77723;
}

.icon-product-card-star {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("data:image/svg+xml,%0A%3Csvg width='13' height='13' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.5753 5.72339L10.6566 4.97206L8.45198 0.276062C8.28731 -0.0746052 7.71198 -0.0746052 7.54731 0.276062L5.34331 4.97206L0.424644 5.72339C0.0206441 5.78539 -0.140689 6.27673 0.142644 6.56673L3.71598 10.2294L2.87131 15.4074C2.80398 15.8187 3.24331 16.1274 3.60664 15.9254L7.99998 13.4974L12.3933 15.9261C12.7533 16.1261 13.1966 15.8234 13.1286 15.4081L12.284 10.2301L15.8573 6.5674C16.1406 6.27673 15.9786 5.78539 15.5753 5.72339Z' fill='%23FFC107'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.icon-product-card-comments {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: -1px;
  width: 1.3rem;
  height: 1.3rem;
  background-image: url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.583008 12.917L1.72051 9.00866C1.53579 8.61005 1.39724 8.20171 1.30488 7.78366C1.21252 7.3656 1.16634 6.93783 1.16634 6.50033C1.16634 5.69338 1.31947 4.93505 1.62572 4.22533C1.93197 3.5156 2.34759 2.89824 2.87259 2.37324C3.39759 1.84824 4.01495 1.43262 4.72467 1.12637C5.4344 0.820117 6.19273 0.666992 6.99967 0.666992C7.80662 0.666992 8.56495 0.820117 9.27467 1.12637C9.9844 1.43262 10.6018 1.84824 11.1268 2.37324C11.6518 2.89824 12.0674 3.5156 12.3736 4.22533C12.6799 4.93505 12.833 5.69338 12.833 6.50033C12.833 7.30727 12.6799 8.0656 12.3736 8.77533C12.0674 9.48505 11.6518 10.1024 11.1268 10.6274C10.6018 11.1524 9.9844 11.568 9.27467 11.8743C8.56495 12.1805 7.80662 12.3337 6.99967 12.3337C6.56217 12.3337 6.1344 12.2875 5.71634 12.1951C5.29829 12.1028 4.88995 11.9642 4.49134 11.7795L0.583008 12.917ZM2.30384 11.1962L4.17051 10.642C4.30662 10.6031 4.44516 10.5885 4.58613 10.5982C4.72711 10.608 4.86079 10.642 4.98717 10.7003C5.29829 10.8559 5.62398 10.9725 5.96426 11.0503C6.30454 11.1281 6.64967 11.167 6.99967 11.167C8.30245 11.167 9.40592 10.7149 10.3101 9.81074C11.2143 8.90658 11.6663 7.8031 11.6663 6.50033C11.6663 5.19755 11.2143 4.09408 10.3101 3.18991C9.40592 2.28574 8.30245 1.83366 6.99967 1.83366C5.6969 1.83366 4.59342 2.28574 3.68926 3.18991C2.78509 4.09408 2.33301 5.19755 2.33301 6.50033C2.33301 6.85033 2.3719 7.19546 2.44967 7.53574C2.52745 7.87602 2.64412 8.20171 2.79967 8.51283C2.86773 8.63921 2.90419 8.77289 2.90905 8.91387C2.91391 9.05484 2.8969 9.19338 2.85801 9.32949L2.30384 11.1962Z' fill='%232C2C2C'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  opacity: 0.6;
}

.ui-banner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 2.4rem 27rem 2.4rem 3.2rem;
  border-radius: 0.8rem;
  background: #FFE1CB;
  position: relative;
  text-decoration: none;
  overflow: hidden;
  color: #2C2C2C;
  height: 100%;
  min-height: 11.2rem;
  text-align: left;
}
.ui-banner:hover {
  text-decoration: none;
  color: #2C2C2C;
}
@media (max-width: 767px) {
  .ui-banner {
    display: block;
    padding: 2.4rem 1.6rem;
  }
}

.ui-banner__image {
  position: absolute;
  top: 0.8rem;
  right: 6.5rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 15.8rem;
  height: 15.8rem;
}
.ui-banner__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 767px) {
  .ui-banner__image {
    position: relative;
    top: 0;
    right: 0;
    width: 8rem;
    height: 8rem;
    margin: 0 0 2.4rem;
  }
}

.ui-banner__desc {
  -ms-flex: 1;
  flex: 1;
}

.ui-banner__title {
  display: block;
  margin: 0 0 0.8rem;
  color: #F77723;
  font: 500 2.8rem/1.2 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .ui-banner__title {
    font-size: 2.2rem;
  }
}

.ui-banner__text {
  display: block;
  margin: 0;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .ui-banner__text {
    font-size: 1.2rem;
  }
}

.ui-category-card {
  background: #F7F7F7;
  border-radius: 0.8rem;
  padding: 1.6rem 14rem 1.6rem 1.6rem;
  height: 100%;
  min-height: 9.6rem;
  text-decoration: none;
  color: #000000;
  overflow: hidden;
  position: relative;
  z-index: 1;
  display: block;
  will-change: transform;
}
.ui-category-card:hover {
  text-decoration: none;
  color: #000000;
  background: #eaeaea;
}
@media (min-width: 1200px) {
  .ui-category-card--large {
    min-height: 14.4rem;
    padding-right: 17.2rem;
  }
  .ui-category-card--large .ui-category-card__title {
    font-size: 2.2rem;
  }
  .ui-category-card--large .ui-category-card__image {
    width: 17.2rem;
  }
  .ui-category-card--large .ui-category-card__image:after {
    right: -7.2rem;
    bottom: -10rem;
    width: 22.7rem;
    height: 22.7rem;
  }
}

.ui-category-card__title {
  display: block;
  margin: 0;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
}

.ui-category-card__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 14rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.ui-category-card__image:after {
  content: "";
  display: block;
  width: 12.7rem;
  height: 12.7rem;
  position: absolute;
  bottom: -4.7rem;
  left: 4.1rem;
  z-index: -1;
  border-radius: 50%;
  background: #FF934D;
  transition: 0.25s;
  transform: scale(1);
}
.ui-category-card__image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  mix-blend-mode: multiply;
}

.ui-article-card {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  background: #F7F7F7;
  color: #2C2C2C;
  text-decoration: none;
  text-align: left;
}
.ui-article-card:hover {
  text-decoration: none;
  color: #2C2C2C;
}
.ui-article-card:hover .ui-article-card__title {
  color: #F77723;
}
@media (min-width: 1200px) {
  .ui-article-card--large .ui-article-card__image {
    aspect-ratio: 676/280;
  }
  .ui-article-card--large .ui-article-card__desc {
    padding: 2.4rem;
  }
  .ui-article-card--large .ui-article-card__title {
    font-size: 2.8rem;
  }
  .ui-article-card--large .ui-article-card__text {
    font-size: 1.4rem;
  }
}

.ui-article-card__image {
  width: 100%;
  height: auto;
  aspect-ratio: 322/206;
  position: relative;
}
.ui-article-card__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ui-article-card__desc {
  padding: 2rem;
}

.ui-article-card__title {
  display: block;
  margin: 0 0 0.8rem;
  font: 500 1.8rem/1.2 "Inter", sans-serif;
}

.ui-article-card__text {
  display: block;
  margin: 0;
  font: 400 1.2rem/1.2 "Inter", sans-serif;
  opacity: 0.6;
}

.is-search-focus .ui-search,
.is-search-results .ui-search {
  z-index: 100;
}
.is-search-focus .ui-search__input,
.is-search-results .ui-search__input {
  box-shadow: 0 0 0 999.9rem rgba(0, 0, 0, 0.3);
}
.is-search-focus .ui-search__offcanvas,
.is-search-results .ui-search__offcanvas {
  opacity: 1;
  visibility: visible;
}

.is-search-focus .ui-autocomplete {
  display: none;
}
.is-search-focus .ui-recommended {
  display: block;
}

.is-search-results .ui-autocomplete {
  display: block;
}
.is-search-results .ui-recommended {
  display: none;
}

.ui-search {
  position: relative;
}

.ui-search__input {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 3.6rem;
  border-radius: 0.4rem;
  border: 0.2rem solid #F8802B;
  background: #fff;
  padding: 0 6.4rem 0 0.8rem;
  font: 400 1.6rem/1.2 "Inter", sans-serif;
  color: #000;
}
.ui-search__input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.ui-search__input::placeholder {
  color: rgba(0, 0, 0, 0.3);
}
.ui-search__input:focus {
  box-shadow: 0 0 0 999.9rem rgba(0, 0, 0, 0.3);
}
.ui-search__input:not(:placeholder-shown) ~ .ui-search__reset {
  visibility: visible;
}

.ui-search__reset {
  position: absolute;
  top: 0;
  right: 3.2rem;
  z-index: 2;
  height: 100%;
  width: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: transparent;
  color: #000000;
  opacity: 0.6;
  visibility: hidden;
}
.ui-search__reset svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.ui-search__reset:hover {
  color: #000000;
  opacity: 1;
}

.ui-search__btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  height: 100%;
  width: 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #F9812B;
  color: #fff;
  border-radius: 0 0.4rem 0.4rem 0;
}
.ui-search__btn svg {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
}
.ui-search__btn:hover {
  background: #f06f1a;
  color: #fff;
}

.ui-search__offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 3;
  margin: 0.8rem 0 0 0;
  background: #fff;
  border-radius: 0.4rem;
  overflow: hidden;
  opacity: 0;
  visibility: hidden;
}
.ui-search__offcanvas::-webkit-scrollbar {
  display: none;
}
.ui-autocomplete {
  position: relative;
  display: none;
}

.ui-autocomplete__control {
  position: absolute;
  right: 1.6rem;
  bottom: 5.6rem;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0;
  display: none;
}

.ui-autocomplete__up,
.ui-autocomplete__down {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.4rem;
  height: 2.4rem;
  color: #000;
  background: none;
  padding: 0;
  border-radius: 0.4rem;
}
.ui-autocomplete__up svg,
.ui-autocomplete__down svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.ui-autocomplete__up:hover,
.ui-autocomplete__down:hover {
  color: #F77723;
}
.ui-autocomplete__up.is-disabled,
.ui-autocomplete__down.is-disabled {
  pointer-events: none;
  opacity: 0.2;
}

.ui-autocomplete__list {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100svh - 19.2rem);
}
.ui-autocomplete__list::-webkit-scrollbar {
  display: none;
}

.ui-autocomplete__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
  color: #4788cb;
  position: relative;
  z-index: 1;
  padding: 0.8rem 2.4rem 0.8rem 0.8rem;
}
.ui-autocomplete__item:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 6.4rem;
  height: 100%;
  background: #fafafa;
  z-index: -1;
  mix-blend-mode: multiply;
}
.ui-autocomplete__item:hover, .ui-autocomplete__item.is-active {
  background: #FFE1CB;
  text-decoration: none;
  color: #4788cb;
}

.ui-autocomplete__item-image {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4.8rem;
  height: 4.8rem;
  padding: 0;
  background: #fff;
  border: 1px solid #e8e8e8;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  mix-blend-mode: multiply;
}
.ui-autocomplete__item-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}

.ui-autocomplete__item-value {
  display: block;
  margin: 0;
  font: 400 1.3rem/1.2 "Inter", sans-serif;
}

.ui-autocomplete__all {
  border-top: 1px solid #e5e5e5;
  padding: 0.8rem 1.6rem 0.8rem 7.2rem;
  font: 400 1.3rem/1.2 "Inter", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4.8rem;
}

.ui-recommended {
  padding: 1.6rem;
}
.ui-recommended .ui-product-card__image {
  height: 11.8rem;
}
.ui-recommended .ui-product-card__title {
  font-size: 1.2rem;
  margin: 0;
}

.ui-recommended__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 500 2.2rem/1.2 "Inter", sans-serif;
}

.ui-recommended__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 1.6rem;
}
.ui-recommended__list > li {
  min-width: 0;
}

.lock {
  margin: 0 0 2.4rem;
}

.lock__title {
  display: block;
  margin: 0;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
  color: #2C2C2C;
}

.sku {
  position: relative;
  margin: 0 -1.5rem 6rem;
  padding: 0 2.4rem;
  overflow: hidden;
}
.sku:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: -1.5rem;
  right: -1.5rem;
  border-top: 1px solid #E6E6E6;
  z-index: 5;
}
.sku.is-lock .sku__main {
  opacity: 0.6;
}
.sku.is-lock .sku__title,
.sku.is-lock .sku__rating,
.sku.is-lock .sku__features,
.sku.is-lock .sku__price,
.sku.is-lock .sku__table tbody {
  opacity: 0.4;
}
.sku.is-lock .sku__price {
  color: #2C2C2C;
}
.sku.is-lock .sku__buttons .ui-btn--fullwidth {
  background: #F7F7F7;
  color: rgba(44, 44, 44, 0.4);
  pointer-events: none;
}
@media (min-width: 992px) {
  .sku {
    overflow: unset;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 38.6rem;
    grid-template-columns: 1fr 38.6rem;
    gap: 4rem;
    margin: 0 0 6rem;
    padding: 0;
  }
  .sku:before {
    display: none;
  }
}
@media (min-width: 1200px) {
  .sku {
    gap: 8rem;
  }
}

.sku__main {
  margin: 0 -2.4rem 2.4rem;
}
@media (min-width: 992px) {
  .sku__main {
    margin: 0;
    min-width: 0;
  }
}

@media (min-width: 992px) {
  .sku__aside {
    min-width: 0;
  }
}

.sku__title {
  display: block;
  margin: 0 0 2.4rem;
  font: 600 2rem/1.2 "Inter", sans-serif;
}
@media (min-width: 992px) {
  .sku__title {
    font-size: 2.2rem;
  }
}

.sku__rating {
  margin: 0 0 2.4rem;
}
.sku__rating .api-reviews-stat .stat-view-inline-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 100%;
}
.sku__rating .api-reviews-stat .clearfix {
  display: none;
}
.sku__rating .stat-view-inline-title .api-stars-empty__ux {
  width: 16.3rem;
  height: 2.7rem;
  background-size: cover;
}
.sku__rating .stat-view-inline-title .api-stars-full__ux {
  background-size: cover;
}
@media (max-width: 991px) {
  .sku__rating {
    display: none;
  }
}

.sku__features {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(5.5rem, auto))[auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(5.5rem, auto));
  gap: 0.8rem;
}
.sku__features > li {
  min-width: 0;
}
.sku__features img {
  display: block;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  object-fit: contain;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  pointer-events: none;
}

.sku__price {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 2.4rem;
  font: 600 3.6rem/1.2 "Inter", sans-serif;
  color: #000;
}

.sku__price-link {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  color: #F77723;
  text-decoration: none;
}
.sku__price-link:hover {
  color: #F77723;
  text-decoration: underline;
}

.sku__table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  margin: 0 0 2.4rem;
}
.sku__table th, .sku__table td {
  padding: 1.2rem 0.6rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  text-align: left;
  border-bottom: 1px solid #E6E6E6;
  height: 4rem;
}
.sku__table th:first-child, .sku__table td:first-child {
  padding-left: 0;
}
.sku__table th:last-child, .sku__table td:last-child {
  padding-right: 0;
}
.sku__table td {
  color: rgba(0, 0, 0, 0.6);
}
.sku__table tbody:first-child tr:first-child th, .sku__table tbody:first-child tr:first-child td,
.sku__table tfoot:first-child tr:first-child th,
.sku__table tfoot:first-child tr:first-child td {
  padding-top: 0;
}
.sku__table tbody:last-child tr:last-child th, .sku__table tbody:last-child tr:last-child td,
.sku__table tfoot:last-child tr:last-child th,
.sku__table tfoot:last-child tr:last-child td {
  border-bottom: none;
  padding-bottom: 0;
}

.sku__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.6rem 1.2rem;
}
.sku__buttons .ui-btn {
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  white-space: nowrap;
}
.sku__buttons .ui-btn--compare {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.sku__buttons .ui-btn--fullwidth {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  font-weight: 700;
}
@media (min-width: 992px) {
  .sku__buttons {
    gap: 1.6rem;
  }
  .sku__buttons .ui-btn {
    padding-left: 0.8rem;
    padding-right: 0.8rem;
  }
  .sku__buttons .ui-btn--compare {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}

.sku__buttons-row {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  display: -ms-flexbox;
  display: flex;
  gap: inherit;
}

.sku__hidden {
  display: none;
}

.details {
  margin: 0 -1.5rem 6rem;
  padding: 0 2.4rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .details {
    padding: 0;
    margin: 0 0 6rem;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 38.6rem;
    grid-template-columns: 1fr 38.6rem;
    gap: 4rem;
    overflow: unset;
  }
}
@media (min-width: 1200px) {
  .details {
    gap: 8rem;
  }
}

.details__main {
  margin: 0 0 2.4rem;
}
@media (min-width: 992px) {
  .details__main {
    margin: 0;
    min-width: 0;
  }
}

@media (min-width: 992px) {
  .details__aside {
    min-width: 0;
  }
}

.tabs {
  margin: 0 0 6rem;
}
.tabs:last-child {
  margin-bottom: 0;
}

.tabs__menu {
  margin: 0 0 4.8rem;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1rem;
}

.tabs__btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: top;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0.8rem 1.6rem;
  border-radius: 0.4rem;
  background: #F7F7F7;
  color: #000;
  font: 600 1.4rem/1.2 "Inter", sans-serif;
  transition: 0.15s;
  height: 3.7rem;
}
.tabs__btn:hover {
  background: #E6E6E6;
  color: #2C2C2C;
}
.tabs__btn.is-active {
  background: #2C2C2C;
  color: #fff;
}

.tabs__wrapper {
  position: relative;
}

.tabs__content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  visibility: hidden;
}
.tabs__content.is-active {
  position: relative;
  visibility: visible;
}

.wysiwyg {
  font: 400 1.6rem/1.375 "Inter", sans-serif;
}
.wysiwyg h1,
.wysiwyg h2,
.wysiwyg h3 {
  display: block;
  margin: 0 0 1.6rem;
  font: 500 2.8rem/1.2 "Inter", sans-serif;
}
.wysiwyg p {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  margin: 0 0 1.6rem;
}
.wysiwyg p:last-child {
  margin-bottom: 0;
}
.wysiwyg figure {
  margin: 0 0 1.6rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 2.4rem;
}
.wysiwyg figure:last-child {
  margin-bottom: 0;
}
.wysiwyg figure img {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5.5rem;
  height: 5.5rem;
  object-fit: contain;
}
.wysiwyg figure figcaption {
  -ms-flex: 1;
  flex: 1;
}
.wysiwyg table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.wysiwyg table th, .wysiwyg table td {
  padding: 1.6rem 0.8rem;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
  text-align: left;
  height: 5.4rem;
  border-top: 1px solid #E6E6E6;
  vertical-align: top;
}
.wysiwyg table th:first-child, .wysiwyg table td:first-child {
  padding-left: 0;
}
.wysiwyg table th:last-child, .wysiwyg table td:last-child {
  padding-right: 0;
}
.wysiwyg table th {
  font-weight: 600;
}
.wysiwyg table tr:last-child th, .wysiwyg table tr:last-child td {
  padding-bottom: 0;
}
.wysiwyg p + h1, .wysiwyg p + h2, .wysiwyg p + h3,
.wysiwyg figure + h1,
.wysiwyg figure + h2,
.wysiwyg figure + h3 {
  margin-top: 3.2rem;
}

.inform {
  margin: 0 0 4.8rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background: #F7F7F7;
}

.inform__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.inform__list > li {
  margin: 0 0 2.4rem;
}
.inform__list > li:last-child {
  margin-bottom: 0;
}

.inform__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
}

.inform__item-icon {
  display: block;
  margin: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 3.2rem;
  height: 3.2rem;
  color: #2C2C2C;
}
.inform__item-icon svg {
  display: block;
  width: 100%;
  height: 100%;
}
.inform__item-icon path {
  fill: #2C2C2C;
}

.inform__item-desc {
  -ms-flex: 1;
  flex: 1;
}

.inform__item-title {
  display: block;
  margin: 0 0 0.4rem;
  font: 600 1.4rem/1.2 "Inter", sans-serif;
}

.inform__item-text {
  display: block;
  margin: 0;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  color: #2C2C2C;
}
.inform__item-text a {
  color: #2C2C2C;
  text-decoration: none;
}
.inform__item-text a:hover {
  color: #2C2C2C;
  text-decoration: underline;
}

.popular .popular-items-title {
  padding: 0;
  margin: 0 0 2.4rem;
  font: 500 2.8rem/1.2 "Inter", sans-serif;
}
.popular .popular-items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin: 0;
  padding: 0;
}
.popular .products-item {
  min-width: 0;
  width: 100%;
  margin: 0;
}
@media (min-width: 576px) {
  .popular .popular-items {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .popular {
    max-width: 28rem;
  }
  .popular .popular-items {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.panels__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 2.4rem;
}
.panels__list > li {
  min-width: 0;
}

.panels__item {
  background: #F7F7F7;
  border-radius: 0.8rem;
  padding: 2.4rem 3.2rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4rem;
}
@media (min-width: 768px) {
  .panels__item {
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.panels__item-image {
  width: 9.6rem;
  height: 9.6rem;
  border-radius: 1.6rem;
  overflow: hidden;
  margin: 0;
  mix-blend-mode: multiply;
}
.panels__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.panels__item-image--white {
  mix-blend-mode: unset;
  background: #fff;
}

.panels__item-desc {
  -ms-flex: 1;
  flex: 1;
}

.panels__item-title {
  display: block;
  margin: 0 0 0.8rem;
  font: 500 2.2rem/1.2 "Inter", sans-serif;
}

.panels__item-readmore {
  font: 400 1.4rem/1.8rem "Inter", sans-serif;
  max-height: 5.4rem;
  overflow: hidden;
  transition: height 0.4s;
  margin: 0 -0.8rem 0 0;
}
.panels__item-readmore p {
  margin: 0;
}
.panels__item-readmore p:last-child {
  margin-bottom: 0;
}
.panels__item-readmore a {
  color: #F77723;
  text-decoration: none;
}
.panels__item-readmore a:hover {
  color: #F77723;
  text-decoration: underline;
}

.panels__item-text {
  display: block;
  margin: 0 0 0.8rem;
}

.panels__item-link {
  color: #F77723;
  text-decoration: none;
}
.panels__item-link:hover {
  color: #F77723;
  text-decoration: underline;
}

.recommended .popular-items-title {
  padding: 0;
  margin: 0 0 2.4rem;
  font: 500 2.8rem/1.2 "Inter", sans-serif;
}

.auth {
  width: 36rem;
  max-width: 100%;
  margin: 0 auto;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.auth__title {
  display: block;
  margin: 0 0 1.6rem;
  font: 400 2.2rem/1.2 "Inter", sans-serif;
}

.auth__subtitle {
  display: block;
  margin: 0 0 1.6rem;
  font: 600 1.8rem/1.2 "Inter", sans-serif;
}

.auth__form {
  padding: 0;
}
.auth__form .ui-field:has(input[style*="display: none;"]) {
  display: none;
}
.auth__form .ui-buttons {
  margin: 0 0 3.2rem;
}
.auth__form .ui-social {
  margin: 0 0 3.2rem;
}
.auth__form .ui-line {
  margin: 0 0 1.6rem;
}

.cart {
  font-family: "Inter", sans-serif;
  color: #2C2C2C;
}
.cart h1 {
  font: 500 3.6rem/1.2 "Inter", sans-serif;
  margin: 0 0 3.2rem;
}
@media (max-width: 767px) {
  .cart h1 {
    display: none;
  }
}
.cart .bx_ordercart .bx_ordercart_photo_container {
  width: 13.6rem;
  height: 13.6rem;
  background: #fff;
  border: 1px solid #C0CFDA;
  border-radius: 0.4rem;
  margin: 0;
  padding: 0;
}
.cart .bx_ordercart .bx_ordercart_itemtitle {
  display: block;
  margin: 0 0 1.6rem;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
}
.cart .bx_ordercart .bx_ordercart_itemtitle a {
  font: inherit;
  color: #000;
  text-decoration: none;
}
.cart .bx_ordercart .bx_ordercart_itemtitle a:hover {
  color: #000;
  text-decoration: underline;
}
.cart .bx_ordercart .bx_ordercart_itemart {
  display: none;
}
.cart .bx_ordercart .cart__delay {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  color: #F8802B;
  text-decoration: none;
  margin: 0 0 1.6rem;
}
.cart .bx_ordercart .cart__delay:hover {
  color: #F8802B;
  text-decoration: underline;
}
.cart .bx_ordercart .cart__control {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  position: absolute;
  left: 0.8rem;
  bottom: 1.6rem;
}
@media (max-width: 767px) {
  .cart .bx_ordercart .cart__control {
    left: 16.8rem;
    bottom: 1.6rem;
  }
}
.cart .bx_ordercart .cart__control-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  border-radius: 0.8rem;
  background: #fff;
  color: #5F6368;
}
.cart .bx_ordercart .cart__control-btn svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.cart .bx_ordercart .cart__control-btn:hover {
  color: #000;
}
.cart .bx_ordercart .cart__control-btn.is-active {
  color: #F8802B;
}
.cart .bx_ordercart #basket_items .sum {
  font: 500 2.2rem/1.2 "Inter", sans-serif;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  min-height: 4rem;
}
@media (max-width: 767px) {
  .cart .bx_ordercart #basket_items .sum {
    min-height: auto;
  }
}
.cart .bx_ordercart_order_table_container {
  overflow: unset;
  margin: 0 0 6rem;
  padding: 0;
}
.cart .bx_ordercart_order_table_container:last-child {
  margin-bottom: 0;
}
.cart .bx_ordercart_order_table_container table#basket_items,
.cart .bx_ordercart_order_table_container table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0 2.4rem;
  margin: -2.4rem 0;
}
.cart .bx_ordercart_order_table_container table#basket_items thead,
.cart .bx_ordercart_order_table_container table thead {
  display: none;
}
.cart .bx_ordercart_order_table_container table#basket_items tbody td,
.cart .bx_ordercart_order_table_container table tbody td {
  position: relative;
  background: #F5F5F5;
  padding: 1.6rem 0.8rem;
  border: none;
  vertical-align: top;
}
.cart .bx_ordercart_order_table_container table#basket_items tbody td:first-child,
.cart .bx_ordercart_order_table_container table tbody td:first-child {
  padding-left: 1.6rem;
  border-top-left-radius: 0.8rem;
  border-bottom-left-radius: 0.8rem;
}
.cart .bx_ordercart_order_table_container table#basket_items tbody td:last-child,
.cart .bx_ordercart_order_table_container table tbody td:last-child {
  padding-right: 1.6rem !important;
  border-top-right-radius: 0.8rem;
  border-bottom-right-radius: 0.8rem;
}
.cart .bx_ordercart_order_table_container table#basket_items tbody td.itemphoto,
.cart .bx_ordercart_order_table_container table tbody td.itemphoto {
  width: 13.6rem;
}
.cart .bx_ordercart_order_table_container table#basket_items tbody td.item,
.cart .bx_ordercart_order_table_container table tbody td.item {
  padding-bottom: 6rem;
  width: auto;
}
@media (max-width: 767px) {
  .cart .bx_ordercart_order_table_container table#basket_items,
  .cart .bx_ordercart_order_table_container table {
    display: block;
    margin: 0;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody, .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr, .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td,
  .cart .bx_ordercart_order_table_container table > tbody,
  .cart .bx_ordercart_order_table_container table > tbody > tr,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td {
    display: block;
    margin: 0;
    padding: 0;
    background: none;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td {
    padding: 0;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td:first-child, .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td:last-child,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td:first-child,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td:last-child {
    padding: 0;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr,
  .cart .bx_ordercart_order_table_container table > tbody > tr {
    background: #F5F5F5;
    border-radius: 0.8rem;
    margin: 0 0 1.6rem;
    padding: 1.6rem 1.6rem 7.2rem 16.8rem;
    min-height: 16.8rem;
    position: relative;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr:last-child,
  .cart .bx_ordercart_order_table_container table > tbody > tr:last-child {
    margin-bottom: 0;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td {
    position: static;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td.itemphoto,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td.itemphoto {
    position: absolute;
    top: 1.6rem;
    left: 1.6rem;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td.item,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td.item {
    padding: 0;
  }
  .cart .bx_ordercart_order_table_container table#basket_items > tbody > tr > td.qua,
  .cart .bx_ordercart_order_table_container table > tbody > tr > td.qua {
    margin: 0 0 1.6rem;
  }
}

.cart__grid {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "main aside" "featured aside";
  -ms-grid-columns: 1fr 26.4rem;
  grid-template-columns: 1fr 26.4rem;
  gap: 2.5rem;
  margin: 0 0 6rem;
}
.cart__grid:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .cart__grid {
    display: block;
  }
}

.cart__main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  grid-area: main;
}
@media (max-width: 991px) {
  .cart__main {
    margin: 0 0 1.6rem;
  }
}

.cart__aside {
  grid-area: aside;
}
@media (max-width: 991px) {
  .cart__aside {
    width: auto;
    position: static;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 6rem;
  }
  .cart__aside:last-child {
    margin-bottom: 0;
  }
}

.cart__featured {
  grid-area: featured;
}

.cart__sticky {
  position: sticky;
  top: 10rem;
}

.cart__order .bx_ordercart_order_pay_right {
  margin: 0 0 1.6rem;
  padding: 2.3rem 1.7rem;
  background: #F5F5F5;
  width: 100%;
  border-radius: 0.8rem;
}
.cart__order .cart__order-label {
  display: block;
  margin: 0 0 0.8rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
}
.cart__order .cart__order-sum {
  margin: 0 0 2.4rem;
  font: 700 2.8rem/1.2 "Inter", sans-serif;
  color: #2C2C2C;
}
.cart__order .bx_ordercart_coupon {
  margin: 0 0 3.2rem;
}
.cart__order .bx_ordercart_coupon input {
  display: block;
  width: 100%;
  height: 4rem;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 0.8rem;
  padding: 0.8rem 3.6rem 0.8rem 1.6rem;
  color: #000;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
}
.cart__order .bx_ordercart_coupon input:-ms-input-placeholder {
  opacity: 0.4;
  color: #000;
}
.cart__order .bx_ordercart_coupon input::placeholder {
  opacity: 0.4;
  color: #000;
}
.cart__order .bx_ordercart_coupon input:focus {
  border-color: #F77723;
}
.cart__order .bx_ordercart_coupon .btn__ux {
  width: 2.8rem;
  height: 2.8rem;
  position: absolute;
  top: 50%;
  right: 0.4rem;
  margin: -1.4rem 0 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: 600 1rem/1 "Inter", sans-serif;
  text-transform: uppercase;
  border-radius: 0.4rem;
  padding: 0;
  background: #2C2C2C;
  color: #fff;
}
.cart__order .bx_ordercart_coupon .btn__ux:hover {
  background: #000;
  color: #fff;
}
.cart__order .order_checkout_block {
  margin: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 1.6rem;
}
.cart__order .order_checkout_block .ui-btn {
  margin: 0;
}
.cart__order .order_checkout_block .checkout-1click {
  margin: 0;
  padding: 0;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  width: auto !important;
}

.car__wholesale {
  padding: 1.6rem 1.7rem;
  border-radius: 0.8rem;
  background: #FFE1CB;
  color: #2C2C2C;
}
@media (max-width: 991px) {
  .car__wholesale {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    gap: 1.6rem;
  }
}

.car__wholesale-desc {
  margin: 0 0 1.6rem;
}
@media (max-width: 991px) {
  .car__wholesale-desc {
    margin: 0;
    -ms-flex: 1;
    flex: 1;
  }
}

.car__wholesale-title {
  display: block;
  margin: 0 0 0.8rem;
  font: 600 2.2rem/1.2 "Inter", sans-serif;
  color: #2C2C2C;
}
@media (max-width: 991px) {
  .car__wholesale-title {
    font-size: 1.4rem;
  }
}

.car__wholesale-text {
  display: block;
  margin: 0 -0.8rem 0 0;
  font: 400 1.2rem/1.2 "Inter", sans-serif;
}

.car__wholesale-image {
  display: block;
  margin: 0 0 2.4rem;
  width: 8rem;
  height: 8rem;
}
.car__wholesale-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991px) {
  .car__wholesale-image {
    margin: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
}

.car__wholesale-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 4rem;
  border-radius: 0.8rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  text-align: center;
  text-decoration: none;
  background: #fff;
  color: #F77723;
}
.car__wholesale-btn:hover {
  background: #F77723;
  color: #fff;
  text-decoration: none;
}
.car__wholesale-btn:focus {
  text-decoration: none;
}
@media (max-width: 991px) {
  .car__wholesale-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: transparent;
    color: transparent;
    opacity: 0;
  }
}

.cart .bx_ordercart #basket_items .sum,
.cart__order-sum {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
}
.cart .bx_ordercart #basket_items .sum del,
.cart__order-sum del {
  text-decoration: none;
  font-size: 70%;
  color: #ccc;
  position: relative;
  font-weight: 500;
}
.cart .bx_ordercart #basket_items .sum del:after,
.cart__order-sum del:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: red;
  margin: -1px 0 0 0;
}
.cart .bx_ordercart #basket_items .sum ins,
.cart__order-sum ins {
  text-decoration: none;
}

.featured {
  margin: 0 0 6rem;
}
.featured:last-child {
  margin-bottom: 0;
}

.featured__title {
  display: block;
  margin: 0 0 2.4rem;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
}

.featured__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.featured__list > li {
  min-width: 0;
}
@media (max-width: 767px) {
  .featured__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

.featured__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
}

.featured__item-image {
  width: 100%;
  height: auto;
  aspect-ratio: 224/154;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 0 0.8rem;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e0e0e0;
}
.featured__item-image a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
}
.featured__item-image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featured__item-title {
  display: block;
  margin: 0 0 1.2rem;
  font: 400 1.5rem/1.2 "Inter", sans-serif;
}
.featured__item-title a {
  color: #000;
  text-decoration: none;
}
.featured__item-title a:hover {
  color: #F8802B;
  text-decoration: none;
}

.featured__item-price {
  font: 700 1.7rem/1.2 "Inter", sans-serif;
  margin: auto 0 0.8rem;
}
.featured__item-price:last-child {
  margin-bottom: 0;
}

.checkout {
  font-family: "Inter", sans-serif;
  color: #2C2C2C;
  max-width: 120.8rem;
  margin: 0 auto;
}

.checkout__title {
  font: 500 3.6rem/1.2 "Inter", sans-serif;
  margin: 0 0 3.2rem;
}
@media (max-width: 991px) {
  .checkout__title {
    font-size: 2.8rem;
    margin: 0 0 1.6rem;
  }
}


.checkout__grid {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "main aside";
  -ms-grid-columns: 1fr 26.4rem;
  grid-template-columns: 1fr 26.4rem;
  gap: 2.4rem;
  margin: 0 0 6rem;
}
.checkout__grid:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .checkout__grid {
    display: block;
  }
}

.checkout__main {
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  grid-area: main;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.checkout__main > * {
  min-width: 0;
}
@media (max-width: 991px) {
  .checkout__main {
    margin: 0 0 1.6rem;
  }
}

.checkout__aside {
  grid-area: aside;
  min-width: 0;
}
.checkout__sticky {
  position: sticky;
  top: 10rem;
}

.checkout__group {
  background: #F7F7F7;
  border: none;
  margin: 0;
  padding: 2.4rem;
  border-radius: 0.8rem;
}

.checkout__group-title {
  display: block;
  margin: 0 0 1.6rem;
  font: 500 2.2rem/1.2 "Inter", sans-serif;
}

.checkout__group-data .ui-field {
  max-width: 72rem;
}

.checkout__success-title {
  display: block;
  margin: 0 0 3.2rem;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
}

.checkout__success-dl {
  margin: 0 0 3.2rem;
}
.checkout__success-dl dt {
  display: block;
  margin: 0 0 0.8rem;
  font: 500 1.8rem/1.2 "Inter", sans-serif;
}
.checkout__success-dl dd {
  display: block;
  margin: 0 0 3.2rem;
  font: 500 2.8rem/1.2 "Inter", sans-serif;
  color: #F77723;
}
.checkout__success-dl dd:last-child {
  margin-bottom: 0;
}

.checkout__success-text {
  display: block;
  margin: 0 0 2.4rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
}
.checkout__success-text b {
  font-weight: 700;
}

.order {
  margin: 0 0 1.6rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  background: #F5F5F5;
}

.order__list {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
  font: 500 1.8rem/1.2 "Inter", sans-serif;
  color: #2C2C2C;
}
.order__list small {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0.6;
}
.order__list > li {
  margin: 0 0 2.4rem;
}
.order__list > li:last-child {
  margin-bottom: 0;
}

.order__line {
  display: block;
  margin: 0 0 2.4rem;
  border: none;
  border-bottom: 1px solid #D9D9D9;
}

.order__total {
  display: block;
  margin: 0 0 2.4rem;
  color: #2C2C2C;
  font: 700 2.8rem/1.2 "Inter", sans-serif;
}
.order__total small {
  display: block;
  margin: 0 0 0.8rem;
  font-size: 1.4rem;
  font-weight: 400;
  opacity: 0.6;
}

.wholesale {
  background: #FFE1CB;
  margin: 0 0 1.6rem;
  padding: 1.6rem;
  border-radius: 0.8rem;
  text-decoration: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  color: #2C2C2C;
}
.wholesale:hover {
  text-decoration: none;
  color: #2C2C2C;
}

.wholesale__image {
  display: block;
  width: 8rem;
  height: 8rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.wholesale__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.wholesale__desc {
  -ms-flex: 1;
  flex: 1;
}

.wholesale__title {
  display: block;
  margin: 0 0 0.8rem;
  font: 600 1.4rem/1.2 "Inter", sans-serif;
  color: #F77723;
}

.wholesale__text {
  display: block;
  margin: 0 -0.8rem 0 0;
  font: 400 1.2rem/1.2 "Inter", sans-serif;
}

.category {
  position: relative;
}

.category__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 22rem 1fr;
  grid-template-columns: 22rem 1fr;
  gap: 2.4rem;
}
@media (max-width: 991px) {
  .category__grid {
    display: block;
  }
}

.category__main {
  min-width: 0;
}
.category__aside {
  min-width: 0;
}
.category__title {
  display: block;
  position: relative;
  margin: 0 0 3.2rem;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .category__title {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 0.8rem;
  }
}

.category__toggle {
  display: none;
}
@media (max-width: 991px) {
  .category__toggle {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 3.6rem;
    height: 3.6rem;
    border-radius: 0.4rem;
    background: #F7F7F7;
    color: #2C2C2C;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .category__toggle svg {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
  }
}

.category__cards {
  margin: 0 0 3.2rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
.category__cards > * {
  min-width: 0;
}
@media (max-width: 1199px) {
  .category__cards {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
}
@media (max-width: 575px) {
  .category__cards {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.category__filter {
  margin: 0 0 3.2rem;
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
}
.category__filter .products-filter-description {
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  white-space: nowrap;
  margin: 0 0.8rem 0 0;
  padding: 0;
}
.category__filter .hidden_select_container select {
  display: none;
}
.category__filter .select-sort-wrapper {
  width: auto;
  max-width: 100%;
}
.category__filter .select-count-wrapper {
  width: auto;
  min-width: 8rem;
}
.category__filter .simpleselect {
  border: 0.2rem solid #E6E6E6;
  border-radius: 0.4rem;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 15.4L6 9.4L7.4 8L12 12.6L16.6 8L18 9.4L12 15.4Z' fill='%235F6368'/%3E%3C/svg%3E%0A");
  background-position: right 1.2rem center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  white-space: nowrap;
  width: auto;
}
.category__filter .simpleselect .placeholder {
  padding: 0.4rem 3.6rem 0.4rem 1.6rem;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  text-overflow: ellipsis;
  overflow: hidden;
}
.category__filter .simpleselect .options {
  position: absolute;
  top: 100% !important;
  left: 0;
  min-width: 100%;
  width: auto;
  white-space: nowrap;
  border: 0.2rem solid #E6E6E6;
  border-radius: 0.4rem;
  background: #fff;
  margin: 0.4rem -0.2rem 0;
}
.category__filter .simpleselect .options .option {
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  padding: 0.8rem 1.6rem;
}

.category__filter-cell {
  min-width: 0;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.category__filter-cell--auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.category__products .products-container-wrapper {
  margin: 0 0 3.2rem;
}
.category__products .ui-products-rows {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 1.6rem;
}
.category__products .ui-products-rows > * {
  min-width: 0;
}
.category__products .ui-products-rows .ui-banner {
  -ms-grid-column: span 4;
  grid-column: span 4;
}
@media (max-width: 1199px) {
  .category__products .ui-products-rows {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .category__products .ui-products-rows .ui-banner {
    -ms-grid-column: span 2;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .category__products .ui-products-rows {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .category__products .ui-products-rows .ui-banner {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
}
.category__products .catalog-control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}
.category__products .bx_pagination_bottom {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 4rem;
}

.is-filter-open .filter {
  opacity: 1;
  visibility: visible;
}
.is-filter-open body {
  overflow: hidden;
}

.filter {
  position: sticky;
  top: 10rem;
}
@media (max-width: 991px) {
  .filter {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #fff;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    transition: 0.25s;
    opacity: 0;
    visibility: hidden;
  }
  .filter .ui-check__input:checked ~ .ui-check__category {
    color: #F77723;
  }
}

.filter__head {
  display: none;
}
@media (max-width: 991px) {
  .filter__head {
    padding: 0.8rem 4.8rem;
    min-height: 6.4rem;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
  }
}

@media (max-width: 991px) {
  .filter__body {
    padding: 1rem 1.6rem;
    -ms-flex: 1;
    flex: 1;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.filter__title {
  display: block;
  margin: 0;
  font: 600 1.6rem/1.2 "Inter", sans-serif;
  text-align: center;
}

.filter__close {
  position: absolute;
  top: 50%;
  right: 2rem;
  z-index: 10;
  margin: -1.2rem 0 0 0;
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  cursor: pointer;
  padding: 0;
  background: none;
  color: #F77723;
  cursor: pointer;
}
.filter__close svg {
  display: block;
  width: 100%;
  height: 100%;
}

.filter__group {
  margin: 0 0 4rem;
}

.filter__group-title {
  font: 600 1.4rem/1.2 "Inter", sans-serif;
  margin: 0 0 1.6rem;
  display: block;
}

.filter__group-checklist {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.6rem;
}
.filter__group-checklist > * {
  min-width: 0;
}

.filter__group-price .bx_filter_parameters_box_container .bx_filter_input_container input {
  height: 3.2rem;
  border-radius: 0.4rem;
  padding: 0 0.8rem;
  border: 1px solid #ccc;
  outline: none;
  font: 400 1.4rem/1.375 "Inter", sans-serif;
}
.filter__group-price .bx_filter_parameters_box_container .bx_filter_input_container input:focus {
  border-color: #F9812B;
}
.filter__group-price .bx_ui_slider_track {
  height: 0.4rem;
  margin: 1.6rem 0;
}
.filter__group-price .bx_ui_slider_pricebar_VN {
  background: #E6E6E6;
}
.filter__group-price .bx_ui_slider_pricebar_V {
  top: 0;
  bottom: 0;
}
.filter__group-price .bx_ui_slider_handle {
  width: 1.8rem;
  height: 1.8rem;
  border-radius: 50%;
  top: 50%;
  margin: -0.9rem 0 0 -0.9rem;
}
.filter__group-price .bx_ui_slider_part span {
  font: 400 1rem/1.375 "Inter", sans-serif;
  color: rgba(44, 44, 44, 0.6);
}

.filter__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

.catalog {
  position: relative;
  padding: 3.2rem 0 0;
}

.catalog__title {
  display: block;
  position: relative;
  margin: 0 0 6.4rem;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .catalog__title {
    font-size: 2.8rem;
    margin: 0 0 3.2rem;
  }
}

.catalog__group {
  margin: 0 0 6.4rem;
}
@media (max-width: 991px) {
  .catalog__group {
    margin: 0 0 3.2rem;
  }
}

.catalog__group-title {
  display: block;
  margin: 0 0 2rem;
  font: 500 2.8rem/1.2 "Inter", sans-serif;
}
.catalog__group-title a {
  color: #F77723;
  text-decoration: none;
}
.catalog__group-title a:hover {
  color: #F77723;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .catalog__group-title {
    font-size: 2.2rem;
    margin: 0 0 1.6rem;
  }
}

.catalog__group-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.catalog__group-list > li {
  min-width: 0;
}
@media (max-width: 1199px) {
  .catalog__group-list {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 991px) {
  .catalog__group-list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 767px) {
  .catalog__group-list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-slider {

  margin: 0;
}
.section-slider .page-container {
  padding: 0 1.5rem;
}
.section-slider .main-slider__item {
  width: 100%;
  height: auto;
  aspect-ratio: 1385/400;
  border-radius: 0.8rem;
  min-height: 16rem;
}
.section-slider .main-slider__item-image {
  background-color: #000;
  background-size: contain;
}
.section-slider .slide_1 h2, .section-slider .slide_1 .h2 {
  margin: 2.4rem 0 0;
}
@media (max-width: 1199px) {
  .section-slider {
    padding: 0 0 4rem;
    margin: 0;
  }
  .section-slider .page-container {
    padding: 0;
  }
  .section-slider .main-slider__item {
    border-radius: 0;
  }
  .section-slider .main-slider.slick-slider .slick-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.products-container--slider,
.main-block-wrapper {
  margin-top: 0;
/*  margin-bottom: 8.8rem;*/
}
@media (max-width: 1199px) {
  .products-container--slider,
  .main-block-wrapper {
    margin-bottom: 4rem;
  }
}

.main__page-title {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  margin: 0 0 2.4rem;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
}
.main__page-title img {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 5.6rem;
  height: 5.6rem;
  object-fit: contain;
}
.main__page-title h2,
.main__page-title a {
  margin: 0;
  font: inherit;
}
.main__page-title mark {
  background: none;
  padding: 0;
  color: #F77723;
}
@media (max-width: 1199px) {
  .main__page-title {
    font-size: 2.8rem;
    gap: 0.8rem;
  }
  .main__page-title img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media (max-width: 767px) {
  .main__page-title {
    font-size: 2.2rem;
  }
}

.products-container-wrapper .products-row {
  margin: 0;
}
.products-container-wrapper .slick-slider {
  border-radius: 0.8rem;
}
.products-container-wrapper .slick-list {
  margin: 0 -1.2rem;
}
.products-container-wrapper .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.products-container-wrapper .slick-slide.products--slider {
  height: auto;
  padding: 1.2rem;
}
@media (max-width: 1199px) {
  .products-container-wrapper .slick-dots {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
  }
}

.main-catalog-menu {
  margin: 0 0 2.4rem;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .main-catalog-menu {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 1.6rem;
  }
}

.main-catalog-menu__item {
  padding: 0;
  margin: 0;
  width: auto;
  height: auto;
  min-width: 0;
}

.main-articles-wrapper {
  margin: 0 0 8.8rem;
}

.footer__cont-box {
  background: #FF8121 url(/local/templates/ch/include/css/../images/bg-help.webp) right 3rem top 3rem no-repeat;
  background-size: 15rem auto;
  position: relative;
  left: 1.5rem;
  width: 63rem;
  max-width: 100%;
  border-radius: 3rem 3rem 0 0;
  padding: 6rem 18rem 8rem 5rem;
}
.footer__cont-box:after {
  display: none;
}
@media screen and (max-width: 1200px) {
  .footer__cont-box {
    left: 0;
    max-width: none;
    width: auto;
  }
}
@media screen and (max-width: 767px) {
  .footer__cont-box {
    padding: 6rem 12rem 6rem 1.5rem;
    background-size: 9rem auto;
  }
}

.footer__cont-info {
  max-width: none;
  text-align: left;
}

.footer__cont-title {
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 700;
  margin: 0 0 2.4rem;
}

.footer__cont-items {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 400;
  display: block;
}
.footer__cont-items p {
  font-size: inherit;
}
.footer__cont-items b {
  font-weight: 600;
}

.footer__cont-worktime {
  display: block;
  margin: 0 0 2.4rem;
}
.footer__cont-worktime b {
  display: block;
}

.footer__cont-phones {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.footer__cont-phones > li {
  margin: 0 0 0.8rem;
}
.footer__cont-phones > li:last-child {
  margin-bottom: 0;
}
.footer__cont-phones a {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  gap: 8zpx;
  color: #fff;
  text-decoration: none;
}
.footer__cont-phones a:hover {
  color: #fff;
  text-decoration: none;
}

.footer__cont-address {
  margin: 0 -8rem 0 0;
}
.footer__cont-address p {
  margin: 0 0 0.8rem;
}
.footer__cont-address p:last-child {
  margin-bottom: 0;
}

.icon-tel {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  width: 1.6rem;
  height: 1.6rem;
  background: url(/local/templates/ch/include/css/../images/icon-tel.webp) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 0.8rem;
}

.icon-metro {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -1px;
  width: 2.4rem;
  height: 2.4rem;
  background: url(/local/templates/ch/include/css/../images/icon-metro.webp) 50% 50% no-repeat;
  background-size: contain;
  margin-right: 0.8rem;
}

.search-results {
  margin: 0 0 6rem;
}

.search-results__title {
  display: block;
  margin: 0 0 2.4rem;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .search-results__title {
    font-size: 2.8rem;
  }
}

.search-results__products {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
.search-results__products > * {
  min-width: 0;
}
.search-results__products .ui-banner {
  -ms-grid-column: span 4;
  grid-column: span 4;
}
@media (max-width: 1199px) {
  .search-results__products {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    gap: 1.6rem;
  }
  .search-results__products .ui-banner {
    -ms-grid-column: span 3;
    grid-column: span 3;
  }
}
@media (max-width: 767px) {
  .search-results__products {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    gap: 1.6rem;
  }
  .search-results__products .ui-banner {
    -ms-grid-column: span 2;
    grid-column: span 2;
  }
}
@media (max-width: 575px) {
  .search-results__products {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }
  .search-results__products .ui-banner {
    -ms-grid-column: span 1;
    grid-column: span 1;
  }
}

.is-compare-sticky .compare__table thead:nth-of-type(2) {
  position: sticky;
  top: 7.6rem;
  z-index: 100;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .is-compare-sticky .compare__table thead:nth-of-type(2) {
    box-shadow: none;
  }
}

.compare {
  margin: 0 0 6rem;
}

.compare__title {
  display: block;
  margin: 0 0 2.4rem;
  font: 500 3.6rem/1.2 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .compare__title {
    font-size: 2.8rem;
  }
}

@media (max-width: 991px) {
  .compare__swiper {
    margin: 0 -0.8rem;
  }
}

.compare__table {
  width: auto;
  min-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}
.compare__table th, .compare__table td {
  padding: 2.4rem 2rem;
  font: 400 1.6rem/1.375 "Inter", sans-serif;
  text-align: left;
}
.compare__table th:first-child, .compare__table td:first-child {
  padding-left: 0;
}
.compare__table th:last-child, .compare__table td:last-child {
  padding-right: 0;
}
.compare__table th {
  font-weight: 600;
  width: 22rem;
  min-width: 22rem;
  max-width: 22rem;
  position: relative;
  z-index: 50;
  background: #fff;
}
.compare__table th:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 100%;
  width: 50svw;
  background: #fff;
  z-index: 5;
}
.compare__table td {
  width: 30rem;
  min-width: 30rem;
  max-width: 30rem;
  color: rgba(0, 0, 0, 0.6);
}
.compare__table thead {
  background: #fff;
  transition: box-shadow 0.25s;
}
.compare__table thead th, .compare__table thead td {
  vertical-align: top;
}
.compare__table tbody th, .compare__table tbody td {
  border-top: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
}
.compare__table tr:has([colspan]) th {
  display: none;
}
.compare__table tr:has([colspan]) td {
  background: #F7F7F7;
  color: #000;
  font-weight: 600;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  position: relative;
}
.compare__table tr:has([colspan]) td:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  bottom: 0;
  z-index: 10;
  background: #F7F7F7;
  width: 100svw;
}
@media (max-width: 991px) {
  .compare__table th {
    display: none;
  }
  .compare__table tr:has(th[colspan]) th {
    display: table-cell;
    pointer-events: none;
  }
  .compare__table th, .compare__table td {
    padding: 0.8rem;
    width: 18rem;
    min-width: 18rem;
    max-width: 18rem;
  }
  .compare__table th:first-child, .compare__table td:first-child {
    padding-left: 0.8rem;
  }
  .compare__table th:last-child, .compare__table td:last-child {
    padding-right: 0.8rem;
  }
  .compare__table thead th, .compare__table thead td {
    padding-bottom: 2.4rem;
  }
  .compare__table tbody th, .compare__table tbody td {
    border-bottom: none;
  }
}
@media (max-width: 575px) {
  .compare__table th, .compare__table td {
    width: calc(50svw - 0.8rem);
    min-width: calc(50svw - 0.8rem);
    max-width: calc(50svw - 0.8rem);
  }
  .compare__table th, .compare__table td {
    font-size: 1.4rem;
  }
}

.compare__control {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 15.6rem;
}

.compare__checklist {
  margin: 0;
  padding: 0;
  list-style: none;
  -ms-flex: 1;
  flex: 1;
}
.compare__checklist > li {
  margin: 0 0 1.8rem;
}
.compare__checklist .ui-check {
  gap: 0.8rem;
}

.compare__action {
  font: 600 1.6rem/1.375 "Inter", sans-serif;
}

.compare__card {
  position: relative;
  text-align: left;
  max-width: 26rem;
  margin: 0;
  min-height: 100%;
  overflow: hidden;
  border-radius: 0.8rem;
  background: #fff;
}
.compare__card:hover .compare__card-title {
  color: #F77723;
}
@media (max-width: 991px) {
  .compare__card {
    max-width: 16.4rem;
  }
}

.compare__card-url {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000000;
}
.compare__card-url:hover {
  text-decoration: none;
  color: #000000;
}

.compare__card-image {
  width: 100%;
  height: auto;
  aspect-ratio: 260/156;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #fff;
  border: 1px solid #E6E6E6;
  border-radius: 0.8rem;
  overflow: hidden;
  mix-blend-mode: multiply;
  margin: 0 0 2.4rem;
}
.compare__card-image:last-child {
  margin-bottom: 0;
}
.compare__card-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
}
@media (max-width: 991px) {
  .compare__card-image {
    margin: 0 0 3.6rem;
  }
}

.compare__card-title {
  display: block;
  margin: 0 0 2.2rem;
  font: 600 1.6rem/2rem "Inter", sans-serif;
  overflow: hidden;
  height: 4rem;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.compare__card-title:last-child {
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .compare__card-title {
    margin: 0 0 1.6rem;
    font-size: 1.2rem;
    line-height: 1.6rem;
    font-weight: 600;
    height: 3.2rem;
  }
}

.compare__card-price {
  display: block;
  margin: 0 0 2.2rem;
  font: 600 2.8rem/1.2 "Inter", sans-serif;
}
@media (max-width: 991px) {
  .compare__card-price {
    margin: 0 0 1.6rem;
    font-size: 2.2rem;
  }
}

.compare__card-buttons {
  position: relative;
  z-index: 2;
}

.fancybox-container:has(.popup) .fancybox-bg {
  background: rgba(0, 0, 0, 0.3);
}
.fancybox-container:has(.popup) .fancybox-slide {
  padding: 1.6rem;
  overflow: hidden;
}
.fancybox-container:has(.popup) .fancybox-content {
  width: auto;
  height: auto;
  background: transparent;
}
.fancybox-container:has(.popup) .f-button {
  display: none;
}

.popup {
  background: #fff;
  box-shadow: 0 0 0.4rem rgba(0, 0, 0, 0.1), 0 1.2rem 3rem rgba(0, 0, 0, 0.1);
  width: 64rem;
  max-width: 100%;
  border-radius: 0.8rem;
  overflow: hidden;
  max-height: calc(100svh - 9.6rem);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup__head {
  padding: 1.6rem 4.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  border-bottom: 1px solid #e0e0e0;
  min-height: 6.4rem;
  position: relative;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
@media (max-width: 767px) {
  .popup__head {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.popup__body {
  -ms-flex: 1;
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 2.4rem 4.8rem;
}
.popup__body::-webkit-scrollbar {
  width: 1.2rem;
  height: 1.2rem;
}
.popup__body::-webkit-scrollbar-thumb {
  background: #e0e0e0;
  border-radius: 1.6rem;
  border: 0.4rem solid #fff;
}
@media (max-width: 767px) {
  .popup__body {
    padding-left: 2.4rem;
    padding-right: 2.4rem;
  }
}

.popup__title {
  display: block;
  margin: 0;
  font: 600 1.6rem/1.2 "Inter", sans-serif;
}

.popup__close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 2.4rem;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: none;
  border: none;
  cursor: pointer;
  z-index: 100;
  color: #212121;
}
.popup__close svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
.popup__close:hover {
  color: #757575;
}

.popup__wysiwyg {
  font: 400 1.6rem/1.5 "Inter", sans-serif;
}
.popup__wysiwyg figure {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 2.4rem;
  gap: 1.6rem;
}
.popup__wysiwyg figure img {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
}
.popup__wysiwyg figure figcaption {
  -ms-flex: 1;
  flex: 1;
  font-size: 2.4rem;
  font-weight: 700;
}
.popup__wysiwyg p {
  margin: 0 0 2.4rem;
}
.popup__wysiwyg h1,
.popup__wysiwyg h2,
.popup__wysiwyg h3,
.popup__wysiwyg h4 {
  display: block;
  margin: 0 0 2.4rem;
  font: 600 2rem/1.2 "Inter", sans-serif;
}
.popup__wysiwyg small {
  font-size: 1.4rem;
  color: #9e9e9e;
}
.popup__wysiwyg ul {
  margin: 0 0 2.4rem;
  padding: 0;
  list-style: none;
}
.popup__wysiwyg ul > li {
  margin: 0 0 1.6rem;
}
.popup__wysiwyg ul > li:before {
  content: "—";
  margin: 0 1rem 0 0;
}
.popup__wysiwyg ul > li:last-child {
  margin-bottom: 0;
}

/**
 * Swiper 8.4.7
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2023 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 30, 2023
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff ;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
  display: -ms-flexbox;
  display: flex;
  transition-property: transform;
  box-sizing: border-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 120rem;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Slide styles end */
.swiper-lazy {
  opacity: 0;
  transition: opacity 0.35s;
}

.swiper-lazy-loaded {
  opacity: 1;
}

.swiper-lazy-preloader {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1.6rem 0 0 -1.6rem;
  z-index: 100;
  transform-origin: 50%;
  animation: swiper-preloader-spin 0.5s infinite linear;
  box-sizing: border-box;
  border: 0.2rem solid #788362;
  border-radius: 50%;
  border-top-color: transparent;
  display: block;
}

@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.swiper-prev,
.swiper-next {
  position: absolute;
  top: 0;
  z-index: 200;
  height: 100%;
  width: 4.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  cursor: pointer;
  transition: 0.15s;
}
.swiper-prev.swiper-button-disabled,
.swiper-next.swiper-button-disabled {
  opacity: 0.2;
}

.swiper-prev {
  left: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.999998L2 9L10 17' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.swiper-prev:hover {
  transform: translate(-0.4rem, 0);
}

.swiper-next {
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 17L9 9L0.999999 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
}
.swiper-next:hover {
  transform: translate(0.4rem, 0);
}

.swiper-new {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 1.5rem;
  left: -5.5rem;
  z-index: 500;
  box-sizing: border-box;
  padding: 0.2rem 0;
  text-align: center;
  color: white;
  background-color: #f87822;
  width: 20rem;
  transform: rotate(-28deg);
  font: 400 1.6rem/1.2 "Inter", sans-serif;
  text-transform: uppercase;
}

.swiper-gallery {
  position: relative;
  padding: 2.4rem 4.8rem;
  overflow: hidden;
}
@media (min-width: 992px) {
  .swiper-gallery {
    padding: 0 0 0 12.6rem;
    position: sticky;
    top: 11rem;
    border-radius: 0.8rem;
    height: 48rem;
  }
}

.swiper-gallery-thumbs {
  position: absolute;
  top: 0;
  left: 0;
  width: 11rem;
  height: 100%;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  padding: 3.2rem 0;
}
.swiper-gallery-thumbs .swiper-prev,
.swiper-gallery-thumbs .swiper-next {
  width: 100%;
  height: 2.4rem;
  margin: 0;
  background: #fff;
  position: relative;
}
.swiper-gallery-thumbs .swiper-prev:after,
.swiper-gallery-thumbs .swiper-next:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='18' viewBox='0 0 11 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10 0.999998L2 9L10 17' stroke='black' stroke-width='2'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
  margin: -0.9rem 0 0 -0.9rem;
}
.swiper-gallery-thumbs .swiper-prev {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: auto;
}
.swiper-gallery-thumbs .swiper-prev:hover {
  transform: translate(0, -0.4rem);
}
.swiper-gallery-thumbs .swiper-prev:after {
  transform: rotate(90deg);
}
.swiper-gallery-thumbs .swiper-next {
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
}
.swiper-gallery-thumbs .swiper-next:hover {
  transform: translate(0, 0.4rem);
}
.swiper-gallery-thumbs .swiper-next:after {
  transform: rotate(-90deg);
}
.swiper-gallery-thumbs .swiper-slide {
  width: 100%;
  height: 25%;
  cursor: pointer;
}
.swiper-gallery-thumbs .swiper-slide-thumb-active picture {
  border-color: #2C2C2C;
}
.swiper-gallery-thumbs .swiper-slide-thumb-active picture:hover {
  border-color: #2C2C2C;
}
.swiper-gallery-thumbs picture {
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  border-radius: 0.8rem;
  border: 1px solid #E6E6E6;
  padding: 0.8rem;
  position: relative;
}
.swiper-gallery-thumbs picture:hover {
  border-color: #CCCCCC;
}
.swiper-gallery-thumbs img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-gallery-thumbs .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  margin: -2.4rem 0 0 -2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  background: #F77723;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.swiper-gallery-thumbs .icon-play svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 992px) {
  .swiper-gallery-thumbs {
    opacity: 1;
    visibility: visible;
  }
}

.swiper-gallery-slides {
  position: static;
  overflow: unset;
  margin: 0 -2.4rem;
}
.swiper-gallery-slides .swiper-slide {
  padding: 0 2.4rem;
}
.swiper-gallery-slides picture {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.swiper-gallery-slides img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-gallery-slides .icon-play {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 50;
  margin: -2.4rem 0 0 -2.4rem;
  width: 4.8rem;
  height: 4.8rem;
  background: #F77723;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
}
.swiper-gallery-slides .icon-play svg {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
}
@media (min-width: 992px) {
  .swiper-gallery-slides {
    border: 1px solid #E6E6E6;
    position: relative;
    border-radius: 1rem;
    overflow: hidden;
    margin: 0;
    height: 100%;
  }
  .swiper-gallery-slides .swiper-slide {
    padding: 0;
    height: auto;
    height: 48rem;
  }
  .swiper-gallery-slides picture {
    padding: 4.8rem;
  }
}

.swiper-visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  -webkit-clip-path: inset(100%);
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

.swiper-recommended {
  overflow: unset;
  margin: 0 -0.8rem;
}
.swiper-recommended .swiper-slide {
  width: 19.8rem;
  padding: 0 0.8rem;
}

.swiper-compare {
  overflow: unset;
}
.swiper-compare .swiper-slide {
  width: auto;
  -ms-flex: 1;
  flex: 1;
}

.swiper-products {
  position: relative;
}
.swiper-products .swiper-overflow {
  border-radius: 0.8rem;
  overflow: unset;
}
.swiper-products .swiper {
  margin: 0 -1.2rem;
  overflow: unset;
}
.swiper-products .swiper-slide {
  padding: 0 1.2rem;
  width: 100%;
  height: auto;
  max-width: 36.6rem;
}
.swiper-products .swiper-pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 1.6rem 0 0 0;
  gap: 0.8rem 1.6rem;
}
.swiper-products .swiper-pagination-bullet {
  display: block;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #ccc;
  opacity: 0.25;
}
.swiper-products .swiper-pagination-bullet-active {
  background: #ccc;
  opacity: 0.75;
}
@media (min-width: 768px) {
  .swiper-products .swiper-slide {
    width: 50%;
    max-width: none;
  }
}
@media (min-width: 992px) {
  .swiper-products .swiper-slide {
    width: 33.333%;
    max-width: none;
  }
}
@media (min-width: 1200px) {
  .swiper-products .swiper-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 2.4rem 0;
    transform: none !important;
  }
  .swiper-products .swiper-slide {
    width: 25%;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .swiper-products .swiper-pagination {
    display: none;
  }
}

.swiper-product-card .swiper-pagination {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  gap: 0.2rem;
}
.swiper-product-card .swiper-pagination-bullet {
  display: block;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  cursor: pointer;
  color: #E6E6E6;
  position: relative;
}
.swiper-product-card .swiper-pagination-bullet:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.2rem;
  border-radius: 0.2rem;
  background: currentColor;
}
.swiper-product-card .swiper-pagination-bullet-active {
  color: #F77723;
}
.swiper-product-card .swiper-pagination-lock {
  display: none;
}
@media (max-width: 991px) {
  .swiper-product-card .swiper-pagination {
    pointer-events: none;
  }
}

:has(.fancybox-active) .fancybox-slide {
  overscroll-behavior: contain;
}

.fancybox-active {
  overflow: hidden;
}

.fancybox-is-hidden {
  left: -999.9rem;
  margin: 0;
  position: absolute !important;
  top: -999.9rem;
  visibility: hidden;
  overflow: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 1.3rem;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 4.4rem;
  left: 0;
  line-height: 4.4rem;
  min-width: 4.4rem;
  mix-blend-mode: difference;
  padding: 0 1rem;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 4.4rem 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 4.4rem;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 40rem;
  padding: 4rem;
  width: 100%;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 4.4rem;
  margin: 0;
  padding: 1rem;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 4.4rem;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 0.2rem;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 0.8rem;
  position: absolute;
  right: -1.2rem;
  top: -4.4rem;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 10rem;
  opacity: 0;
  position: absolute;
  top: calc(50% - 5rem);
  width: 7rem;
}

.fancybox-navigation .fancybox-button div {
  padding: 0.7rem;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  padding: 3.1rem 2.6rem 3.1rem 0.6rem;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 3.1rem 0.6rem 3.1rem 2.6rem;
  right: 0;
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 1.4rem;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 7.5rem 4.4rem 2.5rem 4.4rem;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -5rem;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 0.4rem solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 5rem;
  left: 50%;
  margin: -2.5rem 0 0 -2.5rem;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 5rem;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  transform: scale(0.975) translate3d(0, 20rem, 0);
  opacity: 0;
}

.fancybox-fx-fade.fancybox-slide--current {
  transform: scale(1) translate3d(0, 0px, 0);
  opacity: 1;
}

@keyframes f-zoomInUp {
  from {
    transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0;
  }
  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes f-zoomOutDown {
  to {
    transform: scale(0.975) translate3d(0, 1.6rem, 0);
    opacity: 0;
  }
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 0.3rem;
  max-width: 90%;
  padding: 3rem;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 3.5rem;
  font-weight: 700;
  margin: 0 0 2rem 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 0.3rem;
  display: inline-block;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 4rem;
  margin: 0 0.5rem 1rem 0.5rem;
  min-width: 13rem;
  padding: 0 1.5rem;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 2.5rem;
  margin-right: 0.7rem;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 2.5rem;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 1.4rem;
  margin: 1rem 0 0 0;
  outline: none;
  padding: 1rem 1.5rem;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 0.2rem 0.2rem 0.4rem 0.2rem;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 21.2rem;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 21.2rem;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 0.7rem;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 1rem;
  box-shadow: inset 0 0 0.6rem rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 1rem;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 7.5rem;
  margin: 0.2rem;
  max-height: calc(100% - 0.8rem);
  max-width: calc(50% - 0.4rem);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 10rem;
}

.fancybox-thumbs__list a::before {
  border: 0.6rem solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

.fancybox-bg {
  background: #fff;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 0;
  left: 22.4rem;
}
@media (max-width: 991px) {
  .fancybox-show-thumbs .fancybox-inner {
    left: 0;
  }
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
@media (max-width: 991px) {
  .fancybox-show-thumbs .fancybox-thumbs {
    display: none;
  }
}

.fancybox-thumbs {
  position: absolute;
  top: 0;
  right: auto;
  left: 0;
  width: 22.4rem;
  height: 100%;
  padding: 0;
  background: transparent;
  overflow-x: hidden;
  overflow-y: auto;
}
.fancybox-thumbs::-webkit-scrollbar {
  display: none;
}
@media (max-width: 991px) {
  .fancybox-thumbs {
    display: none;
  }
}

.fancybox-thumbs__list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.6rem;
  overflow: unset;
  min-height: max-content;
  padding: 3.2rem;
}
.fancybox-thumbs__list a {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border: 1px solid #E6E6E6;
  background-color: #fff;
  border-radius: 1rem;
  background-size: 90%;
  width: 16rem;
  height: 15rem;
  max-width: none;
  max-height: none;
  float: none;
  min-width: 0;
}
.fancybox-thumbs__list a:before {
  display: none;
}
.fancybox-thumbs__list a.fancybox-thumbs-active {
  border-color: #F77724;
  box-shadow: 0 0 0 1px #F77724;
}

.fancybox-slide {
  width: 100%;
  height: 100%;
  padding: 4.8rem 2.4rem;
  overflow: hidden;
}
.fancybox-slide img, .fancybox-slide iframe {
  max-width: 100%;
  max-height: 100%;
}
.fancybox-slide iframe {
  aspect-ratio: 16/9;
  background: #E6E6E6;
}

.fancybox-content {
  padding: 0;
  overflow: hidden;
  height: 100%;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -ms-flex-align: center;
  align-items: center;
}

.f-button {
  width: 4.8rem;
  height: 4.8rem;
  border-radius: 50%;
  background: #fff;
  color: #5F6368;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.15);
  position: absolute;
}
.f-button svg {
  display: block;
  width: 3.6rem;
  height: 3.6rem;
}
.f-button:hover {
  color: #F77723;
}
.f-button--close {
  top: 4rem;
  right: 4.8rem;
}
.f-button--prev {
  top: 50%;
  left: 0;
  margin: -2.4rem 0 0 0;
}
.f-button--next {
  top: 50%;
  right: 4.8rem;
  margin: -2.4rem 0 0 0;
}
@media (max-width: 991px) {
  .f-button--close {
    top: 1.2rem;
    right: 1.2rem;
  }
  .f-button--prev {
    left: 1.2rem;
  }
  .f-button--next {
    right: 1.2rem;
  }
}

.fancybox-infobar {
  height: 4.8rem;
  top: 4rem;
  left: 0;
}
@media (max-width: 991px) {
  .fancybox-infobar {
    top: 1.2rem;
    left: 1.2rem;
  }
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .f-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .f-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-slide--video .fancybox-content {
  border-radius: 0.8rem;
  overflow: hidden;
}

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: -ms-flexbox;
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -4rem !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #FEFEFE;
  border: 0.2rem solid #FEFEFE;
  border-radius: 0.4rem;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 0.8rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 0.8rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 0.8rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 0.8rem;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 1.8rem;
  padding: 0.6rem 1.4rem;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 1rem;
  /* half the width, for centering */
  margin-left: -1rem;
  top: 0;
  width: 2rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 2rem;
  margin-top: -1rem;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 1rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 2rem;
  margin-top: -1rem;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 1rem;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 1rem;
  margin-left: -1rem;
  width: 2rem;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 1rem solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #FEFEFE;
  left: 0;
  top: 0.3rem;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #FEFEFE;
  left: -0.3rem;
  top: 0;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #FEFEFE;
  left: 0.3rem;
  top: 0;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #FEFEFE;
  left: 0;
  top: -0.3rem;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 1rem solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #FEFEFE;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #FEFEFE;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #FEFEFE;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #FEFEFE;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -1rem;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -1rem;
}

.tooltipster-dark.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #2C2C2C;
}
.tooltipster-dark.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #2C2C2C;
}
.tooltipster-dark .tooltipster-box {
  border: none;
  background: #2C2C2C;
  border-radius: 0.8rem;
  box-shadow: 0 none;
  max-width: 28rem;
  margin: 0.8rem;
}
.tooltipster-dark .tooltipster-content {
  padding: 1.2rem;
  font: 400 1.2rem/1.2 "Inter", sans-serif;
  text-align: center;
  color: #fff;
}
.tooltipster-dark .tooltipster-content b {
  font-weight: 700;
}
.tooltipster-dark .tooltipster-content p {
  margin: 0 0 0.8rem;
}
.tooltipster-dark .tooltipster-content p:last-child {
  margin: 0;
}

.suggestions-nowrap {
  white-space: nowrap;
}

/**
   * Основной INPUT
   */
.suggestions-input {
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
}

.suggestions-input::-ms-clear {
  display: none;
}

.suggestions-wrapper {
  position: relative;
  margin: 0;
  padding: 0;
  vertical-align: top;
  -webkit-text-size-adjust: 100%;
}

/**
   * Выпадающий блок с найденными подсказками
   */
.suggestions-suggestions {
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 0.8rem;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: default;
  min-width: 100%;
  position: absolute;
  left: -1rem;
  right: -1rem;
  margin: 1.6rem 0 0 0;
  z-index: 9999;
  -webkit-text-size-adjust: 100%;
  overflow: hidden;
}

.suggestions-suggestions strong {
  font-weight: normal;
  color: #F77723;
}

.suggestions-suggestions.suggestions-mobile {
  border-style: none;
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
  border-bottom: 1px solid #ddd;
}

/**
   * Контейнер для одной подсказки
   */
.suggestions-suggestion {
  padding: 0.8rem;
  overflow: hidden;
}

.suggestions-suggestion:hover {
  background: #f7f7f7;
}

/**
   * Выбранная (активная) подсказка
   */
.suggestions-selected {
  background: #f0f0f0;
}

.suggestions-selected:hover {
  background: #f0f0f0;
}

/**
   * Информационный блок в верхней части выпадашки с подсказками
   */
.suggestions-hint {
  padding: 0.8rem;
  white-space: nowrap;
  overflow: hidden;
  font-size: 1.2rem;
  line-height: 1.2;
  font-weight: 400;
  opacity: 0.4;
}

/**
   * Дополнительный текст в подсказке, который идет второй строкой
   */
.suggestions-subtext {
  color: #777;
}

/**
   * Размещает дополнительный текст в одну строку с основным текстом подсказки
   */
.suggestions-subtext_inline {
  display: inline-block;
  min-width: 6em;
  vertical-align: bottom;
  margin: 0 0.5em 0 0;
}

/**
   * Разделитель нескольких дополнительных текстов
   */
.suggestions-subtext-delimiter {
  display: inline-block;
  width: 0.2rem;
}

/**
   * Выделяет подсказку
   */
.suggestions-subtext_label {
  margin: 0 0 0 0.25em;
  -webkit-border-radius: 0.3rem;
  -moz-border-radius: 0.3rem;
  border-radius: 0.3rem;
  padding: 0 0.3rem;
  background: #f5f5f5;
  font-size: 85%;
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
  position: relative;
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  border-top: 1px solid rgba(0, 0, 0, 0.4);
  content: "";
}

/**
   * Промо-блок
   */
.suggestions-promo {
  font-size: 85%;
  display: none;
  color: #777;
  padding: 0.4rem;
  text-align: center;
}

.suggestions-promo a {
  color: #777;
  display: block;
  filter: grayscale(100%);
  line-height: 2rem;
  text-decoration: none;
}

.suggestions-promo a:hover {
  filter: grayscale(0);
}

.suggestions-promo svg {
  height: 2rem;
  vertical-align: bottom;
}

@media screen and (min-width: 600px) {
  .suggestions-promo {
    position: absolute;
    top: 0;
    right: 0;
    text-align: left;
  }
}
.is-nav-open .n-header__nav-toggle {
  z-index: 200;
}
.is-nav-open .n-header__nav-offcanvas {
  opacity: 1;
  visibility: visible;
  z-index: 100;
  transform: translate(0, 0);
}
@media (max-width: 767px) {
  .is-nav-open .n-header__nav-toggle {
    z-index: 100;
  }
  .is-nav-open .n-header__nav-offcanvas {
    z-index: 200;
  }
}
@media (hover: none) {
  .is-nav-open body {
    overflow: hidden;
  }
}

.is-search-open .n-header__search {
  z-index: 200;
}

.is-sticky .n-header__sticky {
  position: fixed;
}
.is-sticky .n-header__sticky:before {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
}
@media (max-width: 991px) {
  .is-sticky .n-header__sticky {
    position: relative;
  }
  .is-sticky .n-header__group {
    position: fixed;
    top: 0;
    bottom: auto;
  }
  .is-sticky .n-header__group:before {
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.15);
  }
}

.n-header {
  position: relative;
  z-index: 999;
  background: #f7f7f7;
}

.n-header__mobile {
  display: none;
}

.n-header__container {
  width: 100%;
  max-width: 139.5rem;
  padding: 0 1.5rem;
  margin: 0 auto;
  -ms-flex: 1;
  flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
@media (max-width: 991px) {
  .n-header__container {
    gap: 0 1.6rem;
  }
}

.n-header__top {
  position: relative;
  z-index: 100;
  height: 4rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.n-header__top:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100svw;
  height: 100%;
  margin: 0 0 0 -50svw;
  background: #efefef;
  z-index: -1;
}
@media (max-width: 767px) {
  .n-header__top {
    display: none;
  }
}

.n-header__middle {
  position: relative;
  z-index: 200;
  height: 7.8rem;
}
@media (max-width: 991px) {
  .n-header__middle {
    height: auto;
  }
}

.n-header__sticky {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 500;
  height: 7.8rem;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}
.n-header__sticky:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  width: 100svw;
  height: 100%;
  margin: 0 0 0 -50svw;
  background: #f7f7f7;
  z-index: -1;
  transition: box-shadow 0.25s;
}
@media (max-width: 991px) {
  .n-header__sticky {
    height: auto;
    padding: 1.6rem 0 6.8rem;
    position: relative;
  }
  .n-header__sticky:before {
    display: none;
  }
}

.n-header__bottom {
  position: relative;
  z-index: 100;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.6rem 0;
}
@media (max-width: 991px) {
  .n-header__bottom {
    display: none;
  }
}

.n-header__additional {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 3.2rem;
  -ms-flex: 1;
  flex: 1;
  font: 500 1.4rem/1.2 "Inter", sans-serif;
}
.n-header__additional a {
  color: rgba(44, 44, 44, 0.6);
  text-decoration: none;
}
.n-header__additional a:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.n-header__additional mark {
  background: none;
  padding: 0;
  color: #F77723;
}
@media (max-width: 1340px) {
  .n-header__additional {
    gap: 1.6rem;
    font-size: 1.3rem;
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .n-header__additional {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .n-header__additional {
    font-size: 1.2rem;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.n-header__contacts {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  font: 500 1.4rem/1.2 "Inter", sans-serif;
  white-space: nowrap;
}
.n-header__contacts a {
  color: rgba(44, 44, 44, 0.6);
  text-decoration: none;
}
.n-header__contacts a:hover {
  color: #2c2c2c;
  text-decoration: none;
}
.n-header__contacts svg {
  display: block;
  width: 2rem;
  height: 2rem;
  color: rgba(44, 44, 44, 0.6);
  margin: 0 -0.8rem 0 0;
}
@media (max-width: 1340px) {
  .n-header__contacts {
    font-size: 1.3rem;
  }
}
@media (max-width: 1199px) {
  .n-header__contacts {
    font-size: 1.1rem;
  }
}
@media (max-width: 991px) {
  .n-header__contacts {
    -ms-flex: 1;
    flex: 1;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-align: end;
    align-items: flex-end;
    font-size: 1.2rem;
    gap: 0.2rem;
  }
}


.n-header__logo {
  display: block;
  width: 13.3rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin: 0 5rem 0 0;
}
.n-header__logo a, .n-header__logo img {
  display: block;
  max-width: 100%;
}
@media (max-width: 991px) {
  .n-header__logo {
    margin: 0;
  }
}
@media (max-width: 767px) {
  .n-header__logo {
    width: auto;
    -ms-flex: 1;
    flex: 1;
    max-width: 9.6rem;
    max-width: 100%;
  }
}

.n-header__group {
  display: -ms-flexbox;
  display: flex;
  gap: 1.6rem;
  margin: 0 1.6rem 0 0;
  -ms-flex: 1;
  flex: 1;
}
@media (max-width: 991px) {
  .n-header__group {
    margin: 0;
    height: 6.8rem;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
    padding: 0 1.5rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
  }
  .n-header__group:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 50%;
    width: 100svw;
    height: 100%;
    margin: 0 0 0 -50svw;
    background: #f7f7f7;
    z-index: -1;
    transition: box-shadow 0.25s;
  }
}
.n-header__nav {
  position: relative;
  margin: 0;
}
.n-header__nav-toggle {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  vertical-align: top;
  position: relative;
  height: 3.6rem;
  padding: 0 1.6rem 0 1.2rem;
  gap: 0.8rem;
  border-radius: 0.4rem;
  font: 500 1.4rem/1.2 "Inter", sans-serif;
  white-space: nowrap;
  background: #F8802B;
  color: #fff;
  overflow: hidden;
}
.n-header__nav-toggle svg {
  display: block;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: 2.4rem;
  height: 2.4rem;
}
.n-header__nav-toggle:hover {
  background: #f06f1a;
  color: #fff;
}
@media (max-width: 991px) {
  .n-header__nav-toggle {
    text-indent: -999.9rem;
    padding: 0;
    gap: 0;
    width: 3.6rem;
    height: 3.6rem;
    background: #ededed;
    color: #2C2C2C;
    font-size: 0;
  }
  .n-header__nav-toggle svg {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -1.2rem 0 0 -1.2rem;
  }
  .n-header__nav-toggle:hover {
    background: #CACACA;
    color: #2C2C2C;
  }
}

.n-header__nav-offcanvas {
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0.8rem 0 0 0;
  opacity: 0;
  visibility: hidden;
  width: auto;
  min-width: 27.6rem;
  border-radius: 0.6rem;
  box-shadow: 0px 0.4rem 3.2rem rgba(0, 0, 0, 0.25), 0 0 0 999.9rem rgba(0, 0, 0, 0.2);
  background: #fff;
}
@media (max-width: 767px) {
  .n-header__nav-offcanvas {
    position: fixed;
    top: 0;
    left: auto;
    right: 0;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    border-radius: 0;
    padding: 2.4rem 1.6rem;
    transform: translate(100%, 0);
    transition: transform 0.25s;
  }
}

.n-header__nav-title {
  display: none;
}
@media (max-width: 767px) {
  .n-header__nav-title {
    display: block;
    font: 500 2.4rem/2.8rem "Inter", sans-serif;
    margin: 0 0 1.6rem;
  }
}

.n-header__nav-close {
  display: none;
}
@media (max-width: 767px) {
  .n-header__nav-close {
    position: absolute;
    top: 2.4rem;
    right: 2.4rem;
    background-color: #FFFFFF;
    border: 1px solid #EDEDED;
    color: #2C2C2C;
    border-radius: 0.4rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 2.8rem;
    height: 2.8rem;
  }
  .n-header__nav-close:hover {
    background-color: #EDEDED;
    color: #2C2C2C;
  }
}

.n-header__nav-menu {
  margin: 0;
  padding: 1.6rem 0;
  list-style: none;
  font: 400 1.4rem/1.2 "Inter", sans-serif;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: auto;
  max-height: calc(100svh - 19.2rem);
  border-radius: inherit;
}
.n-header__nav-menu::-webkit-scrollbar {
  display: none;
}
.n-header__nav-menu > li.dropdown > a {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L0.5 9.33013L0.499999 0.669873L5 5Z' fill='%232E2E2E'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center right 1.6rem;
}
.n-header__nav-menu > li.dropdown:hover > a {
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='10' viewBox='0 0 5 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 5L0.5 9.33013L0.499999 0.669873L5 5Z' fill='white'/%3E%3C/svg%3E%0A");
}
.n-header__nav-menu > li.menu__dropdown-title {
  font: 400 1.4rem/1.2 "Inter", sans-serif;
}
.n-header__nav-menu > li.menu__dropdown-title > a {
  background-color: #F7F7F7;
}
.n-header__nav-menu > li.menu__dropdown-title > a:hover {
  background-color: #FF934D;
  color: #fff;
}
.n-header__nav-menu li {
  position: static;
  padding: 0 1rem;
  margin: 0 0 1px;
}
.n-header__nav-menu li:last-child {
  margin-bottom: 0;
}
.n-header__nav-menu li:hover > a {
  background-color: #F77723;
  color: #fff;
}
.n-header__nav-menu li:hover > ul {
  opacity: 1;
  visibility: visible;
}
.n-header__nav-menu a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.6rem;
  padding: 1rem 3.2rem 1rem 0.8rem;
  min-height: 4rem;
  border-radius: 0.4rem;
  color: #000;
  text-decoration: none;
}
.n-header__nav-menu a:hover {
  background-color: #F77723;
  color: #fff;
  text-decoration: none;
}
.n-header__nav-menu a:hover mark {
  color: #fff;
}
.n-header__nav-menu mark {
  background: none;
  padding: 0;
  color: #F77723;
}
.n-header__nav-menu img {
  display: block;
  width: 2rem;
  height: 2rem;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.n-header__nav-menu ul {
  margin: 0 0 0 0.8rem;
  padding: 0;
  list-style: none;
  position: absolute;
  top: 0;
  left: 100%;
  height: 100%;
  width: auto;
  min-width: 27.6rem;
  padding: 1.6rem 0;
  border-radius: 0.6rem;
  box-shadow: 0px 0.4rem 3.2rem rgba(0, 0, 0, 0.25);
  background: #fff;
  opacity: 0;
  visibility: hidden;
}
.n-header__nav-menu ul:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 100%;
  height: 100%;
  width: 0.8rem;
}
.n-header__nav-menu ul > li {
  padding: 0 1rem;
}
@media (max-width: 767px) {
  .n-header__nav-menu {
    max-width: none;
    max-height: none;
    overflow: unset;
    padding: 0;
  }
  .n-header__nav-menu ul {
    display: none;
  }
  .n-header__nav-menu li {
    padding: 0;
  }
  .n-header__nav-menu > li.dropdown > a {
    background-image: none;
  }
  .n-header__nav-menu > li.dropdown > a:hover {
    background-image: none;
  }
}

.n-header__nav-line {
  border: none;
  border-bottom: 1px solid #E9E9E9;
  margin: 1.6rem 0;
  display: block;
}

.n-header__search {
  margin: 0;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.n-header__call {
  margin: 0 1.6rem 0 0;
}
@media (max-width: 991px) {
  .n-header__call {
    margin: 0;
  }
  .n-header__call .ui-btn {
    font-size: 1.2rem;
    line-height: 1.2;
    font-weight: 400;
    white-space: nowrap;
  }
}

.n-header__buttons {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .n-header__buttons {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: #f7f7f7;
    border-top: 1px solid #E6E6E6;
    height: 6.6rem;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

.n-header__menu {
  margin: 0 3.2rem 0 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 0.8rem 1.6rem;
  -ms-flex: 1;
  flex: 1;
  font: 400 1.3rem/1.2 "GothamProBold", sans-serif;
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
}
.n-header__menu a {
  text-decoration: none;
  color: #000;
}
.n-header__menu a:hover {
  text-decoration: none;
  color: #F77723;
}
@media (max-width: 1340px) {
  .n-header__menu {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .n-header__menu {
    font-size: 1rem;
  }
}

.n-header__social {
  margin: 0;
  padding: 0;
  list-style: none;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;

}

.row-gutter-120 {
  margin: 0 -6rem;
}
.row-gutter-120 > [class^=col-] {
  padding: 0 6rem;
}

.is-hidden {
  display: none !important;
}

@media (max-width: 575px) {
  .is-sm-visible {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .is-md-visible {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .is-lg-visible {
    display: none !important;
  }
}

@media (max-width: 1199px) {
  .is-xl-visible {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .is-md-hidden {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .is-lg-hidden {
    display: none !important;
  }
}

@media (min-width: 1200px) {
  .is-xl-hidden {
    display: none !important;
  }
}

:has(.sku) body,
:has(.cart) body,
:has(.checkout) body,
:has(.category) body,
:has(.catalog) body {
  overflow: initial;
}
:has(.sku) .header,
:has(.cart) .header,
:has(.checkout) .header,
:has(.category) .header,
:has(.catalog) .header {
  margin: 0;
}
:has(.sku) .bx-breadcrumb,
:has(.cart) .bx-breadcrumb,
:has(.checkout) .bx-breadcrumb,
:has(.category) .bx-breadcrumb,
:has(.catalog) .bx-breadcrumb {
  padding: 1.6rem 0;
  margin: 0;
}
@media (min-width: 992px) {
  :has(.sku) .bx-breadcrumb,
  :has(.cart) .bx-breadcrumb,
  :has(.checkout) .bx-breadcrumb,
  :has(.category) .bx-breadcrumb,
  :has(.catalog) .bx-breadcrumb {
    padding: 2rem 0;
    margin: 0 0 2.4rem;
  }
}

#button-up {
  z-index: 50;
}

.grid {
  display: -ms-grid;
  display: grid;
}
.grid > * {
  min-width: 0;
}

.grid-columns-2 {
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
}

.grid-columns-4 {
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.gap-24 {
  gap: 2.4rem;
}

.mb-24 {
  margin-bottom: 2.4rem;
}

@media (max-width: 1199px) {
  .grid-columns-max-xl-3 {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 991px) {
  .grid-columns-max-lg-2 {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .grid-columns-max-sm-1 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.wrapper {
  overflow: clip;
}

html, body {
  overflow-x: clip;
}

@keyframes loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.ui-addtocart {
  -ms-flex: 1;
  flex: 1;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  gap: 1.2rem;
}
.ui-addtocart .ui-btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.ui-addtocart .ui-btn small {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}
.ui-addtocart .ui-btn:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2rem;
  height: 2rem;
  margin: -1rem 0 0 -1rem;
  border-radius: 50%;
  border: 0.2rem solid #fff;
  border-right-color: transparent;
  opacity: 0;
  pointer-events: none;
}
.ui-addtocart .ui-btn.is-loading {
  color: transparent !important;
  transition: none !important;
}
.ui-addtocart .ui-btn.is-loading:before {
  opacity: 1;
  animation: loading 0.5s infinite linear;
}
.ui-addtocart .ui-number {
  width: 100%;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
}
.ui-addtocart.is-active .ui-addtocart__false {
  display: none;
}
.ui-addtocart.is-active .ui-addtocart__true {
  display: -ms-flexbox;
  display: flex;
}

.ui-addtocart__false,
.ui-addtocart__true {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.ui-addtocart__false {
  display: -ms-flexbox;
  display: flex;
}

.ui-addtocart__true {
  display: none;
}
/* End */


/* Start:/local/templates/ch/include/css/extracted-inline.css?17883633092782*/
/**
 * Стили, вынесенные из инлайн-блоков <style> в теле страницы.
 * Источники (блоки там удалены):
 *   - footer.php                          -> #button-up
 *   - local/php_interface/init.php        -> .ui-product-card__url и выделение текста в карточке
 *   - catalog.section.list/catalogTop,
 *     .../site-main-page-first-level1,
 *     .../subsections                     -> .ui-category-card.has-custom-bg
 *
 * Файл подключается последним в include/header/init.php, чтобы сохранить прежний
 * порядок каскада: раньше эти правила стояли в <body> и перекрывали весь head-CSS.
 */

/* --- кнопка «наверх» (бывш. footer.php) --- */
#button-up {
    display: none;
    opacity: 0.5;
    filter: alpha(opacity=50);
    position: fixed;
    right: 20px;
    bottom: 100px;
    color: #000;
    transition: .3s;
    z-index: 9999;
    cursor: pointer;
    width: 52px;
    height: 52px;
}

#button-up:hover {
    cursor: pointer;
    opacity: 1;
    filter: alpha(opacity=100);
    transition: .3s;
    color: #FF0000;
}

#button-up svg {
    width: 52px;
    height: 52px;
}

/* --- выделение текста в карточке товара (бывш. php_interface/init.php, OnEpilog) --- */
.ui-product-card__url {
    display: block !important;
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
}

.ui-product-card__title,
.ui-product-card__text,
.ui-product-card__price {
    user-select: text !important;
    -webkit-user-select: text !important;
    -moz-user-select: text !important;
}

.ui-product-card__title::selection,
.ui-product-card__text::selection,
.ui-product-card__price::selection {
    background: #b0d4ff !important;
    color: #000 !important;
}

/* --- плитки разделов с собственным фоном (бывш. три шаблона catalog.section.list) --- */
.ui-category-card.has-custom-bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

.ui-category-card.has-custom-bg .ui-category-card__image::after {
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    content: none !important;
    width: 0 !important;
    height: 0 !important;
}

.ui-category-card.has-custom-bg::after,
.ui-category-card.has-custom-bg::before,
.ui-category-card.has-custom-bg .ui-category-card__image::before {
    display: none !important;
}

@media (max-width: 768px) {
    .ui-category-card.has-custom-bg {
        background-size: cover;
    }
}

/* End */
/* /html/css/slick.css?17857617771729 */
/* /html/css/slick-theme.css?17857617773337 */
/* /html/css/fonts.css?17857617778899 */
/* /html/css/flexslider.css?17857617776937 */
/* /html/css/colorbox.css?17857617774474 */
/* /html/css/jquery.modal.css?17857617776723 */
/* /html/css/ion.checkRadio.css?17857617772434 */
/* /html/css/rating.css?17857617771127 */
/* /html/css/jquery.simpleselect.css?17857617773072 */
/* /html/css/jBox.css?17857617777818 */
/* /html/css/jquery-ui.css?178576177718745 */
/* /html/css/jquery-ui.theme.css?178576177717342 */
/* /html/css/icarousel.css?1785761777642 */
/* /html/css/icarousel-custom.css?17857617771314 */
/* /ds-comf/ds-form/css/dsforms.css?178576185712893 */
/* /local/templates/ch/include/css/fix1.css?178576185523471 */
/* /local/templates/ch/include/css/adaptive.css?178576185511423 */
/* /local/templates/ch/include/css/delete.css?178576185546834 */
/* /local/components/centershot/adding.items.to.basket.new/templates/.default/style.css?178576185513176 */
/* /local/templates/ch/components/modify/search.title/catalog_new/style.css?17857618562194 */
/* /local/templates/ch/components/bitrix/breadcrumb/.default/style.min.css?1785761856467 */
/* /local/templates/ch/components/bitrix/menu/bottom_menu/style.min.css?1785761855490 */
/* /local/templates/ch/styles.css?178576185625090 */
/* /local/templates/ch/template_styles.css?17883525005709 */
/* /html/css/template.css?1785761777159327 */
/* /html/plugins/magnific/magnific-popup.css?17869756386951 */
/* /local/templates/ch/include/css/app.css?1788352430153369 */
/* /local/templates/ch/include/css/extracted-inline.css?17883633092782 */
