@charset "UTF-8";
.slick-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  display: flex !important;
  justify-content: center;
}

.slick-dots li button {
  font-size: 0;
  padding: 0;
  height: 20px;
  width: 32px;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0);
}

.slick-dots li:not(:last-child) {
  margin-right: 16px;
}

.slick-dots .slick-active button {
  background: rgba(0, 0, 0, 0);
}

.slick-dots .slick-active button:before {
  background: #43b02a;
}

.slick-dots button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 2px;
  background: #dcdcdc;
  transition: 0.2s;
}

.slick-dots button:hover:before {
  background: #e0f8d4;
}

.brands-slider-wrap {
  display: flex;
  align-items: center;
  margin-top: 4px;
  position: relative;
}

.brands-slider-wrap .slider-arrow-left, .brands-slider-wrap .slider-arrow-right {
  transform: scale(1) translateY(-50%);
  transition: 0.1s;
  position: absolute;
  top: 50%;
}

.brands-slider-wrap .slider-arrow-left:active, .brands-slider-wrap .slider-arrow-right:active {
  transform: scale(0.8) translateY(-50%);
}

.brands-slider {
  width: 100%;
}

.brands-slider__item {
  transform: translateY(0);
  transition: 0.3s;
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
  text-align: center;
  display: flex !important;
  justify-content: center;
}

.brands-slider__item:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2%);
  z-index: 1;
}

.brands-slider__item img {
  height: 107px;
}

.slider-arrow-left, .slider-arrow-right {
  background: none;
  height: -moz-fit-content;
  height: fit-content;
  padding: 0;
  cursor: pointer;
}

@media only screen and (max-width: 1384px) {
  .brands-slider-wrap .slider-arrow-left, .brands-slider-wrap .slider-arrow-right {
    display: none;
  }
  .brands-slider__item img {
    height: 80px;
  }
}
.brands-slider-wrap .slick-track {
  margin-left: 0;
}

.catalog-lv2 .slider-container {
  margin: 40px auto 40px 300px !important;
  width: calc(100% - 80px);
  max-width: 600px;
}

.new-scroll-header {
  top: 0;
  position: fixed;
  width: 100%;
  background: #183029;
  padding: 10px;
  z-index: 9999;
}

.new-scroll-header .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.new-scroll-header .container .catalog-lv1 {
  margin-top: 20px;
}

.new-scroll-header .header-search__dropdown {
  top: 40px;
}

.new-scroll-header .header-catalog__button-text {
  color: #43b02a;
}

.new-scroll-header .header-actions__item svg {
  fill: #43b02a;
}

.new-scroll-header .header-actions__item svg path {
  fill: #43b02a;
  stroke: #43b02a;
}

.new-scroll-header .header-search__bar::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #43b02a;
}

.new-scroll-header .header-search__bar::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #43b02a;
}

.new-scroll-header .header-catalog__button svg, .new-scroll-header .header-catalog__button svg path, .new-scroll-header .header__search-btn .header-search__ico {
  fill: #43b02a;
}

.new-scroll-header .header__search-btn .header-search__ico path {
  fill: #43b02a;
  stroke: #43b02a;
}

.new-scroll-header .header__search-btn:hover .header-search__ico {
  fill: #fff;
}

.new-scroll-header .header__search-btn:hover .header-search__ico path {
  fill: #fff;
  stroke: #fff;
}

.new-scroll-header .header-actions__logged svg {
  fill: #fff;
}

.new-scroll-header .header-actions__logged svg path {
  fill: #fff;
  stroke: #fff;
}

.vibration-basket {
  animation: vibration 6s ease-in-out 0s infinite normal none running;
}
@keyframes vibration {
  0%, 10%, 20% {
    transform: rotate(0deg);
  }
  2%, 6% {
    transform: rotate(-10deg);
  }
  4%, 8% {
    transform: rotate(10deg);
  }
}
.header {
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 10999;
}

.header__top {
  background: #183029;
  height: 30px;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.3);
}

.header__top .container {
  justify-content: space-between;
}

.header__social-box, .header__top .container {
  display: flex;
  height: 100%;
}

.header__social-box {
  align-items: center;
}

.header__social-link {
  margin-right: 20px;
}

.header__social-link svg path {
  transition: 0.2s;
}

.header__social-link:hover svg path {
  fill: #43b02a;
}

.header__top-info {
  display: flex;
  height: 100%;
  align-items: center;
}

.header__info-link {
  margin-right: 16px;
  position: relative;
}

.header__info-link:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transform-origin: center;
  transition: 0.3s;
}

.header__info-link:hover:after {
  transform: scaleX(1);
}

.header__info-ico {
  margin-right: 2px;
}

.header__info-text {
  font-size: 15px;
  color: #fff;
}

.header__phone {
  position: relative;
}

.header__phone-drop {
  transform: translateY(-500%);
  transition: 0.3s;
}

.header__phone:hover .header__phone-drop {
  transform: translateY(0);
}

