.main_slider .slick-dots {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.block-promo-wrapper .block-promo .content, .block-promo-wrapper .block-promo > img, .main_slider .slide_block > img, .news_block .news_image > img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.main_slider .slide_block > img, .news_block .news_image > img {
  object-fit: cover;
}

.news_block .news_image iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100% !important;
  height: 100% !important;
}

.news_block .news_image {
  position: relative;
  overflow: hidden;
}
.news_block .news_image:before {
  display: block;
  content: "";
  padding-bottom: 62.5%;
}

.news_block img, .brands_slider_new .slide_block a img,
.brands_slider .slide_block a img, .main_slider * {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
}

.block-promo-wrapper .block-promo .action {
  display: inline-flex;
  vertical-align: top;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: auto;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-weight: normal;
  font-size: 110%;
  line-height: 13px;
  border-radius: 8px;
  padding: 10px 34px;
}
.block-promo-wrapper .block-promo .loading.action {
  pointer-events: none;
  color: transparent !important;
}
.block-promo-wrapper .block-promo .loading.action:after {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -4px -8px;
  border-radius: 50%;
  display: block;
  width: 8px;
  height: 8px;
  content: "";
  animation: loadAnimation 1.6s infinite linear;
}

.block-promo-wrapper .block-promo .action {
  color: #ffffff !important;
  background: transparent;
  border: 1px solid;
}
.block-promo-wrapper .block-promo .loading.action:after {
  color: #ffffff;
}

@keyframes loadAnimation {
  9% {
    box-shadow: none;
  }
  10% {
    box-shadow: -8px 0 0;
  }
  35% {
    box-shadow: -8px 0 0;
  }
  36% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  60% {
    box-shadow: -8px 0 0, 8px 0 0;
  }
  61% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  85% {
    box-shadow: -8px 0 0, 8px 0 0, 24px 0 0;
  }
  86% {
    box-shadow: none;
  }
}
.widget.block.block-static-block {
  margin-bottom: 0;
}
.widget.block.block-static-block .block-promo-wrapper {
  margin-top: 20px;
}

