/*!
Theme Name: fabrik
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: fabrik
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

fabrik is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
.hidden {
  display: none;
}

._transparent-btn {
  cursor: pointer;
}

@media (max-width: 47.99875em) {
  .section-32__item {
    min-width: unset;
  }

  .section-32__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575.98px) {
  .section-32__items {
    grid-template-columns: repeat(1, 1fr);
  }
}

.section-21__option {
  display: flex;
  flex-direction: column;
}

.section-21__option-inner {
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.main-nav__submenu {
  max-height: 480px;
  overflow: auto;
}

::-webkit-scrollbar {
  width: 5px;
  /* ширина для вертикального скролла */
  height: 2px;
  /* высота для горизонтального скролла */
  background: rgba(136, 136, 136, 0.1);
  border-radius: 5px;
  cursor: pointer;
}

/*.section-21 ::-webkit-scrollbar {
	height: 7px;
	cursor: pointer;
}*/

/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
  background-color: #fc4c02;
  border-radius: 5px;
  box-shadow: none;
  cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #fc4c02;
  cursor: pointer;
}

@media (max-width: 991.98px) {
  .main-nav__submenu {
    max-height: 100%;
    overflow: unset;
  }
}

@media (max-width: 47.99875em) {
  .section-32__items_grid .section-32__item {
    min-width: 300px !important;
  }
}

@media (max-width: 767.98px) {
  .catalog__card-inner {
    padding-inline: 10px;
  }
}

.section-46__items {
  row-gap: 40px;
}

.section-seo {
  margin-top: 100px;
}

@media (max-width: 767.98px) {
  .section-seo {
    margin-top: 50px;
  }
}

.section-seo h2 {
  font-weight: 700;
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 15px;
}

@media (max-width: 76.875em) {
  .section-seo h2 {
    font-size: 24px;
  }
}

@media (max-width: 61.99875em) {
  .section-seo h2 {
    font-size: 23px;
  }
}

.section-seo p {
  line-height: 1.3;
}

.section-seo p:not(:first-of-type) {
  margin-top: 17px;
}

.section-seo img {
  margin-top: 20px;
}

.section-seo ul {
  margin-bottom: 17px;
  margin-top: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
}

.section-seo ul li {
  padding-left: 15px;
  position: relative;
}

.section-seo ul li:before {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fc4c02;
  top: 9px;
  left: 0;
}

.category-content__leftside {
  max-width: 320px;
}

@media (max-width: 991.98px) {
  .category-content__leftside {
    max-width: 100%;
  }
}

@media (max-width: 767.98px) {
  .section-seo ul {
    margin-bottom: 10px;
  }

  .section-seo ul {
    margin-top: 10px;
    margin-bottom: 10px;
    gap: 5px;
  }

  .section-seo h2 {
    margin-top: 20px;
  }
}

.section-35 .catalog__slider-inner {
  padding-bottom: 65%;
}

.catalog__slider-inner {
  display: block;
}

.section-17__title {
  font-size: 50px;
}

@media (max-width: 1230px) {
  .section-17__title {
    font-size: 45px;
  }
}

@media (max-width: 991.98px) {
  .section-17__title {
    font-size: 40px;
  }

  .messengers {
    flex-direction: column;
    margin-top: -9px;
    margin-bottom: 7px;
  }

  .header-top__logo-pic {
    max-width: 70px;
  }

  .header-top__logo {
    margin-top: 0;
  }

  .header-top__rightside {
    gap: 15px;
  }
}

@media (max-width: 767.98px) {
  .section-17__title {
    font-size: 35px;
  }

  .messengers._mobile {
    flex-direction: row;
  }

  .header-top__logo {
    align-items: flex-start;
  }
}

@media (max-width: 575.98px) {
  .section-17__title {
    font-size: 28px;
  }

  .header-top__phone-link {
    font-size: 16px;
  }
}

._up-button {
  position: fixed;
  right: 59px;
  bottom: 125px;
  border: none;
  height: 50px;
  width: 50px;
  -webkit-animation-name: t890__zoom;
  animation-name: t890__zoom;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
  z-index: 999;
}

@media (max-width: 767.98px) {
  ._up-button {
    right: 30px;
    bottom: 100px;
  }
}

.is-show {
  display: block;
}

._up-button:hover svg rect {
  fill: #fc4d02;
  fill-opacity: 1;
  -webkit-transition: 200ms ease-in;
  transition: 200ms ease-in;
}

@-webkit-keyframes t890__zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    opacity: 1;
  }
}

@keyframes t890__zoom {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.1);
    transform: scale(0.1);
  }

  100% {
    opacity: 1;
  }
}

.header-top__container,
.header-top__rightside {
  align-items: center;
}

@media (max-width: 767.98px) {
  .header-top__container {
    align-items: flex-start;
  }
}

.sticky {
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
  margin-top: 0;
  background-color: #fff;
}

@media (max-width: 47.99875em) {
  .section-32__item {
    min-width: 300px;
  }
}

.header-top__select {
  pointer-events: none;
}

.header-top__city-choosen {
  transition: 0.15s all ease-in;
}

.header-top__modal-city:hover .header-top__city-choosen {
  color: #fc4c02;
}

.modal-city {
  width: 100%;
  max-width: 890px;
  background-color: #fff;
  min-height: 600px;
}

.modal-city__container {
  padding: 40px;
  overflow: hidden;
}

#city-confirmation {
  position: absolute;
}

#city-container {
  overflow: scroll;
  outline: none !important;
  margin-top: 20px;
}

.modal-city__search-input {
  width: 100%;
  min-height: 60px;
  font-size: 14px;
  padding: 10px 20px;
  border: 1px solid #0000000f;
  background-color: #00000005;
}

.modal-city__search-input:focus {
  outline: none !important;
}

