@charset "UTF-8";
.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}
.single-product .mini-slider__slide,.single-product .big-slider__slide {
  display: flex !important;
}
.single-product .big-slider__slider .big-slider__slide,
.single-product .mini-slider__slider .mini-slider__slide {
  display: inline-flex !important;
}
.single-product .big-slider__slider .big-slider__slide img,
.single-product .mini-slider__slider .mini-slider__slide img {
  width: 100%;
  object-fit: contain;
} 
.bottom_nav {
  display: flex;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
      margin-top: 15px;
      -webkit-align-items: center;
              align-items: center;
      -webkit-justify-content: center;
              justify-content: center;
}
.bottom_nav .more {
  display: flex !important;
}
#modef {
  display: none !important;
}
.preload_preload:after {
  content: "";
  overflow: hidden !important;
  background: #ffffffCC url("../images/loader.gif") no-repeat center center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
    left: 0;
    z-index: 99995;
}
.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.hidden {
  display: none !important;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}
.basket__img img {
  max-width: 100%;
}
.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}
.product__img-link img,
.product-long__img img {
  max-width: 100% !important;
  max-height: 100% !important;
  height: auto !important;
}
.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

ul[class] {
  list-style: none;
}

input,
button,
textarea,
select {
  font: inherit;
}

a {
  text-decoration: none;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header {
  padding-top: 42px;
  background-color: #fff;
}

.header__mob {
  display: none;
}

.header__top {
  background: #fff;
  padding: 8px 0;
}

.header__address {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__address:hover {
  color: #3592cc;
}

.header__address--active {
  color: #212530;
}

.header__hours {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
}

.header__top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #212530;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__top-link:hover {
  color: #3281b5;
}

.header__top-link--active {
  color: #404759;
}

.header__middle {
  background: #fff;
}

.header__middle .wrapper {
  padding: 20px 0;
  border-bottom: 1px solid #ecf1f4;
}

.header__top-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header__top-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  line-height: 20px;
  color: #393738;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__top-item:hover {
  color: #cc1717;
}

.header__top-item svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.header__top-item--active {
  color: #b31414;
}

.header__top-item--active svg path {
  fill: #b31414;
}

.header__top-item:first-child {
  margin-right: 30px;
}

.header__top-item:hover .flip-animation {
  -webkit-animation: flip 1.5s ease-in-out;
  animation: flip 1.5s ease-in-out;
}

.header__link-item {
  margin-left: 8px;
}

.header__bottom {
  padding: 18px 0 0px 0px;
  background-color: #fff;
}

.header__bottom-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  max-width: 65px;
  height: 45px;
}

@-webkit-keyframes flip {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

@keyframes flip {
  from {
    -webkit-transform: rotateX(0deg);
    transform: rotateX(0deg);
  }
  to {
    -webkit-transform: rotateX(360deg);
    transform: rotateX(360deg);
  }
}

.btn-call {
  padding: 7px 13px;
  border-radius: 5px;
  border: 1px solid #cc1717;
  background-color: #fff;
  margin-right: 30px;
  color: #cc1717;
  -webkit-transition: color 0.3s linear, background-color 0.3s linear;
  -o-transition: color 0.3s linear, background-color 0.3s linear;
  transition: color 0.3s linear, background-color 0.3s linear;
}

.btn-call:hover {
  background-color: #cc1717;
  color: #fff;
}

.btn-call--active {
  background-color: #b31414;
  color: #fff;
}

.btn-call span {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.search {
  position: relative;
  max-width: 350px;
  height: 30px;
  width: 100%;
  width: auto;
  display: inline-block;
}

.search__input {
  background-color: #fff;
  border: none;
  max-width: 350px;
  width: 100%;
  padding: 0 45px 8px 8px;
  font-size: 18px;
  line-height: 20px;
  color: #6e6e6a;
  border-bottom: 1px solid #c4d2db;
  -webkit-transition: border-bottom 0.3s linear;
  -o-transition: border-bottom 0.3s linear;
  transition: border-bottom 0.3s linear;
}
.search__input::-webkit-input-placeholder{
  color: rgba(64, 66, 66, 0.5);
}

.search__input::-moz-placeholder{
  color: rgba(64, 66, 66, 0.5);
}

.search__input:-ms-input-placeholder{
  color: rgba(64, 66, 66, 0.5);
}

.search__input::-ms-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.search__input::placeholder {
  color: rgba(64, 66, 66, 0.5);
}
.search__input:focus {
  outline: none;
  border-bottom: 1px solid #a6aaad;
}

.search__btn {
  cursor: pointer;
  border: none;
  background-color: transparent;
  position: absolute;
  right: 0;
  bottom: 1px;
}

.search__icon {
  position: absolute;
  right: 30px;
  bottom: 12px;
  cursor: pointer;
}

.search__focus {
  position: absolute;
  top: 0px;
  background-color: #ffffff;
  width: 100%;
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.13);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.13);
  padding: 18px 24px 18px 18px;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear,
    z-index 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear,
    z-index 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear, z-index 0.3s linear;
}

.search__focus--active {
  opacity: 1;
  visibility: visible;
  z-index: 100;
}

.search__focus-item {
  margin-top: 18px;
}

.search__focus-item:first-child {
  margin-top: 0px;
}

.search__title {
  font-size: 14px;
  line-height: 20px;
  color: #bcc0c2;
  font-weight: 400;
  display: block;
}

