@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800&display=swap");
* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.mobile {
  display: none !important;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 13px 60px 11px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
header img {
  width: 48px;
  height: 48px;
}

.container {
  max-width: 1440px;
  margin: 0 auto;
}

.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr);
  grid-template-columns: repeat(12, minmax(0, 1fr));
  -webkit-column-gap: 1.5rem;
     -moz-column-gap: 1.5rem;
          column-gap: 1.5rem;
}

.grid-right {
  -ms-grid-column-span: 4;
  grid-column: span 4/span 4;
}

.grid-left {
  -ms-grid-column-span: 6;
  grid-column: span 6/span 6;
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.grid-left-long {
  -ms-grid-column-span: 8;
  grid-column: span 8/span 8;
  -ms-grid-column: 5;
      grid-column-start: 5;
}

.intro {
  width: 100%;
  height: 100%;
}
.intro .intro__wrapper {
  height: 407px;
  margin: 0 auto;
  position: relative;
}
.intro .intro__wrapper .intro__img {
  width: 100%;
  height: 100%;
}
.intro .intro__wrapper .intro__img img {
  width: 100%;
  height: 100%;
}
.intro .intro__wrapper .intro__text {
  width: 504px;
  color: #fff;
  font-family: Montserrat;
  font-size: 48px;
  font-style: normal;
  font-weight: 800;
  line-height: 54px;
  position: absolute;
  left: 60px;
  bottom: 43px;
}

.products .products__wrapper {
  margin: 80px 60px;
}
.products .products__wrapper .products__header {
  padding-top: 24px;
  margin-bottom: 80px;
}
.products .products__wrapper .products__header .products__title {
  max-width: 311px;
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.products .products__wrapper .products__header .products__text {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 36px;
}
.products .products__wrapper .products__footer .products__item {
  max-width: 312px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -80px;
  display: flex;
}

.products .products__wrapper .products__footer .products__item .products__img {
  max-width: 182px;
  height: 182px;
  cursor: pointer;
}

.products .products__wrapper .products__footer .products__item .products__text {
  color: #313131;
  -webkit-font-kerning: none;
  font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-top: 32px;
}
.products .products__wrapper .products__footer .products__video {
  max-width: 648px;
  height: 364px;
  margin-bottom: 12px;
  cursor: pointer;
}
.products .products__wrapper .products__footer .products__video img {
  width: 100%;
  height: 100%;
}
.products .products__wrapper .products__footer .products__text {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 54px;
}
.products .products__wrapper .products__footer .products__subtitle {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
}
.products .products__wrapper .products__footer .products__list-title {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 12px 0;
}
.products .products__wrapper .products__footer ul {
  padding-left: 24px;
}
.products .products__wrapper .products__footer ul li {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.products .products__wrapper .products__footer ul li:last-child {
  margin-bottom: 0;
}

.statistics {
  background: rgba(245, 245, 245, 0.88);
}
.statistics .statistics__wrapper {
  padding: 80px 60px;
}
.statistics .statistics__wrapper .statistics__items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.statistics .statistics__wrapper .statistics__items .statistics__item {
  max-width: 312px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.statistics .statistics__wrapper .statistics__items .statistics__item .statistics__title {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 72px;
  font-style: normal;
  font-weight: 800;
  line-height: 50px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.statistics .statistics__wrapper .statistics__items .statistics__item .statistics__title span {
  font-size: 48px;
}
.statistics .statistics__wrapper .statistics__items .statistics__item .statistics__text {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}

.centr .centr__wrapper {
  margin: 80px 60px;
}
.centr .centr__wrapper .centr__header {
  margin-bottom: 54px;
}
.centr .centr__wrapper .centr__header .centr__title {
  max-width: 311px;
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.centr .centr__wrapper .centr__header .centr__text {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
.centr .centr__wrapper .centr__footer .centr__img {
  max-width: 424px;
}
.centr .centr__wrapper .centr__footer .centr__img img {
  width: 100%;
}
.centr .centr__wrapper .centr__footer .centr__subtitle {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.centr .centr__wrapper .centr__footer .centr__list-title {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin: 12px 0;
}
.centr .centr__wrapper .centr__footer ul {
  padding-left: 24px;
  margin-bottom: 12px;
}
.centr .centr__wrapper .centr__footer ul li {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.centr .centr__wrapper .centr__footer .centr__select {
  width: 100%;
  height: 52px;
  border-radius: 8px;
  background: #F5F5F5;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 12px;
  cursor: pointer;
}
.centr .centr__wrapper .centr__footer .centr__select .centr__text {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 28px;
}
.centr .centr__wrapper .centr__footer .centr__select img {
  width: 16px;
  height: 16px;
}
.centr .centr__wrapper .centr__footer .centr__select img.hidden {
  display: block;
}
.centr .centr__wrapper .centr__footer .centr__select img.show {
  display: none;
}
.centr .centr__wrapper .centr__footer .centr__select.show img.hidden {
  display: none;
}
.centr .centr__wrapper .centr__footer .centr__select.show img.show {
  display: block;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content {
  padding-top: 0;
  opacity: 0;
  max-height: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content.show {
  padding-top: 20px;
  opacity: 1;
  max-height: 200rem;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block {
  margin-bottom: 24px;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block:last-child {
  margin-bottom: 0;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__name {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  margin-bottom: 8px;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__text {
  color: #000;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume {
  margin-bottom: 12px;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume:last-child {
  margin-bottom: 0;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume .centr__text {
  color: #313131;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume .centr__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 343px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  gap: 8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 24px 0;
  position: relative;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume .centr__items .centr__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  border-radius: 26px;
  border: 1px solid #D9D9D9;
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16px;
}
.centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume:not(:last-child) .centr__items::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  content: "";
  background-color: #D9D9D9;
}

.sert .sert__wrapper {
  margin: 80px 60px;
}
.sert .sert__wrapper .sert__header {
  margin-bottom: 30px;
}
.sert .sert__wrapper .sert__header .sert__title {
  max-width: 311px;
  color: #313131;
  -webkit-font-kerning: none;
  font-kerning: none;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.sert .sert__wrapper .sert__header .sert__subtitle {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.sert .sert__wrapper .sert__header .sert__text {
  margin-bottom: 12px;
}
.sert .sert__wrapper .sert__header .sert__text a {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.sert .sert__wrapper .sert__footer .sert__subtitle {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.sert .sert__wrapper .sert__footer .sert__text {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
}

.examples {
  background: #F5F5F5;
  height: 732px;
  overflow: hidden;
}
.examples .examples__wrapper {
  padding: 80px 60px;
  position: relative;
}
.examples .examples__wrapper .examples__content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.examples .examples__wrapper .examples__content .examples__title {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
  text-transform: lowercase;
  margin-bottom: 80px;
}
.examples .examples__wrapper .examples__content .slick-arrows {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 16px;
}
.examples .examples__wrapper .examples__content .slick-arrows .slick-prev,
.examples .examples__wrapper .examples__content .slick-arrows .slick-next {
  cursor: pointer;
}
.examples .examples__wrapper .examples__content .slick-arrows img {
  width: 40px;
  height: 40px;
}
.examples .examples__wrapper .examples__items {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  position: absolute;
  top: 200px;
  left: 60px;
}
.examples .examples__wrapper .examples__items .examples__item {
  width: 646px;
  height: 434px;
  margin-right: 24px;
}
.examples .examples__wrapper .examples__items .examples__item img {
  width: 100%;
  height: 100%;
}

.labs .labs__wrapper {
  margin: 80px 60px;
}
.labs .labs__wrapper .labs__header {
  padding-top: 24px;
  margin-bottom: 32px;
}
.labs .labs__wrapper .labs__header .labs__title {
  max-width: 311px;
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.labs .labs__wrapper .labs__header .labs__subtitle {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.labs .labs__wrapper .labs__header ul {
  padding-left: 24px;
}
.labs .labs__wrapper .labs__header ul li {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.labs .labs__wrapper .labs__footer .labs__img {
  max-width: 424px;
}
.labs .labs__wrapper .labs__footer .labs__img img {
  width: 100%;
}
.labs .labs__wrapper .labs__footer .labs__subtitle {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  margin-bottom: 12px;
}
.labs .labs__wrapper .labs__footer ul {
  padding-left: 24px;
}
.labs .labs__wrapper .labs__footer ul li {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 8px;
}
.labs .labs__wrapper .labs__footer ul li:last-child {
  margin: 0;
}

.contacts .contacts__wrapper {
  margin: 80px 60px;
}
.contacts .contacts__wrapper .contacts__title {
  max-width: 311px;
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  line-height: 40px;
}
.contacts .contacts__wrapper .contacts__item {
  max-width: 424px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 12px;
  border: 1px solid #D9D9D9;
  background: #FFF;
  margin-bottom: 14px;
}
.contacts .contacts__wrapper .contacts__item .contacts__job {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Montserrat;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0.24px;
  text-transform: uppercase;
}
.contacts .contacts__wrapper .contacts__item .contacts__name {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 36px;
  margin-bottom: 12px;
}
.contacts .contacts__wrapper .contacts__item .contacts__avon {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  margin-bottom: 12px;
}
.contacts .contacts__wrapper .contacts__item .contacts__phone {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-transform: lowercase;
  text-decoration: none;
}
.contacts .contacts__wrapper .contacts__item .contacts__mail {
  color: #313131;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 20px;
  font-style: normal;
  font-weight: 800;
  line-height: 30px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  text-transform: lowercase;
  margin-bottom: 16px;
}
.contacts .contacts__wrapper .contacts__item .btn--link {
  width: 392px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-radius: 8px;
  background: #313131;
  cursor: pointer;
  color: #FFF;
  -webkit-font-kerning: none;
          font-kerning: none;
  font-variant-numeric: lining-nums tabular-nums;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contacts .contacts__wrapper .contacts__item .btn--link:hover {
  opacity: 0.85;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

footer .wrapper {
  max-width: 1440px;
  margin: 0 auto;
  padding: 33px 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 1px solid #D9D9D9;
}
footer .wrapper .text {
  color: rgba(0, 0, 0, 0.4);
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
}
footer .wrapper .text a {
  color: rgba(0, 0, 0, 0.4);
  -webkit-font-kerning: none;
          font-kerning: none;
  font-family: Montserrat;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}
footer .wrapper .content {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .desktop {
    display: none !important;
  }
  .mobile {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 7px 15px;
  }
  header img {
    width: 42px;
    height: 42px;
  }
  .grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr) 1.5rem minmax(0, 1fr);
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -webkit-column-gap: 1.5rem;
       -moz-column-gap: 1.5rem;
            column-gap: 1.5rem;
  }
  .grid-right {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
  }
  .grid-left {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .grid-left-long {
    -ms-grid-column-span: 12;
    grid-column: span 12/span 12;
    -ms-grid-column: 1;
        grid-column-start: 1;
  }
  .intro .intro__wrapper {
    height: auto;
  }
  .intro .intro__wrapper .intro__text {
    width: 274px;
    font-size: 32px;
    line-height: 40px;
    left: 15px;
    bottom: 10px;
  }
  .products .products__wrapper {
    margin: 40px 16px;
  }
  .products .products__wrapper .products__header {
    padding-top: 0;
    margin-bottom: 12px;
  }
  .products .products__wrapper .products__header .products__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 12px;
  }
  .products .products__wrapper .products__header .products__text {
    font-size: 16px;
    line-height: 28px;
  }
    .products .products__wrapper .products__footer .products__item {
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px;
    max-width: none;
  }

  .products .products__wrapper .products__footer .products__item .products__img {
    max-width: 72px;
    margin-top: 5px;
    height: 72px;
    cursor: pointer;
  }

  .products .products__wrapper .products__footer .products__item .products__text {
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 18px;
    margin-top: 0px;
    margin-left: 11px;
    max-width: 260px;
  }
  .products .products__wrapper .products__footer .products__video {
    height: auto;
    margin-bottom: 12px;
  }
  .products .products__wrapper .products__footer .products__video img {
    width: 100%;
    height: 100%;
  }
  .products .products__wrapper .products__footer .products__video iframe {
    min-height: 250px;
  }
  .products .products__wrapper .products__footer .products__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 40px;
  }
  .products .products__wrapper .products__footer .products__subtitle {
    font-size: 20px;
    line-height: 26px;
  }
  .products .products__wrapper .products__footer .products__list-title {
    font-size: 14px;
    line-height: 24px;
    margin: 8px 0;
  }
  .products .products__wrapper .products__footer ul {
    padding-left: 24px;
  }
  .products .products__wrapper .products__footer ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .statistics {
    background: rgba(245, 245, 245, 0.88);
    margin: 0 16px;
  }
  .statistics .statistics__wrapper {
    padding: 8px 16px;
  }
  .statistics .statistics__wrapper .statistics__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    row-gap: 16px;
  }
  .statistics .statistics__wrapper .statistics__items .statistics__item {
    width: 49%;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .statistics .statistics__wrapper .statistics__items .statistics__item .statistics__title {
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 8px;
  }
  .statistics .statistics__wrapper .statistics__items .statistics__item .statistics__title span {
    font-size: 24px;
    line-height: 36px;
  }
  .statistics .statistics__wrapper .statistics__items .statistics__item .statistics__text {
    font-size: 12px;
    line-height: 20px;
  }
  .centr .centr__wrapper {
    margin: 40px 16px;
  }
  .centr .centr__wrapper .centr__header {
    margin-bottom: 40px;
  }
  .centr .centr__wrapper .centr__header .centr__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 8px;
  }
  .centr .centr__wrapper .centr__header .centr__text {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .centr .centr__wrapper .centr__header .centr__text:last-child {
    margin-bottom: 0;
  }
  .centr .centr__wrapper .centr__footer .centr__img {
    max-width: 424px;
    margin-bottom: 8px;
  }
  .centr .centr__wrapper .centr__footer .centr__img img {
    width: 100%;
  }
  .centr .centr__wrapper .centr__footer .centr__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .centr .centr__wrapper .centr__footer ul {
    padding-left: 24px;
    margin-bottom: 8px;
  }
  .centr .centr__wrapper .centr__footer ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .centr .centr__wrapper .centr__footer .centr__select {
    height: 48px;
  }
  .centr .centr__wrapper .centr__footer .centr__select .centr__text {
    font-size: 14px;
    line-height: 24px;
  }
  .centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block {
    margin-bottom: 24px;
  }
  .centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__name {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 4px;
  }
  .centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__text {
    font-size: 14px;
    line-height: 24px;
  }
  .centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume {
    margin-bottom: 12px;
  }
  .centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume .centr__text {
    color: #313131;
    margin-bottom: 4px;
  }
  .centr .centr__wrapper .centr__footer .centr__hidden-content .centr__block .centr__volume .centr__items {
    padding: 0 0 24px;
  }
  .sert .sert__wrapper {
    margin: 40px 16px;
  }
  .sert .sert__wrapper .sert__header {
    margin-bottom: 30px;
  }
  .sert .sert__wrapper .sert__header .sert__title {
    max-width: 350px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .sert .sert__wrapper .sert__header .sert__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 24px;
  }
  .sert .sert__wrapper .sert__header .sert__text {
    margin-bottom: 12px;
  }
  .sert .sert__wrapper .sert__header .sert__text a {
    font-size: 14px;
    line-height: 24px;
  }
  .sert .sert__wrapper .sert__footer .sert__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .sert .sert__wrapper .sert__footer .sert__text {
    font-size: 14px;
    line-height: 24px;
  }
  .examples {
    background: #F5F5F5;
    height: 334px;
  }
  .examples .examples__wrapper {
    padding: 32px 16px;
  }
  .examples .examples__wrapper .examples__content .examples__title {
    max-width: 200px;
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .examples .examples__wrapper .examples__items {
    top: 123px;
    left: 16px;
  }
  .examples .examples__wrapper .examples__items .examples__item {
    width: 230px;
    height: 170px;
  }
  .labs .labs__wrapper {
    margin: 40px 16px;
  }
  .labs .labs__wrapper .labs__header {
    padding-top: 0;
    margin-bottom: 32px;
  }
  .labs .labs__wrapper .labs__header .labs__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .labs .labs__wrapper .labs__header .labs__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .labs .labs__wrapper .labs__header ul {
    padding-left: 24px;
  }
  .labs .labs__wrapper .labs__header ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .labs .labs__wrapper .labs__footer .labs__img {
    max-width: 424px;
    margin-bottom: 8px;
  }
  .labs .labs__wrapper .labs__footer .labs__img img {
    width: 100%;
  }
  .labs .labs__wrapper .labs__footer .labs__subtitle {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 8px;
  }
  .labs .labs__wrapper .labs__footer ul {
    padding-left: 24px;
  }
  .labs .labs__wrapper .labs__footer ul li {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 8px;
  }
  .labs .labs__wrapper .labs__footer ul li:last-child {
    margin: 0;
  }
  .contacts .contacts__wrapper {
    margin: 40px 16px;
  }
  .contacts .contacts__wrapper .contacts__title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
  }
  .contacts .contacts__wrapper .contacts__item {
    max-width: 424px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    padding: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    border-radius: 12px;
    border: 1px solid #D9D9D9;
    background: #FFF;
    margin-bottom: 14px;
  }
  .contacts .contacts__wrapper .contacts__item .contacts__job {
    font-size: 12px;
    line-height: 16px;
  }
  .contacts .contacts__wrapper .contacts__item .contacts__name {
    font-size: 20px;
    line-height: 26px;
    margin-bottom: 12px;
  }
  .contacts .contacts__wrapper .contacts__item .contacts__avon {
    margin-bottom: 0;
  }
  .contacts .contacts__wrapper .contacts__item .contacts__phone {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .contacts .contacts__wrapper .contacts__item .contacts__mail {
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  .contacts .contacts__wrapper .contacts__item .btn--link {
    width: auto;
  }
  footer .wrapper {
    padding: 24px 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    gap: 16px;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  footer .wrapper .content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 16px;
  }
}