.modal-city__city-name {
  margin-top: 20px;
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding-bottom: 4px;
  border-bottom: 1px solid #000;
}

.modal-city__city-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 10px;
}

.modal-city__city-link {
  font-size: 16px;
  cursor: pointer;
  color: #000;
  text-decoration: none;
  transition: all 0.15s ease-in;
  font-weight: 500;
}

.modal-city__city-link:hover {
  color: #fc4c02;
}

.modal-city__city-name {
  margin-bottom: 20px;
  cursor: default;
}

#city-confirmation {
  opacity: 0;
}

.header-top__select._icon-geo:hover::before {
  animation: geo-dance 2s ease-in-out infinite;
}

.modal-city__search-box {
  position: relative;
  max-width: 400px;
}

.modal-city__search-image {
  position: absolute;
  right: 20px;
  top: calc(50% - 12.5px);
  display: block;
  width: 25px;
  height: 25px;
  background-image: url(/wp-content/themes/fabrik/assets/img/lupa.svg);
  background-repeat: no-repeat;
  background-size: contain;
}

@keyframes geo-dance {
  0% {
    transform: translateY(0);
  }

  50% {
    transform: translateY(-5px);
  }

  100% {
    transform: translateY(0);
  }
}

@media (min-width: 992px) {
  #city-confirmation {
    position: absolute;
    top: 10px;
    left: 20px;
    padding: 10px;
    background: #fc4c02;
    box-shadow: 0 0 10px rgb(0 0 0 / 21%);
    border-radius: 5px;
    transition: 0.5s all ease-in-out;
    opacity: 0;
    transform: translateY(-50px);
    color: #fff;
  }

  #city-confirmation.active {
    opacity: 1;
    transform: translateY(0);
  }

  .city-confirmation__title {
    font-size: 18px;
    font-weight: 800;
    cursor: default;
  }

  .city-confirmation__button {
    font-size: 16px;
    font-weight: 500;
    margin-top: 5px;
    margin-right: 10px;
    transition: all 0.15s ease-in-out;
    color: #fff;
  }
}

@media (max-width: 991px) {
  .header-top__select {
    display: block !important;
  }

  .header-top__leftside {
    flex-direction: column;
    gap: 0 !important;
  }

  .header-top__modal-city {
    margin-top: -10px;
  }

  .header-top__select._icon-geo::before {
    content: none;
  }

  .header-top__city-choose {
    display: none;
  }

  .header-top__city-choosen._icon-arrow {
    position: relative;
    padding-left: 20px;
  }

  .header-top__city-choosen._icon-arrow::before {
    content: "\e9d5";
    flex-shrink: 0;
    font-size: 14px;
    position: absolute;
    inset: 0;
  }
}

@media (max-width: 890px) {
  .modal-city__container {
    padding: 10px;
  }
}

@media (max-width: 1230px) {
  .header-top__leftside {
    gap: 10px;
  }
}

@media (max-width: 479px) {
  .modal-city.fancybox__content {
    padding: 15px;
  }

  #city-container {
    padding-right: 15px;
  }
}

.header-top__leftside {
  align-items: center;
}

@media (max-width: 991.98px) {
  .header-top__leftside {
    align-items: flex-start;
  }
}

.header-top__phone {
  flex-shrink: 0;
}

.section-28_gotov3 {
  position: relative;
}

.section-28_gotov3::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.45);
  top: 0;
  left: 0;
  z-index: 0;
}

.section-28__container {
  position: relative;
  z-index: 1;
}

#timeModal .form__title {
  max-width: 56%;
}

@media (max-width: 76.875em) {
  #timeModal .form__title {
    max-width: 100%;
  }
}

.configurator-filter__item .select.hidden {
  display: none;
}

.configurator-filter__item .select__header {
  position: relative;
}

.configurator-filter__select-list {
  display: block;
}

.configurator-filter__select-item label {
  height: auto;
}

.configurator-filter__item .configurator-filter__select-header.active::after {
  -webkit-transform: rotate(180deg) translateY(50%);
  -ms-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}

.configurator-filter__item .select__body {
  -webkit-transform: rotateX(90deg);
  transform: rotateX(90deg);
  height: 0;
  padding: 0;
  opacity: 0;
  font-size: 0;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  overflow: auto;
}

.configurator-filter__item .select__body.show {
  -webkit-transform: rotateX(0deg);
  transform: rotateX(0deg);
  height: 250px;
  font-size: 16px;
  opacity: 1;
}

.configurator-quiz .pace {
  display: none;
}

.configurator-quiz .pace.active {
  display: flex;
}

.configurator-quiz .pace-2 {
  flex-direction: column;
  align-items: center;
  margin-top: 25px;
  gap: 20px;
}

.configurator-quiz .form__items {
  justify-content: center;
  align-items: center;
}

.pace-2__inner {
  width: 100%;
}

@media (max-width: 767.98px) {}

.subscribe-form__items .form__button {
  max-width: 100%;
}

@media (max-width: 479.98px) {
  .subscribe-form-item {
    width: 100%;
  }
}

.subscribe__list-item {
  font-size: 20px;
  line-height: 1.2;
}

li.subscribe__list-item:before {
  width: 6px;
  height: 6px;
}