.header__phone-top {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.header__phone-top a {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.header__phone-ico {
  margin-right: 4px;
}

.header__arrow-down {
  margin-left: 5px;
  cursor: pointer;
}

.header__phone-drop {
  z-index: 99;
  overflow: hidden;
  position: relative;
  background: #fff;
  width: 183px;
  padding: 14px 22px;
  flex-direction: column;
  justify-content: center;
}

.header__phone-drop, .header__phone-drop .service-phone {
  display: flex;
}

.header__phone-drop .service-phone {
  margin-top: 8px;
  margin-bottom: 18px;
  justify-content: space-between;
  align-items: center;
}

.header__phone-drop .service-phone .phone-service-item {
  width: 111px;
}

.header__phone-drop .service-phone .phone-service-item:hover a {
  color: #257226;
}

.header__phone-drop .service-phone .phone-service-item p {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.header__phone-drop .service-phone .phone-service-item a {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #182316;
}

.header__phone-drop .work-days {
  margin-bottom: 12px;
  padding: 0 5px;
}

.header__phone-drop .work-days .graph-info {
  text-align: center;
  font-weight: 500;
  font-size: 12px;
}

.header__phone-drop .work-days_item {
  display: flex;
  justify-content: space-between;
}

.header__phone-drop .work-days_item .left {
  color: #257226;
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}

.header__phone-drop .work-days_item .right {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.header__phone-drop .support-email {
  padding-top: 12px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.header__phone-drop .support-email:hover a {
  color: #257226;
}

.header__phone-drop .support-email a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-left: 10px;
}

.header__phone-item {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  z-index: 6;
  transition: 0.2s;
}

.header__phone-item a {
  width: 111px;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #182316;
  margin-left: 10px;
}

.header__phone-item:hover a {
  color: #257226;
}

.header__main {
  background: #183029;
  height: 80px;
}

.header__main .container {
  height: 100%;
  justify-content: space-between;
}

.header__logo-wrap, .header__main .container {
  display: flex;
}

.header__logo-wrap {
  min-width: 143px;
  align-items: center;
  position: relative;
  z-index: 5;
}

.header__logo {
  -o-object-fit: cover;
  object-fit: cover;
}

.header__search-btn {
  width: 80px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: hsla(0, 0%, 100%, 0.5);
  cursor: pointer;
  transition: 0.2s;
}

.header__bottom, .header__search-btn:hover {
  background: #43b02a;
}

.header__bottom {
  height: 48px;
}

.header__bottom .container {
  display: flex;
  justify-content: space-between;
  height: 100%;
}

.header-search {
  position: relative;
}

.header-search__form {
  height: 100%;
  display: flex;
  align-items: center;
}

.header-search__bar {
  max-width: 550px;
  width: 550px;
  height: 40px;
  background: hsla(0, 0%, 100%, 0.3);
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  padding-left: 16px;
}

.header-search__bar::-moz-placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.header-search__bar::placeholder {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
}

.header-search__bar::-webkit-search-cancel-button {
  display: none;
}

.header-search__bar:focus ~ .header-search__dropdown {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  opacity: 1;
}

.header-search__ico {
  min-width: 34px;
  min-height: 34px;
}

.header-search__dropdown {
  flex-direction: column;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 65px;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s;
}

.header-search__dropdown:hover {
  transform: scale(1);
  opacity: 1;
}

.header-search__drop-items {
  padding: 20px 0;
}

.header-search__drop-item {
  padding: 4px 48px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
  width: 100%;
  cursor: pointer;
}

.header-search__drop-item:hover {
  background: #e0f8d4;
}

.header-search__drop-category {
  height: auto;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 10px 16px;
  position: relative;
}

.header-search__drop-category img {
  margin-right: 8px;
}

.header-search__drop-category:before {
  content: "";
  width: 93%;
  left: 0;
  right: 0;
  top: -1px;
  margin: 0 auto;
  position: absolute;
  height: 1px;
  background: #dcdcdc;
}

.header-search__drop-category-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
}

.header-search__drop-category-val {
  margin-left: 5px;
  font-weight: 600;
  color: #182316;
}

.header-actions {
  display: flex;
  height: 100%;
  align-items: center;
}

.header-actions__modal-wrap {
  position: relative;
  max-width: 0;
  max-height: 0;
  margin: 0;
}

.header-actions__item {
  cursor: pointer;
  position: relative;
}

.header-actions__item:not(:last-child) {
  margin-right: 24px;
}

.header-actions__item > svg {
  transition: 0.2s;
}

.header-actions__item:hover > svg {
  transform: translateY(1px);
  z-index: 0;
}

.header-actions__counter {
  position: absolute;
  top: -10px;
  right: -4px;
  border-radius: 50%;
  height: 22px;
  width: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  background: #fb8200;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  z-index: 1;
}

.header-actions__item--basket {
  margin-right: 0 !important;
}

.header-catalog {
  height: 100%;
  position: relative;
}

.header-catalog .catalog-name-item, .header-catalog .grey_bg {
  display: none;
}

.header-catalog .slider-container {
  margin-top: 0 !important;
}

.header-catalog.active .catalog-lv1 {
  transform: translateY(0);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  transition-delay: 0s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item {
  transform: scaleY(1);
  margin-top: -2px;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:first-child {
  transition: 0.15s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:nth-child(2) {
  transition: 0.2s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:nth-child(3) {
  transition: 0.25s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:nth-child(4) {
  transition: 0.3s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:nth-child(5) {
  transition: 0.35s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:nth-child(6) {
  transition: 0.4s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:nth-child(7) {
  transition: 0.45s;
  transition-delay: 0.1s;
}

.header-catalog.active .catalog-lv1 .catalog-lv1__item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.header-catalog__button {
  display: flex;
  height: 100%;
  align-items: center;
  cursor: pointer;
}

.header-catalog__button-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  text-transform: uppercase;
  margin-left: 8px;
}

.catalog-lv1 {
  position: absolute;
  transform: translateY(-100%);
  transform-origin: top;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0);
  z-index: -5;
  transition: 0.2s;
  transition-delay: 0.3s;
}

.catalog-lv1__item {
  position: relative;
  width: 330px;
  transform: translateY(-230%);
  transform-origin: top;
}

.catalog-lv1__item:first-child {
  transition: 0.15s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(2) {
  transition: 0.2s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(2) .catalog-lv2 {
  top: -59px;
}

.catalog-lv1__item:nth-child(3) {
  transition: 0.25s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(3) .catalog-lv2 {
  top: -118px;
}

.catalog-lv1__item:nth-child(4) {
  transition: 0.3s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(4) .catalog-lv2 {
  top: -177px;
}

.catalog-lv1__item:nth-child(5) {
  transition: 0.35s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(5) .catalog-lv2 {
  top: -236px;
}

.catalog-lv1__item:nth-child(6) {
  transition: 0.4s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(6) .catalog-lv2 {
  top: -295px;
}

.catalog-lv1__item:nth-child(7) {
  transition: 0.45s;
  transition-delay: 0.3s;
}

.catalog-lv1__item:nth-child(7) .catalog-lv2 {
  top: -354px;
}

.catalog-lv1__item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.catalog-lv1__item:hover .catalog-lv2 {
  opacity: 1;
  z-index: 5;
  transform: translateY(0);
}

.catalog-lv1__button {
  display: flex;
  height: 60px;
  width: 330px;
  align-items: center;
  background: #fff;
  cursor: pointer;
}

.catalog-lv1__button:hover {
  background: #257226;
}

.catalog-lv1__button:hover .catalog-lv1__item-name {
  font-weight: 600;
  color: #fff;
}

.catalog-lv1__button:hover .catalog-lv1__item-name > a {
  color: inherit;
}

.catalog-lv1__button:hover .catalog-lv1__arrow svg path, .catalog-lv1__button:hover .catalog-lv1__ico path {
  fill: #fff;
}

.catalog-lv1__ico-box {
  margin: 0 12px 0 32px;
}

.catalog-lv1__ico-box img {
  width: 32px;
}

.catalog-lv1__item-name {
  font-style: 14px;
  color: #182316;
  padding: 10px;
}

.catalog-lv1__arrow {
  position: absolute;
  right: 13px;
}

.catalog-lv2 {
  position: absolute;
  left: 330px;
  top: 0;
  width: 965px;
  height: 414px;
  min-width: auto;
  background: #fff;
  padding: 0 10px;
  opacity: 0;
  z-index: -1;
  transition: 0.2s;
  transform: scaleY(0);
  transform-origin: top;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  transition-delay: 0s;
}

.catalog-lv2 .brands-slider-wrap {
  margin-bottom: 0;
}

.catalog-lv2 .catalog-lv2-content {
  display: flex;
  padding-bottom: 10px;
}

.catalog-lv2 .opt-category {
  position: absolute;
  bottom: 48px;
  margin-left: 18px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #257226;
  width: 260px;
}

.catalog-lv2 .opt-category a {
  color: inherit;
}

.catalog-lv2 .slider-container {
  margin-top: -10px;
  width: 90%;
  margin-left: 5%;
}

.catalog-lv2 .brands-slider__item img {
  height: 100%;
  width: 80%;
}

.catalog-lv2__list {
  padding: 20px 15px;
  height: 270px;
  min-width: 260px;
}

.catalog-lv2__list.filters-list li a {
  padding: 7px;
}

.catalog-lv2__list.filters-list li a:hover {
  color: #257226;
  text-decoration: none;
  border-bottom: 1px solid #257226 !important;
}

.catalog-lv2__list.filters-list .categories-filters-links {
  display: flex;
}

.catalog-lv2__list.filters-list .categories-filters-links .catalog-lv2__list-title {
  cursor: pointer;
  margin-right: 30px;
  padding: 7px;
}

.catalog-lv2__list.filters-list .categories-filters-links .catalog-lv2__list-title:hover {
  color: #257226;
  text-decoration: none;
  border-bottom: 1px solid #257226 !important;
}

.catalog-lv2__list.filters-list .categories-filters-links svg {
  margin-right: 8px;
}

.catalog-lv2__list:not(:last-child) {
  border-right: 1px solid #dcdcdc;
}

.catalog-lv2__list-item svg {
  margin-right: 7px;
}

.catalog-lv2__list-item:hover svg * {
  fill: #257226 !important;
}

.catalog-lv2__list-title {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #257226;
}

.catalog-lv2__list-title > a {
  color: inherit;
}

.catalog-lv2__list-item {
  margin-bottom: 10px;
  text-decoration: none;
  display: flex;
}

.catalog-lv2__list-item img {
  width: 32px;
  margin-right: 5px;
}

.catalog-lv2__list-item a {
  color: #182316;
  font-size: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  transition: 0.05s;
  padding: 0 !important;
  margin-right: 5px;
}

.catalog-lv2__list-item a:hover {
  color: #257226;
  text-decoration: none;
  border-bottom: 1px solid #257226 !important;
}

.header-about {
  margin-left: 70px;
  height: 100%;
  display: flex;
  align-items: center;
}

.header-about__item {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  transition: 0.1s;
}

.header-about__item:not(:last-child) {
  margin-right: 20px;
}

.header-about__item--discount, .header-about__item:hover {
  color: #183029;
}

.header-selection {
  min-width: 22%;
  display: flex;
  height: 100%;
  align-items: center;
}

.header-selection__ico svg path, .header-selection__text {
  transition: 0.2s;
}

.header-selection__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  margin-left: 4px;
}

.header-selection:hover .header-selection__ico svg path {
  fill: #183029;
}

.header-selection:hover .header-selection__text {
  color: #183029;
}

.menu-btn-wrap {
  width: 40px;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  display: none;
  height: 40px;
}

.menu-btn-wrap .menu-btn {
  width: 16px;
  height: 16px;
  position: relative;
}

.menu-btn-wrap .menu-btn span {
  height: 2px;
  background-color: #fff;
  display: block;
  position: absolute;
  width: 100%;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}

.menu-btn-wrap .menu-btn span:first-child {
  top: 0;
}

.menu-btn-wrap .menu-btn span:nth-child(2) {
  top: 6px;
}

.menu-btn-wrap .menu-btn span:nth-child(3) {
  top: 12px;
}

.menu-btn-wrap.active .menu-btn span {
  background: #182316;
}

.menu-btn-wrap.active .menu-btn span:first-child {
  top: 8px;
  transform: rotate(135deg);
}

.menu-btn-wrap.active .menu-btn span:nth-child(2) {
  opacity: 0;
  left: -400px;
  transition: 1s;
}

.menu-btn-wrap.active .menu-btn span:nth-child(3) {
  top: 8px;
  transform: rotate(-135deg);
}

.mobile-menu {
  display: none;
  position: fixed;
  z-index: -5;
  top: 0;
  left: 0;
  height: 100vh;
  min-height: 450px;
  width: 240px;
  background: #fff;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  opacity: 0;
  transform: translateX(-200%);
  transition: 0.3s;
}

.mobile-menu .mobile-menu__phone-title {
  color: #fff;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.mobile-menu .mobile-menu__bg {
  width: 100vw;
  height: 100vh;
  z-index: -1;
  position: absolute;
}

.mobile-menu.active {
  opacity: 1;
  z-index: 4;
  transform: translateX(0);
}

.mobile-menu__overflow-wrap {
  width: 240px;
  position: relative;
  height: calc(100% - 52px);
}

.mobile-menu__login-btn {
  margin: 52px 20px 16px;
  display: flex;
  align-items: center;
}

.mobile-menu__login-ico {
  margin-right: 8px;
}

.mobile-menu__login-text {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.mobile-menu__body {
  overflow-y: auto;
  width: 240px;
  height: 100vh;
  padding-top: 8px;
  border-top: 1px solid #dcdcdc;
}

.mobile-menu__item {
  height: 37px;
  width: 100%;
  padding: 0 20px;
  display: flex;
  align-items: center;
}

.mobile-menu__item, .mobile-menu__item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
}

.mobile-menu__item:hover {
  background: #257226;
  color: #fff;
}

.mobile-menu__item:hover > a {
  color: #fff;
  font-weight: 600;
}

.mobile-menu__item:hover > svg path {
  fill: #fff;
}

.mobile-menu__item--highlight > a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  font-weight: 600;
  color: #43b02a;
}

.mobile-menu__lv2-body {
  position: absolute;
  left: 50%;
  top: -53px;
  transform: translateX(100%) scale(0);
  opacity: 0;
  transition: opacity 0.2s;
  z-index: -1;
  background: #fff;
  width: 240px;
  height: calc(100% + 52px);
}

.mobile-menu__item--lv1 {
  padding: 0 32px 0 20px;
  justify-content: space-between;
}

.mobile-menu__lv2-head {
  height: 47px;
  background: #257226;
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.mobile-menu__lv2-head svg {
  transform: translateY(-1px);
}

.mobile-menu__lv2-head-title {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.mobile-menu__lv2-item {
  padding: 16px 20px 0;
}

.mobile-menu__lv2-item a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
}

.mobile-menu__footer {
  width: 240px;
  background: #183029;
  position: absolute;
  left: 0;
  bottom: 0;
}

.mobile-menu__footer-body {
  display: flex;
  margin-left: 20px;
}

.mobile-menu__phone-ico {
  margin-right: 8px;
}

.mobile-menu__phone-wrap {
  display: flex;
  flex-direction: column;
  margin: 7px 0;
}

.mobile-menu__phone-wrap a {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.mobile-menu__social-wrap {
  margin-left: 25px;
}

.search-mobile-wrap {
  height: 50%;
  display: none;
  position: absolute;
  right: 10px;
  background: #43b02a;
}

.search-mobile, .search-mobile-wrap {
  width: -moz-fit-content;
  width: fit-content;
}

.search-mobile {
  border-bottom: 1px solid #fff;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(30%);
  display: flex;
  align-items: flex-end;
}

.search-mobile .header-search__dropdown {
  top: 30px;
}

.search-mobile .header-search__drop-item {
  padding: 4px 20px;
}

.search-mobile__bar {
  background: none;
  font-size: 10px;
  color: #fff;
  margin-bottom: 2px;
  transition: 0.3s;
}

.search-mobile__bar::-moz-placeholder {
  font-size: 10px;
  color: #fff;
}

.search-mobile__bar::placeholder {
  font-size: 10px;
  color: #fff;
}

.search-mobile__bar:focus {
  width: calc(100vw - 45px);
}

.search-mobile__bar:focus ~ .header-search__dropdown {
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  transform: scale(1);
  opacity: 1;
}

.search-mobile__bar::-webkit-search-cancel-button {
  display: none;
}

.search-mobile__btn {
  background: none;
  padding: 0;
}

.header-search__ico {
  width: 24px;
}

.header-actions__item--phone {
  display: none;
}

.header-actions:hover .header-actions__item:hover .header-actions__modal-wrap .modal {
  opacity: 1;
  transform: scaleY(1);
}

@media (max-width: 1200px) {
  .header__info-text {
    font-size: 12px;
  }
}
@media only screen and (max-width: 1110px) {
  .header-actions {
    min-width: -moz-fit-content;
    min-width: fit-content;
  }
  .header-actions__item:not(:last-child) {
    margin-right: 12px !important;
  }
  .header-search {
    margin: 0 20px;
    width: 50%;
  }
}
@media only screen and (max-width: 1050px) {
  .header__social-link {
    margin-right: 12px;
  }
  .header__main .container {
    justify-content: space-between;
  }
  .header-about__item, .header-catalog__button-text {
    font-size: 14px;
  }
}
@media only screen and (max-width: 1240px) {
  .catalog-lv1__item .slider-container, .filters-list, .new-scroll-header {
    display: none;
  }
  header {
    position: fixed !important;
  }
  .mobile-menu {
    display: block;
  }
  .header-actions {
    min-width: auto;
  }
  .header-actions__item svg {
    width: 24px;
    height: auto;
  }
  .header-actions__counter {
    width: 12px;
    height: 12px;
    font-size: 8px;
    top: 0;
    right: 0;
  }
  .header-actions .header-actions__item--profile {
    display: none;
  }
  .header-actions__item--phone {
    display: block;
  }
  .header__main {
    height: 40px;
  }
  .header__main .container {
    justify-content: space-between;
  }
  .header-search, .header__top {
    display: none;
  }
  .menu-btn-wrap {
    display: flex;
  }
  .header__logo-wrap {
    min-width: auto;
    width: 72px;
    height: 100%;
    margin-left: 50px;
  }
  .header-about, .header-selection {
    display: none;
  }
  .search-mobile-wrap {
    display: block;
  }
  .header-catalog__button-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    text-transform: none;
  }
}
@media only screen and (max-width: 868px) {
  .categories-filters-links .catalog-lv2__list-title {
    display: block;
  }
  .brands-slider__item img {
    width: 100%;
  }
  .catalog-lv2-content {
    display: block !important;
  }
  .catalog-lv2__list {
    margin-bottom: 0 !important;
  }
  .catalog-lv2, .catalog-lv2__list {
    height: -moz-fit-content !important;
    height: fit-content !important;
  }
  .catalog-lv2 {
    min-width: auto;
    max-width: 100%;
    max-height: 0;
    transition: 0.3s;
  }
  .catalog-lv2, .catalog-lv2 .opt-category {
    position: static;
  }
  .catalog-lv1__arrow {
    transform: rotate(90deg);
    transition: 0.3s;
  }
  .header-catalog.active .grey-bg {
    display: block;
    width: 100vw;
    height: 100vh;
    background: rgba(24, 35, 22, 0.3);
    z-index: 9999;
    position: fixed;
    top: 0;
    left: 0;
  }
  .catalog-lv1 {
    overflow-y: auto;
    height: 100vh;
    max-height: calc(100vh + 200px) !important;
    z-index: 10999;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
  }
  .catalog-lv1:hover .catalog-lv2 {
    opacity: 0;
  }
  .catalog-lv1 .catalog-lv1__arrow {
    transform: rotate(0deg) !important;
  }
  .catalog-lv1 .hidden-catalog {
    border-bottom: none !important;
  }
  .catalog-lv1 .hidden-catalog .catalog-lv1__button {
    display: none;
    height: 0;
  }
  .catalog-lv1 .catalog-name-item {
    background: #43b02a;
    display: block;
  }
  .catalog-lv1 .catalog-name-item .catalog-lv1__button {
    height: 50px;
    color: #fff;
    background: #43b02a;
    padding-left: 32px;
  }
  .catalog-lv1 .catalog-name-item .catalog-lv1__button svg path {
    fill: #fff;
  }
  .catalog-lv1 .catalog-name-item .catalog-lv1__button .catalog-prev-arrow {
    transform: rotate(180deg);
    margin-top: 5px;
    margin-left: -10px;
    margin-right: 10px;
  }
  .catalog-lv1 .catalog-name-item .catalog-lv1__button .catalog-close {
    position: absolute;
    right: 12px;
  }
  .catalog-lv1__item {
    margin-bottom: 10px;
    margin-top: 0 !important;
    max-height: 60px;
    transition: 0.5s;
  }
  .catalog-lv1__item.hidden-catalog {
    height: 0;
    margin-bottom: 0;
  }
  .catalog-lv1__item.active {
    max-height: 6000px;
  }
  .catalog-lv1__item.active .catalog-lv2 {
    box-shadow: none;
    opacity: 1;
    z-index: 5;
    transform: translateY(0);
    max-height: 6000px;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-lv1 {
    max-height: 80vh;
    overflow-y: auto;
  }
  .catalog-lv1__item {
    max-height: 40px;
  }
  .catalog-lv1__button {
    height: 40px;
  }
  .catalog-lv2 {
    padding: 10px 10px 10px 20px;
    flex-direction: column;
  }
  .catalog-lv2__list:not(:last-child) {
    margin-right: 0;
    margin-bottom: 10px;
  }
  .catalog-lv2__list-title {
    margin-bottom: 5px;
    font-size: 16px;
  }
  .catalog-lv2__list-item a {
    font-size: 15px;
  }
}
@media only screen and (min-width: 483px) {
  .mobile-menu__item--lv1 {
    cursor: pointer;
  }
  .mobile-menu__item--lv1 .mobile-menu__lv2-body.active {
    transform: translateX(0) scale(1);
    opacity: 1;
    z-index: 2;
  }
}
@media only screen and (max-width: 482px) {
  .mobile-menu__item--lv1 .mobile-menu__lv2-body.active {
    left: 0 !important;
    transform: translateX(0) scale(1);
    z-index: 6;
    opacity: 1;
    top: 30px;
  }
}
@media only screen and (max-width: 380px) {
  .header-catalog.active .catalog-lv1 {
    transform: translateX(-10px) !important;
  }
}
.modal-basket, .modal-compare {
  position: absolute;
  right: 0;
  top: 40px;
  background: #fff;
  box-shadow: 0 100px 80px rgba(24, 48, 41, 0.07), 0 41.7776px 33.4221px rgba(24, 48, 41, 0.0503198), 0 22.3363px 17.869px rgba(24, 48, 41, 0.0417275), 0 12.5216px 10.0172px rgba(24, 48, 41, 0.035), 0 6.6501px 5.32008px rgba(24, 48, 41, 0.0282725), 0 2.76726px 2.21381px rgba(24, 48, 41, 0.0196802);
  padding: 16px 24px 40px;
  width: 578px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
  overflow: hidden;
  z-index: 1;
}

.modal-basket.active, .modal-compare.active {
  opacity: 1;
  transform: scaleY(1);
}

.modal-basket .modal__close, .modal-compare .modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
}

.modal-basket__title, .modal-compare__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #000;
  margin-bottom: 6px;
}

.modal-basket__body--empty .modal-compare__body-title, .modal-compare__body--empty .modal-compare__body-title {
  font-size: 18px;
  text-align: center;
  margin-top: 14px;
}

.modal-basket__body--empty .modal-compare__body-subtitle, .modal-compare__body--empty .modal-compare__body-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #182316;
  margin-bottom: 30px;
  text-align: center;
}

.modal-basket__body--empty .modal-compare__body-subtitle a, .modal-compare__body--empty .modal-compare__body-subtitle a {
  color: #43b02a;
  text-decoration-line: underline;
  font-weight: 600;
}

.modal-basket__body--empty .modal-compare__to-catalog-btn, .modal-compare__body--empty .modal-compare__to-catalog-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.modal-basket__body-title, .modal-compare__body-title {
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  color: #868686;
  margin-bottom: 20px;
}

.modal-basket__items-wrap, .modal-compare__items-wrap {
  max-height: 50vh;
  overflow-y: auto;
  padding-right: 9px;
}

.modal-basket__items-wrap::-webkit-scrollbar-button, .modal-compare__items-wrap::-webkit-scrollbar-button {
  width: 6px;
  height: 0;
}

.modal-basket__items-wrap::-webkit-scrollbar-track, .modal-compare__items-wrap::-webkit-scrollbar-track {
  background-color: #e0f8d4;
  box-shadow: inset 0 0 3px #e0f8d4;
  border-radius: 5px;
}

.modal-basket__items-wrap::-webkit-scrollbar-thumb, .modal-compare__items-wrap::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #43b02a;
  box-shadow: inset 0 1px 1px #fff;
}

.modal-basket__items-wrap::-webkit-resizer, .modal-compare__items-wrap::-webkit-resizer {
  width: 4px;
  height: 0;
}

.modal-basket__items-wrap::-webkit-scrollbar, .modal-compare__items-wrap::-webkit-scrollbar {
  width: 4px;
  transform: translateX(20px);
}

.modal-basket__item, .modal-compare__item {
  width: 100%;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #dcdcdc;
}

.modal-basket__item-link, .modal-compare__item-link {
  display: flex;
  align-items: center;
  width: 85%;
}

.modal-basket__img-wrap, .modal-compare__img-wrap {
  max-width: 117px;
  width: 117px;
  height: 80px;
  margin-right: 7px;
  text-align: center;
}

.modal-basket__img-wrap img, .modal-compare__img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
}

.modal-basket__item-name, .modal-compare__item-name {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
  width: 182px;
}

.modal-basket__price-wrap, .modal-compare__price-wrap {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  margin-left: auto;
}

.modal-basket__price-old, .modal-compare__price-old {
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #868686;
}

.modal-basket__price, .modal-compare__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #182316;
}

.modal-basket__delete-btn, .modal-compare__delete-btn {
  background: none;
  cursor: pointer;
}

.modal-basket__compare-btn, .modal-compare__compare-btn {
  display: block;
  margin: 30px auto 0;
  width: -moz-fit-content;
  width: fit-content;
}

.modal-basket {
  width: 630px;
}

.modal-basket__section {
  width: 240px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
}

.modal-basket__title {
  margin-bottom: 20px;
}

.modal-basket__item-body {
  justify-content: space-between;
  width: 100%;
}

.modal-basket__counter, .modal-basket__item-body {
  display: flex;
}

.modal-basket__counter {
  height: 29px;
  align-items: center;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
}

.modal-basket__body--empty .modal-basket__body-title {
  font-size: 18px;
  text-align: center;
}

.modal-basket__body--empty .modal-basket__body-subtitle {
  max-width: 340px;
  text-align: center;
  margin: 0 auto 30px;
}

.modal-basket__body--empty .modal-basket__body-subtitle a {
  color: #43b02a;
  text-decoration-line: underline;
  font-weight: 600;
}

.modal-basket__body--empty .modal-basket__to-catalog-btn {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.modal-basket__item {
  padding: 20px 0;
  flex-direction: column;
}

.modal-basket__counter-val {
  width: 20px;
  text-align: center;
}

.modal-basket__counter-dec, .modal-basket__counter-inc {
  cursor: pointer;
}

.modal-basket__counter-dec svg, .modal-basket__counter-inc svg {
  transition: 0.2s;
}

.modal-basket__counter-dec:hover svg, .modal-basket__counter-inc:hover svg {
  fill: #000;
}

.modal-basket__counter-dec:active svg, .modal-basket__counter-inc:active svg {
  transform: scale(0.8);
}

.modal-basket__buttons {
  width: -moz-max-content;
  width: max-content;
  cursor: pointer;
}

.modal-basket__button, .modal-basket__buttons {
  display: flex;
}

.modal-basket__button {
  background: none;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  padding: 0;
  align-items: center;
}

.modal-basket__button svg {
  margin-right: 8px;
}

.modal-basket__fav-button {
  margin-right: 16px;
  cursor: pointer;
}

.modal-basket__delete-button {
  cursor: pointer;
}

.modal-basket__item-services {
  padding-top: 16px;
}

.modal-basket__service {
  display: flex;
  justify-content: space-between;
}

.modal-basket__service:not(:last-child) {
  margin-bottom: 8px;
}

.modal-basket__service-name {
  font-size: 12px;
  line-height: 150%;
  width: 70%;
}

.modal-basket__service-section {
  display: flex;
  align-items: center;
}

.modal-basket__service-price {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  margin-right: 10px;
  white-space: nowrap;
}

.modal-basket__item-services {
  margin-left: 124px;
  border-top: 1px solid #dcdcdc;
}

.modal-basket__footer-top {
  margin-top: 32px;
  margin-bottom: 18px;
  justify-content: space-between;
}

.modal-basket__cashback, .modal-basket__footer-top {
  display: flex;
}

.modal-basket__cashback {
  align-items: center;
}

.modal-basket__cashback img {
  margin-right: 8px;
}

.modal-basket__cashback-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
  margin-right: 4px;
}

.modal-basket__cashback-val {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #fb8200;
}

.modal-basket__price-total-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
  margin-right: 16px;
}

.modal-basket__price-total-val {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #182316;
}

.modal-basket__footer-bottom {
  justify-content: space-between;
  align-items: center;
}

.modal-basket__footer-bottom, .modal-basket__footer-links {
  display: flex;
}

.modal-basket__footer-links {
  flex-direction: column;
}

.modal-basket__footer-link {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
}

.modal-basket__footer-link--continue-shopping {
  margin-bottom: 8px;
  cursor: pointer;
  color: #868686;
}

.modal-basket__footer-link--to-basket {
  color: #182316;
}

@media only screen and (max-width: 670px) {
  .header-actions__modal-wrap {
    position: static;
  }
  .header-actions__modal-wrap .modal-compare.active {
    padding: 14px 14px 24px;
  }
  .header-actions__modal-wrap .modal-compare {
    width: 100%;
  }
  .header-actions__modal-wrap .modal-compare .modal__close {
    right: 10px;
    top: 10px;
  }
  .header-actions__modal-wrap .modal-compare__body-subtitle {
    font-size: 12px;
    text-align: center;
  }
  .header-actions__modal-wrap .modal-compare__to-catalog-btn {
    display: none;
  }
  .header-actions__modal-wrap .modal-compare__title {
    font-size: 14px;
    margin-bottom: 0;
  }
  .header-actions__modal-wrap .modal-compare__body-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
  .header-actions__modal-wrap .modal-compare__img-wrap {
    width: 72px;
    height: 48px;
  }
  .header-actions__modal-wrap .modal-compare__item-name {
    font-size: 12px;
    height: 35px;
  }
  .header-actions__modal-wrap .modal-compare__price-old {
    font-size: 12px;
  }
  .header-actions__modal-wrap .modal-compare__price {
    font-size: 14px;
  }
  .header-actions__modal-wrap .modal-compare__delete-btn {
    width: 30px;
    height: 20px;
    transform: translateY(10px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.293L1.465.758l-.707.707L4.293 5 .758 8.536l.707.707L5 5.707l3.536 3.536.707-.707L5.707 5l3.536-3.535-.707-.707L5 4.293z' fill='%23868686'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
  }
  .header-actions__modal-wrap .modal-compare__delete-btn img {
    vertical-align: top;
    display: none;
  }
  .header-actions__modal-wrap .modal-compare__compare-btn {
    margin: 20px auto 0;
    font-size: 12px;
    padding: 8px 32px;
  }
  .header-actions__modal-wrap .modal-basket {
    padding: 14px 14px 24px;
  }
  .header-actions__modal-wrap .modal-basket .modal__close {
    top: 10px;
    right: 10px;
  }
  .header-actions__modal-wrap .modal-basket__body-title {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .header-actions__modal-wrap .modal-basket__body-subtitle {
    font-size: 12px;
  }
  .header-actions__modal-wrap .modal-basket__to-catalog-btn {
    display: none;
  }
  .header-actions__modal-wrap .modal-basket__item {
    padding: 6px 0;
    position: relative;
  }
  .header-actions__modal-wrap .modal-basket__item-services {
    padding-top: 6px;
  }
  .header-actions__modal-wrap .modal-basket__service {
    margin-bottom: 2px;
    position: relative;
    align-items: center;
  }
  .header-actions__modal-wrap .modal-basket__title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .header-actions__modal-wrap .modal-basket__img-wrap {
    width: 72px;
    height: 48px;
  }
  .header-actions__modal-wrap .modal-basket__item-name {
    font-size: 12px;
    height: 35px;
  }
  .header-actions__modal-wrap .modal-basket__price {
    font-size: 14px;
  }
  .header-actions__modal-wrap .modal-basket__counter, .header-actions__modal-wrap .modal-basket__delete-button span, .header-actions__modal-wrap .modal-basket__fav-button, .header-actions__modal-wrap .modal-basket__price-old, .header-actions__modal-wrap .modal-basket__service-section .header-actions__modal-wrap .modal-basket__button {
    display: none;
  }
  .header-actions__modal-wrap .modal-basket__price-wrap {
    justify-content: center;
    margin-right: 20px;
  }
  .header-actions__modal-wrap .modal-basket__cashback img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
  }
  .header-actions__modal-wrap .modal-basket__cashback-text, .header-actions__modal-wrap .modal-basket__cashback-val {
    font-size: 12px;
  }
  .header-actions__modal-wrap .modal-basket__footer-top {
    margin: 14px 0 20px;
  }
  .header-actions__modal-wrap .modal-basket__footer-link {
    font-size: 12px;
  }
  .header-actions__modal-wrap .modal-basket__footer-link--continue-shopping {
    margin-bottom: 6px;
  }
  .header-actions__modal-wrap .modal-basket__confirm-btn {
    font-size: 12px;
    padding: 8px 32px;
  }
  .header-actions__modal-wrap .modal-basket__price-total {
    display: flex;
    align-items: center;
  }
  .header-actions__modal-wrap .modal-basket__price-total-text {
    font-size: 12px;
    margin-right: 8px;
  }
  .header-actions__modal-wrap .modal-basket__price-total-val {
    font-size: 13px;
  }
  .header-actions__modal-wrap .modal-basket__service-section .modal-basket__delete-button {
    position: relative;
    transform: translateY(0);
  }
  .header-actions__modal-wrap .modal-basket__delete-button {
    position: absolute;
    right: 0;
    top: 0;
    width: 10px;
    height: 10px;
    transform: translateY(10px);
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.293L1.465.758l-.707.707L4.293 5 .758 8.536l.707.707L5 5.707l3.536 3.536.707-.707L5.707 5l3.536-3.535-.707-.707L5 4.293z' fill='%23868686'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: right;
    background-position-y: top;
  }
  .header-actions__modal-wrap .modal-basket__delete-button svg {
    vertical-align: top;
    display: none;
  }
  .header-actions__modal-wrap .modal-basket__section {
    position: static;
  }
}
@media only screen and (max-width: 632px) {
  .modal-basket {
    width: 100%;
  }
}
@media only screen and (max-width: 500px) {
  .modal-compare__item-link {
    flex-wrap: wrap;
  }
  .modal-compare__item-name {
    width: calc(100% - 79px);
  }
  .modal-compare__price-wrap {
    margin-left: 79px;
    align-items: flex-start;
  }
}
@media only screen and (max-width: 420px) {
  .modal-basket__footer-bottom {
    flex-direction: column-reverse;
  }
  .modal-basket__footer-links {
    text-align: center;
    margin-top: 16px;
  }
  .modal-basket__item-body {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .modal-basket__price-wrap {
    margin-left: 79px;
    align-items: flex-start;
  }
  .modal-basket__item-services {
    margin-left: 0;
  }
  .modal-basket__section {
    width: calc(100% - 79px);
  }
  .modal-basket__item-name {
    width: 100%;
  }
}
.modal-favorite {
  width: 520px;
  position: absolute;
  right: 0;
  top: 40px;
  padding-bottom: 56px;
  background: #fff;
  z-index: 1;
  opacity: 0;
  transform-origin: top;
  transition: 0.3s;
  transform: scaleY(0);
  box-shadow: 0 100px 80px rgba(24, 48, 41, 0.07), 0 41.7776px 33.4221px rgba(24, 48, 41, 0.0503198), 0 22.3363px 17.869px rgba(24, 48, 41, 0.0417275), 0 12.5216px 10.0172px rgba(24, 48, 41, 0.035), 0 6.6501px 5.32008px rgba(24, 48, 41, 0.0282725), 0 2.76726px 2.21381px rgba(24, 48, 41, 0.0196802);
}

.modal-favorite .modal__close {
  position: absolute;
  top: 14px;
  right: 14px;
}

.modal-favorite.active {
  opacity: 1;
  transform: scaleY(1);
}

.modal-favorite__title {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  margin-top: 16px;
  margin-left: 24px;
}

.modal-favorite__body {
  margin-top: 20px;
}

.modal-favorite__body-title {
  text-align: center;
  margin-bottom: 14px;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #868686;
}

.modal-favorite__body-subtitle {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  max-width: 395px;
  margin: 0 auto;
}

@media only screen and (max-width: 672px) {
  .modal-favorite {
    max-width: 430px;
    width: 100%;
    padding-bottom: 36px;
  }
  .modal-favorite .modal__close {
    top: 10px;
    right: 10px;
  }
  .modal-favorite__title {
    font-size: 14px;
    margin-top: 14px;
    margin-left: 14px;
  }
  .modal-favorite__body {
    margin-top: 12px;
  }
  .modal-favorite__body-title {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .modal-favorite__body-subtitle {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
  }
}
.footer__logo-wrap {
  height: 100px;
}

.footer {
  background: #182316;
}

.footer, .footer .container {
  position: relative;
}

.footer__body {
  justify-content: space-between;
  padding: 55px 0 35px;
  width: 90%;
}

.footer__body, .footer__link-section {
  display: flex;
}

.footer__link-section {
  flex-direction: column;
}

.footer__link {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}

.footer__link:not(:last-child) {
  margin-bottom: 8px;
}

.footer__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-bottom: 1px solid #fff;
  transform: scaleX(0);
  transition: 0.2s;
}

.footer__link:hover:before {
  transform: scaleX(1);
}

.footer__schedule {
  display: flex;
  flex-direction: column;
}

.footer__section-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  margin-bottom: 16px;
}

.footer__address-item, .footer__schedule-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.footer__address-item {
  margin-top: 10px;
}

.footer__city-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  text-align: center;
}

@media only screen and (max-width: 1120px) {
  .footer__city-item {
    text-align: left;
    margin-bottom: 16px;
  }
}
.footer__contacts, .footer__phones {
  display: flex;
  flex-direction: column;
}

.footer__phones {
  margin-bottom: 14px;
}

.footer__contacts-phone a {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  transition: 0.1s;
}

.footer__contacts-phone a:hover {
  color: #43b02a;
}

.footer__social-item svg path {
  transition: 0.1s;
}

.footer__social-item:not(:last-child) {
  margin-right: 17px;
}

.footer__social-item:hover svg path {
  fill: #fff;
}

.footer__bottom-section {
  height: 40px;
  border-top: 1px solid #3d3c3c;
}

.footer__bottom-section .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer__copyright {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #c6c6c6;
}

.footer__copyright a {
  font-weight: 900;
  color: #fff;
  margin-left: 5px;
}

.footer__copyright a, .footer__sitemap {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.footer__sitemap {
  color: #c6c6c6;
}

.footer__sitemap a {
  font-weight: 900;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
  margin-left: 5px;
}

.footer__ico-box img:not(:last-child) {
  margin-right: 18px;
}

.scroll-up-btn {
  position: absolute;
  top: 25%;
  right: 10px;
  background: none;
  cursor: pointer;
}

.scroll-up-btn svg path, .scroll-up-btn svg rect {
  transition: 0.2s;
}

.scroll-up-btn:hover svg rect {
  fill: #43b02a;
}

.scroll-up-btn:hover svg path {
  fill: #fff;
}

.footer__content-wrap {
  display: flex;
  width: 80%;
  justify-content: space-between;
}

@media only screen and (max-width: 1580px) {
  .scroll-up-btn {
    right: 50px;
  }
}
@media only screen and (max-width: 1310px) {
  .footer__body {
    width: 95%;
  }
}
@media only screen and (max-width: 1120px) {
  .footer__content-wrap {
    flex-wrap: wrap;
  }
  .footer__link-section--first {
    order: 0;
    margin-bottom: 10px;
  }
  .footer__link-section--second {
    order: 2;
    margin-bottom: 10px;
  }
  .footer__schedule {
    order: 1;
    width: 50%;
  }
  .footer__contacts {
    order: 3;
    width: 50%;
  }
  .footer__link-section {
    width: 50%;
  }
}
@media only screen and (max-width: 1023px) {
  .scroll-up-btn {
    right: 20px;
    top: 32px;
  }
}
@media only screen and (max-width: 976px) {
  .footer__logo-wrap {
    min-width: 143px;
    margin-right: 20px;
  }
  .footer__contacts-phone, .footer__link, .footer__schedule-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  .footer__section-title {
    font-size: 12px;
    margin-bottom: 8px;
  }
  .footer .footer__sitemap {
    margin-bottom: 10px;
  }
  .footer__sitemap a {
    margin-left: 0;
  }
}
@media only screen and (max-width: 598px) {
  .footer__logo-wrap {
    display: none;
  }
}
@media only screen and (max-width: 502px) {
  .footer__link-section--first {
    margin-bottom: 0;
  }
  .footer__link-section--second {
    order: 1;
    margin-bottom: 14px;
  }
  .footer__schedule {
    width: 100%;
    margin-bottom: 14px;
  }
  .footer__contacts, .footer__link-section {
    width: 100%;
  }
  .footer__link {
    margin-bottom: 4px !important;
  }
  .footer__body {
    padding: 32px 0 20px;
  }
}
@media only screen and (max-width: 492px) {
  .footer__bottom-section {
    height: -moz-fit-content;
    height: fit-content;
    padding-bottom: 32px;
  }
  .footer__bottom-section .container {
    flex-direction: column;
    align-items: flex-start;
  }
  .footer__copyright {
    margin: 8px 0;
  }
}
.main-page .main-sl-item__bg-left.mobile {
  display: none;
}

.main-page__main-slider-wrap {
  width: 100%;
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.main-page__main-slider-wrap .main-slider-arrows__arrow-left, .main-page__main-slider-wrap .main-slider-arrows__arrow-right {
  top: 0;
  bottom: 0;
  margin: auto;
  position: absolute;
  z-index: 3;
  background: none;
  padding: 0;
}

.main-page__main-slider-wrap .main-slider-arrows__arrow-left {
  left: 0;
}

.main-page__main-slider-wrap .main-slider-arrows__arrow-right {
  right: 0;
}

.main-slider {
  width: 100%;
  position: relative;
}

.main-slider .slick-track {
  align-items: normal;
}

.main-slider .slick-track .slick-slide {
  height: auto;
}

.main-slider .slick-track .slick-slide > div {
  height: 100%;
}

.main-sl-item {
  position: relative;
}

.main-sl-item__bg {
  display: flex;
  height: 100%;
  position: relative;
}

.main-sl-item__bg-left {
  left: 0;
  z-index: 2;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.main-sl-item__bg-left > img {
  -o-object-position: right;
  object-position: right;
}

.main-sl-item__bg-left > img, .main-sl-item__bg-left video {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.main-sl-item__bg-left video {
  position: absolute;
  left: 0;
  top: 0;
  -o-object-position: center;
  object-position: center;
}

.main-sl-item__flag {
  max-width: -moz-fit-content;
  max-width: fit-content;
  position: absolute;
  right: 17px;
  top: 8%;
}

.main-sl-item__bg-right {
  position: absolute;
  right: 0;
  z-index: 1;
  min-width: 50%;
  height: 100%;
}

.main-sl-item__bg-right img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: left;
  object-position: left;
}

.main-sl-item__body {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 100%;
  align-items: center;
  z-index: 2;
}

.main-sl-item__body, .main-sl-item__body .container {
  display: flex;
}

.main-sl-item__body .container {
  flex-direction: column;
}

.main-sl-item__title-box {
  width: -moz-fit-content;
  width: fit-content;
  border-left: 1px solid #fff;
  position: relative;
  max-width: 550px;
  transform: translateY(-10px);
  padding: 50px 0 50px 32px;
  display: flex;
  align-items: center;
}

.main-sl-item__title-box:before {
  width: 45%;
  top: -1px;
}

.main-sl-item__title-box:after, .main-sl-item__title-box:before {
  content: "";
  position: absolute;
  height: 1px;
  background: #fff;
  left: -1px;
}

.main-sl-item__title-box:after {
  width: 90%;
  bottom: -1px;
}

.main-sl-item__title {
  font-weight: 700;
  font-size: 48px;
  line-height: 120%;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  width: 100%;
  color: #fff;
  -webkit-hyphens: auto;
  hyphens: auto;
  word-wrap: break-word;
}

.main-sl-item__catalog-btn {
  position: absolute;
  left: 0;
  bottom: 40px;
  right: 0;
  display: block;
  margin: 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  transition: 0.3s;
}

.main-sl-item__catalog-btn:hover {
  background: #43b02a;
  color: #fff;
}

.main-sl-dots {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 20px;
  display: flex !important;
  justify-content: center;
}

.main-sl-dots li:not(:last-child) {
  margin-right: 16px;
}

.main-sl-dots .slick-active button {
  background: rgba(0, 0, 0, 0);
}

.main-sl-dots .slick-active button:before {
  background: #43b02a;
}

.main-sl-dots button {
  font-size: 0;
  padding: 0;
  height: 20px;
  width: 32px;
  cursor: pointer;
  position: relative;
  background: rgba(0, 0, 0, 0);
}

.main-sl-dots button:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  margin: auto;
  height: 2px;
  background: #dcdcdc;
  transition: 0.2s;
}

.main-sl-dots button:hover:before {
  background: #e0f8d4;
}

.main-slider-arrows__arrow-left, .main-slider-arrows__arrow-right {
  cursor: pointer;
}

.main-slider-arrows__arrow-left svg rect, .main-slider-arrows__arrow-right svg rect {
  transition: 0.2s;
}

.main-slider-arrows__arrow-left:hover svg rect, .main-slider-arrows__arrow-right:hover svg rect {
  fill: #43b02a;
  fill-opacity: 1;
}

@media only screen and (max-width: 1460px) {
  .main-page__main-slider-wrap {
    width: 100%;
    position: relative;
    height: -moz-fit-content;
    height: fit-content;
  }
  .main-page__main-slider-wrap .main-slider-arrows__arrow-left {
    left: 5px;
    margin-left: 5px;
  }
  .main-page__main-slider-wrap .main-slider-arrows__arrow-right {
    right: 5px;
    margin-right: 5px;
  }
}
@media only screen and (max-width: 1170px) {
  .main-sl-item__title-box {
    align-self: flex-end;
    border-color: #183029;
    margin-right: 3%;
  }
  .main-sl-item__title-box:after, .main-sl-item__title-box:before {
    background: #183029;
  }
  .main-sl-item__title {
    color: #183029;
  }
}
@media only screen and (max-width: 1035px) {
  .main-sl-item__title-box {
    margin-right: 3%;
  }
}
@media only screen and (max-width: 976px) {
  .main-sl-item__title-box {
    padding: 16px 0 16px 12px;
    margin: 0 auto !important;
  }
  .main-sl-item__title {
    font-size: 32px;
    line-height: 150%;
  }
  .main-sl-item__body .container {
    height: 100%;
    justify-content: center;
    position: relative;
  }
  .main-sl-item__catalog-btn {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 25px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    padding: 8px 24px;
    border: none;
    background: #43b02a;
    color: #fff;
  }
  .main-sl-item__flag {
    top: 0 !important;
    right: 1px !important;
  }
  .main-slider .main-sl-dots {
    bottom: 0;
  }
  .main-slider-arrows__arrow-left, .main-slider-arrows__arrow-right {
    display: none !important;
  }
}
@media only screen and (max-width: 788px) {
  .main-sl-item__bg-left {
    max-width: 100%;
  }
  .main-sl-item__title-box {
    margin-left: auto !important;
    margin-right: 0 !important;
    max-width: 90%;
  }
  .main-sl-item__title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 600px) {
  .main-sl-item__bg-left {
    display: none;
  }
  .main-sl-item__bg-left.mobile {
    display: block !important;
  }
}
.mainpartner-section {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 30px;
  margin-top: 30px;
}

.mainpartner-section, .mainpartner-section__item {
  display: flex;
}

.mainpartner-section__item {
  height: 75px;
  justify-content: center;
  align-items: center;
  background: #fff;
  transform: translateY(0);
  backface-visibility: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
  transition: 0.3s;
  cursor: pointer;
}

.mainpartner-section__item:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-2%);
}

.mainpartner-section__item img {
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .mainpartner-section {
    display: none;
  }
}
.services-wrap {
  margin-bottom: 64px;
}

.main-page__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #182316;
  margin-bottom: 24px;
}

.services {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.services__item {
  position: relative;
  overflow: hidden;
  transition: 0.4s;
  margin: 0;
}

.services__item:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: linear-gradient(96.23deg, rgba(24, 35, 22, 0.25) 34.2%, rgba(24, 35, 22, 0) 99.5%);
  opacity: 1;
  transition: 0.3s;
}

.services__item:hover:after {
  opacity: 0;
}

.services__item:hover .services__title-box-bg svg path {
  fill-opacity: 1;
}

.services__item--big {
  width: 49%;
  height: 210px;
  position: relative;
  margin-bottom: 2%;
}

.services__item--big .services__img, .services__item--center-bg .services__img {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  background-position-y: center;
}

.services__item--center-bg .services__img {
  margin: auto;
}

.services__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
  background-position-y: center;
}

.services__title-box {
  position: relative;
  height: 100%;
  max-width: 186px;
  display: flex;
  align-items: flex-end;
  z-index: 1;
}

.services__title-box-bg {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  transform: scale(1);
  transform-origin: center;
  opacity: 1;
  transition: 0.4s;
}

.services__title-box-bg svg {
  -o-object-fit: contain;
  object-fit: contain;
}

.services__title-box-bg svg path {
  fill-opacity: 0.9;
  transition: fill-opacity 0.2s;
}

.services__title {
  margin-left: 24px;
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  z-index: 1;
}

.services__title-box--white .services__title {
  color: #43b02a;
}

.services__item--middle {
  width: 32%;
  height: 250px;
}

.services__item--middle .services__img {
  height: 100%;
}

.services__item-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.services__item--small {
  width: 100%;
  height: 110px;
}

.services__item--small .services__title-box-bg {
  position: absolute;
  left: 0;
  top: -2px;
}

.services__item--small .services__title-box-bg svg {
  -o-object-fit: contain;
  object-fit: contain;
  transform: translateY(-30%);
}

.services .services__item-wrap {
  width: 32%;
}

.services__title-box-bg svg .cube {
  opacity: 0.9;
}

.services__title-box-bg svg .cube, .services__title-box-bg svg .cube1 {
  transform: translateY(-50%);
}

.services__title-box-bg svg .cube1 {
  opacity: 0;
}

.services__title-box-bg svg .row1.col1 {
  transition: 0.35s;
  animation-duration: 0.35s;
}

.services__title-box-bg svg .row1.col2 {
  transition: 0.3s;
  transition-delay: 0.2s;
  animation-duration: 0.3s;
}

.services__title-box-bg svg .row1.col3 {
  transition-delay: 0.1s;
  transition: 0.35s;
  animation-duration: 0.35s;
}

.services__title-box-bg svg .row1.col4 {
  transition: 0.25s;
  animation-duration: 0.25s;
}

.services__title-box-bg svg .row2.col1 {
  transition: 0.3s;
  transition-delay: 0.2s;
  animation-duration: 0.3s;
}

.services__title-box-bg svg .row2.col2 {
  transition: 0.35s;
  transition-delay: 0.1s;
  animation-duration: 0.35s;
}

.services__title-box-bg svg .row2.col4 {
  transition: 0.25s;
  transition-delay: 0.15s;
  animation-duration: 0.25s;
}

.services__title-box-bg svg .row3.col1 {
  transition: 0.3s;
  transition-delay: 0.3s;
  animation-duration: 0.3s;
}

.services__title-box-bg svg .row3.col3 {
  transition: 0.35s;
  transition-delay: 0.2s;
}

.services__title-box-bg svg .row3.col3, .services__title-box-bg svg .row3.col5 {
  animation-duration: 0.35s;
}

.services__title-box-bg svg .row3.col5 {
  transition: 0.25s;
  transition-delay: 0.35s;
}

.services__title-box-bg svg .r3.c5 {
  transition: transform 0.35s;
  animation-duration: 0.35s;
}

.services__title-box-bg svg .r1.c1 {
  transition: transform 0.3s;
  transition-delay: 0.2s;
  animation-duration: 0.3s;
}

.services__title-box-bg svg .r2.c2 {
  transition-delay: 0.1s;
  transition: transform 0.35s;
  animation-duration: 0.35s;
}

.services__title-box-bg svg .r1.c2 {
  transition: transform 0.25s;
  animation-duration: 0.25s;
}

.services__title-box-bg svg .r3.c3 {
  transition: transform 0.3s;
  transition-delay: 0.2s;
  animation-duration: 0.3s;
}

.services__title-box-bg svg .r1.c3 {
  transition: transform 0.35s;
  transition-delay: 0.1s;
  animation-duration: 0.35s;
}

.services__title-box-bg svg .r2.c4 {
  transition: transform 0.25s;
  transition-delay: 0.15s;
  animation-duration: 0.25s;
}

.services__title-box-bg svg .r1.c5 {
  transition: transform 0.3s;
  transition-delay: 0.3s;
  animation-duration: 0.3s;
}

.services__item.active .services__title-box-bg svg .cube {
  transform: translateY(0);
}

.services__item:hover .services__title-box-bg svg .cube {
  transform: translateY(-50%);
  opacity: 0;
  animation: cubesUp 0.4s;
}

.services__item:hover .services__title-box-bg svg .cube1 {
  transform: translateY(0);
  opacity: 0.9;
}

@media only screen and (max-width: 976px) {
  .services__title {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    padding-right: 10px;
  }
  .services-wrap {
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 976px) {
  .services__item--small .services__title {
    margin-left: 14px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 896px) {
  .services__item {
    width: 49%;
    height: 232px;
    margin-bottom: 2%;
  }
  .services__img {
    width: 100% !important;
    height: 100% !important;
  }
  .services .services__item-wrap {
    width: 100%;
    flex-direction: row;
  }
  .services__item--center-bg .services__img {
    -o-object-fit: cover;
    object-fit: cover;
    width: auto;
    height: 100%;
  }
  .services__item--small .services__title-box-bg svg {
    transform: translateY(0);
  }
}
@media only screen and (max-width: 630px) {
  .services__item {
    width: 100%;
    height: 180px;
    margin-bottom: 24px;
  }
  .services .services__item-wrap {
    width: 100%;
    flex-direction: column;
  }
  .services__title {
    height: 65px;
    display: flex;
    align-items: center;
    margin-bottom: 4px;
    margin-left: 4px;
  }
  .services__item:nth-child(2n) .services__title-box-bg svg rect {
    fill: #fff !important;
  }
  .services__item:nth-child(2n) .services__title {
    color: #43b02a !important;
  }
  .services__item:nth-child(odd) .services__title-box-bg svg rect {
    fill: #43b02a !important;
  }
  .services__item:nth-child(odd) .services__title {
    color: #fff !important;
  }
}
@media only screen and (max-width: 380px) {
  .services__item {
    height: 140px;
  }
}
.slider-container--product {
  margin-bottom: 64px !important;
}

.product-specifications-tag {
  position: absolute;
  top: 4px;
  right: 10px;
  z-index: 1;
}

.product-specifications-tag .wifi {
  margin-bottom: 6px;
  margin-left: 20px;
}

.product-specifications-tag .temperature {
  display: flex;
  margin-top: 6px;
  margin-left: 20px;
}

.product-specifications-tag .temperature .text {
  color: #2dd9fd;
  font-weight: 500;
  font-size: 10.3704px;
  line-height: 150%;
}

.card-name-box {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  height: 43px;
}

.slider-container {
  margin: 40px auto !important;
  width: calc(100% - 80px);
}

.product-slide-wrap {
  margin-top: 32px;
  margin-bottom: 32px;
  max-width: 258px;
  backface-visibility: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
}

.product-slide-wrap .product-specifications-tag {
  display: none;
}

.product-slide-wrap:hover .product-specifications-tag {
  display: block;
}

.product-slide-wrap:hover {
  z-index: 1;
}

.product-slide-wrap:hover:after {
  opacity: 0;
}

.product-slide-wrap .product-card__payment-mobile {
  margin-left: 45px;
  display: flex !important;
  flex-wrap: wrap;
}

.product-slide-wrap .product-card__payment-mobile img {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.product-slide-wrap .product-card__payment-mobile img:not(:last-child) {
  margin-right: 10px;
}

.product-slider--label-wrap {
  position: absolute;
}

.product-card {
  background: #fff;
  position: relative;
  margin-top: 20px;
}

.product-card .product-card__buy-btn:hover {
  background: #257226;
}

.product-card .product-card__buy-btn svg {
  margin-top: 3px;
}

.product-card .product-card__buy-btn svg path {
  transition: 0.3s;
}

.product-card:hover .product-card__buy-btn {
  animation: buy-btn 0.5s 1 both;
  width: 83px;
  height: 26px;
}

.product-card:hover .product-card__buy-btn svg {
  transition: 0.3s;
  transition-delay: 0.1s;
  transform: translateX(145%);
}

.product-card:hover .product-card__buy-btn svg path {
  fill: #fff;
  stroke: #fff;
}

.product-card__label-wrap {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
}

.product-card__label {
  position: relative;
  top: 0;
  left: 0;
  z-index: 10;
  height: 20px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 18px;
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #fff;
}

.product-card__label:not(:last-child) {
  margin-bottom: 4px;
}

.product-card__label--new {
  background: #257226;
}

.product-card__img-wrap {
  max-width: 206px;
  min-width: 100%;
  min-height: 140px;
  height: 200px;
  display: flex;
  justify-content: center;
}

.product-card__img-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
  height: 200px;
}

.product-card__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #182316;
  min-height: 48px;
  margin-bottom: 4px;
}

.product-card__rating {
  margin-top: 8px;
  margin-bottom: 8px;
}

.product-card__rating, .product-card__stars {
  display: flex;
}

.product-card__stars {
  align-items: center;
  margin-right: 10px;
}

.product-card__stars img {
  min-height: 11px !important;
  min-width: 11px !important;
  margin-top: -2px;
}

.product-card__response-link {
  font-size: 12px;
  line-height: 150%;
  color: #868686;
  position: relative;
}

.product-card__response-link:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #868686;
  width: 100%;
}

.product-card__price-section {
  min-height: 54px;
  height: 54px;
  flex-direction: column;
  justify-content: flex-end;
  margin-bottom: 16px;
}

.product-card__price-section, .product-card__price-wrap {
  display: flex;
}

.product-card__price-wrap {
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #182316;
}

.product-card__credit-conditions {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #868686;
}

.product-card__ui-section {
  display: flex;
  justify-content: space-between;
}

.product-card__buy-btn {
  cursor: pointer;
}

.product-card__buy-btn:hover svg, .product-card__buy-btn:hover svg path {
  fill: #43b02a;
  stroke: #43b02a;
}

.product-card__btns-wrap {
  display: flex;
}

.product-card__fav-btn {
  cursor: pointer;
}

.product-card__fav-btn svg .fill {
  fill: rgba(0, 0, 0, 0);
}

.product-card__fav-btn svg .line {
  fill: #182316;
}

.product-card__fav-btn.active svg, .product-card__fav-btn.active svg path, .product-card__fav-btn:active svg, .product-card__fav-btn:active svg path, .product-card__fav-btn:hover svg .line {
  fill: #db4915;
}

.product-card__compare-btn {
  cursor: pointer;
}

.product-card__compare-btn svg .fill {
  fill: rgba(0, 0, 0, 0);
}

.product-card__compare-btn svg .arrow, .product-card__compare-btn svg .circle {
  fill: #182316;
}

.product-card__compare-btn.active svg .circle, .product-card__compare-btn.active svg .fill, .product-card__compare-btn:active svg .circle, .product-card__compare-btn:active svg .fill, .product-card__compare-btn:hover svg .arrow, .product-card__compare-btn:hover svg .circle {
  fill: #43b02a;
}

.product-card__compare-btn.active svg .arrow, .product-card__compare-btn:active svg .arrow {
  fill: #fff;
}

@media only screen and (max-width: 976px) {
  .product-card__name {
    font-size: 14px;
    margin-bottom: 0;
  }
  .product-card__discount-val {
    font-size: 12px;
  }
  .product-card__discount-percentage {
    font-size: 10px;
  }
  .product-card__discount {
    margin-bottom: 0;
  }
  .product-card__price {
    font-size: 14px;
  }
  .product-card__credit-conditions {
    font-size: 10px;
  }
  .product-card__price-section {
    min-height: 42px;
    height: auto;
  }
  .products-slider-wrap {
    padding: 20px 8px 4px;
  }
  .products-slider-wrap .slider-arrow-left, .products-slider-wrap .slider-arrow-right {
    display: none !important;
  }
  .slider-container {
    background: #fff;
    margin: 0 0 40px;
    width: 100%;
    padding-left: 20px;
  }
  .slider-container .main-page__title {
    margin-top: 24px;
    margin-bottom: -10px !important;
  }
  .product-slide-wrap {
    margin: 4px 0 16px;
    padding: 0 12px 12px;
  }
  .product-slide-wrap .product-card__payment {
    top: -23px;
    display: flex;
    flex-wrap: wrap;
  }
  .product-slide-wrap .product-card__payment img {
    width: 20px;
    height: 20px;
  }
  .product-slide-wrap .product-card__payment img:not(:last-child) {
    margin-right: 8px;
  }
}
@media only screen and (max-width: 410px) {
  .products-slider .slick-slide > div {
    display: flex;
    justify-content: center;
  }
}
.slider-container--product {
  margin-bottom: 64px;
}

.products-slider-wrap .slider-arrow-left, .products-slider-wrap .slider-arrow-right {
  position: absolute;
  top: 50%;
  transform: scale(1) translateY(25%);
  transition: 0.1s;
  transform-origin: center;
}

.products-slider-wrap .slider-arrow-left:active, .products-slider-wrap .slider-arrow-right:active {
  transform: scale(0.8) translateY(25%);
}

.slider-arrow-left {
  left: -40px;
}

.slider-arrow-right {
  right: -40px;
}

.product-slide-wrap {
  padding: 16px;
  position: relative;
  margin: 32px 10px 0;
  transition: 0.2s;
  transform: translateY(0);
  background: #fff;
}

.product-slide-wrap:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-1%);
}

@media only screen and (max-width: 976px) {
  .products-slider-wrap .slider-arrow-left, .products-slider-wrap .slider-arrow-right {
    display: block !important;
    z-index: 1;
  }
  .slider-arrow-right {
    right: 0;
  }
  .slider-arrow-left {
    left: 0;
  }
}
.main-page {
  background: #f5f5f7;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media only screen and (max-width: 976px) {
  .main-page__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
}
.seo-text h1, .seo-text h2, .seo-text h3, .seo-text h4, .seo-text h5, .seo-text h6, .seo-text p {
  text-indent: 2em;
}

.seo-text p {
  padding-bottom: 10px;
  text-align: justify;
}

.seo-text ul li:before {
  content: "●";
  margin-right: 10px;
  color: #43b02a;
}

.seo-text a {
  color: #43b02a;
  text-decoration: underline;
}

.seo-text.close {
  max-height: 7.5em;
  overflow: hidden;
  transition: max-height 0.3s ease;
}

.seo-text:not(.close) {
  margin-bottom: 15px;
}

.main-page .read-more {
  margin: 20px auto;
}

.category-section {
  width: 100%;
  justify-content: space-between;
  margin-bottom: 0;
  margin-top: 70px;
}

.category-section, .category-section__item {
  display: flex;
}

.category-section__item {
  max-width: 190px;
  width: 190px;
  height: 157px;
  justify-content: center;
  align-items: center;
  background: #fff;
  transform: translateY(0);
  backface-visibility: hidden;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0);
  transition: 0.3s;
  cursor: pointer;
}

.category-section__item:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transform: translateY(-2%);
}

.category-section__item-body {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
}

.category-section__item-img {
  width: 80px;
  height: 80px;
  margin-top: 12px;
  margin-bottom: 8px;
}

.category-section__item-img img {
  -o-object-fit: none;
  object-fit: none;
}

.category-section__item-title {
  text-align: center;
  max-width: 131px;
  margin: 0 auto;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #182316;
}

@media only screen and (max-width: 1378px) {
  .category-section__item:not(:last-child) {
    margin-right: 10px;
  }
}
@media only screen and (max-width: 976px) {
  .category-section {
    margin-top: 30px;
    margin-bottom: 40px;
  }
  .category-section__item-title {
    font-size: 12px;
  }
}
@media only screen and (max-width: 895px) {
  .category-section {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
  }
  .category-section__item {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  }
  .category-section__item:first-child {
    margin-bottom: 8%;
  }
  .category-section__item:not(:last-child) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 636px) {
  .category-section__item {
    width: 130px;
    height: 98px;
  }
  .category-section__item-img {
    width: 48px;
    height: 48px;
    margin-top: 8px;
    margin-bottom: 0;
  }
  .category-section__item-img img {
    -o-object-fit: cover;
    object-fit: cover;
  }
  .category-section__item-title {
    height: 30px;
    display: flex;
    align-items: center;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 430px) {
  .category-section {
    grid-template-columns: 1fr 1fr;
  }
  .category-section__item {
    margin-bottom: 8%;
  }
}
.catalog-mobile-header {
  margin-bottom: 24px;
  display: none;
}

.catalog-wrap {
  display: flex;
  position: relative;
}

.product-card-more {
  margin-left: 15px;
  margin-top: -35px;
}

.description-container {
  width: 100%;
  padding: 40px;
  background: #fff;
  margin-bottom: 100px;
}

.description-container__text {
  color: #000;
}

.description-container__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #000;
  margin-bottom: 24px;
}

.description-container p {
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 18px;
}

.description-container ul {
  margin-bottom: 18px;
}

.description-container__list-p {
  margin-bottom: 8px;
}

.description-container__list-p, .description-container li {
  font-size: 14px;
  line-height: 160%;
}

.description-container li:not(:last-child) {
  margin-bottom: 8px;
}

.description-container li:before {
  content: url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.545 5L0 11h10.182L16 5H6.545z' fill='%2343B02A'/%3E%3C/svg%3E");
  width: 16px;
  height: 16px;
  display: inline-block;
  transform: translateY(4px);
  margin-right: 8px;
}

.cheap-product-table-container__text {
  color: #000;
}

.cheap-product-table-container__text h2 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #000;
}

.cheap-product-table-container__text .cheap-product-table-container__table {
  width: 100%;
  margin-top: 10px;
  border-spacing: 0 15px;
  border-collapse: separate;
  font-size: 14px;
  line-height: 160%;
  margin-bottom: 18px;
}

.cheap-product-table-container__text .cheap-product-table-container__table td {
  border-bottom: 1px solid #e0e0e0;
  height: 32px;
}

.catalog .catalog-buy-one-click {
  display: none;
}

.catalog__section {
  width: 99%;
  margin-left: 0.5%;
}

.catalog__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  border-left: 4px solid #43b02a;
  padding-left: 8px;
  margin-bottom: 32px;
}