.search__focus-result {
  margin-top: 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search__focus-result li {
  font-size: 16px;
  line-height: 20px;
  color: #212530;
  font-weight: 400;
  margin-top: 6px;
  cursor: pointer;
}

.search__focus-result li a {
  text-decoration: underline;
}

.search__focus-result li:first-child {
  margin-top: 0;
}

.search__product {
  text-decoration: none !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.search__product-img {
  max-width: 40px;
  height: 45px;
  margin-right: 12px;
}

.search__product-name {
  font-size: 16px;
  line-height: 20px;
  color: #212530;
  display: inline-block;
  white-space: nowrap;
  max-width: 250px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.search__product-price {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
}

.search__more {
  position: relative;
  margin-top: 18px;
  font-size: 14px;
  line-height: 11px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4f6675;
}

.search__more .arr-helper {
  padding-right: 15px;
}

.search__more .arr-helper::before,
.search__more .arr-helper::after {
  background-color: #4f6675;
  width: 1px;
  height: 8px;
  right: 2px;
}

.search__more .arr-helper::before {
  top: -1px;
}

.search__more .arr-helper::after {
  top: 5px;
}

.orders {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.orders__phone,
.orders__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  font-size: 18px;
  line-height: 17px;
  color: #393738;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.orders__phone:hover,
.orders__email:hover {
  color: #cc1717;
}

.orders__phone span,
.orders__email span {
  padding-left: 12px;
}

.orders__phone--active,
.orders__email--active {
  color: #b31414;
}

.orders__phone--active .orders__phone-icon path,
.orders__phone--active .orders__email-icon path,
.orders__email--active .orders__phone-icon path,
.orders__email--active .orders__email-icon path {
  fill: rgba(255, 255, 255, 0.8);
}

.orders__phone-icon path,
.orders__email-icon path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.orders__phone:hover .orders__phone-icon path {
  fill: #cc1717;
}

.orders__email:hover .orders__email-icon path {
  fill: #cc1717;
}

.burger {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 12px;
}

.burger svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.burger__line {
  width: 16px;
  height: 3px;
  background-color: #7d7d7d;
  border-radius: 5px;
  position: relative;
}

.arr-helper::before,
.arr-helper::after {
  content: "";
  width: 2px;
  height: 9px;
  background-color: #7d7d7d;
  border-radius: 5px;
  position: absolute;
}

.arr-helper::before {
  right: 17px;
  top: 4px;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.arr-helper::after {
  right: 12px;
  top: 4px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.catalog--active .catalog__btn {
  color: #cc1717;
}

.catalog--active .burger svg path {
  fill: #cc1717;
}

.catalog--active .arr-helper::before,
.catalog--active .arr-helper::after {
  background-color: #cc1717;
}

.catalog--active .arr-helper::before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.catalog--active .arr-helper::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  right: 11px;
}

.catalog__btn {
  padding: 0px 30px 0px 0px;
  cursor: pointer;
  margin-left: 6px;
  border: none;
  background-color: transparent;
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #7d7d7d;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.catalog .arr-helper::before,
.catalog .arr-helper::after {
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.menu__link {
  font-size: 17px;
  line-height: 18px;
  text-transform: uppercase;
  color: #7d7d7d;
  position: relative;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.menu__link:hover {
  color: #cc1717;
}

.menu__link--active {
  color: #393738;
}

.menu__item:first-child {
  padding-left: 40px;
}

.menu__item:nth-child(2) .menu__link {
  padding-right: 24px;
  position: relative;
}

.menu__item:nth-child(2) .menu__link span::before {
  right: 9px;
  top: 4px;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.menu__item:nth-child(2) .menu__link span::after {
  right: 3px;
  top: 4px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.menu__item:nth-child(2) .menu__link:hover::after {
  width: 70%;
}

.menu__item:nth-child(2) .menu__link:hover span::before,
.menu__item:nth-child(2) .menu__link:hover span::after {
  background-color: #cc1717;
}

.menu__item:nth-child(2) .menu__link--active span::before,
.menu__item:nth-child(2) .menu__link--active span::after {
  background-color: #393738;
}

.menu__item + .menu__item {
  padding-left: 40px;
}

.menu__link-services {
  position: relative;
  z-index: 50;
}

.menu__link-services--active::before,
.menu__link-services--active::after {
  opacity: 1 !important;
  visibility: visible !important;
}

.menu__link-services--active .menu__link {
  color: #cc1717;
}

.menu__link-services--active .menu__link .arr-helper::before,
.menu__link-services--active .menu__link .arr-helper::after {
  background-color: #cc1717;
}

.menu__link-services--active .menu__link .arr-helper::before {
  -webkit-transform: rotate(46deg) !important;
  -ms-transform: rotate(46deg) !important;
  transform: rotate(46deg) !important;
}

.menu__link-services--active .menu__link .arr-helper::after {
  -webkit-transform: rotate(-46deg) !important;
  -ms-transform: rotate(-46deg) !important;
  transform: rotate(-46deg) !important;
}

.menu__link-services--active .link-services {
  opacity: 1 !important;
  visibility: visible !important;
}

.menu__link-services::before,
.menu__link-services::after {
  width: 114px;
  height: 48px;
  content: "";
  position: absolute;
  left: -24px;
  top: -13px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    #ffffff;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.menu__link-services::after {
  height: 20px;
  top: initial;
  bottom: -28px;
  z-index: 120;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.overlay,
.menu-mob__overlay {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.overlay--active,
.menu-mob__overlay--active {
  opacity: 1;
  z-index: 40;
  visibility: visible;
}

.link-services {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    #ffffff;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  width: 370px;
  height: 280px;
  padding: 24px 18px 24px 24px;
  position: absolute;
  left: -24px;
  top: 35px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.link-services__wrapper {
  height: 230px;
}

.link-services__item {
  font-size: 18px;
  line-height: 18px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: #404759;
  text-decoration-color: #404759;
  color: #404759;
  max-width: 310px;
  width: 100%;
  height: 43px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  -webkit-transition: color 0.3s linear,
    -webkit-text-decoration-color 0.3s linear;
  transition: color 0.3s linear, -webkit-text-decoration-color 0.3s linear;
  -o-transition: color 0.3s linear, text-decoration-color 0.3s linear;
  transition: color 0.3s linear, text-decoration-color 0.3s linear;
  transition: color 0.3s linear, text-decoration-color 0.3s linear,
    -webkit-text-decoration-color 0.3s linear;
}

.link-services__item:last-child {
  margin-bottom: 0;
}

.link-services__item:hover {
  color: #cc1717;
  -webkit-text-decoration-color: #cc1717;
  text-decoration-color: #cc1717;
}

.price-list__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 24px 8px 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #cc1717;
  width: 255px;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 5px rgba(57, 55, 56, 0.08);
  box-shadow: 3px 3px 5px rgba(57, 55, 56, 0.08);
  border-radius: 2px;
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.price-list__link .price-list__box-icon svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.price-list__link:hover {
  background-color: #cc1717;
  color: #fff;
}

.price-list__link:hover .price-list__box-icon svg path {
  fill: #fff;
}

.price-list__link--active {
  background-color: #b31414;
  color: #fff;
}

.price-list__link--active .price-list__def {
  display: none;
}

.price-list__link--active .price-list__click {
  display: block;
}

.price-list__click {
  display: none;
}

.helper__background-gradient {
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      color-stop(61.46%, rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    #f6f8fa;
  background: -o-linear-gradient(
      top,
      rgba(255, 255, 255, 0) 61.46%,
      #ffffff 100%
    ),
    #f6f8fa;
  background: linear-gradient(
      180deg,
      rgba(255, 255, 255, 0) 61.46%,
      #ffffff 100%
    ),
    #f6f8fa;
}

.banner-section {
  padding: 8px 0;
  overflow-x: hidden;
}

.banner-section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.banner-section__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.banner-section__wrapper {
  max-width: 475px;
  width: 100%;
}

.banner-section__wrapper h1 {
  font-weight: bold;
  font-size: 40px;
  line-height: 44px;
  color: #cc1717;
  margin-bottom: 6px;
  max-width: 380px;
}

.banner-section__wrapper p {
  font-size: 20px;
  line-height: 24px;
  color: #404759;
}

.banner-section__img {
  margin-left: 20px;
  max-width: 190px;
  height: 360px;
}

.banner-section__slider {
  position: relative;
}

.banner-section__slider-item {
  background-color: #fff;
  padding: 18px 34px 12px 34px;
  width: 255px !important;
  height: 400px;
}

.banner-section__slider.slick-slider {
  width: 255px !important;
}

.slider-sale {
  font-size: 24px;
  line-height: 20px;
  color: #3281b5;
  display: block;
  margin-bottom: 17px;
}

.slider-img {
  margin-bottom: 12px;
  max-width: 185px;
  height: 135px;
}

.slider-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
  color: #393738;
  margin-bottom: 6px;
}

.slider-text {
  font-size: 15px;
  line-height: 17px;
  color: #7d7d7d;
  display: inline-block;
  margin-bottom: 18px;
}

.link-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-blank {
  background-color: #3281b5;
  border-radius: 20px;
  padding: 9px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: background-color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: background-color 0.3s linear, box-shadow 0.3s linear;
  transition: background-color 0.3s linear, box-shadow 0.3s linear;
  transition: background-color 0.3s linear, box-shadow 0.3s linear,
    -webkit-box-shadow 0.3s linear;
}

.link-blank span {
  font-size: 16px;
  line-height: 14px;
  color: #ffffff;
  padding-right: 18px;
  position: relative;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.link-blank span::before,
.link-blank span::after {
  background-color: #fff;
  right: 0;
  width: 2px;
  height: 9px;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.link-blank span::before {
  top: 0px;
}

.link-blank span::after {
  top: 6px;
}

.link-blank:hover {
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
}

.link-blank:hover span {
  color: #cc1717;
}

.link-blank:hover span::before,
.link-blank:hover span::after {
  background-color: #cc1717;
}

.link-blank--active {
  background: #ffffff;
  -webkit-box-shadow: 1px 2px 3px rgba(55, 0, 0, 0.08);
  box-shadow: 1px 2px 3px rgba(55, 0, 0, 0.08);
}

.link-blank--active span {
  color: #b31414;
}

.link-blank--active span::before,
.link-blank--active span::after {
  background-color: #b31414;
}

.arr-helper--left {
  position: absolute;
  left: 0;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arr-helper--left::before,
.arr-helper--left::after {
  background-color: #bcc0c2;
  height: 11px;
}

.arr-helper--left::before {
  right: 12px;
  top: -4px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  right: 8px;
}

.arr-helper--left::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  right: 8px;
}

.arr-helper--right {
  position: absolute;
  right: 0;
  z-index: 10;
  cursor: pointer;
  width: 20px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.arr-helper--right::before,
.arr-helper--right::after {
  background-color: #bcc0c2;
  height: 11px;
}

.arr-helper--right::before {
  right: 12px;
  top: -4px;
}

.wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 42px;
}

.wrapper-title--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-title__text {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: #1b2540;
}

.benefits {
  background-color: #fff;
  padding: 60px 0 120px 0;
  overflow-x: hidden;
}

.benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.benefits__item {
  width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0px 0px 30px 0px;
}

.benefits__item p {
  font-size: 16px;
  line-height: 18px;
  text-align: center;
  color: #404759;
}

.benefits__item:nth-child(6n + 6) {
  margin-right: 0;
}

.benefits__img {
  width: 72px;
  height: 72px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1.5px solid #3281b5;
  border-radius: 50%;
  margin-bottom: 24px;
}

.benefits__icon {
  max-width: 48px;
  height: 43px;
}

.popular-categories {
  padding: 0px 0 120px 0;
  background-color: #fff;
  overflow-x: hidden;
}

.popular-categories .link-box {
  margin-top: 30px;
}

.helper-center {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-card {
  display: inline-block;
}

.category-card:hover .category-card__item {
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  background-color: #fff;
}

.category-card:hover .category-card__text {
  color: #cc1717;
}

.category-card:hover .arr-helper__box {
  opacity: 1;
}

.category-card__items {
  display: -ms-grid;
  display: grid;
  grid-template-areas: "big-one small-one big-two" "big-one small-two big-two";
  -ms-grid-columns: 1fr 0px 1fr 0px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 0px 1fr;
  grid-template-rows: 1fr 1fr;
  grid-gap: 0px 0px;
}

.category-card__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-card__box--big {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  height: 100%;
}

.category-card__helper {
  width: 350px;
}

.category-card__item {
  background-color: #f3f7f9;
  border-radius: 2px;
  width: 350px;
  padding: 28px 24px 28px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: background-color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  transition: background-color 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear, background-color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear;
  transition: box-shadow 0.3s linear, background-color 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  position: relative;
  height: 134px;
}

.category-card__item--big {
  height: 284px;
  padding: 18px 18px 13px 18px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.category-card__item--big .category-card__text {
  margin-left: 0;
  font-size: 22px;
  line-height: 24px;
  max-width: 267px;
  margin-bottom: auto;
}

.category-card__item--big .category-card__img {
  max-width: 153px;
  height: 153px;
}

.category-card__img {
  max-width: 75px;
  height: 75px;
}

.category-card__text {
  font-size: 20px;
  line-height: 22px;
  color: #393738;
  max-width: 190px;
  width: 100%;
  margin-left: 25px;
  font-weight: 600;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: relative;
}

.category-card__text .arr-helper__box {
  position: absolute;
  right: -25px;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.category-card__text .arr-helper div {
  position: relative;
}

.category-card__text .arr-helper::before,
.category-card__text .arr-helper::after {
  right: 10px;
  background-color: #cc1717;
}

.category-card__text .arr-helper::before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 11px;
}

.category-card__text .arr-helper::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  top: 5px;
}

.big-one {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: big-one;
}

.small-one {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
  grid-area: small-one;
}

.small-two {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: small-two;
  margin-top: 8px;
}

.big-two {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 5;
  grid-area: big-two;
}

.move-to {
  opacity: 0;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
  width: 28px;
  height: 100%;
  max-height: 134px;
  background-color: #cc1717;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  position: absolute;
  right: 0;
}

.move-to__arr {
  position: relative;
}

.move-to__arr::before,
.move-to__arr::after {
  content: "";
  width: 3px;
  height: 12px;
  background-color: #fff;
  border-radius: 3px;
  position: absolute;
}

.move-to__arr::before {
  top: 57px;
  right: 12px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.move-to__arr::after {
  top: 64px;
  right: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dis-none {
  display: none !important;
}

.dis-inline--block {
  display: inline-block !important;
}

.dis-block {
  display: block !important;
}

.more {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.more--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.more__btn {
  background-color: transparent;
  cursor: pointer;
  padding: 0;
  border: none;
}

.more__btn--hide .more__text::before {
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.more__btn--hide .more__text::after {
  -webkit-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  transform: rotate(-48deg);
  right: 1px;
}

.more__text {
  font-size: 20px;
  line-height: 20px;
  color: #cc1717;
  padding-right: 20px;
  position: relative;
  display: inline-block;
  -webkit-transition: text-shadow 0.3s linear, color 0.3s linear;
  -o-transition: text-shadow 0.3s linear, color 0.3s linear;
  transition: text-shadow 0.3s linear, color 0.3s linear;
}

.more__text--active {
  color: #b31414;
  text-shadow: 0 0 0.75px #b31414, 0 0 0.75px #b31414;
}

.more__text--active::before,
.more__text--active::after {
  background-color: #b31414;
  width: 2px;
}

.more__text:hover {
  text-shadow: 0 0 0.75px #cc1717, 0 0 0.75px #cc1717;
}

.more__text:hover::before,
.more__text:hover::after {
  width: 2px;
}

.more__text::before,
.more__text::after {
  content: "";
  width: 1px;
  height: 10px;
  background-color: #cc1717;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  -webkit-transition: background-color 0.3 linear, width 0.2s linear;
  -o-transition: background-color 0.3 linear, width 0.2s linear;
  transition: background-color 0.3 linear, width 0.2s linear;
  top: 6px;
}

.more__text::before {
  right: 9px;
  -webkit-transform: rotate(-48deg);
  -ms-transform: rotate(-48deg);
  transform: rotate(-48deg);
}

.more__text::after {
  right: 2px;
  -webkit-transform: rotate(48deg);
  -ms-transform: rotate(48deg);
  transform: rotate(48deg);
}

.catalog-tabs {
  background-color: #f3f7f9;
  overflow-x: hidden;
}

.catalog-tabs .wrapper-title {
  background-color: #fff;
  margin-bottom: 0;
  padding-bottom: 42px;
}

.product__items {
  display: flex;
  justify-content: center;
}

.product__items .product-item-container {
  margin-right: 10px;
}

.product__items .slick-list .slick-track .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__items {
  width: 1070px;
}

.product__items .slick-list .slick-track {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product__items .arr-helper--right {
  right: -25px;
}

.product__items .arr-helper--left {
  left: -25px;
}

.product__item {
  background: #fff;
  width: 255px !important;
  height: 403px;
  padding: 16px 12px 18px 12px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.product__item:hover {
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
}

.product__item:hover:not(.product__item--unavailable) .product__title-link {
  color: #404242;
}

.product__item:hover:not(.product__item--unavailable) .product__label {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.product__item:hover:not(.product__item--unavailable) .product__label-long {
  position: static;
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.product__item:hover .product__like {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.product__img-link {
  max-width: 175px;
  height: 190px;
}

.product__img-box {
  margin-bottom: 23px;
  padding-bottom: 23px;
  border-bottom: 1px solid rgba(196, 210, 219, 0.3);
  position: relative;
}

.product__labels {
  position: absolute;
  top: 0;
  left: 0;
}

.product__like {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, z-index 0.3s linear;
  -o-transition: opacity 0.3s linear, z-index 0.3s linear;
  transition: opacity 0.3s linear, z-index 0.3s linear;
  cursor: pointer;
}

.product__like svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.product__like:hover svg path {
  fill: #3592cc;
}

.product__like--active svg path {
  fill: #3281b5;
}

.product__label {
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  border: 1px solid #3592cc;
  margin-bottom: 3px;
  -webkit-transition: z-index 0.3s linear, opacity 0.3s linear;
  -o-transition: z-index 0.3s linear, opacity 0.3s linear;
  transition: z-index 0.3s linear, opacity 0.3s linear;
}

.product__label div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__label span {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 9px;
  line-height: 9px;
  color: #3592cc;
  padding-top: 1px;
}

.product__label--red {
  border: 1px solid #cc1617;
}

.product__label--red span {
  color: #cc1617;
}

.product__label--red svg path {
  fill: #cc1617;
}

.product__label--green {
  border: 1px solid #5ccc21;
}

.product__label--green span {
  color: #5ccc21;
  text-transform: uppercase !important;
}

.product__label--green div {
  padding-left: 1px;
}

.product__label--green svg path {
  fill: #5ccc21;
}

.product__label--gray {
  width: 130px !important;
  padding: 6px 20px;
  border: 1px solid #666f75;
}

.product__label--gray span {
  color: #666f75;
}

.product__label-long {
  width: 95px;
  padding: 6px 10px;
  height: 25px;
  text-align: center;
  border-radius: 12px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: z-index 0.3s linear, opacity 0.3s linear;
  -o-transition: z-index 0.3s linear, opacity 0.3s linear;
  transition: z-index 0.3s linear, opacity 0.3s linear;
}

.product__label-long span {
  font-size: 14px;
  line-height: 14px;
  font-weight: 600;
  text-transform: none;
  padding: 0;
}

.product__item--unavailable:hover .product__img-link,
.product__item--unavailable:hover .product__title-link,
.product__item--unavailable:hover .product__price {
  opacity: 1;
}
.product__item--unavailable .product__label-long {
  opacity: 1;
  visibility: visible;
  position: static;
}

.product__item--unavailable .product__cart {
  padding: 8px 18px;
}

.product__item--unavailable .product__img-link,
.product__item--unavailable .product__title-link,
.product__item--unavailable .product__price {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s linear, color 0.3s linear;
  -o-transition: opacity 0.3s linear, color 0.3s linear;
  transition: opacity 0.3s linear, color 0.3s linear;
}

.product__box-title {
  height: 40px;
  overflow: hidden;
  margin-bottom: 5px;
}

.product__title-link {
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #181818;
  max-width: 230px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.product__title-link:hover {
  color: #3281b5 !important;
}

.product__title-link--active {
  color: #285c7e !important;
}

.product__box-hint {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.product__price-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px;
  position: relative;
  min-height: 40px;
}

.product__sale {
  font-size: 15px;
  line-height: 15px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: #666f75;
  opacity: 0;
  display: block;
  margin-bottom: 3px;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.product__sale--active {
  opacity: 0.5;
  visibility: visible;
}

.product__price {
  font-size: 18px;
  line-height: 20px;
  color: #404242;
}

.product__cart-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: flex-start;
  position: relative;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product__cart {
  background-color: #3281b5;
  padding: 8px 27px;
  height: 35px;
  color: #ffffff;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.product__cart:hover:not(.single-product__buy) {
  background-color: transparent;
  color: #3592CC;
}

.product__cart--active {
  background-color: #285c7e;
}

.product__cart span {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dis-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
}

.tabs-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #fff;
  width: 1060px;
}

.tabs-link {
  padding: 15px 0;
  text-align: center;
  width: 354px;
  display: block;
  font-size: 22px;
  line-height: 24px;
  color: #3281b5;
  cursor: pointer;
  -webkit-transition: background-color 0.3s linear, text-shadow 0.3s linear;
  -o-transition: background-color 0.3s linear, text-shadow 0.3s linear;
  transition: background-color 0.3s linear, text-shadow 0.3s linear;
}

.tabs-link:hover {
  background-color: #f3f7f9;
}

.tabs-link--active {
  text-shadow: 0 0 0.85px #3281b5, 0 0 0.85px #3281b5;
  background-color: #f3f7f9;
}

.tabs-content {
  padding: 60px 0;
  background-color: #f3f7f9;
}

.dots {
  display: none;
  margin-top: 30px;
  position: relative;
  width: 55px !important;
}

.dots .arr-helper--right {
  right: -22px;
  top: 17px;
}

.dots .arr-helper--left {
  left: -28px;
  top: 18px;
}

.dots .dot {
  background: #c4d2db;
  width: 7px !important;
  height: 7px;
  border-radius: 50%;
  position: relative;
}

.dots .dot + .dot {
  margin-left: 16px;
}

.tabs-item {
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.popup-hint {
  width: 255px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s linear, visibility 0.4s linear;
  -o-transition: opacity 0.4s linear, visibility 0.4s linear;
  transition: opacity 0.4s linear, visibility 0.4s linear;
  padding: 12px;
  background-color: #e84c4c;
  border-radius: 2px;
  position: absolute;
  bottom: 45px;
  left: -12px;
}

.popup-hint--active {
  opacity: 1 !important;
  visibility: visible !important;
}

.popup-hint__text {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  max-width: 232px;
  width: 100%;
  position: relative;
  z-index: 2;
}

.popup-hint__text::before {
  content: "";
  width: 20px;
  height: 20px;
  background: #e84c4c;
  border-radius: 5px;
  -webkit-transform: rotate(-58deg) skew(-29deg);
  -ms-transform: rotate(-58deg) skew(-29deg);
  transform: rotate(-58deg) skew(-29deg);
  position: absolute;
  bottom: -19px;
  left: 108px;
  z-index: -1;
}

.hint {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #cc1717;
  color: #fff;
  text-align: center;
  margin-left: 12px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.hint:hover + .popup-hint {
  opacity: 1;
  visibility: visible;
}

.close-btn {
  width: 15px;
  height: 15px;
  position: absolute;
  right: -13px;
  top: -5px;
  cursor: pointer;
  display: none;
}

.close-btn span {
  position: relative;
}

.close-btn span::before,
.close-btn span::after {
  content: "";
  width: 2px;
  height: 14px;
  background-color: #fff;
  border-radius: 4px;
  position: absolute;
}

.close-btn span::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  right: -7px;
}

.close-btn span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: -7px;
}

.amount {
  position: relative;
}
.active-basket .amount {
  display: none;
}
.active-basket .product__cart {
  background: #FFF !important;
  color: #3592CC !important;
  border: #3592CC 1px solid;
  pointer-events: none;
  cursor: pointer;
  display: inline-flex;
  width: 100%;
  -webkit-justify-content: center;
          justify-content: center;
}
.active-basket .product-item-info-container {
  width: 100% !important;
}
.amount__btn-min,
.amount__btn-plus {
  border: none;
  background-color: transparent;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  letter-spacing: 0.01em;
  color: #393738;
  -webkit-transition: color 0.3s linear, opacity 0.3s linear;
  -o-transition: color 0.3s linear, opacity 0.3s linear;
  transition: color 0.3s linear, opacity 0.3s linear;
  cursor: pointer;
  position: absolute;
  top: 7px;
  width: 20px;
  height: 20px;
}

.amount__btn-min:hover,
.amount__btn-plus:hover {
  color: #cc1717;
  opacity: 1;
}

.amount__btn-min:focus,
.amount__btn-plus:focus {
  opacity: 1;
  color: #b31414;
}

.amount__num {
  font-size: 16px;
  line-height: 22px;
  color: #393738;
  width: 87px;
  height: 35px;
  background-color: #fff;
  padding: 7px 20px;
  text-align: center;
  border: 1px solid rgba(196, 210, 219, 0.6);
}

.amount__num:focus {
  outline: none;
}

.amount__btn-plus {
  right: 3px;
}

.dots .slick-track {
  width: 361px !important;
}

.dots .slick-slide {
  width: 19px !important;
}

.about {
  padding: 120px 0 68px 0px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.about__img {
  position: absolute;
  right: 0;
  bottom: 0;
  max-width: 680px;
  height: 510px;
}

.about__inner p {
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  max-width: 635px;
}

.wrapper-text {
  overflow: hidden;
  height: 168px;
  -webkit-transition: height 0.3s linear;
  -o-transition: height 0.3s linear;
  transition: height 0.3s linear;
}

.height--auto {
  height: auto !important;
}

.about .more {
  margin-top: 36px;
}

.services .arr-btn {
  opacity: 1;
}

.arr-btn {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 10;
  background-color: #cc1717;
  border-radius: 5px;
  height: 46px;
  width: 171px;
  -webkit-filter: drop-shadow(0px 3px 9px rgba(204, 23, 23, 0.22));
  filter: drop-shadow(0px 3px 9px rgba(204, 23, 23, 0.22));
  -webkit-transition: background-color 0.3s linear, color 0.3s linear;
  -o-transition: background-color 0.3s linear, color 0.3s linear;
  transition: background-color 0.3s linear, color 0.3s linear;
}

.arr-btn::before {
  content: "";
  height: 28px;
  width: 43px;
  background-color: #cc1717;
  border-radius: 5px;
  position: absolute;
  right: -18px;
  top: 9px;
  z-index: -1;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-transform: skew(-20deg) rotate(37deg);
  -ms-transform: skew(-20deg) rotate(37deg);
  transform: skew(-20deg) rotate(37deg);
}

.arr-btn--active {
  background: #b31414;
}

.services {
  padding: 48px 0 18px 0;
  overflow-x: hidden;
}

.similar {
  padding: 0 0 18px 0;
  overflow-x: hidden;
}

.services__item-helper {
  position: relative;
}

.services__item {
  background: #fff;
  -webkit-box-shadow: 0px 3px 12px rgba(77, 31, 31, 0.13);
  box-shadow: 0px 3px 12px rgba(77, 31, 31, 0.13);
  border-radius: 5px;
  width: 255px;
  height: 255px;
  padding: 0px 13px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: space-evenly;
  -ms-flex-pack: space-evenly;
  justify-content: space-evenly;
  margin-bottom: 30px;
  position: relative;
  -webkit-transition: opacity 0.4s linear;
  -o-transition: opacity 0.4s linear;
  transition: opacity 0.4s linear;
}

.services__item-helper:hover .services__box-btn {
  opacity: 1;
  visibility: visible;
}

.services__box-btn {
  position: absolute;
  left: 0px;
  top: 0;
  z-index: 10;
  border-radius: 5px;
  opacity: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 255px;
  width: 100%;
  height: 255px;
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.6);
  visibility: hidden;
  -webkit-transition: visibility 0.4s linear, opacity 0.4s linear;
  -o-transition: visibility 0.4s linear, opacity 0.4s linear;
  transition: visibility 0.4s linear, opacity 0.4s linear;
}

.services__box-img {
  max-width: 230px;
  height: 155px;
}

.services__text {
  max-width: 206px;
  font-size: 18px;
  line-height: 18px;
  color: #404242;
}

.articles {
  padding: 48px 0 108px 0;
  background-color: #fff;
  overflow-x: hidden;
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.articles .link-blank span::before {
  top: 1px;
}

.articles__item--long {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 549px;
  height: 449px;
  border-radius: 5px;
  padding: 0 0 24px 18px;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.articles__item--long:hover {
  opacity: 0.85;
}

.articles__item--long--active {
  opacity: 0.85;
}

.articles__item--long--active::before,
.articles__item--long--active::after {
  opacity: 0.85;
}

.articles__item--long:hover::before,
.articles__item--long:hover::after {
  opacity: 0.85;
}

.articles__item--long::before,
.articles__item--long::after {
  content: "";
  width: 3px;
  height: 23px;
  background-color: #fff;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
}

.articles__item--long::before {
  top: 200px;
  right: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.articles__item--long::after {
  top: 215px;
  right: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articles__item--long .articles__text {
  max-width: 457px;
}

.articles__item--short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 549px;
  height: 218px;
  border-radius: 5px;
  padding: 0 0 24px 22px;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.articles__item--short:hover {
  opacity: 0.85;
}

.articles__item--short:hover::before,
.articles__item--short:hover::after {
  opacity: 0.85;
}

.articles__item--short::before,
.articles__item--short::after {
  content: "";
  width: 3px;
  height: 23px;
  background-color: #fff;
  border-radius: 3px;
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
  position: absolute;
}

.articles__item--short::before {
  top: 100px;
  right: 16px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.articles__item--short::after {
  top: 115px;
  right: 16px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.articles__item--short .articles__text {
  max-width: 431px;
}

.articles__item--short + .articles__item--short {
  margin-top: 12px;
}

.articles__text {
  font-weight: 600;
  font-size: 29px;
  line-height: 34px;
  color: #fff;
  text-transform: uppercase;
}

.articles__text--red {
  color: #4d1f1f;
}

.articles .link-box {
  margin-top: 60px;
}

.articles .col-xl-6 .articles__item--short:last-child::before,
.articles .col-xl-6 .articles__item--short:last-child::after {
  background-color: #4d1f1f;
}

.partners {
  background-color: #fff;
  padding-bottom: 60px;
  overflow: hidden;
}

.partners__item {
  width: 545px;
  max-height: 174px;
  height: 100%;
  padding: 16px 0px 17px 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 8px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.4s linear;
  transition: -webkit-box-shadow 0.4s linear;
  -o-transition: box-shadow 0.4s linear;
  transition: box-shadow 0.4s linear;
  transition: box-shadow 0.4s linear, -webkit-box-shadow 0.4s linear;
}

.partners__item:hover {
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
}

.partners__item__link:hover .move-to {
  opacity: 1;
}

.partners__item--active .partners__item-right h5 {
  color: #b31414;
}

.partners__item--active .move-to {
  background-color: #b31414;
}

.partners__item:hover .partners__item-right h5 {
  color: #cc1717;
}

.partners__box-img {
  max-width: 130px;
  height: 140px;
}

.partners__item-right {
  margin-left: 15px;
}

.partners__item-right h5 {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #404242;
  margin-bottom: 8px;
  display: inline-block;
  -webkit-transition: color 0.4s linear;
  -o-transition: color 0.4s linear;
  transition: color 0.4s linear;
}

.partners__item-right h5:hover {
  text-decoration: underline;
}

.partners__item-right p {
  max-width: 341px;
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
}

.partners .link-box {
  margin-top: 22px;
}

.partners .more {
  display: none;
}

.partners .move-to {
  max-height: 175px;
  top: 0;
}

.partners .move-to__arr::before {
  top: 78px;
}

.partners .move-to__arr::after {
  top: 86px;
}

.footer {
  position: relative;
  overflow-x: hidden;
  z-index: 10;
  padding: 60px 0 30px 0;
  background-image: url("/local/templates/Upfly/images/fire-2498795_1920 1 (1).png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.footer::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(40, 46, 63, 0.9);
}

.footer__logo {
  max-width: 190px;
  height: 130px;
}

.footer .price-list__link {
  color: #212530;
}

.footer .price-list__link:hover {
  background-color: #212530;
  color: #fff;
}

.footer .price-list__link--active {
  background-color: #212530;
  color: #fff;
}

.footer .price-list__link--active .price-list__def {
  display: none;
}

.footer .price-list__link--active .price-list__click {
  display: block;
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 415px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer__col-title {
  font-weight: bold;
  font-size: 20px;
  line-height: 20px;
  margin-bottom: 20px;
  color: #ffffff;
}

.footer__link {
  font-size: 18px;
  line-height: 20px;
  color: #ffffff;
  position: relative;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__link:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer__link:focus {
  color: #2f2026;
}

.footer__link-item + .footer__link-item {
  margin-top: 12px;
}

.footer .orders__email,
.footer .orders__phone {
  margin-bottom: 8px;
  color: #fff;
}

.footer .orders__email:hover,
.footer .orders__phone:hover {
  color: rgba(255, 255, 255, 0.8);
}

.footer .orders__email .orders__phone-icon path,
.footer .orders__email .orders__email-icon path,
.footer .orders__phone .orders__phone-icon path,
.footer .orders__phone .orders__email-icon path {
  fill: rgba(255, 255, 255, 0.8);
}

.footer .orders__email--active,
.footer .orders__phone--active {
  color: rgba(255, 255, 255, 0.8);
}

.footer .orders__email--active .orders__phone-icon path,
.footer .orders__email--active .orders__email-icon path,
.footer .orders__phone--active .orders__phone-icon path,
.footer .orders__phone--active .orders__email-icon path {
  fill: rgba(255, 255, 255, 0.8);
}

.footer .orders__phone {
  margin-bottom: 24px;
}

.footer__address,
.footer__hours {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin: 56px 0 8px 0px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__address span,
.footer__hours span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__address span svg path,
.footer__hours span svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.footer__address:hover {
  color: #3592cc;
}

.footer__address:hover span svg path {
  fill: #3592cc;
}

.footer__address--active {
  color: #212530;
}

.footer__address--active span svg path {
  fill: #212530;
}

.footer__helper-pl {
  padding-left: 10px;
}

.footer__hours {
  font-size: 15px;
  margin: 0;
}

.footer__col:nth-child(5) {
  display: none;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__rights,
.footer__by {
  font-size: 18px;
  line-height: 20px;
  color: #fff;
}

.footer__by {
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.footer__by:hover {
  text-decoration: underline;
}

.footer__by--active {
  color: #c4d2db;
}

.banner-section__slider .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  left: 47%;
  bottom: -2px;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.banner-section__slider .slick-dots li button {
  background-color: #c4d2db;
  border-radius: 50%;
  margin-left: 16px;
  color: transparent;
  cursor: pointer;
  width: 7px;
  height: 7px;
  padding: 5px;
  border: none;
}

.banner-section__slider .slick-dots .slick-active button {
  opacity: 1;
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #cc1717;
}

.banner-section__slider .slick-dots .slick-active button:hover {
  opacity: 0.8;
}

.banner-section__slider .slick-dots .slick-active button::before {
  content: "";
  width: 12px;
  height: 12px;
  background-color: #3281b5;
  border-radius: 50%;
  position: absolute;
  top: -1px;
  left: -1px;
}

.form__input:hover ~ label {
  color: #3592cc;
}

.modal {
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  border-radius: 2px;
  max-width: 665px;
  width: 100%;
  padding: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  display: none;
}

.modal--purchase .modal__wrapper {
  max-width: 480px;
}

.modal__wrapper {
  max-width: 410px;
  width: 100%;
}

.modal__arr-back {
  position: absolute;
  left: 15px;
  top: 18px;
  z-index: 100;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.modal__arr-back span {
  font-size: 14px;
  line-height: 14px;
  color: #4a718a;
  display: block;
  margin-left: 12px;
}

.modal .form-title {
  color: #3281b5;
  text-align: center;
  margin-bottom: 30px;
}

.modal .form-text {
  font-size: 16px;
  line-height: 20px;
  max-width: 100%;
  margin-bottom: 24px;
}

.modal .form__box {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 0;
}

.modal .form__item {
  position: relative;
  z-index: 10;
}

.modal .form__box .form__item + .form__item {
  margin-left: 0px;
  margin-top: 24px;
}

.modal .form__icon {
  position: absolute;
  right: 4px;
  bottom: 3px;
  z-index: 1;
  cursor: pointer;
}

.modal .form__icon svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.modal .form__icon:hover svg path {
  fill: #7d7d7d;
}

.modal .form__icon:hover::before {
  background-color: #7d7d7d;
}

.modal .form__icon::before {
  position: absolute;
  content: "";
  left: -1px;
  top: 9px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  background-color: #bcc0c2;
  width: 22px;
  height: 1px;
  -webkit-transform: rotate(-35deg);
  -ms-transform: rotate(-35deg);
  transform: rotate(-35deg);
}

.modal .form__icon.form__icon--open::before {
  opacity: 1;
  visibility: visible;
}

.modal .form__input {
  width: 100%;
}

.modal .form__btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 42px;
}

.modal .form__btn-box--purchase .form__btn {
  border-radius: 18px;
  height: 32px;
}

.modal .form__btn-box--purchase .link-blank {
  height: 32px;
}

.modal .form__btn-box--purchase .link-blank:hover {
  background-color: #3281b5;
}

.modal .form__btn-box--purchase .link-blank:hover span {
  color: #fff;
}

.modal .form__btn-box--purchase .link-blank:hover .arr-helper::before,
.modal .form__btn-box--purchase .link-blank:hover .arr-helper::after {
  background-color: #fff;
}

.modal .form__btn-box--purchase .form__btn--white {
  width: 255px;
  padding: 9px 24px;
  font-size: 16px;
  line-height: 14px;
}

.modal__radio-wrapper {
  margin-top: 36px;
}

.modal__radio-items {
  margin-bottom: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.modal__radio-items .filter__radio-text {
  font-size: 18px;
  font-weight: 400;
  color: rgba(80, 80, 80, 0.8);
  padding-left: 26px;
}

.modal__radio-items .custom-radio > input:checked + span {
  color: #505050;
}

.form__item--firm {
  display: none !important;
}
.form__box--fs {
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}
.form__box--fs > * {
  margin-right: 16px;
}
.form__item--firm-df {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

.modal .form__btn {
  width: 190px;
  text-align: center;
  padding: 7px 0;
}

.modal .form__btn--white {
  background-color: #fff;
  color: #3281b5;
  border: 1px solid #3281b5;
}

.modal__repair-pass {
  margin-top: 12px;
  font-size: 15px;
  line-height: 17px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4a718a;
  font-weight: 400;
}

.modal__info {
  margin-top: 24px;
}

.modal__info-text {
  font-size: 16px;
  line-height: 20px;
  color: #7d7d7d;
  font-weight: 400;
}

.modal__politics {
  margin-top: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.modal__politics p {
  font-size: 12px;
  line-height: 16px;
  color: #a6aaad;
  margin-left: 6px;
}

.modal__politics p a {
  text-decoration: underline;
}

.fancybox-can-swipe .fancybox-content {
  cursor: default !important;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.7;
}

.modal.fancybox-content {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  position: relative !important;
}

.modal .fancybox-button svg path {
  fill: #4a718a;
}

.container-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.popup-add {
  background-color: rgba(40, 46, 63, 0.9);
  padding: 18px 64px 18px 18px;
  position: fixed;
  top: 45px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear,
    z-index 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear,
    z-index 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear, z-index 0.3s linear;
}

.popup-add--active {
  z-index: 999999;
  opacity: 1;
  visibility: visible;
}

.popup-add__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.popup-add__inner a {
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #ffffff;
  font-weight: 300;
  font-style: italic;
  margin-top: 12px;
}

.popup-add__box p {
  font-size: 16px;
  line-height: 20px;
  color: #ffffff;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup-add__box p span {
  max-width: 378px;
  width: 100%;
  display: inline;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.popup-add__close {
  position: absolute;
  right: -45px;
  top: -5px;
  cursor: pointer;
  width: 18px;
  height: 17px;
}

.popup-add .popup-window__btn-close::before,
.popup-add .popup-window__btn-close::after {
  content: "";
  width: 2px;
  height: 13px;
  background-color: #fff;
  border-radius: 5px;
  position: absolute;
  top: 2px;
  left: 7px;
}

.popup-add .popup-window__btn-close::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.popup-add .popup-window__btn-close::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.cookie {
  top: initial;
  bottom: 45px;
}

.cookie .popup-add__box p {
  max-width: 440px;
  width: 100%;
  display: block;
}

.cookie .popup-add__box p a {
  display: inline;
  font-style: normal;
  margin-top: 0;
}

.cookie__apply {
  background-color: #fff;
  padding: 7px 45px;
}

.cookie__apply span {
  font-weight: 500;
  font-size: 18px;
  line-height: 23px;
  color: #3281b5;
  font-style: normal;
}

.header-fixed {
  /* padding: 12px 0; */
  width: 100%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    #ffffff;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.1);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.1);
  position: fixed;
  top: -60px;
  left: 0;
  width: 100%;
  min-height: 60px;
  z-index: 100;
  -webkit-transition: top 0.4s linear;
  -o-transition: top 0.4s linear;
  transition: top 0.4s linear;
}

.header-fixed__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.header-fixed .header__mob-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 84px;
}

.header-fixed .header__top-item,
.header-fixed .header__mob-login {
  width: 18px !important;
  height: 18px !important;
}

.header-fixed .header__top-item:first-child {
  margin-right: 0px;
}

.header-fixed .logo {
  max-width: 50px;
  height: 35px;
}

.header-fixed .catalog__btn {
  padding: 0;
  color: #212530;
}

.header-fixed .burger__line {
  background-color: #212530;
}

.header-fixed .orders__phone {
  font-size: 16px;
  margin-bottom: 0 !important;
}

.header-fixed .price-list__link {
  font-size: 16px;
  line-height: 17px;
  width: 225px;
  padding: 5px 20px 8px 20px;
}

.header-fixed.fixed-hide {
  top: -60px;
  -webkit-transition: top 0.4s linear;
  -o-transition: top 0.4s linear;
  transition: top 0.4s linear;
}

.header-fixed.fixed-show {
  top: 0;
  -webkit-transition: top 0.4s linear;
  -o-transition: top 0.4s linear;
  transition: top 0.4s linear;
}

.header-fixed .header__mob {
  display: none;
}

.catalog__helper {
  position: relative;
  z-index: 50;
}

.catalog__helper::before,
.catalog__helper::after {
  width: 128px;
  height: 48px;
  content: "";
  position: absolute;
  left: -12px;
  top: -13px;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    #ffffff;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.catalog__helper::after {
  height: 15px;
  top: initial;
  bottom: -20px;
  z-index: 120;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.catalog__helper--active::before,
.catalog__helper--active::after {
  opacity: 1;
  visibility: visible;
}

.catalog-main {
  z-index: -1;
  display: none;
  width: 433px;
  min-width: 433px;
  height: 740px;
  background-color: #fff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  position: absolute;
  top: 35px;
  left: -12px;
  z-index: 10;
  padding: 18px 0 18px 30px;
}

.catalog-main--active {
  z-index: 100;
  display: block;
  -webkit-animation: fadeIn 0.7s;
  animation: fadeIn 0.7s;
}

.catalog-main__wrapper {
  position: relative;
  width: 100%;
  z-index: 1;
}

.catalog-main__col {
  width: 100%;
  max-width: 430px;
  position: relative;
  z-index: 20;
}

.catalog-main__box {
  width: 430px;
  height: 705px;
  overflow-y: auto;
}

.catalog-main__link {
  width: 100%;
  max-width: 390px;
  font-size: 19px;
  line-height: 19px;
  color: #404759;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  position: relative;
}

.catalog-main__link:hover {
  color: #cc1717;
}

.catalog-main__link::before,
.catalog-main__link::after {
  content: none;
  width: 2px;
  height: 12px;
  background-color: #cc1717;
  border-radius: 10px;
  position: absolute;
  right: 10px;
}

.catalog-main__link::before {
  top: 12px;
  -webkit-transform: rotate(-44deg);
  -ms-transform: rotate(-44deg);
  transform: rotate(-44deg);
}

.catalog-main__link::after {
  top: 20px;
  -webkit-transform: rotate(44deg);
  -ms-transform: rotate(44deg);
  transform: rotate(44deg);
}

.catalog-main__link:hover::before,
.catalog-main__link:hover::after {
  content: "";
}

.catalog-main__link span {
  padding-left: 30px;
  max-width: 306px;
  display: block;
  width: 100%;
}

.catalog-main__icon {
  height: 43px;
  max-width: 42px;
}

.catalog-main__box-second {
  position: absolute;
  z-index: 100;
}

.catalog-main__box-second .catalog-main__link {
  padding: 8px 0;
  font-size: 18px;
  line-height: 18px;
}

.catalog-main__box-second .catalog-main__link span {
  padding-left: 20px;
  max-width: 323px;
}

.catalog-main__col-two {
  display: none;
}

.catalog-main__box-second {
  width: 100%;
  max-width: 350px;
  visibility: hidden;
  -webkit-transform: translateX(80%);
  -ms-transform: translateX(80%);
  transform: translateX(80%);
  opacity: 0;
  top: 0;
  left: 250px;
  z-index: -1;
}

.catalog-main__box-second span {
  opacity: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.catalog-main .catalog-main__box-second.active-column {
  opacity: 1;
  -webkit-transform: translateX(55%);
  -ms-transform: translateX(55%);
  transform: translateX(55%);
  visibility: visible;
}

.catalog-main .catalog-main__box-second.active-column span {
  opacity: 1;
}

.catalog-main .catalog-main__col-two.active-ul {
  display: block;
}

.catalog-main__item {
  -webkit-transition: color 0.3s linear, text-shadow 0.3s linear;
  -o-transition: color 0.3s linear, text-shadow 0.3s linear;
  transition: color 0.3s linear, text-shadow 0.3s linear;
  width: 100%;
  margin-bottom: 12px;
}

.catalog-main__item:last-child {
  margin-bottom: 0;
}

.catalog-main__item:not(.catalog-main__item--final):hover {
  color: #cc1717;
}

.catalog-main__item--active > .catalog-main__link::before,
.catalog-main__item--active > .catalog-main__link::after {
  content: "";
}

.catalog-main__item--active .catalog-main__link {
  color: #cc1717;
}

.catalog-main__item--final {
  text-decoration: underline;
  -webkit-text-decoration-color: #404759;
  text-decoration-color: #404759;
  -webkit-transition: -webkit-text-decoration-color 0.3s linear;
  transition: -webkit-text-decoration-color 0.3s linear;
  -o-transition: text-decoration-color 0.3s linear;
  transition: text-decoration-color 0.3s linear;
  transition: text-decoration-color 0.3s linear,
    -webkit-text-decoration-color 0.3s linear;
}

.catalog-main__item--final:hover {
  -webkit-text-decoration-color: #cc1717;
  text-decoration-color: #cc1717;
}

.catalog-main__item--final .catalog-main__link::before,
.catalog-main__item--final .catalog-main__link::after {
  content: none !important;
}

.catalog-main__col-second .catalog-main__link {
  display: block;
}

.overflow-hidden {
  overflow-y: hidden;
}

.menu-mob {
  padding-top: 42px;
  max-width: 594px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(255, 255, 255, 0)),
      to(#ffffff)
    ),
    #ffffff;
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%),
    #ffffff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 400;
  overflow: hidden;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: -webkit-transform 0.4s linear;
  transition: -webkit-transform 0.4s linear;
  -o-transition: transform 0.4s linear;
  transition: transform 0.4s linear;
  transition: transform 0.4s linear, -webkit-transform 0.4s linear;
}

.menu-mob--active {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.menu-mob__back-mob {
  display: none;
}

.menu-mob__wrapper {
  max-width: 100%;
  width: 100%;
  position: relative;
  padding: 18px 18px 24px 35px;
  overflow-y: auto;
  height: 100vh;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-mob__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 24px;
}

.menu-mob__close-btn {
  cursor: pointer;
  position: absolute;
  right: 18px;
  top: 21px;
}

.menu-mob .logo {
  margin-right: 18px;
}

.menu-mob .search,
.menu-mob .search__input {
  max-width: 420px;
}

.menu-mob__catalog {
  background-color: #f3f7f9;
  margin: 0 -20px 24px -35px;
  max-width: 594px;
}

.menu-mob__catalog-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 16px 0px 16px 35px;
  font-size: 20px;
  line-height: 18px;
  text-transform: uppercase;
  color: #212530;
}

.menu-mob__catalog-link div {
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.menu-mob__catalog-link span {
  position: relative;
}

.menu-mob__catalog-link span::before {
  content: url("/local/templates/Upfly/images/arr-menu-mob.svg");
  position: absolute;
  right: -24px;
  top: 2px;
}

.menu-mob__item {
  font-size: 20px;
  line-height: 18px;
  color: #7d7d7d;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.menu-mob__item:last-child {
  margin-bottom: 0;
}

.menu-mob__item--services a {
  padding-right: 22px;
  position: relative;
}

.menu-mob__item--services a::before {
  content: url("/local/templates/Upfly/images/arr-services.svg");
  position: absolute;
  right: 0;
  top: 2px;
}

.menu-mob .price-list__link {
  display: none;
}

.menu-mob .footer__address {
  margin: 0;
}

.menu-mob__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu-mob .footer__address,
.menu-mob .footer__hours {
  color: #7d7d7d;
  font-size: 16px;
  line-height: 20px;
}

.menu-mob .footer__hours {
  margin-top: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.menu-mob .footer__helper-pl {
  padding-left: 0;
}

.menu-mob .orders__email-icon {
  width: 18px;
  height: 13px;
}

.menu-mob .orders__phone {
  margin-bottom: 0;
}

.menu-mob .orders__phone-icon {
  width: 19px;
  height: 19px;
}

.catalog-mob {
  width: 100%;
  height: 100%;
  position: absolute;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.catalog-mob__col,
.catalog-mob__col-second {
  height: 100%;
  padding: 18px 0;
}

.catalog-mob__col {
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: -webkit-transform 0.5s linear;
  transition: -webkit-transform 0.5s linear;
  -o-transition: transform 0.5s linear;
  transition: transform 0.5s linear;
  transition: transform 0.5s linear, -webkit-transform 0.5s linear;
}

.catalog-mob__col-second {
  position: absolute;
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transition: -webkit-transform 0.6s linear;
  transition: -webkit-transform 0.6s linear;
  -o-transition: transform 0.6s linear;
  transition: transform 0.6s linear;
  transition: transform 0.6s linear, -webkit-transform 0.6s linear;
}

.catalog-mob__col-second .catalog-mob__item {
  margin-bottom: 18px;
  max-width: 560px;
  padding: 0 40px 0 34px;
}

.catalog-mob__col-second .catalog-mob__link span {
  max-width: 100%;
  width: 100%;
}

.catalog-mob__title {
  background-color: #f3f7f9;
  max-height: 67px;
  margin: 18px 0 24px 0;
}

.catalog-mob__title--main .catalog-mob__title-link {
  text-transform: uppercase;
}

.catalog-mob__title-link {
  padding: 24px 0 24px 32px;
  display: block;
  font-size: 20px;
  line-height: 18px;
  color: #212530;
}

.catalog-mob__back,
.catalog-mob__back--main {
  font-size: 19px;
  line-height: 19px;
  color: #4a718a;
  padding: 0 34px;
  cursor: pointer;
}

.catalog-mob__back span,
.catalog-mob__back--main span {
  padding-left: 28px;
  position: relative;
}

.catalog-mob__back span::before,
.catalog-mob__back--main span::before {
  content: url("/local/templates/Upfly/images/arr-back.svg");
  position: absolute;
  left: 0;
  top: 1px;
}

.catalog-mob__items {
  padding: 0 34px;
  height: calc(100vh - 145px);
  overflow-y: auto;
}

.catalog-mob__item {
  margin-bottom: 12px;
}

.catalog-mob__item:last-child {
  margin-bottom: 0;
}

.catalog-mob__item--final .catalog-mob__link {
  text-decoration: underline;
}

.catalog-mob__item--final .catalog-mob__link::before {
  content: none;
}

.catalog-mob__link {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 19px;
  line-height: 19px;
  color: #404759;
  position: relative;
}

.catalog-mob__link span {
  display: block;
  max-width: 420px;
  width: 100%;
}

.catalog-mob__link::before {
  content: url("/local/templates/Upfly/images/arr-catalog-mob.svg");
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.catalog-mob__icon {
  max-width: 42px;
  height: 42px;
  margin-right: 24px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.header--pb {
  padding-bottom: 0;
}

.header__bottom .wrapper {
  padding-bottom: 15px;
}

.breadcrumbs {
  background-color: #fff;
  padding: 0px 0px 10px 0;
  position: relative;
  z-index: 1;
}

.breadcrumbs__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 45px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.breadcrumbs__list-item:not(.breadcrumbs__list-item--text) {
  position: relative;
  margin-right: 47px;
}

.breadcrumbs__list-item:not(.breadcrumbs__list-item--text)::after {
  content: "";
  background-color: #666f75;
  width: 28px;
  height: 1px;
  position: absolute;
  right: -38px;
  top: 11px;
}

.breadcrumbs__link,
.breadcrumbs__text {
  font-size: 16px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4f6675;
}

.breadcrumbs__text {
  text-decoration: none;
  color: #666f75;
}

.breadcrumbs__mobile {
  display: none;
}

.cloud-hidden {
  display: none;
}

.wrapper-title--single {
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.wrapper-title--single h3 {
  width: 100%;
  max-width: 1110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-title__text--single {
  color: #4f6675;
  font-size: 42px;
}

.single-wrapper {
  -webkit-box-shadow: 0px -10px 17px rgba(0, 0, 0, 0.03);
  box-shadow: 0px -10px 17px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
  max-width: 1270px;
  width: 100%;
  background-color: #fff;
  padding: 30px 15px 0 15px;
  margin-top: 20px;
  position: relative;
  z-index: 10;
}

.main-catalog {
  padding: 0px 0 60px 0;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.main-catalog__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: auto;
}

.main-catalog__item {
  width: 540px;
}

.main-catalog__item + .main-catalog__item {
  margin-top: 24px;
}

.main-catalog__top {
  background-color: #ffffff;
  -webkit-box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 16px rgba(55, 0, 0, 0.08);
  border-radius: 2px;
  width: 100%;
  padding: 12px 25px 12px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.main-catalog__top .arr-helper--right {
  right: 22px;
}

.main-catalog__top .arr-helper--right:hover .arr-helper::before,
.main-catalog__top .arr-helper--right:hover .arr-helper::after {
  background-color: #cc1717;
}

.main-catalog__top .arr-helper::before,
.main-catalog__top .arr-helper::after {
  width: 3px;
  height: 14px;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.main-catalog__top .arr-helper::before {
  right: 14px;
  top: 3px;
}

.main-catalog__top .arr-helper::after {
  right: 5px;
  top: 3px;
}

.main-catalog .main-catalog__arr.active .arr-helper::before,
.main-catalog .main-catalog__arr.active .arr-helper::after {
  background-color: #cc1717;
}

.main-catalog .main-catalog__arr.active .arr-helper::before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.main-catalog .main-catalog__arr.active .arr-helper::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.main-catalog__bottom {
  padding: 18px 25px 0 12px;
  display: none;
}

.main-catalog__category {
  font-size: 16px;
  line-height: 16px;
  color: #404242;
  margin-right: 18px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.main-catalog__category:hover {
  color: #4f6675;
  text-decoration: underline;
}

.main-catalog__img {
  max-width: 60px;
  height: 60px;
  margin-right: 12px;
}

.main-catalog__link {
  font-size: 18px;
  line-height: 20px;
  color: #404242;
  max-width: 240px;
  width: 100%;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.main-catalog__link:hover {
  color: #cc1717;
  text-decoration: underline;
}

.viewed {
  padding: 60px 0;
}

.viewed .section-title__text {
  color: #404242;
}

.viewed__product-row {
  position: relative;
}

.viewed__product-row .arr-helper--right {
  right: -25px;
}

.viewed__product-row .arr-helper--left {
  left: -25px;
}

.viewed__product-row .product__item {
  width: 200px !important;
  height: 290px;
  padding: 12px 16px 14px 10px;
}

.viewed__product-row .product__img-link {
  max-width: 140px;
  height: 150px;
}

.viewed__product-row .product__img-box {
  padding-bottom: 18px;
  margin-bottom: 12px;
}

.viewed__product-row .product__title-link {
  font-size: 17px;
  max-width: 170px;
  height: 40px;
  overflow: hidden;
}

.viewed__product-row .product__box-hint {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.viewed__product-row .product__label-long {
  width: 85px;
}

.viewed__product-row .product__label-long span {
  font-size: 12px;
  line-height: 12px;
}

.viewed__product-row .hint {
  width: 17px;
  height: 17px;
}

.viewed__product-row .hint span {
  font-size: 15px;
}

.viewed__product-row .popup-hint {
  width: 200px;
  left: -10px;
}

.viewed__product-row .popup-hint__text {
  font-size: 15px;
  line-height: 17px;
}

.viewed__product-row .slick-list .slick-track .slick-slide {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.services-catalog {
  background-color: #fff;
  padding-bottom: 80px;
}

.services-catalog__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;*/
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.services-catalog__item {
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.04);
  box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.04);
  border-radius: 2px;
  width: 356px;
  height: 147px;
  margin-bottom: 18px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.services-catalog__item:hover {
  -webkit-box-shadow: 2px 4px 14px rgba(55, 0, 0, 0.1);
  box-shadow: 2px 4px 14px rgba(55, 0, 0, 0.1);
}

.services-catalog__link-box {
  background: #f3f7f9;
  padding: 20px 18px;
  border-radius: 2px 2px 0px 0px;
}

.services-catalog__link {
  font-size: 18px;
  line-height: 20px;
  color: #1b2540;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.services-catalog__link span {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -moz-box;
  -moz-box-orient: vertical;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  line-clamp: 1;
  box-orient: vertical;
}

.services-catalog__link:hover {
  color: #cc1717;
}

.services-catalog__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 18px;
  position: relative;
}

.services-catalog__box .arr-helper--right {
  right: 7px;
}

.services-catalog__box .arr-helper--right:hover .arr-helper::before,
.services-catalog__box .arr-helper--right:hover .arr-helper::after {
  background-color: #cc1717;
}

.services-catalog__box .arr-helper::before,
.services-catalog__box .arr-helper::after {
  width: 3px;
  height: 12px;
  background-color: #3281b5;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.services-catalog__box .arr-helper::before {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
  right: 9px;
  top: 1px;
}

.services-catalog__box .arr-helper::after {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  right: 9px;
  top: 8px;
}

.services-catalog__box p {
  font-size: 15px;
  line-height: 16px;
  color: #505050;
  max-width: 207px;
  height: 64px;
  overflow: hidden;
}

.services-catalog__img {
  margin-right: 12px;
  max-width: 82px;
  height: 64px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-product {
  background-color: #fff;
  padding-bottom: 40px;
}

.single-product .wrapper-title--single {
  margin-bottom: 30px;
}

.single-product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  padding: 0 15px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-product__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 18px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.single-product .arr-helper--left {
  bottom: -30px;
  top: initial;
  left: 15px;
}

.single-product .arr-helper--right {
  top: -6px;
  right: 15px;
}

.single-product .arr-helper--right .arr-helper::before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.single-product .arr-helper--right .arr-helper::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.single-product .arr-helper::before {
  right: 13px;
}

.single-product .arr-helper::after {
  right: 6px;
}

.single-product .mini-slider__slider {
  position: relative;
  width: 52px;
}

.single-product .mini-slider__slide {
  max-width: 52px;
  height: 52px;
  position: relative;
}

.single-product .mini-slider__slide + .mini-slider__slide {
  margin-top: 3px;
}

.single-product .slick-vertical .slick-slide.slick-current .mini-slider__slide,
.single-product .slick-slide.slick-current .mini-slider__slide {
  border: 3px solid #dee2e4;
}

.single-product
  .slick-vertical
  .slick-slide.slick-current
  .mini-slider__slide::before,
.single-product .slick-slide.slick-current .mini-slider__slide::before {
  content: "";
  position: absolute;
  top: 0;
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(255, 255, 255, 0.5)),
    to(rgba(255, 255, 255, 0.5))
  );
  background: -o-linear-gradient(
    bottom,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.5),
    rgba(255, 255, 255, 0.5)
  );
  width: 100%;
  height: 100%;
}

.single-product .big-slider__slider {
  margin-left: 10px;
  width: 255px;
}

.single-product .big-slider__slide {
  max-width: 255px;
  height: 255px;
}

.single-product__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.single-product__left {
  width: 100%;
  max-width: 350px;
  margin-right: 20px;
}

.single-product__right {
  width: 415px;
  background-color: #f3f7f9;
  padding: 18px 18px 13px 18px;
}

.single-product__line-box {
  margin-bottom: 24px;
}

.single-product__line {
  font-size: 17px;
  line-height: 16px;
  color: #666f75;
}

.single-product__line .dis-none {
  display: inline-block !important;
}

.single-product__line--before {
  margin-left: 30px;
  padding-left: 22px;
  position: relative;
}

.single-product__line--before::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  background-color: #5ccc21;
}

.single-product__line--red::before {
  background-color: #cc1717;
}

.single-product__properties {
  margin-bottom: 18px;
}

.single-product__property {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product__property a {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4a718a;
}

.single-product__property + .single-product__property {
  margin-top: 12px;
}

.single-product__name {
  width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.single-product__name span {
  font-size: 16px;
  line-height: 18px;
  color: #404242;
  white-space: nowrap;
}

.single-product__text {
  font-size: 18px;
  line-height: 16px;
  color: #404242;
}

.single-product__sale {
  display: block;
  font-size: 20px;
  line-height: 22px;
  -webkit-text-decoration-line: line-through;
  text-decoration-line: line-through;
  color: rgba(102, 111, 117, 0.5);
  margin-bottom: 3px;
}

.single-product__price {
  font-weight: 500;
  font-size: 32px;
  line-height: 36px;
  color: #1b2540;
  display: block;
  margin-bottom: 12px;
}

.single-product__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
}

.single-product__num {
  margin-right: 18px;
}

.single-product__label {
  font-size: 16px;
  line-height: 16px;
  color: #666f75;
  display: block;
  margin-bottom: 6px;
}

.single-product .amount__num {
  width: 105px;
}

.single-product__sum .single-product__price {
  font-size: 22px;
  line-height: 22px;
  font-weight: 400;
  margin-bottom: 0;
  padding-top: 5px;
}

.single-product .product__like {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 1;
  margin-left: 16px;
}

.single-product__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.single-product__box-price {
  margin-top: 24px;
}
.single-product__buy {
  padding: 7px 20px;
  background-color: #f3f7f9;
  border: 1px solid #3281b5;
}
.active-basket .single-product__buy {
  display: none;
}
.single-product__buy span {
  color: #3281b5;
}

.product__cart:hover .single-product__buy:hover {
  background-color: none !important;
}

.single-product__price-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 5px 12px;
}

.single-product__price-line--active {
  background-color: #fff;
}

.single-product__price-line .hint {
  width: 15px;
  height: 15px;
}

.single-product__price-line .hint span {
  color: #fff;
  font-size: 13px;
}

.single-product__price-line span {
  font-size: 16px;
  line-height: 16px;
  color: #666f75;
}

.single-product__price-line div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.anchor-link__single {
  font-size: 14px;
  line-height: 16px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4a718a;
}

.dots-helper {
  width: 100%;
  border-bottom: 1px dashed rgba(64, 66, 66, 0.3);
}

.buy-products {
  background-color: #fff;
  padding: 60px 0 40px 0px;
}

.buy-products .wrapper-title {
  margin-bottom: 22px;
}

.product__slider {
  margin: 0 auto;
}

.product__slider .slick-list .slick-track {
  padding: 20px 0;
}

.tabs-another {
  background-color: #fff;
  padding: 36px 0 40px 0;
}

.tabs-another__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(196, 210, 219, 0.3);
}

.tabs-another__link {
  font-weight: 300;
  font-size: 24px;
  line-height: 24px;
  color: #3281b5;
  padding: 0 20px 12px 20px;
  width: initial;
  cursor: pointer;
}

.tabs-another__link--active {
  border-bottom: 3px solid #3281b5;
  text-shadow: 0 0 0.85px #3281b5, 0 0 0.85px #3281b5;
}

.tabs-another .tabs-content {
  padding: 24px 0 0 0;
  background-color: #fff;
}

.text-block__wrapper {
  width: 100%;
  margin-bottom: 120px;
}

.text-block__wrapper div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-width: 100%;
}
/*.text-block__wrapper .text-block__img,.text-block__img img {
    min-width: 100%;
}*/
.text-block__wrapper div div {
  display: initial;
}
.text-block__wrapper b,.text-block__wrapper strong {
  font-weight: 700;
}
.text-block__wrapper h2 {
  font-size: 36px;
  line-height: 36px;
  color: #4a718a;
  margin-top: 24px;
  margin-bottom: 24px;
}
.text-block__wrapper h3 {
  font-size: 32px;
  line-height: 32px;
  color: #4a718a;
  margin-bottom: 12px;
}
.text-block__wrapper h4 {
  font-size: 30px;
  line-height: 24px;
  color: #4a718a;
  margin-bottom: 12px;
}

.text-block__wrapper h5 {
  font-weight: 300;
  font-size: 26px;
  line-height: 24px;
  color: #666f75;
  margin-bottom: 12px;
}
.text-block__wrapper * {
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
}
.text-block__wrapper p {
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  /*max-width: 635px;*/
}

.text-block__wrapper a {
  text-decoration: underline;
  color: #cc1717;
}

.text-block__wrapper span {
  margin: 12px 0;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  display: block;
  position: relative;
}

.text-block__wrapper ul {
  max-width: 730px;
  width: 100%;
  padding-bottom: 6px;
  margin-top: 12px;
}

.text-block__wrapper ul li {
  padding-left: 60px;
  margin: 0;
}

.text-block__wrapper ul li {
  margin: 0;
  position: relative;
}

.text-block__wrapper ul li::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #cc1717;
  border-bottom: 5px solid transparent;
}

.text-block__wrapper ul li + li {
  margin-top: 8px;
}

.text-block__wrapper ol {
  padding: 0;
  max-width: 730px;
  width: 100%;
  list-style-type: none;
  counter-reset: num;
}

.text-block__wrapper ol span {
  margin-bottom: 0;
}

.text-block__wrapper ol li {
  padding-left: 60px;
  position: relative;
}

.text-block__wrapper ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 32px;
  width: 20px;
  color: #cc1717;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}

.text-block__img {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  max-width: 445px;
  height: 255px;
}

.product__like--mob {
  display: none;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-service {
  background-color: #fff;
}

.single-service__inner {
  width: 100%;
  padding: 0 15px;
}

.single-service__imgs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.single-service__img {
  max-width: 540px;
  height: 252px;
}

.table-block {
  padding-bottom: 120px;
  background-color: #fff;
}

.table-one__wrapper {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.table-one__main {
  width: 280px;
  border-right: 1px solid rgba(196, 210, 219, 0.3);
}

.table-one__top {
  height: 36px !important;
}

.table-one__column span {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #4f6675;
  padding: 8px 12px 8px 8px;
  height: 56px;
}

.table-one__blue {
  background-color: #f3f7f9;
}

.table-one__white {
  background-color: #fff;
}

.table-one__rest {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 830px;
}

.table-one__rest .table-one__column + .table-one__column {
  border-left: 1px solid rgba(196, 210, 219, 0.3);
}

.table-two__wrapper .table-one__main {
  border-right: none;
}

.table-two__wrapper .table-one__column span + span {
  margin-top: 2px;
}

.table-two__wrapper .table-one__top {
  height: 74px !important;
}

.table-two__wrapper .table-one__rest .table-one__column + .table-one__column {
  border-left: none;
}

.form-main {
  background-color: #fff;
  padding-bottom: 120px;
}

.form-wrapper {
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 10px rgba(55, 0, 0, 0.06);
  box-shadow: 2px 4px 10px rgba(55, 0, 0, 0.06);
  border-radius: 2px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px 0;
}

.form-title {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: #1b2540;
  margin-bottom: 6px;
}

.form-text {
  font-size: 18px;
  line-height: 24px;
  color: #7d7d7d;
  max-width: 730px;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

.form__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
}

.form__box .form__item + .form__item {
  margin-left: 30px;
}

.form__label {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #7d7d7d;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.form__input:focus ~ .form__label,
.form__textarea:focus ~ .form__label {
  color: #3592cc;
}

.form__input,
.form__textarea {
  width: 350px;
  padding: 0px 6px 6px 6px;
  border: none;
  font-size: 18px;
  line-height: 20px;
  color: #505050;
  border-bottom: 2px solid rgba(53, 146, 204, 0.6);
  -webkit-transition: border-bottom 0.3s linear;
  -o-transition: border-bottom 0.3s linear;
  transition: border-bottom 0.3s linear;
}

.form__input:focus,
.form__textarea:focus {
  outline: none;
  border-bottom: 2px solid #3592cc;
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.form__input::placeholder,
.form__textarea::placeholder {
  color: rgba(64, 66, 66, 0.5);
}


.form__textarea {
  width: 100%;
  resize: none;
  height: 40px;
  padding-top: 6px;
}

.form__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.form__btn-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 48px;
}

.form__btn {
  background-color: #3281b5;
  border: none;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #ffffff;
  cursor: pointer;
  padding: 7px 38px;
  width: 162px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.catalog-sales {
  background-color: #fff;
  padding-bottom: 30px;
}

.catalog-sales__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.catalog-sales__item {
  width: 540px;
  background: #ffffff;
  -webkit-box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.04);
  box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.04);
  border-radius: 2px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 25px 1px 1px 1px;
  margin-bottom: 30px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.catalog-sales__item:hover {
  -webkit-box-shadow: 2px 4px 14px rgba(55, 0, 0, 0.1);
  box-shadow: 2px 4px 14px rgba(55, 0, 0, 0.1);
}

.catalog-sales__left {
  position: relative;
  border-radius: 25px 1px 1px 1px;
}

.catalog-sales__left span {
  position: absolute;
  left: 0px;
  top: 0px;
  background: -o-linear-gradient(
      165.91deg,
      rgba(255, 255, 255, 0.144) 16.43%,
      rgba(255, 255, 255, 0.18) 52.15%,
      rgba(255, 255, 255, 0) 52.15%,
      rgba(255, 255, 255, 0) 79.93%
    ),
    #cc1717;
  background: linear-gradient(
      284.09deg,
      rgba(255, 255, 255, 0.144) 16.43%,
      rgba(255, 255, 255, 0.18) 52.15%,
      rgba(255, 255, 255, 0) 52.15%,
      rgba(255, 255, 255, 0) 79.93%
    ),
    #cc1717;
  font-style: italic;
  font-weight: 500;
  font-size: 15px;
  line-height: 14px;
  text-transform: uppercase;
  color: #ffffff;
  width: 85px;
  padding: 6px 0;
  text-align: center;
  border-radius: 25px 1px 25px 1px;
}

.catalog-sales__img {
  max-width: 165px;
  height: 190px;
  border-radius: 25px 1px 1px 1px;
}

.catalog-sales__right {
  padding: 12px 18px;
}

.catalog-sales__link {
  font-weight: 500;
  font-size: 20px;
  line-height: 23px;
  color: #404242;
  margin-bottom: 12px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.catalog-sales__link:hover {
  color: #cc1717;
}

.catalog-sales__text {
  font-size: 18px;
  line-height: 22px;
  color: #505050;
  padding-bottom: 20px;
  padding-top: 12px;
  border-top: 1px solid rgba(196, 210, 219, 0.3);
}

.catalog-sales__box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.catalog-sales__time {
  font-size: 14px;
  line-height: 14px;
  color: #cc1717;
}

.catalog-sales__days {
  padding-left: 12px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.single-sale {
  background-color: #fff;
}

.single-sale .text-block__img span {
  margin: 0;
}

.single-sale .wrapper-title--single {
  margin-bottom: 24px;
}

.single-sale .catalog-sales__time {
  margin-bottom: 45px;
  display: block;
  width: 100%;
  text-align: center;
  font-weight: 500;
  font-size: 22px;
  line-height: 18px;
}

.single-sale .catalog-sales__time .catalog-sales__days {
  font-weight: 400;
}

.sales-products {
  background-color: #fff;
  padding-bottom: 60px;
}

.sales-products .product__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
}

.sales-products .product__item {
  margin-bottom: 30px;
}

.sales-products .more {
  width: 100%;
}

.more--blue .more__text {
  color: #4a718a;
}

.more--blue .more__text::before,
.more--blue .more__text::after {
  background-color: #4a718a;
}

.more--blue .more__text:hover {
  color: #3592cc;
  text-shadow: none;
}

.more--blue .more__text:hover::before,
.more--blue .more__text:hover::after {
  background-color: #3592cc;
}

.switch__label {
  font-size: 18px;
  line-height: 16px;
  color: #4a718a;
  display: block;
  margin-bottom: 12px;
}

.custom-select {
  position: relative;
}

.custom-select__main {
  padding: 4px 8px 4px 12px;
  background-color: #f3f7f9;
  max-width: 250px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-select__main--active .custom-select__title {
  text-shadow: 0 0 0.75px #4a718a, 0 0 0.75px #4a718a;
}

.custom-select__main--active .custom-select__figure {
  border-top: 0px solid #4a718a;
  border-bottom: 9px solid #4a718a;
}

.custom-select__main:hover .custom-select__title {
  color: #cc1717;
}

.custom-select__main:hover .custom-select__figure {
  border-top: 9px solid #cc1717;
}

.custom-select__main--active:hover .custom-select__figure {
  border-bottom: 9px solid #cc1717;
  border-top: 0px solid transparent;
}

.custom-select__main--active:hover .custom-select__title {
  text-shadow: 0 0 0.75px #cc1717, 0 0 0.75px #cc1717;
}

.custom-select__title {
  font-size: 16px;
  line-height: 20px;
  color: #4a718a;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
}

.custom-select__figure {
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 9px solid #4a718a;
  border-radius: 2px;
}

.custom-select__items {
  background-color: #f3f7f9;
  width: 250px;
  padding: 10px 12px 8px 12px;
  position: absolute;
  left: 0;
  z-index: 20;
  display: none;
}

.custom-select__item {
  display: block;
  cursor: pointer;
  padding: 4px 0px;
  font-size: 16px;
  line-height: 16px;
  color: #4a718a;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.custom-select__item:hover {
  color: #cc1717;
}

.custom-select__item--active {
  color: #cc1717;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.basket {
  padding-bottom: 60px;
  background-color: #fff;
}

.basket .repair-button--mob {
  display: none;
}

.basket__empty {
  width: 100%;
  display: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 70px;
}

.basket__empty .link-blank {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.basket__empty--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__empty--left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.basket__empty--left .link-blank {
  width: 150px;
}

.basket__empty-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__empty-note {
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  display: block;
  margin-bottom: 18px;
}

.basket__inner {
  width: 100%;
  padding: 0 15px;
}

.basket__lines {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 137px;
}

.basket__label {
  font-size: 15px;
  line-height: 15px;
  color: rgba(102, 111, 117, 0.5);
  display: block;
}

.basket__label:nth-child(1) {
  width: 390px;
  margin-right: 40px;
}

.basket__label:nth-child(2) {
  width: 118px;
}

.basket__label:nth-child(3) {
  width: 135px;
}

.basket__btn-clear span {
  font-size: 15px;
  line-height: 15px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #666f75;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basket__items {
  margin-top: 14px;
}

.basket__item {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 12px 30px 12px 42px;
  background: #ffffff;
  -webkit-transition: z-index 0.3s linear, -webkit-box-shadow 0.3s linear;
  transition: z-index 0.3s linear, -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear, z-index 0.3s linear;
  transition: box-shadow 0.3s linear, z-index 0.3s linear;
  transition: box-shadow 0.3s linear, z-index 0.3s linear,
    -webkit-box-shadow 0.3s linear;
  position: relative;
  z-index: 1;
}

.basket__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 50;
  width: 100%;
  height: 100%;
  z-index: -1;
  background-color: transparent;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.basket__item:hover {
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  z-index: 5;
}

.basket__item--delete::before {
  z-index: 1;
  background-color: rgba(255, 255, 255, 0.7);
}

.basket__item:first-child {
  border-top: 1px solid rgba(196, 210, 219, 0.3);
}

.basket__item:last-child {
  border-bottom: 1px solid rgba(196, 210, 219, 0.3);
}

.basket__item + .basket__item {
  border-top: 1px solid rgba(196, 210, 219, 0.3);
}

.basket__img {
  max-width: 62px;
  height: 66px;
}

.basket__item-options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 780px;
}

.basket__link-box a {
  font-size: 18px;
  line-height: 20px;
  color: #181818;
  height: 40px;
  max-width: 380px;
  width: 100%;
  overflow: hidden;
  -webkit-transition: color 0.3s linear,
    -webkit-text-decoration-color 0.3s linear;
  transition: color 0.3s linear, -webkit-text-decoration-color 0.3s linear;
  -o-transition: color 0.3s linear, text-decoration-color 0.3s linear;
  transition: color 0.3s linear, text-decoration-color 0.3s linear;
  transition: color 0.3s linear, text-decoration-color 0.3s linear,
    -webkit-text-decoration-color 0.3s linear;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
}

.basket__link-box a:hover {
  color: #3281b5;
  -webkit-text-decoration-color: #3281b5;
  text-decoration-color: #3281b5;
}

.basket__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 350px;
}

.basket__price-wrapper .product__sale {
  margin-bottom: 0;
  display: none;
}

.basket__price-wrapper .product__sale--active {
  display: block;
}

.basket__price-wrapper .amount__btn-min:hover,
.basket__price-wrapper .amount__btn-plus:hover {
  color: #3281b5;
}

.basket__price-wrapper .basket__label {
  display: none;
}

.basket__price-box--full .basket__price {
  font-weight: 500;
  font-size: 24px;
  line-height: 20px;
  color: #404242;
}

.basket__item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 130px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: visibility 0.3s linear, z-index 0.3s linear;
  -o-transition: visibility 0.3s linear, z-index 0.3s linear;
  transition: visibility 0.3s linear, z-index 0.3s linear;
}

.basket__item-btns .product__like {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 40px;
}

.basket__btns-delete {
  width: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 60;
  opacity: 1;
  visibility: visible;
  -webkit-transition: visibility 0.3s linear, z-index 0.3s linear;
  -o-transition: visibility 0.3s linear, z-index 0.3s linear;
  transition: visibility 0.3s linear, z-index 0.3s linear;
}

.basket__btns-delete span {
  font-size: 18px;
  line-height: 20px;
  color: #404242;
  display: block;
  margin-bottom: 8px;
}

.basket__btns-delete a {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #3281b5;
  padding: 8px 14px;
  background: #ffffff;
  -webkit-box-shadow: 2px 2px 8px rgba(55, 0, 0, 0.12);
  box-shadow: 2px 2px 8px rgba(55, 0, 0, 0.12);
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.basket__btns-delete a:hover {
  color: #3592cc;
}

.basket__btns-delete--mob {
  display: none;
}

.basket__order {
  margin-top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.basket__order-left {
  border: 1px solid rgba(50, 129, 181, 0.5);
  padding: 12px 18px;
}

.basket__order-left ul li {
  padding-left: 18px;
  position: relative;
}

.basket__order-left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  width: 6px;
  height: 1px;
  background-color: #3281b5;
}

.basket__order-left ul li span {
  font-size: 18px;
  line-height: 20px;
  color: #3281b5;
}

.basket__order-left ul li + li {
  margin-top: 6px;
}

.basket__order-subtitle {
  display: block;
  font-size: 20px;
  line-height: 22px;
  color: #cc1717;
  margin-bottom: 12px;
}

.basket__order-right {
  width: 100%;
  max-width: 540px;
}

.basket__order-line,
.basket__order-line--full {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__order-line--full {
  padding-top: 18px;
  border-top: 1px solid rgba(196, 210, 219, 0.3);
}

.basket__order-title {
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
  color: #1b2540;
  display: block;
  margin-bottom: 12px;
}

.basket__order-title--gray {
  font-size: 18px;
  line-height: 20px;
  color: #404242;
  display: block;
  margin-bottom: 8px;
}

.basket__order-title--blue {
  font-size: 15px;
  line-height: 15px;
  color: #3281b5;
  display: block;
  margin-bottom: 18px;
}

.basket__order-title--full,
.basket__order-full {
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #404242;
}

.basket__order-num {
  font-size: 17px;
  line-height: 15px;
  color: rgba(102, 111, 117, 0.5);
}

.basket__order-price {
  font-size: 18px;
  line-height: 20px;
  color: #404242;
}

.basket__order-sale {
  font-size: 15px;
  line-height: 15px;
  color: #3281b5;
}

.basket__btns {
  margin-top: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.basket__btns a {
  width: 255px;
  padding: 9px 0;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.basket__btns .single-product__buy {
  background-color: #fff;
}

.visible-block {
  position: static;
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

.show-block {
  opacity: 1;
  visibility: visible;
  position: static;
  z-index: 100;
}

.hide-block {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  z-index: -1;
  right: 0;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.purchase {
  background-color: #fff;
  padding-bottom: 60px;
}

.purchase__content {
  margin-top: 36px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  display: none;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear,
    position 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear,
    position 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear, position 0.3s linear;
}

.purchase__content--active {
  position: static;
  z-index: 1;
  opacity: 1;
  visibility: visible;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: fadeIn 1.2s;
  animation: fadeIn 1.2s;
}

.purchase__wrapper {
  max-width: 730px;
  width: 100%;
}

.purchase__wrapper .form-text {
  text-align: left;
}

.purchase__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 36px;
  color: #3592cc;
  margin-bottom: 18px;
}

.purchase__form .form__box {
  margin-top: 24px;
  margin-bottom: 0;
}

.purchase__steps {
  font-weight: 300;
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
  margin-bottom: 18px;
  text-align: center;
}

.purchase__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.purchase__tab {
  width: 278px;
  height: 94px;
  background: #ffffff;
  border: 1px solid #c4d2db;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.purchase__tab--current {
  border: 1px solid #3592cc;
}

.purchase__tab--current .purchase__tab-step::before {
  border-right: 1px solid #3592cc;
  border-top: 1px solid #3592cc;
}

.purchase__tab--current .purchase__tab-step,
.purchase__tab--current .purchase__tab-text {
  color: #3592cc;
}

.purchase__tab--active {
  border: 1px solid #50a723;
}

.purchase__tab--active .purchase__tab-step::before {
  border-right: 1px solid #50a723;
  border-top: 1px solid #50a723;
  right: -151px;
  height: 57px;
  width: 80px;
  -webkit-transform: skew(-19deg) rotate(36deg);
  -ms-transform: skew(-19deg) rotate(36deg);
  transform: skew(-19deg) rotate(36deg);
}

.purchase__tab--active .purchase__tab-step svg {
  display: block;
}

.purchase__tab--active .purchase__tab-step span {
  display: none;
}

.purchase__tab--active .purchase__tab-text {
  color: #50a723;
}

.purchase__tab--last .purchase__tab-step::before {
  content: none;
}

.purchase__tab-step {
  font-weight: 500;
  font-size: 24px;
  line-height: 24px;
  color: #d8d8d8;
  margin-bottom: 8px;
  padding-left: 25px;
  position: relative;
  z-index: 1;
}

.purchase__tab-step svg {
  display: none;
}

.purchase__tab-step::before {
  content: "";
  height: 58px;
  width: 81px;
  background: #ffffff;
  border-right: 1px solid #c4d2db;
  border-top: 1px solid #c4d2db;
  border-radius: 1px;
  position: absolute;
  right: -140px;
  top: -1px;
  z-index: 3;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
  -webkit-transform: skew(-18deg) rotate(36deg);
  -ms-transform: skew(-18deg) rotate(36deg);
  transform: skew(-18deg) rotate(36deg);
}

.purchase__tab-text {
  font-size: 18px;
  line-height: 24px;
  color: #d8d8d8;
  position: relative;
  z-index: 10;
  padding-left: 25px;
}

.purchase__subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #3592cc;
  margin-bottom: 24px;
}

.purchase__subtitle--margin {
  margin-top: 8px;
}

.purchase__helper-box {
  padding-left: 32px;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.purchase__helper-box p,
.purchase__helper-box span {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
  max-width: 630px;
  width: 100%;
}

.purchase__content--three .form__btn {
  width: 192px;
}

.purchase__content--three .form__input {
  width: 320px;
}

.purchase__content--one .form__box {
  margin-bottom: 24px;
}

.purchase__order-title {
  font-size: 24px;
  line-height: 28px;
  color: #3592cc;
  margin-bottom: 6px;
}

.purchase__order-num {
  font-size: 16px;
  line-height: 20px;
  color: #7d7d7d;
}

.purchase__order-items {
  margin-top: 24px;
}

.purchase__order-item {
  padding: 12px 15px;
  border-top: 1px solid rgba(196, 210, 219, 0.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.purchase__order-item:last-child {
  border-bottom: 1px solid rgba(196, 210, 219, 0.3);
}

.purchase__order-left {
  width: 380px;
}

.purchase__order-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 170px;
}

.purchase__order-products {
  font-size: 16px;
  line-height: 22px;
  color: #404242;
}

.purchase__order-helper .basket__price-box--full,
.purchase__order-helper .purchase__order-products {
  display: none;
}

.purchase__order-full {
  margin: 24px 0 48px 0;
  font-weight: 500;
  font-size: 22px;
  line-height: 20px;
  color: #404242;
}

.purchase__order-price {
  display: inline-block;
  margin-left: 35px;
}

.purchase__order-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.purchase__order-btns .link-blank {
  height: 32px;
  padding: 8px 25px;
}

.purchase__order-btns .link-blank--white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 35px;
  background-color: #fff;
  border: 1px solid #3281b5;
}

.purchase__order-btns .link-blank--white span {
  color: #3281b5;
  padding-right: 12px;
}

.form__item--max .form__input {
  width: 100%;
}

.custom__radio-btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom__radio-item .custom__radio-btn {
  margin-bottom: 6px;
}

.custom__radio-item .more {
  padding-left: 32px;
}

.custom__radio-item .more__text {
  font-size: 14px;
  line-height: 14px;
  color: #7d7d7d;
}

.custom__radio-item .more__text:hover {
  text-shadow: 0 0 0.75px #7d7d7d, 0 0 0.75px #7d7d7d;
}

.custom__radio-item .more__text::before,
.custom__radio-item .more__text::after {
  background-color: #7d7d7d;
  height: 8px;
  top: 4px;
}

.custom__radio-item .more__text::after {
  right: 3px;
}

.custom__radio-item + .custom__radio-item {
  margin-top: 18px;
}

.custom__radio-box {
  padding-left: 32px;
  margin-bottom: 6px;
  height: 40px;
  overflow: hidden;
  opacity: 0.6;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.custom__radio-box p,
.custom__radio-box span {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
  max-width: 630px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.opacity-full {
  opacity: 1;
}

.opacity-full ~ .more .more__text {
  color: #3592cc;
}

.opacity-full ~ .more .more__text:hover {
  text-shadow: 0 0 0.75px #3592cc, 0 0 0.75px #3592cc;
}

.opacity-full ~ .more .more__text::before,
.opacity-full ~ .more .more__text::after {
  background-color: #3592cc;
}

/* для элемента input c type="radio" */
.custom-radio {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-radio > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label связанного с .custom-radio */
.custom-radio > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента  before со следующими стилями */
.custom-radio > span::before {
  background-color: #fff;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #bcc0c2;
  border-radius: 50%;
  margin-right: 21px;
  background-repeat: no-repeat;
  background-position: center center;
  /*background-size: 8px 8px;*/
  position: absolute;
  left: 0;
}

/* стили для радиокнопки, находящейся в фокусе */
/* стили для радиокнопки, находящейся в состоянии checked */
.custom-radio > input:checked + span::before {
  border-color: #bcc0c2;
  background-color: #fff;
  background-image: url("/local/templates/Upfly/images/Ellipse 19.png");
}

.custom-radio > input:checked + span {
  color: #3592cc;
}

.filter__radio-text {
  font-weight: 500;
  font-size: 20px;
  line-height: 20px;
  color: #7d7d7d;
  padding-left: 32px;
}

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

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

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-single {
  position: relative;
  z-index: 10;
  padding: 66px 0;
  background: url("/local/templates/Upfly/images/about-single-backg-m.png") top
    center;
}

.about-single::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(255, 255, 255, 0.9);
}

.about-single .about__img {
  max-width: 585px;
  height: 300px;
  right: 180px;
  bottom: initial;
}

.catalog-lvl-one {
  padding: 36px 0 60px 0;
  background-color: #fff;
}

.catalog-lvl-one .wrapper-title .section-title__text {
  font-size: 42px;
  line-height: 36px;
  color: #4a718a;
}

.catalog-lvl-one .more__text {
  font-size: 16px;
  line-height: 16px;
}

.catalog-lvl-one .more__text::before,
.catalog-lvl-one .more__text::after {
  height: 9px;
  top: 5px;
}

.catalog-lvl-one .more__text::after {
  right: 2px;
}

.catalog-lvl-one__inner {
  margin-top: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}

.catalog-lvl-one__inner-list {
  width: 100%;
}

.catalog-lvl-one__inner-list .more {
  width: 100%;
}

.catalog-lvl-one__inner-list .more__text {
  color: #4a718a;
  font-size: 20px;
  line-height: 20px;
}

.catalog-lvl-one__inner-list .more__text:hover {
  text-shadow: 0 0 0.75px #4a718a, 0 0 0.75px #4a718a;
}

.catalog-lvl-one__inner-list .more__text::before,
.catalog-lvl-one__inner-list .more__text::after {
  background-color: #4a718a;
  top: 6px;
}

.catalog-lvl-one__inner-list .more__text::before {
  right: 8px;
}

.catalog-lvl-one__switches {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 30px;
}

.catalog-lvl-one__switch-left .custom-select {
  width: 250px;
}

.catalog-lvl-one__switch-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-lvl-one__switch-right .custom-select,
.catalog-lvl-one__switch-right .custom-select__items {
  width: 160px;
}

.catalog-lvl-one .switch__type {
  margin-left: 30px;
}

.catalog-lvl-one .switch__type-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.catalog-lvl-one .switch__type-short {
  cursor: pointer;
}

.catalog-lvl-one .switch__type-long {
  margin-left: 10px;
  cursor: pointer;
}

.catalog-lvl-one .switch__type-short--active svg rect,
.catalog-lvl-one .switch__type-long--active svg rect {
  fill: #4a718a;
}

.catalog-lvl-one__list-short {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.catalog-lvl-one__list-short .product__items {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.catalog-lvl-one__list-short .product__item {
  margin-bottom: 24px;
  margin-right: 12px;
}

.catalog-lvl-one__list-long {
  margin-bottom: 24px;
}

.custom__box--normal {
  opacity: 1;
  padding-left: 0;
  height: 81px;
}

.custom__box--normal b,.custom__box--normal strong {
  font-weight: 700;
}
.custom__box--normal h2 {
  font-size: 36px;
  line-height: 36px;
  color: #4a718a;
  margin-bottom: 12px;
}
.custom__box--normal h3 {
  font-size: 32px;
  line-height: 32px;
  color: #4a718a;
  margin-bottom: 12px;
}
.custom__box--normal h4 {
  font-size: 30px;
  line-height: 24px;
  color: #4a718a;
  margin-bottom: 12px;
}

.custom__box--normal h5 {
  font-weight: 300;
  font-size: 26px;
  line-height: 24px;
  color: #666f75;
  margin-bottom: 12px;
}
.custom__box--normal * {
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  font-weight: 400;
}
.custom__box--normal p {
  padding-top: 12px;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  max-width: 100%;
  /*max-width: 635px;*/
}

.custom__box--normal a {
  text-decoration: underline;
  color: #cc1717;
}

.custom__box--normal span {
  margin: 12px 0;
  font-size: 18px;
  line-height: 24px;
  color: #505050;
  display: block;
  position: relative;
}

.custom__box--normal ul {
  max-width: 730px;
  width: 100%;
  padding-bottom: 6px;
  margin-top: 12px;
}

.custom__box--normal ul li {
  padding-left: 60px;
  margin: 0;
}

.custom__box--normal ul li {
  margin: 0;
  position: relative;
}

.custom__box--normal ul li::before {
  content: "";
  position: absolute;
  left: 30px;
  top: 6px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 8px solid #cc1717;
  border-bottom: 5px solid transparent;
}

.custom__box--normal ul li + li {
  margin-top: 8px;
}

.custom__box--normal ol {
  padding: 0;
  max-width: 730px;
  width: 100%;
  list-style-type: none;
  counter-reset: num;
}

.custom__box--normal ol span {
  margin-bottom: 0;
}

.custom__box--normal ol li {
  padding-left: 60px;
  position: relative;
}

.custom__box--normal ol li:before {
  content: counter(num);
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: 32px;
  width: 20px;
  color: #cc1717;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
}
.subcategories {
  max-width: 280px;
  width: 100%;
  height: auto;
  padding-top: 30px;
  margin-right: 10px;
}

.subcategories__all {
  font-size: 18px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4a718a;
  margin-top: 20px;
}

.subcategories__items {
  margin-top: 20px;
}

.subcategories__item {
  padding: 10px 12px 0px 12px;
}

.subcategories__item--active {
  background-color: #f3f7f9;
}

.subcategories__item--active .subcategories__link {
  color: #285c7e;
  text-shadow: 0 0 0.95px #285c7e, 0 0 0.95px #285c7e;
}

.subcategories__item--active .subcategories__btn .arr-helper::before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.subcategories__item--active .subcategories__btn .arr-helper::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.subcategories__item + .subcategories__item {
  margin-top: 9px;
}

.subcategories__title {
  position: relative;
}

.subcategories__link {
  font-size: 18px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #4a718a;
  max-width: 230px;
  width: 100%;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.subcategories__link:hover {
  color: #3281b5;
}

.subcategories__sublink {
  padding-left: 32px;
  font-size: 16px;
  line-height: 16px;
  max-width: 250px;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.subcategories__sublink span {
  color: #4a718a;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.subcategories__sublink:hover span {
  color: #cc1717;
}

.subcategories__sublink:hover::before {
  background-color: #cc1717;
}

.subcategories__sublink--active span {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #cc1717;
}

.subcategories__sublink--active .subcategories__cat-num {
  text-decoration: none !important;
}

.subcategories__sublink--active::before {
  background-color: #cc1717;
}

.subcategories__sublink::before {
  content: "";
  position: absolute;
  top: 7px;
  left: 8px;
  width: 12px;
  height: 1px;
  background-color: #4a718a;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.subcategories__sublink.subcategories__sublink--active::before {
  background-color: #cc1717;
}

.subcategories__content {
  padding: 9px 0;
  display: none;
}

.subcategories__content ul li + li {
  margin-top: 12px;
}

.subcategories .arr-helper--right:hover .arr-helper::before,
.subcategories .arr-helper--right:hover .arr-helper::after {
  background-color: #3281b5;
}

.subcategories .arr-helper--right .arr-helper::before,
.subcategories .arr-helper--right .arr-helper::after {
  background-color: #285c7e;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.subcategories .arr-helper--right .arr-helper::before {
  right: 10px;
}

.subcategories .arr-helper--right .arr-helper::after {
  right: 4px;
}

.subcategories-mob,
.mob-cat {
  display: none;
}

.overlay-hidden {
  overflow-y: hidden;
}

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 18px;
}

.pagination__arr-left {
  cursor: default;
}

.pagination__helper {
  margin-left: -5px;
}

.pagination__arr-right {
  cursor: default;
}

.pagination__arr-right a {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination__arr-left .pagination__arr-double {
  margin-right: 3px;
}

.pagination__arr-double {
  margin-left: 3px;
}

.pagination__arr--active svg path {
  opacity: 1;
}

.pagination__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination__item:first-child {
  padding-left: 24px;
}

.pagination__item:last-child {
  padding-right: 24px;
}

.pagination__item + .pagination__item {
  padding-left: 12px;
}

.pagination__link,
.pagination__dots {
  font-size: 17px;
  line-height: 17px;
  color: #4a718a;
  font-weight: 400;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.pagination__link:hover {
  color: #cc1717;
}

.pagination__link--active {
  color: #cc1717;
  text-decoration: underline;
  pointer-events: none;
}

.popup-hint {
  z-index: 10;
}

.product-long__item {
  border-top: 1px solid rgba(196, 210, 219, 0.3);
  padding: 24px 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  position: relative;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.product-long__item:hover {
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
}

.product-long__item--disabled .product-long__left,
.product-long__item--disabled .product__like,
.product-long__item--disabled .product__title-link,
.product-long__item--disabled .single-product__properties,
.product-long__item--disabled .product__price-box {
  opacity: 0.3 !important;
}

.product-long__item .product__like {
  z-index: 1;
  opacity: 1;
  visibility: visible;
  right: 18px;
  top: 24px;
}

.product-long__item .product__box {
  width: 235px;
}

.product-long__item .basket__btns-delete a {
  width: 100%;
  text-align: center;
}

.product-long__item:hover .favorite__delete a {
  opacity: 1;
  visibility: visible;
}

.product-long__item:hover .favorite__repair {
  width: 100%;
}

.product-long__item:hover .favorite__repair .repair-button {
  opacity: 1;
  visibility: visible;
}

.product-long__item:hover:not(.product-long__item--unavailable)
  .product__label-long {
  position: static !important;
  z-index: 1;
  opacity: 1 !important;
  visibility: visible !important;
}

.product-long__item:hover:not(.product-long__item--unavailable)
  .product__label {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.product-long__item:last-child {
  border-bottom: 1px solid rgba(196, 210, 219, 0.3);
}

.product-long__item--unavailable .product__label-long {
  opacity: 1 !important;
  visibility: visible;
  z-index: 1;
}

.product-long__item--unavailable .product__cart {
  padding: 8px 20px;
}

.product-long__item--unavailable:hover .product-long__img,
.product-long__item--unavailable:hover .product__title-link,
.product-long__item--unavailable:hover .single-product__properties,
.product-long__item--unavailable:hover .product__price-box {
  opacity: 1;
}

.product-long__item--unavailable .product-long__img,
.product-long__item--unavailable .product__title-link,
.product-long__item--unavailable .single-product__properties,
.product-long__item--unavailable .product__price-box {
  opacity: 0.4;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.product-long__item--unavailable .product__title-link {
  -webkit-transition: color 0.3s linear, opacity 0.3s linear;
  -o-transition: color 0.3s linear, opacity 0.3s linear;
  transition: color 0.3s linear, opacity 0.3s linear;
}

.product-long__left {
  max-width: 160px;
  width: 100%;
  margin-right: 12px;
  position: relative;
}

.product-long__img {
  max-width: 100%;
  height: 174px;
}

.product-long__right {
  width: 100%;
}

.product-long__right .product__title-link {
  max-width: 560px;
  height: 40px;
  overflow: hidden;
  margin-bottom: 18px;
}

.product-long__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.product-long__info .single-product__properties {
  margin-bottom: 0;
}

.product-long__info .anchor-link__single {
  margin-top: 12px;
}

.product-long__info .amount {
  margin-right: 12px;
}

.product-long__info .product__cart svg {
  display: none;
}

.ss-scroll {
  background: rgba(64, 71, 89, 0.2);
  -webkit-transition: background 0.3s linear, opacity 0.3s linear;
  -o-transition: background 0.3s linear, opacity 0.3s linear;
  transition: background 0.3s linear, opacity 0.3s linear;
}

.ss-scroll:hover {
  background: rgba(64, 71, 89, 0.5);
}

.filter {
  margin-top: 25px;
}

.filter__content-helper {
  height: 100% !important;
  max-height: 200px !important;
}

.filter__title-box {
  margin-bottom: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__title {
  padding: 0 0px 0 15px;
  font-size: 24px;
  line-height: 24px;
  color: #1b2540;
}

.filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
}

.filter__item-wrapper {
  position: relative;
  width: 260px;
  height: 65px;
  margin-bottom: 12px;
  margin-right: 24px;
}
..filter__item-wrapper:nth-child(4n+4) {
  margin-right: 0;
}

.filter__item {
  background-color: #fff;
  width: 260px;
  overflow: hidden;
  height: 65px;
  -webkit-box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.08);
  padding: 12px;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 30;
}

.filter__item--active {
  height: auto;
  max-height: 290px;
  z-index: 50;
}

.filter .filter__item--active.filter__item--price {
  height: 150px;
}

.filter__item-title {
  margin-bottom: 8px;
  position: relative;
  height: 18px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

.filter__item-title .arr-helper::before,
.filter__item-title .arr-helper::after {
  background-color: #4a718a;
  height: 11px;
  width: 1px;
}

.filter__item-title .arr-helper::before {
  right: 14px;
  top: 5px;
}

.filter__item-title .arr-helper::after {
  right: 6px;
  top: 5px;
}

.filter__item-title--active .filter__item-name {
  color: #cc1717;
}

.filter__item-title--active .arr-helper::before,
.filter__item-title--active .arr-helper::after {
  background-color: #cc1717;
}

.filter__item-title--active .arr-helper::before {
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
}

.filter__item-title--active .arr-helper::after {
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.filter__content {
  padding: 10px 0px 0px 0px;
}

.filter__content-items {
  height: 200px;
  overflow-y: auto;
}

.filter__checkbox-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  line-height: 16px;
  color: #404242;
  opacity: 0.8;
}

.filter__circle {
  width: 20px;
  height: 20px;
  background-color: #cc1717;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.filter__circle--active {
  opacity: 1;
  visibility: visible;
}

.filter__circle-value {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  line-height: 15px;
}

.filter__checkbox-item {
  max-width: 225px;
  width: 100%;
}

.filter__checkbox-item--unavailable {
  opacity: 0.3;
  pointer-events: none;
}

.filter__checkbox-item + .filter__checkbox-item {
  margin-top: 6px;
}

.filter__checkbox-num {
  padding-left: 12px;
  opacity: 0.5;
  font-weight: 300;
  font-size: 16px;
  color: #404242;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.filter__item-name {
  font-size: 17px;
  line-height: 16px;
  color: #4a718a;
  max-width: 185px;
  padding-right: 15px;
  width: 100%;
}

.filter__first-value {
  font-size: 18px;
  line-height: 18px;
  color: #1b2540;
  max-width: 217px;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  height: 20px;
}

.filter__first-value--price {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.filter__first-value--active {
  opacity: 1;
  visibility: visible;
}

.filter__price-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 12px;
}

.filter__price-wrapper::before {
  content: "";
  width: 9px;
  height: 1px;
  background-color: #404242;
  position: absolute;
  top: 50%;
  left: 40%;
}

.filter__price-text {
  font-size: 16px;
  line-height: 16px;
  color: #404242;
  display: block;
  margin-left: 8px;
}

.filter__price-min,
.filter__price-max {
  width: 88px;
  height: 33px;
  padding: 8px 10px 8px 8px;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  border: 1px solid #c4c4c4;
  font-weight: 300;
  font-size: 16px;
  line-height: 16px;
  color:#6e6e6a;
}

.filter__price-min:focus,
.filter__price-max:focus {
  outline: none;
}

.filter__price-min::-webkit-input-placeholder,
.filter__price-max::-webkit-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.filter__price-min::-moz-placeholder,
.filter__price-max::-moz-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.filter__price-min:-ms-input-placeholder,
.filter__price-max:-ms-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.filter__price-min::-ms-input-placeholder,
.filter__price-max::-ms-input-placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.filter__price-min::placeholder,
.filter__price-max::placeholder {
  color: rgba(64, 66, 66, 0.5);
}

.filter__price-max {
  margin-left: 20px;
}

.filter__range-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4px;
}

.filter__range-num {
  font-weight: 300;
  font-size: 14px;
  line-height: 16px;
  color: #404242;
}

.filter .account__wait-clear {
  margin-top: 10px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.filter .account__wait-clear span {
  font-size: 16px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #666f75;
  margin-left: 6px;
}

.filter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 6px;
}

.filter__btn-reset {
  margin-right: 30px;
}
.filter__btns .filter__btn-reset {
  display: none;
}
.filter__title-box .filter__btn-reset {
  margin-right: 0;
  margin-left: 30px;
}
.filter__btn-reset span {
  font-size: 18px;
  line-height: 20px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  color: #666f75;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.filter__btn-reset span:hover {
  color: #4f6675;
}

.filter__btn-apply {
  -webkit-box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 12px rgba(55, 0, 0, 0.08);
  padding: 12px 25px;
}

.filter__btn-apply:hover span {
  color: #3592cc;
}

.filter__btn-apply:hover svg path {
  fill: #3592cc;
}

.filter__btn-apply svg path {
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.filter__btn-apply span {
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  color: #4a718a;
  padding-right: 18px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.irs--flat {
  width: 100%;
  max-width: 358px;
  margin-top: -15px;
}

.irs--flat .irs-from,
.irs--flat .irs-to,
.irs--flat .irs-single {
  display: none;
}

.irs--flat .irs-min,
.irs--flat .irs-max {
  display: none;
  top: 55px;
  padding: 0px;
  color: #000;
  font-size: 14px;
  line-height: 17px;
  text-decoration: underline;
  text-shadow: none;
  font-family: "Barlow", sans-serif;
  background-color: transparent;
  border-radius: 0px;
  visibility: visible !important;
  padding-left: 27px;
}

.irs-min::before,
.irs-max::before {
  display: none;
  position: absolute;
  left: 0;
  font-size: 14px;
  line-height: 17px;
  color: #c4c4c4;
}

.irs--flat .irs-line {
  top: 25px;
  height: 5px;
  background-color: #dee2e4;
  border-radius: 2px;
}

.irs--flat .irs-bar {
  top: 25px;
  height: 5px;
  background-color: #4a718a;
  border-radius: 2px;
}

.irs--flat .irs-handle {
  cursor: move;
  cursor: grab;
  cursor: -webkit-grab;
  top: 19px;
  width: 15px;
  height: 15px;
  background-color: #4a718a;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s linear;
  -o-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
}

.irs--flat .irs-handle:hover {
  background-color: #cc1717;
}

.irs--flat .irs-handle > i:first-child,
.irs--flat .irs-handle.state_hover > i:first-child,
.irs--flat .irs-handle:hover > i:first-child {
  background-color: transparent;
}

/* для элемента input c type="checkbox" */
.custom-checkbox {
  cursor: pointer;
  width: 100%;
}

.custom-checkbox > input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

/* для элемента label, связанного с .custom-checkbox */
.custom-checkbox > span {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* создание в label псевдоэлемента before со следующими стилями */
.custom-checkbox > span::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 23px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #c4c4c4;
  background-color: #fff;
  border-radius: 5px;
  margin-right: 12px;
  background-repeat: no-repeat;
  background-size: 60% 60%;
  background-position: center center;
}

.filter__checkbox.checked + span > .filter__checkbox-name {
  opacity: 1;
}

.filter__checkbox.checked + span > .filter__checkbox-num {
  opacity: 0.8;
}

.filter__checkbox.checked + span::before {
  border-color: #c4c4c4;
  background-color: #fff;
  background-image: url("/local/templates/Upfly/images/checkbox-helper.png");
}

.arr-helper--circle::before {
  -webkit-transform: rotate(-46deg) !important;
  -ms-transform: rotate(-46deg) !important;
  transform: rotate(-46deg) !important;
}

.arr-helper--circle::after {
  -webkit-transform: rotate(46deg) !important;
  -ms-transform: rotate(46deg) !important;
  transform: rotate(46deg) !important;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}
.filter-mob .mob-cat__prev,.filter-mob .section-title {
  display: none;
}
.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.contacts {
  background-color: #fff;
}

.contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.contacts__items {
  max-width: 350px;
  width: 100%;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 24px 0;
  border-top: 1px solid rgba(196, 210, 219, 0.3);
}

.contacts__item:last-child {
  border-bottom: 1px solid rgba(196, 210, 219, 0.3);
}

.contacts__map {
  border-radius: 5px;
  max-width: 730px;
  height: 435px;
  margin-left: 30px;
}

.contacts__title {
  font-size: 24px;
  line-height: 23px;
  color: #3281b5;
  display: block;
  margin-bottom: 24px;
}

.contacts__link {
  font-size: 18px;
  line-height: 23px;
  color: #4a718a;
  max-width: 318px;
  font-weight: 400;
}

.contacts__link + .contacts__link {
  margin-top: 6px;
}

.contacts__hours {
  font-weight: 300;
  opacity: 0.7;
}

.contacts-form {
  padding-top: 120px;
  background-color: #fff;
}

.contacts-form .form-main {
  padding-bottom: 60px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account-main {
  background-color: #fff;
  padding-bottom: 60px;
}

.account-main__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}

.account-main .col-xl-6 {
  padding-left: 0;
  padding-right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.account-main__item {
  margin-bottom: 6px;
  border: 1px solid rgba(196, 210, 219, 0.3);
  padding: 18px;
  width: 550px;
  -webkit-transition: border 0.3s linear;
  -o-transition: border 0.3s linear;
  transition: border 0.3s linear;
}

.account-main__item:hover {
  border: 1px solid #c4d2db;
}

.account-main__title-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 24px;
}

.account-main__title-box a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account-main__title {
  font-size: 24px;
  line-height: 23px;
  color: #3281b5;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.account-main__title:hover {
  color: #cc1717;
}

.account-main__info {
  height: 80px;
  margin-bottom: 2px;
  overflow: hidden;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.account-main__text {
  font-size: 18px;
  line-height: 23px;
  color: #4a718a;
}

.account-main__text--margin {
  margin-right: 24px;
}

.account-main__link {
  display: inline-block;
  font-size: 18px;
  line-height: 23px;
  color: #3592cc;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.3s linear;
  transition: -webkit-text-decoration-color 0.3s linear;
  -o-transition: text-decoration-color 0.3s linear;
  transition: text-decoration-color 0.3s linear;
  transition: text-decoration-color 0.3s linear,
    -webkit-text-decoration-color 0.3s linear;
}

.account-main__link:hover:not(.account-main__link--all) {
  -webkit-text-decoration-color: #3592cc;
  text-decoration-color: #3592cc;
}

.account-main__link--all {
  font-size: 16px;
}

.account-main__link + .account-main__link {
  margin-top: 6px;
}

.account-main .link-box {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.account-main .link-blank:hover {
  background-color: #3592cc;
}

.account-main .link-blank:hover span {
  color: #fff;
}

.account-main .link-blank:hover span::before,
.account-main .link-blank:hover span::after {
  background-color: #fff;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account-main__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.account-main__tabs {
  margin-right: 65px;
  max-width: 185px;
  width: 100%;
}

.account-main__tabs-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

.account-main__tabs-title span {
  font-size: 22px;
  line-height: 22px;
  color: #4a718a;
  display: block;
  margin-left: 12px;
}

.account-main__tab {
  font-size: 18px;
  line-height: 18px;
  color: #4a718a;
  padding-left: 30px;
  position: relative;
}

.account-main__tab::before {
  content: "";
  position: absolute;
  left: 12px;
  top: 7px;
  width: 12px;
  height: 2px;
  background-color: #4a718a;
}

.account-main__tab--active {
  font-weight: 500;
}

.account-main__tab + .account-main__tab {
  margin-top: 12px;
}

.account-main__content-title {
  font-size: 30px;
  line-height: 30px;
  color: #3592cc;
  margin-bottom: 24px;
  font-weight: 400;
}

.account__form {
  max-width: 730px;
  width: 100%;
}

.account__form .form__btn-box {
  margin-top: 30px;
}

.account__form .form__btn-change,
.account__form .form__btn-save {
  background: #ffffff;
  border: 1px solid #3281b5;
  border-radius: 18px;
  padding: 9px 30px;
  height: 32px;
  font-size: 16px;
  line-height: 14px;
  color: #3281b5;
}

.account__form .form__btn-save {
  background: rgba(50, 129, 181, 0.6);
  border: none;
  padding: 9px 18px;
  color: #fff;
  margin-left: 18px;
}

.account__form .form__btn-save span {
  padding-right: 18px;
}

.account__form .form__box {
  margin-bottom: 0;
  margin-top: 24px;
}

.account__form .form__item {
  position: relative;
  z-index: 10;
}

.account__form .form__input {
  padding: 0 26px 6px 6px;
}

.account__form .form__icon {
  position: absolute;
  right: 4px;
  bottom: 3px;
  z-index: 1;
}

.account__form .form__icon svg g {
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.account__form .form__input:focus ~ .form__icon svg g {
  opacity: 1;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.delivery {
  background-color: #fff;
}

.table-block--pb {
  padding-bottom: 60px;
}

.calc-delivery {
  padding-bottom: 120px;
  background-color: #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.calc-delivery__wrapper {
  max-width: 600px;
}

.calc-delivery__title {
  font-size: 32px;
  line-height: 24px;
  color: #4f6675;
  margin-bottom: 24px;
  font-weight: 400;
}

.calc-delivery__text {
  font-size: 18px;
  line-height: 24px;
  color: #a6aaad;
  margin-bottom: 36px;
  font-weight: 400;
  max-width: 540px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.catalog-articles {
  background-color: #fff;
  padding-bottom: 90px;
}

.catalog-articles__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.catalog-articles__item {
  padding: 18px 12px;
  margin-bottom: 30px;
  width: 350px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
}

.catalog-articles__item:hover {
  -webkit-box-shadow: 0px 3px 12px rgba(77, 31, 31, 0.13);
  box-shadow: 0px 3px 12px rgba(77, 31, 31, 0.13);
}

.catalog-articles__img {
  max-width: 325px;
  height: 205px;
  margin-bottom: 18px;
}

.catalog-articles__link {
  font-weight: 600;
  font-size: 23px;
  line-height: 26px;
  color: #212530;
  margin-bottom: 12px;
  overflow: hidden;
  height: 52px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.catalog-articles__link:hover {
  color: #3281b5;
}

.catalog-articles__text {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
  margin-bottom: 18px;
  overflow: hidden;
  height: 100px;
}

.catalog-articles__link-next {
  font-size: 16px;
  line-height: 20px;
  color: #212530;
  padding-right: 20px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.catalog-articles__link-next:hover {
  color: #3281b5;
}

.catalog-articles__link-next:hover .arr-helper::before,
.catalog-articles__link-next:hover .arr-helper::after {
  background-color: #3281b5;
}

.catalog-articles__link-next .arr-helper {
  position: relative;
}

.catalog-articles__link-next .arr-helper::before,
.catalog-articles__link-next .arr-helper::after {
  background-color: #212530;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.catalog-articles__link-next .arr-helper::before {
  right: -18px;
  -webkit-transform: rotate(46deg);
  -ms-transform: rotate(46deg);
  transform: rotate(46deg);
  top: 9px;
}

.catalog-articles__link-next .arr-helper::after {
  right: -18px;
  top: 3px;
  -webkit-transform: rotate(-46deg);
  -ms-transform: rotate(-46deg);
  transform: rotate(-46deg);
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.partners {
  background-color: #fff;
  padding-bottom: 120px;
  position: relative;
  z-index: 10;
}

.partners__img-helper {
  max-width: 550px;
  height: 820px;
  position: absolute;
  left: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.partners__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.partners__partner {
  max-width: 980px;
  width: 100%;
  padding: 18px 24px 18px 30px;
  border-radius: 2px;
  -webkit-transition: -webkit-box-shadow 0.3s linear;
  transition: -webkit-box-shadow 0.3s linear;
  -o-transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear;
  transition: box-shadow 0.3s linear, -webkit-box-shadow 0.3s linear;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.partners__partner:hover {
  -webkit-box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
  box-shadow: 2px 4px 19px rgba(55, 0, 0, 0.08);
}

.partners__partner + .partners__partner {
  margin-top: 6px;
}

.partners__img {
  max-width: 160px;
  height: 148px;
  margin-right: 30px;
}

.partners__info {
  position: relative;
}

.partners__info .arr-helper--right {
  right: -35px;
}

.partners__info .arr-helper--right:hover .arr-helper::before,
.partners__info .arr-helper--right:hover .arr-helper::after {
  background-color: #cc1717;
}

.partners__info .arr-helper {
  position: relative;
}

.partners__info .arr-helper::before,
.partners__info .arr-helper::after {
  background-color: #4a718a;
  width: 3px;
  height: 12px;
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.partners__info .arr-helper::before {
  right: 1px;
  top: -1px;
  -webkit-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  transform: rotate(40deg);
}

.partners__info .arr-helper::after {
  right: 1px;
  top: -9px;
  -webkit-transform: rotate(-40deg);
  -ms-transform: rotate(-40deg);
  transform: rotate(-40deg);
}

.partners__info a,
.partners__info span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #4a718a;
  margin-bottom: 8px;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.partners__info a:hover,
.partners__info span:hover {
  color: #cc1717;
}

.partners__info p {
  font-size: 16px;
  line-height: 20px;
  color: #666f75;
  height: 120px;
  overflow: hidden;
  max-width: 706px;
  width: 100%;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.about-us {
  background-color: #fff;
}

.license__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.license__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 1100px;
  position: relative;
  z-index: 10;
}

.license__slider .arr-helper--left,
.license__slider .arr-helper--right {
  left: -8px;
  z-index: 1;
}

.license__slider .arr-helper--left .arr-helper::before,
.license__slider .arr-helper--left .arr-helper::after,
.license__slider .arr-helper--right .arr-helper::before,
.license__slider .arr-helper--right .arr-helper::after {
  background-color: #3281b5;
  height: 16px;
  width: 3px;
}

.license__slider .arr-helper--left .arr-helper::before,
.license__slider .arr-helper--right .arr-helper::before {
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
  right: 12px;
  top: -4px;
}

.license__slider .arr-helper--left .arr-helper::after,
.license__slider .arr-helper--right .arr-helper::after {
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
  top: 7px;
}

.license__slider .arr-helper--left .shadow-helper--left,
.license__slider .arr-helper--left .shadow-helper--right,
.license__slider .arr-helper--right .shadow-helper--left,
.license__slider .arr-helper--right .shadow-helper--right {
  position: relative;
}

.license__slider .arr-helper--left .shadow-helper--left::before,
.license__slider .arr-helper--left .shadow-helper--right::before,
.license__slider .arr-helper--right .shadow-helper--left::before,
.license__slider .arr-helper--right .shadow-helper--right::before {
  content: "";
  position: absolute;
  left: -10px;
  top: -140px;
  z-index: -1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 280px;
  width: 60px;
  -webkit-box-shadow: 60px 0px 20px -20px #fff inset;
  box-shadow: 60px 0px 20px -20px #fff inset;
}

.license__slider .arr-helper--left .shadow-helper--right::before,
.license__slider .arr-helper--right .shadow-helper--right::before {
  -webkit-box-shadow: -60px 0px 20px -20px #fff inset;
  box-shadow: -60px 0px 20px -20px #fff inset;
  left: initial;
  right: -5px;
}

.license__slider .arr-helper--right {
  right: -12px;
  left: initial;
}

.license__slider .arr-helper--right .arr-helper::before {
  -webkit-transform: rotate(-43deg);
  -ms-transform: rotate(-43deg);
  transform: rotate(-43deg);
}

.license__slider .arr-helper--right .arr-helper::after {
  -webkit-transform: rotate(43deg);
  -ms-transform: rotate(43deg);
  transform: rotate(43deg);
}

.license__slide {
  width: 205px;
  height: 275px;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
}

.license__slide:hover {
  -webkit-filter: drop-shadow(2px 4px 19px rgba(55, 0, 0, 0.08));
  filter: drop-shadow(2px 4px 19px rgba(55, 0, 0, 0.08));
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account__content {
  width: 100%;
}

.account__orders {
  width: 790px;
}

.account__orders .purchase__order-items {
  margin-top: 30px;
}

.account__orders .purchase__order-helper {
  display: none;
}

.account__orders .purchase__order-item {
  padding: 18px 40px 18px 20px;
}

.account__orders .purchase__order-item .basket__img {
  max-width: 40px;
  height: 40px;
}

.account__orders .purchase__order-item .basket__link-box a {
  color: #4a718a;
  font-size: 17px;
}

.account__orders .purchase__order-item .basket__price {
  font-size: 18px;
  line-height: 20px;
  color: #4a718a;
}

.account__orders .purchase__order-products {
  color: #4a718a;
}

.account__order-show {
  font-size: 16px;
  line-height: 20px;
  color: #4a718a;
  margin-top: 18px;
}

.account__order-btns {
  margin-top: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__order-btns .link-blank--white:hover {
  background-color: #fff;
}

.account__order-btns .link-blank--white:hover span {
  color: #3281b5;
}

.account__order {
  padding: 22px 30px;
  border: 1px solid rgba(196, 210, 219, 0.3);
  width: 100%;
}

.account__order + .account__order {
  margin-top: 30px;
}

.account__order-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.account__order-line + .account__order-line {
  margin-top: 12px;
}

.account__order-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.account__order-title {
  font-weight: 500;
  font-size: 22px;
  line-height: 23px;
  color: #4a718a;
}

.account__order-subtitle {
  font-size: 18px;
  font-weight: 400;
}

.account__order-date {
  font-size: 14px;
  line-height: 16px;
  color: orange;
}
.account__order-date.done {
  color: green;
}
.account__order-date.wait {
  color: #cc1717;
}

.account__order-sum {
  font-size: 18px;
  font-weight: 400;
  display: block;
  margin-right: 18px;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

/*.account__wait--available .account__wait-status--unavailable {
    display: none;
}

.account__wait--unavailable .account__wait-status--available {
    display: none;
}*/

.account__wait-items {
  width: 730px;
}

.account__wait-items .purchase__order-item {
  padding: 18px 0;
}

.account__wait-items .purchase__order-item .basket__img {
  max-width: 40px;
  height: 40px;
  margin-right: 12px;
}

.account__wait-items .purchase__order-item .basket__link-box a {
  font-size: 16px;
  line-height: 20px;
  max-width: 240px;
  color: #4a718a;
}

.account__wait-items .purchase__order-item .basket__price {
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #4a718a;
}

.account__wait-items .purchase__order-item .product__cart {
  padding: 5px 15px;
  width: 82px;
  height: 22px;
}

.account__wait-items .purchase__order-item .product__cart span {
  font-size: 12px;
  line-height: 12px;
}

.account__wait-items .purchase__order-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 330px;
}

.account__wait-items .purchase__order-right {
  width: 385px;
}

.account__wait-status--available {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__wait-status--unavailable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.account__wait-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 170px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.account__wait-text {
  font-size: 15px;
  line-height: 22px;
  color: #a6aaad;
}

.account__wait-text--green {
  color: #4fb31a;
}

.account__wait-clear {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.account__wait-clear span {
  font-size: 16px;
  line-height: 22px;
  color: #4a718a;
  display: block;
  margin-left: 12px;
}

.account__clear-box {
  margin-top: 24px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.not-exist {
  padding-top: 24px;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  padding-bottom: 100px;
}

.not-exist__title {
  margin-top: 90px;
  font-weight: bold;
  font-size: 330px;
  line-height: 330px;
  margin-bottom: 50px;
  color: #fff;
}

.not-exist__subtitle {
  font-weight: 500;
  font-size: 42px;
  line-height: 36px;
  color: #ffffff;
  margin-bottom: 70px;
}

.not-exist .link-blank {
  width: 160px;
  background-color: #fff;
}

.not-exist .link-blank span {
  color: #cc1717;
}

.not-exist .link-blank span::before,
.not-exist .link-blank span::after {
  background-color: #cc1717;
}

.body-helper {
  position: relative;
  z-index: 10;
  background-image: url("/local/templates/Upfly/images/fire-2498795_1920 1 (1).png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.body-helper::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: rgba(40, 46, 63, 0.9);
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.favorite .wrapper-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.favorite__num {
  font-size: 18px;
  line-height: 20px;
  color: #666f75;
  display: block;
  margin-top: 12px;
}

.favorite .product__wrapper-helper {
  position: relative;
  z-index: 1;
  width: 255px !important;
  height: 403px;
  margin-bottom: 24px;
}

.favorite .product__wrapper-helper:hover {
  z-index: 4;
}

.favorite .product__item {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: height 0.3s linear, opacity 0.3s linear;
  -o-transition: height 0.3s linear, opacity 0.3s linear;
  transition: height 0.3s linear, opacity 0.3s linear;
}

.favorite .product__item--disabled .product__img-box,
.favorite .product__item--disabled .product__box-title,
.favorite .product__item--disabled .product__sale,
.favorite .product__item--disabled .product__box-hint {
  opacity: 0.3;
}

.favorite .product__item:hover {
  height: auto;
}

.favorite .product__item:hover .favorite__delete a {
  opacity: 1;
  visibility: visible;
}

.favorite .product__item:hover .repair-button {
  opacity: 1;
  visibility: visible;
}

.favorite .product__label {
  -webkit-transition: z-index 0.3s linear;
  -o-transition: z-index 0.3s linear;
  transition: z-index 0.3s linear;
}

.favorite__delete {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 15px;
}

.favorite__delete a {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.favorite__delete span {
  font-size: 16px;
  line-height: 14px;
  color: #3281b5;
}

.favorite__repair {
  width: 100%;
  margin-top: 15px;
}

.favorite__repair .repair-button {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s linear, visibility 0.3s linear;
  -o-transition: opacity 0.3s linear, visibility 0.3s linear;
  transition: opacity 0.3s linear, visibility 0.3s linear;
}

.favorite .subcategories {
  margin-right: 25px;
}

.favorite .subcategories__items {
  margin-top: 30px;
}

.favorite .subcategories__sublink {
  padding-left: 0;
  max-width: 100%;
  margin-bottom: 12px;
}

.favorite .subcategories__sublink span:not(.subcategories__cat-num) {
  max-width: 230px;
  width: 100%;
  display: block;
}

.favorite .subcategories__sublink::before {
  content: none;
}

.favorite .subcategories__sublink--active .subcategories__cat-num {
  color: #cc1717;
}

.favorite .subcategories__cat-num {
  font-size: 16px;
  line-height: 18px;
  color: rgba(74, 113, 138, 0.7);
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.favorite .product__like {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.favorite .product__like svg path {
  fill: #3592cc;
}

.catalog-lvl-one.favorite {
  padding: 0 0 60px 0;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.search-section .product__item {
  position: static;
}

.search-section .wrapper-title--left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.search-section__num {
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
  color: #666f75;
  margin-left: 24px;
}

.search-section__line .search {
  max-width: 100%;
}

.logo,
.search__product-img,
.banner-section__img,
.slider-img,
.benefits__icon,
.category-card__img,
.product__img-link,
.services__box-img,
.partners__box-img,
.catalog-main__icon,
.catalog-mob__icon,
.main-catalog__img,
.services-catalog__img,
.single-product .mini-slider__slide,
.single-product .big-slider__slide,
.text-block__img,
.single-service__img,
.catalog-sales__img,
.basket__img,
.product-long__img,
.contacts__map,
.catalog-articles__img,
.partners__img-helper,
.partners__img,
.license__slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
}

.about__img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  overflow: hidden;
  width: 100%;
}

.search__product-img img,
.banner-section__img img,
.slider-img img,
.category-card__img img,
.product__img-link img,
.services__box-img img,
.partners__box-img img,
.footer__logo img,
.catalog-main__icon img,
.catalog-mob__icon img,
.main-catalog__img img,
.services-catalog__img img,
.single-product .mini-slider__slide img,
.single-product .big-slider__slide img,
.single-service__img img,
.catalog-sales__img img,
.basket__img img,
.product-long__img img,
.contacts__map img,
.catalog-articles__img img,
.partners__img-helper img,
.partners__img img,
.license__slide img {
  max-width: none;
  height: 100%;
}

.logo img,
.benefits__icon img,
.about__img img,
.text-block__img img {
  max-width: 100%;
  height: auto;
}

.product__label,
.purchase__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}

p {
  margin: 0;
}

button {
  outline: none;
}

body {
  font-family: "Fira Sans Condensed", sans-serif;
  font-size: 18px;
  line-height: 22px;
  overflow-x: hidden;
  position: relative;
  background: #ecf1f4;
  background-repeat: no-repeat;
  background-size: cover;
}

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.account__detail {
  padding: 18px 30px;
  border: 1px solid rgba(196, 210, 219, 0.3);
}

.account__detail .purchase__order-btns .link-blank--white {
  margin-right: 0;
}

.account__detail-info {
  margin-bottom: 18px;
}

.account__detail-line {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  line-height: 23px;
  color: #4a718a;
}

.account__detail-line + .account__detail-line {
  margin-top: 6px;
}

.account__detail-label {
  display: block;
  width: 105px;
  margin-right: 35px;
}

.account__detail-text {
  font-weight: 300;
  opacity: 0.8;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.bx_catalog-compare-list,
.product__like .fav-delete,
.fav-delete {
  display: none !important;
}

div[data-entity="buttons-block"] {
  width: initial !important;
}

.pag-dots {
  padding: 12px;
}
.items-fav {
  margin-right: 25px;
}
.items-fav .subcategories__sublink {
  max-width: 100%;
  padding-left: 0;
  margin-bottom: 12px;
}

.items-fav .subcategories__sublink::before {
  content: none;
}