.subscribe__list {
  position: relative;
  z-index: 1;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.subscribe-button {
  margin-top: 50px;
  max-width: 380px;
}

.subscribe-after__subtitle {
  max-width: 750px;
}

@media (max-width: 767.98px) {
  .subscribe__list {
    margin: 20px 0;
  }

  .subscribe__list-item {
    font-size: 16px;
  }

  .subscribe__subtitle br {
    display: none;
  }

  .subscribe-button {
    margin-top: 20px;
  }

  li.subscribe__list-item:before {
    top: 8px;
  }
}

@media (max-width: 1230px) {
  .subscribe-after__man {
    right: -112px;
  }
}

@media (max-width: 61.9988em) {
  .subscribe-after__man {
    right: -70px;
  }
}

@media (max-width: 991.98px) {
  .subscribe-after__subtitle {
    max-width: 580px;
  }
}

@media (max-width: 767.98px) {
  .subscribe-after__subtitle br {
    display: block;
  }
}

.video-js {
  display: block;
  vertical-align: top;
  box-sizing: border-box;
  color: #fff;
  background-color: #000;
  position: relative;
  padding: 0;
  font-size: 10px;
  line-height: 1;
  font-weight: 400;
  font-style: normal;
  font-family: Arial, Helvetica, sans-serif;
  word-break: initial;
}

.section-28_aroch .breadcrumbs__current,
.section-28_aroch .breadcrumbs__separator {
  color: #fff;
}

@media (max-width: 479.98px) {
  .section-28_aroch {
    background-position: 94%;
  }
}

@media (max-width: 575.98px) {
  .widget_inner {
    display: none;
  }
}

.fancybox__content {
  padding: 0;
}

.quiz-modal {
  padding: 36px;
}

@media (max-width: 767.98px) {
  .quiz-modal {
    padding: 15px;
  }
}

@media (max-width: 35.9988em) {
  .quiz-modal .quiz__wrapper {
    padding: 0 !important;
  }
}

@media (max-width: 767.98px) {
  .section-32 .pagination {
    display: none;
  }
}


/*  production */

._primary-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: calc(24/18*100%);
  text-align: center;
  color: #FFFFFF;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  background-color: #FC4C03;
  transition: all .3s;
}

._primary-btn:hover {
  background-color: #f56528;
  color: #FFFFFF;
  transition: all .3s;
}

._outline-btn {
  font-weight: 500;
  font-size: 18px;
  line-height: calc(24/18*100%);
  text-align: center;
  color: #FC4C02;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 40px;
  border: 3px solid #FC4C03;
  transition: all .3s;
  background-color: transparent;
}

._outline-btn:hover {
  color: #FC4C02;
  background-color: #edebeb;
}

._img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.first-block {
  margin-top: 62px;
}

.first-block__inner {
  display: flex;
  gap: 49px;
  position: relative;
}

.first-block__left {
  margin-top: 62px;
  display: flex;
  flex-direction: column;
}

.first-block__title {
  margin-bottom: 34px;
}

.first-block__title span {
  font-weight: 400;
  font-size: 36px;
  line-height: calc(48/36*100%);
  color: #282828;
  display: block;
}

.first-block__subtitle {
  padding: 12px 27px;
  background-color: #35383C;
  border-radius: 40px;
  width: fit-content;
  font-weight: 400;
  font-size: 24px;
  line-height: calc(30/24*100%);
  text-align: center;
  color: #FFFFFF;
}

.first-block__choose {
  margin-top: 48px;
}

.first-block__choose-text {
  font-size: 20px;
  line-height: 1;
}

.first-block__btns {
  margin-top: 48px;
  display: flex;
  gap: 14px;
}

.first-block__btn {
  max-width: 300px;
  height: 60px;
}

.first-block__bottom {
  margin-top: auto;
  padding: 13px 79px;
  display: flex;
  align-items: center;
  gap: 22px;
  background-color: #35383C;
  border-radius: 40px;
  position: absolute;
  bottom: 0;
  width: 100%;
}

.first-block__bottom-left {
  height: 74px;
  min-width: 74px;
  border-radius: 50%;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.first-block__bottom-text {
  font-weight: 400;
  font-size: 24px;
  line-height: calc(32/24*100%);
  color: #FFFFFF;
}

.first-block__bottom-text span {
  font-weight: 500;
}

.first-block__rigth {
  position: relative;
  z-index: 1;
}

.production-info {
  margin-top: 102px;
}

.production-info__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
}

.production-info__item-title {
  font-size: 19px;
  line-height: calc(24/19*100%);
  font-weight: 500;
}

.production-info__item {
  padding: 25px 30px 38px 23px;
  box-shadow: 8px 8px 30px rgba(0, 0, 0, 0.16);
  border-radius: 30px;
  position: relative;
  display: flex;
  flex-direction: column;
}

.production-info__item::after {
  position: absolute;
  content: '';
  height: 3px;
  max-width: 344px;
  bottom: 23px;
  right: 24px;
  left: 18px;
  background-color: #FC4C02;
}

.production-info__item:nth-child(even)::after {
  background-color: #35383C;
}

.production-info__item:first-child .production-info__item-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-bottom: 15px;
}

.production-info__item:first-child .production-info__item-card {
  position: relative;
  height: 90px;
  border-radius: 10px;
  padding-bottom: calc(90*100%/161);
  overflow: hidden;
}

.production-info__item:nth-child(2) .production-info__item-cards {
  display: grid;
  gap: 18px;
  max-width: 268px;
  width: 100%;
  margin: auto auto 14px;
}

.production-info__item:nth-child(2) .production-info__item-card {
  position: relative;
  padding-bottom: calc(86*100%/268);
  border-radius: 10px;
  overflow: hidden;
}

.production-info__item:nth-child(2) .production-info__item-title {
  line-height: calc(24/19*100%);
  font-weight: 500;
  text-align: center;
}

.production-info__item:nth-child(3) .production-info__item-card {
  position: relative;
  padding-bottom: calc(293*100%/335);
  border-radius: 10px;
  overflow: hidden;
}

.production-info__item:nth-child(3) .production-info__item-cards {
  margin-bottom: 29px;
}

.production-info__item:nth-child(3) .production-info__item-title {
  text-align: right;
}

.popular {
  margin-top: 131px;
}

