

/* Start:/local/templates/main/plugins/fancybox-2.1.7/source/jquery.fancybox.css?15909913954939*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(/local/templates/main/plugins/fancybox-2.1.7/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(/local/templates/main/plugins/fancybox-2.1.7/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(/local/templates/main/plugins/fancybox-2.1.7/source/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: visible !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(/local/templates/main/plugins/fancybox-2.1.7/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url(/local/templates/main/plugins/fancybox-2.1.7/source/fancybox_sprite@2x.png);
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url(/local/templates/main/plugins/fancybox-2.1.7/source/fancybox_loading@2x.gif);
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}
/* End */


/* Start:/local/templates/main/plugins/slick-1.8.1/slick/slick.css?15909913961776*/
/* 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;
    margin-left: auto;
    margin-right: auto;
}
.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:/local/templates/main/plugins/slick-1.8.1/slick/slick-theme.css?15909913963145*/
@charset 'UTF-8';
/* Slider */
.slick-loading .slick-list
{
    background: #fff url('/local/templates/main/plugins/slick-1.8.1/slick/./ajax-loader.gif') center center no-repeat;
}

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

    src: url('/local/templates/main/plugins/slick-1.8.1/slick/./fonts/slick.eot');
    src: url('/local/templates/main/plugins/slick-1.8.1/slick/./fonts/slick.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/plugins/slick-1.8.1/slick/./fonts/slick.woff') format('woff'), url('/local/templates/main/plugins/slick-1.8.1/slick/./fonts/slick.ttf') format('truetype'), url('/local/templates/main/plugins/slick-1.8.1/slick/./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;
}

/* End */


