body {
  width: 100%;
  overflow-x: hidden;
  font-family: 'Gotham Pro', sans-serif;
}
body, td, input, textarea, select, button {
    font-size: inherit;
}
.me-3 {
    margin-right: 1rem!important;
}
.grecaptcha-badge {
	display: none;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
  box-sizing: content-box;
}
.header__top-email a {
    font-weight: bold;
    color: #000000!important;
}

.accordion {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin: 24px 0;
}

.accordion__item {
    flex: 1 0 auto;
    width: 460px;
}

.accordion__button {
    text-align: start;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 12px;
    border: 2px solid #e31e24;
    background: transparent;
    cursor: pointer;
    transition: all 0.4s ease;
    color: #e31e24;
}

.accordion__caption {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 500;
    line-height: 1.4!important;
    color: #e31e24;
}

.accordion__icon {
    flex: 0 0 auto;
    width: 16px;
    fill: currentColor;
    color: inherit;
    transform: rotate(-90deg);
    transition: all 0.4s ease;
}

.accordion__descr {
    padding: 16px;
    border: 2px solid #1c1b17;
    border-top: none;
    display: none;
    line-height: 1.45;
}

.accordion__button:hover,.accordion__button--active {
    background: #e31e24;
    color: white;
}

.accordion__button--active .accordion__icon {
    transform: rotate(0);
}

.accordion__descr--active {
    display: block;
}

.accordion__descr p {
    color: #1c1b17;
}

.accordion__descr * {
    line-height: 145%;
}

.accordion__button:hover .accordion__caption,
.accordion__button--active .accordion__caption {
    -webkit-line-clamp: unset;
    background-color: transparent;
    color: white;
}

@media (min-width: 1399px) {
	.header__top-links .header__top-link:first-of-type {
	    margin-left: 18px;
	}
}

@media (min-width: 992px) {
  .container {
    padding: 0 25px;
  }
}

@media (max-width: 991px) {
  .container {
    box-sizing: border-box;
  }
}
@media (max-width: 1399px) {
    .header__top-link {
        margin-right: 6px;
        font-size: 14px;
    }
}
.d-flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

a {
  color: #E31E24;
}

p {
  color: #8B8B8B;
}

img {
  max-width: 100%;
  height: auto;
}

.title-bl {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  text-transform: uppercase;
  color: #1C1B17;
  margin-top: 0;
}

@media (min-width: 992px) {
  .title-bl {
    font-size: 28px;
  }
}

@media (min-width: 1199px) {
  .title-bl {
    font-size: 36px;
  }
}

.title-bl span {
  color: #E31E24;
}

.text-block p {
  margin-top: 0;
  font-size: 16px;
  line-height: 20px;
  color: #1C1B17;
}

.hid {
  display: none;
}

/* owl carousel */
.owl-stage-outer {
  overflow: hidden;
}

.owl-item {
  display: inline-block;
  vertical-align: top;
}

.owl-nav.disabled {
  display: none;
}

.owl-nav.disabled {
  display: none;
}

.owl-dots {
  text-align: center;
  padding-bottom: 13px;
  padding-top: 13px;
}

.owl-dots button {
  width: 43px;
  height: 3px;
  background: rgba(28, 27, 23, 0.3);
  border: 0;
  outline: none;
  display: inline-block;
  margin-right: 9px;
  border-radius: 50px;
}

.owl-dots button:last-child {
  margin-right: 0;
}

@media (min-width: 1199px) {
  .owl-dots button {
    width: 60px;
    height: 4px;
  }
}

.owl-dots button.active {
  background: #1C1B17;
}

.owl-nav button {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  outline: none;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  border: 0;
  background: #C4C4C4;
  padding: 0;
}

@media (min-width: 992px) {
  .owl-nav button {
    width: 50px;
    height: 50px;
  }
}

.owl-nav button svg {
  width: 5px;
  height: auto;
}

@media (min-width: 992px) {
  .owl-nav button svg {
    width: 9px;
  }
}

.owl-nav button.disabled {
  opacity: 0.5;
}

.owl-nav button.disabled:hover {
  opacity: 0.5;
  background: #C4C4C4;
}

.owl-nav button:hover {
  background: #6A6A6A;
  transition: 0.5s;
}

.slider-page-1 .owl-nav .owl-prev:hover,
.slider-page-1 .owl-nav .owl-newxt:hover {
  background: #6A6A6A;
}

.dots-6 .owl-dots button {
  width: 12%;
}

.dots-7 .owl-dots button {
  width: 10%;
}

.dots-8 .owl-dots button {
  width: 8%;
}

.dots-9 .owl-dots button,
.dots-10 .owl-dots button {
  width: 6%;
}

.popup {
  display: none;
}

.mobile-991 {
  display: none;
}

@media (min-width: 992px) {
  .mobile-991 {
    display: block;
  }
}

.mobile-1199 {
  display: none;
}

@media (min-width: 1199px) {
  .mobile-1199 {
    display: block;
  }
}

@media (min-width: 1199px) {
  .mobile-hid {
    display: none;
  }
}

/* header */
@media (max-width: 991px) {
  body.mobile .header__m {
    display: none;
  }
  body.mobile header {
    z-index: 7;
  }
}

body.open header {
  z-index: 1;
}

.header {
  z-index: 0;
  background: none;
  padding-top: 0;
}

.header-wrap {
  height: 201px;
}

@media (max-width: 991px) {
  .header-wrap {
    height: 228px;
  }
}

@media (max-width: 991px) {
  body.mobile .header-wrap {
    height: 46px;
  }
}

.scroll .header {
  z-index: 20;
}

/*
.scroll.mobile .header {
    z-index: 0;
}*/
.header:before {
  display: none;
}

.header-cart.empty {
  opacity: 1;
}

.header-cart.empty .total {
  background: #8B8B8B;
}

.cart-small a, .favorite a {
  font-size: 0;
}

.header-cart a {
  position: unset;
}

.header-cart {
  width: auto;
  height: auto;
  margin: 0;
}

header .shop-cart {
  width: auto;
  text-align: center;
}

@media (max-width: 991px) {
  .favorite, .cart-small {
    width: 25px;
    height: 25px;
  }
}

.header__top {
  border-bottom: 1px solid #E4E4E4;
  padding: 10px 0;
}

@media (min-width: 992px) {
  .header__top {
    padding: 10px 0 13px;
  }
}

.header__top.fixed {
  background: #FFFFFF;
  position: fixed;
  width: 100%;
  z-index: 15;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border: 0;
}

.header__top .d-flex {
  align-items: center;
}

.header__top-icons {
  align-items: center;
  max-width: 92px;
  width: 100%;
}

@media (min-width: 992px) {
  .header__top-icons {
    display: none;
  }
}

@media (min-width: 992px) {
  .header__top .hamburger {
    display: none;
  }
}

.header__top-right {
  max-width: 100%;
  width: calc(100% - 60px);
}

@media (min-width: 420px) {
  .header__top-right {
    width: calc(100% - 100px);
  }
}

@media (min-width: 992px) {
  .header__top-right {
    width: calc(100% - 600px);
  }
}

@media (min-width: 1100px) {
  .header__top-right {
    max-width: 477px;
    width: 100%;
  }
}

.header__top-messagers {
  max-width: 118px;
  justify-content: flex-end;
  width: 100%;
}

@media (min-width: 991px) {
  .header__top-messagers {
    justify-content: flex-start;
  }
}

@media (min-width: 1100px) {
  .header__top-messagers {
    max-width: 225px;
  }
}

.header__top-messagers .label,
.header__top-messagers .whatsapp,
.header__top-messagers .telegram-tooltip {
  margin-right: 15px;
}

.header__top-messagers .whatsapp {
	animation: impulseSocial ease-in-out 3s infinite;
}

.header__top-messagers .max {
	animation: impulseSocial ease-in-out 3s infinite;
}

.header__top-messagers .whatsapp + a {
    animation: impulseSocial ease-in-out 3s infinite 1.5s;
}

.header__top-messagers .label {
  display: none;
}