.year-round__title,
.fast-action__title,
.damage__title,
.safe-design__title,
.service-life__title,
.regions__title,
.design__title,
.popular__title {
  font-size: 54px;
  line-height: calc(62/54*100%);
  margin-bottom: 74px;
  text-align: center;
}

.popular__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px 17px;
}

.popular__item {
  position: relative;
  height: 388px;
  border-radius: 20px;
  padding: 40px 31px 10px 23px;
  overflow: hidden;
}

.popular__item:first-child .popular__item-title {
  margin-bottom: 35px;
}

.popular__item-inner {
  position: relative;
  color: white;
}

.popular__item-title {
  font-weight: 400;
  font-size: 22px;
  line-height: calc(24/22*100%);
  margin-bottom: 56px;
}

.popular__item-list {
  display: grid;
  gap: 14px;
  font-weight: 400;
  font-size: 18px;
  line-height: calc(20/18*100%);
}

.popular__item-point {
  position: relative;
  padding-left: 25px;
}

.popular__item-point::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  left: 12px;
}

.design {
  margin-top: 132px;
}

.design__title {
  margin-bottom: 60px;
}

.design__elem {
  margin-bottom: 40px;
}

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

.design__elem:nth-child(odd) .design__elem-title {
  text-align: right;
  margin-left: auto;
}

.design__elem:nth-child(odd) .design__elem-title::after {
  background-color: #231F20;
  right: calc(100% + 25px);
  left: auto;
}

.design__elem-title {
  font-weight: 500;
  font-size: 40px;
  line-height: calc(44/40*100%);
  margin-bottom: 30px;
  position: relative;
  width: fit-content;
}

.design__elem-title::after {
  position: absolute;
  content: '';
  height: 20px;
  border-radius: 20px;
  background-color: #fc4c02;
  display: block;
  width: 100vw;
  left: calc(100% + 25px);
  top: 50%;
  transform: translateY(-20%);
}

.design__item {
  width: 100%;
  display: flex;
  flex-direction: column;
  border-radius: 30px;
  background-color: #231F20;
  color: white;
  padding: 14px 24px 20px 18px;
  max-width: 320px;
}

.design__item-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
  padding-bottom: calc(285*100%/278);
  margin-bottom: 15px;
}

.design__items {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.design__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: calc(22/20*100%);
  margin-bottom: 19px;
}

.design__item-info {
  font-size: 16px;
  line-height: calc(20/16*100%);
}

.design__elem:nth-child(2) .design__items {
  gap: 30px;
}

.design__elem:nth-child(2) .design__item {
  max-width: 393px;
  width: 100%;
  padding: 19px 15px 25px 14px;
}

.design__elem:nth-child(2) .design__item-wrapper {
  width: 100%;
  border-radius: 30px;
  padding-bottom: calc(350*100%/364);
  margin-bottom: 14px;
}

.design__elem:nth-child(2) .design__item-title,
.design__elem:nth-child(2) .design__item-point {
  font-size: 20px;
  line-height: calc(24/20*100%);
}

.design__elem:nth-child(2) .design__item-title {
  font-weight: 500;
  margin-left: 18px;
}

.design__elem:nth-child(2) .design__item-text {
  font-size: 18px;
  line-height: calc(26/18*100%);
  margin-left: 18px;
}

.design__elem:nth-child(3) .design__item {
  background-color: #FC4C02;
}

.design__item-point {
  position: relative;
  padding-left: 25px;
}

.design__item-point::after {
  position: absolute;
  content: '';
  height: 4px;
  width: 4px;
  border-radius: 50%;
  background-color: #fff;
  top: 10px;
  left: 12px;
}

.regions {
  margin-top: 74px;
}

.regions__title {
  margin-bottom: 36px;
}

.regions__wrapper-img {
  position: relative;
  width: 100%;
  padding-bottom: calc(593*100%/1917);
}


.service-life {
  margin-top: 114px;
}

.service-life__title {
  margin-bottom: 45px;
}

.service-life__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 22px;
}

.service-life__item {
  position: relative;
  overflow: hidden;
  height: 427px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  padding: 0 10px 10px;
}

.service-life__item-info {
  position: relative;
  margin-top: 308px;
  text-align: center;
  color: white;
}

.service-life__item-title {
  font-weight: 500;
  font-size: 24px;
  line-height: calc(26/24*100%);
}

.service-life__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(16/14*100%);
  margin-top: 8px;
}

.service-life__bottom {
  position: relative;
  padding: 48px 103px;
  border-radius: 40px;
  overflow: hidden;
  color: white;
}

.service-life__bottom-title {
  position: relative;
  margin-bottom: 5px;
  font-size: 48px;
  line-height: calc(56/48*100%);
}

.service-life__bottom-list {
  position: relative;
  text-align: right;
  display: grid;
  gap: 10px;
  font-weight: 500;
  font-size: 22px;
  line-height: calc(30/22*100%);
}

.service-life__bottom-point {
  position: relative;
  padding-right: 34px;
}

.service-life__bottom-point::after {
  position: absolute;
  content: '';
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 28px;
  height: 24px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('./assets/img2/arrows-left.svg');
}

@media (max-width: 76.875em) {}

@media (max-width: 61.9988em) {}

@media (max-width: 47.9988em) {}

.safe-design {
  margin-top: 102px;
}

.safe-design__title {
  margin-bottom: 0;
}

.safe-design__subtitle {
  font-weight: 400;
  font-size: 32px;
  line-height: calc(78/32*100%);
  text-align: center;
  color: #282828;
  margin-bottom: 2px;
}

.safe-design__divider {
  height: 5px;
  border-radius: 5px;
  background-color: #FC4C02;
  width: 100%;
  margin-bottom: 40px;
}

.safe-design__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
}