/* Start:/local/templates/main/css/main.css?176924225867082*/
@font-face {
  font-family: 'Roboto-Regular';
  src: local('Roboto Regular');
  src: url('/local/templates/main/fonts/Roboto/Roboto-Regular/Roboto-Regular.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-Regular/Roboto-Regular.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-Regular/Roboto-Regular.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-Regular/Roboto-Regular.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Bold';
  src: local('Roboto Bold');
  src: url('/local/templates/main/fonts/Roboto/Roboto-Bold/Roboto-Bold.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-Bold/Roboto-Bold.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-Bold/Roboto-Bold.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-Bold/Roboto-Bold.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Light';
  src: local('Roboto Light');
  src: url('/local/templates/main/fonts/Roboto/Roboto-Light/Roboto-Light.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-Light/Roboto-Light.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-Light/Roboto-Light.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-Light/Roboto-Light.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Medium';
  src: local('Roboto Medium');
  src: url('/local/templates/main/fonts/Roboto/Roboto-Medium/Roboto-Medium.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-Medium/Roboto-Medium.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-Medium/Roboto-Medium.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-Medium/Roboto-Medium.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Italic';
  src: local('Roboto Italic');
  src: url('/local/templates/main/fonts/Roboto/Roboto-Italic/Roboto-Italic.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-Italic/Roboto-Italic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-Italic/Roboto-Italic.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-Italic/Roboto-Italic.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-Thin';
  src: local('Roboto Thin');
  src: url('/local/templates/main/fonts/Roboto/Roboto-Thin/Roboto-Thin.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-Thin/Roboto-Thin.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-Thin/Roboto-Thin.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-Thin/Roboto-Thin.svg') format('svg');
  font-display: swap;
}
@font-face {
  font-family: 'Roboto-LightItalic';
  src: local('Roboto LightItalic');
  src: url('/local/templates/main/fonts/Roboto/Roboto-LightItalic/Roboto-LightItalic.ttf') format('truetype'), url('/local/templates/main/fonts/Roboto/Roboto-LightItalic/Roboto-LightItalic.woff') format('woff'), url('/local/templates/main/fonts/Roboto/Roboto-LightItalic/Roboto-LightItalic.eot#iefix') format('embedded-opentype'), url('/local/templates/main/fonts/Roboto/Roboto-LightItalic/Roboto-LightItalic.svg') format('svg');
  font-display: swap;
}
header {
  padding: 0 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  max-height: 105px;
  height: 100%;
  z-index: 1000;
  width: 100%;
  background-color: #FFF;
  position: fixed;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
header .container {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
  background-color: #FFF;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  width: 1440px;
}
header .header__logo {
  position: absolute;
  left: 48px;
  z-index: 200;
}
header .header__logo svg,
header .header__logo img {
  width: 49px;
  height: 36px;
}
header .header__menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-left: 150px;
}
header .header__menu--title {
  margin-top: 28px;
  font-size: 24px;
  line-height: 28px;
  text-transform: uppercase;
  font-family: 'Roboto-Bold';
  color: #525252;
}
header .header__menu--title span {
  color: #FFA901;
}
header .header__menu--nav {
  margin-left: -3px;
}
header .header__menu--nav ul {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  font-family: 'Roboto-Light';
  font-size: 14px;
  line-height: 16px;
  color: #AAAAAA;
  position: relative;
}
header .header__menu--nav ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 83px;
  min-height: 43px;
}
header .header__menu--nav ul li:first-child {
  text-align: left;
  margin-right: 10px;
}
header .header__menu--nav ul li:hover {
  color: #000;
  background-color: #C4C4C4;
}
header .header__menu--nav ul a {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
header .header__contacts {
  height: 70px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 25px;
}
header .header__contacts--tel.btn-blue {
  padding: 7px 10px;
}
header .header__contacts--mail {
  color: #707070;
  font-size: 12px;
  line-height: 14px;
}
header .header__contacts--mail a:hover {
  text-decoration: underline;
}
header .header-orange {
  width: 12.5%;
  height: 100%;
  right: 0;
  position: absolute;
  background-color: #FFA901;
  z-index: 0;
}
header.sticky {
  height: 48px;
}
header.sticky .header__logo svg,
header.sticky .header__logo img {
  height: 27px;
  width: 37px;
}
header.sticky .header__menu {
  height: auto;
}
header.sticky .header__menu--title {
  display: none;
}
header.sticky .header__contacts {
  height: auto;
}
header.sticky .header__contacts--mail {
  display: none;
}
@media screen and (max-width: 750px) {
  header .header__menu--title {
    display: none;
  }
  header .header__menu .nav__list {
    opacity: 0;
    position: fixed;
    right: -500px;
    top: 0px;
    width: 40%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  header .header__menu .nav__list .btn__menu {
    display: block;
  }
  header .header__menu .nav__list ul {
    display: block;
    padding-top: 90px;
  }
  header .header__menu .nav__list ul li {
    color: #000;
    font-size: 16px;
    width: 100%;
  }
  header .header__menu .nav__list ul li a,
  header .header__menu .nav__list ul li .dropbtn {
    font-size: 16px;
    width: 100%;
    text-align: center;
    padding: 15px 10px;
  }
  header .header__menu .nav__list.nav__list--open {
    opacity: 1;
    right: 0;
    top: 0;
    width: 200px;
    background-color: #FFF;
    box-shadow: 0px 0 25px rgba(0, 0, 0, 0.1);
  }
  header .header__contacts {
    display: none;
  }
}
@media screen and (max-width: 450px) {
  header .header-orange {
    display: none;
  }
}
footer {
  min-height: 200px;
  background-color: #FFA901;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.footer-column:last-child {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer__info {
  color: #FFF;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 25px;
  padding-left: 10%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.footer__info--name {
  font-family: 'Roboto-Medium';
  font-size: 15px;
  line-height: 16px;
  margin: 5px 0 17px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer__info--contact {
  font-size: 12px;
  line-height: 14px;
  margin: 5px 0;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}
.footer__info--contact a:hover {
  text-shadow: 2px 0px 1px rgba(0, 0, 0, 0.2);
}
.footer__info--contact svg {
  fill: #FFF;
  width: 10px;
  height: 12px;
  margin-right: 18px;
}
.footer__info--price {
  margin-top: 12px;
  color: #000;
  font-size: 15px;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
.footer__info--price a {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-bottom: 5px;
}
.footer__info--price a:hover {
  color: #FFF;
}
.footer__info--price a:hover svg {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}
.footer__info--price svg {
  fill: #FFF;
  width: 18px;
  height: 28px;
  margin-right: 15px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.footer__info--social {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}
.footer__info--social svg {
  fill: #FFF;
  width: 25px;
  height: 25px;
  margin: 5px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.footer__info--social svg:hover {
  fill: #000;
}
.footer-right {
  background-color: #FFF;
  min-height: 100%;
  padding: 21px 0 21px 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.footer-right__logo {
  width: 100%;
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: auto 0;
}
.footer-right__bauart {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: right;
}
.footer-right__bauart img {
  margin-left: 8px;
}
@media screen and (max-width: 1280px) {
  .footer-right {
    padding: 32px 0 16px 15px;
    width: 35%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .footer-right__logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 650px) {
  .footer__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 25px 15px 10px;
  }
  .footer__info--price {
    font-size: 14px;
  }
  .footer-column {
    width: unset;
  }
  .footer-right {
    width: 60%;
    padding: 10px 0;
  }
  .footer-right__logo {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .footer-right__bauart {
    font-size: 0px;
    line-height: 0;
  }
}
@media screen and (max-width: 400px) {
  .footer__info--price {
    font-size: 11px;
  }
  .footer__info--price svg {
    width: 18px;
    margin-right: 5px;
  }
}
html,
body {
  height: 100%;
}
* {
  margin: 0;
  box-sizing: border-box;
}
body {
  background-color: #2C2C2C;
  font-family: 'Roboto-Regular';
  font-size: 16px;
  overflow-x: hidden;
}
section:first-of-type {
  padding-top: 30px;
}
a {
  color: inherit;
  text-decoration: none;
}
button {
  border: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.container {
  max-width: 1510px;
  padding: 0 35px;
  width: 100%;
  margin: 0 auto;
}
.container-lg {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 45px;
}
@media screen and (max-width: 400px) {
  .container {
    padding: 0;
  }
  .container-lg {
    padding: 0 23px;
  }
}
.detail.container-lg {
  max-width: 1327px;
  padding: 0 20px;
}
@media screen and (max-width: 400px) {
  .detail.container-lg {
    padding: 0;
  }
}
h1,
h2,
h3,
h4,
h5 {
  font-family: 'Roboto-Bold';
  font-weight: normal;
}
h1 {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
h3 {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
.slick-dots li {
  margin: 0 1px;
  width: 10px;
}
.slick-dots li button:before {
  content: "■";
  color: #D6D6D6;
  font-size: 12px;
  opacity: 1;
}
.slick-dots li.slick-active button:before {
  color: #FFA901;
}
.slick-prev,
.slick-next {
  z-index: 10;
  height: 40px;
}
.slick-prev {
  left: 20px;
}
.slick-prev:before {
  content: url("/local/templates/main/img/icon/arrow-prev.svg");
}
.slick-next {
  right: 20px;
}
.slick-next:before {
  content: url("/local/templates/main/img/icon/arrow-next.svg");
}
.product__slider .slick-next,
.photo__slider .slick-next,
.detail__slider--similar .slick-next,
.detail__slider--recommended .slick-next {
  right: -40px;
}

.product__slider .slick-next:before,
.photo__slider .slick-next:before,
.detail__slider--similar .slick-next:before,
.detail__slider--recommended .slick-next:before {
  content: url("/local/templates/main/img/icon/arrow-next-orange.svg");
}
.product__slider .slick-prev,
.photo__slider .slick-prev,
.detail__slider--similar .slick-prev,
.detail__slider--recommended .slick-prev {
  left: -40px;
}
.product__slider .slick-prev:before,
.photo__slider .slick-prev:before,
.detail__slider--similar .slick-prev:before,
.detail__slider--recommended .slick-prev:before {
  content: url("/local/templates/main/img/icon/arrow-prev-orange.svg");
}
.product__slider .slick-next:before,
.photo__slider .slick-next:before,
.detail__slider--similar .slick-next:before,
.detail__slider--recommended .slick-next:before,
.product__slider .slick-prev:before,
.photo__slider .slick-prev:before,
.detail__slider--similar .slick-prev:before,
.detail__slider--recommended .slick-prev:before {
  color: #FFA901;
}
@media screen and (max-width: 1280px) {
  .product__slider .slick-next,
  .photo__slider .slick-next,
  .detail__slider--similar .slick-next,
  .detail__slider--recommended .slick-next {
    right: -30px;
  }
  .product__slider .slick-prev,
  .photo__slider .slick-prev,
  .detail__slider--similar .slick-prev,
  .detail__slider--recommended .slick-prev {
    left: -30px;
  }
}
.detail__slider .slick-dots {
  bottom: 10px;
  width: 50%;
  margin: 0 25%;
}
.detail__slider .slick-prev,
.detail__slider .slick-next {
  z-index: 10;
  height: 78px;
  width: 52px;
  background-color: rgba(255, 255, 255, 0.45);
}
@media screen and (max-width: 1024px) {
  .detail__slider .slick-prev,
  .detail__slider .slick-next {
    width: 30px;
    height: 50px;
  }
}
.detail__slider .slick-next {
  right: 0px;
}
.detail__slider .slick-next:before {
  content: url("/local/templates/main/img/icon/arrow-next-black.svg");
}
.detail__slider .slick-prev {
  left: 0px;
}
.detail__slider .slick-prev:before {
  content: url("/local/templates/main/img/icon/arrow-prev-black.svg");
}
.button {
  background: #FFA901;
  border-radius: 7px;
  color: #FFF;
  font-family: 'Roboto-Regular';
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.button:hover {
  -webkit-transform: scale(0.98);
      -ms-transform: scale(0.98);
          transform: scale(0.98);
}
.btn__menu {
  display: none;
}
.btn-blue {
  background: #5A9BFC;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 5px;
  font-size: 14px;
  line-height: 16px;
  padding: 8px 30px;
  color: #FFF;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.btn-blue:hover {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.5);
}
.btn-fixed {
  z-index: 30;
  position: fixed;
  border-radius: 50%;
  border: 9px solid #00A02D;
  background-color: #FFF;
  bottom: 50px;
  right: 80px;
  width: 95px;
  height: 95px;
}
.btn-fixed:hover {
  -webkit-animation: heartbeat 1.5s infinite;
          animation: heartbeat 1.5s infinite;
}
.btn-fixed svg {
  width: 43px;
  height: 43px;
  fill: #00A02D;
  -webkit-animation: phone 1.2s infinite;
          animation: phone 1.2s infinite;
}
.btn-fixed.pulse::before,
.btn-fixed.pulse::after {
  content: "";
  position: absolute;
  border: 1px solid #00A02D;
  left: -20px;
  right: -20px;
  top: -20px;
  bottom: -20px;
  border-radius: 50%;
  -webkit-animation: pulse 1.8s linear infinite;
          animation: pulse 1.8s linear infinite;
  opacity: 0;
}
.btn-fixed.pulse:after {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media screen and (max-width: 800px) {
  .btn-fixed {
    display: none;
  }
}
@media screen and (max-width: 750px) {
  .btn__menu {
    background-color: #2C2C2C;
    -webkit-transition: 0s;
    transition: 0s;
    display: block;
    cursor: pointer;
    z-index: 11;
    height: 34px;
    width: 34px;
    padding: 0;
    position: absolute;
    top: 35px;
    right: 45px;
  }
  .btn__menu.p-top {
    top: 7px;
  }
  .btn__menu:focus {
    outline: none;
  }
  .btn__menu .line {
    display: block;
    background: #FFF;
    width: 20px;
    height: 2px;
    position: absolute;
    left: 20%;
    border-radius: 4px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  .btn__menu .line-1 {
    top: 25%;
  }
  .btn__menu .line-2 {
    top: 50%;
  }
  .btn__menu .line-3 {
    top: 75%;
  }
  .btn__menu:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }
  .btn__open .line-1 {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: 50%;
  }
  .btn__open .line-2 {
    opacity: 0;
  }
  .btn__open .line-3 {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 50%;
  }
}
@-webkit-keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@keyframes heartbeat {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  20% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  30% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  60% {
    -webkit-transform: scale(1.05);
            transform: scale(1.05);
  }
  70% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
    opacity: 0;
  }
  70% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes phone {
  0%,
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}
@keyframes phone {
  0%,
  100% {
    -webkit-transform: rotate(-20deg);
            transform: rotate(-20deg);
  }
  50% {
    -webkit-transform: rotate(21deg);
            transform: rotate(21deg);
  }
}
.breadcrumb {
  color: #D2D2D2;
  font-size: 14px;
  line-height: 16px;
}
.breadcrumb li {
  padding: 0 2px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.breadcrumb li + li:before {
  content: "/\00a0";
  padding: 0 2px;
}
.breadcrumb a {
  color: #D2D2D2;
}
.breadcrumb a:hover {
  color: #FFF;
  text-decoration: underline;
}
.breadcrumb__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  margin: 26px 19px;
}
@media screen and (max-width: 450px) {
  .breadcrumb__list {
    margin: 26px 0;
  }
}
.breadcrumb__group {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.breadcrumb__divider {
  margin: 0 4px;
}
.dropdown {
  overflow: hidden;
  cursor: pointer;
}
.dropdown.open {
  background-color: #C4C4C4;
  color: #000;
}
.dropdown .dropbtn {
  border: none;
  outline: none;
  background-color: inherit;
  font-family: inherit;
  margin: 0;
}
.dropdown:hover {
  background-color: #C4C4C4;
}
.dropdown-content {
  display: none;
  position: absolute;
  top: 43px;
  right: 149px;
  background-color: #C4C4C4;
  min-width: 160px;
  z-index: 1;
}
.dropdown-content a {
  float: none;
  font-size: 16px;
  line-height: 16px;
  color: #171717;
  padding: 14px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}
.dropdown-content a:hover {
  background-color: #D2D2D2;
}
@media screen and (max-width: 750px) {
  header .header__menu .nav__list ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .dropdown-content {
    position: inherit;
    width: 100%;
    background-color: transparent;
  }
}
.custom-inputs label {
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto-Bold';
  color: #FFF;
  padding: 9px 0 9px 16px;
}
.select2-container--default .select2-selection--single {
  outline: none;
  font-family: 'Roboto-Regular';
  color: #FFF;
  background-color: transparent;
  border: 1px solid #8C8C8C;
  border-radius: 0;
  height: 40px;
  font-size: 14px;
  position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  display: none;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #FFF;
  line-height: 40px;
  padding-left: 18px;
}
.select2-container--default .select2-selection--single:after {
  content: url('/local/templates/main/img/icon/arrow-down.svg');
  position: absolute;
  top: 10px;
  right: 10px;
  -webkit-transition: 0.1s;
  transition: 0.1s;
}
.select2-container--default .select2-results > .select2-results__options {
  background-color: #C4C4C4;
  color: #000;
  font-family: 'Roboto-Regular';
  font-size: 14px;
}
.select2-container--default .select2-results > .select2-results__options li {
  line-height: 18px;
  padding: 10px 19px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #D2D2D2;
  color: #000;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
  background-color: #C4C4C4;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single .select2-selection__rendered {
  color: #000;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  top: 9px;
}
/* увеличенная картинка */
#magnify {
  display: none;
  position: fixed;
  max-width: 90%;
  height: auto;
  z-index: 9999;
}
#magnify img {
  width: 100%;
}
/* затемняющий фон */
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
  overflow: hidden;
}
/* кнопка закрытия */
#close-popup {
  width: 30px;
  height: 30px;
  background: #FFF;
  border: 1px solid #C4C4C4;
  border-radius: 15px;
  cursor: pointer;
  content: 'x';
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
#close-popup i {
  display: none;
}
#close-popup:hover {
  background: #C4C4C4;
  color: #FFF;
}
.modal {
  /* Затемнение экрана*/
  display: none;
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.4);
  /* Открываем Модальное окно этим классом */
  /* Модальное окно и его компонентны */
}
.modal.open {
  display: block;
}
.modal-content {
  background-color: #F0F0F0;
  margin: 10% auto;
  padding: 41px 52px 30px;
  width: 488px;
  background: #FFA901;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.44);
  border-radius: 26px;
  -webkit-animation: animatetop 0.4s;
          animation: animatetop 0.4s;
}
.modal-content form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.modal-content input {
  height: 30px;
  line-height: 30px;
  padding-left: 17px;
}
.modal-content textarea {
  font-family: 'Roboto-Regular';
  height: 70px;
  padding: 8px 0 0 12px;
  resize: none;
}
.modal-content input,
.modal-content textarea {
  font-size: 12px;
  margin: 10px 0;
  border: none;
  font-family: 'Roboto-Regular';
}
.modal-content input::-webkit-input-placeholder, .modal-content textarea::-webkit-input-placeholder {
  opacity: 1;
  font-family: 'Roboto-Regular';
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.modal-content input::-moz-placeholder, .modal-content textarea::-moz-placeholder {
  opacity: 1;
  font-family: 'Roboto-Regular';
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.modal-content input:-ms-input-placeholder, .modal-content textarea:-ms-input-placeholder {
  opacity: 1;
  font-family: 'Roboto-Regular';
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.modal-content input::-ms-input-placeholder, .modal-content textarea::-ms-input-placeholder {
  opacity: 1;
  font-family: 'Roboto-Regular';
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.modal-content input::placeholder,
.modal-content textarea::placeholder {
  opacity: 1;
  font-family: 'Roboto-Regular';
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.modal-content input:focus::-webkit-input-placeholder, .modal-content textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal-content input:focus::-moz-placeholder, .modal-content textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal-content input:focus:-ms-input-placeholder, .modal-content textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal-content input:focus::-ms-input-placeholder, .modal-content textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal-content input:focus::placeholder,
.modal-content textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.modal-content button {
  width: 175px;
  margin: 10px auto 0;
}
@media screen and (max-width: 500px) {
  .modal-content {
    width: 100%;
    border-radius: 0;
    margin: 40% auto;
  }
}
@media screen and (max-width: 400px) {
  .modal-content {
    padding: 41px 20px 30px;
  }
}
/* Анимация */
@-webkit-keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
@keyframes animatetop {
  from {
    top: -300px;
    opacity: 0;
  }
  to {
    top: 0;
    opacity: 1;
  }
}
.welcome__slider {
  height: 655px;
  min-height: 316px;
}
.welcome__slider--slide {
  position: relative;
  min-height: 665px;
}
.welcome__slider--slide img {
  height: 100%;
}
.welcome__slider--slide .slide-img {
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-position: center;
  position: absolute;
  top: 0;
  bottom: 0em;
  right: 0;
  left: 0;
}
.welcome__slider--slide .slide-text {
  position: absolute;
  bottom: 0;
  padding: 0 32px;
  background: rgba(13, 13, 13, 0.54);
  width: 100%;
  height: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
.welcome__slider--slide .slide-text span {
  font-family: 'Roboto-Regular';
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
}
.welcome__slider--slide .slide-text .button {
  font-size: 14px;
  line-height: 16px;
  padding: 6px 15px;
}
.welcome__btn {
  margin: 50px 50px;
  text-align: center;
}
.welcome__btn button {
  padding: 12px;
  max-width: 442px;
  width: 100%;
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  font-family: 'Roboto-Medium';
  margin: 0 auto;
}
.profit {
  background-color: #FFF;
  min-height: 303px;
  text-align: center;
  padding: 28px;
}
.profit__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 40px auto;
  max-width: 680px;
}
.profit__item {
  max-width: 33%;
}
.profit__item--img {
  margin-bottom: 25px;
}
.profit__item--img svg {
  fill: #2C2C2C;
  width: 54px;
  height: 54px;
}
.profit__item--img img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto;
}
.profit__item--text {
  font-family: 'Roboto-Light';
  max-width: 205px;
  font-size: 18px;
  line-height: 21px;
  text-align: center;
  color: #606060;
}
.product {
  padding: 20px 0;
  position: relative;
}
.product #product {
  position: absolute;
  top: -40px;
}
.product__section {
  width: 100%;
  text-align: center;
  max-width: 1220px;
  margin: 0 auto;
}
.product__section h1 {
  margin: 22px auto;
}
.product__section h3 {
  margin: 22px auto;
}
.product__slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.product__slide {
  width: 214px;
  min-height: 338px;
  height: auto;
  background-color: #FFF;
  text-align: left;
  margin: 0 9px;
  position: relative;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.product__slide:hover,
.product__slide a:hover {
  box-shadow: 0 0 6px #000;
}
.product__slide img {
  height: 150px;
  width: 214px;
}
.product__slide .slide__description {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #000;
  height: 185px;
  padding: 6px 14px 12px;
}
.product__slide .slide__description--name {
  font-size: 14px;
  height: 40px;
}
.product__slide .slide__description--size {
  font-size: 12px;
  font-family: 'Roboto-Thin';
}
.product__slide .slide__description--price {
  font-size: 24px;
  color: #808080;
}
.product__slide .slide__description--price .price-title {
  font-size: 11px;
  color: #000;
  font-family: 'Roboto-Light';
}
.product__slide .slide__description--price.retail {
  color: #000;
}
.product__slide .slide--link {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.product__link {
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  text-align: end;
  padding: 5px 0;
}
.product__link a:hover {
  text-decoration: underline;
}
.photo {
  background-color: #FFF;
  padding: 0 0 20px 0;
  position: relative;
}
.photo #gallery {
  position: absolute;
  top: -40px;
}
.photo--title {
  background-color: #FFA901;
  width: 100%;
  font-size: 20px;
  line-height: 23px;
  color: #FFF;
  padding: 13px;
}
.photo--title > div {
  width: 35%;
  margin: 0 auto;
}
.photo__slider {
  width: 100%;
  max-width: 1140px;
  margin: 32px auto;
}
.photo__slide {
  width: 360px;   /* новое значение — под 3 фото в ряду в контейнере 1140px */
  height: 287px;
  margin: 0 10px;
  box-sizing: border-box;
}

.photo__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.photo__link {
  font-size: 12px;
  line-height: 14px;
  color: #464646;
  text-align: end;
}
.photo__link a:hover {
  text-decoration: underline;
}
@media screen and (max-width: 400px) {
  .photo .container-lg {
    padding: 0 45px;
  }
}
.about {
  background-color: #2C2C2C;
  margin: 30px 0 43px;
  position: relative;
}
.about #about {
  position: absolute;
  top: -70px;
}
.about h1 {
  margin: 30px 0;
}
.about h3 {
  margin: 30px 0;
}
.about__tech {
  max-width: 1220px;
  padding: 0 45px;
  margin: 0 auto;
}
.about__content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 70px;
}
.about__photo {
  margin-right: 12px;
  width: 50%;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.about__text {
  margin-left: 12px;
  font-size: 14px;
  color: #FFF;
  font-family: 'Roboto-Light';
  width: 50%;
}
.about__feedback {
  background-color: #FFF;
  max-width: 1228px;
  margin: 0 auto 30px;
  border-radius: 26px;
  height: 291px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 41px 51px 30px;
}
.about__feedback--img {
  -webkit-align-self: center;
      -ms-flex-item-align: center;
          align-self: center;
  margin: 0 30px;
}
.about__feedback--img svg {
  fill: #FFA901;
  width: 170px;
  height: 131px;
}
.about__feedback--input {
  max-width: 713px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.about__feedback--input form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.about__feedback--input input,
.about__feedback--input textarea {
  padding: 0 20px;
  border: none;
  resize: none;
  font-family: 'Roboto-Regular';
  background-color: #F0F0F0;
  margin: 10px 0;
  font-size: 12px;
}
.about__feedback--input input::-webkit-input-placeholder, .about__feedback--input textarea::-webkit-input-placeholder {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.about__feedback--input input::-moz-placeholder, .about__feedback--input textarea::-moz-placeholder {
  opacity: 1;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.about__feedback--input input:-ms-input-placeholder, .about__feedback--input textarea:-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.about__feedback--input input::-ms-input-placeholder, .about__feedback--input textarea::-ms-input-placeholder {
  opacity: 1;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.about__feedback--input input::placeholder,
.about__feedback--input textarea::placeholder {
  opacity: 1;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  color: #868686;
}
.about__feedback--input input:focus::-webkit-input-placeholder, .about__feedback--input textarea:focus::-webkit-input-placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__feedback--input input:focus::-moz-placeholder, .about__feedback--input textarea:focus::-moz-placeholder {
  opacity: 0;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__feedback--input input:focus:-ms-input-placeholder, .about__feedback--input textarea:focus:-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__feedback--input input:focus::-ms-input-placeholder, .about__feedback--input textarea:focus::-ms-input-placeholder {
  opacity: 0;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__feedback--input input:focus::placeholder,
.about__feedback--input textarea:focus::placeholder {
  opacity: 0;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
}
.about__feedback--input input {
  line-height: 29px;
}
.about__feedback--input textarea {
  height: 70px;
  padding: 8px 20px;
  line-height: 14px;
}
.about__feedback--input button {
  width: 130px;
  height: 31px;
  margin-top: 14px;
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end;
}

.privacy_agreement_modal{
  font-size: 9px;
  text-align: center;
}
 .privacy_agreement_modal  a {
  text-decoration: underline;
}
.privacy_agreement  {
  color: darkgrey;
  font-size: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.privacy_agreement  a {
  text-decoration: underline;
}

.about__map {
  background-color: #FFA901;
  min-height: 262px;
  max-width: 1439px;
  width: 100%;
  margin: 65px auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.about__map--desc {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  text-align: center;
}
.about__map--desc .desc-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px 40px;
}
.about__map--desc .desc-text h1 {
  color: #3C3C3C;
  margin: 0;
}
.about__map--desc .desc-text h3 {
  color: #3C3C3C;
  margin: 0;
}
.about__map--desc .desc-text--address {
  font-size: 12px;
  line-height: 14px;
  font-family: 'Roboto-Bold';
  color: #3C3C3C;
}
.about__map--desc svg {
  opacity: 34%;
  fill: #3C3C3C;
  width: 33px;
  height: 37px;
  margin: 0 0 40px;
}
.about__map--api {
  width: 65%;
}
@media screen and (max-width: 1280px) {
  .welcome .container {
    padding: 0;
  }
  .welcome__slider {
    height: auto;
  }
  .welcome__slider .slide-text {
    height: 90px;
  }
  .welcome img {
    width: 100%;
  }
  .photo--title > div {
    width: auto;
    margin: 0;
    text-align: center;
  }
  .about__content {
    margin-bottom: 30px;
  }
  .about__feedback {
    border-radius: 0 26px 26px 0;
    max-width: 85%;
    margin: 0;
  }
  .about__feedback--img {
    margin: 0 30px 0 0;
  }
  .about__map--desc {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 660px) {
  .welcome__slider {
    min-height: 316px;
  }
  .welcome__slider--slide {
    min-height: 316px;
  }
  .welcome .slide-text span {
    font-size: 18px;
    line-height: 18px;
  }
  .profit__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .profit__item {
    margin-bottom: 40px;
    max-width: 205px;
  }
  .profit__item--text {
    max-width: unset;
  }
  .about__tech {
    padding: 0;
  }
  .about__tech img {
    width: 100%;
  }
  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__photo {
    width: 100%;
    margin: 0;
  }
  .about__text {
    margin: 30px 0;
    width: 100%;
    padding: 0 45px;
  }
  .about__feedback {
    border-radius: 0;
    max-width: 100%;
  }
  .about__feedback--img {
    display: none;
  }
  .about__map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .about__map--desc {
    width: 100%;
  }
  .about__map--desc .desc-text {
    padding: 19px 0px;
  }
  .about__map--desc svg {
    margin: 8px 0;
  }
  .about__map--api {
    width: 100%;
    height: 262px;
  }
}
@media screen and (max-width: 450px) {
  .welcome__btn {
    margin: 38px 48px 20px;
  }
  .product__section {
    padding: 0 35px;
  }
  .product__slide {
    margin: 0 50px;
  }
  .about__text {
    padding: 28px;
    margin: 0;
  }
  .about__feedback {
    padding: 28px;
  }
  .about__content {
    margin-bottom: 0px;
  }
}
.contact {
  margin: 19px 0 8px;
}
.contact-bg {
  background-color: #FFA901;
  min-height: 705px;
}
.contact .container {
  max-width: 1318px;
}
.contact__text {
  color: #3C3C3C;
  padding: 21px 25px 16px;
}
.contact__text a:hover {
  text-decoration: underline;
}
.contact__text--name {
  margin-bottom: 20px;
}
.contact__text--phone {
  font-family: 'Roboto-Bold';
  font-size: 24px;
  line-height: 28px;
  margin: 20px 0 8px;
}
.contact__text--social {
  margin: 11px 0 36px;
}
.contact__text--social svg {
  width: 36px;
  height: 36px;
  fill: #2C2C2C;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  margin-right: 6px;
}
.contact__text--social a:hover {
  text-decoration: none;
}
.contact__text--social a:hover svg {
  fill: #FFF;
}
@media screen and (max-width: 450px) {
  .contact__text--social {
    margin: 11px 0 77px;
  }
}
.contact__text--mail,
.contact__text--time {
  font-family: 'Roboto-Light';
}
.contact__text--mail {
  font-size: 18px;
  line-height: 21px;
}
.contact__text--address {
  margin: 8px 0;
  font-size: 18px;
  line-height: 21px;
}
.contact__text--time {
  font-size: 14px;
  line-height: 16px;
  margin: 8px 0 0;
}
.contact__api {
  height: 441px;
}
.contact__api .ymaps-2-1-75-ground-pane {
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
.contact__btn {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  text-align: center;
  max-width: 442px;
  width: 100%;
  height: 55px;
  margin: 20px 38px 40px;
}
@media screen and (max-width: 800px) {
  .contact__btn {
    margin: 27px 0;
  }
}
@media screen and (max-width: 400px) {
  .contact__btn {
    width: 90%;
    margin: 27px auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.static {
  margin: 19px 0 8px;
}
.static .container {
  max-width: 1318px;
}
.static-bg {
  width: 100%;
  background-color: #FFF;
  padding: 23px 40px 30px;
}
@media screen and (max-width: 450px) {
  .static-bg {
    padding: 23px 21px 30px;
  }
}
.static h1 {
  font-family: 'Roboto-Regular';
  color: #494949;
  text-align: left;
  margin-bottom: 20px;
  word-break: break-word;
}
.static h3 {
  font-family: 'Roboto-Regular';
  color: #494949;
  text-align: left;
  margin-bottom: 20px;
  word-break: break-word;
}
.static__img {
  max-height: 500px;
  margin: 20px 0;
}
@media screen and (max-width: 650px) {
  .static__img img {
    width: 100%;
  }
}
.static__text {
  -webkit-column-count: 2;
     -moz-column-count: 2;
          column-count: 2;
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  -webkit-column-width: 250px;
     -moz-column-width: 250px;
          column-width: 250px;
  font-size: 14px;
  line-height: 16px;
  font-family: 'Roboto-Light';
  color: #757575;
}
.static__text p {
  margin-top: 10px;
}
.static__text p:first-child {
  margin-top: 0;
}

/*политика конфинденциальности*/
.privacy_policy{
  padding-right: 352px;
  margin: 0 auto;
  width: 552px;
  background-color: #fff;
  color: rgba(0,0,0,0.87);
  font-family: Roboto,arial,sans-serif;
  font-weight: 400;
  font-size: 14px;
  justify-content: center;
  padding: 158px 48px;
}
.privacy_policy h1{
    color: #000;
}
.privacy_policy a {
  color: chocolate;
}
/*END политика конфинденциальности*/

.detail-bg {
  background-color: #FFF;
  margin: 0 0%;
}
@media screen and (max-width: 1440px) {
  .detail-bg{
    margin: 0 4%;
  }
}@media screen and (max-width: 1240px) {
  .detail-bg{
    margin: 0 5%;
  }
}@media screen and (max-width: 1024px) {
  .detail-bg{
    margin: 0 6%;
  }
}

@media screen and (max-width: 425px) {
  .detail-bg{
    margin: 0 11%;
  }
}@media screen and (max-width: 320px) {
  .detail-bg{
    margin: 0 11%;
  }
}
.left-link-product{
  content: url(/local/templates/main/img/icon/arrow-prev-orange.svg);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  left: -5%;
  display: block;
  width: 37px;
  height: 37px;
  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;
 z-index: 1;
}
.rigt-link-product{
  content: url(/local/templates/main/img/icon/arrow-next-orange.svg);
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  right: -5%;
  display: block;
  width: 37px;
  height: 37px;
  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;
  z-index: 1;
}
@media screen and (max-width: 1280px) {
  .rigt-link-product{
    right: -5%;
  }
  .left-link-product{
    left: -5%;
  }
}
@media screen and (max-width: 768px) {
  .rigt-link-product{
    right: -7%;
  }
  .left-link-product{
    left: -7%;
  }
}
@media screen and (max-width: 425px) {
  .rigt-link-product{
    right: -13%;
  }
  .left-link-product{
    left: -13%;
  }
}


.detail--info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
}
.detail .container {
  max-width: 1327px;
  width: 100%;
  padding: 0 20px;
}
@media screen and (max-width: 400px) {
  .detail .container {
    padding: 0;
  }
}
.detail__slider {
  max-width: 607px;
  width: 50%;
 /*height: 100%;*/
  float: left;
  margin: 0 0px 30px 0;
}
.detail__slider--slide {
  position: relative;
}
.detail__slider--slide img {
  width: 100%;
}
.detail__slider--slide:hover svg {
  fill: #000;
}
.detail__slider--increase {
  position: absolute;
  right: 14px;
  bottom: 14px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  width: 30px;
  height: 30px;
  fill: #4B4B4B;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.detail__slider--similar {
  margin: 75px auto 35px;
}
.detail__slider--recommended {
  margin: 25px auto 80px;
}
.detail__slider--similar,
.detail__slider--recommended {
  width: 90%;
}
@media screen and (max-width: 400px) {
  .detail__slider--similar,
  .detail__slider--recommended {
    width: 250px;
  }
}
.detail__description {
  padding: 28px 28px 0 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
}
.detail__description--name {
  color: #000;
  font-size: 24px;
  line-height: 100%;
  margin-bottom: 15px;
}
.detail__description--size {
  font-family: 'Roboto-Light';
  font-size: 14px;
  line-height: 100%;
  margin: 15px 0;
}
.detail__description--price {
  color: #B5B5B5;
  font-size: 18px;
  line-height: 100%;
}
.detail__description--price.retail {
  color: #000;
  font-size: 36px;
  line-height: 100%;
  font-family: 'Roboto-Bold';
  margin: 10px 0 28px;
}
.detail__description--price .price-title {
  font-family: 'Roboto-Light';
  font-size: 11px;
  line-height: 100%;
  margin: 5px 0;
}
.detail__description--download {
  color: #797979;
  font-size: 14px;
  line-height: 16px;
  margin: 22px 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.detail__description--download a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.detail__description--download svg {
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin-right: 10px;
  width: 26px;
  height: 24px;
  fill: #797979;
}
.detail__description--download:hover a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: underline;
}
.detail__description--download:hover svg {
  fill: rgba(0, 0, 0, 0.7);
}
.detail__description--btn {
  margin: 44px 0;
}
.detail__description--btn button {
  font-size: 18px;
  width: 180px;
  line-height: 21px;
  height: 41px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.detail__description--text {
  font-size: 14px;
  font-family: 'Roboto-Light';
  line-height: 16px;
  width: 100%;
  color: #757575;
  padding: 0 0 40px;
}
.detail__description--text h5 {
  font-size: 14px;
  line-height: 100%;
  font-family: 'Roboto-Thin';
  margin: 15px 0;
  color: #000;
}
@media screen and (max-width: 1024px) {
  .detail--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail__slider {
    width: 55%;
  }
  .detail__description {
    width: 100%;
    max-width: unset;
  }
  .detail__description .detail-adaptive-order {
    width: 250px;
    position: absolute;
    left: 60%;
    top: 3%;
  }
}
@media screen and (max-width: 728px) {
  .detail--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail__slider {
    width: 100%;
  }
  .detail__description {
    width: 100%;
    padding: 0 28px 0;
  }
  .detail__description--name {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
        -ms-flex-order: 2;
            order: 2;
  }
  .detail__description .detail-adaptive-order {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
        -ms-flex-order: 1;
            order: 1;
    position: unset;
  }
  .detail__description--text {
    -webkit-box-ordinal-group: 4;
    -webkit-order: 3;
        -ms-flex-order: 3;
            order: 3;
  }
}
.detail__recommended h1 {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  margin: 30px 0 25px;
  text-align: left;
  padding-left: 5%;
}
.detail__recommended h3 {
  font-size: 24px;
  line-height: 28px;
  color: #FFF;
  margin: 30px 0 25px;
  text-align: left;
  padding-left: 5%;
}
@media screen and (max-width: 400px) {
  .detail--info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .detail__description {
    max-width: 100%;
  }
}
.catalog h1 {
  text-align: left;
  margin: 17px 0;
  font-family: 'Roboto-Regular';
}
.catalog h3 {
  text-align: left;
  margin: 17px 0;
  font-family: 'Roboto-Regular';
}
.catalog__filter {
  margin-bottom: 30px;
}
.catalog__filter--title {
  font-size: 20px;
  line-height: 23px;
  color: #FFF;
  margin: 17px 0 20px;
}
.catalog__filter--inputs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.catalog__filter--select {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 18px;
  max-width: 214px;
  width: 100%;
}
.catalog__filter--select:last-child {
  margin-right: 0;
}
.catalog__list {
  margin: 21px 0 0;
}
.catalog__list ul {
  list-style: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
  max-height: 1435px;
  overflow: hidden;
}
.catalog__list ul .product__slide {
  margin: 0 0 20px 0;
}
.catalog__list ul .product__slide:hover,
.catalog__list ul .product__slide a:hover {
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}
.catalog__list ul li {
  width: 20%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 1250px) {
  .catalog__list ul li {
    width: 25%;
  }
}
@media screen and (max-width: 980px) {
  .catalog__list ul li {
    width: 33%;
  }
}
@media screen and (max-width: 755px) {
  .catalog__list ul li {
    width: 50%;
  }
}
@media screen and (max-width: 535px) {
  .catalog__list ul li {
    width: 100%;
  }
}
.catalog--top {
  text-align: center;
  font-size: 16px;
  line-height: 19px;
  color: #929292;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  margin: 0 0 14px 0;
}
.catalog--top:hover {
  color: #FFF;
}
.catalog__pagination {
  margin: 14px 0;
  text-align: center;
}
.catalog__pagination a {
  font-size: 16px;
  line-height: 19px;
  color: #FFF;
  width: 30px;
  height: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  border-radius: 50%;
}
.catalog__pagination a.to-right svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.catalog__pagination a svg {
  width: 13px;
  height: 13px;
  fill: #FFF;
}
.catalog__pagination a.active {
  background-color: transparent;
  color: white;
  border-radius: 50%;
  border: 1px solid #FFF;
  pointer-events: none;
}
.catalog__pagination a:hover:not(.active) {
  background-color: #FFF;
  color: #000;
  border-radius: 50%;
}
.catalog__pagination a:hover:not(.active) svg {
  fill: #000;
}
.catalog__text {
  font-family: 'Roboto-Light';
  font-size: 14px;
  line-height: 16px;
  color: #FFF;
  margin: 18px 0 75px;
}
.catalog__text p {
  padding: 0 15px;
  font-family: inherit;
}
@media screen and (max-width: 680px) {
  .catalog__filter--select {
    max-width: unset;
  }
  .catalog__filter--inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 545px) {
  .catalog__list li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .catalog--top {
    margin: 20px 0 14px 0;
  }
  .catalog__pagination {
    margin-bottom: 35px;
  }
  .catalog__text {
    display: none;
  }
  .detail__description--btn button {
    margin: 0 0;
  }
}
/* новый css удалить после проверки

/* 1. Стилизуем заголовок, который сейчас почти не виден */
.tech-title {
  color: #ffffff;          /* Белый цвет */
  font-size: 24px;         /* Крупный шрифт */
  text-transform: uppercase;
  text-align: center;      /* Заголовок по центру */
  margin-bottom: 40px;     /* Отступ до карточек */
  font-weight: bold;
}

/* 2. Контейнер сетки */
.tech-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;
  max-width: 1300px;       /* Ограничиваем ширину, чтобы на больших экранах не разлетались */
  margin: 0 auto;          /* Центрируем сам контейнер */
}

/* 3. Сама карточка */
.tech-card {
  background: rgba(255, 255, 255, 0.08); /* Чуть светлее фон */
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px;  /* Фиксируем ширину, чтобы они были одинаковыми */
  width: 280px;   /* Гибкость: позволяет карточкам немного сжиматься, но не расширяться бесконечно */
  flex: 0 0 auto;
  border-radius: 8px;
  color: #fff;  /* ВАЖНО: Выравниваем текст внутри карточки ВЛЕВО */
  text-align: left !important; /* Принудительно по левому краю */
  display: flex;           /* Делаем карточку флексом, чтобы прижать контент */
  flex-direction: column;  /* Вертикальная ориентация */
  align-items: flex-start;     /* Если используете flex внутри карточки */
}

/* Эффект при наведении */
.tech-card:hover {
  background: rgba(255, 255, 255, 0.15);
  transform: translateY(-5px);
  cursor: default;
}

/* Номер 01, 02... */
.tech-num {
  font-size: 36px;
  font-weight: bold;
  color: #FFA901;          /* Ваш зеленый цвет */
  margin-bottom: 15px;
  line-height: 1;
}

/* Заголовок этапа (ДРОБЛЕНИЕ и т.д.) */
.tech-card h3 {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 10px;
  text-transform: uppercase;
  min-height: 44px;        /* Чтобы заголовки в 1 и 2 строки были на одном уровне */
}

/* Описание этапа */
.tech-card p {
  font-size: 14px;
  line-height: 1.4;
  color: #ccc;             /* Светло-серый для текста */
  margin: 0;
}

/* Адаптив для телефонов */
@media (max-width: 768px) {
  .tech-card {
    width: 100%;           /* На телефоне на всю ширину */
  }
}
/* --- БЛОК СОСТАВА СМЕСИ (Круги) --- */

/* Общая обертка */
.composition-section {
  max-width: 1000px;
  margin: 0 auto; /* Внешние отступы регулируются твоими общими правилами */
  text-align: center;
  padding: 0 15px;
}

/* Подзаголовок "Состав полимерпесчаной смеси" */
.comp-title {
  font-size: 20px;
  margin-bottom: 30px;
  color: #fff;
  opacity: 0.8;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 1px;
}

/* Контейнер для элементов (Flexbox) */
.comp-container {
  display: flex;
  justify-content: center;
  align-items: flex-start; /* Выравниваем круги по верхней линии */
  gap: 60px;               /* Расстояние между колонками */
  flex-wrap: wrap;
}

/* Одна колонка (Круг + Текст) */
.comp-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 180px;
  position: relative; /* Нужно для позиционирования плюса */
}

/* НАСТРОЙКА ПЛЮСИКОВ */
/* Рисуем плюс после каждого элемента, кроме последнего */
.comp-item:not(:last-child)::after {
  content: '+';
  position: absolute;
  right: -45px; /* Сдвиг вправо в промежуток между колонками */
  
  /* Математический центр: */
  top: 45px;                   /* Половина высоты круга (90px / 2) */
  transform: translateY(-55%); /* Сдвигаем вверх на 50% от высоты плюса + поправка на шрифт */
  
  font-size: 30px;
  color: #ffa500; /* Оранжевый цвет */
  font-weight: bold;
}

/* Сам круг с процентами */
.comp-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #ffa500; /* Оранжевая рамка */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 15px;
  background-color: #2C2C2C; /* Фон сайта (чтобы перекрывать линию плюса, если наедет) */
  box-shadow: 0 5px 15px rgba(0,0,0,0.3);
  z-index: 2;
}

/* Название (ПЕСОК, ПОЛИМЕР...) */
.comp-text {
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 5px;
  min-height: 22px; /* Фиксация высоты, чтобы строки были ровными */
}

/* Описание мелким шрифтом */
.comp-desc {
  font-size: 14px;
  color: #999;
  line-height: 1.3;
}

/* --- АДАПТИВНОСТЬ --- */
@media (max-width: 768px) {
  .comp-container {
    gap: 30px;
    flex-direction: column; /* На телефонах в столбик */
  }
  
  /* Скрываем плюсики на мобильном */
  .comp-item:not(:last-child)::after {
    display: none; 
  }
  
  .comp-item {
    width: 100%;
  }
}

/*# sourceMappingURL=main.css.map*/
/* End */
/* /local/templates/main/plugins/fancybox-2.1.7/source/jquery.fancybox.css?15909913954939 */
/* /local/templates/main/plugins/slick-1.8.1/slick/slick.css?15909913961776 */
/* /local/templates/main/plugins/slick-1.8.1/slick/slick-theme.css?15909913963145 */
/* /local/templates/main/css/main.css?176924225867082 */