@media (min-width: 1100px) {
  .header__top-messagers .label {
    display: block;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.header__top-link {
  font-size: 13px;
  line-height: 130%;
  text-decoration: none;
  color: #8B8B8B;
  margin-right: 10px;
  font-weight: 500;
}

.header__top-link:last-child {
  margin-right: 0;
}

.header__top-link:hover {
  color: #AD0005;
  transition: 0.5s;
}

.header__top-link:active {
  color: #1C1B17;
  transition: 0.5s;
}

@media (min-width: 1199px) {
  /*.header__top-link {
    margin-right: 20px;
    font-size: 15px;
  }*/
}

@media (min-width: 1300px) {
  .header__top-link {
    margin-right: 20px;
  }
}

.header__top-first {
  color: #E31E24;
}

.header__top-first svg {
  margin-left: 4px;
}

.header__m {
  padding: 20px 0;
}

@media (min-width: 992px) {
  .header__m {
    padding: 29px 0;
  }
}

.header__m .logo img {
  width: 76px;
  height: auto;
}

@media (min-width: 992px) {
  .header__m .logo img {
    width: 97px;
  }
}

.header__m-main {
  align-items: center;
}

.header .header__contacts {
  width: 100%;
  max-width: 174px;
}

@media (min-width: 992px) {
  .header .header__contacts {
    max-width: 205px;
  }
}

.header .header__contacts-label {
  font-size: 12px;
  line-height: 130%;
  margin-top: 0;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .header .header__contacts-label {
    font-size: 14px;
    margin-bottom: 3px;
  }
}

.header .header__phone-bl {
  position: relative;
}

.header .header__phone-link {
  margin-bottom: 4px;
}

@media (min-width: 992px) {
  .header .header__phone-link {
    margin-bottom: 3px;
  }
}

.header .header__phone-link .open-arrow {
  position: relative;
  top: -2px;
}

.header__form {
  margin-top: 20px;
}

@media (min-width: 992px) {
  .header__form {
    display: none;
  }
}

.header__mid-form {
  margin-left: 20px;
}

@media (min-width: 992px) {
  .header__mid {
    display: flex;
    align-items: flex-start;
    max-width: 402px;
    width: 100%;
  }
}

@media (min-width: 1250px) {
  .header__mid {
    max-width: 500px;
    margin-top: -7px;
    margin-left: 39px;
  }
}

@media (min-width: 1360px) {
  .header__mid {
    max-width: 688px;
    margin-top: -7px;
    margin-left: 39px;
  }
}

@media (min-width: 992px) {
  .header__mid-icons {
    display: flex;
    width: 106px;
  }
}

@media (min-width: 1199px) {
  .header__mid-icons {
    width: 206px;
    margin-right: 18px;
  }
  .header__mid-icons span {
    font-size: 16px;
    line-height: 130%;
    color: #8B8B8B;
    padding-top: 18px;
  }
  .header__mid-icons > div {
    text-align: center;
  }
}

.header__mid-icons > div {
  line-height: 1;
}

.header__m.float-bl {
  position: fixed;
  top: 0;
  z-index: 20;
  opacity: 1;
  width: 100%;
  background: #FFFFFF;
  height: 85px;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  padding: 15px 0;
  box-sizing: border-box;
  animation: topbox 0.5s ease-in-out;
}

.header__m.float-bl .logo,
.header__m.float-bl .search-form .searchform-text,
.header__m.float-bl .header__mid-icons span.mobile-1199,
.header__m.float-bl .header__contacts-label {
  display: none;
}

.header__m.float-bl .header__phone-link,
.header__m.float-bl .header__phone-cbl-bl {
  margin-bottom: 0;
}

.header__m.float-bl .header__mid {
  margin-top: 0;
  margin-left: 0;
}

.header__m.float-bl .header__mid-icons {
  width: 130px;
  margin-right: 0;
}

@media (max-width: 1199px) {
  .header__m.float-bl .header__mid-icons {
    width: 113px;
  }
}

.header__m.float-bl .cart-small .total,
.header__m.float-bl .favorite .msfavorites-total {
  top: 20px;
  right: -4px;
}

@media (max-width: 991px) {
  .header__m.float-bl {
    position: relative;
  }
}

@media (max-width: 991px) {
  .header__top.float-bl {
    position: fixed;
    top: 0;
    z-index: 20;
    opacity: 1;
    width: 100%;
    background: #FFFFFF;
    height: 48px;
    box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
    animation: topbox 0.5s ease-in-out;
  }
}

body.mobile .header__m.float-bl {
  z-index: 0;
}

@keyframes topbox {
  from {
    top: -80px;
  }
  to {
    top: 0;
  }
}

@keyframes impulseSocial {
    0% {
	    transform: rotate(0);
	}
	10% {
	    transform: rotate(24deg);
	}
	11% {
	    transform: rotate(24deg);
	}
	21% {
	    transform: rotate(0);
	}
	33% {
	    transform: rotate(24deg);
	}
	34% {
	    transform: rotate(24deg);
	}
	44% {
	    transform: rotate(0);
	}
}

/* gamburger menu */
.header__hamburger {
  width: 26px;
}

@media (min-width: 992px) {
  .header__hamburger {
    display: none;
  }
}

.hamburger {
  padding: 0;
  cursor: pointer;
  transition-property: opacity, filter;
  transition-duration: 0.15s;
  transition-timing-function: linear;
  border: 0;
  margin: 0;
  overflow: visible;
  position: relative;
  width: 26px;
  height: 20px;
  box-sizing: border-box;
}

.hamburger:hover {
  opacity: 0.7;
}

.hamburger.is-active:hover {
  opacity: 0.7;
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #1C1B17;
}

.hamburger.is-active {
  z-index: 501;
  padding: 0;
  position: fixed;
  top: 15px;
}

.hamburger-box {
  width: 26px;
  height: 20px;
  display: inline-block;
  position: relative;
}

.hamburger-inner {
  display: block;
}

.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
  width: 26px;
  height: 3px;
  background-color: #E31E24;
  border-radius: 10px;
  position: absolute;
  transition-property: transform;
  transition-duration: 0.15s;
  transition-timing-function: ease;
}

.hamburger-inner::before, .hamburger-inner::after {
  content: "";
  display: block;
}

.hamburger-inner::before {
  top: -8px;
}

.hamburger--collapse .hamburger-inner {
  top: auto;
  bottom: 0;
  transition-duration: 0.13s;
  transition-delay: 0.13s;
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse .hamburger-inner::after {
  top: -17px;
  transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0.1s linear;
}

.hamburger--collapse .hamburger-inner::before {
  transition: top 0.12s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.hamburger--collapse.is-active .hamburger-inner {
  transform: translate3d(0, -10px, 0) rotate(-45deg);
  transition-delay: 0.22s;
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}

.hamburger--collapse.is-active .hamburger-inner::after {
  top: 0;
  opacity: 0;
  transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0.1s 0.22s linear;
}

.hamburger--collapse.is-active .hamburger-inner::before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s 0.16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.25s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.mobile-menu__contacts .header__phone-cbl {
  position: relative;
  top: 0;
  box-shadow: none;
  background: none;
  z-index: 1;
  opacity: 1;
  padding: 0;
  margin-bottom: 26px;
}

.mobile-menu__contacts .header__phone-cbl:before {
  display: none;
}

.mobile-menu__contacts .header__phone-cbl .header__phone-cbl-time {
  border-top: 0;
}

.mobile-menu__contacts .header__phone-cbl p {
  margin-bottom: 0;
  margin-top: 0;
}

.mobile-menu__contacts .email-block img {
  left: 0;
}

.megamenu.fixed {
  left: 0;
  z-index: 5;
  width: 100%;
  background: none;
}

.megamenu.fixed .megamenu-close {
  display: none;
}

.megamenu.fixed .megamenu-level-2 {
  width: 100%;
  padding-right: 0;
  background: #FFFFFF;
  padding-top: 0;
}

.megamenu.fixed .megamenu-level-1 {
  width: 100%;
  background: none;
  padding: 0 0 20px 0;
}

.megamenu.fixed .megamenu-link-burger-2,
.megamenu.fixed .megamenu-link-burger {
  /*overflow: inherit;*/
}

.megamenu.fixed .megamenu-m {
  width: 98%;
  margin-top: 46px;
}

.megamenu.fixed .megamenu-m::-webkit-scrollbar {
  width: 3px;
  background-color: transparent;
}

.megamenu.fixed .megamenu-m::-webkit-scrollbar-thumb {
  background-color: #C4C4C4;
}

.megamenu.fixed .megamenu-link-burger a {
  padding: 13px 16px 13px 0;
  font-size: 14px;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
}

.megamenu.fixed .megamenu-link-burger a svg {
  display: none;
}

.megamenu.fixed .megamenu-link-burger a::before {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(../images/arrow-forward.svg) top center no-repeat;
  top: 18px;
  right: 24px;
  background-size: 100%;
}

.megamenu.fixed .megamenu-link-burger a.link-mega-back {
  padding: 15px 32px 13px 32px;
}

.megamenu.fixed .megamenu-link-burger a.link-mega-back::before {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(../images/arrow-back.svg) top center no-repeat;
  top: 18px;
  left: 17px;
  right: auto;
  background-size: 100%;
}

@media (max-width: 991px) {
  .megamenu-level-1.nano > .nano-pane {
    right: 0;
    top: 6px;
  }
}

.megamenu-m > .d-flex {
  background: #FFFFFF;
  width: 100%;
}

@media (max-width: 991px) {
  .megamenu-m > .d-flex {
    width: 80%;
  }
}

.mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 150%;
  z-index: 5;
  display: none;
}

.mobile-menu.fixed {
  display: block;
}

.mobile-menu__wrap {
  background: #FFFFFF;
  width: 90%;
  height: 100%;
  padding-top: 45px;
}

.mobile-menu__links {
  margin-bottom: 42px;
}

@media (max-width: 991px) {
  .mobile-menu__links {
    padding-top: 4px;
  }
}

.mobile-menu__links ul {
  margin: 0;
  padding: 0;
}

.mobile-menu__links ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  border-bottom: 1px solid #C4C4C4;
}

.mobile-menu__links ul li a {
  padding: 14px 17px 13px 17px;
  display: block;
  text-decoration: none;
  color: #1C1B17;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  position: relative;
}

.mobile-menu__links ul li a svg {
  position: absolute;
  top: 16px;
  right: 16px;
}

.mobile-menu__links ul li:first-child a {
  color: #E31E24;
}

.mobile-menu__contacts {
  padding: 0 17px 50px 17px;
}

.favorite,
.cart-small {
  position: relative;
}

.favorite img,
.cart-small img {
  width: 25px;
  height: auto;
}

@media (min-width: 992px) {
  .favorite img,
  .cart-small img {
    width: 35px;
  }
}

.cart-small a,
.favorite a {
  text-decoration: none;
}

.cart-small .total,
.favorite .msfavorites-total {
  position: absolute;
  background: #E31E24;
  border-radius: 5px;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: bold;
  font-size: 13px;
  line-height: 15px;
  color: #FFFFFF;
  bottom: 34px;
  right: 14px;
  top: auto;
  padding: 0;
}

@media (max-width: 1199px) {
  .cart-small .total,
  .favorite .msfavorites-total {
    bottom: -4px;
    right: -6px;
  }
}

@media (max-width: 991px) {
  .cart-small .total,
  .favorite .msfavorites-total {
    width: 18px;
    height: 18px;
    font-size: 11px;
    line-height: 13px;
    bottom: -3px;
    right: -5px;
  }
}

.favorite .msfavorites-total {
  background: #8B8B8B;
  right: 24px;
}

@media (max-width: 1199px) {
  .favorite .msfavorites-total {
    right: -6px;
  }
}

@media (max-width: 991px) {
  .favorite .msfavorites-total {
    right: -5px;
  }
}

.cart-small a:hover span.mobile-1199,
.favorite a:hover span.mobile-1199 {
  color: #1C1B17;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .user-log a {
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .user-log a img {
    width: 13px;
    height: auto;
  }
  .user-log a span {
    font-size: 16px;
    line-height: 130%;
    color: #1C1B17;
    text-decoration: none;
    margin-left: 7px;
  }
  .user-log a:hover span {
    color: #6A6A6A;
    transition: 0.5s;
  }
}

.email-block img {
  position: relative;
  top: 1px;
  left: -7px;
}

.email-block a {
  display: inline-block;
  text-decoration: none;
  position: relative;
  font-size: 15px;
  line-height: 130%;
  color: #8B8B8B;
}

.email-block a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(139, 139, 139, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.email-block a:hover {
  color: #1C1B17;
  transition: 0.5s;
}

.phone {
  font-weight: bold;
  font-size: 15px;
  line-height: 150%;
  text-decoration: none;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .phone {
    font-size: 18px;
  }
}

.call-wrap img {
  position: relative;
  top: 2px;
}

.call-wrap a {
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  color: #E31E24;
  display: inline-block;
  position: relative;
}

@media (min-width: 992px) {
  .call-wrap a {
    font-size: 16px;
  }
}

.call-wrap a:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(221, 24, 18, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.call-wrap a:hover {
  color: #AD0005;
  transition: 0.5s;
}

.line-gray {
  text-decoration: none;
  display: inline-block;
  position: relative;
  color: #8B8B8B;
}

.line-gray:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(139, 139, 139, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-gray:hover {
  color: #1C1B17;
  transition: 0.5s;
}

.line-red {
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.line-red:before {
  content: '';
  width: 100%;
  height: 1px;
  background: rgba(221, 24, 18, 0.2);
  position: absolute;
  bottom: 0;
  left: 0;
}

.line-red:hover {
  color: #AD0005;
  transition: 0.5s;
}

.header__phone-cbl {
  position: absolute;
  width: 174px;
  height: auto;
  top: 27px;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 15px 13px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
  display: none;
}

@media (min-width: 992px) {
  .header__phone-cbl {
    width: 230px;
    padding: 25px 20px;
    top: 38px;
    left: 0;
    right: auto;
  }
}

.header__phone-cbl:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  right: 1px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 26px solid #FFFFFF;
  z-index: 4;
}

@media (min-width: 992px) {
  .header__phone-cbl:before {
    right: auto;
    left: 10px;
  }
}

.header__phone-cbl.open {
  opacity: 1;
  z-index: 3;
  transition: 0.5s;
  display: block;
}

.header__phone-cbl-bl {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .header__phone-cbl-bl {
    margin-bottom: 16px;
  }
}

.header__phone-cbl-bl a {
  font-weight: bold;
  /*font-size: 14px;*/
  color: #1C1B17;
  text-decoration: none;
}

@media (min-width: 991px) {
  .header__phone-cbl-bl a {
    /*font-size: 16px;*/
  }
}

.header__phone-cbl-bl span {
  font-size: 12px;
  line-height: 130%;
  color: #8B8B8B;
}

@media (min-width: 991px) {
  .header__phone-cbl-bl span {
    font-size: 15px;
  }
}

.header__phone-cbl-bl p.d-flex {
  margin: 3px 0 15px 0;
  justify-content: flex-start;
  align-items: center;
}

@media (min-width: 992px) {
  .header__phone-cbl-bl p.d-flex {
    margin: 3px 0 19px 0;
  }
}

.header__phone-cbl-bl p.d-flex img {
  margin-left: 5px;
}

.header__phone-cbl-time {
  border-top: 1px solid #E4E4E4;
  padding-top: 16px;
}

@media (min-width: 992px) {
  .header__phone-cbl-time {
    padding-top: 19px;
  }
}

.header__phone-cbl-time-icon {
  width: 15px;
  margin-right: 5px;
}

@media (min-width: 991px) {
  .header__phone-cbl-time-icon {
    width: 20px;
  }
  .header__phone-cbl-time-icon img {
    width: 100%;
    height: auto;
  }
}

.header__phone-cbl-time-wrap {
  width: calc(100% - 20px);
}

@media (min-width: 991px) {
  .header__phone-cbl-time-wrap {
    width: calc(100% - 30px);
  }
}

.header__phone-cbl-time-wrap p {
  font-size: 12px;
  line-height: 130%;
  margin: 0;
  color: #1C1B17;
}

@media (min-width: 991px) {
  .header__phone-cbl-time-wrap p {
    font-size: 14px;
  }
}

.header__phone-cbl-time-wrap p.label {
  color: #8B8B8B;
}

.search-form {
  width: 100%;
  position: relative;
}

.search-form input {
  width: 100%;
  border: 1px solid #E4E4E4;
  box-sizing: border-box;
  border-radius: 2px;
  outline: none;
  font-size: 14px;
  line-height: 130%;
  color: #8B8B8B;
  padding: 13px 15px;
}

.search-form input:focus {
  color: #1C1B17;
  transition: 0.5s;
}

.search-form input:focus + button svg path {
  stroke: #1C1B17;
}

@media (min-width: 992px) {
  .search-form input {
    padding: 14px 15px;
    font-size: 16px;
  }
}

.search-form input.mobile-hid {
  display: block;
}

@media (min-width: 1360px) {
  .search-form input.mobile-hid {
    display: none;
  }
}

.search-form input.mobile-1199 {
  display: none;
}

@media (min-width: 1360px) {
  .search-form input.mobile-1199 {
    display: block;
  }
}

.search-form button {
  background: none;
  border: 0;
  outline: none;
  position: absolute;
  top: 13px;
  right: 15px;
  cursor: pointer;
  height: auto;
}

.search-form button:hover path {
  stroke: #1C1B17;
}

@media (min-width: 992px) {
  .search-form button {
    top: 15px;
  }
}

.search-form .searchform-text {
  margin-top: 14px;
  font-size: 14px;
  line-height: 130%;
  color: #8B8B8B;
}

.search-form .searchform-text .example {
  text-decoration: none;
  font-size: 14px;
  line-height: 130%;
  color: #1C1B17;
  margin-left: 13px;
}

.search-form .searchform-text .example:hover {
  color: #6A6A6A;
  transition: 0.5s;
}

.search-form .searchform-text .example.mobile-1199 {
  display: none;
}

@media (min-width: 1360px) {
  .search-form .searchform-text .example.mobile-1199 {
    display: inline-block;
  }
}

.catalog-link {
  display: flex;
  border-radius: 2px;
  background: #E31E24;
  align-items: center;
  justify-content: center;
  padding: 15px 18px;
  text-decoration: none;
}

@media (min-width: 1199px) {
  .catalog-link {
    padding: 15px 22px;
  }
}

.catalog-link span {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  color: #FFFFFF;
  text-decoration: none;
  margin-left: 21px;
}

.catalog-link:hover {
  background: #AD0005;
  transition: 0.5s;
}

/* slider */
.slider {
  background: #F4F4F4;
}

.slider__item {
  overflow: hidden;
}

.slider__item-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
}

@media (min-width: 1400px) {
  .slider__item {
    max-width: 1440px;
    margin: 0 auto;
    overflow: visible;
  }
}

.slider__img {
  width: 100%;
  height: auto;
  transform: scale(0.7);
  transition: 0.5s;
}

.slider__img.active {
  animation: animate_grow 2s ease-in-out forwards;
}

@media (min-width: 992px) {
  .slider__img {
    width: 128%;
    height: 101%;
    object-fit: cover;
  }
}

@media (min-width: 1199px) {
  .slider__img {
    width: 919px;
    height: auto;
    position: absolute;
    bottom: -4px;
    left: -21px;
    max-width: none;
  }
}

.slider__wrap {
  width: 100%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

@media (min-width: 992px) {
  .slider__image {
    width: 50%;
    order: 1;
    overflow: hidden;
  }
}

@media (min-width: 1199px) {
  .slider__image {
    width: 54%;
    order: 1;
    overflow: visible;
    position: relative;
    height: 500px;
  }
}

.slider__block {
  padding: 0 15px 40px 15px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .slider__block {
    width: 50%;
  }
}

@media (min-width: 1199px) {
  .slider__block {
    width: 46%;
    padding: 0;
    padding-left: 25px;
  }
}

@media (min-width: 1440px) {
  .slider__block {
    padding-left: 0;
  }
}

.slider__block .title-bl {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-top: 35px;
  margin-bottom: 10px;
  opacity: 0;
}

.slider__block .title-bl.active {
  animation: animate_opacity-t 2s ease-in-out forwards;
}

@media (min-width: 992px) {
  .slider__block .title-bl {
    font-size: 32px;
    line-height: 140%;
    max-width: 446px;
    margin-top: 63px;
    margin-bottom: 16px;
    text-transform: none;
  }
}

@media (min-width: 1199px) {
  .slider__block .title-bl {
    font-size: 40px;
    max-width: 100%;
    margin-top: 88px;
    margin-bottom: 15px;
  }
}

.slider__block .subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 160%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 28px;
  opacity: 0;
}

.slider__block .subtitle.active {
  animation: animate_opacity-t 2s ease-in-out forwards;
  animation-delay: 0.5s;
}

@media (min-width: 992px) {
  .slider__block .subtitle {
    font-size: 18px;
    line-height: 160%;
    max-width: 446px;
    margin-bottom: 36px;
  }
}

@media (min-width: 1199px) {
  .slider__block .subtitle {
    font-size: 22px;
    margin-bottom: 52px;
    max-width: 609px;
  }
}

.slider__block .art-button {
  width: 100%;
  transform: scale(0.7);
  transition: 0.5s;
}

.slider__block .art-button.active {
  animation: animate_grow 2s ease-in-out forwards;
}
  
.slider__item-buttons > a {
	width: 100%;
}

@media (min-width: 992px) {
  .slider__block .art-button {
    width: 180px;
  }
  
	.slider__item-buttons > a {
		width: auto;
	}
}

@media (min-width: 992px) {
  .slider .owl-dots {
    position: absolute;
    bottom: 5px;
    width: 100%;
  }
  .slider .owl-dots button {
    width: 60px;
  }
}

.slider .owl-nav {
    /* position: absolute; */
    /* width: 1900px; */
    /* top: 44.5%; */
    /* left: 50%; */
    /* margin-left: -950px; */
    position: absolute;
    top: 40%;
    width: 100%;
    z-index: 3;
}
.slider .owl-nav button.owl-prev {
    left: 25px!important;
    top: 0;
}
.slider .owl-nav button.owl-next {
    right: 25px!important;
    top: 0;
}
.slider .owl-nav button svg path {
    fill: rgb(255 255 255);
}
.slider .owl-nav button {
  border: 0;
  position: absolute;
  outline: none;
  
  cursor: pointer;
}

.slider .owl-nav button.owl-next {
  right: -6px;
  top: 0;
}

.slider .owl-nav button.owl-prev {
  left: -6px;
  top: 0;
}

.slider .owl-nav button svg {
  width: 14px;
  height: auto;
}

/* buttons */
.art-button {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  padding: 13px 20px;
  display: inline-block;
  outline: none;
  box-shadow: 0px 25px 25px -18px rgba(227, 30, 36, 0.8);
  background: #E31E24;
  text-decoration: none;
  box-sizing: border-box;
  height: auto;
}

@media (min-width: 992px) {
  .art-button {
    padding: 16px 46px;
  }
}

.art-button:hover {
  box-shadow: 0 0 0 rgba(227, 30, 36, 0.8);
  background: #AD0005;
  transition: 0.5s;
}

.art-button:before {
  display: none;
}

.art-button-black {
  background: #1C1B17;
  box-shadow: 0px 25px 25px -18px rgba(0, 0, 0, 0.8);
  border: 0;
}

.art-button-black:hover {
  box-shadow: 0 0 0 rgba(0, 0, 0, 0.8);
  background: #3C3C3C;
  transition: 0.5s;
}

.button-black {
  display: inline-block;
  color: #FFFFFF;
  background: #1C1B17;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  border: 0;
  outline: none;
  padding: 13px 45px 14px 45px;
  box-sizing: border-box;
  text-decoration: none;
}

@media (min-width: 1199px) {
  .button-black {
    font-size: 16px;
    padding: 11px 66px 14px 66px;
  }
}

.button-black:hover {
  color: #FFFFFF;
  text-decoration: none;
}

/* animate */

@keyframes animate_opacity-t {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes animate_grow {
  0% {
    transform: scale3d(0.5, 0.5, 0.5);
  }
  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }
  100% {
    transform: scale3d(1, 1, 1);
  }
}

.directions__wrap {
  margin-top: 58px;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .directions__wrap {
    margin-top: 80px;
    margin-bottom: 37px;
  }
}

@media (min-width: 1199px) {
  .directions__wrap {
    margin-top: 110px;
    margin-bottom: 64px;
  }
}

.directions__item {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}

.directions__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 700px) {
  .directions__item {
    margin-bottom: 0;
    width: 49%;
  }
}

.directions__item-text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #8B8B8B;
  padding: 18px 20px;
  margin: 0;
  background: #FFFFFF;
  box-sizing: border-box;
  width: 220px;
  display: none;
  position: absolute;
  left: 50%;
  margin-left: -104px;
  top: 57px;
  box-shadow: 0px 20px 60px rgba(0, 0, 0, 0.15);
}

.directions__item-text::before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  left: 50%;
  margin-left: -17px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 20px solid #FFFFFF;
  z-index: 4;
}

@media (max-width: 450px) {
  .directions__item-text {
    font-size: 14px;
    padding: 14px 15px;
    width: 162px;
    top: 42px;
    margin-left: -77px;
  }
}

.directions__item-item.active .directions__item-text {
  display: block;
  z-index: 5;
}

.directions__item-item {
  position: absolute;
  cursor: pointer;
}

.directions__item-item:hover svg circle {
  fill: #AD0005;
  transition: 0.5s;
}

.directions__item-item.active svg circle {
  fill: #AD0005;
  transition: 0.5s;
}

.directions__item-item.active svg {
  transform: rotate(45deg);
}

@media (max-width: 450px) {
  .directions__item svg {
    width: 25px;
    height: 25px;
  }
}

.directions__icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: auto;
}

.directions__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
  position: absolute;
  top: 20px;
  left: 24px;
  max-width: 230px;
  margin: 0;
  text-decoration: none;
}

@media (min-width: 992px) {
  .directions__title {
    font-size: 24px;
    max-width: 307px;
    top: 36px;
    left: 40px;
  }
}

@media (min-width: 1199px) {
  .directions__title {
    font-size: 32px;
    max-width: 400px;
    top: 30px;
    left: 30px;
  }
}

/*.directions__item-1 .directions__item-item.directions__item-item-1 {
  top: 58%;
  left: 15%;
}*/
.directions__item-1 .directions__item-item.directions__item-item-1 {
    top: 73%;
    left: 7%;
}
/*.directions__item-1 .directions__item-item.directions__item-item-2 {
  top: 71%;
  left: 56%;
}*/
.directions__item-1 .directions__item-item.directions__item-item-2 {
    top: 58%;
    left: 54%;
}
/*.directions__item-1 .directions__item-item.directions__item-item-4 {
  top: 74%;
  left: 78.5%;
}*/
.directions__item-1 .directions__item-item.directions__item-item-4 {
    top: 19%;
    left: 51.5%;
}

@media (max-width: 700px) {
  .directions__item-1 .directions__item-item.directions__item-item-4 .directions__item-text {
    margin-left: -147px;
  }
  .directions__item-1 .directions__item-item.directions__item-item-4 .directions__item-text::before {
    margin-left: 26px;
  }
}

@media (max-width: 450px) {
  .directions__item-1 .directions__item-item.directions__item-item-4 .directions__item-text {
    margin-left: -120px;
  }
}

.directions__item-1 .directions__item-item.directions__item-item-3 {
  top: 32%;
  right: 25%;
}

@media (max-width: 700px) {
  .directions__item-1 .directions__item-item.directions__item-item-3 .directions__item-text {
    margin-left: -147px;
  }
  .directions__item-1 .directions__item-item.directions__item-item-3 .directions__item-text::before {
    margin-left: 26px;
  }
}

@media (max-width: 450px) {
  .directions__item-1 .directions__item-item.directions__item-item-3 .directions__item-text {
    margin-left: -120px;
  }
}

.directions__item-2 .directions__item-item.directions__item-item-1 {
  top: 74%;
  left: 26%;
}

.directions__item-2 .directions__item-item.directions__item-item-2 {
  top: 19%;
  left: 34%;
}

.directions__item-2 .directions__item-item.directions__item-item-3 {
  top: 41%;
  right: 41%;
}

.directions__item-2 .directions__item-item.directions__item-item-4 {
  top: 58.5%;
  right: 23%;
}

@media (max-width: 1360px) {
  .directions__item-2 .directions__item-item.directions__item-item-4 .directions__item-text {
    margin-left: -147px;
  }
  .directions__item-2 .directions__item-item.directions__item-item-4 .directions__item-text::before {
    margin-left: 26px;
  }
}

@media (max-width: 450px) {
  .directions__item-2 .directions__item-item.directions__item-item-4 .directions__item-text {
    margin-left: -120px;
  }
}

.advantages__wrap {
  max-width: 252px;
  margin: 0 auto 50px;
}

@media (min-width: 992px) {
  .advantages__wrap {
    max-width: 100%;
    margin-bottom: 69px;
  }
}

@media (min-width: 1199px) {
  .advantages__wrap {
    margin-bottom: 96px;
  }
}

.advantages__item {
  align-items: center;
  width: 100%;
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .advantages__item {
    width: 24%;
    align-items: flex-start;
    margin-bottom: 0;
  }
}