.safe-design__item {
  position: relative;
  border-radius: 40px;
  overflow: hidden;
  padding: 35px 42px 20px 27px;
  color: white;
  height: 443px;
}

.safe-design__item-info {
  position: relative;
}

.safe-design__item:nth-child(even) {
  display: flex;
  flex-direction: column;
}

.safe-design__item:nth-child(even) .safe-design__item-info {
  margin-top: auto;
}

.safe-design__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: calc(22/20*100%);
  margin-bottom: 17px;
}

.safe-design__item-text {
  font-weight: 400;
  font-size: 14px;
  line-height: calc(18/14*100%);
}

.damage {
  margin-top: 100px;
}

.damage__title {
  margin-bottom: 46px;
}

.damage__items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 19px;
}

.damage__item {
  box-shadow: 6px 12px 30px rgba(0, 0, 0, 0.2);
  padding: 25px 29px 30px;
  border-radius: 20px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
}

.damage__item-info {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.damage__item-wrapper {
  position: relative;
  width: 100%;
  padding-bottom: calc(275*100%/533);
  border-radius: 20px;
  overflow: hidden;
  margin-bottom: 16px;
}

.damage__item-title {
  font-weight: 400;
  font-size: 32px;
  line-height: calc(34/32*100%);
  color: #000000;
  margin-bottom: 15px;
  height: 80px;
  display: flex;
  align-items: center;
}

.damage__item-list {
  display: grid;
  gap: 10px;
  padding-left: 26px;
}

.damage__item-point {
  padding-left: 34px;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: calc(16/14*100%);
  color: #000000;
}

.damage__item-point::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  rotate: 180deg;
  width: 21px;
  height: 18px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('./assets/img2/arrows-left.svg');
}

.fast-action {
  margin-top: 138px;
}

.fast-action__title {
  margin-bottom: 47px;
}

.fast-action__inner {
  position: relative;
  display: flex;
  gap: 15px;
}

.fast-action__border-right,
.fast-action__border-left {
  position: absolute;
  top: 0;
  height: 100%;
  object-fit: cover;
}

.fast-action__border-right {
  right: -22px;
  rotate: 180deg;
}

.fast-action__border-left {
  left: -22px;
}

.fast-action__left {
  padding-top: 24px;
  max-width: 586px;
  width: 100%;
}

.fast-action__wrapper-img {
  position: relative;
}

.fast-action__left .fast-action__wrapper-img {
  padding-bottom: calc(324*100%/586);
  margin-bottom: 3px;
}

.fast-action__right {
  max-width: 592px;
  width: 100%;
  text-align: right;
}

.fast-action__right .fast-action__wrapper-img {
  padding-bottom: calc(324*100%/592);
}

.fast-action__item-title {
  font-weight: 400;
  font-size: 28px;
  line-height: calc(30/28*100%);
  color: #000000;
}

.fast-action__left-info {
  padding-left: 87px;
  margin-top: 3px;
}

.fast-action__right-info {
  padding-right: 87px;
  margin-bottom: 9px;
}

.fast-action__list {
  font-weight: 400;
  font-size: 20px;
  line-height: calc(24/20*100%);
  color: #000000;
  display: grid;
  gap: 3px;
}

.fast-action__left .fast-action__list {
  margin-top: 9px;
}

.fast-action__left .fast-action__point {
  position: relative;
  padding-left: 29px;
}

.fast-action__left .fast-action__point::after {
  position: absolute;
  content: '';
  left: -3px;
  top: 0;
  width: 26px;
  height: 23px;
  display: block;
  rotate: 180deg;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('./assets/img2/arrows-left.svg');
}

.fast-action__right .fast-action__list {
  margin-top: 4px;
}

.fast-action__right .fast-action__point {
  position: relative;
}

.fast-action__right .fast-action__point::after {
  position: absolute;
  content: '';
  right: -34px;
  top: 0;
  width: 26px;
  height: 23px;
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url('./assets/img2/arrows-left.svg');
}

.year-round {
  margin-top: 94px;
  color: #282828;
}

.year-round__title {
  margin-bottom: 17px;
}

.year-round__subtitle {
  font-weight: 400;
  font-size: 32px;
  text-align: center;
  margin-bottom: 65px;
}

.year-round__elem {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px;
}

.year-round__elem::before {
  content: '';
  position: absolute;
  right: 77%;
  top: 0;
  transform: translateY(-50%);
  height: 20px;
  border-radius: 10px;
  width: 100vw;
  background-color: #FC4C02;
}

.year-round__elem::after {
  content: '';
  position: absolute;
  left: 24%;
  bottom: 0;
  transform: translateY(50%);
  height: 20px;
  border-radius: 10px;
  width: 100vw;
  background-color: #FC4C02;
}

.year-round__elem:last-child::after,
.year-round__elem:last-child::before {
  background-color: #282828;
}

.year-round__elem:last-child {
  margin-top: 105px;
}

.year-round__elem-left {
  margin-top: 51px;
}

.year-round__elem-title {
  font-weight: 500;
  font-size: 40px;
  line-height: calc(44/40*100%);
}

.year-round__elem-subtitle {
  font-weight: 400;
  font-size: 20px;
  line-height: calc(28/20*100%);
  margin-top: 15px;
}

.year-round__items {
  max-width: 895px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 21px;
}

.year-round__item {
  background-color: #FFFFFF;
  border-radius: 22px;
  padding: 23px 20px 43px;
}

.year-round__item-wrapper {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding-bottom: calc(209*100%/244);
}

.year-round__item-info {
  margin-top: 15px;
  padding-left: 9px;
}

.year-round__item-title {
  font-weight: 500;
  font-size: 20px;
  line-height: calc(24/20*100%);
  margin-bottom: 16px;
}

.year-round__item-text {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(18/16*100%);
}