.main_slider {
  position: relative;
  margin-top: 40px;
  color: #ffffff;
}
.main_slider:before {
  display: block;
  content: "";
  position: absolute;
  top: -40px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.main_slider.slick-slider {
  overflow: visible;
}
.main_slider:not(.slick-slider) .slide_block {
  border-radius: 8px;
}
.main_slider:not(.slick-slider) .slide_block:not(:first-child) {
  position: absolute;
  top: 40px;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: -1;
  visibility: hidden;
}
.main_slider .slick-list {
  border-radius: 8px;
}
.main_slider .slide_block {
  position: relative;
  overflow: hidden;
  height: 30vw;
  max-height: 350px;
  min-height: 240px;
}
.main_slider .slide_inner {
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.53), rgba(0, 0, 0, 0));
  position: relative;
  z-index: 1;
  padding: 0 100px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.main_slider .slick-prev {
  left: 20px;
}
.main_slider .slick-next {
  right: 20px;
}
.main_slider .slide_title {
  font-family: "montserrat-medium", "montserratarm-medium";
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.main_slider .slide_description {
  font-size: 140%;
  line-height: 23px;
  margin-top: 12px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  max-width: 580px;
}
.main_slider .primary_btn {
  margin-top: 30px;
}
.main_slider .slick-dots {
  font-size: 0;
  display: flex;
  justify-content: center;
  position: absolute;
  bottom: 20px;
  z-index: 2;
}
.main_slider .slick-dots li {
  margin: 0;
  padding: 0 4px;
}
.main_slider .slick-dots li.slick-active button {
  pointer-events: none;
  background: #FF0000 !important;
}
.main_slider .slick-dots button {
  width: 8px;
  height: 8px;
  border: none !important;
  padding: 0;
  background: #ffffff !important;
  border-radius: 50%;
}
@media screen and (min-width: 1220px) {
  .main_slider .slide_title {
    font-size: 380%;
    line-height: 46px;
    max-width: 780px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .main_slider {
    margin-top: 24px;
  }
  .main_slider .slide_inner {
    padding: 0 80px;
  }
  .main_slider .slide_title {
    font-size: 320%;
    line-height: 40px;
    max-width: 680px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .main_slider .slide_inner {
    padding: 0 72px;
  }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
  .main_slider .slide_title {
    font-size: 240%;
    line-height: 30px;
    max-width: 580px;
  }
  .main_slider .primary_btn {
    margin-top: 20px;
  }
}
@media screen and (max-width: 991px) {
  .main_slider {
    margin: 0 -20px;
  }
  .main_slider:not(.slick-slider) .slide_block,
.main_slider .slick-list {
    border-radius: 0;
  }
  .main_slider .slide_description {
    font-size: 120%;
    line-height: 19px;
    max-width: 440px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .main_slider .slick-arrow,
.main_slider .slick-dots {
    display: none;
  }
  .main_slider .slide_inner {
    padding: 20px;
    background: rgba(0, 0, 0, 0.35);
  }
  .main_slider .slick-dots {
    padding: 0 16px;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 575px) {
  .main_slider .slide_title {
    font-size: 180%;
    line-height: 22px;
    max-width: 100%;
  }
  .main_slider .slide_description {
    max-width: 100%;
    -webkit-line-clamp: 4;
    margin-top: 10px;
  }
  .main_slider .primary_btn {
    margin-top: 15px;
  }
}

.block-promo-wrapper {
  display: flex;
  margin: 0 -10px 60px;
  position: relative;
}
.block-promo-wrapper:before {
  display: block;
  content: "";
  position: absolute;
  top: -20px;
  bottom: -60px;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.block-promo-wrapper .block-promo {
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  margin: 0 10px;
  color: #ffffff;
  flex: 1;
}
.block-promo-wrapper .block-promo > img {
  object-fit: cover;
}
.block-promo-wrapper .block-promo:before {
  display: block;
  position: relative;
  content: "";
  z-index: 2;
  padding-bottom: 62.93%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.57) 100%);
}
.block-promo-wrapper .block-promo .content {
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  z-index: 3;
  padding: 30px 20px;
}
.block-promo-wrapper .block-promo .action {
  color: #ffffff !important;
  border: 1px solid;
  margin: 0 10px;
}
.block-promo-wrapper .block-promo .title {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  z-index: 3;
  font-family: "montserrat-medium", "montserratarm-medium";
  font-weight: normal;
  font-size: 160%;
  line-height: 19px;
  flex: 0 0 100%;
  max-width: 360px;
  padding: 0 10px;
  margin: 0;
}
.block-promo-wrapper .block-promo .info {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  font-size: 120%;
  line-height: 18px;
  margin-top: 10px;
  z-index: 3;
  padding: 0 10px;
  flex: 1;
  min-width: 50%;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .block-promo-wrapper {
    padding-bottom: 50px;
  }
  .block-promo-wrapper .block-promo .info {
    -webkit-line-clamp: 3;
  }
  .block-promo-wrapper .block-promo .content {
    padding: 20px 10px;
  }
}
@media screen and (max-width: 991px) {
  .block-promo-wrapper .block-promo .action {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: transparent !important;
    margin: 0;
    opacity: 0.2;
  }
}
@media screen and (min-width: 720px) and (max-width: 991px) {
  .block-promo-wrapper .block-promo .title {
    font-size: 140%;
  }
  .block-promo-wrapper .block-promo .content {
    padding: 15px 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .block-promo-wrapper {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 767px) {
  .block-promo-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 35px;
  }
  .block-promo-wrapper .block-promo {
    min-width: 280px;
    margin: 0 5px;
  }
  .block-promo-wrapper .block-promo .content {
    padding: 10px 0;
  }
  .block-promo-wrapper .block-promo .title {
    font-size: 120%;
    line-height: 15px;
  }
  .block-promo-wrapper .block-promo .info {
    font-size: 110%;
    line-height: 15px;
    margin-top: 5px;
  }
}
.block-promo-wrapper + .products_section:before {
  display: block;
  content: "";
  position: absolute;
  top: -40px;
  bottom: auto;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.block-promo-wrapper + .products_section:before {
  height: 170px;
}

.products_section + .block-promo-wrapper:before {
  top: -215px;
}

.web .products_section + .block-promo-wrapper {
  margin-top: -15px;
}
.web .products_section + .block-promo-wrapper:before {
  top: -205px;
}

.brands_section_new,
.brands_section {
  padding-bottom: 40px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .brands_section_new,
.brands_section {
    padding-bottom: 35px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .brands_section_new,
.brands_section {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 767px) {
  .brands_section_new,
.brands_section {
    padding-bottom: 25px;
  }
}

.brands_slider_new,
.brands_slider {
  position: relative;
  position: relative;
  white-space: nowrap;
  font-size: 0;
  overflow: hidden;
  margin: 0 -10px;
}
.brands_slider_new:before,
.brands_slider:before {
  display: block;
  content: "";
  position: absolute;
  top: -100px;
  bottom: 50%;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.brands_slider_new.slick-slider,
.brands_slider.slick-slider {
  overflow: visible;
}
.brands_slider_new .slide_block,
.brands_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 20px 10px;
  position: relative;
  overflow: hidden;
}
.brands_slider_new .slide_block a,
.brands_slider .slide_block a {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #ffffff;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  font-size: 0;
  line-height: 0;
  height: 116px;
  border-radius: 8px;
}
.brands_slider_new .slide_block a img,
.brands_slider .slide_block a img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 40px;
  object-fit: contain;
}
.brands_slider_new .slide_block a:hover img,
.brands_slider .slide_block a:hover img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
@media screen and (min-width: 1366px) {
  .brands_slider_new .slick-prev,
.brands_slider .slick-prev {
    left: auto;
    right: 100%;
    margin-right: 10px;
  }
  .brands_slider_new .slick-next,
.brands_slider .slick-next {
    left: 100%;
    margin-left: 10px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .brands_slider_new .slick-prev,
.brands_slider .slick-prev {
    left: -5px;
  }
  .brands_slider_new .slick-next,
.brands_slider .slick-next {
    right: -5px;
  }
}
@media screen and (max-width: 767px) {
  .brands_slider_new,
.brands_slider {
    margin-left: -20px;
    margin-right: -20px;
  }
  .brands_slider_new:not(.slick-slider),
.brands_slider_new .slick-list,
.brands_slider:not(.slick-slider),
.brands_slider .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .brands_slider_new .slide_block,
.brands_slider .slide_block {
    padding: 15px 5px;
  }
  .brands_slider_new .slide_block a,
.brands_slider .slide_block a {
    height: 78px;
  }
  .brands_slider_new .slick-arrow,
.brands_slider .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 767px) {
  .brands_slider_new .slide_block,
.brands_slider .slide_block {
    width: 31.25%;
  }
}
@media screen and (min-width: 480px) and (max-width: 575px) {
  .brands_slider_new .slide_block,
.brands_slider .slide_block {
    width: 40%;
  }
}
@media screen and (min-width: 360px) and (max-width: 479px) {
  .brands_slider_new .slide_block,
.brands_slider .slide_block {
    width: 45.45%;
  }
}
@media screen and (max-width: 399px) {
  .brands_slider_new .slide_block,
.brands_slider .slide_block {
    width: 57.14%;
  }
}

.brands_slider_new:before {
  display: none;
}

.products_section {
  position: relative;
  padding-bottom: 35px;
}
.products_section .section_inner {
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1220px) {
  .products_section {
    display: flex;
    justify-content: center;
  }
  .products_section .section_inner {
    flex: 0 0 100vw;
    max-width: 100vw;
  }
}
@media screen and (max-width: 1219px) {
  .products_section .section_inner {
    margin-left: -20px;
    margin-right: -20px;
  }
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .products_section {
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 991px) {
  .products_section {
    padding-bottom: 25px;
  }
}

.products_slider {
  position: relative;
  white-space: nowrap;
  font-size: 0;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: 45px;
}
.products_slider:not(.slick-slider),
.products_slider .slick-list {
  padding-left: 10px;
  padding-right: 10px;
}
.products_slider .slick-list {
  overflow: visible;
}
.products_slider .slide_block {
  display: inline-block;
  white-space: normal;
  font-size: 1rem;
  width: 25%;
  vertical-align: top;
  padding: 20px 10px;
  height: 440px;
}
@media screen and (min-width: 1366px) {
  .products_slider .slick-prev {
    left: auto;
    right: 100%;
  }
  .products_slider .slick-next {
    left: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1365px) {
  .products_slider .slick-prev {
    left: 5px;
  }
  .products_slider .slick-next {
    right: 5px;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .products_slider .slide_block {
    width: 33.33%;
  }
}
@media screen and (max-width: 767px) {
  .products_slider:not(.slick-slider),
.products_slider .slick-list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .products_slider .slide_block {
    padding: 15px 5px;
    width: 290px;
  }
  .products_slider .slick-arrow {
    display: none;
  }
}
@media screen and (min-width: 576px) and (max-width: 639px) {
  .products_slider .slide_block {
    max-width: 45vw;
  }
}
@media screen and (max-width: 359px) {
  .products_slider .slide_block {
    max-width: 80vw;
  }
}

.touch .products_slider {
  margin-bottom: 0;
}
.touch .products_slider .slide_block {
  height: auto;
}

.about_section {
  margin-bottom: 60px;
}
.about_section .section_inner {
  display: flex;
  flex-wrap: wrap;
  margin: 20px -10px 0;
}
.about_section .image_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}
.about_section .image_block img {
  display: block;
  width: 100%;
  border-radius: 8px;
  height: auto;
}
.about_section .info_block {
  flex: 0 0 50%;
  max-width: 50%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about_section .view_more {
  margin-top: auto;
}
.about_section .title_block {
  font-size: 200%;
  line-height: 1.2em;
  font-family: "montserrat-medium", "montserratarm-medium";
  margin-bottom: 20px;
}
.about_section .text_block {
  font-size: 140%;
  line-height: 23px;
}
.about_section .text_block:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .about_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .about_section {
    margin-bottom: 40px;
  }
  .about_section .title_block {
    font-size: 160%;
    line-height: 19px;
    margin-bottom: 15px;
  }
  .about_section .text_block {
    font-size: 120%;
    line-height: 19px;
  }
  .about_section .text_block:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 719px) {
  .about_section .image_block {
    flex: 0 0 100%;
    max-width: 100%;
    order: 2;
    margin-top: 25px;
  }
  .about_section .info_block {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.news_block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  background: #ffffff;
  position: relative;
  overflow: hidden;
  border-radius: 8px;
  box-shadow: 0 2px 30px rgba(0, 0, 0, 0.07);
  height: 100%;
  padding-bottom: 30px;
}
.news_block .news_image {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-size: 0;
  line-height: 0;
}
.news_block .news_date {
  padding: 0 20px;
  font-size: 120%;
  line-height: 15px;
  color: #8d8d8d;
  margin-bottom: 7px;
}
.news_block .news_title {
  height: 76px;
  border-bottom: 1px solid #ebebeb;
  padding: 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.news_block .news_title a {
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  color: inherit;
  font-size: 160%;
  line-height: 20px;
  font-family: "montserrat-medium", "montserratarm-medium";
}
.news_block .news_description {
  font-size: 140%;
  line-height: 23px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  padding: 0 20px;
}
.news_block .view_more {
  margin: auto 20px 0;
}
.news_block.hovered a.news_image img {
  transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.news_block.hovered .news_title a,
.news_block.hovered .view_more {
  color: #D91F2C;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .news_block .news_title {
    height: 95px;
  }
}
@media screen and (max-width: 1219px) {
  .news_block .news_title a {
    -webkit-line-clamp: 4;
  }
  .news_block .news_description {
    -webkit-line-clamp: 5;
  }
}
@media screen and (max-width: 991px) {
  .news_block .news_date {
    padding: 0 15px;
    margin-bottom: 5px;
  }
  .news_block .news_title {
    padding: 0 15px 10px;
    height: 103px;
    margin-bottom: 10px;
  }
  .news_block .news_title a {
    font-size: 140%;
    line-height: 23px;
  }
  .news_block .news_description {
    font-size: 120%;
    line-height: 19px;
    padding: 0 15px;
  }
  .news_block .view_more {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.news_section {
  margin-bottom: 60px;
  position: relative;
}
.news_section:before {
  display: block;
  content: "";
  position: absolute;
  top: 286px;
  bottom: 0;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.news_section .news_list {
  margin: 20px -10px 0;
  padding: 0;
  list-style-type: none;
  display: flex;
}
.news_section li {
  margin: 0;
  flex: 0 0 33.3333333333%;
  max-width: 33.3333333333%;
  padding: 0 10px;
}
.news_section li:nth-child(n+4) {
  display: none;
}
@media screen and (min-width: 992px) and (max-width: 1219px) {
  .news_section {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 991px) {
  .news_section {
    margin-bottom: 40px;
  }
  .news_section .news_list {
    margin-left: -20px;
    margin-right: -20px;
    overflow-y: hidden;
    overflow-x: auto;
  }
  .news_section li {
    flex: 1;
  }
}
@media screen and (min-width: 768px) and (max-width: 991px) {
  .news_section .news_list {
    padding-left: 10px;
    padding-right: 10px;
  }
  .news_section li {
    min-width: 300px;
  }
}
@media screen and (max-width: 767px) {
  .news_section .news_list {
    padding-left: 15px;
    padding-right: 15px;
  }
  .news_section li {
    min-width: 290px;
    padding: 0 5px;
  }
}

.map_section {
  position: relative;
}
.map_section:before {
  display: block;
  content: "";
  position: absolute;
  top: -60px;
  bottom: -60px;
  left: 50%;
  margin-left: -50vw;
  width: 100vw;
  background: #f3f3f3;
  z-index: -1;
}
.map_section .map_block {
  margin-top: 20px;
}
.map_section .map_block img {
  display: block;
  width: 100%;
  height: auto;
}
.map_section #map {
  width: 100%;
  height: 400px;
}
@media screen and (max-width: 991px) {
  .map_section .map_block {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -35px;
  }
  .map_section .map_block img {
    height: 400px;
    object-fit: cover;
  }
}

.web .main_slider .slick-dots button, .main_slider .slick-dots .web button {
  -o-transition: opacity 0.3s;
  -ms-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.news_block .news_title a {
  -o-transition: color 0.3s;
  -ms-transition: color 0.3s;
  -moz-transition: color 0.3s;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.web .block-promo-wrapper .block-promo .action, .block-promo-wrapper .block-promo .web .action, .brands_slider_new .slide_block a img,
.brands_slider .slide_block a img, .news_block img {
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.touch .main_slider .slick-dots button, .main_slider .slick-dots .touch button {
  -o-transition: opacity 0.15s;
  -ms-transition: opacity 0.15s;
  -moz-transition: opacity 0.15s;
  -webkit-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.touch .block-promo-wrapper .block-promo .action, .block-promo-wrapper .block-promo .touch .action {
  -o-transition: all 0.15s;
  -ms-transition: all 0.15s;
  -moz-transition: all 0.15s;
  -webkit-transition: all 0.15s;
  transition: all 0.15s;
}

.block-promo-wrapper .block-promo .loading.action {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.web .block-promo-wrapper .block-promo .action:hover, .block-promo-wrapper .block-promo .web .action:hover {
  background: #D91F2C;
  border-color: transparent;
}
.web .block-promo-wrapper .block-promo .action:active, .block-promo-wrapper .block-promo .web .action:active {
  background: #CD0F1C;
  border-color: transparent;
}
.web .main_slider .slick-dots button:hover, .main_slider .slick-dots .web button:hover {
  opacity: 0.7;
}
.touch .block-promo-wrapper .block-promo .action:active, .block-promo-wrapper .block-promo .touch .action:active {
  background: #CD0F1C;
  border-color: transparent;
}
.touch .main_slider .slick-dots button:active, .main_slider .slick-dots .touch button:active {
  opacity: 0.7;
}

/*# sourceMappingURL=index.css.map */