@media (min-width: 1199px) {
  .advantages__item {
    align-items: center;
    width: 22%;
  }
}

.advantages__item .icon {
  width: 35px;
}

@media (min-width: 1199px) {
  .advantages__item .icon {
    width: 46px;
  }
}

.advantages__item .text {
  font-size: 14px;
  line-height: 140%;
  color: #8B8B8B;
  width: calc(100% - 49px);
  margin: 0;
}

.advantages__item .text br {
  display: none;
}

@media (min-width: 992px) {
  .advantages__item .text br {
    display: inline-block;
  }
}

@media (min-width: 1199px) {
  .advantages__item .text {
    font-size: 18px;
    width: calc(100% - 64px);
  }
}

.catalog .title-bl {
  margin-bottom: 22px;
}

@media (min-width: 992px) {
  .catalog .title-bl {
    margin-bottom: 36px;
  }
}

@media (min-width: 1199px) {
  .catalog .title-bl {
    margin-bottom: 45px;
  }
}

.catalog__mtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .catalog__mtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.catalog__mtitle .title svg {
  position: relative;
  top: 0;
}

@media (min-width: 992px) {
  .catalog__mtitle .title svg {
    top: -6px;
  }
}

.catalog__mtitle .title {
  padding-right: 10px;
}

.catalog__mtitle .line {
  flex-grow: 2;
  height: 1px;
  background: #8B8B8B;
}

.catalog__wrap {
  margin-bottom: 54px;
}

@media (min-width: 992px) {
  .catalog__wrap {
    margin-bottom: 74px;
  }
  .catalog__wrap:after, .catalog__wrap::before {
    content: '';
    width: 24%;
    height: 0;
    order: 1;
  }
}

@media (min-width: 1199px) {
  .catalog__wrap {
    margin-bottom: 82px;
  }
  .catalog__wrap:after, .catalog__wrap::before {
    width: 18%;
  }
}

.catalog__item {
  width: 100%;
  background: #F4F4F4;
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 13px;
  box-sizing: border-box;
  text-decoration: none;
  margin-bottom: 10px;
  height: 98px;
}

.catalog__item:hover {
  background: #E4E4E4;
  transition: 0.5s;
}

@media (min-width: 500px) {
  .catalog__item {
    width: 49%;
  }
}

@media (min-width: 992px) {
  .catalog__item {
    width: 24%;
    height: 230px;
    align-items: flex-start;
    padding: 33px 22px;
  }
  .catalog__item:nth-child(8) {
    display: none;
  }
  .catalog__item:nth-child(9) {
    display: none;
  }
}

@media (min-width: 1199px) {
  .catalog__item {
    width: 19%;
    height: 302px;
    margin-bottom: 18px;
    padding: 39px 25px;
  }
  .catalog__item:nth-child(8) {
    display: block;
  }
  .catalog__item:nth-child(9) {
    display: block;
  }
}

.catalog__item img {
  position: absolute;
  width: 140px;
  height: auto;
  bottom: 0;
  right: 0;
}

@media (min-width: 992px) {
  .catalog__item img {
    width: 100%;
  }
}

.catalog__title {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  text-decoration: none;
  color: #1C1B17;
  display: block;
  max-width: 130px;
}

@media (min-width: 992px) {
  .catalog__title {
    font-size: 20px;
    max-width: 100%;
  }
}

@media (min-width: 1199px) {
  .catalog__title {
    font-size: 22px;
    max-width: 99%;
  }
}

.front-page .catalog__item:last-child .catalog__title {
  color: #E31E24;
  max-width: 162px;
}

.front-page .catalog__item:last-child .catalog_num {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #1C1B17;
  display: inline-block;
  background: #FFFFFF;
  padding: 0 4px;
  position: relative;
  top: -1px;
}

@media (min-width: 992px) {
  .front-page .catalog__item:last-child .catalog_num {
    font-size: 16px;
  }
}

.products {
  position: relative;
}

@media (min-width: 992px) {
  .products {
    overflow: hidden;
  }
}

.products .msfavorites-icon-heart {
  width: 35px;
  display: block;
  height: 34px;
  background: none;
}

.products .voted .msfavorites-icon-heart path {
  fill: #E31E24;
}

.products .title-bl {
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .products .title-bl {
    margin-bottom: 30px;
  }
}

@media (min-width: 1199px) {
  .products .title-bl {
    margin-bottom: 27px;
  }
}

.products__top {
  margin-bottom: 21px;
}

@media (min-width: 992px) {
  .products__top {
    margin-bottom: 47px;
  }
}

@media (min-width: 1199px) {
  .products__top {
    margin-bottom: 46px;
  }
}

.products__wrap {
  margin-bottom: 60px;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -1;
  top: 0;
}

.products__wrap.active {
  position: relative;
  z-index: 1;
  animation: animate_opacity-t 1s ease-in-out forwards;
}

@media (min-width: 992px) {
  .products__wrap {
    margin-bottom: 75px;
  }
}

@media (min-width: 1199px) {
  .products__wrap {
    margin-bottom: 110px;
  }
}

.products__item {
  border: 1px solid #E6E6E6;
  box-sizing: border-box;
  padding: 27px 22px 35px 22px;
  position: relative;
  outline: none;
  text-decoration: none;
}

.products__item:hover {
  border: 1px solid #1C1B17;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .products__item {
    padding: 33px 22px 36px 22px;
  }
}

@media (min-width: 1199px) {
  .products__item {
    padding: 29px 26px 43px 26px;
  }
}

.products__item-height {
  height: 128px;
  overflow: hidden;
}

.products__item-star {
  position: absolute;
  top: 15px;
  right: 20px;
}

@media (min-width: 1199px) {
  .products__item-star {
    top: 10px;
    right: 10px;
  }
}

.products__item-star img {
  width: 25px;
  height: auto;
}

@media (min-width: 1199px) {
  .products__item-star img {
    width: 30px;
  }
}

.products__item-img {
  width: 100%;
  text-align: center;
  height: 175px;
  display: block;
}

@media (min-width: 992px) {
  .products__item-img {
    height: 135px;
  }
}

@media (min-width: 1199px) {
  .products__item-img {
    height: 160px;
  }
}

.products__item-img img {
  height: 100%;
  width: auto;
}

.products__item-discount {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #FFFFFF;
  background: #E31E24;
  padding: 5px 8px;
  position: absolute;
  margin: 0;
  left: 22px;
  top: 170px;
}

@media (min-width: 992px) {
  .products__item-discount {
    top: 134px;
  }
}

@media (min-width: 1199px) {
  .products__item-discount {
    top: 162px;
  }
}

.products__item-title {
  text-decoration: none;
  display: block;
  margin-top: 22px;
  margin-bottom: 7px;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
}

@media (min-width: 1199px) {
  .products__item-title {
    font-size: 16px;
    margin-bottom: 12px;
  }
}

.products__item-cat {
  font-size: 12px;
  line-height: 150%;
  color: #8B8B8B;
  margin-top: 0;
  margin-bottom: 0;
  max-height: 60px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

@media (min-width: 1199px) {
  .products__item-cat {
    font-size: 14px;
    margin-bottom: 0;
  }
}

.products__item-prices {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 1199px) {
  .products__item-prices {
    margin-bottom: 26px;
  }
}

.products__item-prices p {
  margin-top: 0;
  margin-bottom: 0;
}

.products__item-current-price {
  font-weight: bold;
  font-size: 18px;
  line-height: 150%;
  color: #1C1B17;
  margin-right: 16px;
}

@media (min-width: 1199px) {
  .products__item-current-price {
    font-size: 20px;
  }
}

.products__item-old-price {
  font-size: 12px;
  line-height: 150%;
  color: #8B8B8B;
  text-decoration: line-through;
}

@media (min-width: 1199px) {
  .products__item-old-price {
    font-size: 14px;
  }
}

.products__item .button-black {
  width: 100%;
  cursor: pointer;
}

.products__item .button-black:hover {
  background: #3C3C3C;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .products__item .button-black {
    padding: 11px 16px 14px 16px;
  }
}

.products .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

@media (min-width: 992px) {
  .products .owl-nav {
    top: -88px;
    width: 108px;
    right: 0;
  }
}

.products .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .products .owl-nav .owl-next {
    right: 0;
  }
}

.products .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .products .owl-nav .owl-prev {
    left: 0;
  }
}

@media (min-width: 1199px) {
  .products .owl-dots {
    padding-top: 26px;
    padding-bottom: 0;
  }
}

.tabs {
  display: flex;
  align-items: center;
}

.tabs__tab {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #8B8B8B;
  padding: 6px 12px;
}

.tabs__tab:hover {
  color: #1C1B17;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .tabs__tab {
    font-size: 18px;
    padding: 8px 20px;
  }
}

@media (min-width: 1199px) {
  .tabs__tab {
    font-size: 20px;
    padding: 9px 20px;
    margin-right: 9px;
  }
}

.tabs__tab.active {
  background: #F4F4F4;
  color: #E31E24;
}

.tabs__tab.active span:before {
  display: none;
}

.tabs__tab.active span {
  color: #E31E24;
}

.discounts.discounts__wrap {
  margin-bottom: 42px;
}

@media (min-width: 992px) {
  .discounts.discounts__wrap {
    margin-bottom: 79px;
  }
}

@media (min-width: 1199px) {
  .discounts.discounts__wrap {
    margin-bottom: 121px;
  }
}

@media (min-width: 992px) {
  .discounts.mobile-h {
    display: none;
  }
}

@media (min-width: 992px) {
  .discounts.mobile-991 {
    display: flex;
    justify-content: space-between;
  }
}

.discounts__item {
  border: 15px solid #F4F4F4;
  box-sizing: border-box;
  padding: 48px 37px 135px 37px;
  position: relative;
}

@media (min-width: 992px) {
  .discounts__item {
    width: 32%;
    padding: 39px 28px 130px 28px;
  }
}

@media (min-width: 1199px) {
  .discounts__item {
    padding: 41px 28px 61px 28px;
  }
}

.discounts__title {
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 12px;
}

@media (min-width: 992px) {
  .discounts__title {
    font-size: 20px;
    margin-bottom: 9px;
  }
}

@media (min-width: 1199px) {
  .discounts__title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}

.discounts__text {
  font-size: 14px;
  line-height: 140%;
  color: #8B8B8B;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .discounts__text {
    font-size: 16px;
    margin-bottom: 15px;
  }
}

@media (min-width: 1199px) {
  .discounts__text {
    font-size: 20px;
    margin-bottom: 39px;
  }
}

.discounts__link {
  font-weight: bold;
  font-size: 16px;
  line-height: 150%;
}

@media (min-width: 1199px) {
  .discounts__link {
    font-size: 18px;
  }
}

.discounts__img {
  position: absolute;
  bottom: -15px;
  right: -15px;
  height: auto;
  width: 100%;
}

@media (min-width: 450px) {
  .discounts__img {
    height: 120px;
    width: auto;
  }
}

/* reviews */
.bg-gray {
  background: #F4F4F4;
}

.reviews__top {
  padding-top: 54px;
  padding-bottom: 39px;
}

@media (min-width: 991px) {
  .reviews__top {
    padding-top: 64px;
    padding-bottom: 60px;
    align-items: center;
  }
}

@media (min-width: 1199px) {
  .reviews__top {
    padding-top: 104px;
    padding-bottom: 65px;
  }
}

.reviews__top .title-bl {
  text-align: center;
  max-width: 300px;
  margin: 0 auto 24px;
}

@media (min-width: 991px) {
  .reviews__top .title-bl {
    max-width: 326px;
    margin: 0;
    text-align: left;
  }
}

@media (min-width: 1199px) {
  .reviews__top .title-bl {
    max-width: 560px;
  }
}

.reviews__top .ya-reviews {
  width: 100%;
  justify-content: center;
}

@media (min-width: 991px) {
  .reviews__top .ya-reviews {
    max-width: 416px;
    justify-content: space-between;
    align-items: center;
    margin-top: -12px;
  }
}

.reviews__top .ya-reviews .yandex-bl {
  width: 65px;
  position: relative;
  text-align: center;
}

@media (min-width: 991px) {
  .reviews__top .ya-reviews .yandex-bl {
    width: 83px;
  }
}

.reviews__top .ya-reviews .yandex-bl:before, .reviews__top .ya-reviews .yandex-bl:after {
  content: '';
  width: 35px;
  height: 65px;
  position: absolute;
  display: block;
  top: -5px;
  background-size: 100%;
}

@media (min-width: 991px) {
  .reviews__top .ya-reviews .yandex-bl:before, .reviews__top .ya-reviews .yandex-bl:after {
    top: 7px;
  }
}

.reviews__top .ya-reviews .yandex-bl:before {
  background: url(../images/branch-1.svg);
  left: -43px;
}

.reviews__top .ya-reviews .yandex-bl:after {
  background: url(../images/branch-2.svg);
  right: -43px;
}

.reviews__top .ya-reviews .text-bl {
  width: 100%;
  text-align: center;
}

@media (min-width: 991px) {
  .reviews__top .ya-reviews .text-bl {
    max-width: 222px;
    text-align: left;
  }
}

@media (min-width: 1199px) {
  .reviews__top .ya-reviews .text-bl {
    max-width: 259px;
    text-align: left;
    margin-top: 4px;
  }
}

.reviews__top .ya-reviews .text-bl p {
  font-size: 14px;
  line-height: 140%;
  padding-top: 19px;
  padding-bottom: 4px;
  color: #1C1B17;
  text-align: center;
  max-width: 233px;
  margin: 0 auto;
}

@media (min-width: 991px) {
  .reviews__top .ya-reviews .text-bl p {
    padding-top: 0;
    text-align: left;
  }
}

@media (min-width: 1199px) {
  .reviews__top .ya-reviews .text-bl p {
    margin: 0;
  }
}

.reviews__top .ya-reviews .text-bl .line-red {
  font-size: 14px;
}

.reviews__top .ya-reviews .ya-number {
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 3px;
  margin-bottom: 0;
  font-weight: bold;
}

.reviews__top .ya-reviews .ya-number span {
  color: #E31E24;
}

@media (min-width: 1199px) {
  .reviews__top .ya-reviews .ya-number {
    font-size: 19px;
  }
}

.reviews__wrap {
  padding-bottom: 44px;
  margin-top: -25px;
  position: relative;
  height: 311px;
  z-index: 2;
}

@media (min-width: 992px) {
  .reviews__wrap {
    padding-bottom: 0;
    height: 465px;
  }
}

@media (min-width: 1199px) {
  .reviews__wrap .owl-dots {
    padding-top: 22px;
  }
}

.reviews__wrap .owl-dots {
  padding-top: 22px;
  position: absolute;
  width: 100%;
  bottom: 0;
  z-index: 1;
}

.reviews__wrap .owl-stage-outer {
  z-index: 2;
  position: relative;
}

.reviews__wrap .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
  z-index: 3;
}

.reviews__wrap .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  top: 0;
}

.reviews__wrap .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
  top: 0;
}

.review-item {
  width: 100%;
  position: relative;
  padding: 44px 22px 32px 22px;
  box-sizing: border-box;
  background: #FFFFFF url(../images/review-bg.svg) bottom -40px right no-repeat;
  background-size: 140px;
  margin-top: 25px;
  min-height: 276px;
}

@media (min-width: 992px) {
  .review-item {
    min-height: 365px;
    padding: 44px 36px;
  }
}

@media (min-width: 1199px) {
  .review-item {
    padding: 44px 42px;
    min-height: 372px;
  }
}

.review-item__quote {
  position: absolute;
  top: -25px;
  left: 22px;
}

@media (min-width: 1199px) {
  .review-item__quote {
    left: 39px;
  }
}

.review-item__name {
  font-size: 12px;
  line-height: 140%;
  color: #8B8B8B;
  margin-top: 0;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .review-item__name {
    font-size: 14px;
    margin-bottom: 18px;
    max-width: 320px;
  }
}

.review-item__text-bl {
  position: relative;
}

.review-item__text-bl:before {
  content: '';
  width: 100%;
  height: 59px;
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
  transform: matrix(1, 0, 0, -1, 0, 0);
  display: block;
  position: absolute;
  bottom: 0;
  opacity: 0;
}

.review-item__text-bl.height {
  height: 100px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .review-item__text-bl.height {
    height: 154px;
  }
}

.review-item__text-bl.height:before {
  opacity: 1;
  transition: 0.5s;
}

.review-item__text-bl p {
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .review-item__text-bl p {
    font-size: 16px;
  }
}

.review-item__text-hid {
  position: absolute;
  z-index: -1;
  height: 100px;
  width: 0;
  opacity: 0;
}

@media (min-width: 992px) {
  .review-item__text-hid {
    height: 154px;
  }
}

.review-item__scan {
  position: absolute;
  bottom: -4px;
  right: 23px;
}

@media (min-width: 1199px) {
  .review-item__scan {
    right: 43px;
  }
}

.review-item__scan:hover .review-item__plus circle {
  fill: #AD0005;
  transition: 0.5s;
}

.review-item__plus {
  position: absolute;
  top: 9px;
  left: -15px;
}

@media (min-width: 1199px) {
  .review-item__plus {
    top: 15px;
    left: -17px;
  }
}

.review-item__frame {
  width: 88px;
  height: auto;
}

@media (min-width: 992px) {
  .review-item__frame {
    width: 136px;
  }
}

.review-item__photos {
  display: none;
}

.review-item .line-red {
  margin-top: 14px;
  font-size: 12px;
}

@media (min-width: 992px) {
  .review-item .line-red {
    font-size: 14px;
    position: absolute;
    bottom: 49px;
  }
  .review-item .line-red.onclick {
    margin-top: 40px;
    bottom: 4px;
    position: relative;
  }
}

.reviews__bottom,
.news__bottom {
  display: block;
  text-align: center;
}

@media (min-width: 992px) {
  .reviews__bottom,
  .news__bottom {
    display: block;
    position: relative;
    width: 100%;
    padding-bottom: 80px;
  }
}

@media (min-width: 1199px) {
  .reviews__bottom,
  .news__bottom {
    padding-bottom: 96px;
  }
}

.reviews__bottom .reviews__btn,
.reviews__bottom .news__btn,
.news__bottom .reviews__btn,
.news__bottom .news__btn {
  position: relative;
  margin-bottom: 52px;
  margin-top: 14px;
}

@media (min-width: 992px) {
  .reviews__bottom .reviews__btn,
  .reviews__bottom .news__btn,
  .news__bottom .reviews__btn,
  .news__bottom .news__btn {
    position: absolute;
    right: 0;
    top: -26px;
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    z-index: 3;
    margin-bottom: 0;
    margin-top: 0;
  }
}

.news__bottom {
  display: none;
}

.news__bottom.active {
  display: block;
}