.section-14 .section-6__form {
  margin-top: 80px;
  padding: 60px 70px 53px 70px;
}



@media (max-width: 76.875em) {

  .section-14 .form {
    padding: 50px;
  }

  .first-block {
    margin-top: 30px;
  }

  .first-block__left {
    margin-top: 0;
  }

  .first-block__subtitle {
    font-size: 22px;
  }

  .first-block__btns {
    margin-top: 20px;
  }

  .first-block__bottom {
    padding: 13px 25px;
  }

  .first-block__bottom-text {
    font-size: 22px;
  }

  .production-info__items {
    gap: 10px;
  }

  .production-info__item:nth-child(2) .production-info__item-cards {
    margin-top: 0;
  }

  .production-info__item:nth-child(3) .production-info__item-card {
    padding-bottom: calc(370* 100% / 335);
  }

  .year-round__title,
  .fast-action__title,
  .damage__title,
  .safe-design__title,
  .service-life__title,
  .regions__title,
  .design__title,
  .popular__title {
    font-size: 50px;
  }

  .popular__title {
    margin-bottom: 40px;
  }

  .popular__items {
    gap: 15px;
  }

  .popular__item {
    height: 350px;
  }

  .popular__item-title {
    margin-bottom: 20px;
  }

  .popular__item-list {
    gap: 5px;
  }

  .design__title {
    margin-bottom: 40px;
  }

  .year-round__elem {
    flex-direction: column;
    align-items: center;
  }

  .year-round__elem-left {
    margin-top: 20px;
    text-align: center;
    margin-bottom: 40px;
  }

  .year-round__elem-left br {
    display: none;
  }

  .service-life__item {
    height: 360px;
  }

  .service-life__item-info {
    margin-top: 250px;
  }

  .service-life__item-title {
    font-size: 20px;
  }

  .service-life__bottom {
    padding: 40px;
  }

  .service-life__bottom-title {
    font-size: 44px;
  }

  .service-life__bottom-list {
    font-size: 20px;
  }

  .safe-design__item {
    padding: 35px 10px 20px 20px;
    border-radius: 20px;
  }

  .safe-design__item-text br {
    display: none;
  }

  .fast-action__item-title {
    font-size: 22px;
  }

  .fast-action__list {
    font-size: 18px;
  }

  .fast-action__title {
    margin-bottom: 40px;
  }

  .damage__title {
    margin-bottom: 40px;
  }

  .damage__item-title {
    height: 58px;
    font-size: 24px;
  }

  .damage__item-list {
    padding-left: 0;
  }
}

