@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

aside, nav, footer, header, section {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}

/* Слайдер */
.slick-slider {
  position: relative;
  /* Лента слайдов */
}
.slick-slider .slick-list {
  overflow: hidden;
}
.slick-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.slick-slider .slick-dots {
  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;
  padding-top: 100px;
}
.slick-slider .slick-dots li {
  margin-right: 5px;
}
.slick-slider .slick-dots li button {
  font-size: 0px;
  width: 11px;
  height: 11px;
  border: 1px solid #c8c8c8;
  background: transparent;
  border-radius: 50%;
}
.slick-slider .slick-dots li.slick-active button {
  background: #a9afb3;
}

/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
@media (max-width: 770px) {
  .lock {
    overflow: hidden;
  }
}

.header {
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 35px;
}
.header__row {
  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;
  height: 85px;
}
.header__logo {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 20;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.menu__list li {
  position: relative;
  padding: 0px 37.5px;
}
.menu__list li:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #4d4959;
  margin: -2px 0px 0px 0px;
}
.menu__list li:nth-child(2) {
  padding: 0px 110px 0px 37.5px;
}
.menu__list li:nth-child(3) {
  padding: 0px 37.5px 0px 110px;
}
.menu__list li:nth-child(2):after, .menu__list li:last-child:after {
  display: none;
}
.menu__list li > a:hover {
  color: #62bc9a;
}
.menu__link a {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 2.6px;
  font-size: 13px;
  color: #4d4959;
}
@media (max-width: 770px) {
  .menu__body {
    position: fixed;
    -webkit-transform: translate(100%, 0);
            transform: translate(100%, 0);
    overflow: auto;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    padding-top: 150px;
    background: #4d4959;
  }
  .menu__body.active {
    -webkit-transform: translate(0%, 0);
            transform: translate(0%, 0);
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .menu__list {
    -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;
  }
  .menu__list li {
    padding: 40px 0px 0px 0px;
  }
  .menu__list li:nth-child(2), .menu__list li:nth-child(3) {
    padding: 40px 0px 0px 0px;
  }
  .menu__list li:after {
    background: #fff;
    right: 50%;
    top: 17px;
    margin: 0px -4px 0px 0px;
  }
  .menu__list li:nth-child(2):after, .menu__list li:last-child:after {
    display: block;
  }
  .menu__list li:first-child:after {
    display: none;
  }
  .menu__link a {
    color: #fff;
    font-size: 20px;
  }
}

@media (max-width: 770px) {
  .icon-menu {
    display: block;
    position: absolute;
    top: 18px;
    right: 10px;
    width: 30px;
    height: 18px;
    cursor: pointer;
    z-index: 5;
  }
  .icon-menu span {
    display: block;
    width: 20px;
    height: 2px;
    margin-bottom: 3px;
    z-index: 150;
    background: #000;
    -webkit-transition-duration: 1s;
            transition-duration: 1s;
  }
  .icon-menu.active span {
    background: #fff;
    margin-bottom: -1px;
  }
  .icon-menu.active span:nth-child(2) {
    display: none;
  }
  .icon-menu.active span:first-child {
    -webkit-transform: rotate(50deg);
            transform: rotate(50deg);
  }
  .icon-menu.active span:last-child {
    -webkit-transform: rotate(-50deg);
            transform: rotate(-50deg);
  }
}

.footer {
  background: #f7f7f7;
}
.footer__row {
  padding: 100px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1100px) {
  .footer__row {
    padding: 50px 0;
  }
}
@media (max-width: 600px) {
  .footer__row {
    padding: 20px 0;
  }
}
.footer__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.footer__address {
  color: #848789;
  font-size: 14px;
  line-height: 18px;
}
.footer__address p:first-child {
  font-weight: 700;
}
.footer__social {
  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;
}
.footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 600px) {
  .footer__row {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer__social {
    margin: 25px 0;
  }
  .footer__address {
    text-align: center;
    padding: 0px;
  }
}

.social__link {
  margin: 0 8px;
}

.dev__text {
  padding-right: 11px;
  color: #848789;
  font-style: italic;
  font-size: 14px;
}
.ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.ibg img {
  display: none;
}

body {
  font-family: "Lato";
}

.wrapper {
  overflow: hidden;
  min-height: 100%;
}

.container {
  max-width: 1160px;
  padding: 0 30px;
  margin: 0 auto;
}

.block {
  text-align: center;
}
.block__icon {
  margin-bottom: 33px;
}
.block__title {
  color: #353738;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 3.6px;
  line-height: 24px;
  margin-bottom: 20px;
}
.block__text {
  color: #848798;
  font-size: 18px;
  line-height: 34px;
}
.block__text_j {
  text-align: justify;
}
.block__text_j:after {
  content: "";
  display: block;
  margin: 0 auto;
  width: 50px;
  height: 1px;
  margin-top: 45px;
  background: #ebebeb;
}

.page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.main-screen {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 100%;
          flex: 1 0 100%;
}
.main-screen__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.generation__block {
  margin: 120px 0;
}
@media (max-width: 900px) {
  .generation__block {
    margin: 80px 0;
  }
}
@media (max-width: 600px) {
  .generation__block {
    margin: 30px 0;
  }
}

.brands_rev .brands__column {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.brands_rev .brands__column_b {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.brands__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 1100px) {
  .brands__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.brands__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.brands__column_b {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 66.666%;
          flex: 0 1 66.666%;
}
.brands__content {
  padding: 70px 65px 55px 65px;
  position: relative;
}
.brands__content:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: -10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #000;
}
@media (max-width: 1500px) {
  .brands__content {
    padding: 70px 35px 55px 35px;
  }
}
.brands__image {
  padding: 0 0 37.51% 0;
}

.item {
  display: block;
  position: relative;
  height: 100%;
}
.item__image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
@media (max-width: 1100px) {
  .item {
    height: auto;
    padding: 0px 0px 70% 0px;
  }
}
.item__logo {
  position: absolute;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
}
.item__logo span {
  color: #fff;
  padding-top: 14px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2.8px;
}
.item:hover .item__logo {
  opacity: 1;
  visibility: visible;
  background: rgba(99, 172, 147, 0.5);
  -webkit-transition-duration: 0.6s;
          transition-duration: 0.6s;
}

.slider {
  background: #f7f7f7;
  padding: 120px 0;
}
@media (max-width: 900px) {
  .slider {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .slider {
    padding: 30px 0;
  }
}
.slider__item {
  text-align: center;
}
.slider__icon {
  margin-bottom: 35px;
}
.slider__title {
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #353738;
}
.slider__title span {
  font-weight: 300;
  color: #848789;
}
.slider__text {
  text-align: center;
  color: #848789;
  font-size: 24px;
  font-style: italic;
  line-height: 34px;
}

.shop__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.shop__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 16.666%;
          flex: 0 1 16.666%;
}
.shop__column_b {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 33.333%;
          flex: 0 1 33.333%;
}
.shop__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  background: #282f35;
  padding: 75px 0;
}
.shop__btn {
  display: inline-block;
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 48px;
  letter-spacing: 2.8px;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0px 58px;
}
.shop__btn:hover {
  background: rgba(255, 255, 255, 0.5);
}
@media (max-width: 1100px) {
  .shop__body {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .shop__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
            flex: 0 1 50%;
  }
  .shop__column:first-child, .shop__column:last-child {
    -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
  }
}

.block-shop {
  height: 100%;
}
.block-shop__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.block-shop__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 1 50%;
          flex: 0 1 50%;
}
.block-shop__item {
  height: auto;
  padding: 0 0 50% 0;
}
.block-shop__item_b {
  padding: 0 0 200.5% 0;
}
.block-shop__item_l {
  padding: 0 0 100% 0;
}