.video .play {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.3);
  position: absolute;
  top: 50%;
  margin-top: -38px;
  left: 50%;
  margin-left: -38px;
  cursor: pointer;
}

@media (min-width: 992px) {
  .video .play {
    width: 120px;
    height: 120px;
    margin-top: -60px;
    margin-left: -60px;
  }
}

.video .play .white {
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  border-radius: 50%;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .video .play .white {
    width: 80px;
    height: 80px;
  }
}

.video .play:hover .white {
  box-shadow: 0px 15px 20px rgba(59, 26, 26, 0.5);
  transition: 0.5s;
}

@media (min-width: 992px) {
  .video .play:hover .white {
    width: 70px;
    height: 70px;
  }
}

.video .play .white span {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 0 8px 13px;
  border-color: transparent transparent transparent #E31E24;
}

@media (min-width: 992px) {
  .video .play .white span {
    border-width: 10px 0 10px 16px;
  }
}

.video .play:hover .white span {
  border-color: transparent transparent transparent #AD0005;
  transition: 0.5s;
}

.video {
  position: relative;
}

.youtube-play {
  width: 100%;
  height: 138px;
  background-size: cover;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .youtube-play {
    height: 220px;
  }
}

.trust-bl__top {
  padding-top: 54px;
}

@media (min-width: 992px) {
  .trust-bl__top {
    padding-top: 74px;
    padding-bottom: 47px;
  }
  .trust-bl__top .trust-description.mob-h {
    display: none;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top {
    padding-top: 102px;
    padding-bottom: 22px;
  }
}

.trust-bl__top .title-bl {
  margin-bottom: 8px;
}

@media (min-width: 992px) {
  .trust-bl__top .title-bl {
    margin-bottom: 19px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top .title-bl {
    margin-bottom: 34px;
  }
}

.trust-bl__top-right {
  align-items: center;
}

@media (min-width: 992px) {
  .trust-bl__top-right {
    max-width: 246px;
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top-right {
    max-width: 300px;
  }
}

.trust-bl__top-left {
  width: 100%;
}

@media (min-width: 992px) {
  .trust-bl__top-left {
    max-width: 570px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top-left {
    max-width: 706px;
  }
}

.trust-bl__top-large-num {
  font-weight: 300;
  font-size: 90px;
  line-height: 130%;
  text-transform: uppercase;
  color: #F4F4F4;
  max-width: 106px;
}

@media (min-width: 992px) {
  .trust-bl__top-large-num {
    font-size: 120px;
    max-width: 142px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top-large-num {
    font-size: 144px;
    max-width: 170px;
  }
}

.trust-bl__top-explanation {
  max-width: 165px;
}

@media (min-width: 992px) {
  .trust-bl__top-explanation {
    max-width: 97px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top-explanation {
    max-width: 111px;
  }
}

.trust-bl__top-explanation p {
  font-weight: bold;
  font-size: 22px;
  line-height: 130%;
  text-transform: uppercase;
  color: #E31E24;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .trust-bl__top-explanation p {
    font-size: 28px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__top-explanation p {
    font-size: 32px;
    margin-top: -17px;
  }
}

.trust-bl__top-explanation span {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
}

@media (min-width: 1199px) {
  .trust-bl__top-explanation span {
    font-size: 16px;
  }
}

.trust-description {
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .trust-description {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 62px;
  }
}

@media (min-width: 1199px) {
  .trust-description {
    margin-bottom: 0;
  }
}

.trust-description span {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .trust-description span {
    display: block;
    width: calc(100% - 48px);
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  .trust-description span {
    font-size: 22px;
  }
}

.trust-description svg {
  margin-top: 5px;
}

@media (min-width: 1199px) {
  .trust-description svg {
    margin-top: 11px;
  }
}

.trust-bl__logos {
  width: 100%;
  overflow: hidden;
}

.trust-bl__logos .owl-stage-outer {
  overflow: visible;
}

@media (min-width: 1440px) {
  .trust-bl__logos .owl-stage-outer {
    overflow: hidden;
  }
}

.trust-bl__block {
  border: 15px solid #F4F4F4;
  box-sizing: border-box;
  height: 330px;
  padding: 35px 25px;
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 650px) {
  .trust-bl__block {
    width: 49%;
  }
}

@media (min-width: 992px) {
  .trust-bl__block {
    width: 100%;
    padding: 38px 42px;
    position: relative;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block {
    width: 49%;
    padding: 40px 33px;
    margin-bottom: 0;
    overflow: hidden;
  }
}

@media (min-width: 1500px) {
  .trust-bl__block {
    overflow: visible;
  }
}

.trust-bl__block-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 10px;
  max-width: 203px;
}

@media (min-width: 992px) {
  .trust-bl__block-title {
    font-size: 20px;
    margin-bottom: 13px;
    max-width: 456px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-title {
    font-size: 22px;
    margin-bottom: 18px;
    max-width: 436px;
  }
}

.trust-bl__block-text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 25px;
}

@media (min-width: 992px) {
  .trust-bl__block-text {
    font-size: 16px;
    margin-bottom: 38px;
    max-width: 475px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-text {
    margin-bottom: 52px;
    max-width: 400px;
  }
}

.trust-bl__block-ul {
  margin: 0 0 25px 0;
  padding: 0;
}

@media (min-width: 992px) {
  .trust-bl__block-ul {
    margin: 0 0 20px 0;
  }
}

.trust-bl__block-ul li {
  list-style: none;
  margin: 0;
  padding: 0 0 10px 16px;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  position: relative;
}

@media (min-width: 992px) {
  .trust-bl__block-ul li {
    font-size: 16px;
    padding: 0 0 10px 9px;
  }
}

.trust-bl__block-ul li:before {
  content: '';
  width: 4px;
  height: 4px;
  background: #1C1B17;
  display: block;
  position: absolute;
  top: 7px;
  left: 0;
}

@media (min-width: 992px) {
  .trust-bl__block-ul li:before {
    top: 10px;
    left: -7px;
  }
}

@media (min-width: 992px) {
  .trust-bl__block-button {
    max-width: 475px;
    justify-content: flex-start;
    align-items: center;
  }
}

.trust-bl__block-button p {
  display: none;
}

@media (min-width: 992px) {
  .trust-bl__block-button p {
    display: block;
    font-size: 12px;
    line-height: 150%;
    color: #8B8B8B;
    margin: 0 0 0 30px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-button p {
    max-width: 107px;
  }
}

.trust-bl__block-button .art-button {
  width: 100%;
}

@media (min-width: 992px) {
  .trust-bl__block-button .art-button {
    width: auto;
    padding: 16px 35px;
  }
}

.trust-bl__block-img {
  display: none;
}

@media (min-width: 992px) {
  .trust-bl__block-img {
    display: block;
    position: absolute;
    right: 51px;
    bottom: -15px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-img {
    right: -103px;
  }
}

@media (min-width: 1500px) {
  .trust-bl__block-img {
    right: 19px;
  }
}

.trust-bl__block-name {
  display: none;
}

@media (min-width: 992px) {
  .trust-bl__block-name {
    display: block;
    position: absolute;
    right: 46px;
    bottom: 27px;
    text-align: right;
    max-width: 145px;
  }
  .trust-bl__block-name p {
    display: inline-block;
    font-weight: bold;
    font-size: 16px;
    line-height: 140%;
    color: #1C1B17;
    margin-top: 0;
    margin-bottom: 2px;
    padding: 6px 12px;
    background: #F4F4F4;
  }
  .trust-bl__block-name span {
    font-size: 12px;
    line-height: 150%;
    color: #8B8B8B;
    display: inline-block;
    padding: 6px 4px;
    background: #FFFFFF;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-name {
    right: 19px;
    bottom: 23px;
  }
}

.trust-bl__block-2 {
  background: #F4F4F4;
}

.trust-bl__block-2 .trust-bl__block-title span {
  background: #FFFFFF;
  display: inline-block;
  padding: 0 6px;
  margin-bottom: 2px;
}

@media (min-width: 992px) {
  .trust-bl__block-2 .trust-bl__block-title span {
    margin-left: -7px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-2 .trust-bl__block-title {
    display: none;
  }
  .trust-bl__block-2 .trust-bl__block-title.mobile-1199 {
    display: block;
  }
}

@media (min-width: 1199px) {
  .trust-bl__block-2 .trust-bl__block-button .art-button {
    position: relative;
    left: -8px;
    padding: 16px 40px;
  }
}

.trust-bl__mid {
  padding-bottom: 60px;
  padding-top: 60px;
}

@media (min-width: 992px) {
  .trust-bl__mid {
    padding-bottom: 80px;
    padding-top: 80px;
  }
}

@media (min-width: 1199px) {
  .trust-bl__mid {
    padding-bottom: 112px;
    padding-top: 86px;
  }
}

.news__top {
  padding-top: 54px;
  margin-bottom: 21px;
}

@media (min-width: 992px) {
  .news__top {
    padding-top: 74px;
    margin-bottom: 47px;
  }
}

@media (min-width: 1199px) {
  .news__top {
    padding-top: 100px;
    margin-bottom: 48px;
  }
}

.news__top .title-bl {
  margin-bottom: 23px;
}

.news__top .tabs__tab.active {
  background: #FFFFFF;
}

.news__top .tabs__tab.active span {
  color: #E31E24;
}

.news__wrap {
  margin-bottom: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  z-index: -1;
  top: 0;
}

.news__wrap.active {
  position: relative;
  z-index: 1;
  animation: animate_opacity-t 1s ease-in-out forwards;
}

@media (min-width: 992px) {
  .news__wrap {
    margin-bottom: 0;
  }
}

@media (min-width: 1199px) {
  .news .owl-dots {
    padding-top: 24px;
  }
}

.news .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

@media (min-width: 992px) {
  .news .owl-nav {
    top: -88px;
    width: 108px;
    right: 0;
  }
}

.news .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .news .owl-nav .owl-next {
    right: 0;
  }
}

.news .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .news .owl-nav .owl-prev {
    left: 0;
  }
}

.news .container {
  width: 100%;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
}

.news-item {
  display: block;
  position: relative;
  text-decoration: none;
  background: #FFFFFF;
  min-height: 342px;
}

.news-item:hover .news-item__title {
  color: #E31E24;
  transition: 0.5s;
}

.news-item .promotion-label {
  position: absolute;
  top: 86px;
  left: 30px;
  width: 50px;
  height: 25px;
  background: #E31E24;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
  padding: 4px 0;
  box-sizing: border-box;
}

.news-item__date {
  position: absolute;
  background: #FFFFFF;
  padding: 9px 2px;
  width: 50px;
  height: 60px;
  top: 26px;
  left: 30px;
  color: #8B8B8B;
  text-align: center;
  box-sizing: border-box;
}

.news-item__date .mounth {
  font-size: 14px;
  line-height: 130%;
  display: block;
  font-weight: 300;
  color: #1C1B17;
  position: relative;
  top: -7px;
}

.news-item__date .year {
  font-size: 18px;
  line-height: 110%;
}

.news-item__date .day {
  font-weight: bold;
  font-size: 24px;
  line-height: 130%;
  color: #1C1B17;
}

.news-item__bl {
  padding: 30px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .news-item__bl {
    padding: 30px 31px;
    height: 180px;
    overflow: hidden;
  }
}

.news-item__title {
  margin-top: 0;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  margin-bottom: 7px;
}

@media (min-width: 92px) {
  .news-item__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.news-item__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  margin-top: 0;
  margin-bottom: 0;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .news-item__text {
    font-size: 16px;
    margin-bottom: 10px;
  }
}

@media (min-width: 992px) {
  .news-item__img {
    max-width: none;
    width: 100%;
    height: 201px;
  }
}

.subscribe__ptop {
  padding-top: 60px;
}

@media (min-width: 992px) {
  .subscribe__ptop {
    padding-top: 80px;
  }
}

@media (min-width: 1250px) {
  .subscribe__ptop {
    padding-top: 132px;
  }
}

.subscribe__pbottom {
  padding-bottom: 60px;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .subscribe__pbottom {
    padding-bottom: 80px;
  }
}

@media (min-width: 1250px) {
  .subscribe__pbottom {
    padding-bottom: 132px;
  }
}

.subscribe__wrap {
  margin-bottom: 60px;
  background: #1C1B17;
}

@media (min-width: 992px) {
  .subscribe__wrap {
    margin-bottom: 80px;
  }
}

@media (min-width: 1250px) {
  .subscribe__wrap {
    margin-bottom: 132px;
  }
}

.subscribe__image {
  display: none;
}

@media (min-width: 1250px) {
  .subscribe__image {
    display: block;
    font-size: 0;
  }
}

.subscribe__bl {
  padding: 45px 30px 55px 30px;
  box-sizing: border-box;
  width: 100%;
  align-items: center;
  position: relative;
}

@media (min-width: 992px) {
  .subscribe__bl {
    padding: 43px 41px 43px 41px;
  }
}

@media (min-width: 1250px) {
  .subscribe__bl {
    width: calc(100% - 216px);
  }
}

@media (min-width: 1400px) {
  .subscribe__bl {
    padding: 45px 24px 45px 41px;
  }
}

.subscribe__label {
  max-width: 156px;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .subscribe__label {
    margin-bottom: 0;
  }
}

@media (min-width: 1250px) {
  .subscribe__label {
    max-width: 170px;
  }
}

.subscribe__label span {
  display: inline-block;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #1C1B17;
  background: #FFFFFF;
  padding: 0 7px;
  margin-bottom: 2px;
}

@media (min-width: 1250px) {
  .subscribe__label span {
    font-size: 22px;
  }
}

.subscribe__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 34px;
}

@media (min-width: 992px) {
  .subscribe__text {
    max-width: 281px;
    margin-bottom: 0;
  }
}

@media (min-width: 1250px) {
  .subscribe__text {
    max-width: 342px;
    font-size: 16px;
    margin-top: -10px;
  }
}

@media (min-width: 1400px) {
  .subscribe__text {
    max-width: 476px;
    margin-top: -20px;
  }
}

.subscribe__text br {
  display: none;
}

.subscribe__form {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .subscribe__form {
    max-width: 352px;
  }
}

.subscribe__form input {
  width: 100%;
  font-size: 14px;
  line-height: 100%;
  color: #8B8B8B;
  padding: 17px;
  border: 0;
  outline: none;
  box-sizing: border-box;
}

.subscribe__form input:focus {
  color: #1C1B17;
}

.subscribe__form button {
  width: 60px;
  height: 100%;
  background: #E31E24;
  border: 0;
  outline: none;
  text-align: center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}

.subscribe__form button:hover {
  background: #AD0005;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .subscribe__private {
    position: relative;
    left: 50%;
    margin-left: -240px;
    width: 100%;
  }
}

@media (min-width: 1250px) {
  .subscribe__private {
    position: absolute;
    margin-left: -264px;
    bottom: 32px;
  }
}

@media (min-width: 1400px) {
  .subscribe__private {
    margin-left: -320px;
    bottom: 40px;
  }
}

.subscribe__private p {
  margin-top: 23px;
  margin-bottom: 0;
  font-size: 11px;
  line-height: 150%;
  font-size: #8B8B8B;
}

@media (min-width: 992px) {
  .subscribe__private p {
    font-size: 12px;
    margin-top: 16px;
  }
}

.subscribe__pbottom .subscribe__wrap {
  margin-bottom: 0;
}

/* footer */
.footer {
  background: #1C1B17;
  padding: 0;
  margin-top: 0 !important;
}

.footer__mid {
  padding-top: 57px;
  padding-bottom: 48px;
}

@media (min-width: 992px) {
  .footer__mid {
    padding-top: 78px;
    padding-bottom: 83px;
  }
}

@media (min-width: 1199px) {
  .footer__mid {
    padding-top: 83px;
    padding-bottom: 46px;
  }
}

.footer__block-2,
.footer__block-3,
.footer__block-4 {
  /*display: none;*/
}

@media (min-width: 992px) {
  .footer__block-2,
  .footer__block-3,
  .footer__block-4 {
    display: block;
  }
  .footer__block-2 .footer__label,
  .footer__block-3 .footer__label,
  .footer__block-4 .footer__label {
    margin-bottom: 17px;
  }
}

@media (max-width: 991px) {
  .footer__row-1 {
    order: 2;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .footer__row-1 {
    width: calc(100% - 344px);
  }
}

@media (min-width: 1199px) {
  .footer__row-1 {
    width: calc(100% - 334px);
  }
}

@media (max-width: 991px) {
  .footer__block-5 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    max-width: 360px;
    margin: 48px auto 0;
  }
}

.footer__block-4 {
  display: none;
}

@media (min-width: 992px) {
  .footer__block-4 {
    display: block;
  }
}

.footer__block-1 {
  text-align: center;
  width: 100%;
}

@media (min-width: 992px) {
  .footer__block-1 {
    width: 204px;
  }
}

@media (min-width: 992px) {
  .footer__block-5 {
    max-width: 50%;
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .footer__block-5 {
    max-width: 506px;
    display: flex;
    justify-content: space-between;
  }
}

@media (min-width: 992px) {
  .footer__block-4 {
    max-width: 50%;
    width: 100%;
  }
}

@media (min-width: 1199px) {
  .footer__block-4 {
    max-width: 256px;
  }
  .footer__block-4 .footer__links-bl .footer__links {
    max-width: 245px;
  }
}

@media (min-width: 1468px) {
  .footer__block-4 {
    max-width: 536px;
  }
}

@media (min-width: 992px) {
  .footer__block-2 {
    margin-bottom: 42px;
  }
}

.footer__links a {
  font-size: 12px;
  line-height: 150%;
  color: #FFFFFF;
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  position: relative;
}

@media (min-width: 992px) {
  .footer__links a {
    font-size: 16px;
    margin-bottom: 9px;
  }
}

.footer__links a:hover {
  color: #6A6A6A;
  transition: 0.5s;
}

.footer__links a:hover span:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  bottom: -2px;
  background: rgba(139, 139, 139, 0.2);
}

.footer__links a span {
  position: relative;
}

.footer__logo {
  margin-bottom: 48px;
  display: inline-block;
}

.footer__phone {
  max-width: 204px;
  text-align: left;
  margin: 0 auto;
  margin-bottom: 20px;
}

.footer__phone a.phone {
  font-weight: bold;
  font-size: 20px;
  line-height: 150%;
  color: #FFFFFF;
  text-decoration: none;
}

.footer__phone span {
  font-size: 14px;
  line-height: 150%;
  color: #5E5E5E;
  position: relative;
  top: -3px;
}

.footer__call {
  max-width: 204px;
  text-align: left;
  margin: 2px auto 26px;
}

@media (min-width: 992px) {
  .footer__call {
    margin: -2px auto 26px;
  }
}

.footer__time {
  max-width: 204px;
  text-align: left;
  margin: 0 auto 44px;
}

.footer__time img {
  position: relative;
  top: 2px;
}

.footer__time p {
  display: inline-block;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 140%;
  color: #8B8B8B;
}

.footer__address p {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  margin-bottom: 15px;
  margin-top: 0;
  text-align: left;
}

@media (max-width: 991px) {
  .footer__address p {
    max-width: 200px;
    margin: -12px auto 38px;
  }
}

.footer__row-2 {
  text-align: center;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .footer__row-2 {
    text-align: left;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 66px;
    padding-left: 344px;
    width: calc(100% - 344px);
  }
}

@media (min-width: 1199px) {
  .footer__row-2 {
    padding-left: 0;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .footer__row-2 .footer__whatsapp {
    display: none;
  }
}

@media (min-width: 1199px) {
  .footer__row-2 .footer__whatsapp {
    display: flex;
  }
}

.footer__block-1 .footer__whatsapp {
  display: none;
}

@media (min-width: 992px) {
  .footer__block-1 .footer__whatsapp {
    display: flex;
  }
}

@media (min-width: 1199px) {
  .footer__block-1 .footer__whatsapp {
    display: none;
  }
}

.footer__whatsapp {
  width: 202px;
  height: 70px;
  background: #0F0E0B;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  margin: 0 auto 42px;
  text-align: left;
}

@media (min-width: 992px) {
  .footer__whatsapp {
    margin: 0;
  }
}

.footer__whatsapp span {
  text-decoration: none;
  font-size: 16px;
  line-height: 120%;
  color: #8B8B8B;
  max-width: 57px;
  margin-right: 33px;
}

.footer__whatsapp:hover {
  background: #000000;
  transition: 0.5s;
}

.footer__whatsapp:hover span {
  color: #FFFFFF;
  transition: 0.5s;
}

.footer__label {
  font-weight: bold;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #5E5E5E;
  margin-bottom: 12px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .footer__label {
    font-size: 16px;
    margin-bottom: 22px;
  }
}

.footer__sotial {
  margin-bottom: 41px;
}

@media (min-width: 992px) {
  .footer__sotial {
    margin-bottom: 40px;
  }
}

.sotial-bl__wrap {
  max-width: 186px;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}

.sotial-bl a:hover img,
.sotial-bl a:hover svg {
  opacity: 0.7;
  transition: 0.5s;
}

.footer__payment {
  margin-bottom: 48px;
}

@media (min-width: 992px) {
  .footer__payment {
    margin-bottom: 40px;
  }
}

.footer__post-link {
  display: flex;
  width: 290px;
  margin: 0 auto;
  background: #0F0E0B;
  align-items: center;
  justify-content: center;
  height: 70px;
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer__post-link {
    margin: 0;
    /*width: 633px;
        margin-left: calc(100% - 633px);*/
    width: 100%;
    margin-left: 0;
  }
}

@media (min-width: 1199px) {
  .footer__post-link {
    margin-left: 0;
    width: 424px;
  }
}

.footer__post-link b {
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  margin-left: 13px;
  color: #FFFFFF;
}

@media (min-width: 1199px) {
  .footer__post-link b {
    font-size: 16px;
  }
}

.footer__post-link:hover {
  background: #000000;
  transition: 0.5s;
}

.footer__post-link:hover b {
  color: #8B8B8B;
  transition: 0.5s;
}

.footer__bottom {
  background: #0F0E0B;
  padding: 30px 0;
  text-align: center;
}

@media (min-width: 992px) {
  .footer__bottom {
    padding: 16px 0;
  }
}

.footer__bottom .d-flex {
  justify-content: center;
}

@media (min-width: 992px) {
  .footer__bottom .d-flex {
    justify-content: space-between;
    align-items: center;
  }
}

.footer__bottom-text {
  font-size: 12px;
  line-height: 150%;
  color: #5E5E5E;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  .footer__bottom-text {
    margin-bottom: 0;
  }
}

@media (min-width: 1199px) {
  .footer__bottom-text {
    font-size: 14px;
  }
}

.footer__bottom-polite {
  font-size: 12px;
  line-height: 150%;
  color: #5E5E5E;
  display: inline-block;
  margin-bottom: 30px;
  width: 100%;
  text-decoration: none;
}

@media (min-width: 992px) {
  .footer__bottom-polite {
    width: auto;
    margin-bottom: 0;
  }
}

@media (min-width: 1199px) {
  .footer__bottom-polite {
    font-size: 14px;
  }
}

.footer__bottom-polite:hover {
  color: #8B8B8B;
  transition: 0.5s;
}

.wpx:hover path {
  fill: #888;
  transition: .5s;
}

.wpx:hover rect.obj {
  fill: #000;
  stroke: #fff;
  transition: .5s;
}

.wpx:hover rect.obj2 {
  fill: #fff;
  transition: .5s;
}

@media (min-width: 1199px) {
  .wpx {
    text-align: right;
    width: 327px;
  }
}

/* menu */
.megamenu {
  position: fixed;
  top: 0;
  left: -105%;
  width: 1505px;
  height: 100%;
  background: #FFFFFF;
  z-index: 15;
  transition: left .3s ease 0s;
}

@media (max-width: 1580px) {
  .megamenu {
    width: 90%;
  }
}

@media (max-width: 1140px) {
  .megamenu {
    width: 90%;
  }
}

.megamenu.active {
  left: 0;
  transition: left .3s ease 0s;
}

.megamenu .d-flex {
  height: 100%;
}

body.mobile {
  height: 100%;
  overflow: hidden;
  display: block;
  position: relative;
}

.overlay {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}

body.old-page.mobile .overlay,
.page-old.scroll.mobile .overlay {
  position: fixed;
}

@media (min-width: 992px) {
  .mobile.scroll .header {
    z-index: 0;
  }
}

.level-1-padding {
  width: 350px;
  background: #F4F4F4;
  box-sizing: border-box;
  padding: 71px 0;
  height: 100vh;
}

@media (max-width: 1580px) {
  .level-1-padding {
    width: 316px;
  }
}

@media (max-width: 991px) {
  .level-1-padding {
    padding: 0;
    width: 100%;
  }
}

.level-1-padding.hide {
  display: none;
}

.megamenu-level-1.hide {
  display: none;
}

.megamenu-link-burger a {
  display: flex;
  width: 100%;
  padding: 11px 42px 14px 39px;
  box-sizing: border-box;
  text-decoration: none;
  background: #F4F4F4;
  align-items: center;
}

@media (max-width: 1580px) {
  .megamenu-link-burger a {
    padding: 11px 28px 13px 21px;
  }
}

@media (max-width: 991px) {
  .megamenu-link-burger a {
    background: #FFFFFF;
    padding: 13px 33px 11px 33px;
  }
}

.megamenu-link-burger a svg {
  height: 20px;
  width: auto;
}

.megamenu-link-burger a span {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  width: calc(100% - 44px);
  text-decoration: none;
  margin-left: 19px;
}

@media (max-width: 1580px) {
  .megamenu-link-burger a span {
    margin-left: 12px;
  }
}

.megamenu-link-burger a:hover, .megamenu-link-burger a.active {
  background: #FFFFFF;
  transition: 0.5s;
}

.megamenu-link-burger a:hover svg path, .megamenu-link-burger a.active svg path {
  fill: #E31E24;
  transition: 0.5s;
}

.megamenu-link-burger a:hover span, .megamenu-link-burger a.active span {
  color: #E31E24;
  transition: 0.5s;
}

.level-2-padding {
  width: calc(100% - 350px);
  padding-top: 71px;
  box-sizing: border-box;
  padding-right: 11px;
}

@media (max-width: 1580px) {
  .level-2-padding {
    width: calc(100% - 316px);
  }
}

@media (max-width: 991px) {
  .level-2-padding {
    width: 100%;
    padding: 0;
  }
}

.level-2-padding.hide {
  display: none;
}

.menublock {
  column-count: 3;
  column-gap: 60px;
  padding: 0 63px 40px 63px;
  position: absolute;
  z-index: -1;
  opacity: 0;
  transition: 1s;
}

@media (max-width: 1580px) {
  .menublock {
    padding: 0 49px 40px 44px;
    column-gap: 50px;
    column-count: 2;
  }
}

@media (max-width: 1020px) {
  .menublock {
    column-count: 1;
    column-gap: 0;
    background: #FFFFFF;
    padding: 0 49px 40px 44px;
  }
}

@media (max-width: 991px) {
  .menublock {
    padding: 0 0 100px 0;
  }
}

.menublock.active {
  position: relative;
  z-index: 1;
  opacity: 1;
  transition: 1s;
}

.menublock .link-block {
  display: block;
  -moz-column-break-inside: avoid;
  break-inside: avoid;
  margin: 0 0 64px 0;
}

@media (max-width: 1460px) {
  .menublock .link-block {
    margin: 0 0 58px 0;
  }
}

@media (max-width: 991px) {
  .menublock .link-block {
    margin: 0;
  }
  .menublock .link-block ul {
    padding: 21px 14px 21px 17px !important;
  }
  .menublock .link-block.open ul {
    display: none;
    padding: 21px 14px 21px 17px;
  }
  .menublock .link-block.open ul.active {
    display: block;
  }
  .menublock .link-block.open ul li {
    font-size: 13px;
  }
  .menublock .link-block.open ul li a {
    font-size: 13px;
  }
  .menublock .link-block.open .link-block__title::before {
    content: '';
    width: 7px;
    height: 13px;
    display: block;
    position: absolute;
    background: url(../images/arrow-forward.svg) top center no-repeat;
    top: 16px;
    right: 17px;
    background-size: 100%;
  }
  .menublock .link-block.open .link-block__title.active {
    padding: 15px 32px 13px 32px;
    color: #E31E24;
    background: #F4F4F4;
  }
  .menublock .link-block.open .link-block__title.active::before {
    display: none;
  }
  .menublock .link-block.culc-link {
    margin: 10px;
  }
  .menublock .link-block .link-block__title {
    padding: 13px 32px 13px 17px;
    font-size: 14px;
    position: relative;
    border-bottom: 1px solid #E4E4E4;
    margin: 0;
    display: flex;
  }
}

.menublock .link-block__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 23px;
  text-decoration: none;
}

@media (max-width: 1460px) {
  .menublock .link-block__title {
    font-size: 14px;
  }
}

.menublock .link-block a.link-block__title:hover {
  color: #E31E24;
  transition: 0.5s;
}

.menublock .link-block ul {
  margin: 0;
  padding: 0;
}

.menublock .link-block ul li {
  margin: 0 0 15px 0;
  padding: 0;
  list-style: none;
  font-size: 16px;
  line-height: 140%;
  color: #8B8B8B;
}

@media (max-width: 1460px) {
  .menublock .link-block ul li {
    font-size: 14px;
  }
}

.menublock .link-block ul li a {
  text-decoration: none;
  color: #8B8B8B;
}

.menublock .link-block ul li a:hover {
  color: #E31E24;
  transition: 0.5s;
}

@media (max-width: 991px) {
  .menublock .link-block ul li a {
    font-size: 13px;
  }
}

.menublock .link-block .culc-bl {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 46px 34px;
  background: #F4F4F4;
  width: 100%;
  height: 271px;
}

@media (max-width: 1460px) {
  .menublock .link-block .culc-bl {
    height: 205px;
    padding: 29px;
  }
}

.menublock .link-block .culc-bl .img {
  position: absolute;
  bottom: 0;
  right: 0;
}

@media (max-width: 1460px) {
  .menublock .link-block .culc-bl .img {
    height: 181px;
    width: auto;
  }
}

.menublock .link-block .culc-bl .name {
  display: block;
  max-width: 190px;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  margin-bottom: 40px;
  z-index: 1;
}

@media (max-width: 1460px) {
  .menublock .link-block .culc-bl .name {
    font-size: 16px;
    max-width: 124px;
    margin-bottom: 28px;
  }
}

.menublock .link-block .culc-bl .art-button {
  position: relative;
  z-index: 1;
}

@media (max-width: 1460px) {
  .menublock .link-block .culc-bl .art-button {
    padding: 16px 35px;
  }
}

@media (min-width: 1230px) {
  .page-content .menublock {
    column-count: 3;
    column-gap: 60px;
    padding: 0 63px 40px 63px;
  }
}

.fancybox-slide {
  padding: 0;
}

.megamenu-close {
  position: absolute;
  top: 23px;
  right: 23px;
}

.megamenu-link-burger-2,
.megamenu-link-burger {
  overflow-y: auto;
}

.megamenu-link-burger-2::-webkit-scrollbar,
.megamenu-link-burger::-webkit-scrollbar {
  width: 3px;
}

::-webkit-scrollbar {
  height: 5px;
  width: 5px;
  background: #FFFFFF;
  border-radius: 2px;
}

::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #8B8B8B;
}

.link-mega-back,
.megamenu-link-burger-back {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #1C1B17;
  padding: 15px 32px 13px 32px;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  display: block;
  text-decoration: none;
}

.link-mega-back::before,
.megamenu-link-burger-back::before {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(../images/arrow-back.svg) top center no-repeat;
  top: 18px;
  left: 17px;
  right: auto;
  background-size: 100%;
}

.link-subcategory-name {
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  color: #E31E24;
  background: #F4F4F4;
  padding: 15px 32px 13px 32px;
  position: relative;
  border-bottom: 1px solid #E4E4E4;
  display: block;
  text-decoration: none;
}

.link-subcategory-name.active {
  padding: 15px 32px 13px 32px;
  color: #1C1B17;
  background: #FFFFFF;
}

.link-subcategory-name.active::before {
  content: '';
  width: 7px;
  height: 13px;
  display: block;
  position: absolute;
  background: url(../images/arrow-back.svg) top center no-repeat;
  top: 18px;
  left: 17px;
  right: auto;
  background-size: 100%;
}

@media (max-width: 991px) {
  .megamenu-link-burger-2, .megamenu-link-burger {
    height: 100vh;
  }
}

.not-front.header {
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

@media (max-width: 767px) {
  .breadcrumbs-wrap .breadcrumbs {
    width: 100%;
    white-space: nowrap;
  }
}

.breadcrumbs-wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

section.page-banner {
  margin-top: -80px;
}

.breadcrumbs {
  padding: 27px 0;
  margin: 0;
}

@media (min-width: 992px) {
  .breadcrumbs {
    padding: 40px 0 33px 0;
  }
}

@media (min-width: 1199px) {
  .breadcrumbs {
    padding: 50px 0 44px 0;
  }
}

.breadcrumbs ul {
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .breadcrumbs ul {
    width: 100%;
    display: block;
    overflow-x: auto;
    padding-left: 0;
  }
  .breadcrumbs ul::-webkit-scrollbar {
    height: 0;
  }
}

.breadcrumbs li {
  padding: 0;
  margin: 0 36px 0 0;
  list-style: none;
  position: relative;
}

@media (max-width: 767px) {
  .breadcrumbs li {
    display: inline-block;
  }
}

.breadcrumbs li a {
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
  color: #8B8B8B;
}

@media (min-width: 992px) {
  .breadcrumbs li a {
    font-size: 14px;
  }
}

.breadcrumbs li a:hover {
  color: #1C1B17;
  transition: 0.5s;
}

.breadcrumbs li span {
  font-size: 12px;
  line-height: 140%;
  text-decoration: none;
}

@media (min-width: 992px) {
  .breadcrumbs li span {
    font-size: 14px;
  }
}

.breadcrumbs li:before {
  content: '';
  width: 2px;
  height: 2px;
  background: #E31E24;
  display: block;
  position: absolute;
  top: 10px;
  right: -18px;
}

.breadcrumbs li:last-child::before {
  display: none;
}

.page-title-bl__description {
  margin-bottom: 35px;
}

@media (min-width: 992px) {
  .page-title-bl__description {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 49px;
  }
}

@media (min-width: 1199px) {
  .page-title-bl__description {
    margin-bottom: 60px;
  }
}

.page-title-bl__description span {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
}

@media (min-width: 992px) {
  .page-title-bl__description span {
    display: block;
    width: calc(100% - 48px);
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  .page-title-bl__description span {
    font-size: 22px;
  }
}

.page-title-bl__description svg {
  display: none;
}

@media (min-width: 992px) {
  .page-title-bl__description svg {
    display: block;
    margin-top: 8px;
  }
}

.page-title-bl h1 {
  font-weight: bold;
  font-size: 20px;
  line-height: 130%;
  color: #1C1B17;
  text-transform: uppercase;
  padding: 0;
  margin: 0 0 12px 0;
}

@media (min-width: 992px) {
  .page-title-bl h1 {
    font-size: 28px;
    margin-bottom: 20px;
  }
}

@media (min-width: 1199px) {
  .page-title-bl h1 {
    font-size: 36px;
    margin-bottom: 18px;
  }
}

.page-title-bl h1 span {
  display: block;
  color: #E31E24;
}

.page-title-bl__style-1 {
  position: relative;
}

.page-title-bl__style-1 h1 {
  margin-bottom: 34px;
}

@media (min-width: 992px) {
  .page-title-bl__style-1 h1 {
    margin-bottom: 37px;
  }
}

@media (min-width: 1199px) {
  .page-title-bl__style-1 h1 {
    margin-bottom: 50px;
  }
}

.page-title-bl__style-1 .link-next {
  position: absolute;
  top: 35px;
  right: 0;
}

@media (min-width: 1199px) {
  .page-title-bl__style-1 .link-next {
    top: 45px;
  }
}

.page-title-bl__style-1 .link-next a {
  font-weight: bold;
  font-size: 28px;
  line-height: 130%;
  color: #F4F4F4;
  text-decoration: none;
  text-transform: uppercase;
}

.page-title-bl__style-1 .link-next a svg {
  position: relative;
  top: 4px;
}

@media (min-width: 1199px) {
  .page-title-bl__style-1 .link-next a svg {
    top: 2px;
  }
}

@media (min-width: 1199px) {
  .page-title-bl__style-1 .link-next a {
    font-size: 36px;
  }
}

@media (min-width: 992px) {
  .page-title-bl__style-1 .page-title-bl__description {
    max-width: 660px;
  }
}

@media (min-width: 1199px) {
  .page-title-bl__style-1 .page-title-bl__description {
    max-width: 1045px;
  }
}

.page-title-bl.nowrap span {
  display: inline;
}

.template-6 .page-title-bl h1 {
  text-transform: none;
  margin-bottom: 30px;
}

.form-group.hidden {
  display: none;
}

.title-form {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .title-form {
    font-size: 24px;
  }
}

@media (min-width: 1199px) {
  .title-form {
    font-size: 32px;
  }
}

.form-group {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .form-group {
    margin-bottom: 38px;
  }
}

.form-group input,
.form-group .jq-selectbox__select-text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #8B8B8B;
  border: 0;
  outline: none;
  border-radius: 0;
  border-bottom: 1px solid #C4C4C4;
  width: 100%;
  padding: 10px 10px;
  box-sizing: border-box;
  height: auto;
}

@media (min-width: 992px) {
  .form-group input,
  .form-group .jq-selectbox__select-text {
    padding: 17px 10px;
  }
}

@media (min-width: 1199px) {
  .form-group input,
  .form-group .jq-selectbox__select-text {
    font-size: 16px;
    padding: 20px 11px;
  }
}

.form-group .jq-selectbox__trigger {
  background: url(../images/pages/how-order/arrow-select.svg) top center no-repeat;
  top: 16px;
  position: absolute;
  width: 12px;
  height: 6px;
  right: 0;
}

@media (min-width: 992px) {
  .form-group .jq-selectbox__trigger {
    top: 24px;
  }
}

.form-group .jq-selectbox__dropdown {
  position: absolute;
  background: #fff;
  top: 35px !important;
  width: 100% !important;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.2);
  left: 0;
}

@media (min-width: 992px) {
  .form-group .jq-selectbox__dropdown {
    top: 50px !important;
  }
}

.form-group .jq-selectbox__dropdown ul {
  padding-left: 20px;
}

.form-group .jq-selectbox__dropdown li {
  color: #8B8B8B;
  font-style: 14px;
  line-height: 150%;
}

.form-group label {
  position: absolute;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 1;
  color: #8B8B8B;
  top: 10px;
  left: 10px;
  max-width: 100%;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
}

@media (min-width: 992px) {
  .form-group label {
    top: 17px;
  }
}

@media (min-width: 1199px) {
  .form-group label {
    font-size: 16px;
    top: 20px;
    left: 11px;
  }
}

.wrapper .jq-selectbox li, .wrapper .jq-select-multiple li {
  white-space: normal;
}

.form-group.has_value label {
  top: -10px;
  color: #1C1B17;
  transition: all 0.5s;
}

.form-file {
  margin-top: 34px;
  margin-bottom: 48px;
}

.form-file .form-table {
  display: flex;
  flex-wrap: wrap;
}

.form-file .form-table span.filename {
  width: 100%;
}

.form-file input {
  display: none;
}

.form-file label {
  cursor: pointer;
}

.form-file label span {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #8B8B8B;
  position: relative;
  top: -8px;
  left: 12px;
}

@media (min-width: 1199px) {
  .form-file label span {
    font-size: 16px;
    left: 18px;
  }
}

.form-file label .file-requered {
  padding-left: 10px;
  color: #8B8B8B;
}

@media (max-width: 600px) {
  .form-file label .file-requered {
    display: block;
    padding-left: 28px;
  }
}

.form-file label .file-upload {
  position: relative;
  color: #1C1B17;
}

.form-file label .file-upload:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  background: rgba(139, 139, 139, 0.2);
  bottom: 0;
  left: 0;
}

.form-file label .clip {
  width: 25px;
  height: auto;
}

@media (min-width: 1199px) {
  .form-file label .clip {
    width: 30px;
  }
}

.form-action {
  width: 100%;
}

.form-action .art-button {
  border: 0;
  width: 100%;
  padding: 16px 20px;
}

.form-button .accepts {
  font-style: normal;
  font-weight: normal;
  font-size: 11px;
  line-height: 150%;
  color: #8B8B8B;
  padding-top: 30px;
  padding-bottom: 16px;
  margin: 0;
}

.form-button .accepts a.line-red {
  font-size: 11px;
  line-height: 150%;
  position: relative;
}

h2,
h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (min-width: 992px) {
  h2,
  h3 {
    font-size: 24px;
    margin-bottom: 13px;
  }
}

@media (min-width: 1199px) {
  h2,
  h3 {
    font-size: 32px;
    margin-bottom: 12px;
  }
}

.content-block {
  margin-bottom: 54px;
}

.content-block p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 150%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .content-block p {
    font-size: 18px;
    margin-bottom: 42px;
  }
}

@media (min-width: 1199px) {
  .content-block p {
    font-size: 22px;
    margin-bottom: 44px;
  }
}

.content-block .gallery {
  margin-bottom: 18px;
}

.content-block .gallery img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .content-block .gallery.col-3:after {
    content: '';
    width: 32%;
    height: 0;
    order: 1;
  }
}

.content-block .gallery.col-3 a {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .content-block .gallery.col-3 a {
    width: 32%;
    height: 158px;
  }
}

.content-block .gallery.col-2 a {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
}

@media (min-width: 992px) {
  .content-block .gallery.col-2 a {
    width: 49%;
    height: 240px;
  }
}

.content-block .gallery.col-1 a {
  display: block;
  margin-bottom: 5px;
  overflow: hidden;
  width: 100%;
  height: auto;
}

.content-block table {
  border: 0;
  margin-bottom: 50px;
}

@media (max-width: 992px) {
  .content-block table {
    margin-bottom: 40px;
  }
}

@media (max-width: 450px) {
  .content-block table {
    margin-bottom: 30px;
  }
}

.content-block table td {
  border: 0 !important;
  padding: 22px 63px;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
}

@media (max-width: 992px) {
  .content-block table td {
    padding: 7px 12px;
    font-size: 14px;
  }
}

@media (max-width: 450px) {
  .content-block table td {
    display: inline-block;
    width: 100%;
  }
}

.content-block table td:nth-child(even) {
  color: #E31E24;
}

.content-block table tr:nth-child(odd) {
  background: #F4F4F4;
}

.row-element h4 {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  margin-top: 0;
  color: #1C1B17;
  margin-bottom: 25px;
  display: block;
  border-bottom: 2px solid #E31E24;
  padding-bottom: 8px;
}

@media (min-width: 992px) {
  .row-element h4 {
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 30px;
  }
}

@media (min-width: 1199px) {
  .row-element h4 {
    font-size: 22px;
  }
}

.row-element .phone {
  white-space: nowrap;
}

.content ul {
  margin: 0;
  padding: 0;
}

.content ul li {
  list-style: none;
  padding: 0;
  margin: 0 0 22px 24px;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  position: relative;
}

.content ul li::before {
  content: '';
  width: 6px;
  height: 6px;
  background: #E31E24;
  display: block;
  position: absolute;
  top: 6px;
  left: -22px;
}

@media (min-width: 992px) {
  .content ul li::before {
    top: 8px;
  }
}

@media (min-width: 992px) {
  .content ul li {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .content ul li {
    font-size: 18px;
  }
}

.content ul li.ya-share2__item::before {
  display: none;
}

.content-block .row-element__span {
  font-style: normal;
  font-weight: bold;
  color: #8B8B8B;
}

.content-block .row-element__gray {
  color: #8B8B8B;
  padding-left: 24px;
}

@media (min-width: 992px) {
  .content-block .row-element__gray {
    font-size: 16px;
    line-height: 140%;
    font-weight: normal;
  }
}

@media (min-width: 1199px) {
  .content-block .row-element__gray {
    font-size: 18px;
    line-height: 140%;
    font-weight: normal;
  }
}

.content strong {
  color: #1C1B17;
  font-weight: bold;
}

@media (min-width: 992px) {
  .row-two-elements .row-element {
    width: 45%;
  }
}

/* cooperation form */
.cooperation-form {
  background: #FFFFFF;
  border: 15px solid #F4F4F4;
  box-sizing: border-box;
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .cooperation-form {
    margin-bottom: 48px;
  }
}

@media (min-width: 1199px) {
  .cooperation-form {
    margin-bottom: 76px;
    width: 100%;
  }
}

.cooperation-form__form {
  background: #FFFFFF;
  padding: 31px 20px;
  box-sizing: border-box;
  width: 100%;
}

@media (min-width: 992px) {
  .cooperation-form__form {
    width: calc(100% - 320px);
    padding: 51px 35px;
    min-height: 661px;
  }
}

@media (min-width: 1199px) {
  .cooperation-form__form {
    width: calc(100% - 460px);
    padding: 70px 58px;
  }
}

.cooperation-form__form .title-form {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .cooperation-form__form .title-form {
    margin-bottom: 30px;
  }
  .cooperation-form__form .title-form br {
    display: none;
  }
}

@media (min-width: 1199px) {
  .cooperation-form__form .title-form {
    margin-bottom: 50px;
  }
}

.cooperation-form__block {
  display: none;
}

@media (min-width: 992px) {
  .cooperation-form__block {
    display: block;
    width: 320px;
    background: #F4F4F4;
    padding: 57px 15px 0 45px;
    box-sizing: border-box;
    position: relative;
    min-height: 600px;
  }
}

@media (min-width: 1199px) {
  .cooperation-form__block {
    width: 460px;
    padding: 77px 55px 0 54px;
  }
}

.page-id-195 .cooperation-form__block {
  min-height: 685px;
}

.cooperation-form__title {
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 8px;
  max-width: 166px;
}

@media (min-width: 1199px) {
  .cooperation-form__title {
    font-size: 22px;
    margin-bottom: 12px;
    max-width: 100%;
  }
}

.cooperation-form__text {
  font-style: normal;
  font-weight: 300;
  font-size: 18px;
  line-height: 150%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1199px) {
  .cooperation-form__text {
    font-size: 20px;
  }
}

.cooperation-form__img {
  max-width: 370px;
  width: 370px;
  position: absolute;
  height: auto;
  bottom: -15px;
  right: -15px;
}

@media (min-width: 1199px) {
  .cooperation-form__img {
    width: 516px;
    max-width: 516px;
  }
}

@media (min-width: 992px) {
  .wrap-group.d-flex .form-group {
    width: 48%;
  }
  .cooperation-form__form .form-button {
    display: flex;
    align-items: center;
  }
  .cooperation-form__form .form-button .form-action {
    width: 240px;
    margin-right: 33px;
  }
  .cooperation-form__form .form-button .accepts {
    max-width: 218px;
    padding: 0;
  }
}

/* block with numbers */
.you-get-bl h2 {
  max-width: 585px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .you-get-bl h2 {
    margin-bottom: 35px;
  }
}

@media (min-width: 1199px) {
  .you-get-bl h2 {
    margin-bottom: 48px;
  }
}

.you-get-bl__wrap {
  margin-bottom: 24px;
}

@media (min-width: 992px) {
  .you-get-bl__wrap {
    margin-bottom: 24px;
  }
  .you-get-bl__wrap:before, .you-get-bl__wrap:after {
    content: '';
    width: 24%;
    height: 0;
    order: 1;
  }
}

@media (min-width: 1199px) {
  .you-get-bl__wrap {
    margin-bottom: 24px;
  }
  .you-get-bl__wrap:before, .you-get-bl__wrap:after {
    content: '';
    width: 23%;
    height: 0;
    order: 1;
  }
}

.you-get-bl__item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.you-get-bl__item:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .you-get-bl__item {
    display: block;
    width: 24%;
    margin-bottom: 45px;
  }
}

@media (min-width: 1199px) {
  .you-get-bl__item {
    width: 23%;
    margin-bottom: 58px;
  }
}

.you-get-bl__num {
  width: 45px;
  height: 45px;
  background: #F4F4F4;
  border-radius: 2px;
  font-weight: bold;
  font-size: 16px;
  line-height: 45px;
  text-align: center;
  color: #E31E24;
  margin: -3px 0 0 0;
}

@media (min-width: 992px) {
  .you-get-bl__num {
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    margin: 0 0 20px 0;
  }
}

@media (min-width: 1199px) {
  .you-get-bl__num {
    width: 70px;
    height: 70px;
    line-height: 70px;
    font-size: 22px;
  }
}

.you-get-bl__text {
  width: calc(100% - 61px);
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  margin: 0;
}

@media (min-width: 992px) {
  .you-get-bl__text {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .you-get-bl__text {
    font-size: 18px;
  }
}

.you-get-bl__text strong {
  display: inline-block;
  margin-bottom: 7px;
}

.page-id-214 .you-get-bl h2 {
  max-width: 100%;
}

.page-id-292 .you-get-bl h2 {
  max-width: 875px;
}

.colomn-2 .you-get-bl__item {
  width: 100%;
}

@media (min-width: 992px) {
  .colomn-2 .you-get-bl__item {
    width: 49%;
  }
}

.colomn-3 .you-get-bl__item {
  width: 100%;
}

@media (min-width: 992px) {
  .colomn-3 .you-get-bl__item {
    width: 32%;
  }
}

.small-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 0;
  margin-bottom: 23px;
  max-width: 990px;
}

@media (min-width: 992px) {
  .small-title {
    font-size: 20px;
    margin-bottom: 36px;
  }
}

@media (min-width: 1199px) {
  .small-title {
    font-size: 22px;
    margin-bottom: 48px;
  }
}

/* online form */
.online-form .form-title {
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 42px;
  margin-bottom: 23px;
  text-transform: none;
}

@media (min-width: 992px) {
  .online-form .form-title {
    font-size: 18px;
    margin-bottom: 19px;
    margin-top: 52px;
  }
}

@media (min-width: 1199px) {
  .online-form .form-title {
    font-size: 20px;
    margin-bottom: 26px;
    margin-top: 56px;
  }
}

.form-block.addition .checkboxes {
  justify-content: flex-start;
}

.checkboxes label {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  cursor: pointer;
  width: 100%;
}

@media (min-width: 992px) {
  .checkboxes label {
    width: 50%;
  }
}

@media (min-width: 1199px) {
  .checkboxes label {
    margin-bottom: 26px;
    width: auto;
    margin-right: 50px;
  }
}

.checkboxes label.disabled {
  opacity: 0.7;
}

.checkboxes label p span {
  color: #E31E24;
  display: block;
}

.checkboxes .hid {
  display: none;
}

.checkboxes label p {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #5E5E5E;
  margin-top: 0;
  margin-bottom: 0;
}

@media (min-width: 1199px) {
  .checkboxes label p {
    font-size: 16px;
  }
}

.checkboxes label i {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  border: 1px solid #C4C4C4;
  box-sizing: border-box;
  margin-right: 13px;
  position: relative;
}

@media (min-width: 992px) {
  .checkboxes label i {
    margin-right: 15px;
  }
}

.checkboxes label i::before {
  content: '';
  width: 12px;
  height: 10px;
  background: url(../images/pages/how-order/check.svg) top center no-repeat;
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
}

.checkboxes label input:checked + i {
  background: #E31E24;
  box-shadow: 0px 5px 10px rgba(227, 30, 36, 0.5);
  border: 1px solid #E31E24;
}

.checkboxes label input:checked + i:before {
  display: block;
}

.checkboxes label input:checked + p {
  color: #1C1B17;
  transition: 0.5s;
}

/* black block */
.requisites {
  background: #f4f4f4;
  position: relative;
  box-sizing: border-box;
  padding: 58px 41px;
}

.requisites__arrow {
  position: absolute;
  top: 19px;
  right: 20px;
}

.requisites__title {
  font-style: normal;
  font-weight: bold;
  font-size: 20px;
  line-height: 140%;
  color: #e31e24;
  margin-bottom: 12px;
  margin-top: 0;
}

.requisites__title span {
  display: block;
  color: #E31E24;
}

.requisites__text {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000;
  margin-top: 0;
  margin-bottom: 34px;
}

.requisites .art-button {
    background: #FFFFFF;
    box-shadow: none;
    color: #E31E24;
    font-weight: bold;
    font-size: 18px;
    line-height: 130%;
    text-transform: none;
    padding: 11px 19px;
    max-width: 100%;
    border: 1px solid;
    border-bottom: 1px solid!important;
}

.content-block .p-minpadding,
.two-colomn .content-block p {
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .content-block .p-minpadding,
  .two-colomn .content-block p {
    margin-bottom: 20px;
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .content-block .p-minpadding,
  .two-colomn .content-block p {
    margin-bottom: 22px;
    font-size: 18px;
  }
}

.paragraf_small .content-block p {
  margin-bottom: 6px;
}

@media (min-width: 992px) {
  .paragraf_small .content-block p {
    margin-bottom: 10px;
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .paragraf_small .content-block p {
    margin-bottom: 12px;
    font-size: 18px;
  }
}

.content-block.paragraf_small {
  margin-top: 52px;
}

@media (min-width: 992px) {
  .two-colomn:first-child .content-block > p:first-child {
    margin-bottom: 42px;
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  .two-colomn:first-child .content-block > p:first-child {
    margin-bottom: 44px;
    font-size: 22px;
  }
}

@media (min-width: 1199px) {
  .news-content .two-colomn .content-news {
    margin-top: 0;
  }
}

@media (min-width: 1199px) {
  .news-content .two-colomn:first-child .content-news {
    margin-top: 24px;
  }
}

.content-block h3 {
  margin-bottom: 14px;
  font-weight: bold;
  color: #1C1B17;
  font-size: 16px;
}

@media (min-width: 992px) {
  .content-block h3 {
    margin-bottom: 20px;
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  .content-block h3 {
    margin-bottom: 22px;
    font-size: 22px;
  }
}

blockquote {
  font-weight: bold;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
  display: block;
  background: #F4F4F4;
  padding: 31px 26px 18px 27px;
  margin: 0 0 30px 0;
  box-sizing: border-box;
  border-left: 5px solid #E31E24;
}

@media (min-width: 992px) {
  blockquote {
    font-size: 16px;
    padding: 36px 39px 36px 27px;
    margin-bottom: 50px;
  }
}

@media (min-width: 1199px) {
  blockquote {
    font-size: 18px;
    padding: 45px 60px 45px 48px;
    margin-bottom: 52px;
  }
}

.two-colomn .content-block img {
  max-width: 100%;
  height: auto;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .two-colomn .content-block img {
    margin-bottom: 42px;
  }
}

@media (min-width: 1199px) {
  .two-colomn .content-block img {
    margin-bottom: 50px;
  }
}

.two-colomn .right-block {
  margin-bottom: 58px;
}

@media (min-width: 992px) {
  .two-colomn .right-block {
    margin-bottom: 0;
  }
}

/* popup */
.callback .fancybox-content {
  background: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.popup {
  width: 100%;
  height: 100%;
  justify-content: flex-end;
  overflow: hidden;
  position: relative;
}

.fancybox-active .popup {
  display: flex;
}

.popup__wrap .form-button {
  height: auto;
  background: none;
  text-transform: none;
  text-align: left;
}

.compensate-for-scrollbar {
  margin-left: 0;
}

.fancybox-inner {
  width: 90%;
  right: 0;
  left: auto;
}

@media (min-width: 992px) {
  .fancybox-inner {
    width: 70%;
  }
}

@media (min-width: 1199px) {
  .fancybox-inner {
    width: 100%;
  }
}

.popup__wrap {
  width: 100%;
  height: 100%;
  background: #ffffff;
  padding: 46px 27px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  overflow: auto;
}

@media (min-width: 992px) {
  .popup__wrap {
    /*width: 70%;*/
    max-width: 100%;
    padding: 66px 50px;
  }
}

@media (min-width: 1199px) {
  .popup__wrap {
    width: 996px;
    max-width: 70%;
    padding: 71px 73px;
  }
}

.fancybox-button svg path {
  fill: #8B8B8B;
}

.popup__wrap .title-form {
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .popup__wrap .title-form {
    margin-bottom: 45px;
  }
}

@media (min-width: 1199px) {
  .popup__wrap .title-form {
    margin-bottom: 52px;
  }
}

.popup__wrap .form-action {
  width: 100%;
  margin-bottom: 27px;
}

@media (min-width: 992px) {
  .popup__wrap .form-action {
    width: 240px;
    margin-right: 63px;
    margin-bottom: 0;
  }
}

.popup__wrap .form-button {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.popup__wrap .form-button .accepts {
  margin: 0;
  padding: 0;
  max-width: 225px;
}

/* helper */
body #shk_prodHelper {
  position: absolute;
  z-index: 100;
  width: 150px;
  padding: 5px;
  background-color: #ffffff;
  border: 0;
  display: none;
  box-shadow: 0px 2px 13px #b2b2b2;
  border-radius: 0;
}

#shk_prodHelperName {
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
}

#shk_prodHelper div {
  padding: 5px 0;
  text-align: center;
  width: 95%;
  margin: 0 auto;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

#shk_prodHelper .shk_count_button {
  width: 20px;
  height: 20px;
  background: 0 0;
  color: #E31E24;
  text-align: center;
  margin: 0 4px;
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  border: 0;
}

#shk_prodHelper .shs-count input[type=text] {
  padding: 2px 5px;
  border: 1px solid #c4c4c4;
  border-radius: 1px;
  text-align: center;
  font-size: 14px;
  box-shadow: none;
}

#shk_prodHelper #shk_buttons button {
  display: inline-block;
  margin: 0 5px 0 0;
  width: 40px;
  height: 24px;
  background: #E31E24;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-size: 12px;
  box-sizing: border-box;
  position: relative;
  padding: 0;
  border: 0;
  outline: none;
}

/* form success */
.popup__wrap.success {
  background: #FFFFFF url(../images/img-success.png) bottom right no-repeat;
}

@media (max-height: 712px) {
  .popup__wrap.success {
    background-size: 42%;
  }
}

.success .thanks-title {
  font-style: normal;
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  color: #1C1B17;
  margin-top: 45px;
  margin-bottom: 14px;
}

.success .thanks-text {
  max-width: 525px;
  margin-top: 0;
  font-size: 22px;
  line-height: 150%;
  color: #1C1B17;
}

@media (max-width: 1250px) {
  .success .thanks-title {
    font-size: 24px;
    line-height: 140%;
    margin-top: 43px;
  }
  .success .thanks-text {
    font-size: 18px;
  }
  .success > img {
    width: 60px;
    height: 60px;
  }
}

@media (max-width: 700px) {
  .popup__wrap.success {
    background-size: 92%;
  }
  .success > img {
    width: 40px;
    height: 40px;
  }
  .success .thanks-title {
    font-size: 18px;
    line-height: 140%;
    margin-top: 29px;
    margin-bottom: 11px;
  }
  .success .thanks-text {
    font-size: 16px;
  }
}

/* end success */
span.filename {
  display: block;
  color: #8B8B8B;
}

.fancybox-slide .fancybox-content {
  padding: 0 !important;
}

button:before, .form-button:before {
  display: none;
}

.form-field {
  height: auto;
  padding: 0;
  border: 0;
}

.cooperation-form__form .form-button {
  background: none;
  text-align: left;
  text-transform: none;
  height: auto;
}

.page-id-242 .page-content {
  padding: 0;
}

.page-id-242 .page-title-bl h1 {
  margin-bottom: 0;
}

.page-old .title-block {
  margin: 0;
}

.page-old .page-content {
  padding: 0;
}

.page-old .form-field {
  height: 55px;
  border: 1px solid #c4c4c4;
  position: relative;
}

.page-old .longtitle,
.page-old .breadcrumbs,
.page-old .container > .page-title-bl {
  max-width: 60%;
}

@media (max-width: 991px) {
  .page-old .longtitle,
  .page-old .breadcrumbs,
  .page-old .container > .page-title-bl {
    max-width: calc(100% - 30px);
    width: 100%;
  }
}

.page-old .title-block .image-block {
  position: relative;
}

.page-old .title-block .image-block img {
  position: absolute;
  left: 0;
  /*top: -224px;*/
  top: -105px;
  /*max-height: 471px;*/
  max-height: 335px;
  z-index: -1;
}

@media (max-width: 991px) {
  .page-old .title-block .image-block img {
    position: relative;
    left: auto;
    top: auto;
  }
}

.b-block .block-itl-tpl .image img {
  width: 100%;
}

.shop-cart .header-cart.full {
  background: none;
}

.page-banner .top-block {
  margin: 0;
  padding-top: 24px;
  padding-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 692px;
}

@media (max-width: 1199px) {
  .page-banner .top-block {
    max-width: 495px;
    padding-top: 0;
  }
}

@media (max-width: 991px) {
  .page-banner .top-block {
    padding-top: 24px;
    padding-bottom: 0;
  }
}

.page-banner .top-block .top-block-tpl__item {
  display: flex;
  max-width: 199px;
  width: 100%;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  .page-banner .top-block .top-block-tpl__item {
    max-width: 155px;
  }
}

@media (max-width: 991px) {
  .page-banner .top-block .top-block-tpl__item {
    max-width: 100%;
    align-items: center;
    width: 100%;
    margin-bottom: 15px;
  }
  .page-banner .top-block .top-block-tpl__item:last-child {
    margin-bottom: 0;
  }
}

.page-banner .top-block .top-block-tpl__item .icon {
  width: 45px;
}

.page-banner .top-block .top-block-tpl__item .icon img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 1199px) {
  .page-banner .top-block .top-block-tpl__item .icon {
    width: 35px;
  }
}

@media (max-width: 991px) {
  .page-banner .top-block .top-block-tpl__item .icon {
    width: 25px;
  }
}

.page-banner .top-block .top-block-tpl__item .text {
  width: calc(100% - 63px);
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #8B8B8B;
}

@media (max-width: 1199px) {
  .page-banner .top-block .top-block-tpl__item .text {
    width: calc(100% - 47px);
    font-size: 14px;
  }
}

@media (max-width: 991px) {
  .page-banner .top-block .top-block-tpl__item .text {
    width: calc(100% - 35px);
  }
  .page-banner .top-block .top-block-tpl__item .text br {
    display: none;
  }
}

@media (min-width: 992px) {
  .page-old .page-banner__right img {
    max-height: 100%;
  }
}

@media (min-width: 1199px) {
  .page-old .page-banner__right img {
    max-width: 675px;
    max-height: 100%;
  }
}

.page-old .blocks-title {
  margin-bottom: 42px;
  padding: 0;
}

@media (max-width: 1199px) {
  .page-old .blocks-title {
    margin-bottom: 30px;
  }
}

@media (max-width: 450px) {
  .page-old .blocks-title {
    margin-bottom: 19px;
  }
}

.page-old .blocks-title .title {
  font-weight: bold;
  font-size: 32px;
  line-height: 140%;
  text-transform: none;
}

.page-old .blocks-title .title:after {
  display: none;
}

@media (max-width: 1199px) {
  .page-old .blocks-title .title {
    font-size: 24px;
  }
}

@media (max-width: 450px) {
  .page-old .blocks-title .title {
    font-size: 18px;
  }
}

.page-old .blocks-title_style {
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  align-items: center;
  margin-bottom: 16px;
}

@media (min-width: 992px) {
  .page-old .blocks-title_style {
    font-size: 32px;
    margin-bottom: 20px;
  }
}

.page-old .blocks-title_style .title svg {
  position: relative;
  top: 0;
}

@media (min-width: 992px) {
  .page-old .blocks-title_style .title svg {
    top: -6px;
  }
}

.page-old .blocks-title_style .title {
  font-weight: 400;
  padding-right: 10px;
}

.page-old .blocks-title_style .line {
  flex-grow: 2;
  height: 1px;
  background: #8B8B8B;
  width: auto;
  margin: 0;
}

.production-blocks {
  border-bottom: 0;
  margin-bottom: 32px;
}

.production-blocks:after, .production-blocks::before {
  content: '';
  width: 32%;
  height: 0;
  order: 1;
}

@media (max-width: 1199px) {
  .production-blocks {
    margin-bottom: 79px;
  }
}

@media (max-width: 450px) {
  .production-blocks {
    margin-bottom: 50px;
  }
}

.production-block-item {
  background: #F4F4F4;
  padding: 50px 47px;
  position: relative;
  margin-bottom: 30px;
  width: 32%;
  box-sizing: border-box;
  height: 293px;
}

@media (max-width: 1199px) {
  .production-block-item {
    height: 226px;
    padding: 27px 26px;
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) {
  .production-block-item {
    width: 48%;
  }
}

@media (max-width: 700px) {
  .production-block-item {
    width: 100%;
  }
}

.production-block-item .pr-img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-height: 82%;
}

@media (max-width: 1199px) {
  .production-block-item .pr-img {
    height: 122px;
    width: auto;
  }
}

.production-block-item .pr-title {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  text-decoration: none;
  color: #1C1B17;
  display: inline;
  padding: 18px 0;
  /*background: linear-gradient(to right, #FFFFFF 25%, #FFFFFF 60%, #FFFFFF 75%, #FFFFFF) 0 0.82em/400% 28px no-repeat;*/
  position: relative;
  z-index: 2;
}

@media (max-width: 1199px) {
  .production-block-item .pr-title {
    font-size: 18px;
  }
}

@media (max-width: 450px) {
  .production-block-item .pr-title {
    font-size: 16px;
  }
}

.production-block-item .pr-bottom {
  display: block;
  position: absolute;
  bottom: 52px;
  left: 47px;
  max-width: 200px;
}

@media (max-width: 1199px) {
  .production-block-item .pr-bottom {
    left: 26px;
    bottom: 27px;
  }
}

.production-block-item .line-red {
  font-weight: bold;
  font-size: 18px;
}

@media (max-width: 1199px) {
  .production-block-item .line-red {
    font-size: 16px;
  }
}

.production-block-item .pr-price {
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #8B8B8B;
  margin-top: 0;
  margin-bottom: 10px;
}

@media (max-width: 1199px) {
  .production-block-item .pr-price {
    font-size: 14px;
    margin-bottom: 5px;
  }
}

.production-blocks-3 .production-block-item {
  overflow: hidden;
}

.production-blocks-3 .production-block-item .pr-img {
  max-width: none;
  max-height: 100%;
}

.slider-2 .production-block-item {
  width: 100%;
}

.slider-2.pr-slider .owl-dots {
  margin-top: 10px;
  width: 100%;
}

.banner-block-bn h2 {
  color: #1C1B17;
}

@media (min-width: 992px) {
  .banner-block-bn .banner-block-2__left {
    width: calc(100% - 420px);
    padding: 0;
  }
  .banner-block-bn .banner-block-2__right {
    width: 420px;
  }
  .banner-block-bn .banner-block-2__right .requisites {
    margin: 0 auto;
  }
}

@media (min-width: 1199px) {
  .banner-block-bn .banner-block-2__left {
    width: calc(100% - 460px);
    padding: 0;
  }
  .banner-block-bn .banner-block-2__right {
    width: 460px;
  }
}

.page-old .banner-block-bn blockquote p {
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 992px) {
  .page-old .banner-block-bn blockquote p {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .page-old .banner-block-bn blockquote p {
    font-size: 18px;
  }
}

.quote-a1 {
  margin-bottom: 24px;
  border: 10px solid #F4F4F4;
  padding: 21px 11px;
  box-sizing: border-box;
}

.quote-a1 p {
  margin: 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #1C1B17;
}

.quote-a1 p span {
  color: #E31E24;
}

@media (min-width: 992px) {
  .quote-a1 p {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .quote-a1 p {
    font-size: 18px;
  }
}

@media (min-width: 992px) {
  .quote-a1 {
    padding: 10px 11px;
    align-items: center;
    margin-bottom: 24px;
  }
  .quote-a1__image {
    width: 180px;
  }
  .quote-a1__text {
    width: calc(100% - 220px);
  }
}

@media (min-width: 1199px) {
  .quote-a1 {
    padding: 10px 80px 10px 11px;
    margin-bottom: 32px;
  }
  .quote-a1 .quote-a1__image {
    margin-left: 35px;
  }
  .quote-a1__text {
    width: calc(100% - 306px);
  }
}

.slider-2 {
  margin-bottom: 32px;
}

@media (min-width: 992px) {
  .slider-2 {
    margin-bottom: 48px;
  }
}

@media (min-width: 1199px) {
  .slider-2 {
    margin-bottom: 48px;
  }
}

.slider-2 .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

@media (min-width: 992px) {
  .slider-2 .owl-nav {
    top: -77px;
    width: 108px;
    right: 0;
  }
}

.slider-2 .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .slider-2 .owl-nav .owl-prev {
    left: 0;
  }
}

.slider-2 .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .slider-2 .owl-nav .owl-next {
    right: 0;
  }
}

.slider-2__carousel {
  position: relative;
}

.slider-2 .owl-nav .owl-prev:hover,
.slider-2 .owl-nav .owl-next:hover,
.block3 .owl-nav .owl-prev:hover,
.block3 .owl-nav .owl-next:hover {
  background: #6A6A6A;
}

.slider-2 .owl-dots,
.block3 .owl-dots {
  padding-top: 12px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .slider-2 .owl-dots,
  .block3 .owl-dots {
    padding-top: 0;
    margin-top: 30px;
  }
}

@media (min-width: 1199px) {
  .slider-2 .owl-dots,
  .block3 .owl-dots {
    margin-top: 40px;
  }
}

.slider-2 .owl-dots button,
.block3 .owl-dots button {
  border-radius: 0;
}

@media (max-width: 450px) {
  .slider-2 .owl-dots button,
  .block3 .owl-dots button {
    margin: 0 1px;
  }
}

.slider-2__title {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
  margin-bottom: 10px;
  margin-top: 0;
}

@media (min-width: 992px) {
  .slider-2__title {
    font-size: 24px;
    margin-bottom: 8px;
  }
}

@media (min-width: 1199px) {
  .slider-2__title {
    font-size: 32px;
    margin-bottom: 11px;
  }
}

.slider-2__header {
  margin-bottom: 23px;
}

@media (min-width: 992px) {
  .slider-2__header {
    margin-bottom: 36px;
  }
}

.slider-2__subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #1C1B17;
  margin-bottom: 0;
  margin-top: 0;
}

@media (min-width: 992px) {
  .slider-2__subtitle {
    font-size: 18px;
    padding-left: 40px;
    position: relative;
  }
  .slider-2__subtitle::before {
    content: "";
    display: block;
    position: absolute;
    transform: skew(-45deg);
    background: #E31E24;
    color: #fff;
    top: 8px;
    left: 0;
    width: 18px;
    height: 9px;
  }
}

@media (min-width: 992px) and (min-width: 1199px) {
  .slider-2__subtitle::before {
    top: 12px;
  }
}

@media (min-width: 1199px) {
  .slider-2__subtitle {
    font-size: 22px;
  }
}

.slider-2 .youtube-play {
  height: 138px;
}

@media (min-width: 992px) {
  .slider-2 .youtube-play {
    height: 292px;
  }
}

@media (min-width: 992px) {
  .slider-2 .youtube-play .video .play {
    margin-top: -95px;
  }
}

.page {
  min-height: auto;
}

.design-bl h2 {
  margin-bottom: 28px;
}

@media (min-width: 1199px) {
  .design-bl h2 {
    margin-bottom: 40px;
  }
}

.design-bl blockquote {
  padding: 0 0 0 25px;
  background: none;
  margin-top: 27px;
  font-style: normal;
}

@media (min-width: 1199px) {
  .design-bl blockquote {
    margin-top: 40px;
    padding: 0 40px;
  }
}

.block3 {
  margin-bottom: 56px;
}

@media (min-width: 992px) {
  .block3 {
    margin-bottom: 81px;
  }
}

@media (min-width: 1199px) {
  .block3 {
    margin-bottom: 113px;
  }
}

.block3 .block3-subtitle {
  border-left: 0;
  padding: 0;
  margin: 0 0 22px 0;
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .block3 .block3-subtitle {
    margin-bottom: 30px;
    font-size: 24px;
  }
}

@media (min-width: 1199px) {
  .block3 .block3-subtitle {
    margin-bottom: 37px;
    font-size: 32px;
  }
}

.block3 .items-outer {
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.block3 .owl-nav {
  position: absolute;
  top: 40%;
  width: 100%;
}

@media (min-width: 992px) {
  .block3 .owl-nav {
    top: -77px;
    width: 108px;
    right: 0;
  }
}

.block3 .owl-nav .owl-prev {
  position: absolute;
  left: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .block3 .owl-nav .owl-prev {
    left: 0;
  }
}

.block3 .owl-nav .owl-next {
  position: absolute;
  right: -15px;
  top: 0;
}

@media (min-width: 992px) {
  .block3 .owl-nav .owl-next {
    right: 0;
  }
}

.block3 .owl-dots {
  width: 100%;
}

.block3 .owl-dots button {
  margin: 0 4px;
}

.block3-item {
  width: 100%;
  margin-bottom: 10px;
}

.block3-item > a {
  display: block;
  background: #F4F4F4;
  padding: 39px 26px;
  box-sizing: border-box;
  text-decoration: none;
}

@media (max-width: 540px) {
  .block3-item > a {
    padding: 32px 26px;
  }
}

.block3-item > a:hover .block3-item__icon {
  filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  transition: 0.5s;
}

.block3-item > a:hover .block3-item__more svg {
  opacity: 1;
  transition: 0.5s;
}

.block3-item > a:hover .block3-item__more strong {
  color: #E31E24;
}

.block3-item__icon {
  width: 50px;
  height: auto;
  display: block;
  margin-bottom: 30px;
  filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
}

@media (max-width: 540px) {
  .block3-item__icon {
    width: 40px;
    float: left;
    margin-bottom: 0;
    margin-right: 10px;
  }
}

.block3-item__icon img {
  max-width: 100%;
  height: auto;
}

.block3-item__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 140%;
  color: #1C1B17;
  text-decoration: none;
  display: block;
  margin-bottom: 49px;
  height: 90px;
}

@media (max-width: 1199px) {
  .block3-item__title {
    font-size: 18px;
  }
}

@media (max-width: 540px) {
  .block3-item__title {
    font-size: 16px;
    height: auto;
    margin-bottom: 35px;
  }
}

.block3-item__more svg {
  opacity: 0;
  position: relative;
  top: 5px;
  left: 6px;
}

.block3-item__more strong {
  font-size: 18px;
  line-height: 150%;
}

@media (max-width: 540px) {
  .block3-item__more strong {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .banner-block-2__left .content ul li {
    margin: 0 0 10px 24px;
  }
}

.check-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

@media (min-width: 992px) {
  .check-tabs {
    margin-bottom: 40px;
  }
}

@media (min-width: 1199px) {
  .check-tabs {
    margin-bottom: 50px;
  }
}

.check-tabs .tabs__tab {
  color: #1C1B17;
  padding: 0;
  text-decoration: none;
}

.check-tabs .tabs__tab i {
  display: none;
}

@media (min-width: 992px) {
  .check-tabs .tabs__tab i {
    display: inline;
    font-style: normal;
    color: inherit;
  }
}

.check-tabs .tabs__tab.active {
  background: none;
}

.check-tabs .tabs__check-bl {
  background: #F4F4F4;
  padding: 3px;
  width: 46px;
  height: 25px;
  margin: 0 10px;
  box-sizing: border-box;
  cursor: pointer;
}

@media (min-width: 992px) {
  .check-tabs .tabs__check-bl {
    margin: 0 16px;
    width: 66px;
    height: 35px;
  }
}

@media (min-width: 1199px) {
  .check-tabs .tabs__check-bl {
    margin: 0 25px;
    width: 84px;
    height: 45px;
  }
}

.check-tabs .tabs__check-bl .tabs__check {
  width: 20px;
  height: 20px;
  background: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .check-tabs .tabs__check-bl .tabs__check {
    width: 28px;
    height: 28px;
  }
}

@media (min-width: 1199px) {
  .check-tabs .tabs__check-bl .tabs__check {
    width: 37px;
    height: 37px;
  }
}

.check-tabs .tabs__check-bl.right .tabs__check {
  margin-left: 20px;
  transition: 0.5s;
}

@media (min-width: 992px) {
  .check-tabs .tabs__check-bl.right .tabs__check {
    margin-left: 32px;
  }
}

@media (min-width: 1199px) {
  .check-tabs .tabs__check-bl.right .tabs__check {
    margin-left: 41px;
  }
}

@media (min-width: 992px) {
  .online-form .cooperation-form__block {
    min-height: 725px;
  }
}

.form-group input:required {
  background: none;
}

.form-group.tender {
  display: none;
}

.infogr h2 {
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .infogr h2 {
    margin-bottom: 29px;
  }
}

@media (min-width: 1199px) {
  .infogr h2 {
    margin-bottom: 40px;
  }
}

.infogr__bl {
  background: #F4F4F4;
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .infogr__bl {
    margin-bottom: 78px;
    position: relative;
    height: 300px;
  }
}

@media (min-width: 1199px) {
  .infogr__bl {
    height: 400px;
    margin-bottom: 32px;
  }
}

.infogr__padding {
  padding: 39px 34px 0 34px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .infogr__padding {
    padding: 10px;
    max-width: 910px;
    margin: 0 auto;
    position: relative;
  }
}

@media (min-width: 1199px) {
  .infogr__padding {
    max-width: 1254px;
  }
}

.infogr__item {
  margin-bottom: 14px;
}

@media (min-width: 992px) {
  .infogr__item {
    max-width: 240px;
  }
}

@media (min-width: 1199px) {
  .infogr__item {
    max-width: 302px;
    margin-bottom: 40px;
  }
}

@media (min-width: 992px) {
  .infogr__right {
    position: absolute;
    right: 10px;
    top: 50px;
  }
}

@media (min-width: 1199px) {
  .infogr__right {
    top: 70px;
  }
}

@media (min-width: 992px) {
  .infogr__left {
    margin-top: 40px;
  }
}

@media (min-width: 1199px) {
  .infogr__left {
    margin-top: 60px;
  }
}

.infogr__icon {
  width: 17px;
  margin-top: 6px;
}

.infogr__icon svg {
  max-width: 100%;
  height: auto;
}

.infogr__text-bl {
  width: calc(100% - 32px);
}

.infogr__text-bl p {
  margin: 0;
}

.infogr .infogr__text {
  font-weight: 300;
  font-size: 14px;
  line-height: 140%;
  color: #1C1B17;
}

@media (min-width: 1199px) {
  .infogr .infogr__text {
    font-size: 16px;
  }
}

.infogr .infogr__title {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  color: #1C1B17;
  margin-bottom: 7px;
}

@media (min-width: 1199px) {
  .infogr .infogr__title {
    font-size: 18px;
    margin-bottom: 10px;
  }
}

.infogr__img {
  max-width: 96%;
  height: auto;
  position: relative;
  bottom: -2px;
  margin: 0 auto;
  display: block;
}

@media (min-width: 992px) {
  .infogr__img {
    width: 412px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -206px;
  }
}

@media (min-width: 1199px) {
  .infogr__img {
    width: 648px;
    margin-left: -324px;
  }
}

.page-col-wrap {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .page-col-wrap {
    padding-bottom: 20px;
  }
  .page-col-wrap .content-news {
    width: calc(100% - 370px);
  }
  .page-col-wrap .right-block {
    width: 320px;
  }
}

@media (min-width: 1199px) {
  .page-col-wrap .content-news {
    width: calc(100% - 406px);
    margin-top: 24px;
  }
}

.page-col-wrap .content-block {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  .page-id-220 .page-col-wrap {
    margin-bottom: 100px;
  }
}

.requisites.req-star {
  padding: 46px 32px;
}

@media (min-width: 992px) {
  .requisites.req-star {
    padding: 58px 41px;
  }
}

.requisites.req-star .requisites__title {
  font-size: 16px;
}

@media (min-width: 992px) {
  .requisites.req-star .requisites__title {
    font-size: 18px;
  }
}

.banner-block-bn blockquote,
.page-col-wrap .two-colomn blockquote {
  padding: 0 0 0 18px;
  margin-bottom: 20px;
  background: none;
}

@media (min-width: 992px) {
  .banner-block-bn blockquote,
  .page-col-wrap .two-colomn blockquote {
    padding: 0 0 0 25px;
  }
}

@media (min-width: 1199px) {
  .banner-block-bn blockquote,
  .page-col-wrap .two-colomn blockquote {
    padding: 0 0 0 40px;
  }
}

.banner-block-bn blockquote p,
.page-col-wrap .two-colomn blockquote p {
  margin-bottom: 0;
  font-size: 12px;
}

@media (min-width: 992px) {
  .banner-block-bn blockquote p,
  .page-col-wrap .two-colomn blockquote p {
    font-size: 14px;
  }
}

@media (min-width: 1199px) {
  .banner-block-bn blockquote p,
  .page-col-wrap .two-colomn blockquote p {
    font-size: 18px;
  }
}

.accord-item {
  margin-bottom: 30px;
}

.accord-item:last-child {
  margin-bottom: 97px;
}

.accord-item .page-col-wrap {
  padding-bottom: 0;
}

@media (min-width: 992px) {
  .accord-item .page-col-wrap {
    padding-bottom: 20px;
  }
}

.accord-item__blocks {
  display: none;
  margin-top: 20px;
}

@media (min-width: 1199px) {
  .accord-item__blocks {
    margin-top: 70px;
  }
}

.accord-item__name {
  background: #F4F4F4;
  padding: 30px 20px;
  box-sizing: border-box;
  align-items: center;
  cursor: pointer;
}

@media (min-width: 992px) {
  .accord-item__name {
    padding: 25px 36px;
  }
}

@media (min-width: 1199px) {
  .accord-item__name {
    padding: 25px 72px;
  }
}

.accord-item__name span {
  font-weight: bold;
  font-size: 18px;
  line-height: 140%;
  color: #1C1B17;
  display: block;
  width: calc(100% - 56px);
}

@media (min-width: 992px) {
  .accord-item__name span {
    font-size: 24px;
  }
}

@media (min-width: 1199px) {
  .accord-item__name span {
    font-size: 32px;
    width: calc(100% - 90px);
  }
}

.accord-item__arrow {
  width: 40px;
  height: 40px;
  background: #FFFFFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (min-width: 992px) {
  .accord-item__arrow {
    width: 50px;
    height: 50px;
  }
}

@media (min-width: 1199px) {
  .accord-item__arrow {
    width: 70px;
    height: 70px;
  }
}

.accord-item__arrow svg {
  width: 12px;
  height: auto;
}

@media (min-width: 1199px) {
  .accord-item__arrow svg {
    width: 19px;
  }
}

.accord-item.active .accord-item__name span {
  color: #E31E24;
}

.accord-item.active .accord-item__arrow svg {
  transform: rotate(-180deg);
}

.accord-item.active .accord-item__arrow path {
  fill: #1C1B17;
}

.product-page {
  margin-bottom: 50px;
}

@media (min-width: 992px) {
  .product-page {
    margin-bottom: 80px;
  }
}

@media (min-width: 1199px) {
  .product-page {
    margin-bottom: 116px;
  }
}

.product-page .products__item {
  width: 100%;
  margin-bottom: 18px;
}

@media (min-width: 992px) {
  .product-page .products__item {
    width: 32%;
  }
}

@media (min-width: 1199px) {
  .product-page .products__item {
    width: 18%;
  }
}

.product-page .products__item .button-black {
  padding: 11px 10px 14px 10px;
  height: auto;
}

.product-page .products__item .msfavorites.load .msfavorites-icon-heart {
  background: none;
}

.product-page .products__item .voted .msfavorites-icon-heart path {
  fill: #E31E24;
}

.page-culc .container {
  max-width: 1150px;
}

.page-culc .form-field {
  height: 55px;
  border: 1px solid #c4c4c4;
  position: relative;
  padding: 0 10px;
}

.page-culc .form-field.jq-selectbox select {
  position: absolute;
  height: 100%;
  padding: 0;
}

.page-culc .checkboxes label {
  display: flex;
  width: 32%;
  margin-bottom: 26px;
  align-items: flex-start;
}

@media (max-width: 450px) {
  .page-culc .checkboxes label {
    width: 100%;
  }
}

.page-culc .form-table.button-block button span {
  text-transform: uppercase;
}

.title-page-bl {
  background: #F4F4F4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 66px;
}

@media (max-width: 991px) {
  .title-page-bl {
    margin-bottom: 44px;
  }
}

@media (max-width: 450px) {
  .title-page-bl {
    margin-bottom: 26px;
  }
}

.title-page-bl h1 {
  margin: 0;
  padding-left: 46px;
}

@media (max-width: 991px) {
  .title-page-bl h1 {
    font-size: 18px;
    padding-left: 24px;
  }
}

@media (max-width: 450px) {
  .title-page-bl h1 {
    font-size: 16px;
    padding-left: 12px;
  }
}

.title-page-bl__img img {
  max-height: 150px;
  width: auto;
}

@media (max-width: 991px) {
  .title-page-bl__img img {
    max-height: 82px;
  }
}

@media (max-width: 450px) {
  .title-page-bl__img img {
    max-height: 62px;
  }
}

.mpage-block {
  margin-bottom: 100px;
}

.mpage-block .menublock.active {
  z-index: 0;
}

.page-dev section.page-banner {
  margin-top: 0;
}

.to-top {
  position: fixed;
  bottom: -100px;
  right: 20px;
  cursor: pointer;
  z-index: 100;
  visibility: hidden;
  transition: all ease-out 1s;
  width: 50px;
  height: 50px;
  background: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
}

@media (max-width: 991px) {
  .to-top {
    width: 35px;
    height: 35px;
    right: 8px;
  }
}

.to-top:hover {
  background: rgba(120, 120, 120, 0.8);
  transition: 0.5s;
}

.page-id-8 .page-banner {
  margin-top: 0;
}

body .jGrowl-notification {
  display: none !important;
}

.form-group .ajax_form .error {
  font-size: 12px;
  color: #E31E24;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -14px;
}

.gallery-carousel-tpl {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  color: #5e5e5e;
}

@media (max-width: 991px) {
  .gallery-carousel-tpl {
    font-size: 13px;
  }
}

.production-blocks.pr-slider__carousel {
  position: relative;
}

@media (min-width: 992px) {
  .slider-2.pr-slider .slider-2__header {
    margin-bottom: 30px;
  }
}

.wrap-group.d-flex.no-letters {
  display: none;
}

.form-group-tooltip {
  font-weight: normal;
  font-size: 12px;
  line-height: 150%;
  color: #8B8B8B;
  margin-top: 15px;
}

.page-id-350 .b_blocks {
  display: none;
}

.page-id-3794 .popup__wrap {
  position: relative;
  padding: 40px 0;
  overflow: hidden;
}

@media (max-width: 500px) {
  .page-id-3794 .popup__wrap {
    padding: 15px 0;
  }
  a.whatsapp {
    width: 16px;
  }
	
	.header__top-messagers a {
	    width: 18px;
	}
	
	.header__top-messagers .whatsapp {
	    margin-right: 8px;
	}
	
	.email-block.header__top-email {
	    font-size: 12px;
	}
	
	.email-block.header__top-email {
	    margin-left: 2px;
	}
	
	.header__top-email a {
	    font-size: 12px !important;
	}
	
	.header__top-right {
	    width: calc(100% - 40px)!important;
	}
	
	.header__top-messagers {
	    width: unset !important;
	}
}

.catalog__wrap.style-2 .catalog__item:last-child .catalog__title {
  color: #E31E24;
  max-width: 162px;
}

.catalog__wrap.style-2 .catalog__item:last-child .catalog_num {
  font-weight: 700;
  font-size: 12px;
  line-height: 140%;
  color: #1C1B17;
  display: inline-block;
  background: #FFFFFF;
  padding: 0 4px;
  position: relative;
  top: -1px;
}

@media (min-width: 992px) {
  .catalog__wrap.style-2 .catalog__item:last-child .catalog_num {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .catalog__wrap.style-2 .catalog__item {
    margin: 0 0.5% 18px;
  }
}

@media (min-width: 1199px) {
  .catalog__wrap.style-2 {
    justify-content: flex-start;
  }
}

.error_files {
  color: #E31E24;
}

.feedback {
    padding: 48px 0;
}

.feedback .container {
    max-width: 900px;
}

.feedback h2,.feedback p {
    text-align: center;
}

.b-block .icon-blocks {
	padding: 24px 0;
}

@media (max-width: 575px) {
	.accordion__item {
	    width: 270px;
	}
	
	.accordion__button {
	    padding: 8px;
	}
	
	.accordion__caption {
	    font-size: 12px;
	}
}
.header__info_item.rate.yandex {
    padding-left: 30px;
    font-weight: 400;
    text-decoration: none;
}

.header__info_item.rate.yandex:before {
    width: 26px;
    background-image: url(/images/yandex.webp)
}
.header__info_item {
    position: relative;
    padding-left: 29px;
    float: left;
    font: 300 14px/1 Roboto,sans-serif;
    color: #000
}

.header__info_item:before {
    display: block;
    content: '';
    position: absolute;
    top: -3px;
    left: 0;
    width: 20px;
    height: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain
}

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

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

.telegram-tooltip .tooltip-handler {
    animation: impulseSocial ease-in-out 3s infinite 1.5s;
}

.tooltip-list {
    position: absolute;
    top: 100%;
    right: 0;
    flex-direction: column;
    width: 189px;
    padding-top: 13px;
    z-index: 100;
    display: none;
}

.tooltip--active .tooltip-list {
    display: flex;
}

.tooltip-link {
    background-color: white;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    border: 1px solid #e4e4e4;
    padding: 12px;
    box-sizing: border-box;
    text-decoration: none;
}

.tooltip-link::after {
    content: '';
    background-image: url("data:image/svg+xml,%3Csvg width='10' height='9' viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_5611_14)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.52338 1.75H2.73404V0.25H9.08404V6.6H7.58404V2.81066L1.86437 8.53033L0.803711 7.46967L6.52338 1.75Z' fill='%23E31E24'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_5611_14'%3E%3Crect width='10' height='9' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 10px;
    height: 10px;
    flex: 0 0 auto;
}

.tooltip-item:not(:first-child) {
    margin-top: -1px;
}
.disabled .owl-dot {
    display: none!important;
}
.cookie-warning {
    position: fixed;
    bottom: 8px;
    transform: translateX(-50%);
    left: 50%;
    display: none;
    justify-content: space-between;
    width: 100%;
    padding: 32px;
    border-radius: 8px;
    box-sizing: border-box;
    background-color: white;
    color: rgb(0, 0, 0);
    max-width: 836px;
    box-shadow: 0 0 16px 0 rgb(0, 0, 0, 0.2);
}

.cookie-warning--active {
    display: flex;
    align-items: center;
    z-index: 1000;
}

.cookie-warning__text {
    font-size: 16px;
    line-height: 160%;
    margin-right: 30px;
    max-width: 630px;
}

.cookie-warning__text a {
    color: inherit;
}

.cookie-warning__read {
    display: block;
    margin-left: 15px;
    color: white;
    text-decoration: underline;
}

.cookie-warning__apply {
    cursor: pointer;
    padding: 8px 18px;
    background-color: #E31E24;
    border: none;
    border-radius: 4px;
    color: white;
}
.header__top-messagers  button.tooltip-handler {
    height: unset;
}

.form-group .jq-selectbox__dropdown ul {
    max-height: 200px;
}

.news-top__image {
    width: 60%;
    height: auto;
    align-self: stretch;
}

.news-top__image img {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 767px) {
    .cookie-warning--active {
        flex-direction: column;
        text-align: center;
        align-items: center;
        gap: 8px;
        bottom: 0;
        padding: 16px 12px 12px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }

    .cookie-warning__text {
        margin-right: 0;
        font-size: 14px;
    }

    .cookie-warning__apply {
        width: 100%;
    }
    
    .owl-dots {
    	gap: 5px;
    }
    
    .owl-dots button {
    	flex: 1 0 auto;
    	margin: 0;
	}
	
	.trust-bl__top-explanation {
	    margin-left: 15px;
	}
}
@media (max-width: 991px) {
	.tooltip-list {
	    position: absolute;
	    top: 100%;
	    right: 0;
	    flex-direction: column;
	    width: 189px;
	    padding-top: 10px;
	    z-index: 100;
	    display: none;
	}
	
	.telegram-tooltip .tooltip-link {
	    width: 100%;
	}
}

@media (max-width: 499px) {
	.telegram-tooltip .tooltip-handler {
	    height: 18px;
	    width: 20px;
	}
	.requisites {
	  padding: 58px 10px;
	}
}