@media (max-width: 61.9988em) {
  .first-block__left {
    width: 100%;
  }

  .first-block__title {
    margin-bottom: 15px;
  }

  .first-block__choose {
    margin-top: 20px;
  }

  .first-block__btns {
    margin: 15px 0 20px;
  }

  .first-block__bottom {
    position: static;
  }

  .first-block__rigth {
    display: none;
  }

  .first-block__title span {
    font-size: clamp(1.5rem, 2.25rem - 4.0518638574vw, 3rem);
  }

  .production-info {
    margin-top: 40px;
  }

  .production-info ._coursor {
    display: flex;
  }

  .production-info__items {
    overflow-x: auto;
    padding-bottom: 10px;
  }

  .production-info__item {
    width: 320px;
  }

  .production-info__item-title {
    font-size: 16px;
  }

  .popular {
    margin-top: 40px;
  }

  @supports (font-size:clamp(1.875rem, 1.130952381rem + 3.7202380952vw, 3.4375rem)) {

    .year-round__title,
    .fast-action__title,
    .damage__title,
    .safe-design__title,
    .service-life__title,
    .regions__title,
    .design__title,
    .popular__title {
      font-size: clamp(1.875rem, 1.130952381rem + 3.7202380952vw, 3.4375rem);
    }
  }

  .year-round__title br,
  .fast-action__title br,
  .damage__title br,
  .safe-design__title br,
  .service-life__title br,
  .regions__title br,
  .design__title br,
  .popular__title br {
    display: none;
  }

  .popular__title {
    margin-bottom: 20px;
  }

  .popular ._coursor {
    display: flex;
  }

  .popular__items {
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 15px;
  }

  .popular__item {
    width: 300px;
  }

  .design {
    margin-top: 40px;
  }

  .design__title {
    margin-bottom: 20px;
  }

  .design__elem-title {
    font-size: 34px;
  }

  .design__elem ._coursor {
    display: flex;
  }

  .design__elem:nth-child(2) ._coursor {
    display: none;
  }

  .design__items {
    gap: 15px;
    overflow-x: auto;
    padding-bottom: 10px;
    justify-content: start;
  }

  .design__item {
    min-width: 300px;
  }

  .regions {
    margin-top: 40px;
  }

  .regions__title {
    margin-bottom: 20px;
  }

  .year-round__subtitle {
    margin-bottom: 45px;
  }

  .year-round__elem-left {
    margin-bottom: 0;
  }

  .year-round__elem-title {
    font-size: 34px;
  }

  .year-round__elem ._coursor {
    display: flex;
  }

  .year-round__items {
    grid-auto-flow: column;
    overflow-x: auto;
    gap: 15px;
    padding-bottom: 10px;
  }

  .year-round__item {
    width: 300px;
  }

  .service-life {
    margin-top: 40px;
  }

  .service-life__title {
    margin-bottom: 0;
  }

  .service-life ._coursor {
    display: flex;
  }

  .service-life__items {
    grid-auto-flow: column;
    overflow-x: auto;
    padding-bottom: 10px;
    gap: 15px;
  }

  .service-life__item {
    width: 300px;
  }

  .service-life__item-info {
    margin-top: 240px;
  }

  .service-life__item-title br {
    display: none;
  }

  .service-life__bottom-title {
    font-size: 38px;
  }

  .service-life__bottom-list {
    gap: 5px;
    font-size: 18px;
  }

  .safe-design {
    margin-top: 40px;
  }

  .safe-design ._coursor {
    display: flex;
  }

  .safe-design__items {
    grid-auto-flow: column;
    gap: 15px;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .safe-design__item {
    width: 280px;
    border-radius: 40px;
  }

  .safe-design__divider {
    margin-bottom: 0;
  }

  .fast-action {
    margin-top: 40px;
  }

  .fast-action__inner {
    flex-direction: column;
  }

  .fast-action__left {
    display: flex;
    flex-direction: column-reverse;
  }

  .fast-action__left-info {
    padding-left: 20px;
    margin-bottom: 15px;
  }

  .fast-action__right {
    margin-left: auto;
    padding-bottom: 20px;
  }

  .fast-action__right-info {
    padding-right: 45px;
  }

  .fast-action__title {
    margin-bottom: 20px;
  }

  .damage {
    margin-top: 40px;
  }

  .damage__title {
    margin-bottom: 20px;
  }

  .damage__item {
    padding: 20px;
  }

  .damage__item-wrapper {
    margin-bottom: 10px;
  }

  .damage__item-title {
    height: 45px;
    font-size: 19px;
  }
}


@media (max-width: 47.9988em) {

  .section-24 .form {
    margin-top: 30px;
  }

  .first-block__bottom-text,
  .first-block__subtitle {
    font-size: 18px;
  }

  .first-block__btns {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .first-block__bottom {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }


  .design__elem:nth-child(2) ._coursor {
    display: flex;
  }

  .design__elem:nth-child(2) .design__items {
    gap: 15px;
  }

  .design__elem:nth-child(2) .design__item {
    min-width: 320px;
  }

  .design__elem-title {
    text-align: center;
    font-size: 30px;
    margin: 0 auto;
    width: 100%;
  }

  .design__elem:nth-child(odd) .design__elem-title {
    text-align: center;
  }

  .design__elem-title::after {
    display: none;
  }

  .year-round__elem:last-child {
    margin-top: 0;
  }

  .year-round__subtitle {
    font-size: 26px;
  }

  .year-round__elem-title {
    font-size: 30px;
  }

  .service-life__bottom-title {
    font-size: 30px;
    margin-bottom: 20px;
    text-align: center;
  }

  .service-life__bottom {
    padding: 40px 20px 20px;
  }

  .service-life__bottom-list {
    text-align: left;
  }

  .service-life__bottom-point {
    padding-left: 34px;
    padding-right: 0;
  }

  .service-life__bottom-point::after {
    left: 0;
    rotate: 180deg;
    transform: translateY(0%);
    top: 0;
  }

  .safe-design__subtitle {
    font-size: 26px;
    line-height: 1.2;
  }

  .fast-action__border-right,
  .fast-action__border-left {
    display: none;
  }

  .fast-action__item-title {
    margin-bottom: 10px;
  }

  .fast-action__left {
    padding-top: 0;
  }

  .fast-action__item-title {
    font-size: 20px;
  }

  .fast-action__left-info {
    padding-left: 0;
  }

  .fast-action__point br {
    display: none;
  }

  .fast-action__right-info {
    padding-right: 0;
  }

  .fast-action__right .fast-action__list {
    padding-right: 45px;
  }

  .damage ._coursor {
    display: flex;
  }

  .damage__items {
    grid-auto-flow: column;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .damage__item {
    width: 365px;
  }
}


/*  /production */

._text14 {
  font-size: 14px;
  line-height: calc(20/14*100%);
}

/* sales */

.sales-participation__title {
  margin-bottom: 50px;
}

.sales-participation__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-bottom: 30px;
}

.sales-participation__item {
  position: relative;
  overflow: hidden;
  height: 580px;
  border-radius: 20px;
  padding: 35px 30px;
}

.sales-participation__item:nth-child(even),
.sales-participation__item:nth-child(even) .sales-participation__item-text {
  color: white;
}

.sales-participation__bottom-info,
.sales-participation__item-info {
  position: relative;
}

.sales-participation__item-title {
  font-weight: 700;
  font-size: 24px;
  line-height: calc(28/24*100%);
}

.sales-participation__item-title span {
  color: #FC4C02;
}

.sales-participation__item-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: #2B2A29;
}

.sales-participation__bottom {
  position: relative;
  overflow: hidden;
  padding: 75px 40px;
  border-radius: 20px;
  color: white;
}

.sales-participation__bottom-title {
  font-weight: 700;
  font-size: 48px;
  line-height: 110%;
}

.sales-participation__bottom-title span {
  color: #FC4C02;
}

.sales-participation__bottom-text {
  margin-top: 16px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
}

.section-56__info-text._text14 {
  margin-top: 5px;
}




.sales-submit {
  background-image: url('./assets/img2/sales-submit.png');
  padding: 44px 0;
}

.sales-submit__about {
  max-width: 510px;
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 10px;
}

.sales-submit__about-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  letter-spacing: -0.01em;
  color: #FC4C02;
}

.sales-submit__about-title img {
  display: inline-block;
  margin-left: 10px;
}

.sales-submit__about-text {
  margin-top: 10px;
  font-weight: 400;
  font-size: 12px;
  line-height: 130%;
  text-align: justify;
  letter-spacing: -0.01em;
}

.sales-submit__container {
  display: flex;
  justify-content: end;
}

.overlay {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: none;
}

@media (max-width: 76.875em) {
  .sales-participation__items {
    gap: 15px;
    margin-bottom: 20px;
  }

  .sales-participation__item {
    padding: 20px;
    border-radius: 16px;
  }

  .sales-participation__title {
    margin-bottom: 30px;
  }
}