.catalog__header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
}

.catalog__header, .catalog__sort {
  display: flex;
}

.catalog__sort div:not(:last-child) {
  margin-right: 16px;
}

.catalog__sort-title {
  width: 80px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.catalog__sort-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
}

.catalog__sort-item.active {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #257226;
}

.catalog__pick-equipment {
  display: block;
}

.catalog__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
  margin-bottom: 38px;
}

.catalog-slider-wrap {
  height: -moz-fit-content;
  height: fit-content;
  position: relative;
  margin-bottom: 32px;
  width: 100%;
}

.catalog-slider-wrap .slider-arrow-left, .catalog-slider-wrap .slider-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.catalog-slider-wrap .slider-arrow-left svg rect, .catalog-slider-wrap .slider-arrow-right svg rect {
  transition: 0.2s;
}

.catalog-slider-wrap .slider-arrow-left:hover svg rect, .catalog-slider-wrap .slider-arrow-right:hover svg rect {
  fill: #43b02a;
  fill-opacity: 1;
}

.catalog-slider-wrap .slider-arrow-left {
  left: 40px;
}

.catalog-slider-wrap .slider-arrow-right {
  right: 40px;
}

.catalog-slider {
  height: 100%;
  width: 100%;
}

.catalog-slider__item img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.noUi-connect {
  background: #43b02a !important;
}

.noUi-handle {
  background: none !important;
  border: none !important;
  height: auto !important;
  width: auto !important;
  box-shadow: none !important;
  transform: translateY(-20%);
  cursor: pointer !important;
}

.noUi-handle:after, .noUi-handle:before {
  display: none !important;
}

.noUi-touch-area {
  width: 21px !important;
  height: 21px !important;
  background: #43b02a;
  border-radius: 50%;
  border: 2px solid #fff;
}

.product-card-box {
  overflow: visible;
  margin-bottom: 10px;
  width: 260px;
  display: flex;
  justify-content: center;
  transition: 0.2ms;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
}

.product-card-box .product-card__ui-section {
  overflow-y: visible;
  align-items: center;
  max-height: 21.3px;
}

.product-card-box:hover {
  z-index: 2;
  border-color: #c4c4c4;
  transform: translateY(-1%);
}

.product-card-box:hover .product-card__characteristics {
  display: block;
  border-left: 1px solid #c4c4c4;
  border-right: 1px solid #c4c4c4;
  border-bottom: 1px solid #c4c4c4;
}

.product-card-wrap {
  width: 258px;
  padding: 16px;
  position: relative;
  transition: 0.2s;
  background: #fff;
}

.product-card-wrap .product-specifications-tag {
  display: none;
}

.product-card-wrap:hover .product-specifications-tag {
  display: block;
}

.product-card-wrap:after {
  display: none;
}

.product-card-wrap .product-card__payment-mobile {
  position: absolute;
  right: 0;
  bottom: 33px;
  flex-wrap: wrap;
}

.product-card-wrap .product-card__payment-mobile img:not(:last-child) {
  margin-right: 10px;
}

.product-card__ui-section {
  position: relative;
}

.product-card__buy-btn {
  transition: 0.3s;
  transition-delay: 0.3s;
  height: 26px;
}

.product-card__fav-btn {
  position: relative;
}

.product-card__fav-btn:before {
  content: "";
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  z-index: 3;
  opacity: 0;
  transition: 0.2s;
}

.product-card__fav-btn.active + .product-card__popup--fav {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}

.product-card__fav-btn.active:before {
  opacity: 1;
}

.product-card__compare-btn {
  position: relative;
}

.product-card__compare-btn:before {
  content: "";
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
  z-index: 3;
  opacity: 0;
  transition: 0.2s;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

.product-card__compare-btn.active + .product-card__popup--compare {
  opacity: 1;
  transform: scale(1);
  transition: opacity 1s;
}

.product-card__compare-btn.active:before {
  opacity: 1;
}

.product-card__popup {
  position: absolute;
  right: 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  height: 54px;
  width: 100%;
  display: flex;
  align-items: center;
  bottom: 40px;
  z-index: 2;
  padding-left: 10px;
  opacity: 0;
  transform: scale(0);
}

.product-card__popup-text {
  font-size: 10px;
  line-height: 150%;
  color: #182316;
}

.product-card__popup-link {
  color: #868686;
  text-decoration-line: underline;
  margin-left: 5px;
}

.product-card__popup-close-btn {
  align-self: flex-start;
}

.product-card__characteristics-wrap {
  width: 260px;
  margin-top: 10px;
  left: -17px;
  background-color: #fff;
  overflow: hidden;
  transition: 0.3s;
  position: absolute;
  z-index: 99;
}

.product-card__characteristics {
  width: 100%;
  position: relative;
  padding: 16px;
  background: #fff;
  display: none;
  z-index: 10;
}

.product-card__characteristics:before {
  content: "";
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  border-top: 1px solid #c4c4c4;
  transition: 0.2s;
}

.product-card:hover .product-card__characteristics {
  display: block;
  overflow: visible;
}

.product-card__payment {
  display: flex;
  margin-bottom: 16px !important;
  margin-left: -5px;
}

.product-card__payment-item {
  cursor: pointer;
}

.product-card__payment-item:not(:last-child) {
  margin-right: 16px;
}

#range-from, #range-to {
  padding: 4px 2px;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 58px;
  border: 0.5px solid #257226;
  background: none;
}

#range-from {
  width: 58px;
}

.characteristics__char-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.characteristics__item {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2px;
}

.characteristics__item-title {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  min-width: 50%;
}

.characteristics__item-value {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #868686;
  text-align: right;
}

.show-more-btn {
  height: 348px;
  max-width: 238px;
  width: 238px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  background: #fff;
}

.show-more-btn:hover {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  transition: 0.2s;
}

.show-more-btn:active {
  background: #e0f8d4;
}

.show-more-btn__arrows {
  margin-bottom: 34px;
}

.show-more-btn__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  max-width: 171px;
}

@media only screen and (max-width: 1180px) {
  .catalog__body {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1155px) {
  .catalog__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .catalog__sort {
    margin-bottom: 12px;
  }
}
.catalog-mobile-header-head {
  display: flex;
  justify-content: center;
  margin-top: 10px;
}

@media only screen and (min-width: 976px) {
  .filter-wrap {
    width: 225px !important;
  }
  .product-card-box .product-card__buy-btn:hover {
    background: #257226;
  }
  .product-card-box .product-card__buy-btn svg {
    margin-top: 3px;
  }
  .product-card-box .product-card__buy-btn svg path {
    transition: 0.1s;
  }
  .product-card-box:hover, .product-card-box:hover .product-card__buy-btn {
    transition: 0.3s;
  }
  .product-card-box:hover .product-card__buy-btn {
    animation: buy-btn 0.2s 1 both;
    width: 83px;
    height: 26px;
  }
  .product-card-box:hover .product-card__buy-btn svg {
    margin-top: 3px;
    transition: 0.3s;
    transition-delay: 0.1s;
    transform: translateX(145%);
  }
  .product-card-box:hover .product-card__buy-btn svg path {
    fill: #fff;
    stroke: #fff;
  }
}
@media only screen and (max-width: 1060px) {
  .catalog__header {
    display: none;
  }
  .catalog__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .catalog-mobile-header__filter-btn {
    margin-bottom: 10px;
    width: 90%;
    margin-left: 5%;
    border-radius: 5px;
    background: #43b02a !important;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .catalog-mobile-header__filter-btn span {
    color: #fff;
  }
  .catalog-mobile-header {
    display: block;
    top: 85px;
    z-index: 40;
    background: #fff;
    padding: 10px;
    width: 100%;
  }
  .catalog-mobile-header__filter-btn, .catalog-mobile-header__sort-btn {
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0);
    margin-right: 16px;
  }
  .catalog-mobile-header__filter-btn img, .catalog-mobile-header__sort-btn img {
    width: 24px;
    height: 24px;
  }
  .catalog-mobile-header__filter-text, .catalog-mobile-header__sort-text {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
  }
  .catalog-mobile-header__equipment-select-link {
    display: flex;
    align-items: center;
  }
  .catalog-mobile-header__selection-text {
    font-weight: 600;
    font-size: 10px;
    line-height: 120%;
    color: #43b02a;
  }
  .product-card-wrap {
    max-width: 280px;
    width: 280px;
    padding: 16px 8px;
  }
  .product-card__payment-mobile {
    display: flex !important;
  }
  .product-card__name {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
  }
  .product-card-box {
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
    margin-bottom: 24px;
    width: 250px;
  }
  .product-card-box .product-card__img-wrap {
    max-width: 166px;
    width: 166px;
    height: auto;
    min-width: auto;
    min-height: auto;
    margin: 34px auto 16px;
  }
  .product-card-box .product-card__img-wrap img {
    width: 100% !important;
  }
  .product-card-box .product-card__characteristics-wrap {
    display: none;
  }
  .product-card-box:hover .product-card__buy-btn svg {
    transition-delay: 0.1s;
    transform: translateX(0);
  }
  .product-card-box .product-card__buy-btn {
    width: 83px;
    height: 27px;
    display: flex;
    justify-content: center;
    background: #43b02a;
    align-items: center;
  }
  .product-card-box .product-card__buy-btn svg path {
    fill: #fff;
    stroke: #fff;
  }
  .show-more-btn {
    flex-direction: column-reverse;
    max-width: 100%;
    width: 100%;
    margin-left: -5px;
  }
  .show-more-btn .show-more-btn__arrows {
    margin-bottom: 0;
    margin-top: 30px;
    transform: rotate(90deg);
  }
  .show-more-btn__text {
    font-size: 16px;
  }
}
@media only screen and (max-width: 920px) and (min-width: 800px) {
  .product-card-wrap {
    max-width: 100%;
    width: 100%;
    min-width: 100%;
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 800px) {
  .catalog__body {
    grid-template-columns: 50% 50%;
  }
  .product-card-box:hover {
    box-shadow: none;
    transform: none;
    z-index: 2;
  }
}
@media only screen and (max-width: 768px) {
  .catalog-slider-wrap {
    display: none;
  }
}
@media only screen and (max-width: 596px) {
  .product-card-wrap {
    width: 95%;
    max-width: 95%;
  }
}
@media only screen and (max-width: 460px) {
  .catalog__body {
    grid-template-columns: 1fr;
  }
  .catalog__body .product-card-wrap {
    max-width: 280px;
    width: 280px;
  }
  .catalog__body .product-card-box {
    width: 100%;
  }
  .catalog__body .product-card-box .product-card-wrap {
    width: 100%;
    max-width: 100%;
  }
  .catalog__body .product-card-box .product-card-wrap .product-card__img-wrap {
    width: 70%;
    max-width: 70%;
    height: 260px;
  }
  .catalog__body .product-card-wrap .product-card__price {
    font-size: 30px;
  }
  .catalog__body .product-card-wrap .product-card__credit-conditions {
    position: absolute;
    top: 100px;
    left: 40px;
  }
  .catalog__body .product-card-wrap .product-card__credit-conditions .product-card__payment-mobile img {
    margin-top: 10px;
    width: 30px;
    max-width: 30px;
    height: 30px;
  }
  .catalog__body .product-card__popup--compare, .catalog__body .product-card__popup--fav {
    left: 50px;
    width: 180px;
  }
  .catalog__body .product-card__ui-section .product-card__buy-btn {
    width: 45%;
    height: 34px;
  }
  .catalog__body .product-card__ui-section .product-card__buy-btn:hover {
    width: 45%;
    animation: none;
  }
  .catalog__body .product-card__ui-section .catalog-buy-one-click {
    width: 45%;
    height: 34px;
    display: block;
  }
  .catalog__body .product-card__ui-section .catalog-buy-one-click button {
    width: 100%;
    height: 34px;
    background: #43b02a;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
  }
  .catalog__body .product-card__ui-section .catalog-buy-one-click button:hover {
    color: #43b02a;
  }
  .catalog__body .product-card__btns-wrap {
    left: 2px;
    position: absolute;
    flex-direction: column;
    top: -340px;
  }
  .catalog__body .product-card__btns-wrap svg {
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
}
.bread-crumbs {
  display: flex;
  margin-top: 32px;
  margin-bottom: 32px;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #868686;
  width: 100%;
}

.bread-crumbs__item {
  margin-right: 10px;
  color: inherit;
  min-width: -moz-max-content;
  min-width: max-content;
  display: block;
}

.bread-crumbs__item:not(:last-child) {
  transition: 0.15s;
}

.bread-crumbs__item:not(:last-child):after {
  content: "/";
  display: inline-block;
  transform: translateX(5px);
}

.bread-crumbs__item:not(:last-child):hover {
  color: #43b02a;
}

.bread-crumbs__dots, .bread-crumbs__dots.show {
  display: none;
}

@media only screen and (max-width: 1024px) {
  .bread-crumbs {
    font-size: 11px;
    line-height: 120%;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 740px) {
  .bread-crumbs {
    display: block;
  }
  .bread-crumbs__item {
    display: inline-block;
    min-width: auto;
    margin: 0 10px 7px;
    line-height: 1.2;
    color: #000;
    font-weight: 700;
  }
  .bread-crumbs__item:not(:last-child):after {
    margin-right: -5px;
  }
  .bread-crumbs__dots {
    font-size: 24px;
    line-height: 0;
    display: inline-block;
    margin: 0 8px;
  }
  .bread-crumbs__dots:not(.show) ~ .bread-crumbs__item {
    display: none;
  }
}
.empty-catalog-card {
  text-align: center;
  margin-bottom: 200px;
}

.empty-catalog-card svg {
  width: 300px;
}

.pagination-wrap {
  margin-bottom: 100px;
  margin-top: 50px;
  justify-content: center;
}

.pagination, .pagination-wrap {
  display: flex;
}

.pagination {
  font-size: 16px;
  line-height: 150%;
}

.pagination > div {
  width: 32px;
  height: 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  cursor: pointer;
}

.pagination > div:hover {
  background: #e0f8d4;
}

.pagination > div:active {
  transform: scale(0.9);
}

.pagination__item.active {
  background: #43b02a;
  color: #fff;
  font-weight: 600;
}

.pagination__item.active:hover {
  background: #43b02a;
}

.loader {
  width: 250px;
  height: 100px;
  margin: 100px auto auto;
}

.loader--dot {
  animation-name: loader;
  animation-timing-function: ease-in-out;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  height: 20px;
  width: 20px;
  margin-top: -30px;
  background-color: #000;
  position: absolute;
  border: 2px solid #fff;
}

.loader--dot:first-child {
  background-color: #43b02a;
  animation-delay: 0.5s;
}

.loader--dot:nth-child(2) {
  background-color: #359e1c;
  animation-delay: 0.4s;
}

.loader--dot:nth-child(3) {
  background-color: #32901c;
  animation-delay: 0.3s;
}

.loader--dot:nth-child(4) {
  background-color: #278711;
  animation-delay: 0.2s;
}

.loader--dot:nth-child(5) {
  background-color: #1f7c20;
  animation-delay: 0.1s;
}

.loader--dot:nth-child(6) {
  background-color: #257226;
  animation-delay: 0s;
}

.loader--text {
  width: 4rem;
  margin: auto;
}

.loader--text:after {
  content: "Loading";
  font-weight: 700;
  animation-name: loading-text;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
@keyframes loader {
  15% {
    transform: translateX(0);
  }
  45% {
    transform: translateX(230px);
  }
  65% {
    transform: translateX(230px);
  }
  95% {
    transform: translateX(0);
  }
}
@keyframes loading-text {
  0% {
    content: "Loading";
  }
  25% {
    content: "Loading.";
  }
  50% {
    content: "Loading..";
  }
  75% {
    content: "Loading...";
  }
}
.filter-wrap {
  max-width: 235px;
  padding: 0;
}

.filter-wrap .input-text {
  width: 75%;
}

.filter-wrap .hidden-mobile-catalog {
  display: none !important;
}

.filter-wrap .arrow-up {
  margin-right: -5px;
  margin-left: 5px;
}

.filter-wrap .filter-counter {
  position: absolute;
  right: 16px;
  color: #182316;
  font-size: 14px;
  line-height: 150%;
}

.filter-wrap .filter-send-flag {
  position: absolute;
  margin-top: -35px;
  margin-left: 175px;
  display: flex;
  justify-content: space-between;
  width: 190px;
  background: #fff;
  padding: 8px 16px;
  border: 1px solid #f5f5f7;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  z-index: 19;
}

.filter-wrap .filter-send-flag__name {
  font-size: 12px;
  line-height: 150%;
}

.filter-wrap .filter-send-flag__link {
  cursor: pointer;
  font-weight: 700;
  color: #43b02a;
  text-decoration: underline;
}

.filter-wrap .filter-send-flag .close {
  position: absolute;
  top: 0;
  right: 3px;
  font-size: 12px;
  line-height: 150%;
  cursor: pointer;
}

.filter__title-btn {
  cursor: pointer;
  background: #43b02a;
  color: #fff;
  padding: 2px 16px;
  font-size: 12px;
  transition: 0.2s;
  margin-top: 20px;
  width: 70px;
  height: 25px;
}

.filter__title-btn:hover {
  background: #257226;
}

.noUi-base, .noUi-target {
  height: 1px !important;
}

.filter .input-text {
  width: 75%;
  line-height: 20px;
  font-size: 12px !important;
}

.filter__reset-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.filter__mobile-close-btn {
  background: none;
}

.filter__picked-section {
  width: 100%;
  margin-bottom: 32px;
  padding: 0;
}

.filter__picked-item {
  display: flex;
  align-items: center;
  padding: 4px 8px;
  margin-bottom: 8px;
  background: #dcdcdc;
  width: -moz-fit-content;
  width: fit-content;
}

.filter__picked-item svg {
  cursor: pointer;
}

.filter__picked-val {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #182316;
  margin-right: 4px;
}

.filter__reset-section {
  display: flex;
  align-items: center;
}

.filter__reset-title {
  margin-right: 16px;
}

.filter__reset-btn {
  cursor: pointer;
  background: none;
  font-size: 12px;
  line-height: 150%;
  text-decoration-line: underline;
}

.filter__reset-btn:hover {
  color: #43b02a;
}

.filter__section {
  margin-bottom: 12px;
  position: relative;
  background: #fff;
  padding: 16px;
}

.filter__title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.filter__price-input-wrap, .filter__title {
  margin-bottom: 16px;
  display: flex;
  justify-content: space-between;
}

.filter__from-wrap > span, .filter__to-wrap > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-right: 6px;
  text-transform: lowercase;
}

.filter__range-input #range-slider {
  width: 96.5%;
  height: 2px;
  background: #e0f8d4;
  border: none;
}

.filter__section--drop {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.filter__section--drop .filter__title {
  cursor: pointer;
  margin-bottom: 0;
}

.filter__section--drop .arrow-up {
  transform: rotate(0deg);
  transition: 0.3s;
  min-width: 16px;
  min-height: 16px;
  width: 16px;
  height: 16px;
}

.filter__section--drop .filter__form {
  display: none;
  overflow: hidden;
  transition: 0.6s;
}

.filter__section--drop.active .filter__form {
  margin-top: 16px;
  display: block;
}

.filter__section--drop.active .arrow-up {
  transform: rotate(-90deg);
}

.checkbox-label .checkbox:before {
  background: none !important;
}

.filter__mobile-btn {
  margin-bottom: 5px;
  width: 90%;
  border-radius: 5px;
  background: #43b02a !important;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  height: 35px;
}

@media only screen and (min-width: 976px) {
  .filter .filter__mobile-btn-wrapper, .filter .filter__mobile-close-btn, .filter .filter__reset-title, .filter .mobile-filters-use {
    display: none;
  }
}
@media only screen and (max-width: 976px) {
  .filter-wrap {
    padding: 0;
    position: fixed;
    left: 0;
    top: 0;
    height: calc(100vh + 88px);
    z-index: 8000;
    overflow-y: auto;
    width: 0;
    transition: 0.3s;
    max-width: 100vw;
  }
  .filter-wrap .filter__reset-btn {
    display: none;
  }
  .filter-wrap .filter-send-flag {
    display: none !important;
  }
  .filter-wrap .filter__reset-title {
    display: none;
  }
  .filter-wrap .filter__mobile-close-btn {
    position: absolute;
    right: 20px;
    top: 100px;
    z-index: 9999;
  }
  .filter-wrap .filter__mobile-btn-wrapper.active {
    display: block;
  }
  .filter-wrap .filter__mobile-btn-wrapper {
    display: none;
    position: fixed;
    width: 100%;
    bottom: 10px;
    background-color: #fff;
  }
  .filter-wrap .arrow-up {
    margin-left: 10px;
  }
  .filter-wrap.active {
    width: 100vw;
  }
  .filter {
    padding: 100px 16px 180px;
    background: #fff;
    height: -moz-max-content;
    height: max-content;
    max-width: 100%;
    min-height: 100%;
    position: relative;
  }
  .filter__picked-section {
    position: fixed;
    z-index: 5999;
    background: #fff;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    height: 110px;
    display: none;
    margin-bottom: 0;
  }
  .filter__picked-section.active-mobile {
    display: block;
  }
  .filter__picked-section .mobile-filters-use {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .filter__picked-section .mobile-filters-use .product-count {
    width: -moz-max-content;
    width: max-content;
    margin-bottom: 20px;
  }
  .filter__picked-section .mobile-filters-use .product-filter-footer {
    width: 100%;
    display: flex;
    justify-content: space-between;
  }
  .filter__picked-section .mobile-filters-use .product-filter-footer .filter__reset-btn-mobile, .filter__picked-section .mobile-filters-use .product-filter-footer .filter__show-btn {
    width: 49%;
    margin-right: 1%;
    height: 40px;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .filter__picked-section .mobile-filters-use .product-filter-footer .filter__show-btn {
    background: #43b02a;
    color: #fff;
  }
  .filter__picked-section .mobile-filters-use .product-filter-footer .filter__reset-btn-mobile {
    background: none;
  }
  .filter__picked-section .mobile-filters-use .product-filter-footer .filter__reset-btn-mobile-text {
    border-bottom: 1px dashed #43b02a;
    width: -moz-max-content;
    width: max-content;
    color: #43b02a;
  }
  .filter__picked-items-wrap {
    display: none;
  }
  .filter__reset-section {
    margin-bottom: 12px;
  }
  .filter__picked-item {
    margin-bottom: 4px;
  }
  .filter__reset-btn {
    font-size: 10px;
  }
  .filter .filter__section:first-child {
    margin-top: -110px;
  }
}
.case-header__title-section.opt {
  background: #183029;
}

.case-article__list-item {
  line-height: 150%;
}

.case-article__body {
  margin-top: 40px;
}

.case-article h1, .case-article h2, .case-article h3, .case-article h4, .case-article h5, .case-article h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}

.case-article p {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

.case-article p a {
  text-decoration-line: underline;
  color: #43b02a;
  font-weight: 500;
}

.case-article ul {
  counter-reset: item;
  margin-left: 0;
}

.case-article ul li:before {
  content: "●";
  margin-right: 10px;
  color: #43b02a;
}

.case-article ul li:not(:last-child) {
  margin-bottom: 14px;
}

.case-article ul li span {
  color: #182316;
}

.case-article__text-bold {
  font-weight: 500;
}

.case-article p.case-article__text-bold {
  margin-bottom: 1em;
}

.case-article ul {
  margin-bottom: 24px;
}

.case-article li {
  line-height: 24px;
}

.case-article li a {
  text-decoration-line: underline;
  color: #43b02a;
  font-weight: 500;
}

.case-header {
  width: 100%;
}

.case-header, .case-header__title-section {
  display: flex;
}

.case-header__title-section {
  width: 50%;
  position: relative;
  justify-content: center;
  align-items: center;
  background: #257226;
}

.case-header__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #fff;
  z-index: 1;
  max-width: 468px;
  transform: translateX(10%);
}

.case-header__bg-img-left {
  transform: scale(1.045);
  position: absolute;
  left: 0;
  bottom: 6px;
  width: 23%;
}

.case-header__bg-img-right {
  position: absolute;
  right: 0;
  top: 0;
  width: 23%;
}

.case-header__img-section {
  width: 50%;
}

.case-header__img-section img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.callback-container {
  border: 0.5px solid #dcdcdc;
  background: #fff;
}

.callback-container .container {
  justify-content: space-between;
  padding-top: 12px;
  padding-bottom: 12px;
}

.callback-container .container, .callback-container__call-wrap {
  display: flex;
  align-items: center;
}

.callback-container__call-wrap {
  width: calc(40% + 200px);
  justify-content: space-around;
}

.callback-container__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
}

.callback-container__img {
  margin-left: 80px;
  animation: rotate 5s;
  animation-iteration-count: infinite;
}

.callback-container__sumbit {
  margin-right: 80px;
}

@media only screen and (max-width: 976px) {
  .case-article__body {
    margin-bottom: 24px;
  }
  .case-article__text-title {
    font-size: 19px;
    margin-bottom: 12px;
  }
  .case-article__paragraph {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .case-article__list-item, .case-article__text-bold {
    font-size: 12px;
  }
  .case-article__list {
    margin-bottom: 20px;
  }
  .callback-container .container {
    flex-direction: column;
  }
  .callback-container__title {
    font-size: 14px;
    text-align: center;
    margin-bottom: 8px;
  }
  .callback-container__img {
    width: 70px;
    height: 70px;
    margin-left: 0;
    margin-right: 20px;
  }
  .callback-container__sumbit {
    margin-right: 0;
    padding: 8px 32px;
    font-size: 12px;
  }
  .callback-container__call-wrap {
    width: 100%;
    justify-content: center;
  }
}
@media only screen and (max-width: 920px) {
  .case-header {
    flex-direction: column;
  }
  .case-header__title-section {
    width: 100%;
    height: 220px;
  }
  .case-header__bg-img-left, .case-header__bg-img-right {
    width: 15%;
  }
  .case-header__img-section {
    width: 100%;
    height: 220px;
  }
}
.mobile-one-click {
  display: none;
}

.slick-list {
  height: 100% !important;
  width: 100% !important;
}

.slick-track {
  display: flex !important;
  align-items: center;
}

.advantages-icons {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.product-page .main-page__title {
  font-size: 24px;
}

.not-buy-product {
  font-size: 16px;
  line-height: 150%;
  color: #db4915;
  margin-top: 42px;
}

.empty-feedback {
  border: 1px solid #db4915 !important;
}

.empty-feedback-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #db4915;
}

.empty-feedback-text svg {
  margin-right: 5px;
  margin-top: -2px;
}

.not-white {
  background: none !important;
}

.product-card__label--discount {
  background: #fb8200;
}

.product-info__delivery-section {
  width: 100%;
}

.product-info__additional-services {
  width: 100%;
  margin-top: 8px;
}

.hidden {
  display: none !important;
}

.product-page__see-all-btn {
  padding-left: 24px;
}

.product-page .slider-container--related {
  margin-left: 0 !important;
  margin-top: 32px;
  margin-bottom: 50px;
}

.product-card__discount {
  display: flex;
  margin-bottom: 2px;
}

.product-card__payment {
  margin-bottom: 0;
  margin-top: 3px;
}

.product-card__payment img {
  width: 34px;
  height: 24px;
  margin-left: 5px;
}

.product-card__price-top {
  display: flex;
  justify-content: space-between;
}

.product-card__discount-val {
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #868686;
  margin-right: 3px;
}

.product-card__discount-percentage {
  padding: 2px 16px;
  margin-left: 10px;
  background: #fb8200;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
}

.product-page__anchors-wrap {
  background: #fff;
  width: 100%;
  justify-content: space-around;
  height: 50px;
  margin-bottom: 16px;
  cursor: pointer;
}

.product-page__anchor, .product-page__anchors-wrap {
  display: flex;
}

.product-page__anchor {
  position: relative;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  align-items: center;
  transition: 0.2s;
}

.product-page__anchor:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: #dcdcdc;
  top: 0;
  right: -3.7vw;
}

.product-page__anchor > span {
  transition: 0.2s;
}

.product-page__anchor.active, .product-page__anchor.active > span, .product-page__anchor:hover, .product-page__anchor:hover > span {
  color: #43b02a;
}

.product-page__anchor-reviews-counter {
  margin-left: 6px;
}

.product-page__title-mobile {
  display: none;
}

.product-page__content-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 8px;
  padding-bottom: 8px;
}

.product-page__characteristics {
  width: 49.5%;
  background: #fff;
  padding-bottom: 24px;
}

.product-page__characteristics .product-page__container-title {
  padding-left: 24px;
  margin-top: 24px;
}

.product-page__characteristics .green .product-page__characteristics-name, .product-page__characteristics .green .product-page__characteristics-val {
  color: #257226 !important;
  font-weight: 700;
}

.product-page__container-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 32px;
}

.product-page__characteristics-table {
  height: 0;
  transform: scale(0);
  overflow: hidden;
  transform-origin: top;
  transition: 0.4s;
  opacity: 0;
}

.product-page__characteristics-table.active {
  height: auto;
  transform: scaleY(1);
  opacity: 1;
}

.product-page__characteristics-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
  justify-content: space-between;
  padding: 10px 24px;
  border-bottom: 1px solid #dcdcdc;
  width: 100%;
}

