

/* Start:/local/templates/rack/css/owl.carousel.min.css?17204288793351*/
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/rack/css/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/rack/css/main.css?172042887933726*/
<title>.header-menu-item:hover .dropdown</title>html {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: inherit;
}

*:before,
*:after {
  box-sizing: inherit;
}



body,
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  font-weight: 400;
}

a {
  text-decoration: none;
  color: inherit;
  cursor: pointer;
}

a:focus {
  outline: 0;
}

input,
fieldset {
  border: 0;
  padding: 0;
  margin: 0;
  min-width: 0;
  font-size: 1rem;
  font-family: inherit;
}

.icon-db-pr {
    background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
    background-position: -52px 0px;
width: 47px;
    height: 60px;
    position: absolute;
    margin-top: -35px;
    right: 52%;
}

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

input:focus,
textarea:focus {
  outline: 0;
}

textarea {
  resize: vertical;
}

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

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

input[type="submit"],
button {
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
}
input[type="submit"][disabled],
button[disabled] {
  cursor: default;
}
input[type="submit"]:focus,
button:focus {
  outline: none;
}

select:focus {
  outline: none;
}

svg {
  display: block;
  width: 100%;
  height: 100%;
}
svg:not(:root) {
  overflow: hidden;
}

img {
  max-width: 100%;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}

.clearfix:after {
  clear: both;
}

::-webkit-input-placeholder {
  color: #333;
  opacity: 1;
}

::-moz-placeholder {
  color: #333;
  opacity: 1;
}

::placeholder {
  color: #333;
  opacity: 1;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus::placeholder {
  color: transparent;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: inline-block;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

html,
body {
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
}
body.popupopen {
  overflow: hidden;
  padding-right: 17px;
}
body.popupopen.touch {
  padding-right: 0;
}

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

.main {
  min-width: 320px;
  height: 100%;
}

.page {
  min-height: 100%;
  overflow: hidden;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  border-bottom: 1px solid;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  z-index: 5;
}
.header-logo {
  padding: 8px 0 0 16px;
  width: 200px;
}
.header-logo img {
  width: 130px;
}
.header-menu-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  text-transform: uppercase;
}
.header-menu-item:hover .dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  pointer-events: all;
}

.header-menu-item #skladdown:hover .dropdowndown {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 0s, 0s, 0s;
  transition-delay: 0s, 0s, 0s;
  pointer-events: all;
}

.header-menu-link {
  font-size: 14px;
  display: block;
  padding: 26px 30px 23px;
  position: relative;
  text-transform: uppercase;
}
.header-menu-link:hover:after,
.header-menu-item.active .header-menu-link:after {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  height: 5px;
  content: "";
}
.header-phone {
  font-size: 21px;
  padding: 0 15px 2px 0;
  color: #444444;
  width: 200px;
  text-align: right;
  white-space: nowrap;
}

.dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s,
    -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
  pointer-events: none;
}
.dropdown-item {
  width: 20%;
  text-align: center;
}
.dropdown-item img {
  width: 95px;
}
.dropdown-link {
  display: block;
  font-size: 14px;
  padding: 56px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.dropdown-link:hover {
  background-color: rgba(200, 200, 200, 0.5);
}

.dropdowndown {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #f1f0f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, visibility 0s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s;
  transition: opacity 0.3s, transform 0.3s, visibility 0s,
    -webkit-transform 0.3s;
  -webkit-transition-delay: 0s, 0s, 0.3s;
  transition-delay: 0s, 0s, 0.3s;
  pointer-events: none;
}
.dropdowndown-item {
  width: 20%;
  text-align: center;
}
.dropdowndown-item img {
  width: 95px;
}
.dropdowndown-link {
  display: block;
  font-size: 14px;
  padding: 56px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.dropdowndown-link:hover {
  background-color: rgba(200, 200, 200, 0.5);
}




.dropdown li ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  transition: all 0.5s ease;
  margin-top: 0rem;

  display: none;
width: 20%;
}
 
.dropdown li:hover > ul,
.dropdown li ul:hover {
  visibility: visible;
  opacity: 1;
  display: block;
}

.dropdown li ul li {
  clear: both;
  width: 100%;
background: #f2f6f8e3;
}
.ddropdown-link {
  display: block;
  font-size: 14px;
  padding: 15px 0;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.ddropdown-link:hover {
  background-color: rgba(200, 200, 200, 0.5);
}




.slider {
  margin-top: 69px;
}
.slider-item {
  height: 670px;
  background-size: cover;
  background-position: center;
  padding-top: 236px;
}
.slider .owl-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  text-align: center;
}
.slider .owl-dots .owl-dot {
  width: 14px;
  height: 14px;
  border-radius: 100%;
  border: 1px solid #fff;
  margin: 0 2px;
  box-shadow: inset 0 0 1px #000;
}
.slider .owl-dots .owl-dot.active {
  background-color: #fff;
  box-shadow: none;
  background-color: #000;
}
.slider-content {
  max-width: 620px;
  position: absolute;
  width: 100%;
  z-index: 10;
  top: 50%;
  margin-top: -130px;
}
.slider-text {
  color: #fff;
  font-size: 26px;
  letter-spacing: 0.14px;
  line-height: 1.1;
  margin-bottom: 79px;
}
.slider-text:before {
  width: 130px;
  height: 9px;
  background-color: #ffffff;
  content: "";
  display: block;
  margin-bottom: 33px;
}
.slider-btn-border {
  color: #ffffff;
  font-family: "Open Sans", sans-serif;
  font-size: 30px;
  letter-spacing: -0.9px;
  line-height: 1;
  border: 4px solid;
  display: inline-block;
  padding: 15px 22px;
  margin-right: 30px;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
  box-shadow: 0 0 1px #000, inset 0 0 1px #000;
  text-shadow: 1px 1px 1px #000;
  text-transform: uppercase;
}
.slider-btn-border:hover {
  color: #e6e6e6;
}
.slider-btn-fill {
  font-family: "Open Sans", sans-serif;
  background-color: #ffffff;
  color: #6d4f99;
  font-size: 30px;
  letter-spacing: -0.9px;
  line-height: 1;
  border: 4px solid #ffffff;
  display: inline-block;
  padding: 15px 45px;
  -webkit-transition: background-color 0.3s, border-color 0.3s;
  transition: background-color 0.3s, border-color 0.3s;
  text-transform: uppercase;
}
.slider-btn-fill:hover {
  background-color: #e6e6e6;
  border-color: #e6e6e6;
}
.slider_item {
  position: relative;
}

.wrapper {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

.info {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.info-item {
  width: 25%;
  border-right: 1px dashed #999;
  position: relative;
  padding-bottom: 25%;
  color: #444;
}
.info-item:last-child {
  border-color: transparent;
}
.info-item:hover .info-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.info-img {
  padding-bottom: 100%;
  background-size: cover;
  background-position: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: -1px;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.info-content {
  padding: 41px 42px 0;
}
.info-title {
  font-size: 20px;
  margin-bottom: 31px;
  font-weight: 500;
  color: #000;
  text-transform: uppercase;
}
.info-num {
  font-size: 50px;
  margin-bottom: 85px;
  font-weight: 300;
  color: #000;
}
.info-text {
  font-size: 13px;
  border-top: 1px solid #999;
  padding-top: 16px;
  line-height: 1.3;
  padding-bottom: 71px;
}

.product-title {
  text-align: center;
  color: #666666;
  font-size: 24px;
  padding: 18px 0 15px;
  overflow: hidden;
}
.product-title span {
  position: relative;
  padding: 0 12px;
}
.product-title span:before {
  right: 100%;
  top: 50%;
  content: "";
  position: absolute;
  border-top: 1px dashed #9a9a9a;
  width: 1000px;
}
.product-title span:after {
  left: 100%;
  top: 50%;
  content: "";
  position: absolute;
  border-top: 1px dashed #9a9a9a;
  width: 1000px;
}

.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product-item {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  position: relative;
}
.product-item .icon {
  position: absolute;
  top: 50%;
  margin-top: -35px;
}
.product-item .icon-db {
  right: 10px;
}
.product-item .icon-bd {
  left: 10px;
}
.product-item:hover .product-item-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-item-content {
  width: 50%;
  padding: 42px 42px 87px;
  line-height: 1.3;
  position: relative;
}
.product-item-img {
  width: 50%;
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.product-item-title {
  font-size: 20px;
  width: 130px;
  min-height: 210px;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.product-item-text {
  border-top: 1px solid #999;
  font-size: 13px;
  padding-top: 16px;
  min-height: 81px;
}

.footer {
  padding: 5px;
  min-height: 69px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 10px;
  border-top: 1px solid #111;
  text-align: center;
  position: relative;
}

.scrolltop {
  position: fixed;
  bottom: 10px;
  right: 10px;
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: -47px -65px;
  width: 40px;
  height: 20px;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
clear: both;
}
.scrolled .scrolltop {
  opacity: 1;
}

@media screen and (max-width: 1200px) {
  .header-menu-link {
    font-size: 12px;
    padding: 26px 20px 23px;
  }
  .slider-item {
    height: 500px;
    padding-top: 96px;

    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .info-content {
    padding: 17px 22px 0;
  }
  .info-title {
    margin-bottom: 21px;
  }
  .info-num {
    margin-bottom: 35px;
  }
  .info-text {
    padding-bottom: 40px;
  }
  .product-item .icon {
    margin-top: -60px;
  }
  .product-item-content {
    padding: 22px 22px 37px;
  }
  .product-item-title {
    min-height: 140px;
  }
}

@media screen and (min-width: 1024px) {
  .header-menu-btn {
    display: none;
  }
  .header-menu-list {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: flex !important;
  }
}

@media screen and (max-width: 1023px) {
  .header {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .header-logo {
    width: auto;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1;
  }
  .header-logo img {
    margin-bottom: -8px;
  }
  .header-menu {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    padding-right: 20px;
    padding-left: 20px;
    position: relative;
  }
  .header-menu-btn span {
    display: block;
    position: relative;
    margin-top: 7px;
    margin-bottom: 7px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
  }
  .header-menu-btn span,
  .header-menu-btn span:before,
  .header-menu-btn span:after {
    display: block;
    width: 30px;
    height: 2px;
    background-color: #000;
    outline: 1px solid transparent;
    -webkit-transition-property: background-color, -webkit-transform;
    transition-property: background-color, -webkit-transform;
    transition-property: background-color, transform;
    transition-property: background-color, transform, -webkit-transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header-menu-btn span:before,
  .header-menu-btn span:after {
    position: absolute;
    content: "";
  }
  .header-menu-btn span:before {
    top: -7px;
  }
  .header-menu-btn span:after {
    top: 7px;
  }
  .header-menu-btn.active span {
    background-color: transparent;
  }
  .header-menu-btn.active span:before {
    -webkit-transform: translateY(7px) rotate(45deg);
    -ms-transform: translateY(7px) rotate(45deg);
    transform: translateY(7px) rotate(45deg);
  }
  .header-menu-btn.active span:after {
    -webkit-transform: translateY(-7px) rotate(-45deg);
    -ms-transform: translateY(-7px) rotate(-45deg);
    transform: translateY(-7px) rotate(-45deg);
  }
  .header-menu-list {
    display: none;
    position: absolute;
    top: 34px;
    right: 0;
    background-color: #fff;
    z-index: 2;
    box-shadow: 0 0 2px #000;
    width: 290px;
    text-align: right;
  }
  .header-menu-link {
    padding: 17px 20px;
  }
  .header-menu-link:after {
    display: none;
  }
  .dropdown {
    display: none;
  }
  .slider {
    margin-top: 46px;
  }
  .info {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .info-item {
    width: 50%;
    padding-bottom: 50%;
  }
  .info-item:nth-child(even) {
    border-color: transparent;
  }
  .product-item {
    width: 100%;
  }
  .product-item:nth-child(odd) .product-item-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .product-item:nth-child(odd) .product-item-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .product-item:nth-child(even) .product-item-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .product-item:nth-child(even) .product-item-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .product-item .icon {
    display: none;
  }
  .slider-btn {
    display: none;
  }
}

@media screen and (max-width: 600px) {
  .slider-content {
    display: none;
  }
  .slider-item {
/*    height: 370px;
    padding-top: 86px;*/

    height: 276px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  .slider-text {
    font-size: 20px;
    margin-bottom: 39px;
  }
  .slider-text:before {
    display: none;
  }
  .slider-btn {
    display: none;
  }
  .slider-btn a,
  .slider-btn button {
    font-size: 20px;
    padding: 10px 13px 9px;
  }
  .slider-btn-border {
    margin-right: 10px;
  }
  .info-item {
    width: 100%;
    border: none;
    padding-bottom: 100%;
  }
  .product-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .product-item:nth-child(odd) .product-item-img,
  .product-item:nth-child(even) .product-item-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
    width: 100%;
    padding-bottom: 100%;
  }
  .product-item:nth-child(odd) .product-item-content,
  .product-item:nth-child(even) .product-item-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
    width: 100%;
  }
}

@media screen and (max-width: 450px) {
  .header-phone {
    display: none;
  }
}

.service {
  padding-top: 69px;
}
.service-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  border-bottom: 1px dashed #ddd;
  padding-bottom: 73px;
  margin-bottom: 11px;
}
.service-item:last-child {
  border: none;
  margin-bottom: 0;
}
.service-content {
  width: 50%;
  padding: 55px 8.35% 0;
}
.service-img {
  width: 50%;
  margin-top: 35px;
}
.service-title {
  font-size: 36px;
  margin-bottom: 49px;
	text-transform: uppercase;
}
.service-title:after {
  display: block;
  width: 60px;
  height: 5px;
  margin-top: 29px;
  background-color: #000;
  content: "";
}
.service-desc {
  line-height: 1.3;
  color: #6f6f6f;
  font-size: 14px;
  margin: 0 0 56px;
  padding: 0 0 7px 0;
  border-bottom: 1px dashed #ddd;
}
.service-text {
  font-size: 14px;
  line-height: 1.3;
}
.service-text p {
  margin-bottom: 17px;
}

@media screen and (max-width: 1200px) {
  .service-item {
    padding-bottom: 43px;
  }
  .service-content {
    padding: 35px 3% 0;
  }
  .service-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
  .service-title:after {
    margin-top: 15px;
  }
  .service-desc,
  .service-text {
    font-size: 13px;
  }
  .service-desc {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 767px) {
  .service-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .service-content {
    width: auto;
    padding: 5px 23px 0;
  }
  .service-img {
    width: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
#slider_img { max-width: 100%!important;}


.icon-db-pr {
position: relative;
float: right;
right:initial;
margin-top:0px
}
}

.otzyvy {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 0px;
  padding-bottom: 0px;
}
.otzyvy-item {
  width: 28%;
  height: 200px;
  padding: 20px 20px 30px;
margin:15px;
  text-align: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
background: #cccccc36;
}
.otzyvy-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.otzyvy-left {
float:left;
height: 200px;
width: 35%;
}
.otzyvy-item img {
max-height: 100%;
display: inline-block;
vertical-align: middle;
}

.otzyvy-right {
float:left;   
height: 100%;
padding-left: 20px;
width: 59%;
overflow: hidden;
}

.otzyvy-title {
text-align:left;
font-weight: 600;
padding-bottom:10px;
}

.otzyvy-text {
text-align:left;
font-size:12px;
}

.otzyvy-p {
text-align:center;
height: 200px;
}

.otzyvy-item:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}



@media screen and (max-width: 767px) {
  .otzyvy-item {
    width: 50%;
    -webkit-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 450px) {
  .otzyvy-item {
    width: 100%;
height: 145px;
  }
.otzyvy-right {
width: 55%;
}
.otzyvy-left {
height: 135px;
}
.otzyvy-p {
text-align:center;
height: 135px;
}

}








.partners {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 100px;
  padding-bottom: 0px;
}
.partners-item {
  width: 20%;
  height: 140px;
  padding: 15px;
  text-align: center;
  font-size: 0;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}
.partners-item:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.partners-item img {
  max-height: 100%;
  display: inline-block;
  vertical-align: middle;
}
.partners-item:before {
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  content: "";
}

@media screen and (max-width: 767px) {
  .partners-item {
    width: 33.33333%;
    -webkit-filter: none;
    filter: none;
  }
}

@media screen and (max-width: 450px) {
  .partners-item {
    width: 50%;
  }
}

.contacts {
  padding-top: 69px;
}
.contacts-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 1px dashed #999999;
  padding-bottom: 76px;
  margin-bottom: 7px;
}
.contacts-item:last-child {
  border: none;
  margin-bottom: 0;
}
.contacts-content {
  width: 50%;
  padding: 23px 8.35% 0;
}
.contacts-map {
  width: 50%;
  min-height: 500px;
  margin-top: 35px;
  background-size: cover;
  background-position: center;
}
.sales-department-photo {
  background-image: url('/local/templates/rack/img/data/contacts.jpg');
}
.contacts-title {
  font-size: 36px;
  margin-bottom: 48px;
}
.contacts-title:after {
  display: block;
  width: 60px;
  height: 5px;
  margin-top: 29px;
  background-color: #000;
  content: "";
}
.contacts-subtitle {
  font-size: 14px;
  margin-bottom: 35px;
}
.contacts-row {
  font-size: 14px;
  padding-left: 67px;
  margin-bottom: 70px;
  position: relative;
}
.contacts-row a {
  color: #444;
}
.contacts-row a:hover {
  color: #767676;
}
.contacts-row:before {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: -52px 0px;
  width: 47px;
  height: 60px;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 0;
  content: "";
}

@media screen and (max-width: 1200px) {
  .contacts-content {
    padding: 23px 3.35% 0;
  }
}

@media screen and (max-width: 767px) {
  .contacts-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .contacts-content {
    width: auto;
  }
  .contacts-map {
    width: auto;
    /*height: 200px;*/
    min-height: 0;
  }
}

.projects {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 69px;
}
.projects-wide {
  width: 66.66667%;
}
.projects-wide .projects-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.projects-wide .projects-item-content {
  width: 50%;
}
.projects-wide .projects-item-img {
  width: 50%;
}
.projects-thin {
  width: 33.33333%;
}
.projects-thin .projects-item {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.projects-thin .projects-item-img {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.projects-item {
  display: block;
  position: relative;
}
.projects-item .icon {
  position: absolute;
}
.projects-item .icon-db {
  top: 30px;
  right: 10px;
}
.projects-item .icon-bd {
  left: 10px;
  top: 30px;
}
.projects-item .icon-tb {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: -104px 0px;
  width: 60px;
  height: 47px;
  top: 10px;
  left: 30px;
}
.projects-item:hover:before {
  border: 3px solid #999;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  z-index: 2;
}
.projects-item:hover .projects-item-img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.projects-item-content {
  padding: 45px 5.1% 92px;
  position: relative;
}
.projects-item-label {
  border: 1px solid;
  font-size: 20px;
  color: #777;
  display: inline-block;
  padding: 3px 14px 4px;
}
.projects-item-year {
  font-size: 50px;
  margin-top: 55px;
}
.projects-item-title {
  font-size: 14px;
  margin-top: 73px;
  text-transform: uppercase;
}
.projects-item-text {
  font-size: 12px;
  border-top: 1px solid #999;
  line-height: 1.3;
  text-align: left;
  margin-top: 29px;
  display: inline-block;
  max-width: 392px;
  padding-top: 15px;
}
.projects-item-img {
  background-size: cover;
  background-position: center;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

@media screen and (max-width: 1023px) {
  .projects {
    padding-top: 45px;
  }
  .projects-wide {
    width: 100%;
  }
  .projects-wide:nth-child(4) .projects-item:first-child .projects-item-img {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .projects-wide:nth-child(4)
    .projects-item:first-child
    .projects-item-content {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .projects-wide:nth-child(4) .projects-item:last-child .projects-item-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .projects-wide:nth-child(4) .projects-item:last-child .projects-item-conten {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
  .projects-thin {
    width: 100%;
  }
  .projects-thin .projects-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    flex-direction: row;
  }
  .projects-thin .projects-item-content {
    width: 50%;
  }
  .projects-thin .projects-item-img {
    width: 50%;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
    flex-grow: 0;
  }
  .projects-thin:nth-child(3) .projects-item-img {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    order: 2;
  }
  .projects-thin:nth-child(3) .projects-item-content {
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    order: 1;
  }
}

@media screen and (max-width: 600px) {
  .projects-item {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
    flex-direction: column !important;
  }
  .projects-item-img {
    width: auto !important;
    padding-bottom: 100%;
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
    order: 1 !important;
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
  .projects-item-content {
    width: auto !important;
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
    order: 2 !important;
    padding: 25px 5.1% 42px;
    text-align: left;
  }
  .projects-item-content .icon {
    display: none;
  }
  .projects-item-year {
    margin-top: 15px;
  }
  .projects-item-title {
    margin-top: 23px;
  }
}

.icon {
  display: inline-block;
}
.icon-up {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: 0px -65px;
  width: 42px;
  height: 25px;
}
.icon-left {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: 0px -95px;
  width: 23px;
  height: 37px;
}
.icon-right {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: -28px -95px;
  width: 22px;
  height: 37px;
}

.product {
  padding-top: 69px;
  padding-bottom: 81px;
}
.info + .product {
  padding-top: 0;
  padding-bottom: 0;
}
.product-top {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding: 42px 8.35% 0;
}
.product-year {
  font-size: 50px;
  font-weight: 300;
  margin-right: 75px;
}
.product-controll {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  align-items: center;
  padding-bottom: 6px;
}
.product-controll-item {
  margin-right: 38px;
}
.product-controll-item.disable {
  opacity: 0.3;
  cursor: not-allowed;
}
.product-controll-item:hover {
  opacity: 0.7;
}
.product-controll-item:first-child {
  margin-right: 74px;
}
.product-controll-item:last-child {
  margin-right: 0;
}
.product-label {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  text-align: right;
  padding-bottom: 12px;
}
.product-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
}
.product-text {
  width: 50%;
  padding: 81px 8.35% 0;
  font-size: 14px;
  line-height: 1.3;
}
.product-text h1,
.product-text h2,
.product-text h3,
.product-text h4,
.product-text h5,
.product-text h6 {
  line-height: 1;
  margin-bottom: 18px;
}
.product-text h1 {
  font-size: 40px;
}
.product-text h2 {
  font-size: 36px;
}
.product-text h3 {
  font-size: 26px;
}
.product-text h4 {
  font-size: 24px;
}
.product-text h5 {
  font-size: 22px;
}
.product-text .subtitle {
  color: #333333;
  font-size: 18px;
  margin-bottom: 53px;
}
.product-text p {
  margin-bottom: 18px;
}
.product-img {
 // width: 50%;
  padding-top: 104px;
}
.product-img img {
  display: block;
  margin-bottom: 25px;
    float: left;
    width: 48%;
    padding: 10px;
}

@media screen and (max-width: 1200px) {
  .product {
    padding-bottom: 30px;
  }
  .product-top {
    padding: 22px 3.35% 0;
  }
  .product-img {
    padding-top: 44px;
  }
  .product-text {
    padding: 40px 3.35% 0;
  }
}

@media screen and (max-width: 767px) {
  .product-content {
    display: block;
  }
  .product-text {
    width: auto;
  }
  .product-img {
 width: auto;
  }

  .product-img img{
 width: 95%;
  }
}

@media screen and (max-width: 600px) {
  .product-top {
    padding-top: 0;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .product-controll-item {
    margin-right: 20px;
  }
  .product-controll-item:first-child {
    margin-right: 20px;
  }
  .product-year {
    margin-right: 0;
  }
  .product-label {
    display: none;
  }
}

.overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 10;
  overflow: auto;
  text-align: center;
  font-size: 0;
  display: none;
}
.overlay:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  line-height: 100%;
  content: "";
}

.popup {
  font-size: 1rem;
  text-align: left;
  width: 400px;
  max-width: 100%;
  background-color: #fff;
  padding: 10px 20px;
  display: none;
  position: relative;
}
.popup-close {
  position: absolute;
  top: 12px;
  right: 12px;
  height: 18px;
  width: 30px;
}
.popup-close:before,
.popup-close:after {
  height: 3px;
  background-color: #000;
  position: absolute;
  left: 0;
  width: 100%;
  content: "";
}
.popup-close:before {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.popup-close:after {
  bottom: 7px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.popup-close:hover:before,
.popup-close:hover:after {
  background-color: gray;
}
.popup-wrap {
  max-width: 100%;
  padding: 50px 15px;
  display: inline-block;
  vertical-align: middle;
}
.popup-title {
  text-align: center;
  font-size: 26px;
  margin-bottom: 20px;
}
.popup-form {
  padding-bottom: 10px;
}

.input,
.textarea {
  display: block;
  width: 100%;
  border: 1px solid #999;
  font-size: 14px;
  padding: 5px 11px;
  font-family: "Open Sans", sans-serif;
}
.input::-webkit-input-placeholder,
.textarea::-webkit-input-placeholder {
  color: #777;
}
.input::-moz-placeholder,
.textarea::-moz-placeholder {
  color: #777;
}
.input::placeholder,
.textarea::placeholder {
  color: #777;
}

.textarea {
  height: 140px;
  resize: none;
}

.input-wrap {
  margin-bottom: 15px;
}

.btn {
  font-family: "Open Sans", sans-serif;
  color: #fff;
  font-weight: 700;
  font-size: 14px;
  padding: 8px 14px;
  background-color: #0066da;
  line-height: 1;
  display: inline-block;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.btn:hover {
  background-color: #004ea7;
}

.icon-db {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: -52px 0px;
  width: 47px;
  height: 60px;
}

.icon-bd {
  background-image: url(/local/templates/rack/css/../img/icons/sprite.png);
  background-position: 0px 0px;
  width: 47px;
  height: 60px;
}
/* End */


/* Start:/local/templates/rack/css/lightbox.css?17204288793580*/
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/local/templates/rack/css/../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/local/templates/rack/css/../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/local/templates/rack/css/../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -moz-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/local/templates/rack/css/../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

/* End */


/* Start:/local/templates/rack/css/slider.css?17204288792496*/
/* стили основного контейнера слайдера */
#slider_img {
  position: relative;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  max-width: 50%;
}

/* стили для обёртки, в которой заключены слайды */
.slider_img__wrapper {
  position: relative;
  overflow: hidden;
}

/* стили для контейнера слайдов */
.slider_img__items {
  display: flex;
  transition: transform 0.6s ease;
}

/* стили для слайдов */
.slider_img__item {
  flex: 0 0 100%;
  max-width: 100%;
}

/* стили для кнопок "вперед" и "назад" */
.slider_img__control {
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  height: 50px;
  transform: translateY(-50%);
  background: rgba(0, 0, 0, 0.5);
}

.slider_img__control:hover,
.slider_img__control:focus {
  color: #fff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.slider_img__control_prev {
  left: 0;
}

.slider_img__control_next {
  right: 0;
}

.slider_img__control::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

.slider_img__control_prev::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
}

.slider_img__control_next::before {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
}

/* стили для индикаторов */
.slider_img__indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin: 0 15%;
  list-style: none;
}

.slider_img__indicators li {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 30px;
  height: 4px;
  margin-right: 3px;
  margin-left: 3px;
  text-indent: -999px;
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0.5);
  background-clip: padding-box;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
}

.slider_img__indicators li.active {
  background-color: #fff;
}
/* End */
/* /local/templates/rack/css/owl.carousel.min.css?17204288793351 */
/* /local/templates/rack/css/main.css?172042887933726 */
/* /local/templates/rack/css/lightbox.css?17204288793580 */
/* /local/templates/rack/css/slider.css?17204288792496 */