.subscribe__body {
  background: #fff;
  text-align: center;
  padding: 110px 0;
  max-width: 534px;
  margin: 0 auto;
}
@media (max-width: 900px) {
  .subscribe__body {
    padding: 80px 0;
  }
}
@media (max-width: 600px) {
  .subscribe__body {
    padding: 30px 0;
  }
}
.subscribe__logo {
  padding-bottom: 39px;
}
.subscribe__label {
  padding-bottom: 35px;
  color: #848789;
  font-size: 24px;
  font-style: italic;
}
.subscribe__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 600px) {
  .subscribe__form {
    display: block;
  }
}
.subscribe__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}
.subscribe__input .input {
  width: 100%;
  height: 69px;
  border: 1px solid #d3d7d9;
  background: #fff;
  color: #929292;
  font-size: 20px;
  font-style: italic;
  padding: 0 27px;
}
.subscribe__input .input:focus {
  border: 1px solid #64c29e;
}
.subscribe__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 126px;
          flex: 0 0 126px;
}
.subscribe__btn {
  width: 126px;
  height: 69px;
  background: #64c29e;
  color: #fff;
  font-size: 24px;
  text-transform: uppercase;
  font-weight: 300;
  margin-left: 8px;
}
@media (max-width: 600px) {
  .subscribe__btn {
    margin-top: 20px;
    width: 100%;
    margin-left: 0px;
  }
}
.subscribe__btn:hover {
  background: #62bc9a;
}
.subscribe__btn:active {
  background: #57a688;
}