.product-page__characteristics-name {
  width: 276px;
  padding-right: 8px;
}

.product-page__characteristics-val {
  width: 276px;
}

.product-page__see-all-btn {
  margin-top: 10px;
  display: flex;
  align-items: center;
  cursor: pointer;
}

.product-page__see-all-btn:hover, .product-page__see-all-btn:hover span {
  color: #257226;
}

.product-page__see-all-btn, .product-page__see-all-btn span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  background: none;
  transition: 0.2s;
  font-weight: 700;
  color: #257226;
}

.product-page__see-all-btn.active span, .product-page__see-all-btn span.active span {
  transform: rotate(180deg);
}

.product-page__see-all-btn span {
  font-size: 10px;
  margin-left: 4px;
  display: block;
}

.product-page__description {
  width: 49.5%;
  background: #fff;
  padding: 24px;
}

.product-page__description-list {
  margin-bottom: 24px;
}

.product-page__description-list ul {
  padding-left: 20px;
}

.product-page__description-list ul li {
  list-style-type: disc;
}

.product-page__description-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.product-page__description-video {
  width: 100%;
}

.product-page__description-text {
  margin-top: 20px;
}

.product-page__description-video-wrap {
  position: relative;
  height: 315px;
}

.product-page__play-video-btn {
  position: absolute;
  width: 76% !important;
  height: 76% !important;
  top: 12%;
  right: 0;
  bottom: 0;
  left: 12%;
  cursor: pointer;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  transform: scale(1.3);
}

.product-page__play-video-btn img {
  transition: 0.2s;
  width: 60px;
  height: 60px;
}

.product-page__play-video-btn:hover img {
  transform: scale(1.5);
}

.product-page__reviews-wrap {
  width: 49.5%;
  background: #fff;
  padding-top: 24px;
  height: 80px;
  transition: 0.3s;
  transform-origin: top;
  position: relative;
}

.product-page__reviews-wrap .product-page__reviews-empty, .product-page__reviews-wrap .toggle-feedback-block {
  display: none;
  transition: 0.3s;
}

.product-page__reviews-wrap .set-toggle-feedback {
  position: absolute;
  top: 28px;
  right: 34px;
  transform: rotate(90deg);
  cursor: pointer;
  transition: 0.3s;
}

.product-page__reviews-wrap.active {
  height: auto;
}

.product-page__reviews-wrap.active .product-page__reviews-empty {
  display: flex;
}

.product-page__reviews-wrap.active .toggle-feedback-block {
  display: block;
}

.product-page__reviews-wrap.active .set-toggle-feedback {
  transform: rotate(-90deg);
}

.product-page__reviews {
  width: 100%;
  padding: 0 24px;
  max-height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
  transition: transform 0.4s;
}

.product-page__reviews.active {
  max-height: -moz-fit-content;
  max-height: fit-content;
  transform: scaleY(1);
}

.product-page .product-page__reviews-wrap .product-page__review.review, .product-page .product-page__reviews-wrap .product-page__see-all-section {
  display: none;
}

.product-page .product-page__reviews-wrap.active .product-page__review.review, .product-page .product-page__reviews-wrap.active .product-page__see-all-section {
  display: block;
}

.product-page__add-review-btn {
  display: none;
}

.product-page__reviews--empty {
  height: 100%;
  position: relative;
}

.product-page__reviews--empty .product-page__container-title {
  margin-bottom: 0;
}

.product-page__reviews-empty {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: 0;
}

.product-page__reviews-empty-text {
  font-size: 18px;
  line-height: 150%;
  color: #000;
  width: 334px;
  text-align: center;
  margin-bottom: 30px;
}

.product-page__reviews-empty-arrow {
  background: none;
  cursor: pointer;
}

.product-page__review-add {
  width: 49.5%;
  background: #fff;
  padding: 24px 24px 32px;
  height: 80px;
  transform-origin: top;
}

.product-page__review-add, .product-page__review-add .review-add {
  transition: 0.3s;
}

.product-page__review-add .review-add {
  display: none;
}

.product-page__review-add.active {
  height: auto;
}

.product-page__review-add.active .review-add {
  display: block;
}

.product-demo {
  width: 49.5%;
  background: #fff;
  padding: 24px;
}

.product-demo__slider-wrap {
  margin-bottom: 30px;
}

.product-demo__main-slider-wrap {
  width: 100%;
  height: 470px;
  display: flex;
  align-items: center;
}

.product-demo__main-slider-wrap .slider-arrow-left, .product-demo__main-slider-wrap .slider-arrow-right {
  position: absolute;
  top: 50%;
}

.product-demo__main-slider-wrap .slider-arrow-left {
  left: -20px;
}

.product-demo__main-slider-wrap .slider-arrow-right {
  right: -20px;
}

.product-demo__main-slider {
  width: 100%;
}

.product-demo__main-slider .product-demo__slide-item {
  width: 90%;
  margin-left: 5%;
  height: 470px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-demo__thumbnail-slider {
  width: 90%;
  margin-left: 5%;
  margin-top: 24px;
}

.product-demo__thumbnail-slider .slider-arrow-left, .product-demo__thumbnail-slider .slider-arrow-right {
  position: absolute;
  top: 30%;
}

.product-demo__thumbnail-slider .slider-arrow-left {
  left: -20px;
}

.product-demo__thumbnail-slider .slider-arrow-right {
  right: -20px;
}

.product-demo__thumbnail-slider .slick-current.slick-active .product-demo__slide-item {
  border: 1px solid #dcdcdc;
  transition: 0.2s;
}

.product-demo__thumbnail-slider .product-demo__slide-item {
  width: 100px;
  max-width: 100px;
  height: 100px;
  position: relative;
}

.product-demo__thumbnail-slider .product-demo__slide-item img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.product-demo__advantages {
  margin-top: 50px;
  flex-wrap: wrap;
}

.product-demo__advantages, .product-demo__advantages-item {
  display: flex;
}

.product-demo__advantages-item {
  width: 100%;
  flex-direction: column;
  margin-bottom: 15px;
  margin-left: 10px;
  text-align: center;
}

.product-demo__advantages-ico {
  margin-right: 4px;
}

.product-demo__advantages-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.product-info {
  width: 49.5%;
  padding: 24px 32px;
  background: #fff;
}

.product-info__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
}

.product-info__top-section {
  height: 21px;
  margin-top: 8px;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.product-info__rating-wrap, .product-info__top-section {
  display: flex;
}

.product-info__stars {
  margin-right: 8px;
}

.product-info__stars img {
  margin-right: 6px;
}

.product-info__feedback-link {
  font-size: 14px;
  line-height: 150%;
  color: #868686;
  align-items: center;
  position: relative;
}

.product-info__feedback-link:after {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #868686;
  width: 100%;
}

.product-info__logo-wrap {
  width: 110px;
  height: 56px;
}

.product-info__logo-wrap img {
  -o-object-fit: cover;
  object-fit: cover;
}

.product-info__pricing {
  display: flex;
  align-items: flex-end;
  margin-bottom: 32px;
}

.product-info__price-wrap {
  margin-right: 33px;
}

.product-info__discounted-price {
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #868686;
}

.product-info__price {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
}

.product-info__discount {
  margin-right: 32px;
  margin-bottom: 7px;
}

.product-info__discount-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #000;
}

.product-info__discount-val {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #44db15;
}

.product-info__cashback-wrap {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 4px;
  cursor: pointer;
}

.product-info__cashback-wrap img {
  margin-right: 2px;
}

.product-info__cashback-wrap .cashback-text {
  font-size: 14px;
  line-height: 150%;
  margin-right: 4px;
}

.product-info__cashback-wrap .cashback-val {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #fb8200;
}

.product-info__cashback-description {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  width: 105%;
  padding: 10px;
  background: #fff;
  font-size: 12px;
  line-height: 150%;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transform: scale(0);
  opacity: 0;
  transition: opacity 0.5s;
}

.product-info__cashback-description p:not(:last-child) {
  margin-bottom: 8px;
}

.product-info__cashback-wrap:hover .product-info__cashback-description {
  transform: scale(1);
  opacity: 1;
  z-index: 1;
}

.product-info__buy-section-top {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 24px;
  align-items: center;
  grid-gap: 10px 15px;
  gap: 10px 15px;
}

@media only screen and (max-width: 1175px) {
  .product-info__opt-btn {
    margin-left: 0;
  }
}
.product-info__buy-credit-btn {
  margin-right: 32px;
}

.product-info__banking {
  display: flex;
}

.product-info__banking-privat {
  margin-right: 24px;
  position: relative;
}

.product-info__banking-description {
  position: absolute;
  width: 300px;
  left: -12px;
  top: calc(100% + 10px);
  padding: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  background: #fff;
  font-size: 12px;
  line-height: 150%;
  opacity: 0;
  transform: scale(0);
  z-index: 21;
  transition: opacity 0.3s;
}

.product-info__banking-monobank {
  position: relative;
}

.product-info__banking-monobank, .product-info__banking-privat {
  cursor: pointer;
}

.product-info__banking-monobank:hover .product-info__banking-description, .product-info__banking-privat:hover .product-info__banking-description {
  opacity: 1;
  transform: scale(1);
}

.product-info__buy-section-bottom {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin-bottom: 32px;
}

.product-info__phone-input {
  width: 175px;
  height: 44px;
  padding-left: 10px;
  border: 1px solid #dcdcdc;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 150%;
}

.product-info__phone-input::-moz-placeholder {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 150%;
}

.product-info__phone-input::placeholder {
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 150%;
}

.product-info__phone-submit {
  padding: 0 13px;
  background: #fff;
  border: 2px solid #183029;
  margin-right: 32px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.2s;
}

.product-info__phone-submit:hover {
  border-color: #257226;
  color: #257226;
}

.product-info__phone-submit:hover + .product-info__phone-popup {
  transform: scale(1);
  animation: fade 4s 1;
  text-align: center;
}

.product-info__phone-popup {
  position: absolute;
  background: #fff;
  padding: 12px 22px;
  top: 60px;
  font-size: 14px;
  line-height: 150%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  width: 300px;
  z-index: 1;
  transform: scale(0);
}

.product-info__fav-compare {
  display: flex;
}

.product-info__fav-btn {
  position: relative;
  background: none;
  cursor: pointer;
  margin-right: 32px;
}

.product-info__fav-btn:before {
  content: "";
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  z-index: 3;
  opacity: 0;
  transition: 0.2s;
}

.product-info__fav-btn.active .product-info__popup--fav {
  opacity: 1;
  transform: scale(1) translateX(-80%);
  transition: opacity 0.7s;
}

.product-info__fav-btn.active:before {
  opacity: 1;
}

.product-info__fav-btn > svg .fill {
  fill: rgba(0, 0, 0, 0);
}

.product-info__fav-btn > svg .line {
  fill: #182316;
}

.product-info__fav-btn.active > svg, .product-info__fav-btn.active > svg path, .product-info__fav-btn:active > svg, .product-info__fav-btn:active > svg path, .product-info__fav-btn:hover > svg .line {
  fill: #db4915;
}

.product-info__banking-mobile {
  display: none;
}

.product-info__compare-btn {
  position: relative;
  background: none;
  cursor: pointer;
}

.product-info__compare-btn:before {
  content: "";
  -webkit-clip-path: polygon(50% 0, 0 100%, 100% 100%);
  clip-path: polygon(50% 0, 0 100%, 100% 100%);
  transform: rotate(180deg);
  width: 14px;
  height: 14px;
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: -10px;
  margin: auto;
  z-index: 3;
  opacity: 0;
  transition: 0.2s;
}

.product-info__compare-btn > svg .fill {
  fill: rgba(0, 0, 0, 0);
}

.product-info__compare-btn > svg .arrow, .product-info__compare-btn > svg .circle {
  fill: #182316;
}

.product-info__compare-btn.active > svg .circle, .product-info__compare-btn.active > svg .fill, .product-info__compare-btn:active > svg .circle, .product-info__compare-btn:active > svg .fill, .product-info__compare-btn:hover > svg .arrow, .product-info__compare-btn:hover > svg .circle {
  fill: #43b02a;
}

.product-info__compare-btn.active > svg .arrow, .product-info__compare-btn:active > svg .arrow {
  fill: #fff;
}

.product-info__compare-btn.active .product-info__popup--compare {
  opacity: 1;
  transform: scale(1) translateX(-80%);
  transition: opacity 0.7s;
}

.product-info__compare-btn.active:before {
  opacity: 1;
}

.product-info__popup {
  position: absolute;
  right: 0;
  left: 0;
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  height: 54px;
  width: 300px;
  display: flex;
  align-items: center;
  bottom: 55px;
  z-index: 2;
  padding-left: 10px;
  opacity: 0;
  transform: scale(0);
}

.product-info__popup-text {
  font-size: 10px;
  line-height: 150%;
  color: #182316;
}

.product-info__popup-link {
  color: #868686;
  text-decoration-line: underline;
  margin-left: 5px;
}

.product-info__popup-close-btn {
  align-self: flex-start;
}

.product-info__section-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  white-space: nowrap;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
}

.product-info__section-title .arrow-down {
  display: none;
  margin-left: 16px;
}

.product-info__additional-services {
  max-width: 570px;
}

.product-info__additional-services .grey-line {
  height: 1px;
  background: #dcdcdc;
  width: 100%;
  margin-top: 16px;
}

.product-info__additional-services .services-header {
  display: flex;
  margin-top: 16px;
}

.product-info__additional-services .services-header h6 {
  margin-right: 30px;
}

.product-info__additional-services .services-header .services-switch {
  display: flex;
}

.product-info__additional-services .services-header .services-switch-item {
  margin-top: 4px;
  color: #868686;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  height: 17px;
  transition: 0.3s;
  margin-right: 5px;
  white-space: nowrap;
}

.product-info__additional-services .services-header .services-switch-item.active {
  color: #fb8200;
  border-bottom: 1px solid #fb8200;
}

.product-info__additional-services .services-header .services-switch-item-ico {
  background: 50% no-repeat url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAA3NCSVQICAjb4U/gAAAACXBIWXMAAAECAAABAgEyLrSuAAAAGXRFWHRTb2Z0d2FyZQB3d3cuaW5rc2NhcGUub3Jnm+48GgAAAF1QTFRF////AAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA10AP0gAAAB50Uk5TAAECBAUNFhgZJClKS01ebX1+f6eys8LK5ufu9ff6/J8LmgAAAMJJREFUKFN1UtkSgyAMDN43oOLN/v9ntgJOnE7JC5ssuUPkpejGedvmsSvoLamyCGJVyvZmBXaj21abHVibxz5cOKXwWMgT1xD+X1hqdq8XXM4nXbEkzjRN7kkWrHcehdP/z44j8z4n1LdOCxmCVFUAEragDrugHxE7OhphHr3vH2Qw0gwdtNzaPECNmTa0QSuBMsAWW5zgUC/iDsXJX8SdnMtlwpXLDTLhGuSRFIDfkh9JfIjRsccXFV9t/Bjoz/l8ABqlFMv3W4QHAAAAAElFTkSuQmCC);
  background-size: 70%;
  margin-top: 5px;
  width: 20px;
  height: 20px;
  padding: 4px;
  cursor: pointer;
  z-index: 20;
}

.product-info__additional-services .services-header .services-switch-item-ico:hover .services-switch-message {
  display: block;
}

.product-info__additional-services .services-header .services-switch-message {
  position: absolute;
  bottom: 100%;
  left: 40%;
  font-size: 12px;
  line-height: 150%;
  padding: 5px;
  display: none;
  min-height: 30px;
  min-width: 95%;
  background-color: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  transition: 0.2ms;
}

.product-info__additional-services .services-header .services-switch-message:after {
  content: " ";
  position: absolute;
  top: 90%;
  left: 40%;
  width: 2px;
  height: 6px;
  border: 15px solid rgba(0, 0, 0, 0);
  border-top-color: #fff;
}

.product-info__additional-services .checkbox:before, .product-info__additional-services .checkbox img {
  display: none !important;
}

.product-info__additional-services .services-toggle {
  margin-top: 4px;
  height: 24px;
  background: #43b02a;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1px 18px 2px;
  cursor: pointer;
  transition: 0.3s;
  width: 35%;
}

.product-info__additional-services .services-toggle:hover {
  background: #257226;
}

.product-info__additional-services .services-toggle svg {
  margin-right: 6px;
  margin-top: -2px;
}

.product-info__additional-services .services-toggle p {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.product-info__additional-services .services-toggle.active {
  background: #257226;
}

.product-info__additional-services .services-toggle.active svg {
  transform: rotate(45deg);
}

.product-info__additional-services-item {
  display: flex;
  justify-content: space-between;
  margin-top: 6px;
}

.product-info__additional-services-item:first-child {
  margin-top: 0;
}

.product-info__additional-services-item .checkbox-label {
  width: 70%;
}

.product-info__additional-services-item .product-info__additional-services-price {
  width: 15%;
  white-space: nowrap;
}

.product-info__additional-services-price {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 100px;
  margin-right: 30px;
  margin-top: 4px;
}

.product-info__delivery-section {
  margin-top: 16px;
  max-width: 585px;
}

.product-info__delivery-item {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  justify-content: space-between;
  margin-bottom: 10px;
}

.product-info__delivery-item, .product-info__delivery-text {
  display: flex;
}

.product-info__delivery-text {
  width: 215px;
}

.product-info__delivery-text span {
  font-weight: 500;
  margin-left: 0.2em;
}

.product-info__delivery-timing {
  width: 78px;
}

.product-info__delivery-price {
  width: 100px;
}

.product-info__delivery-price--free {
  color: #43b02a;
}

.review {
  padding: 18px 24px;
  border: 1px solid #dcdcdc;
  margin-bottom: 24px;
}

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

.review__user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-right: 32px;
}

.review__user-rating {
  margin-right: 32px;
}

.review__date {
  font-size: 12px;
}

.review__date, .review__review {
  font-weight: 400;
  line-height: 150%;
}

.review__review {
  font-size: 14px;
  margin-bottom: 8px;
}

.review__features {
  display: flex;
  margin-bottom: 4px;
  align-items: center;
}

.review__feature-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin-right: 16px;
}

.review__feature-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.review__feedback {
  margin-top: 16px;
  margin-left: 24px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
}

.review__manager {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-right: 32px;
}

.review__feedback-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.review-add__rating {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}

.review-add__rating-stars {
  margin-right: 16px;
  display: grid;
}

.review-add__review-item {
  display: block;
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 8px;
}

.review-add__review-add-title {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
}

.review-add__textarea {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 8px 16px;
}

.review-add__text-input {
  width: 100%;
  height: 40px;
  border: 1px solid #dcdcdc;
  padding: 0 16px;
}

.review-add__submit-btn {
  display: block;
  margin: 32px auto 0;
}

.products-slider--related .product-slide-wrap {
  border: 1px solid #e5e5e5;
}

.products-slider--related .product-slide-wrap:after {
  display: none;
}

.products-slider--related .slick-slide.slick-active > div {
  display: flex;
  justify-content: center;
}

.mobile-buy-section {
  display: none;
}

.product-info.highlight, .product-page__characteristics.highlight, .product-page__description.highlight, .product-page__review-add.highlight, .product-page__reviews.highlight {
  animation: highlight 3s ease-in-out 1;
}