@media (max-width: 61.9988em) {
  .sales-submit__container {
    display: flex;
    justify-content: center;
  }

  .sales-participation__item {
    height: 450px;
  }

  .sales-participation__item-title {
    font-size: 20px;
  }

  .sales-participation__item-text {
    font-size: 16px;
    margin-top: 5px;
  }

  .sales-participation__item-text br {
    display: none;
  }


  .sales-participation__bottom {
    padding: 40px;
  }

  .sales-participation__bottom-title {
    font-size: 36px;
  }

  .sales-participation__bottom-text {
    margin-top: 10px;
    font-size: 18px;
  }
}

@media (max-width: 47.9988em) {
  .sales-participation__items {
    grid-auto-flow: column;
    padding-bottom: 10px;
    overflow-x: auto;
  }

  .sales-participation__item {
    width: 300px;
  }

  .sales-participation ._coursor {
    display: flex;
  }

  .sales-participation__bottom .overlay {
    display: block;
    background-color: rgb(0 0 0 / 0.7);
  }
}

@media (max-width: 29.9988em) {
  .sales-submit__about {
    padding: 20px 15px;
  }

  .sales-participation__bottom {
    padding: 40px 20px;
  }

  .sales-participation__bottom-title {
    font-size: 30px;
  }
}

.sales-first {
  padding: 160px 0 250px;
  background-image: url('./assets/img2/sales-first.png');
  color: white;
}

.sales-first__inner {
  display: flex;
  align-items: center;
}

.sales-first__title {
  font-size: 64px;
  line-height: 130%;
  font-weight: 700;
  text-transform: uppercase;
}

.sales-first__subtitle {
  font-weight: 400;
  font-size: 42px;
  line-height: 130%;
}

.sales-first__subtitle span {
  font-weight: 500;
  color: #FC4C02;
}

.sales-first__choose {
  margin-top: 40px;
}

.sales-first__rigth {
  position: absolute;
  right: 3%;
  width: 50%;
}

.gift {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 32px;
  left: 18%;
  rotate: -3deg;
}

.gift__left {
  height: 64px;
  width: 64px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FC4E05;
  border: 6px solid #fff;
  margin-right: -32px;
  position: relative;
  z-index: 1;
}

.gift__right {
  padding: 27px 34px 28px 51px;
  border-radius: 30px;
  background-color: #FC4E05;
  box-shadow: 0px 15px 30px rgba(226, 50, 65, 0.15), inset 0px 15px 30px rgba(255, 255, 255, 0.1);
}

.gift__text {
  font-weight: 500;
  font-size: 23px;
  line-height: 115%;
  letter-spacing: -0.01em;
  text-transform: uppercase;
}

.sales-timer {
  margin-top: -125px;
}

.sales-timer__inner {
  border-radius: 22px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px;
}

.sales-timer__left {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 58px;
  max-width: 400px;
  width: 100%;
}

.sales-timer__btn {
  max-width: 400px;
  width: 100%;
  height: 90px;
}

.sales-timer__left-bottom {
  display: flex;
  align-items: center;
  gap: 10px;
}

.sales-timer__left-link {
  font-weight: 400;
  font-size: 16px;
  line-height: calc(24/16*100%);
  text-decoration: underline;
  text-underline-offset: 3px;
  color: #FC4C02;
}

.sales-timer__left-link:hover {
  text-decoration: none;
}

.sales-timer__right {
  max-width: 528px;
}

.sales-timer__right-title {
  font-weight: 500;
  font-size: 16px;
  line-height: calc(24/16*100%);
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 15px;
}

.timer {
  display: flex;
  gap: 24px;
}

.timer__item-num {
  height: 114px;
  width: 114px;
  background: #F7F8F9;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 500;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  color: #FC4C02;
}

.timer__item-text {
  margin-top: 8px;
  font-weight: 500;
  font-size: 10px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #282828;
  opacity: 0.4;
}

@media (max-width: 76.875em) {

  .sales-first {
    padding-bottom: 180px;
  }

  .sales-first__inner {
    display: block;
  }

  .sales-first__rigth {
    position: relative;
    width: 100%;
    margin-top: -4%;
  }

  .sales-timer__left {
    max-width: 330px;
  }

  .timer {
    gap: 10px;
  }
}


@media (max-width: 61.9988em) {
  .sales-first {
    padding-top: 100px;
  }

  .sales-first__title {
    font-size: 54px;
  }

  .sales-first__subtitle {
    font-size: 36px;
  }

  .sales-first__choose {
    margin-top: 30px;
  }

  .sales-timer__inner {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .sales-timer__left {
    gap: 20px;
  }

    .sales-timer__btn{
      height: 50px;
    }
}

@media (max-width: 47.9988em) {
  .sales-first {
    padding: 50px 0 160px;
  }

  .sales-first__title {
    font-size: 42px;
  }

  .sales-first__subtitle {
    font-size: 30px;
  }

  .sales-first__choose {
    margin-top: 20px;
  }

  .gift {
    bottom: 0;
    left: 12%;
  }

  .gift__text {
    font-size: 20px;
  }

  .sales-timer__inner {
    padding: 30px 20px;
  }

  .timer {
    gap: 15px;
  }

  .timer__item-num {
    height: 84px;
    width: 84px;
    font-size: 36px;
  }
}

@media (max-width: 29.9988em) {

  .sales-first__title {
    font-size: 32px;
  }

  .sales-first__subtitle {
    font-size: 24px;
  }

  .gift {
    position: relative;
    left: 3%;
    margin-top: -50px;
  }

  .gift__right {
    padding: 20px 20px 20px 40px;
  }

  .gift__text {
    font-size: 15px;
  }

  .timer{
    display: grid;
      grid-template-columns: repeat(2, 1fr);
  }
    .timer__item-num {
      width: auto;
    }
}

/* /sales */