@media only screen and (max-width: 1400px) {
  .services-header {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 1175px) {
  .product-info__banking {
    width: 100%;
  }
  .product-info__fav-compare {
    width: 100%;
    margin-top: 12px;
  }
}
@media only screen and (max-width: 1000px) {
  .product-demo__thumbnail-slider {
    margin-top: 8px;
  }
  .product-demo__thumbnail-slider .product-demo__slide-item {
    width: 70px !important;
    height: 70px;
  }
  .services-switch {
    flex-wrap: wrap;
    justify-content: flex-start;
  }
}
@media only screen and (max-width: 976px) {
  .product-page__characteristics-name {
    width: 300px;
    padding-right: 8px;
  }
  .product-page__characteristics-val {
    width: 150px;
  }
  .product-page__reviews-wrap {
    padding-top: 0 !important;
  }
  .product-page__reviews-wrap .product-page__container-title {
    margin-top: 0 !important;
  }
  .product-page__reviews-wrap .set-toggle-feedback {
    top: 25px;
  }
  .product-demo__advantages {
    margin-top: 20px;
  }
  .product-demo__advantages-ico {
    display: flex;
  }
  .product-demo__advantages-ico img {
    width: 12px;
    height: 12px;
  }
  .product-demo__advantages-text {
    font-size: 10px;
    line-height: 150%;
  }
  .product-demo__advantages-item {
    align-items: flex-start;
    margin-bottom: 9px;
  }
  .product-info__top-section {
    margin-bottom: 8px;
  }
  .product-info__title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
  }
  .product-info__discounted-price, .product-info__feedback-link {
    font-size: 12px;
  }
  .product-info__price {
    font-size: 24px;
  }
  .product-info__discount-text {
    font-size: 12px;
  }
  .product-info__discount-val {
    font-size: 14px;
  }
  .product-info__cashback-wrap img {
    width: 24px;
    height: 24px;
  }
  .product-info__cashback-wrap .cashback-text, .product-info__cashback-wrap .cashback-val {
    font-size: 12px;
  }
  .product-info__buy-credit-btn, .product-info__phone-submit {
    margin-right: 0;
  }
  .product-info__section-title {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
  }
  .product-info__additional-services-item .input-text, .product-info__additional-services-price, .product-info__delivery-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  .product-info__delivery-text:before {
    transform: scale(0.9) translateY(1px);
  }
  .product-page__reviews-empty-text {
    font-size: 14px;
    margin-bottom: 20px;
    max-width: 334px;
    width: 100%;
  }
  .product-page__container-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .product-page__characteristics-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  .product-page__anchors-wrap {
    height: 23px;
    justify-content: flex-start;
  }
  .product-page__description-item {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  .product-page__play-video-btn {
    width: 40px;
    height: 40px;
  }
  .product-page__anchor {
    font-weight: 600;
    font-size: 12px;
  }
  .product-page__anchor:not(:last-child) {
    margin-right: 8px;
  }
  .product-page__anchor:after {
    display: none;
  }
  .product-page__anchor.active, .product-page__anchor:hover {
    border-bottom: 1px solid #dcdcdc;
  }
  .product-page__see-all-btn {
    font-size: 12px;
  }
  .product-page .review {
    padding: 8px;
    margin-bottom: 16px;
  }
  .product-page .review__user-name {
    font-size: 12px;
  }
  .product-page .review__date {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  .product-page .review__review {
    font-size: 10px;
  }
  .product-page .review__feature-title {
    font-size: 12px;
  }
  .product-page .review__feature-text {
    font-size: 10px;
  }
  .product-page .review__feedback {
    margin-top: 16px;
    margin-left: 0;
    padding-top: 10px;
  }
  .product-page .review__manager {
    font-size: 12px;
  }
  .product-page .review__feedback-text {
    font-size: 10px;
  }
  .product-page .review__header {
    margin-bottom: 12px;
  }
  .product-page__review-add, .product-page__reviews {
    padding: 24px;
  }
  .review-add__rating {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .review-add__rating-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
  }
  .review-add__rating-stars img {
    width: 20px;
    height: 20px;
  }
  .review-add__review-add-title {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    margin-bottom: 4px;
  }
  .review-add__textarea {
    height: 70px;
  }
  .review-add__text-input, .review-add__textarea {
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
  }
  .review-add__submit-btn {
    padding: 12px 40px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
  }
  .services-switch-message {
    left: 0 !important;
    max-width: 10%;
  }
}
@media only screen and (max-width: 840px) {
  .product-info__phone-submit {
    display: none;
  }
  .mobile-one-click {
    display: block;
  }
  .product-info__phone-input {
    display: none;
  }
  .product-info__phone-submit {
    padding: 8px 24px;
    font-size: 12px;
  }
  .product-info__buy-section-bottom {
    display: flex;
    justify-content: space-between;
  }
  .product-info__fav-compare {
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 0;
  }
}
@media only screen and (max-width: 824px) {
  .product-info__pricing {
    margin-bottom: 24px;
  }
  .product-info__buy-btn, .product-info__opt-btn {
    margin-right: 0;
    width: 100%;
  }
  .product-info__buy-credit-btn {
    width: 100%;
  }
  .product-info__banking {
    display: none;
  }
  .product-info__pricing {
    flex-wrap: wrap;
    margin-top: 40px;
  }
  .product-info__cashback-wrap {
    width: 100%;
  }
  .product-info__banking-mobile {
    display: flex;
    margin-left: auto;
  }
  .product-info__discount {
    margin: 0;
  }
}
.mobile-review-add {
  display: none;
}

@media only screen and (max-width: 740px) {
  .product-page__reviews-empty-arrow {
    display: none;
  }
  .product-demo__slide-item {
    height: 400px;
  }
  .mobile-review-add {
    display: block;
  }
  .product-info {
    padding-bottom: 0 !important;
  }
  .mobile-buy-section {
    position: sticky;
    left: 0;
    right: 0;
    bottom: 0;
    transform-origin: bottom;
    transform: scaleY(0);
    transition: 0.3s;
    display: block;
    background: #fff;
  }
  .mobile-buy-section.active {
    box-shadow: 0 -10px 20px rgba(0, 0, 0, 0.1);
    transform: scaleY(1);
  }
  .mobile-buy-section__content {
    padding: 4px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  .mobile-buy-section__product-name {
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
    max-width: 60%;
  }
  .mobile-buy-section__buy-btn {
    padding: 0;
    background: #43b02a;
    width: 82px;
    height: 27px;
  }
  .mobile-buy-section .services-switch-message {
    left: 50px;
  }
  .product-page__anchors-wrap {
    display: block;
    height: auto;
    background: rgba(0, 0, 0, 0);
  }
  .product-page__anchors-wrap.active {
    margin-left: -10px;
    margin-right: -10px;
    padding-left: 10px;
    position: fixed;
    top: 88px;
    z-index: 55;
    transition: 0.3s;
  }
  .product-page__anchor {
    min-width: -moz-max-content;
    min-width: max-content;
    padding: 4px;
    display: inline-block;
  }
  .product-page__characteristics .product-page__container-title {
    margin-top: 0;
    padding-left: 0;
  }
  .product-page__content-wrap {
    flex-direction: column;
    align-items: center;
  }
  .product-page__title-mobile {
    display: block;
    text-align: center;
  }
  .product-page__characteristics, .product-page__description, .product-page__reviews-wrap {
    max-width: 520px;
    width: 100%;
  }
  .product-page__characteristics {
    padding: 24px;
  }
  .product-page__description-text, .product-page__description-video {
    padding-left: 0;
  }
  .product-page__anchor--add-review, .product-page__review-add {
    display: none;
  }
  .product-page__add-review-btn {
    display: block;
    font-size: 12px;
    line-height: 150%;
    background: none;
    position: relative;
    padding: 0;
    cursor: pointer;
  }
  .product-page__add-review-btn:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    left: 0;
    right: 0;
    bottom: 2px;
    border-bottom: 1px solid #182316;
  }
  .product-page__see-all-section {
    display: flex;
    justify-content: space-between;
  }
  .product-page .product-page__reviews-empty {
    position: static;
    margin-top: 40px;
  }
  .product-info {
    max-width: 520px;
    width: 100%;
    padding: 74px 10px 24px;
  }
  .product-info__title {
    display: none;
  }
  .product-info__buy-btn, .product-info__buy-credit-btn, .product-info__opt-btn {
    max-width: 350px;
    margin-left: auto;
    margin-right: auto;
  }
  .product-info__buy-credit-btn {
    font-size: 14px;
  }
  .product-demo {
    width: 100%;
    max-width: 520px;
    height: 400px;
    padding-bottom: 0;
  }
  .product-demo .product-demo__slider-wrap {
    margin-bottom: 0;
  }
  .product-demo__thumbnail-slider {
    display: none;
  }
  .product-demo__main-slider .slick-dots {
    display: flex;
    justify-content: center;
  }
  .product-demo__main-slider .slick-dots li {
    display: flex;
    align-items: center;
    height: 24px;
  }
  .product-demo__main-slider .slick-dots li button {
    font-size: 0;
    background: #dcdcdc;
    height: 2px;
    width: 24px;
    margin: 0 4px;
  }
  .product-demo__main-slider .slick-dots li.slick-active button {
    background: #43b02a;
  }
}
@media only screen and (max-width: 500px) {
  .services-header {
    display: block !important;
  }
  .product-info__additional-services-price {
    margin-right: 20px;
  }
  .services-switch {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
#product-reviews {
  scroll-margin-top: 70px;
}

.services-page {
  margin-top: 32px;
}

.services-page .services {
  margin-bottom: 70px;
}

.services-page .services__item {
  max-width: 410px;
  margin-bottom: 2%;
}

.services-page .services__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 976px) {
  .services-page .services {
    margin-bottom: 50px;
  }
}
.white-service-name {
  color: #fff !important;
}

.services-info {
  position: relative;
}

.services-info__bg-left {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.services-info__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
}

.services-info__title {
  margin-bottom: 83px;
  padding-top: 43px;
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  color: #257226;
  text-align: center;
}

.services-info__head {
  display: flex;
  padding: 24px;
  justify-content: space-between;
  margin-bottom: 48px;
}

.services-info__head-list {
  width: 49.5%;
}

.services-info__head-list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.services-info__head-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.services-info__li-dot {
  height: 100%;
  padding-right: 8px;
  box-sizing: border-box;
}

.services-info__li-dot span {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.services-info__li-dot img {
  width: 16px;
  min-width: 16px;
  height: 16px;
}

.services-info__head-alert {
  border: 1px solid #868686;
  padding: 24px;
  height: -moz-fit-content;
  height: fit-content;
  width: 49.5%;
  margin-top: 12px;
}

.services-info__alert-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #db4915;
  margin-bottom: 24px;
}

.services-info__alert-list-item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.services-info__table-section {
  margin-bottom: 32px;
}

.services-info__table-section--type2 {
  margin-bottom: 48px;
}

.services-info__table-section--type2 .services-info__description, .services-info__table-section--type2 .services-info__table:not(:last-child) {
  margin-bottom: 40px;
}

.services-info__table-section--type2:last-child {
  margin-bottom: 100px;
}

.services-info__table {
  width: 100%;
}

.services-info__table th {
  background: #43b02a;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  padding: 16px 24px;
  vertical-align: middle;
}

.services-info__table th:not(:first-child) {
  text-align: center;
}

.services-info__table td {
  border: 1px solid #dcdcdc;
  padding: 12px 24px;
  font-size: 14px;
  line-height: 150%;
  vertical-align: middle;
}

.services-info__table td:not(:first-child) {
  text-align: center;
}

.services-info__table-description {
  margin-top: 24px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.services-info__descr-list {
  padding: 32px 24px;
  margin-bottom: 0;
}

.services-info__descr-list-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.services-info__descr-list-item {
  display: flex;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.services-info__descr-list-item a {
  color: #43b02a;
}

.services-info__description-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.services-info__description-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

@media only screen and (max-width: 976px) {
  .services-info__bg-left, .services-info__bg-right {
    width: 20%;
    height: auto;
  }
  .services-info__title {
    padding-top: 14px;
    margin-bottom: 30px;
    font-size: 24px;
  }
  .services-info__head {
    padding: 16px 0;
    flex-direction: column;
  }
  .services-info__head-list {
    width: 100%;
  }
  .services-info__head-alert {
    width: 100%;
    margin-top: 24px;
    padding: 16px;
  }
  .services-info__alert-title {
    margin-bottom: 8px;
  }
  .services-info__alert-list-item {
    font-size: 12px;
  }
  .services-info__head {
    margin-bottom: 24px;
  }
  .services-info__head-list-title {
    font-size: 14px;
    font-size: 12px;
  }
  .services-info__head-list-item {
    font-size: 12px;
  }
  .services-info__table td, .services-info__table th {
    font-size: 10px;
    padding: 8px 1px 8px 8px;
  }
  .services-info__table-description {
    margin-top: 8px;
    font-size: 10px;
  }
  .services-info__table-section {
    margin-bottom: 24px;
  }
  .services-info__descr-list {
    padding: 16px 0;
    margin-bottom: 24px;
  }
  .services-info__descr-list-title {
    font-size: 14px;
  }
  .services-info__descr-list-item {
    font-size: 12px;
  }
  .services-info__table-section--type2 {
    margin-bottom: 24px;
  }
  .services-info__table-section--type2 .services-info__description, .services-info__table-section--type2 .services-info__table:not(:last-child) {
    margin-bottom: 32px;
  }
  .services-info__table-section--type2:last-child {
    margin-bottom: 70px;
  }
}
.content-filter__picked .content-filter__item {
  margin-left: 5px;
  margin-top: 2px;
}

.blog__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 32px 0;
}

.blog__header .page-title {
  margin-bottom: 0;
}

.blog__body {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

.blog .pagination-wrap {
  margin: 20px auto 100px;
}

.blog-item-wrap {
  width: 100%;
  margin-bottom: 6%;
}

.blog-item-wrap:hover .blog-item {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.blog-item {
  width: 100%;
  height: 100%;
  background: #fff;
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  transition: 0.2s;
}

.blog-item__img {
  width: 100%;
  height: 190px;
}

.blog-item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-item__description {
  padding: 24px;
  background: #fff;
}

.blog-item__info {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.blog-item__category {
  padding: 5px 18px;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin-right: 16px;
}

.blog-item__category--air-clean {
  background: #43b02a;
}

.blog-item__publication-date {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: #868686;
}

.blog-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  min-height: 54px;
  margin-bottom: 16px;
}

.blog-item__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.blog-item__subtitle img {
  display: none;
}

.blog-item__category--energy-saving {
  background: #bb6bd9;
}

.blog-item__category--heating {
  background: #db4915;
}

.blog-item__category--dehumidifier {
  background: #f2c94c;
}

.blog-item__category--vac-clean {
  background: #174c94;
}

.blog-item__category--ventilation {
  background: #82c0cc;
}

.blog-item__category--conditioning {
  background: #008792;
}

@media only screen and (max-width: 1165px) {
  .blog-item__category {
    font-size: 10px;
    margin-right: 8px;
  }
  .blog-item__publication-date {
    font-size: 10px;
  }
  .blog-item__description {
    padding: 16px 8px;
  }
}
@media only screen and (max-width: 976px) {
  .blog-item__info {
    margin-bottom: 8px;
  }
  .blog-item__title {
    min-height: 42px;
    font-size: 14px;
    margin-bottom: 8px;
  }
  .blog-item__subtitle {
    font-size: 12px;
  }
  .blog-item__img {
    height: 130px;
  }
  .blog .container {
    padding-right: 20px;
    padding-left: 20px;
  }
  .blog .pagination-wrap {
    margin: 10px auto 70px;
  }
}
@media only screen and (max-width: 840px) {
  .blog__body {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
}
@media only screen and (max-width: 542px) {
  .blog__body {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media only screen and (max-width: 434px) {
  .blog__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .blog .content-filter {
    margin-top: 10px;
  }
}
.content-filter {
  position: relative;
  height: -moz-fit-content;
  height: fit-content;
}

.content-filter .arrow-down {
  transition: 0.2s;
}

.content-filter.active .arrow-down {
  transform: rotate(180deg);
}

.content-filter.active .content-filter__dropdown {
  transform: scaleY(1);
  z-index: 1;
}

.content-filter__head {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.content-filter__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  cursor: pointer;
}

.content-filter__picked {
  display: flex;
  justify-content: space-between;
  width: 189px;
  margin-left: 3px;
  cursor: pointer;
}

.content-filter__picked .content-filter__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.content-filter__item {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.content-filter__dropdown {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  width: 100%;
  top: 26px;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
}

.content-filter__dropdown .content-filter__item {
  height: 40px;
  display: flex;
  align-items: center;
  padding: 1px 8px;
  background: #fff;
  transition: 0.2s;
  cursor: pointer;
}

.content-filter__dropdown .content-filter__item:hover {
  background: #e0f8d4;
  color: #257226;
}

@media only screen and (max-width: 976px) {
  .content-filter__item, .content-filter__picked .content-filter__item, .content-filter__title {
    font-size: 12px;
  }
  .content-filter__dropdown__item {
    height: 38px;
    font-size: 10px;
  }
}
.cases__header {
  display: flex;
  justify-content: space-between;
  margin-top: 32px;
  align-items: center;
  margin-bottom: 32px;
}

.cases__header .page-title {
  height: -moz-fit-content;
  height: fit-content;
  margin-bottom: 0;
}

.cases__body {
  display: grid;
  grid-template-columns: 32% 32% 32%;
  grid-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
}

.cases .pagination-wrap {
  margin: 20px auto 100px;
}

.case-item-wrap {
  margin-bottom: 8%;
}

.case-item-wrap:hover .case-item {
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
}

.case-item {
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.06);
  transition: box-shadow 0.2s;
  height: 100%;
  background: #fff;
}

.case-item__head {
  width: 100%;
  height: 226px;
  position: relative;
}

.case-item__head img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.case-item__label {
  position: absolute;
  left: 0;
  top: 0;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  padding: 5px 18px;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.case-item__label--type1 {
  background: #257226;
}

.case-item__description {
  padding: 0 16px 14px;
}

.case-item__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  color: #257226;
  min-height: 48px;
  padding-top: 24px;
  margin-bottom: 4px;
}

.case-item__subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.case-item__label--type2 {
  background: #fb8200;
}

@media only screen and (max-width: 976px) {
  .cases__body {
    display: grid;
    grid-template-columns: 49% 49%;
    grid-column-gap: 2%;
    -moz-column-gap: 2%;
    column-gap: 2%;
  }
  .case-item__title {
    font-size: 14px;
    min-height: 42px;
    padding-top: 8px;
  }
  .case-item__head {
    height: 175px;
  }
  .case-item__subtitle {
    font-size: 12px;
  }
  .case-item__label {
    font-size: 12px;
    padding: 4px 8px;
  }
  .cases .container {
    padding-left: 20px;
    padding-right: 20px;
  }
  .cases .pagination-wrap {
    margin: 10px auto 70px;
  }
}
@media only screen and (max-width: 576px) {
  .cases__body {
    display: grid;
    grid-template-columns: 100%;
    grid-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}
@media only screen and (max-width: 430px) {
  .cases__header {
    flex-direction: column;
    align-items: flex-start;
  }
  .case-item__head {
    height: 150px;
  }
  .content-filter {
    margin-top: 10px;
  }
}
.compare-table-div {
  overflow: auto;
}

.compare-table-mb {
  margin-bottom: 100px;
}

.visible-mobile {
  display: none;
}

.simplebar-content-wrapper {
  height: 100% !important;
}

.simplebar-content {
  display: flex;
  align-items: center;
  flex-direction: column;
}

#compare-cards::-webkit-scrollbar-button {
  width: 6px;
  height: 0;
}

#compare-cards::-webkit-scrollbar-track {
  background-color: #e0f8d4;
  box-shadow: inset 0 0 3px #e0f8d4;
  border-radius: 5px;
}

#compare-cards::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #43b02a;
  box-shadow: inset 0 1px 1px #fff;
}

#compare-cards::-webkit-resizer {
  width: 4px;
  height: 0;
}

#compare-cards::-webkit-scrollbar {
  width: 4px;
  transform: translateX(20px);
  height: 10px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  opacity: 1;
}

.simplebar-scrollbar:before {
  background: #43b02a !important;
}

.simplebar-track.simplebar-horizontal {
  border-radius: 5px;
  height: 12px !important;
}

.simplebar-scrollbar {
  height: 9px !important;
}

.simplebar-track {
  bottom: inherit !important;
  top: 0;
}

.solo-product {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.compare-page {
  margin-bottom: 100px;
}

.compare-page .product-card-box {
  justify-content: center;
}

.compare-page .container {
  overflow-x: hidden;
}

.compare-page__list-title-wrap {
  display: flex;
  padding: 15px 0;
  align-items: stretch;
  position: relative;
  width: 100%;
  background: inherit;
}

.compare-page .compare-table__list.compare-table__list--cards {
  background: none;
  margin-top: 10px;
  margin-left: -10px;
  margin-bottom: 20px;
}

.compare-page__list-title {
  align-items: center;
  position: sticky;
  text-align: center;
  width: -moz-fit-content;
  width: fit-content;
  left: 50%;
  transform: translatex(-50%);
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.compare-filter, .compare-page__list-title {
  display: flex;
}

.compare-filter {
  flex-wrap: wrap;
  margin-bottom: 50px;
}

.compare-filter__compare-products {
  display: flex;
  margin-right: 30px;
}

.compare-filter__filter-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-right: 20px;
}

.compare-filter__dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.compare-filter__dropdown.active .arrow-down {
  transform: rotate(180deg);
}

.compare-filter__dropdown.active .compare-filter__dropdown-body {
  transform: scaleY(1);
  z-index: 5;
}

.compare-filter__dropdown-head {
  display: flex;
  cursor: pointer;
  min-width: 180px;
}

.compare-filter__dropdown-head .compare-filter__item, .compare-filter__dropdown-head .compare-filter__item span {
  color: #43b02a;
}

.compare-filter__dropdown-head .arrow-down {
  margin-left: 6px;
  transition: 0.2s;
  transform: rotate(0);
}

.compare-filter__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.compare-filter__item-quantity {
  margin-left: 5px;
}

.compare-filter__dropdown-body {
  position: absolute;
  left: -5%;
  right: 0;
  top: 24px;
  width: 110%;
  background: #fff;
  box-shadow: 0 20px 40px rgba(219, 226, 234, 0.7), 0 7.10219px 33.4221px rgba(219, 226, 234, 0.0503198), 0 3.79717px 17.869px rgba(219, 226, 234, 0.0417275), 0 2.12866px 10.0172px rgba(219, 226, 234, 0.035), 0 1.13052px 5.32008px rgba(219, 226, 234, 0.0282725), 0 0.470434px 2.21381px rgba(219, 226, 234, 0.0196802);
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
}

.compare-filter__dropdown-body .compare-filter__item {
  padding: 10px 12px;
  transition: 0.2s;
  cursor: pointer;
}

.compare-filter__dropdown-body .compare-filter__item:hover {
  background: #e0f8d4;
}

.compare-filter__clear-btn {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  text-decoration-line: underline;
  padding: 0;
  cursor: pointer;
  background: none;
  transition: 0.2s;
  margin-left: 20px;
}

.compare-filter__clear-btn:hover {
  color: #43b02a;
}

.compare-filter__compare-sort {
  align-items: center;
}

.compare-filter__compare-sort, .compare-filter__sort-form {
  display: flex;
}

.compare-filter__sort-form .radio-wrap:not(:last-child) {
  margin-right: 18px;
}

.compare-filter__sort-form .radio-wrap .radio {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.compare-filter__add-product-btn {
  display: flex;
  width: -moz-fit-content;
  width: fit-content;
  margin: 40px auto 45px;
  align-items: center;
  cursor: pointer;
}

.compare-filter__add-product-ico {
  margin-right: 12px;
}

.compare-filter__add-product-text {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
}

.compare-table {
  width: -moz-max-content;
  width: max-content;
}

.compare-table > tbody {
  overflow: hidden;
  width: 100%;
}

.compare-table > tbody > tr > td {
  position: relative;
}

.compare-table > tbody > tr > td::-webkit-scrollbar-button {
  width: 6px;
  height: 0;
}

.compare-table > tbody > tr > td::-webkit-scrollbar-track {
  background-color: #e0f8d4;
  box-shadow: inset 0 0 3px #e0f8d4;
  border-radius: 5px;
}

.compare-table > tbody > tr > td::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #43b02a;
  box-shadow: inset 0 1px 1px #fff;
}

.compare-table > tbody > tr > td::-webkit-resizer {
  width: 4px;
  height: 0;
}

.compare-table > tbody > tr > td::-webkit-scrollbar {
  width: 4px;
  transform: translateX(20px);
  height: 10px;
  position: fixed;
}

.compare-table__list {
  background: #fff;
  width: -moz-max-content;
  width: max-content;
}

.compare-table__list:nth-of-type(2n) {
  background: #eee;
}

.compare-table__list > tbody {
  display: block;
}

.compare-table__list--cards {
  z-index: 1;
  background: #fcfcfd;
}

.compare-table__item {
  width: 290px;
  margin-right: 20px;
  text-align: center;
  padding: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.compare-table__item--card .product-card-box {
  margin-bottom: 0;
}

.compare-table__item--card .product-card-box .delete-btn {
  position: absolute;
  z-index: 1;
  right: 12px;
  top: 12px;
  cursor: pointer;
}

.compare-table__item--card .product-card__price-section {
  margin-bottom: 0;
}

.compare-table__item--card .product-card__buy-btn {
  justify-content: flex-end;
}

.compare-table__item--card .product-card__name {
  text-align: left;
}

@media only screen and (max-width: 1132px) {
  .compare-filter {
    justify-content: center;
  }
  .compare-filter__compare-sort {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 976px) {
  .compare-table__item--card .product-card-box .product-card__buy-btn, .compare-table__item--card:hover .product-card__buy-btn svg {
    transform: translateX(0);
  }
  .compare-table__item--card:hover .product-card__buy-btn svg {
    animation-name: running;
    animation-duration: 0.3s;
  }
}
@media only screen and (max-width: 1120px) {
  .compare-table__item--card .product-card-wrap {
    max-width: 238px;
    width: auto;
  }
  .compare-table__item--card .product-card-wrap:not(last-child) {
    border-right: 1px solid #dcdcdc;
  }
  .compare-table__item--card {
    padding: 0;
  }
}
@media only screen and (max-width: 976px) {
  .compare-table__item--card .product-card-box .product-card__buy-btn {
    transform: translateX(0);
  }
  .compare-table__item--card:hover .product-card__buy-btn svg {
    transform: translateX(-145%);
    animation: none;
  }
  .compare-filter__filter-title, .compare-filter__item {
    font-size: 12px;
  }
  .compare-filter__dropdown-head {
    min-width: 206px;
  }
  .compare-page .simplebar-content {
    display: block;
  }
  .compare-page .product-card-wrap {
    min-width: 180px;
  }
  .compare-page .product-card-box {
    justify-content: normal;
  }
  .compare-page__list-title-wrap {
    padding: 12px 0;
  }
  .compare-page__list-title {
    left: 50vw;
    font-size: 12px;
    max-width: 320px;
  }
  .compare-table {
    margin-bottom: 70px;
    margin-top: 100px;
  }
  .compare-table__list--cards .compare-table__item--card {
    width: auto;
    position: relative;
    height: 270px;
    width: 238px;
  }
  .compare-table__list--cards .compare-table__item--card .product-card-box {
    position: absolute;
  }
  .compare-table__list--cards .compare-table__item--card .product-card-box .delete-btn {
    right: 0;
    top: 0;
  }
  .compare-table__item {
    font-size: 12px;
    padding: 10px;
    width: 200px;
  }
  .compare-table__item--card {
    width: 200px !important;
  }
  .compare-table .compare-table__list {
    overflow-x: visible;
  }
  .product-card-wrap--compare {
    width: 200px !important;
  }
  .product-card-wrap--compare .product-card__img-wrap {
    margin: 0;
    width: auto;
  }
  .product-card-wrap--compare .product-card__buy-btn {
    width: -moz-fit-content;
    width: fit-content;
    background: none;
  }
  .product-card-wrap--compare .product-card__buy-btn:hover {
    background: none;
  }
  .product-card-wrap--compare .product-card__buy-btn svg path {
    fill: #182316;
    stroke: #182316;
  }
}
@media only screen and (max-width: 600px) {
  .visible-mobile {
    display: block;
  }
  .compare-filter__compare-products {
    margin-right: 0;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 20px;
  }
  .compare-filter__clear-btn {
    margin-left: 0;
  }
  .compare-filter__filter-title {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .compare-filter__dropdown {
    margin-bottom: 14px;
  }
  .compare-filter__compare-sort {
    margin-top: 0;
    align-items: flex-start;
  }
  .compare-filter__compare-sort, .compare-filter__sort-form {
    flex-direction: column;
  }
  .compare-filter__sort-form .radio-wrap:not(:last-child) {
    margin-bottom: 10px;
  }
  .compare-filter__add-product-btn {
    margin: 26px 0 24px;
  }
  .compare-filter__add-product-ico svg {
    width: 20px;
    height: 20px;
  }
  .compare-filter__add-product-text {
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
  }
}
@media only screen and (max-width: 410px) {
  .compare-table__item {
    font-size: 12px;
    padding: 10px;
    width: 182px;
  }
  .compare-table__item--card {
    width: 182px !important;
    padding: 0;
  }
  .product-card-wrap--compare {
    width: 150px !important;
  }
}
@keyframes running {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(-145%);
  }
  to {
    transform: translateX(0);
  }
}
.additional-services__product {
  padding: 16px 0;
}

.additional-services__product:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.additional-services__product-body, .additional-services__product-img {
  display: flex;
}

.additional-services__product-img {
  width: 120px;
  height: 80px;
  justify-content: center;
  align-self: center;
  margin-right: 15px;
}

.additional-services__product-img img {
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.additional-services__product-name {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.additional-services__product-data {
  flex-direction: column;
}

.additional-services__product-data, .additional-services__product-service {
  display: flex;
  width: 100%;
}

.additional-services__product-service {
  justify-content: space-between;
  padding-top: 10px;
}

.additional-services__service-name {
  width: 60%;
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 5px;
}

.additional-services__service-price {
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
}

.additional-services__delete-btn {
  font-size: 14px;
  padding: 1px 18px 2px;
  color: #fff;
  height: 25px;
  background: #fb8200;
  width: 120px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.additional-services__delete-btn.active svg {
  transform: rotate(45deg);
}

.additional-services__delete-btn.active {
  background: #43b02a;
}

@media (max-width: 770px) {
  .additional-services__product-body {
    display: grid;
    grid-template-areas: "product-image product-name product-name" "product-data product-data product-data";
  }
  .additional-services__product-info {
    display: flex;
    align-items: center;
  }
  .additional-services__product-image {
    grid-area: product-image;
  }
  .additional-services__product-name {
    font-weight: 400;
    grid-area: product-name;
  }
  .additional-services__product-data {
    grid-area: product-data;
  }
  .additional-services__product-service {
    display: grid;
    grid-template-areas: "service-name button" "price button";
  }
  .additional-services__service-price {
    grid-area: price;
  }
  .additional-services__service-name {
    width: 100%;
    grid-area: service-name;
  }
  .additional-services__delete-btn {
    width: 84px;
    height: 28px;
    grid-area: button;
  }
}
.order-page .grey-line {
  height: 1px;
  width: 100%;
  background: #f1f1f5;
  margin-top: 5px;
  margin-bottom: 15px;
}

.order-page .inline-input {
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}

.order-page .inline-input.active {
  display: flex;
}

.order-page .inline-input label {
  margin-right: 10px !important;
}

.order-page .block-input {
  flex-direction: column;
}

.order-page .block-input, .order-page .product-footer-block {
  display: flex;
}

.order-page .product-footer-block {
  margin-top: 5px;
  justify-content: space-between;
  align-items: center;
}

.order-page .product-footer-block .price-block {
  width: 50%;
}

.order-page .product-footer-block .basket-item__counter {
  background: #fff;
}

.order-page .price-service-block {
  display: flex;
  justify-content: space-between;
}

.order-page .cashback-block .empty-feedback-text {
  margin-top: 10px;
}

.order-page .cashback-block .top {
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}

.order-page .cashback-block .top .right-cashback {
  margin-left: 5px;
}

.order-page .cashback-block .top .right-cashback p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.order-page .cashback-block .top .right-cashback p span {
  color: #fb8200;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-left: 5px;
  cursor: pointer;
}

.order-page .cashback-block .top input {
  margin-left: 16px;
  padding: 10px 40px 10px 30px;
  width: 130px;
  border: 1px solid #dcdcdc;
  background: #f5f5f7;
}

.order-page .cashback-block .top span {
  margin-left: -40px;
}

.order-page__header {
  margin-top: 27px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.order-page .page-title {
  margin-top: 36px;
}

.order-page__hotline {
  display: flex;
  margin-bottom: 10px;
}

.order-page__hotline-title {
  color: #000;
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  align-items: center;
  margin-right: 10px;
}

.order-page__hotline-number {
  font-weight: 600;
  font-size: 18px;
  line-height: 150%;
  color: #257226;
}

.order-page__worktime {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.order-page__worktime-item:not(:last-child) {
  margin-bottom: 4px;
}

.order-page__worktime-days {
  margin-right: 8px;
}

.order-page__worktime-days, .order-page__worktime-time {
  font-size: 14px;
  line-height: 140%;
  color: #868686;
}

.order-page__body {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
}

.order-page__footer {
  width: 100%;
  border-top: 1px solid #3d3c3c;
}

.order-page__footer .container {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  height: 33px;
}

.order-page__footer-copyrights {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  color: #868686;
  margin-bottom: 5px;
}

.order-page__footer-icons {
  display: flex;
  height: 28px;
  align-items: center;
  align-self: center;
}

.order-page__footer-icons img:not(:first-child) {
  margin-left: 24px;
}

.required {
  cursor: text;
}

.order-data {
  width: 65.89%;
}

.order-data .filter__form {
  position: relative;
  padding-top: 0;
  padding-left: 0;
}

.order-data .filter__form label {
  display: flex;
  align-items: center;
}

.order-data .filter__form .checkbox:before {
  align-self: flex-start;
  margin-top: 1px;
}

.order-data .filter__form .checkbox img {
  align-self: flex-start;
  margin-top: 6px;
}

.order-data .filter__form .checkbox .input-text {
  font-size: 12px;
  position: relative;
  z-index: -1;
}

.order-data .filter__form .checkbox .input-text-link {
  text-decoration-line: underline;
  color: #43b02a;
  margin-left: 2px;
}

.order-data__section {
  margin-bottom: 12px;
  padding: 24px 40px;
  background: #fff;
}

.order-data__section--double {
  padding-bottom: 24px;
  margin-top: 0 !important;
}

.order-data__section--double, .order-data__user-form {
  display: flex;
}

.order-data__user-form {
  flex-direction: column;
}

.order-data__section-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  margin-bottom: 24px;
}

.order-data .phone-input .form__input:not(:-moz-placeholder-shown) ~ span {
  width: 18%;
}

.order-data .phone-input .form__input:focus ~ span, .order-data .phone-input .form__input:not(:focus):valid ~ span, .order-data .phone-input .form__input:not(:placeholder-shown) ~ span {
  width: 18%;
}

.order-data .phone-input .required {
  width: 90%;
}

.order-data__form-subtitle {
  font-size: 12px;
  line-height: 150%;
  max-width: 370px;
}

.order-data .form__label--email {
  margin-bottom: 8px;
}

.order-data__login-section {
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  align-self: center;
  max-width: 320px;
}

.order-data__login-section h6 {
  margin-top: 34px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.order-data__login-section .socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.order-data__login-section .socials .social-item-facebook {
  padding: 15px 65px;
  background: #f7f7f9;
  cursor: pointer;
}

.order-data__login-section .socials .social-item-google {
  box-shadow: none !important;
  border: none !important;
}

.order-data__login-section .socials .social-item-google div {
  padding: 15px 65px !important;
  margin: 0 !important;
  background: #f7f7f9 !important;
  cursor: pointer;
}

.order-data__login-section .socials .social-item-google span {
  display: none;
}

.order-data__login-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 10px;
}

.order-data__login-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 30px;
}

.order-data__login-btn {
  width: -moz-fit-content;
  width: fit-content;
}

.order-data__delivery-form .radio-wrap {
  position: relative;
  margin-bottom: 25px;
}

.order-data__delivery-form .radio-wrap .radio {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.order-data__delivery-form .radio-wrap .radio .order-data__post {
  margin-left: 5px;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}

.order-data__delivery-form .radio-wrap .radio img, .order-data__delivery-form .radio-wrap .radio svg {
  margin-right: 6px;
}

.order-data__delivery-form .order-data__address-delivery, .order-data__delivery-form .order-data__dropdown-selector {
  height: 0;
  overflow: hidden;
  transform: scaleY(0);
  transform-origin: top;
}

.order-data__delivery-form .order-data__address-delivery.active, .order-data__delivery-form .order-data__dropdown-selector.active {
  padding: 10px 16px;
  height: -moz-fit-content;
  height: fit-content;
  transform: scaleY(1);
}

.order-data__delivery-form .block-input {
  z-index: 399;
  position: relative;
  display: none !important;
}

.order-data__delivery-form .block-input.active {
  display: flex !important;
  padding: 10px 16px;
  height: -moz-fit-content;
  height: fit-content;
  transform: scaleY(1);
}

.order-data__delivery-form .order-data__dropdown-selector {
  background: #f5f5f7;
}

.order-data__delivery-form .block-input, .order-data__delivery-form .order-data__address-delivery {
  display: flex;
  justify-content: space-between;
  max-width: 740px;
}

.order-data__delivery-form .block-input.active, .order-data__delivery-form .order-data__address-delivery.active {
  padding: 10px 30px 24px;
}

.order-data__delivery-form .block-input .form__label .form__input, .order-data__delivery-form .order-data__address-delivery .form__label .form__input {
  width: 100%;
}

.order-data__delivery-form .block-input .form__label:first-child, .order-data__delivery-form .order-data__address-delivery .form__label:first-child {
  max-width: 334px;
  width: 334px;
}

.order-data__delivery-form .block-input .form__label:not(:first-child), .order-data__delivery-form .order-data__address-delivery .form__label:not(:first-child) {
  max-width: 100px;
}

.order-data__dropdown-selector {
  border: 1px solid #dcdcdc;
  position: relative;
  width: 334px;
  min-width: 334px !important;
  margin-bottom: 0;
  margin-left: 30px;
}

.order-data__dropdown-selector.active {
  overflow: visible;
  margin-bottom: 24px;
  z-index: 6;
}

.order-data__dropdown-selector--city {
  z-index: 9 !important;
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  transform: scaleY(1) !important;
  padding: 10px 16px !important;
  height: -moz-fit-content !important;
  height: fit-content !important;
  margin-bottom: 20px !important;
}

.order-data__select-input {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  width: 282px;
  background: #f5f5f7;
}

.order-data__dropdown {
  position: absolute;
  top: 41px;
  left: 0;
  right: 0;
  width: 100%;
  background: #fff;
  z-index: 1;
  max-height: 200px;
  overflow-y: auto;
  transform: scaleY(0);
  transform-origin: top;
  transition: 0.3s;
}

.order-data__dropdown::-webkit-scrollbar-button {
  width: 6px;
  height: 0;
}

.order-data__dropdown::-webkit-scrollbar-track {
  background-color: #e0f8d4;
  box-shadow: inset 0 0 3px #e0f8d4;
  border-radius: 5px;
}

.order-data__dropdown::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #43b02a;
  box-shadow: inset 0 1px 1px #fff;
}

.order-data__dropdown::-webkit-resizer {
  width: 4px;
  height: 0;
}

.order-data__dropdown::-webkit-scrollbar {
  width: 4px;
  transform: translateX(20px);
}

.order-data__dropdown.active {
  position: absolute;
  transform: scaleY(1);
  background: #fff;
  box-shadow: 0 20px 40px rgba(219, 226, 234, 0.7), 0 7.10219px 33.4221px rgba(219, 226, 234, 0.0503198), 0 3.79717px 17.869px rgba(219, 226, 234, 0.0417275), 0 2.12866px 10.0172px rgba(219, 226, 234, 0.035), 0 1.13052px 5.32008px rgba(219, 226, 234, 0.0282725), 0 0.470434px 2.21381px rgba(219, 226, 234, 0.0196802);
}

.order-data__dropdown-item {
  cursor: pointer;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  padding: 10px 16px;
  position: relative;
}

.order-data__dropdown-item:not(:last-child):after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  height: 1px;
  background: #dcdcdc;
  width: calc(100% - 32px);
}

.order-data__dropdown-item:hover {
  background: #e0f8d4;
  color: #257226;
}

.order-data__delivery-price {
  margin-left: auto;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.order-data__payment-form h6 {
  color: #868686;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 14px;
}

.order-data__payment-form .payment-item-content {
  display: flex;
  justify-content: space-between;
}

.order-data__payment-form .payment-item-content label {
  width: 50%;
}

.order-data__payment-form .payment-item-content label img, .order-data__payment-form .payment-item-content label svg {
  margin-right: 8px;
}

.order-data__payment-form .radio-wrap__drop-section {
  margin-left: 34px;
}

.order-data__payment-form .radio-wrap__drop-section .form__label .standart {
  width: -moz-max-content;
  width: max-content;
  top: 40px;
}

.order-data__payment-form .radio-wrap__drop-section .form__label .form__input {
  margin-left: 0;
}

.order-data__payment-form .radio-wrap__drop-section .form__label .form__input:not(:-moz-placeholder-shown) ~ span {
  top: 0;
  font-size: 12px;
}

.order-data__payment-form .radio-wrap__drop-section .form__label .form__input:focus ~ span, .order-data__payment-form .radio-wrap__drop-section .form__label .form__input:not(:focus):valid ~ span, .order-data__payment-form .radio-wrap__drop-section .form__label .form__input:not(:placeholder-shown) ~ span {
  top: 0;
  font-size: 12px;
}

.order-data__payment-form .radio-wrap {
  margin-bottom: 16px;
}

.order-data__payment-form .radio-wrap .radio {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.order-data__payment-form .radio-wrap__drop-section-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 19px;
}

.order-data__payment-form .radio-wrap__drop-section {
  margin-bottom: 0;
  height: 0;
  overflow: visible;
  transform: scaleY(0);
  transition: transform 0.3s;
}

.order-data__payment-form .radio-wrap__drop-section.active {
  margin-bottom: 24px;
  height: -moz-fit-content;
  height: fit-content;
  transform: scaleY(1);
  transform-origin: top;
}

.order-data__payment-form .radio-wrap__drop-section input {
  display: block;
  border: 1px solid #dcdcdc;
  padding: 10px 16px;
  max-width: 500px;
  width: 100%;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-left: 34px;
}

.order-data__payment-form .radio-wrap__drop-section input:not(:last-child) {
  margin-bottom: 18px;
}

.radio-wrap__drop-section-descr {
  font-size: 12px;
  line-height: 140%;
  margin-bottom: 24px;
}

.credit-item {
  display: flex;
}

.credit-item:not(:last-child) {
  margin-bottom: 19px;
}

.credit-item__price {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin: 0 auto;
}

.credit-item .radio-label {
  display: flex;
  align-items: center;
  max-width: 220px;
}

.credit-item .radio-label__text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  margin-left: 12px;
}

.credit-item__conditions {
  max-width: 162px;
  text-align: center;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-left: auto;
}

.term-picker {
  position: relative;
  margin: 0 auto;
}

.term-picker.active .arrow-down {
  transform: rotate(180deg);
}

.term-picker.active .term-picker__dropdown {
  transform: scaleY(1);
}

.term-picker__choosed {
  border: 1px solid #dcdcdc;
  display: flex;
  justify-content: space-between;
  padding: 4px 8px 4px 16px;
  width: 122px;
}

.term-picker__choosed .term-picker__item, .term-picker__item {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.term-picker__dropdown {
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
  box-shadow: 0 20px 40px rgba(219, 226, 234, 0.7), 0 7.10219px 33.4221px rgba(219, 226, 234, 0.0503198), 0 3.79717px 17.869px rgba(219, 226, 234, 0.0417275), 0 2.12866px 10.0172px rgba(219, 226, 234, 0.035), 0 1.13052px 5.32008px rgba(219, 226, 234, 0.0282725), 0 0.470434px 2.21381px rgba(219, 226, 234, 0.0196802);
  z-index: 1;
  transform-origin: top;
  transform: scaleY(0);
  transition: 0.3s;
}

.term-picker__dropdown .term-picker__item {
  padding: 9px 16px 10px;
  background: #fff;
  cursor: pointer;
}

.term-picker__dropdown .term-picker__item:not(:last-child) {
  border-bottom: 0.5px solid #dcdcdc;
}

.term-picker__dropdown .term-picker__item:hover {
  background: #e0f8d4;
  color: #257226;
}

.order-basket {
  width: 33%;
  background: #fff;
  padding: 18px 24px;
  min-width: 384px;
  height: -moz-fit-content;
  height: fit-content;
  position: sticky;
  top: 80px;
}

.order-basket__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.order-basket__products-section {
  padding: 10px;
  background: #f5f5f7;
}

.order-basket__product {
  display: flex;
  border-bottom: 1px solid #dcdcdc;
  padding: 16px 0;
  flex-direction: column;
}

.order-basket__product:last-child {
  border-bottom: none;
}

.order-basket__product-body, .order-basket__product-img {
  display: flex;
  align-items: center;
}

.order-basket__product-img {
  width: 117px;
  height: 80px;
  margin-right: 14px;
  padding: 10px;
  justify-content: center;
}

.order-basket__product-img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.order-basket__product-data {
  width: 250px;
}

.order-basket__product-name {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 4px;
}

.order-basket__product-name-services {
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.order-basket__product-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 4px;
}

.order-basket__quantity {
  font-size: 12px;
  line-height: 150%;
}

.order-basket__price-data {
  flex-direction: column;
  align-items: flex-end;
  margin-bottom: 16px;
  margin-top: 16px;
}

.order-basket__price-data, .order-basket__price-item {
  display: flex;
}

.order-basket__price-item {
  margin-bottom: 5px;
  align-self: flex-end;
  align-items: center;
}

.order-basket__price-item-title {
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.order-basket__price-item-val {
  width: 180px;
  min-width: 100px;
  margin-left: 16px;
  text-align: right;
  margin-top: auto;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.order-basket .item-cashback {
  color: #fb8200;
  text-decoration: underline;
  font-weight: 700;
}

.order-basket__price-item--total {
  margin-top: 11px;
}

.order-basket__price-item--total .order-basket__price-item-title {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.order-basket__price-item--total .order-basket__price-item-val {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
}

.order-basket__confirm-btn {
  width: 100%;
  margin-top: 16px;
  margin-bottom: 16px;
}

.order-basket .filter__form .checkbox:before {
  align-self: flex-start;
  margin-top: 4px;
}

.order-basket .filter__form .checkbox img {
  align-self: flex-start;
  margin-top: 9px;
}

.order-basket .filter__form .checkbox .input-text {
  font-size: 12px;
}

.order-basket .filter__form .checkbox .input-text-link {
  text-decoration-line: underline;
  color: #43b02a;
  margin-left: 2px;
}

.order-basket__product-services {
  margin-left: 20px;
  border-top: 1px solid #dcdcdc;
  padding-top: 10px;
}

.order-basket__product-service {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.order-basket__product-service:not(:last-child) {
  margin-bottom: 10px;
}

.order-basket__product-service .basket-item__delete-service-btn {
  margin-top: 4px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.3s;
  color: #fff;
  background: rgba(0, 0, 0, 0);
}

.order-basket__product-service .basket-item__delete-service-btn svg {
  margin-right: 8px;
}

.order-basket__product-service .basket-item__delete-service-btn.active svg {
  transform: rotate(45deg);
}

.order-basket__service-name {
  font-size: 12px;
  line-height: 150%;
  margin-bottom: 4px;
  width: 55%;
}

.order-basket__service-price {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

@media only screen and (max-width: 1580px) {
  .order-data {
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media only screen and (max-width: 1340px) {
  .order-data {
    max-width: 950px;
    width: 100%;
    margin: 0 auto 100px;
  }
  .order-data__login-section {
    margin-left: 0;
    margin-bottom: 24px;
  }
  .order-data__section--double {
    justify-content: space-between;
  }
  .order-data__login-section {
    margin-left: auto;
  }
  .order-page__body {
    flex-direction: column;
    margin-bottom: 70px;
  }
  .order-basket {
    margin: 0 auto;
  }
}
@media only screen and (max-width: 976px) {
  .order-data__dropdown-selector {
    margin-left: 0;
  }
  .inline-input {
    width: 100% !important;
  }
  .inline-input .order-data__dropdown-selector--city {
    margin-left: 0 !important;
  }
  .block-input .order-data__dropdown-selector--city {
    margin-left: -10px !important;
  }
  .order-basket {
    margin: 0 auto 70px;
    padding: 16px 20px;
  }
  .order-basket__price-data {
    margin-bottom: 16px;
  }
  .order-basket__price-item-val {
    font-size: 14px;
    font-weight: 600;
    font-size: 16px;
  }
  .order-basket__price-item--total {
    margin-top: 0;
  }
  .order-basket__product-img {
    width: 92px;
    height: 63px;
  }
  .order-basket__product {
    padding: 8px 0;
  }
  .order-basket__price-item-title {
    font-size: 12px;
  }
  .order-basket__confirm-btn {
    font-size: 14px;
    margin-bottom: 6px;
  }
  .order-basket .input-text {
    font-size: 10px !important;
  }
  .order-basket .basket-item__delete-service-btn {
    width: auto;
    background: rgba(0, 0, 0, 0);
    font-size: 12px;
  }
  .order-data__dropdown-selector--city {
    padding: 8px 16px !important;
    margin-left: -10px;
  }
  .order-data__section-title {
    font-size: 16px;
    margin-bottom: 16px;
    font-weight: 600;
  }
  .order-data__login-title {
    font-size: 14px;
    margin-bottom: 3px;
  }
  .order-data__post {
    font-size: 12px !important;
    font-weight: 400 !important;
  }
  .order-data__login-subtitle {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .order-data__form-subtitle {
    font-size: 10px;
  }
  .order-data__login-btn {
    font-size: 12px;
    padding: 8px 32px;
  }
  .order-data__dropdown {
    z-index: 5;
    top: 38px;
  }
  .order-data__dropdown-selector.active {
    padding: 8px 10px !important;
  }
  .order-data__dropdown-item {
    padding: 8px 16px;
    font-size: 12px;
  }
  .order-data__select-input {
    font-size: 12px;
    height: 18px;
  }
  .order-data .form__label {
    margin-bottom: 10px;
  }
  .order-data .form__label span {
    font-size: 12px;
  }
  .order-data .form__label span:not(:first-child) {
    margin-left: -10px;
  }
  .order-data .form__label .form__input {
    height: 38px;
  }
  .order-data .form__label .form__input:not(:-moz-placeholder-shown) ~ span {
    font-size: 10px;
  }
  .order-data .form__label .form__input:focus ~ span, .order-data .form__label .form__input:not(:focus):valid ~ span, .order-data .form__label .form__input:not(:placeholder-shown) ~ span {
    font-size: 10px;
  }
  .order-data__delivery-form .radio-wrap {
    margin-bottom: 12px;
  }
  .order-data__delivery-form .form__input {
    margin-bottom: 20px !important;
    margin-left: -10px;
  }
  .order-data__payment-form .radio-wrap {
    margin-bottom: 12px;
  }
  .order-data__payment-form .radio-wrap__drop-section {
    margin-left: 0;
  }
  .order-data__section {
    padding: 20px 10px;
  }
  .credit-item {
    border: 1px solid #dcdcdc;
    padding: 12px 8px;
    flex-wrap: wrap;
  }
  .credit-item .radio-wrap {
    margin-bottom: 12px !important;
  }
  .credit-item .radio-label img {
    width: 24px;
    height: 24px;
  }
  .credit-item .radio-label__text {
    font-size: 12px;
    max-width: 225px;
  }
  .order-data__delivery-price, .order-page__hotline-title {
    font-size: 12px;
  }
  .order-page__hotline {
    margin-bottom: 2px;
  }
  .order-page__hotline-number, .order-page__worktime-days, .order-page__worktime-time {
    font-size: 12px;
  }
  .order-page__worktime-item {
    font-size: 12px;
    line-height: 140%;
  }
  .order-page__worktime-item:not(:last-child) {
    margin-bottom: 0;
  }
  .order-page__logo {
    width: 72px;
    height: 32px;
  }
  .order-page__header {
    margin-top: 20px;
    align-items: flex-start;
  }
  .order-page .page-title {
    margin: 20px 0;
  }
}
@media only screen and (max-width: 758px) {
  .order-page .inline-input.active {
    display: block;
  }
  .order-data__section--double {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .order-data__login-section {
    max-width: 370px;
    margin-left: 0;
  }
  .order-data__user-form .form__input, .order-data__user-form .form__label {
    width: 100%;
  }
}
@media only screen and (max-width: 628px) {
  .order-basket__products-section {
    background: #fff;
  }
  .order-basket__product-service {
    display: grid;
    grid-template-areas: "service-name delete-button" "service-price delete-button";
  }
  .order-basket__service-name {
    width: 80%;
    grid-area: service-name;
  }
  .order-basket__service-price {
    grid-area: service-price;
  }
  .order-basket .basket-item__delete-service-btn {
    grid-area: delete-button;
    justify-self: center;
  }
  .order-page .product-footer-block {
    display: grid;
    grid-template-areas: "price-block price-block" "counter delete-btn";
    margin-bottom: 10px;
  }
  .order-page .product-footer-block .price-block {
    grid-area: price-block;
  }
  .order-page .product-footer-block .basket-item__counter {
    grid-area: counter;
  }
  .order-page .product-footer-block .basket-item__delete-btn {
    grid-area: delete-btn;
    align-self: center;
  }
  .order-page .product-footer-block .basket-item__delete-btn svg {
    height: 30px;
    width: 30px;
  }
  .order-data__address-delivery {
    flex-wrap: wrap;
  }
  .order-data__address-delivery .form__label.street {
    max-width: 100% !important;
    width: 100% !important;
  }
  .order-data__address-delivery .form__label:not(:first-child) {
    width: 32%;
    max-width: 32% !important;
  }
}
@media only screen and (max-width: 520px) {
  .order-data__delivery-form .radio-wrap {
    flex-wrap: wrap;
  }
  .order-data__delivery-price {
    width: 100%;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 480px) {
  .credit-item {
    align-items: center;
    flex-wrap: wrap;
    min-height: 50px;
    transition: 0.3s;
  }
  .credit-item.active {
    max-height: 250px;
  }
  .credit-item__price {
    width: 100%;
    margin-left: 28px;
    margin-bottom: 4px;
    font-size: 12px;
  }
  .credit-item .term-picker {
    margin-left: 28px;
    margin-bottom: 10px;
  }
  .credit-item__conditions {
    max-width: 100%;
    margin-left: 28px;
    text-align: left;
  }
  .credit-item .radio-wrap {
    margin-bottom: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 410px) {
  .order-page__footer .container {
    height: -moz-fit-content;
    height: fit-content;
    flex-direction: column;
    align-items: flex-start;
  }
  .order-page__footer-icons {
    align-self: flex-start;
  }
  .order-data__dropdown-selector {
    width: 100%;
    margin-left: 0;
    min-width: auto !important;
  }
  .order-data__dropdown-selector .order-data__select-input {
    width: 93%;
  }
}
@media (max-width: 390px) {
  .order-basket {
    min-width: 100%;
  }
  .credit-item .radio-label__text {
    overflow-y: visible;
    max-width: 200px;
    height: 20px;
    align-self: center;
    transform: translateY(-8px);
  }
}
@media only screen and (max-width: 375px) {
  .order-data__dropdown-selector {
    width: 100%;
    min-width: auto !important;
  }
  .order-data__dropdown-selector .order-data__select-input {
    width: 90%;
  }
}
.blog-article .white_bg {
  background: #fff;
  padding: 24px;
  margin-bottom: 40px;
}

.blog-article .content-filter__item {
  display: flex;
  align-items: center;
  margin-left: 8px;
}

.blog-article .bread-crumbs {
  margin-bottom: 0;
}

.blog-article__header {
  justify-content: flex-end;
  margin-top: 4px;
  margin-bottom: 16px;
}

.blog-article__body, .blog-article__header {
  display: flex;
}

.blog-article__body {
  justify-content: space-between;
  padding-bottom: 50px;
}

.blog-article__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  margin-bottom: 40px;
  padding-top: 32px;
}

.blog-article__content {
  width: 740px;
}

.blog-article__content img {
  width: 100%;
  margin-bottom: 40px;
  height: auto;
}

.blog-article__content p {
  margin-bottom: 40px;
  font-size: 16px;
  line-height: 150%;
}

.blog-article__content p:not(:last-child) {
  margin-bottom: 14px;
}

.blog-article__content p img {
  margin-top: 40px;
}

.blog-article__content a {
  color: #43b02a;
  text-decoration: underline;
}

.blog-article__content ol {
  counter-reset: item;
  margin-left: 0;
}

.blog-article__content ol li:before {
  list-style: inherit;
  content: counter(item) ". ";
  counter-increment: item;
  color: #43b02a;
}

.blog-article__content ol li:not(:last-child) {
  margin-bottom: 14px;
}

.blog-article__content ol li span {
  color: #182316;
}

.blog-article__content ul {
  counter-reset: item;
  margin-left: 0;
}

.blog-article__content ul li:before {
  content: "●";
  margin-right: 10px;
  color: #43b02a;
}

.blog-article__content ul li:not(:last-child) {
  margin-bottom: 14px;
}

.blog-article__content ul li span {
  color: #182316;
}

.blog-article__content h1, .blog-article__content h2, .blog-article__content h3, .blog-article__content h4, .blog-article__content h5, .blog-article__content h6 {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
}

.blog-article__ol {
  padding-left: 1em;
  counter-reset: num;
}

.blog-article__li {
  list-style: inherit;
  color: #43b02a;
}

.blog-article__li:not(:last-child) {
  margin-bottom: 14px;
}

.blog-article__li span {
  color: #182316;
}

.blog-article__offers {
  width: 520px;
  display: flex;
  flex-direction: column;
}

.blog-article__offer-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 24px;
}

.blog-article .article-offer__mounting {
  height: 300px;
  align-self: flex-end;
  position: relative;
  width: 440px;
}

.blog-article .article-offer__mounting-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
}

.blog-article .article-offer__mounting-title {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 32px;
  line-height: 150%;
  color: #fff;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 80px;
}

.blog-article .article-offer__mounting-order-btn {
  position: relative;
  z-index: 1;
  display: block;
  cursor: pointer;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #fff;
  background: #fb8200;
  padding: 14px 40px;
  transition: 0.2s;
  margin: 0 auto 60px;
}

.blog-article .article-offer__mounting-order-btn:hover {
  background: #ff5e00;
}

.bread-crumbs__item {
  font-size: 15px;
}

.article-offer {
  display: flex;
  height: 84px;
  width: 100%;
  border-bottom: 1px solid #dcdcdc;
}

.article-offer:not(:last-child) {
  margin-bottom: 24px;
}

.article-offer__img {
  width: 100px;
  height: 68px;
}

.article-offer__img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-offer__body {
  width: 100%;
}

.article-offer__product-name {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
}

.article-offer__bottom-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.article-offer__price {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
}

.article-offer__ui-section {
  display: flex;
}

.article-offer__buy-btn {
  margin-right: 16px;
  cursor: pointer;
}

.article-offer__buy-btn:hover svg, .article-offer__buy-btn:hover svg path {
  fill: #43b02a;
  stroke: #43b02a;
}

.article-offer__fav-btn {
  margin-right: 16px;
  cursor: pointer;
}

.article-offer__fav-btn svg .fill {
  fill: rgba(0, 0, 0, 0);
}

.article-offer__fav-btn svg .line {
  fill: #182316;
}

.article-offer__fav-btn.active svg, .article-offer__fav-btn.active svg path, .article-offer__fav-btn:active svg, .article-offer__fav-btn:active svg path, .article-offer__fav-btn:hover svg .line {
  fill: #db4915;
}

.article-offer__compare-btn {
  cursor: pointer;
}

.article-offer__compare-btn svg .fill {
  fill: rgba(0, 0, 0, 0);
}

.article-offer__compare-btn svg .arrow, .article-offer__compare-btn svg .circle {
  fill: #182316;
}

.article-offer__compare-btn.active svg .circle, .article-offer__compare-btn.active svg .fill, .article-offer__compare-btn:active svg .circle, .article-offer__compare-btn:active svg .fill, .article-offer__compare-btn:hover svg .arrow, .article-offer__compare-btn:hover svg .circle {
  fill: #43b02a;
}

.article-offer__compare-btn.active svg .arrow, .article-offer__compare-btn:active svg .arrow {
  fill: #fff;
}

.callback {
  background: #43b02a;
}

.callback .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 30px 0;
}

.callback__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
}

.callback__form {
  display: flex;
}

.callback__tel-input {
  width: 357px;
  padding: 0 16px;
  margin-right: 24px;
}

.callback__submit-btn, .callback__tel-input {
  font-size: 16px;
  line-height: 150%;
  height: 52px;
}

.callback__submit-btn {
  cursor: pointer;
  font-weight: 600;
  color: #fff;
  background: #182316;
  width: 221px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media only screen and (min-width: 1110px) {
  .blog-article__offers .sticky {
    position: sticky;
    top: 150px;
  }
}
@media only screen and (max-width: 1351px) {
  .callback .container {
    flex-direction: column;
  }
  .callback__title-section {
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 1110px) {
  .blog-article__body {
    flex-direction: column;
  }
  .blog-article__content, .blog-article__offers {
    width: 100%;
  }
  .blog-article__image {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
  }
  .blog-article .article-offer__mounting {
    align-self: center;
  }
}
@media only screen and (max-width: 976px) {
  .blog-article__title {
    font-size: 18px;
    line-height: 150%;
    margin-bottom: 16px;
  }
  .blog-article__p {
    font-size: 12px;
  }
  .blog-article__p-wrap {
    margin-bottom: 32px;
  }
  .blog-article__li:not(:last-child), .blog-article__p:not(:last-child) {
    margin-bottom: 2px !important;
  }
  .blog-article__li {
    font-size: 12px;
  }
  .blog-article__article-title {
    font-size: 14px;
    margin-bottom: 16px;
  }
  .blog-article__offer-title {
    font-size: 14px;
  }
  .blog-article .article-offer {
    height: -moz-fit-content;
    height: fit-content;
    margin-bottom: 8px;
    padding: 8px 0;
  }
  .blog-article .article-offer__product-name {
    font-size: 10px;
  }
  .blog-article .article-offer__price {
    font-size: 12px;
  }
  .blog-article .article-offer__img {
    width: 71px;
    height: 48px;
  }
  .blog-article .article-offer__product-name {
    display: block;
    margin-bottom: 4px;
  }
  .blog-article .article-offer__mounting {
    display: none;
  }
  .callback .container {
    padding: 24px 0;
  }
  .callback__title {
    font-size: 14px;
    text-align: center;
  }
  .callback__title-section {
    margin-bottom: 16px;
  }
  .callback__form {
    flex-direction: column;
    align-items: center;
  }
  .callback__tel-input {
    height: 32px;
    font-size: 10px;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .callback__submit-btn {
    height: 34px;
    width: 182px;
    font-size: 12px;
  }
}
@media only screen and (max-width: 415px) {
  .callback__form {
    width: 90%;
  }
  .callback__tel-input {
    width: 100%;
  }
}
.seminar-page__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 34px;
}

.seminar-page__article {
  margin-bottom: 70px;
}

.seminar-page__paragraph {
  font-size: 16px;
  line-height: 150%;
}

.seminar-page__list {
  margin-top: 1.2em;
}

.seminar-page__list-item {
  font-size: 16px;
  line-height: 150%;
}

@media only screen and (max-width: 976px) {
  .seminar-page__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .seminar-page__list-item, .seminar-page__paragraph {
    font-size: 12px;
  }
  .seminar-page__article {
    margin-bottom: 20px;
  }
}
.about-us {
  padding-top: 30px;
}

.about-us .partners-block {
  padding-bottom: 0;
}

.about-us__block {
  padding: 40px 84px;
  margin-bottom: 64px;
  background: #fff;
}

.about-us__section {
  display: flex;
}

.about-us__section--top {
  justify-content: space-between;
}

.about-us__container {
  width: 660px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.about-us__container .about-us__paragraph {
  font-size: 16px;
  line-height: 150%;
}

.about-us__container .about-us__paragraph span {
  font-weight: 600;
}

.about-us__container .about-us__paragraph:not(:last-child) {
  margin-bottom: 1.5em;
}

.about-us__paragraph:not(:last-child) {
  margin-bottom: 0.5em;
}

.about-us__achievement {
  width: 324px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.about-us__achievement, .about-us__achievement-item {
  display: flex;
}

.about-us__achievement-item {
  width: 160px;
  height: 160px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.about-us__achievement-item:first-child .about-us__achievement-text {
  width: 75px;
}

.about-us__achievement-item:first-child, .about-us__achievement-item:nth-child(4) {
  background: #fff;
  border: 0.5px solid #868686;
}

.about-us__achievement-item:first-child, .about-us__achievement-item:nth-child(2) {
  margin-bottom: 4px;
}

.about-us__achievement-item:nth-child(2), .about-us__achievement-item:nth-child(3) {
  background: #43b02a;
}

.about-us__achievement-item:nth-child(2) > div, .about-us__achievement-item:nth-child(3) > div {
  color: #fff;
}

.about-us__achievement-number {
  font-weight: 800;
  font-size: 48px;
  line-height: 150%;
}

.about-us__achievement-text {
  font-size: 16px;
  line-height: 150%;
}

.about-us__achievement-text-small {
  font-size: 14px;
  line-height: 150%;
}

.about-us__achievement-text-bold {
  font-weight: 800;
  font-size: 16px;
  line-height: 150%;
}

.about-us__tabs {
  display: flex;
  justify-content: space-between;
  text-align: center;
}

.about-us__tabs--goals .about-us__tab {
  width: 260px;
}

.about-us__tabs--goals .about-us__tab img {
  margin-bottom: 32px;
}

.about-us__tabs--goals .about-us__tab .about-us__tab-text {
  text-align: center;
}

.about-us__tabs--reasons .about-us__tab {
  width: 212px;
}

.about-us__tabs--reasons .about-us__tab img {
  margin-bottom: 24px;
}

.about-us__tab {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about-us__tab img {
  width: 80px;
  height: 80px;
}

.about-us__tab-text {
  font-size: 14px;
  line-height: 150%;
}

.about-us__values {
  display: flex;
  justify-content: space-between;
}

.about-us__values-img {
  width: 520px;
  height: 268px;
}

.about-us__values-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us__values-text {
  width: 520px;
  margin-left: 20px;
}

.about-us__values-p {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 16px;
}

.about-us__list-item {
  font-size: 18px;
  line-height: 150%;
}

.about-us__list-item .li-dot {
  margin-right: 8px;
}

.about-us__tab-title {
  text-align: center;
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
}

.about-us__slider-wrap {
  position: relative;
  padding: 0 30px;
}

.about-us__slider-wrap .slider-arrow-left, .about-us__slider-wrap .slider-arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-150%);
  transition: 0.1s;
  transform-origin: top;
  cursor: pointer;
}

.about-us__slider-wrap .slider-arrow-left:active, .about-us__slider-wrap .slider-arrow-right:active {
  transform: scale(0.8) translateY(-150%);
}

.about-us__slider-wrap .slider-pagination {
  display: none;
}

.about-us__slider-item, .about-us__slider .slick-slide > div {
  display: flex;
}

.about-us__slider-item {
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 10px;
  padding: 10px;
  justify-content: center;
  align-items: center;
}

.about-us__slider-item:hover .about-us__slider-title {
  color: #43b02a;
}

.about-us__slider-img {
  width: 100%;
}

.about-us__slider-img img {
  width: 100%;
  height: 170px;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-us__slider-date {
  position: absolute;
  top: 0;
  left: 0;
  background: #43b02a;
  color: #fff;
  font-size: 14px;
  line-height: 150%;
  padding: 2px 10px;
}

.about-us__slider-title {
  min-height: 69px;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 10px;
  transition: 0.2s;
}

.about-us .brands-slider-wrap .container {
  padding-right: 0;
  padding-left: 0;
}

@media only screen and (max-width: 1196px) {
  .about-us__values {
    flex-direction: column-reverse;
  }
  .about-us__values-img {
    margin: 0 auto;
  }
  .about-us__values-text {
    margin: 0 auto 20px;
  }
}
@media only screen and (max-width: 1100px) {
  .about-us__tabs--reasons .about-us__tab {
    padding: 0 10px;
  }
}
@media only screen and (max-width: 1020px) {
  .about-us__section--top {
    flex-direction: column;
  }
  .about-us__achievement {
    margin: 0 auto;
  }
  .about-us__container {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 976px) {
  .about-us {
    padding: 10px;
  }
  .about-us .page-title {
    margin: 24px 0;
  }
  .about-us__block {
    padding: 15px;
    margin-bottom: 40px;
  }
  .about-us__container .about-us__paragraph {
    font-size: 12px;
  }
  .about-us__container .about-us__paragraph:not(:last-child) {
    margin-bottom: 0.5em;
  }
  .about-us__tab img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px !important;
  }
  .about-us__tab-text {
    text-align: center;
    font-size: 12px;
  }
  .about-us__paragraph {
    font-size: 14px;
  }
  .about-us .slider-container {
    margin-bottom: 0;
  }
  .about-us__values-p {
    margin-bottom: 12px;
    font-size: 12px;
  }
  .about-us__list-item {
    font-weight: 600;
    font-size: 12px;
  }
  .about-us__tab-title {
    font-size: 12px;
    margin-bottom: 6px;
  }
  .about-us__slider-wrap .slider-arrow-left {
    left: -15px;
  }
  .about-us__slider-wrap .slider-arrow-right {
    right: -15px;
  }
  .about-us__slider-date {
    padding: 2px 10px;
    font-weight: 600;
    font-size: 14px;
  }
  .about-us__slider-title {
    font-size: 12px;
    min-height: 32px;
    margin-top: 5px;
  }
}
@media only screen and (max-width: 812px) {
  .about-us__tabs {
    flex-wrap: wrap;
    justify-content: center;
  }
  .about-us__tab {
    width: 25%;
    margin-bottom: 12px;
    padding: 14px 11px;
  }
}
@media only screen and (max-width: 660px) {
  .about-us .slick-arrow {
    display: none !important;
  }
  .about-us__slider-wrap {
    padding: 0;
  }
  .about-us__values-text {
    width: 100%;
  }
}
@media only screen and (max-width: 612px) {
  .about-us__slider-wrap .slider-pagination {
    display: flex;
  }
  .about-us__slider-item {
    margin: auto;
  }
}
@media only screen and (max-width: 582px) {
  .about-us__achievement-item {
    width: 138px;
    height: 138px;
  }
  .about-us__achievement-number {
    font-size: 38px;
  }
  .about-us__achievement-text, .about-us__achievement-text-bold, .about-us__achievement-text-small {
    font-size: 12px;
  }
  .about-us__achievement {
    width: 280px;
  }
}
@media only screen and (max-width: 545px) {
  .about-us__values-img {
    width: 100%;
    height: -moz-fit-content;
    height: fit-content;
  }
}
.quiz-modal-wrap {
  width: 1070px;
  height: 720px;
  background: #fff;
  position: relative;
  display: none;
  transition: 0.3s;
}

.quiz-modal-wrap.active {
  display: block;
}

.modal-quiz-start .modal-close, .quiz-modal-wrap .modal-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}

.modal-quiz-start .modal-close, .modal-quiz-start .modal-close svg path, .quiz-modal-wrap .modal-close, .quiz-modal-wrap .modal-close svg path {
  transition: 0.2s;
}

.modal-quiz-start .modal-close:hover svg path, .quiz-modal-wrap .modal-close:hover svg path {
  fill: #43b02a;
}

.quiz-modal-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.quiz-back-btn {
  position: absolute;
  bottom: 56px;
  left: 100px;
  cursor: pointer;
  background: none;
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.4);
}

.quiz-back-btn:hover {
  color: #43b02a;
}

.quiz-back-btn:hover svg path {
  stroke: #43b02a;
}

.quiz-back-btn svg {
  margin-right: 8px;
}

.quiz-modal {
  padding: 60px 0;
  margin: 0 auto;
  max-width: 690px;
}

.quiz-modal__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}

.quiz-modal__steps {
  position: relative;
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 40px;
  height: 80px;
}

.quiz-modal__steps-line {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  margin: auto;
  background: linear-gradient(90deg, rgba(37, 114, 38, 0.22), #257226);
}

.quiz-modal__step-item {
  width: 64px;
  height: 64px;
  background: #dcdcdc;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.3s;
  box-shadow: 0 0 0 rgba(67, 176, 42, 0.5);
  cursor: not-allowed;
  pointer-events: none;
}

.quiz-modal__step-item.active {
  cursor: pointer;
  pointer-events: auto;
  width: 80px;
  height: 80px;
  background: #43b02a;
  box-shadow: 0 0 20px rgba(67, 176, 42, 0.5);
}

.quiz-modal__step-item.active .quiz-modal__step-ico {
  opacity: 1;
}

.quiz-modal__step-item.active .quiz-modal__step-number {
  opacity: 0;
}

.quiz-modal__step-item.filled {
  cursor: pointer;
  pointer-events: auto;
  width: 64px;
  height: 64px;
  background: #257226;
  box-shadow: 0 0 0 rgba(37, 114, 38, 0.5);
}

.quiz-modal__step-item.filled .quiz-modal__step-number {
  color: #fff;
}

.quiz-modal__step-item.filled:hover {
  box-shadow: 0 0 20px rgba(37, 114, 38, 0.5);
}

.quiz-modal__range-value-max, .quiz-modal__range-value-min {
  font-size: 16px;
  line-height: 150%;
}

.quiz-modal__step-ico {
  position: absolute;
  width: 40px;
  height: 40px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  opacity: 0;
  transition: 0.3s;
}

.quiz-modal__step-number {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #868686;
  transition: 0.2s;
  opacity: 1;
}

.quiz-modal__form {
  background: #fff;
  border: 1px solid rgba(91, 100, 91, 0.06);
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  z-index: 1;
  position: relative;
  max-width: 420px;
  margin: 0 auto;
}

.quiz-modal__form > .quiz-modal__input-wrap {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 12px;
}

.quiz-modal__form > .quiz-modal__input-wrap .error {
  font-size: 10px;
  line-height: 120%;
  transition: 0.2s;
  opacity: 0;
  padding-left: 5px;
}

.quiz-modal__form > .quiz-modal__input-wrap .error.active {
  opacity: 1;
}

.quiz-modal__form > .quiz-modal__input-wrap .error.active svg {
  margin-right: 4px;
}

.quiz-modal__form-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-top: 25px;
  margin-bottom: 27px;
  min-height: 48px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.quiz-modal__form-input {
  width: 216px;
  height: 50px;
  display: block;
  text-align: center;
  font-size: 20px;
  line-height: 150%;
  border: 1px solid #dcdcdc;
  margin: 0 auto 32px;
  transition: 0.2s;
}

.quiz-modal__form-input:hover {
  border: 1px solid #257226;
}

.quiz-modal__form-input:focus {
  border: 2px solid #257226;
}

.quiz-modal__form-input:not(:-moz-placeholder-shown) {
  border: 1px solid #257226;
}

.quiz-modal__form-input:not(:placeholder-shown) {
  border: 1px solid #257226;
}

.quiz-modal__range-input-wrap {
  width: 300px;
  margin: 0 auto 30px;
}

.quiz-modal__range-values-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 8px;
  margin-left: 3px;
}

.quiz-modal__range-input {
  margin-bottom: 12px;
}

.quiz-modal__range-input, .quiz-modal__range-input .noUi-horizontal {
  height: 1px !important;
  border: none !important;
}

.quiz-modal__range-input .noUi-connects {
  height: 2px;
  background: #dbe2ea;
  border: none !important;
}

.quiz-modal__range-input .noUi-connect {
  background: #43b02a !important;
  height: 2px !important;
}

.quiz-modal__range-input .noUi-touch-area {
  width: 24px !important;
  height: 24px !important;
  border: none;
  box-shadow: 0 0 20px rgba(67, 176, 42, 0.6);
}

.quiz-modal__inputs-wrap {
  display: flex;
  width: 304px;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 0 auto 20px;
}

.quiz-modal__input-wrap .error {
  font-size: 10px;
  line-height: 120%;
  transition: 0.2s;
  opacity: 0;
  padding-left: 5px;
}

.quiz-modal__input-wrap .error.active {
  opacity: 1;
}

.quiz-modal__input-wrap .quiz-modal__form-input {
  width: 140px;
  height: 40px;
  text-align: center;
  margin: 0;
  transition: 0.2s;
}

.quiz-modal__input-title {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 4px;
}

.quiz-modal__submit-btn {
  padding: 12px 45px;
  background: #257226;
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  cursor: pointer;
  transition: 0.2s;
  display: block;
  margin: 0 auto 32px;
}

.quiz-modal__submit-btn:hover {
  background: #124d13;
}

.quiz-modal__submit-btn.disabled {
  background: rgba(37, 114, 38, 0.5);
}

.modal-quiz-start {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 1;
  display: none;
  justify-content: center;
  align-items: center;
}

.modal-quiz-start.active {
  display: none;
}

.modal-quiz-start__bg {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}

.modal-quiz-start__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: translatey(-10%);
}

.modal-quiz-start__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 150%;
  margin-bottom: 67px;
  text-align: center;
  padding: 0;
}

.modal-quiz-start__start-btn {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  background: #257226;
  padding: 12px 45px;
}

@media only screen and (max-width: 1072px) {
  .quiz-modal-wrap {
    width: 100%;
  }
}
@media only screen and (max-width: 976px) {
  .quiz-modal {
    max-height: 100vh;
  }
  .quiz-modal__form-input {
    font-size: 16px;
    width: 170px;
    height: 44px;
  }
  .quiz-modal__submit-btn {
    font-size: 14px;
  }
  .quiz-modal-wrap {
    max-height: 100vh;
  }
  .modal-quiz-start.active {
    display: flex;
  }
  .quiz-modal-wrap .modal-close svg path {
    fill: rgba(14, 14, 14, 0.2);
  }
  .quiz-modal-wrap .modal-close {
    top: 14px;
    right: 14px;
  }
  .quiz-back-btn {
    display: none;
  }
  .quiz-modal-wrap {
    flex-direction: column;
    justify-content: center;
  }
  .quiz-modal {
    width: 100%;
  }
  .quiz-modal__title {
    padding: 0 20px;
    display: none;
  }
}
@media only screen and (max-width: 562px) {
  .quiz-modal-wrap > .quiz-modal-bg {
    display: none;
  }
  .quiz-modal__form {
    border: none;
    box-shadow: none;
  }
  .quiz-modal__form > .quiz-modal__input-wrap {
    margin-bottom: 18px;
  }
  .quiz-modal__form-title {
    padding: 0 44px;
    min-height: 63px;
    margin-top: 45px;
    margin-bottom: 32px;
    display: flex;
    align-items: center;
  }
  .quiz-modal__range-input-wrap {
    max-width: 80%;
  }
  .quiz-modal__range-value-max, .quiz-modal__range-value-min {
    font-size: 14px;
  }
  .quiz-modal__range-input-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 420px) {
  .quiz-modal {
    padding-top: 75px;
  }
  .quiz-modal__step-item, .quiz-modal__step-item.filled {
    width: 50px;
    height: 50px;
  }
  .quiz-modal__step-item.active {
    width: 65px;
    height: 65px;
  }
  .quiz-modal__steps {
    height: 65px;
  }
}
.product-slider-modal {
  display: none;
  flex-direction: column;
  width: 1175px;
  padding: 40px 40px 20px;
  background: #fff;
  position: relative;
}

.product-slider-modal .product-info__pricing {
  margin-top: 0 !important;
}

.product-slider-modal .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 20px;
  right: 20px;
}

.product-slider-modal__sliders-wrap {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.product-slider-modal__title {
  font-weight: 600;
  font-size: 32px;
  line-height: 150%;
  margin-bottom: 30px;
}

.product-slider-modal__main-slider {
  max-width: 910px;
  height: 100%;
}

.product-slider-modal__main-slider .slider-arrow-left, .product-slider-modal__main-slider .slider-arrow-right {
  position: absolute;
  top: 50%;
}

.product-slider-modal__main-slider .slider-arrow-left {
  left: 0;
  z-index: 10;
}

.product-slider-modal__main-slider .slider-arrow-right {
  right: 0;
  z-index: 10;
}

.product-slider-modal__main-slider .product-slider-modal__slide-item {
  max-width: 650px;
  width: 650px;
}

.product-slider-modal__main-slider .product-slider-modal__slide-item img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-slider-modal__main-slider .slick-slide > div {
  height: 600px;
  min-height: 100px;
  max-height: 600px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product-slider-modal__thumbnail-slider {
  width: 135px;
  max-height: 590px;
}

.product-slider-modal__thumbnail-slider .slider-arrow-left {
  top: -30px;
}

.product-slider-modal__thumbnail-slider .slider-arrow-left, .product-slider-modal__thumbnail-slider .slider-arrow-right {
  position: absolute;
  left: 40%;
  transform: rotate(90deg);
  z-index: 10;
}

.product-slider-modal__thumbnail-slider .slider-arrow-right {
  bottom: -30px;
}

.product-slider-modal__thumbnail-slider .product-slider-modal__slide-item {
  width: 135px;
  height: 132px;
  padding: 10px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.product-slider-modal__thumbnail-slider .product-slider-modal__slide-item img {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.product-slider-modal__footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.product-slider-modal__footer .product-info__banking {
  width: -moz-fit-content;
  width: fit-content;
}

.product-slider-modal__footer .product-info__pricing {
  margin-bottom: 0;
}

.product-slider-modal__footer .product-info__price-wrap {
  margin: 0 30px 0 40px;
}

.product-slider-modal__footer .product-info__banking-description {
  top: auto;
  bottom: 35px;
}

.product-slider-modal__footer .product-info__price {
  font-weight: 700;
}

.product-slider-modal__footer .product-info__banking-mobile {
  display: none;
}

@media only screen and (max-width: 1186px) {
  .product-slider-modal {
    width: 100%;
    margin: 0 10px;
  }
  .product-slider-modal__sliders-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .product-slider-modal__main-slider {
    width: 100%;
    height: 100%;
    margin-bottom: 20px;
  }
  .product-slider-modal__main-slider .product-slider-modal__slide-item {
    height: 100%;
    display: flex !important;
    justify-content: center;
    align-items: center;
  }
  .product-slider-modal__main-slider .product-slider-modal__slide-item img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .product-slider-modal__main-slider .slick-slide > div {
    height: -moz-fit-content;
    height: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40vh;
  }
  .product-slider-modal__thumbnail-slider {
    width: 100%;
    height: 96px;
  }
  .product-slider-modal__thumbnail-slider .slider-arrow-left {
    left: -20px;
  }
  .product-slider-modal__thumbnail-slider .slider-arrow-left, .product-slider-modal__thumbnail-slider .slider-arrow-right {
    position: absolute;
    top: 30%;
    transform: rotate(0);
    z-index: 10;
  }
  .product-slider-modal__thumbnail-slider .slider-arrow-right {
    right: -20px;
    left: auto;
  }
  .product-slider-modal__thumbnail-slider .product-slider-modal__slide-item {
    width: 96px;
    height: 96px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
  }
  .product-slider-modal__thumbnail-slider .product-slider-modal__slide-item img {
    width: 100%;
    height: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }
}
@media only screen and (max-width: 976px) {
  .product-slider-modal {
    padding: 20px 20px 30px;
  }
  .product-slider-modal__title {
    font-size: 16px;
    line-height: 20px;
    margin-top: 34px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 824px) {
  .product-slider-modal .product-info__discount {
    margin-right: 32px;
    margin-bottom: 7px;
  }
  .product-slider-modal .product-info__banking {
    display: flex;
  }
}
@media only screen and (max-width: 581px) {
  .product-slider-modal__footer {
    flex-wrap: wrap;
  }
  .product-slider-modal .product-info__banking {
    display: none;
  }
  .product-slider-modal .product-info__pricing {
    flex-direction: row-reverse;
  }
  .product-slider-modal .product-info__banking-mobile {
    display: flex;
    margin-left: 0;
    margin-right: 10px;
  }
  .product-slider-modal .product-info__banking-mobile svg {
    margin-left: 20px;
  }
  .product-slider-modal .product-info__price-wrap {
    margin: 0;
  }
  .product-slider-modal__buy-btn {
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 390px) {
  .product-slider-modal__main-slider .product-slider-modal__slide-item img {
    width: auto !important;
    height: 100% !important;
  }
  .product-slider-modal__main-slider .slick-slide > div {
    height: 140px !important;
  }
}
.product-slider-modal.active {
  display: block;
}

.sort-modal {
  background: #fff;
  box-shadow: 0 100px 80px rgba(24, 48, 41, 0.07), 0 41.7776px 33.4221px rgba(24, 48, 41, 0.0503198), 0 22.3363px 17.869px rgba(24, 48, 41, 0.0417275), 0 12.5216px 10.0172px rgba(24, 48, 41, 0.035), 0 6.6501px 5.32008px rgba(24, 48, 41, 0.0282725), 0 2.76726px 2.21381px rgba(24, 48, 41, 0.0196802);
  position: relative;
  width: 320px;
  overflow: scroll;
  display: none;
}

.sort-modal.active {
  display: block;
}

.sort-modal__header {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  width: 100%;
  padding: 16px 0 8px;
  border-bottom: 1px solid #dcdcdc;
  text-align: center;
}

.sort-modal__body {
  display: flex;
  justify-content: center;
  padding: 8px 0 16px;
}

.sort-modal__item {
  font-size: 14px;
  line-height: 150%;
  font-weight: 400;
  cursor: pointer;
}

.sort-modal__item.active {
  font-weight: 600;
  color: #257226;
}

.sort-modal .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 4px;
  right: 4px;
}

.entrance-modal {
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  padding: 32px;
  max-width: 392px;
  position: relative;
  transition: 0.2s;
  display: none;
}

.entrance-modal.active {
  display: block;
}

.entrance-modal .login-social-block {
  margin-top: 24px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.entrance-modal .login-social-block .grey-line {
  background: #dcdcdc;
  height: 1px;
  width: 100%;
  margin-bottom: 14px;
}

.entrance-modal .login-social-block .social-title {
  background: #fff;
  align-self: center;
  padding-left: 10px;
  padding-right: 10px;
  margin-top: -25px;
  width: 50px;
  margin-bottom: 14px;
}

.entrance-modal .login-social-block .socials {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 14px;
}

.entrance-modal .login-social-block .socials .social-item-facebook {
  padding: 15px 65px;
  background: #f7f7f9;
  cursor: pointer;
}

.entrance-modal .login-social-block .socials .social-item-google {
  box-shadow: none !important;
  border: none !important;
}

.entrance-modal .login-social-block .socials .social-item-google div {
  padding: 15px 65px !important;
  margin: 0 !important;
  background: #f7f7f9 !important;
  cursor: pointer;
}

.entrance-modal .login-social-block .socials .social-item-google span {
  display: none;
}

.entrance-modal__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 16px;
}

.entrance-modal__subtitle, .entrance-modal__switch-link {
  font-size: 16px;
  line-height: 150%;
}

.entrance-modal__switch-link {
  cursor: pointer;
  color: #868686;
  text-decoration-line: underline;
  margin-bottom: 32px;
  transition: 0.2s;
  display: block;
}

.entrance-modal__switch-link:hover {
  color: #43b02a;
}

.entrance-modal .validation {
  margin-top: -15px;
  margin-bottom: 15px;
}

.entrance-modal .entrance-modal__form .mail-validation {
  opacity: 0;
}

.entrance-modal__btn {
  cursor: pointer;
  width: 100%;
  height: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #43b02a;
  margin-top: 8px;
  transition: 0.2s;
  padding: 10px;
}

.entrance-modal__btn, .entrance-modal__btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
}

.entrance-modal__btn span {
  margin: 0 0.2em;
}

.entrance-modal__btn:hover {
  background: #257226;
}

.entrance-modal__secondary-text {
  font-size: 16px;
  line-height: 150%;
  color: #868686;
}

.entrance-modal .form__input {
  width: 100%;
}

.entrance-modal .form__label {
  width: 100%;
  display: block;
  margin-bottom: 20px !important;
}

.entrance-modal .close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  padding: 0;
  background: none;
  cursor: pointer;
}

.entrance-modal .mail-validation {
  opacity: 1;
  margin-left: 14px;
  display: flex;
  align-items: center;
  margin-top: 2px;
}

.entrance-modal .mail-validation__error-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 120%;
  color: #db4915;
  width: 250px;
}

.entrance-modal .form__label--email {
  margin-bottom: 24px;
}

.entrance-modal .forgot-password {
  cursor: pointer;
  display: block;
  font-size: 14px;
  line-height: 150%;
  color: #868686;
  margin-top: 8px;
  transition: 0.2s;
}

.entrance-modal .forgot-password:hover {
  color: #43b02a;
}

.entrance-modal .checkbox-label {
  margin-top: 16px;
}

.entrance-modal .checkbox-label .checkbox {
  align-items: flex-start;
}

.entrance-modal .checkbox-label .checkbox img {
  margin: 0;
  top: 8px;
}

.entrance-modal .checkbox-label .checkbox:before {
  margin-top: 3px;
}

.entrance-modal .checkbox-label .input-text {
  font-size: 12px;
  line-height: 150%;
  color: #868686;
}

.entrance-modal .checkbox-label .input-text a {
  text-decoration-line: underline;
  color: #868686;
}

.entrance-modal .forgot .entrance-modal__subtitle {
  margin-bottom: 10px;
}

.entrance-modal .forgot .entrance-modal__secondary-text {
  margin-bottom: 24px;
}

.entrance-modal .success {
  height: 509px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.entrance-modal .success__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 36px;
  text-align: center;
}

.entrance-modal .success__sub-title {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 50px;
  text-align: center;
}

.review-sent {
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  width: 392px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  display: none;
}

.review-sent.active {
  display: flex;
}

.review-sent .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 10px;
  right: 10px;
}

.review-sent__title {
  font-size: 24px;
  margin-top: 32px;
}

.review-sent__info, .review-sent__title {
  font-weight: 600;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}

.review-sent__info {
  font-size: 20px;
}

.review-sent__done-btn {
  border: 2px solid #257226;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #257226;
  padding: 12px 55px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 32px;
  display: block;
}

.review-sent__done-btn:hover {
  color: #fff;
}

@media only screen and (max-width: 976px) {
  .review-sent {
    width: 300px;
  }
  .review-sent__title {
    font-size: 18px;
  }
}
.buy-on-click {
  width: 370px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  flex-direction: column;
  align-items: center;
  display: none;
}

.buy-on-click.active {
  display: flex;
}

.buy-on-click__title {
  margin-top: 60px;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.buy-on-click__subtitle {
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 40px;
  max-width: 250px;
  text-align: center;
}

.buy-on-click__done-btn {
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 60px;
}

.buy-on-click .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 10px;
  right: 10px;
}

.subs-done {
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  padding: 32px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 392px;
  display: none;
}

.subs-done.active {
  display: flex;
}

.subs-done__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  color: #43b02a;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 8px;
}

.subs-done__subtitle {
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 28px;
}

.subs-done .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 10px;
  right: 10px;
}

.subs-done__done-btn {
  width: 250px;
}

@media only screen and (max-width: 976px) {
  .subs-done {
    width: 280px;
  }
  .subs-done__title {
    font-size: 16px;
    line-height: 20px;
    color: #182316;
    margin-bottom: 10px;
  }
  .subs-done__subtitle {
    font-size: 14px;
  }
  .subs-done__done-btn {
    width: 176px;
  }
}
.review-modal {
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  position: relative;
  margin: 0 20px;
  padding: 16px 16px 20px;
  max-width: 600px;
  width: 100%;
  display: none;
}

.review-modal.active {
  display: block;
}

.review-modal .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 10px;
  right: 10px;
}

.review-modal .product-page__container-title {
  font-size: 16px;
  margin: 0 0 16px;
}

.review-modal .review-add__rating {
  margin-bottom: 20px;
}

.review-modal .review-add__rating-stars {
  display: grid;
}

.phones-modal {
  width: 220px;
  position: relative;
  background: #fff;
  flex-direction: column;
  box-shadow: 0 100px 80px rgba(24, 48, 41, 0.07), 0 41.7776px 33.4221px rgba(24, 48, 41, 0.0503198), 0 22.3363px 17.869px rgba(24, 48, 41, 0.0417275), 0 12.5216px 10.0172px rgba(24, 48, 41, 0.035), 0 6.6501px 5.32008px rgba(24, 48, 41, 0.0282725), 0 2.76726px 2.21381px rgba(24, 48, 41, 0.0196802);
  display: none;
}

.phones-modal.active {
  display: flex;
}

.phones-modal__phone {
  padding: 16px 0;
  text-align: center;
  font-size: 14px;
  line-height: 150%;
}

.phones-modal__phone:not(:last-child) {
  border: 1px solid #dcdcdc;
}

.phones-modal .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 4px;
  right: 4px;
}

.phones-modal .phone-modal-info {
  padding: 24px 40px;
}

.phones-modal .phone-modal-info .service-phone {
  margin-top: 8px;
  margin-bottom: 18px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.phones-modal .phone-modal-info .service-phone .phone-service-item {
  width: 111px;
}

.phones-modal .phone-modal-info .service-phone .phone-service-item:hover a {
  color: #257226;
}

.phones-modal .phone-modal-info .service-phone .phone-service-item p {
  color: #868686;
  font-weight: 500;
  font-size: 12px;
  line-height: 150%;
}

.phones-modal .phone-modal-info .service-phone .phone-service-item a {
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  color: #182316;
}

.phones-modal .phone-modal-info .work-days {
  margin-bottom: 12px;
  padding: 0 5px;
}

.phones-modal .phone-modal-info .work-days .graph-info {
  font-weight: 500;
  font-size: 12px;
  text-align: center;
}

.phones-modal .phone-modal-info .work-days_item {
  display: flex;
  justify-content: space-between;
}

.phones-modal .phone-modal-info .work-days_item .left {
  color: #257226;
  text-align: right;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
}

.phones-modal .phone-modal-info .work-days_item .right {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
}

.phones-modal .phone-modal-info .support-email {
  padding-top: 12px;
  border-top: 1px solid #dcdcdc;
  display: flex;
  justify-content: center;
  align-items: center;
}

.phones-modal .phone-modal-info .support-email:hover a {
  color: #257226;
}

.phones-modal .phone-modal-info .support-email a {
  color: #000;
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  margin-left: 10px;
}

.buy-on-click-phone {
  width: 280px;
  background: #fff;
  box-shadow: 0 15px 20px rgba(0, 0, 0, 0.05);
  width: 300px;
  position: relative;
  padding: 16px 16px 20px;
  display: none;
}

.buy-on-click-phone.active {
  display: block;
}

.buy-on-click-phone .close-btn {
  position: absolute;
  cursor: pointer;
  background: none;
  padding: 0;
  top: 10px;
  right: 10px;
}

.buy-on-click-phone__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  margin-bottom: 8px;
}

.buy-on-click-phone__subtitle {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
}

.buy-on-click-phone__form {
  margin-bottom: 24px;
}

.buy-on-click-phone .form__input {
  width: 100%;
}

.buy-on-click-phone .form__label {
  width: 100%;
  display: block;
}

.buy-on-click-phone__done-btn {
  text-align: center;
}

.buy-on-click-phone .form__label.error {
  border: 1px solid #db4915 !important;
}

.buy-on-click-phone .form__label.error span {
  color: #db4915;
}

.buy-on-click-phone .empty-feedback-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 120%;
  color: #db4915;
}

.buy-on-click-phone .empty-feedback-text svg {
  margin-right: 5px;
  margin-top: -2px;
}

.buy-on-click-phone.opt {
  width: 400px;
}

.buy-on-click-phone.opt .buy-on-click-phone__title {
  font-size: 18px;
  font-weight: 700;
}

.buy-on-click-phone.opt .buy-on-click-phone__subtitle {
  font-size: 16px;
  font-weight: 500;
}

.modal-basket--credit {
  background: #fff;
  padding: 24px 40px;
  height: -moz-fit-content;
  height: fit-content;
  position: absolute;
  width: 960px;
}

.modal-basket--credit .modal__close {
  position: absolute;
  right: 40px;
}

.modal-basket--credit .empty-catalog-card {
  margin-bottom: -150px;
  margin-top: -50px;
}

.modal-basket--credit .modal-basket__items-wrap {
  overflow-x: hidden;
}

.modal-basket--credit .modal-basket__item-name {
  width: 250px;
}

.modal-basket--credit .modal-basket__footer-top {
  justify-content: flex-end;
  margin-top: 16px;
}

.modal-basket--credit .modal-basket__footer-bottom {
  margin-top: 42px;
}

.modal-basket--credit .modal-basket__back-link {
  text-decoration-line: none;
  cursor: pointer;
  background: none;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #257226;
  padding-left: 20px;
}

.modal-basket--credit .modal-basket__back-link span {
  margin-left: -20px;
  margin-top: -2px;
  position: absolute;
}

.modal-basket--credit .modal-basket__confirm-btn {
  text-align: center;
  padding: 13px;
  background: #257226;
  width: 278px;
  height: 44px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  cursor: pointer;
  transition: 0.3s;
}

.modal-basket--credit .modal-basket__confirm-btn:hover {
  background: #124d13;
}

.modal-basket--credit .radio-wrap__drop-section {
  width: 100%;
}

.modal-basket--credit .radio-wrap__drop-section-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

@media only screen and (max-width: 976px) {
  .modal-basket--credit {
    width: 96%;
    max-height: 100vh;
    height: -moz-fit-content;
    height: fit-content;
    overflow-y: auto;
  }
}
@media only screen and (max-width: 680px) {
  .modal-basket--credit {
    padding: 14px;
  }
  .modal-basket--credit .modal-basket__title {
    margin-bottom: 12px;
    font-size: 14px;
  }
}
@media only screen and (max-width: 506px) {
  .modal-basket--credit .modal-basket__footer-bottom {
    flex-direction: column-reverse;
  }
  .modal-basket--credit .modal-basket__confirm-btn {
    margin-bottom: 16px;
  }
}
@media only screen and (max-width: 480px) {
  .modal-basket--credit .credit-item {
    max-height: -moz-fit-content;
    max-height: fit-content;
  }
}
.basket-page .basket {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: auto;
  margin-bottom: 85px;
}

.basket-page .basket__items-wrap {
  width: 100%;
}

.basket-item {
  padding: 24px;
  background: #fff;
  flex-direction: column;
}

.basket-item, .basket-item__product {
  width: 100%;
  display: flex;
}

.basket-item__product {
  justify-content: space-between;
  align-items: center;
}

.basket-item:not(:last-child) {
  margin-bottom: 32px;
}

.basket-item__link {
  display: flex;
  align-items: center;
  width: 526px;
}

.basket-item__img {
  height: 94px;
  margin-right: 56px;
}

.basket-item__img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.basket-item__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.basket-item__counter {
  display: flex;
  height: 29px;
  align-items: center;
  border: 1px solid #dcdcdc;
  margin-top: 10px;
}

.basket-item__counter-val {
  width: 20px;
  text-align: center;
}

.basket-item__counter-dec, .basket-item__counter-inc {
  cursor: pointer;
}

.basket-item__counter-dec svg, .basket-item__counter-inc svg {
  transition: 0.2s;
}

.basket-item__counter-dec:hover svg, .basket-item__counter-inc:hover svg {
  fill: #000;
}

.basket-item__counter-dec:active svg, .basket-item__counter-inc:active svg {
  transform: scale(0.8);
}

.basket-item__item-pricing {
  flex-direction: column;
  align-items: flex-end;
}

.basket-item__item-pricing, .basket-item__item-sale {
  display: flex;
}

.basket-item__item-sale {
  margin-bottom: 6px;
}

.basket-item__item-old-price {
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: line-through;
  color: #868686;
  margin-right: 16px;
}

.basket-item__item-price-percentage {
  font-size: 12px;
  line-height: 150%;
  color: #257226;
  background: #e0f8d4;
  padding: 2px 16px;
}

.basket-item__item-price {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 8px;
}

.basket-item__delete-btn {
  font-size: 12px;
  line-height: 150%;
  color: #868686;
  background: none;
  cursor: pointer;
  display: flex;
  align-items: center;
}

.basket-result {
  margin-left: 30px;
  width: 300px;
  min-width: 300px;
  background: #fff;
}

.basket-result__body {
  padding: 24px 10px 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-bottom: 1px solid #dcdcdc;
}

.basket-result__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 24px;
}

.basket-result__item-sale {
  display: flex;
}

.basket-result__item-old-price {
  font-size: 14px;
  line-height: 150%;
  text-decoration: line-through;
  text-align: center;
  margin-right: 14px;
  color: #868686;
}

.basket-result__item-price-economy {
  font-size: 12px;
  line-height: 150%;
  color: #257226;
  background: #e0f8d4;
  padding: 2px 16px;
}

.basket-result__price {
  font-weight: 600;
  font-size: 30px;
  line-height: 150%;
  margin-bottom: 16px;
  max-width: 80%;
}

.basket-result__cashback {
  display: flex;
  align-items: center;
}

.basket-result__cashback img {
  width: 24px;
  height: 24px;
  margin-right: 8px;
}

.basket-result__cashback .cashback-text {
  font-size: 14px;
  line-height: 150%;
  margin-right: 4px;
}

.basket-result__cashback .cashback-val {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  color: #fb8200;
}

.basket-result__footer {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 8px 24px;
}

.basket-result__confirm-btn {
  background: #43b02a;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 12px 16px;
  cursor: pointer;
  transition: 0.3s;
  margin-bottom: 16px;
  width: -moz-fit-content;
  width: fit-content;
}

.basket-result__confirm-btn:hover {
  background: #257226;
}

.basket-result__credit-buy-btn {
  padding: 12px 45px;
  background: #257226;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  cursor: pointer;
  transition: 0.3s;
  width: -moz-fit-content;
  width: fit-content;
}

.basket-result__credit-buy-btn:hover {
  background: #124d13;
}

.basket-services {
  width: calc(100% - 196px);
  align-self: flex-end;
  border-top: 1px solid #dcdcdc;
  margin-top: 18px;
  padding-top: 18px;
}

.basket-service-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.basket-service-item:not(:last-child) {
  margin-bottom: 10px;
}

.basket-service-item__name, .basket-service-item__price {
  font-size: 14px;
  line-height: 150%;
}

.basket-service-item__price {
  margin-right: 40px;
  font-weight: 600;
  margin-left: auto;
}

.basket-service-item__delete-btn {
  display: block;
  cursor: pointer;
}

.basket-service-item__price-wrap {
  display: flex;
}

@media only screen and (max-width: 1195px) {
  .basket-item__product {
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .basket-item__link {
    width: 100%;
    justify-self: flex-start;
  }
  .basket-services {
    width: 100%;
  }
}
@media only screen and (max-width: 976px) {
  .basket-page .page-title {
    margin-bottom: 24px;
  }
  .basket-page .basket-item__delete-btn {
    font-size: 0;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
    position: absolute;
    top: 0;
    right: 0;
  }
  .basket-page .basket {
    flex-direction: column;
    margin-bottom: 40px;
  }
  .basket-item {
    position: relative;
    padding: 16px 8px;
  }
  .basket-item:not(:last-child) {
    margin-bottom: 20px;
  }
  .basket-item__product {
    justify-content: space-between !important;
  }
  .basket-item__link {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }
  .basket-item__name {
    min-width: 304px;
    width: 304px;
    font-size: 14px;
  }
  .basket-item__counter {
    height: 24px;
  }
  .basket-item__counter-dec svg, .basket-item__counter-inc svg {
    height: 100%;
    width: 20px;
  }
  .basket-item__item-old-price, .basket-item_counter-val {
    font-size: 12px;
  }
  .basket-item__item-price {
    font-size: 16px;
  }
  .basket-service-item__name {
    font-size: 12px;
  }
  .basket-service-item__price {
    font-size: 12px;
    display: flex;
    align-items: center;
  }
  .basket-service-item__delete-btn {
    width: 24px;
    height: 24px;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='10' height='10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 4.293L1.465.758l-.707.707L4.293 5 .758 8.536l.707.707L5 5.707l3.536 3.536.707-.707L5.707 5l3.536-3.535-.707-.707L5 4.293z' fill='%23868686'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: center;
  }
  .basket-service-item__delete-btn svg {
    display: none;
  }
  .basket-result {
    margin: 20px auto 0;
  }
  .basket-result__body {
    padding: 20px 0;
  }
  .basket-result__title {
    font-size: 14px;
    margin-bottom: 18px;
  }
  .basket-result__item-sale {
    margin-bottom: 8px;
  }
  .basket-result__item-old-price {
    font-size: 12px;
  }
  .basket-result__price {
    font-size: 18px;
    margin-bottom: 18px;
  }
  .basket-result__cashback .cashback-tex, .basket-result__cashback .cashback-val {
    font-size: 12px;
  }
  .basket-result__footer {
    padding: 20px 0;
  }
  .basket-result__confirm-btn {
    margin-bottom: 10px;
  }
  .basket-result__confirm-btn, .basket-result__credit-buy-btn {
    font-size: 12px;
    width: 215px;
    height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
  }
  .basket-services {
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media only screen and (max-width: 739px) {
  .basket-item__link {
    order: 1;
    width: 100% !important;
  }
  .basket-item__counter {
    order: 3;
  }
  .basket-item__item-pricing {
    order: 2;
    margin-top: 16px;
    align-items: flex-start;
  }
  .basket-item__name {
    width: calc(100% - 140px);
  }
}
@media only screen and (max-width: 535px) {
  .basket-item__name {
    min-width: auto;
  }
}
@media only screen and (max-width: 465px) {
  .basket-item__link {
    flex-direction: column;
  }
  .basket-item__img {
    margin-right: 0;
  }
  .basket-item__name {
    text-align: center;
    width: 100%;
  }
  .basket-service-item__price {
    margin-right: 16px;
  }
}
.order-result .page-title {
  margin-bottom: 60px;
}

.order-result__body {
  padding: 40px;
  max-width: 850px;
  background: #fff;
  margin: 0 auto 20px;
}

.order-result__thanks-text {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}

.order-result__number-text {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 40px;
}

.order-result__info-section {
  margin-bottom: 40px;
}

.order-result__info-section .order-result__title {
  margin-bottom: 34px;
}

.order-result__title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  text-align: center;
}

.order-result__info-item {
  display: flex;
}

.order-result__info-item:not(:last-child) {
  margin-bottom: 18px;
}

.order-result__info-name {
  min-width: 210px;
  font-size: 16px;
  line-height: 150%;
  margin-right: 48px;
}

.order-result__info-val {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
}

.order-result__products .order-result__title {
  margin-bottom: 8px;
}

.order-result__products-wrap {
  margin-bottom: 24px;
}

.order-result__product {
  padding: 18px 0;
  flex-direction: column;
  border-bottom: 1px solid #dcdcdc;
}

.order-result__product, .order-result__product-body {
  display: flex;
}

.order-result__product-body {
  align-items: center;
}

.order-result__product-info {
  width: calc(100% - 137px);
  justify-content: space-between;
}

.order-result__product-info, .order-result__product-link {
  display: flex;
}

.order-result__product-link {
  align-items: center;
}

.order-result__product-img {
  width: 117px;
  margin-right: 20px;
}

.order-result__product-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.order-result__product-name {
  font-size: 14px;
  line-height: 150%;
}

.order-result__product-price {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  min-width: -moz-max-content;
  min-width: max-content;
}

.order-result__product-quantity {
  font-size: 14px;
  line-height: 150%;
}

.order-result__pricing-item {
  display: flex;
  margin-bottom: 15px;
  align-items: center;
}

.order-result__pricing-name {
  text-align: right;
  font-size: 16px;
  line-height: 150%;
  width: 50%;
  padding-right: 10px;
}

.order-result__pricing-val {
  text-align: left;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  width: 50%;
  padding-left: 10px;
}

.order-result__pricing-item--bold .order-result__pricing-name {
  font-weight: 600;
}

.order-result__pricing-item--bold .order-result__pricing-val {
  font-weight: 700;
  font-size: 18px;
}

.order-result__back-link {
  display: flex;
  align-items: center;
  padding: 12px 40px;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  background: #257226;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto 100px;
}

.order-result__back-link svg {
  margin-right: 8px;
}

.order-result__product-services {
  margin-left: 137px;
  border-top: 1px solid #dcdcdc;
  padding-top: 14px;
}

.order-result__service-item {
  display: flex;
  justify-content: space-between;
}

.order-result__service-item:not(:last-child) {
  margin-bottom: 9px;
}

.order-result__service-name, .order-result__service-price {
  font-size: 12px;
  line-height: 150%;
}

.order-result__service-price {
  font-weight: 600;
}

@media only screen and (max-width: 976px) {
  .order-result .page-title {
    margin-bottom: 24px;
  }
  .order-result__thanks-text {
    font-size: 16px;
    margin-bottom: 14px;
  }
  .order-result__number-text {
    font-size: 16px;
    margin-bottom: 24px;
  }
  .order-result__body {
    padding: 20px;
  }
  .order-result__product-info {
    width: calc(100% - 100px);
    display: flex;
    justify-content: space-between;
  }
  .order-result__info-section {
    margin-bottom: 20px;
  }
  .order-result__title {
    font-size: 16px;
    margin-bottom: 16px !important;
  }
  .order-result__info-item {
    flex-direction: column;
  }
  .order-result__info-item:not(:last-child) {
    margin-bottom: 16px;
  }
  .order-result__info-name {
    margin-bottom: 6px;
    font-size: 12px;
  }
  .order-result__info-val {
    font-size: 12px;
  }
  .order-result__product {
    padding: 0;
  }
  .order-result__product-img {
    width: 92px;
    height: 63px;
    margin-right: 8px;
  }
  .order-result__product-name {
    font-size: 12px;
  }
  .order-result__product-price {
    font-size: 14px;
  }
  .order-result__pricing-name, .order-result__product-quantity {
    font-size: 12px;
  }
  .order-result__pricing-val {
    font-size: 14px;
  }
  .order-result__pricing-item--bold .order-result__pricing-val {
    font-size: 16px;
  }
  .order-result__back-link {
    padding: 10px 32px;
    font-size: 14px;
  }
  .order-result__product-services {
    padding-bottom: 14px;
    margin-left: 100px;
  }
}
@media only screen and (max-width: 596px) {
  .order-result__product-body {
    padding: 8px 0;
  }
  .order-result__product-info, .order-result__service-item {
    flex-direction: column;
  }
}
.page-404 .container {
  position: relative;
}

.page-404__background {
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.page-404__background img {
  -o-object-position: 0 180px;
  object-position: 0 180px;
}

.page-404__body {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
  height: 100%;
}

.page-404__text-wrap {
  width: 810px;
}

.page-404__title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  margin-top: 80px;
  margin-bottom: 20px;
}

.page-404__bottom-wrap {
  display: flex;
}

.page-404__subtitle {
  font-size: 18px;
  line-height: 150%;
}

.page-404__back-to-main {
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  padding: 12px 40px;
  background: #257226;
  transition: 0.3s;
  height: -moz-fit-content;
  height: fit-content;
  transform: translateY(32px);
}

.page-404__back-to-main:hover {
  background: #124d13;
}

.page-404__img {
  position: relative;
  z-index: 2;
  margin-bottom: 20%;
}

@media only screen and (max-width: 976px) {
  .page-404__body {
    justify-content: center;
  }
  .page-404__title {
    font-size: 16px;
    margin-top: 40px;
    margin-bottom: 20px;
    text-align: center;
  }
  .page-404__subtitle {
    font-size: 14px;
    line-height: 150%;
    text-align: center;
  }
  .page-404__img {
    margin-bottom: -20px;
    margin-top: -20px;
    width: 265px;
  }
  .page-404__bottom-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }
  .page-404__back-to-main {
    width: -moz-fit-content;
    width: fit-content;
    display: block;
    margin: 0 auto 200px;
    font-size: 12px;
    padding: 8px 32px;
  }
  .page-404__background img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: 0 7em;
    object-position: 0 7em;
  }
}
@media only screen and (max-width: 700px) {
  .page-404 .container {
    display: flex;
    flex-direction: column-reverse;
  }
  .page-404__body {
    width: 100%;
  }
  .page-404__background img {
    width: 100%;
    height: auto;
    transform: translateY(20%);
    -o-object-position: 0 0;
    object-position: 0 0;
  }
}
body {
  overflow-x: hidden;
}

.bx-livechat-mobile.bx-livechat-wrapper {
  height: 80% !important;
}

.logoNew svg {
  max-width: 184px;
  width: 100%;
}

.sitemap {
  display: flex;
}

.sitemap div {
  margin-top: 15px;
}

.sitemap .row {
  margin-bottom: 20px;
  padding-left: 15px;
  width: 50%;
}

.sitemap .row h2 {
  padding-top: 30px;
}

.delivery-payment .container {
  margin-top: 32px;
}

.delivery-payment__section-wrap {
  background: #fff;
  padding: 40px 60px;
  margin-bottom: 64px;
}

.delivery-payment__section {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
}

.delivery-payment__section--column {
  flex-direction: column;
}

.delivery-payment__section-block {
  padding: 40px;
  max-width: 550px;
  border: 1px solid #dcdcdc;
}

.delivery-payment__content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 150%;
  margin-bottom: 14px;
  text-align: center;
}

.delivery-payment__content-subtitle {
  font-size: 14px;
  line-height: 150%;
  min-height: 63px;
}

.delivery-payment__post-items {
  display: flex;
  align-items: center;
  justify-content: space-around;
  height: 209px;
}

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

.delivery-payment__tab {
  max-width: 260px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.delivery-payment__tab img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  margin-bottom: 16px;
}

.delivery-payment__tab-title {
  font-weight: 800;
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 8px;
  text-align: center;
}

.delivery-payment__tab-text {
  text-align: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
}

.delivery-payment__list {
  width: 100%;
  margin-bottom: 32px;
}

.delivery-payment__list-item {
  font-size: 14px;
  line-height: 150%;
  display: flex;
}

.delivery-payment__list-item:not(:last-child) {
  margin-bottom: 24px;
}

.delivery-payment__li-dot {
  margin-right: 16px;
  min-width: 16px;
  min-height: 16px;
}

.delivery-payment__partners-title {
  margin-bottom: 16px;
}

.delivery-payment__partners-logos {
  display: flex;
  align-items: center;
}

.delivery-payment__partners-logo:not(:last-child) {
  margin-right: 64px;
}

@media only screen and (max-width: 1310px) {
  .delivery-payment__section-wrap {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1205px) {
  .delivery-payment__section-wrap {
    padding: 20px;
  }
  .delivery-payment__section--delivery {
    flex-direction: column;
    align-items: center;
  }
  .delivery-payment__section-block {
    max-width: 90%;
    width: 90%;
  }
  .delivery-payment__section-block:not(:last-child) {
    margin-bottom: 20px;
  }
  .delivery-payment__content-subtitle, .delivery-payment__img-delivery {
    text-align: center;
  }
}
@media only screen and (max-width: 976px) {
  .delivery-payment__tab img {
    width: 60px;
    height: 60px;
    margin-bottom: 12px;
  }
  .delivery-payment__section-wrap {
    padding: 15px;
  }
  .delivery-payment__section-block {
    padding: 20px 18px;
    margin-bottom: 40px;
  }
  .delivery-payment__content-title {
    font-size: 12px;
    margin-bottom: 12px;
  }
  .delivery-payment__content-subtitle {
    min-height: auto;
    font-size: 12px;
    margin-bottom: 18px;
  }
  .delivery-payment__post-items {
    height: -moz-fit-content;
    height: fit-content;
  }
  .delivery-payment__post-img {
    width: 147px;
  }
  .delivery-payment__post-img--sat {
    width: 112px;
  }
  .delivery-payment__tab-title {
    font-weight: 600;
    font-size: 12px;
    margin-bottom: 6px;
  }
  .delivery-payment__tab-text {
    font-weight: 400;
    font-size: 12px;
  }
  .delivery-payment__li-dot {
    display: flex;
    align-items: flex-start;
    padding-top: 2px;
  }
  .delivery-payment__list-item {
    font-size: 12px;
    margin-bottom: 18px;
  }
  .delivery-payment__list {
    margin-bottom: 24px;
  }
  .delivery-payment__partners-title {
    font-size: 14px;
    margin-bottom: 8px;
  }
  .delivery-payment__tab {
    padding: 10px;
  }
}
@media only screen and (max-width: 640px) {
  .delivery-payment__section-block {
    width: 100%;
    max-width: 100%;
  }
  .delivery-payment__section--tabs {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .delivery-payment__tab {
    margin-bottom: 12px;
  }
}
@media only screen and (max-width: 440px) {
  .delivery-payment__post-items {
    flex-direction: column;
  }
  .delivery-payment__post-img:not(:last-child) {
    margin-bottom: 10px;
  }
}
.product-card-wrap--compare .product-card__img-wrap {
  margin: 0;
}

.product-card-wrap--compare .product-card__buy-btn {
  width: -moz-fit-content;
  width: fit-content;
  background: none;
}

.product-card-wrap--compare .product-card__buy-btn:hover {
  background: none;
}

.product-card-wrap--compare .product-card__buy-btn svg path {
  fill: #182316;
  stroke: #182316;
}

.favorite {
  margin-bottom: 100px;
}

.favorite .product-card-wrap {
  min-width: 180px;
}

.favorite__items {
  display: flex;
}

.favorite__items .product-card-box {
  margin: 0 12px;
}

.favorite__back-to-main {
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-decoration-line: underline;
}

.favorite .products-slider-wrap {
  background: none !important;
}

.slider-container--favorite .products-slider-wrap {
  margin-bottom: 40px;
}

.slider-container--favorite .products-slider-wrap .product-card-box {
  display: flex !important;
  justify-content: center;
}

.slider-container--favorite .products-slider-wrap .product-card-box .delete-btn {
  cursor: pointer;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 1;
}

.slider-container--favorite .products-slider-wrap .slider-arrow-left, .slider-container--favorite .products-slider-wrap .slider-arrow-right {
  top: 40%;
}

@media only screen and (max-width: 976px) {
  .slider-container--favorite {
    padding-left: 0;
    margin-bottom: 24px;
  }
  .slider-container--favorite .product-card-box {
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 20px !important;
    align-self: flex-start;
  }
  .slider-container--favorite .products-slider {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
  }
  .favorite {
    margin-bottom: 70px;
  }
  .favorite__back-to-main {
    font-size: 14px;
  }
}
@media only screen and (max-width: 490px) {
  .slider-container--favorite .product-card-box {
    margin: 0 auto 20px !important;
    min-width: 200px;
  }
}
a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
}

body {
  background: #fcfcfd;
}

a {
  text-decoration: none;
}

a:active, a:hover {
  outline: 0;
}

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

*, :after, :before, html {
  box-sizing: border-box;
}

:focus {
  outline: 0;
}

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

audio, canvas, iframe, img, svg, video {
  vertical-align: middle;
}

iframe {
  border: 0;
}

textarea {
  resize: none;
  overflow: auto;
  vertical-align: top;
  box-shadow: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
}

button, input, select, textarea {
  outline: none;
  border: none;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 0;
  text-align: left;
}

.product-slider-modal__main-slider {
  width: 100% !important;
}

*, html {
  font-family: "Montserrat", sans-serif;
  color: #182316;
}

body {
  position: relative;
  background: #f5f5f7 !important;
}

.body-shade {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(24, 48, 41, 0.25);
  opacity: 0;
  z-index: -2;
  transition: 0.25s;
}

.body-shade.shaded {
  opacity: 1;
  z-index: 4;
}

.content-wrap {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding-top: 158px;
}

.content-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(24, 48, 41, 0.25);
  opacity: 0;
  z-index: -1;
  transition: 0.25s;
}

.content-wrap.shaded:after {
  opacity: 1;
  z-index: 2;
}

.dark_bg {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 0;
}

.page-title {
  font-weight: 600;
  font-size: 36px;
  line-height: 150%;
  border-left: 4px solid #43b02a;
  padding-left: 8px;
  margin-bottom: 32px;
}

@media only screen and (max-width: 1240px) {
  .content-wrap {
    padding-top: 88px;
  }
  .page-title {
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    border-left: 2px solid #43b02a;
    padding-left: 2px;
  }
}
.container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1310px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

@media only screen and (min-width: 1024px) and (max-width: 1580px) {
  .container {
    padding-right: 50px;
    padding-left: 50px;
  }
}
.container-header {
  margin-right: auto;
  margin-left: auto;
  max-width: 1550px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.slider-container {
  max-width: 1290px;
  width: 100%;
  margin: 0;
  position: relative;
}

.product-item {
  display: block;
  text-decoration: none;
}

.arrow-down {
  cursor: pointer;
  transform: rotateX(0deg);
  transition: 0.2s;
}

.arrow-down.active {
  transform: rotateX(180deg);
}

.btn-light, .modal__close {
  cursor: pointer;
}

.btn-light {
  text-align: center;
  padding: 12px 35px;
  background: #43b02a;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  transition: 0.2s;
}

.btn-dark, .btn-light:hover {
  background: #257226;
}

.btn-dark {
  padding: 12px 40px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}

.btn-dark:hover {
  background: #124d13;
}

.btn-white {
  border: 1px solid #43b02a;
  padding: 14px 36px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #43b02a;
  cursor: pointer;
  transition: 0.3s;
}

.btn-white:hover {
  background: #43b02a;
  color: #fff;
}

.btn-white-second {
  border: 2px solid #257226;
  padding: 12px 40px;
  background: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  color: #257226;
  cursor: pointer;
  transition: 0.3s;
}

.btn-white-second:hover {
  background: #257226;
  color: #fff;
}

.btn-main-white {
  padding: 8px 32px;
  background: #fff;
  font-weight: 600;
  font-size: 12px;
  line-height: 150%;
  border: 1px solid #43b02a;
  color: #43b02a;
  transition: 0.3s;
  cursor: pointer;
}

.btn-main-white:hover {
  background: #43b02a;
  color: #fff;
}

input[type=email] {
  transition: 0.15s;
  border: 1px solid #dcdcdc;
}
@keyframes rotate {
  1% {
    transform: rotate(15deg);
  }
  5% {
    transform: rotate(-15deg);
  }
  8% {
    transform: rotate(15deg);
  }
  11% {
    transform: rotate(-15deg);
  }
  14% {
    transform: rotate(0deg);
  }
  16% {
    transform: translateY(1%);
  }
  40% {
    transform: translateY(3%);
  }
  60% {
    transform: translateY(-3%);
  }
  80% {
    transform: translateY(3%);
  }
  99% {
    transform: translateY(0);
  }
}
@keyframes cubesUp {
  0% {
    transform: translateY(0);
    opacity: 0.9;
  }
  99% {
    transform: translateY(50%);
  }
  to {
    transform: translateY(-50%);
    opacity: 0;
  }
}
@keyframes fade {
  0% {
    opacity: 0;
  }
  10% {
    opacity: 1;
  }
  90% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes highlight {
  0% {
    box-shadow: 0 0 20px rgba(67, 176, 42, 0.3);
  }
  to {
    box-shadow: 0 0 0 rgba(67, 176, 42, 0);
  }
}
@keyframes buy-btn {
  0% {
    width: 22px;
  }
  10% {
    width: 22px;
    background: #43b02a;
  }
  to {
    width: 83px;
    background: #43b02a;
  }
}
.checkbox-label {
  cursor: pointer;
  display: flex;
  align-items: center;
  margin-bottom: 4px;
}

.checkbox-label .input-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.checkbox-label input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkbox-label .checkbox {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.checkbox-label .checkbox img {
  position: absolute;
  top: 0;
  left: 4px;
  bottom: 0;
  margin: auto;
  opacity: 1;
}

.checkbox-label .checkbox:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 16px;
  min-width: 16px;
  height: 16px;
  background: #fff;
  border: 1px solid #257226;
  cursor: pointer;
}

.checkbox-label .input-text {
  transform: translateY(1px);
}

.checkbox-label input:disabled + .checkbox {
  background: #b8b8b8;
  cursor: auto;
}

.checkbox-label input:disabled + .checkbox:before {
  box-shadow: none;
  background: #ddd;
}

.checkbox-label input:checked ~ .checkbox:before {
  background: #43b02a !important;
  border: 1px solid #43b02a !important;
}

.checkbox-wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.checkbox-wrap input {
  position: absolute;
  opacity: 0;
}

.checkbox-wrap .checkbox {
  display: flex;
  align-items: center;
  position: relative;
}

.checkbox-wrap .checkbox img {
  position: absolute;
  top: 8.5px;
  left: 7px;
  opacity: 0;
}

.checkbox-wrap .checkbox:before {
  content: "";
  margin-right: 10px;
  display: block;
  width: 24px;
  height: 24px;
  background: #fff;
  border: 1px solid #257226;
  box-shadow: 1px 2px 10px rgba(235, 244, 248, 0.5);
  border-radius: 6px;
  cursor: pointer;
}

.checkbox-wrap input:disabled + .checkbox {
  color: #b8b8b8;
  cursor: auto;
}

.checkbox-wrap input:disabled + .checkbox:before {
  box-shadow: none;
  background: #ddd;
}

.checkbox-wrap input:checked + .checkbox img {
  opacity: 1;
}

.radio-wrap {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.radio-wrap input {
  position: absolute;
  opacity: 0;
}

.radio-wrap .radio {
  display: flex;
  align-items: center;
  position: relative;
}

.radio-wrap .radio:before {
  margin-right: 10px;
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
  background: #fff;
  border: 2px solid #43b02a;
  box-shadow: 1px 2px 10px rgba(235, 244, 248, 0.5);
  border-radius: 50%;
}

.radio-wrap .radio:after, .radio-wrap .radio:before {
  content: "";
  box-sizing: border-box;
  display: block;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  cursor: pointer;
}

.radio-wrap .radio:after {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #43b02a;
  position: absolute;
  z-index: 3;
  top: 0;
  bottom: 0;
  left: 4px;
  margin: auto 0;
  opacity: 0;
}

.radio-wrap input:disabled + .radio {
  color: #b8b8b8;
  cursor: auto;
}

.radio-wrap input:disabled + .radio:after {
  box-shadow: none;
  background: #ddd;
}

.radio-wrap input:checked + .radio:after {
  opacity: 1;
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

@media only screen and (max-width: 976px) {
  .radio-wrap .radio {
    font-size: 12px !important;
  }
  .radio-wrap .radio:before {
    margin-right: 8px;
    width: 16px;
    height: 16px;
    min-width: 16px;
    min-height: 16px;
  }
  .radio-wrap .radio:after {
    width: 8px;
    height: 8px;
  }
}
.form__label {
  position: relative;
  margin-bottom: 18px;
  width: -moz-fit-content;
  width: fit-content;
}

.form__label span {
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  line-height: 150%;
  margin: auto 0;
  font-size: 14px;
  color: #868686;
  transition: 0.2s;
  background: #f5f5f7;
  height: -moz-fit-content;
  height: fit-content;
}

.form__label .required:after {
  content: "*";
  color: red;
  margin-left: 2px;
}

.form__input {
  width: 100%;
  border: 1px solid #dcdcdc;
  padding: 10px 16px;
  height: 41px;
  width: 370px;
  font-size: 14px;
  line-height: 150%;
  background: #f5f5f7;
}

.form__input:not(:-moz-placeholder-shown) ~ span {
  top: -100%;
  font-size: 12px;
  background: none;
}

.form__input:focus ~ span, .form__input:not(:focus):valid ~ span, .form__input:not(:placeholder-shown) ~ span {
  top: -100%;
  font-size: 12px;
  background: none;
}

.slider-pagination {
  margin: 10px auto;
  display: flex;
  justify-content: center;
}

.slider-pagination__amount, .slider-pagination__current {
  font-size: 16px;
}

.photos-section-wrap {
  position: relative;
  padding: 0 30px;
  margin-bottom: 100px;
}

.photos-section-wrap .slider-pagination {
  display: none;
}

.photos-section-wrap .slider-arrow-left, .photos-section-wrap .slider-arrow-right {
  position: absolute;
  top: 50%;
  transform: scale(1) translateY(-50%);
  transition: 0.1s;
  transform-origin: center;
  display: none;
}

.photos-section-wrap .slider-arrow-left:active, .photos-section-wrap .slider-arrow-right:active {
  transform: scale(0.8) translateY(-50%);
}

.photos-section-wrap .slider-arrow-left {
  left: 0;
}

.photos-section-wrap .slider-arrow-right {
  right: 0;
}

.photos-section {
  display: grid;
  grid-column-gap: 2%;
  -moz-column-gap: 2%;
  column-gap: 2%;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.photos-section .slick-slide > div {
  display: flex;
  justify-content: center;
  height: -moz-fit-content;
  height: fit-content;
}

.photos-section__photo {
  max-width: 300px;
  height: 350px;
  margin-bottom: 6%;
}

.photos-section__photo img {
  width: auto;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media only screen and (max-width: 1290px) {
  .photos-section-wrap .slider-arrow-left, .photos-section-wrap .slider-arrow-right {
    display: block !important;
  }
  .photos-section__photo {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 976px) {
  .photos-section {
    display: block !important;
  }
  .photos-section-wrap {
    margin-bottom: 60px;
  }
}
@media only screen and (max-width: 698px) {
  .photos-section {
    display: block !important;
  }
  .photos-section-wrap .slider-arrow-left, .photos-section-wrap .slider-arrow-right {
    display: none !important;
  }
  .photos-section-wrap .slider-pagination {
    display: flex;
  }
}
.container-small {
  margin-right: auto;
  margin-left: auto;
  max-width: 1210px;
  width: 100%;
  padding-right: 10px;
  padding-left: 10px;
}

.modals {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(24, 35, 22, 0.3);
  z-index: 999999;
  overflow-y: auto;
  overflow-x: hidden;
  display: none;
  justify-content: center;
  align-items: center;
}

.modals.active {
  display: flex;
}

@media (max-height: 980px) {
  .modals {
    padding-top: 150px;
  }
}
.products-empty {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.products-empty__to-main {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 150%;
  text-decoration-line: underline;
  transition: 0.2s;
}

.products-empty__to-main:hover {
  color: #43b02a;
}

.products-empty__title {
  margin-top: 68px;
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 30px;
}

.products-empty__subtitle {
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  margin-bottom: 60px;
}

@media only screen and (max-width: 976px) {
  .products-empty__to-main {
    top: auto;
    right: auto;
    left: 0;
    bottom: 0;
  }
  .products-empty__title {
    font-size: 14px;
    margin-top: 0;
    margin-bottom: 20px;
  }
  .products-empty__subtitle {
    font-size: 14px;
    margin-bottom: 32px;
  }
}
.account {
  position: relative;
  margin-top: 32px;
}

.account .form__input:not(:-moz-placeholder-shown) ~ span {
  background: #f5f5f7;
  padding: 5px;
}

.account .form__input:focus ~ span, .account .form__input:not(:focus):valid ~ span, .account .form__input:not(:placeholder-shown) ~ span {
  background: #f5f5f7;
  padding: 5px;
}

.account .container {
  position: relative;
}

.account .cashback-block {
  position: absolute;
  right: 80px;
  display: flex;
  align-items: center;
}

.account .cashback-block .left-cashback {
  margin-right: 5px;
}

.account .cashback-block .right-cashback p {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
}

.account .cashback-block .right-cashback p span {
  color: #fb8200;
  text-decoration: underline;
  font-weight: 600;
  font-size: 16px;
  margin-left: 5px;
  cursor: pointer;
}

.account .cashback-block .right-cashback p span:hover .cashback-description {
  display: block;
}

.account .cashback-block .right-cashback p span .cashback-description {
  font-weight: 400;
  font-size: 12px;
  line-height: 150%;
  cursor: auto;
  transition: 0.3s;
  margin-top: 10px;
  background: #fff;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.15);
  width: 172px;
  padding: 10px;
  position: absolute;
  display: none;
  z-index: 10;
}

.account .empty-catalog-card {
  margin-bottom: -100px;
}

.account .profile_valid {
  margin-top: -10px;
  margin-bottom: 10px;
}

.account .logout-btn {
  margin-top: 50px;
  display: flex;
  background: none;
  padding: 0;
  align-items: center;
  cursor: pointer;
}

.account .logout-btn:hover .logout-btn__text {
  color: #43b02a;
}

.account .logout-btn__ico {
  margin-right: 8px;
}

.account .logout-btn__text {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #868686;
  transition: 0.2s;
}

.account__body {
  margin-bottom: 100px;
}

.account__body-tabs {
  display: flex;
}

.account__tab {
  width: 430px;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  padding: 14px 40px;
  cursor: pointer;
  transition: 0.2s;
}

.account__tab.active {
  border-bottom: 4px solid #43b02a;
}

.account__body-tabs-content {
  width: 100%;
  overflow: hidden;
  display: flex;
}

.account-profile {
  width: 100%;
  padding: 40px;
  margin-left: -100%;
  transition: 0.3s;
  min-width: 100%;
}

.account-profile .account-profile-flex {
  display: flex;
}

.account-profile.active {
  margin-left: 0;
}

.account-profile__edit-btn {
  background: none;
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #868686;
  cursor: pointer;
}

.account-profile__edit-btn svg {
  margin-right: 8px;
}

.account-form {
  width: 50%;
}

.account-form__title {
  font-weight: 600;
  font-size: 16px;
  line-height: 150%;
  margin-bottom: 16px;
}

.account-form .empty-feedback-text {
  margin-bottom: 20px;
  margin-top: -8px;
}

.account-form .form__label {
  display: flex;
  flex-direction: column;
}

.account-form .form__label:not(:last-child) {
  margin-bottom: 18px;
}

.account-form .account-form__body {
  width: -moz-fit-content;
  width: fit-content;
}

.account-history {
  padding: 40px;
  margin-right: 100%;
  transition: 0.3s;
}

.account-history, .account-history.active {
  display: flex;
}

.account-history.active {
  margin-right: 0;
}

.history-table {
  width: 100%;
  min-width: 854px;
}

.history-table__row {
  display: flex;
}

.history-table__row--header {
  background: #183029;
}

.history-table__row--header > div {
  font-weight: 600;
  font-size: 14px;
  line-height: 150%;
  color: #fff;
  height: 60px;
}

.history-table__table {
  background: #fff;
  margin-top: 16px;
  border: 1px solid #868686;
  border-left: 4px solid #43b02a;
}

.history-table__col, .history-table__table {
  display: flex;
}

.history-table__col {
  align-items: center;
  text-align: center;
  justify-content: center;
  min-height: 48px;
  padding: 5px;
}

.history-table__inner .history-table__row {
  min-height: 48px;
}

.history-table__inner .history-table__row:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.history-table__col--number {
  width: 110px;
  max-width: 110px;
}

.history-table__col--name {
  width: 320px;
  max-width: 320px;
}

.history-table__col--quantity {
  width: 110px;
  max-width: 110px;
}

.history-table__col--services {
  width: 250px;
  max-width: 250px;
  display: flex;
  flex-direction: column;
}

.history-table__col--services .history-table__col-item:not(:last-child) {
  border-bottom: 1px solid #dcdcdc;
}

.history-table__col-item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.history-table__col--date {
  width: 168px;
  max-width: 168px;
}

.history-table__col--total {
  width: 177px;
  max-width: 177px;
}

@media only screen and (max-width: 1546px) {
  .account-history {
    padding: 40px 0;
    flex-wrap: nowrap;
    overflow-y: hidden;
    overflow-x: auto;
  }
}
@media only screen and (max-width: 1310px) {
  .history-table {
    width: -moz-fit-content;
    width: fit-content;
  }
  .history-table__col--number {
    max-width: 97px;
  }
  .history-table__col--total {
    max-width: 104px;
  }
  .history-table__col--date {
    max-width: 119px;
  }
  .history-table__col--services {
    max-width: 217px;
  }
  .history-table__col--quantity {
    max-width: 87px;
  }
  .history-table__col--name {
    max-width: 225px;
  }
  .account-history {
    width: 100%;
    display: flex;
  }
}
@media only screen and (max-width: 976px) {
  .account-profile-flex {
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  .account .cashback-block {
    position: relative;
    right: 0;
  }
  .account__tab {
    padding: 10px 12px;
    font-weight: 600;
    font-size: 14px;
    line-height: 150%;
    max-width: 230px;
    width: 50%;
  }
  .account__body {
    margin-bottom: 70px;
  }
  .account-profile {
    flex-direction: column;
    align-items: center;
    padding: 20px 10px;
  }
  .account-form {
    width: -moz-fit-content;
    width: fit-content;
    justify-content: center;
  }
  .account-form:not(:last-child) {
    margin-bottom: 40px;
  }
  .account-form .form__input {
    width: 370px;
  }
  .account-form__body {
    width: 100% !important;
  }
  .history-table__col, .history-table__row--header > div {
    font-size: 12px;
  }
  .history-table__table {
    margin-top: 14px;
  }
  .account-history {
    padding: 20px 0 !important;
  }
}
@media only screen and (max-width: 430px) {
  .account-form, .account-form .form__input, .account-form .form__label {
    width: 100%;
  }
  .account__tab {
    text-align: center;
    padding-left: 0;
  }
}
.contacts {
  position: relative;
  height: 100%;
  min-height: 850px;
}

@media (max-width: 320px) {
  .contacts {
    min-height: 700px;
  }
}
@media (max-width: 1024px) {
  .contacts {
    min-height: 700px;
  }
}
.contacts__block {
  padding: 40px 40px 7%;
  width: 100%;
  max-width: 330px;
  max-height: 850px;
  background-color: #fff;
  position: absolute;
  left: 10%;
  bottom: 0;
  top: 20%;
  z-index: 5;
  transition: all 0.3s ease;
}

.contacts__block-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
}

.contacts__block--toggle {
  display: none;
}

.contacts__block_head {
  font-size: 36px;
  border-left: 5px solid #43b02a;
  padding-left: 5px;
  font-weight: 600;
}

.contacts__block_headers {
  margin-bottom: 20px;
}

.contacts__block_text {
  font-weight: 600;
  font-size: 16px;
}

.contacts__block_link {
  font-weight: 400;
  font-size: 14px;
  margin-top: 10px;
  color: #43b02a;
  display: block;
}

.contacts__forms {
  width: 100%;
  max-width: 675px;
  height: 100%;
  max-height: 850px;
  position: absolute;
  left: 7%;
  bottom: 0;
  top: 0;
  z-index: 5;
  justify-content: center;
  transition: all 0.3s linear;
}

.contacts__forms, .contacts__forms--padding {
  display: flex;
  flex-direction: column;
}

.contacts__forms--padding {
  padding: 60px 30px 20px;
  justify-content: space-between;
  height: 27%;
  max-height: 275px;
  background-color: #fff;
}

.contacts__forms_info {
  display: flex;
  justify-content: flex-start;
  margin-left: 60px;
}

.contacts__forms_info > :first-child {
  margin-right: 60px;
}

.contacts__forms_ico {
  display: flex;
}

.contacts__forms_ico > img {
  margin-bottom: 20px;
  margin-left: -30px;
  margin-right: 10px;
}

.contacts__form {
  background-color: #183029;
  width: 100%;
  height: 60%;
}

.contacts__form, .contacts__form__content {
  display: flex;
  justify-content: center;
  align-items: center;
}

.contacts__form__content {
  flex-direction: column;
}

.contacts__form__content > input {
  margin-bottom: 35px;
}

.contacts__form__head {
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  padding: 0 40px;
  text-align: center;
  margin-bottom: 40px;
}

.contacts__form__input__wrapper {
  width: 100%;
  max-width: 440px;
  margin-bottom: 35px;
  position: relative;
}

.contacts__form__input {
  height: 30px;
  background-color: #183029;
  border-bottom: 1px solid #fff;
  width: 100%;
  max-width: 440px;
  color: #fff;
  position: relative;
}

.contacts__form__btn {
  width: 240px;
  margin: 50px auto 0;
}

.contacts__form__streetAndHome {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 440px;
  width: 100%;
}

.contacts__form__streetAndHome--lg {
  width: 230px;
  position: relative;
}

.contacts__form__streetAndHome--md {
  width: 82px;
}

.contacts__form__streetAndHome--sm {
  width: 85px;
}

.contacts .contacts__forms__toggle {
  display: none;
}

.contacts__dropdown-selector {
  padding-top: 10px;
  width: 100%;
  position: absolute;
  z-index: 1;
  background: #fff;
}

.contacts__dropdown-selector--hidden {
  display: none;
}

.contacts__dropdown-selector > div {
  height: 30px;
  padding: 5px 10px;
  cursor: pointer;
}

.contacts__dropdown-selector > div:hover {
  background-color: #e0f8d4;
}

.contacts .street__text {
  text-overflow: clip;
  overflow: hidden;
  white-space: nowrap;
}

@media (max-width: 1400px) {
  .contacts .contacts__forms__toggle {
    display: block;
    position: fixed;
    right: -4.4%;
    top: 50%;
    transform: translateY(-50%);
    height: 250px;
    width: 30px;
    background-color: #43b02a;
    color: #fff;
    text-align: center;
    z-index: 5;
    padding: 5px;
    writing-mode: tb-rl;
  }
  .contacts .contacts__forms__toggle--block {
    display: none;
    height: 60%;
  }
}
@media (max-width: 1400px) and (max-width: 800px) {
  .contacts .contacts__forms__toggle--block {
    display: block;
    right: -9%;
  }
}
@media (max-width: 1400px) {
  .contacts .gm-style-mot {
    width: 200px;
    display: block;
    margin: 0 auto;
  }
}
@media (max-width: 1400px) {
  .contacts__forms {
    position: absolute;
    transform: translateX(-108%);
    right: 100%;
  }
  .contacts__forms--active {
    transform: translateX(0);
  }
}
@media (max-width: 1400px) and (max-width: 800px) {
  .contacts__forms {
    transform: translateX(-106%);
  }
  .contacts__forms--active {
    transform: translateX(-5%);
  }
}
@media (max-width: 1400px) and (max-width: 600px) {
  .contacts__forms {
    transform: translateX(-105%);
  }
  .contacts__forms--active {
    transform: translateX(-5%);
  }
}
@media (max-width: 800px) {
  .contacts .contacts__form__content > input {
    margin-bottom: 20px;
  }
  .contacts .contacts__form__input__wrapper {
    margin-bottom: 10px;
  }
  .contacts .contacts__form__btn {
    margin-top: 25px;
  }
  .contacts .contacts__block {
    position: absolute;
    transform: translateX(-120%);
    right: 100%;
  }
  .contacts .contacts__block--active {
    transform: translateX(0);
  }
  .contacts__forms {
    max-width: 90%;
    justify-content: normal;
  }
  .contacts__forms--padding {
    padding: 25px;
    height: 100%;
  }
  .contacts__forms_info {
    flex-direction: column;
    margin-left: 30px;
  }
  .contacts__forms .contacts__phones-wrapper {
    font-size: 12px;
    max-width: 350px;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .contacts__forms .contacts__block_phones {
    margin-right: 0;
    margin-top: 20px;
    padding-right: 15px;
  }
  .contacts__forms .contacts__form__head {
    text-align: left;
    font-size: 18px;
    padding: 0;
  }
  .contacts__forms .contacts__form__content {
    justify-content: flex-start;
  }
  .contacts__forms .contacts__form {
    padding: 20px;
    height: 100%;
  }
  .contacts__forms .contacts__form__streetAndHome {
    flex-wrap: wrap;
    flex-basis: 110px;
  }
  .contacts__forms .contacts__form__streetAndHome--lg {
    flex-grow: 2;
    width: 100%;
  }
  .contacts__forms .contacts__form__streetAndHome--md {
    width: 45%;
    flex-grow: 1;
    margin-right: 10px;
  }
  .contacts__forms .contacts__form__streetAndHome--md > input {
    width: 100%;
  }
  .contacts__forms .contacts__form__streetAndHome--sm {
    width: 45%;
    flex-grow: 1;
  }
  .contacts__forms .contacts__form__streetAndHome--sm > input {
    width: 100%;
  }
  .contacts__block_head {
    font-size: 20px;
  }
}
@media (max-width: 550px) {
  .contacts .contacts__block_head, .contacts .contacts__form__head {
    font-size: 16px;
  }
  .contacts .contacts__block {
    position: absolute;
    transform: translateX(-110%);
    width: 90%;
    height: 70%;
    right: 100%;
    bottom: 10%;
  }
  .contacts .contacts__block--active {
    transform: translateX(-20%);
  }
  .contacts .contacts__block_headers {
    font-size: 16px;
  }
  .contacts .contacts__block_text {
    font-size: 14px;
  }
  .contacts .contacts__forms_info {
    margin-left: 5px;
  }
  .contacts .contacts__forms--padding {
    padding: 15px;
    height: 35%;
  }
  .contacts .contacts__forms_ico {
    padding-left: 20px;
  }
  .contacts .contacts__forms_ico > h3 {
    font-size: 14px;
  }
  .contacts .contacts__forms {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 375px) {
  .contacts .contacts__block_headers {
    margin-bottom: -5px;
  }
  .contacts .contacts__forms .contacts__block_phones {
    margin-top: 7px;
  }
  .contacts .contacts__form {
    padding: 10px;
  }
  .contacts .contacts__forms {
    top: 0;
    height: 100%;
  }
  .contacts .contacts__form__head {
    margin-bottom: 10px;
  }
  .contacts .contacts__forms--padding {
    padding: 20px 10px 5px;
    height: 40%;
  }
  .contacts .contacts__forms_ico {
    padding-left: 30px;
  }
  .contacts .contacts__forms__toggle {
    right: -7.4%;
  }
}
@media (max-width: 320px) {
  .contacts .contacts__forms {
    height: 100%;
  }
}
.contacts .input-error {
  border-bottom: 2px solid red;
}

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