@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/centurygothic.woff2") format("woff2"), url("../fonts/centurygothic.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Artifact";
  src: url("../fonts/ArtifaktElement-Regular.woff2") format("woff2"),
    url("../fonts/ArtifaktElement-Regular.woff") format("woff");
  font-display: swap;
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "CenturyGothic";
  src: url("../fonts/centurygothic_bold.woff2") format("woff2"), url("../fonts/centurygothic_bold.woff") format("woff");
  font-display: swap;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: "CenturyGothic", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 1.1;
  background: #000000;
  color: #ffffff;
}

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

ul,
li {
  list-style: none;
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "CenturyGothic", sans-serif;
  font-weight: 400;
  margin: 0;
}

h2 {
  font-size: 60px;
}

h3 {
  font-size: 28px;
}

a {
  text-decoration: none;
  color: inherit;
}

button {
  border: none;
  background-color: transparent;
  font-family: inherit;
  padding: 0;
  color: inherit;
  cursor: pointer;
}

.wrapper {
  overflow: hidden;
}

.container {
  max-width: 1220px;
  padding: 0 10px;
  margin: 0 auto;
}

.title__small {
  font-size: 32px;
  color: rgba(255, 255, 255, 0.5);
}

/*================================	header  ================================*/
.header {
  position: relative;
}

.index-slider__pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background-color: rgba(255, 255, 255, 0.5);
  margin: 0 7.5px;
  cursor: pointer;
}

.index-slider__pagination .swiper-pagination-bullet-active {
  background-color: #ee393e;
}

.logo {
  position: absolute;
  z-index: 2;
  left: 190px;
  padding: 20px 10px 20px;
  background-color: #fff;
  top: 0;
}

.index-slider {
  position: relative;
}

.index-slider__slide {
  width: 100%;
  max-height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  overflow: hidden;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.index-slider__slide:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0px;
}
.index-slider__slide__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.index-slider__slide__img {
  width: 100%;
  height: auto;
  z-index: 1;
}
.index-slider__slide-video {
  height: auto;
}
.index-slider__slide__video-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

.index-slider__slide__video__button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 5;
  margin: auto;
  cursor: pointer;
  height: 300px;
}
.index-slider__slide__video__button img {
  width: 200px;
  height: 300px;
}
.index-slider__pagination {
  height: 20px;
  width: 100%;
  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;
  position: absolute;
  bottom: -35px;
  left: 0;
}

.index-slider__text-container {
  margin-top: auto;
  font-size: 70px;
  z-index: 3;
}

.index-slider__text-container p {
  background-color: rgba(0, 0, 0, 0.6);
}

.index-slider__text-container__subtitle {
  padding: 10px 161px 0;
  display: inline-block;
  font-size: 43px;
  line-height: 1.4;
  z-index: 3;
}

.index-slider__text-container__title {
  padding: 0 161px 40px;
  line-height: 1.2;
  z-index: 3;
}
.index-slider__text-container--img {
  position: absolute;
}
.index-slider__nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1500px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 202px;
  z-index: 2;
  pointer-events: none;
}

.index-slider__nav .swiper-button-disabled .inst-slider-svg {
  fill-opacity: 0.1;
}

.index-slider__prev {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  width: 202px;
  height: 202px;
  pointer-events: initial;
  transition: all 0.3s ease;
}
.index-slider__prev:hover path {
  transition: all 0.3s ease;
  fill-opacity: 0.5;
}
.index-slider__prev path {
  transition: all 0.3s ease;
}
.index-slider__next:hover path {
  transition: all 0.3s ease;
  fill-opacity: 0.5;
}
.index-slider__next path {
  transition: all 0.3s ease;
}
.index-slider__next {
  width: 202px;
  height: 202px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 2;
  pointer-events: initial;
}

.menu {
  cursor: pointer;
  z-index: 10;
  position: fixed;
  right: 0;
  top: 300px;
  color: #000000;
  border-top: 1px solid #c1c1c1;
  border-left: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  border-radius: 2px 0 0 2px;
}
.menu__container {
  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;
  padding: 29px 8px 40px;
  background-color: #ffffff;
  margin: 1px 0 1px 1px;
}
.menu__mobile-btn {
  width: 64px;
  height: 10px;
  display: block;
  position: relative;
  margin: 20px 0 10px;
}

.menu__mobile-btn:after,
.menu__mobile-btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  background: url("../images/menu-bg.png"), #000000;
}

.menu__mobile-btn:after {
  top: 0;
}

.menu__mobile-btn:before {
  bottom: 0;
}

.menu__name {
  font-size: 24px;
  letter-spacing: 0.49px;
}

.menu__body {
  border: 1px solid rgba(255, 255, 255, 0.63);
  border-right: none;
  border-radius: 2px 0 0 2px;
  overflow: auto;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 11;
  position: absolute;
  width: 350px;
  right: 0;
  text-align: right;
  top: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
}
.menu__body__wrapper {
  background: #ffffff;
  background-image: url("../images/menu-bg.png");
  height: 100vh;
  background-size: cover;
  padding: 0 0 20px;
  margin: 1px 0 1px 1px;
}
.menu__body__bg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  background-color: rgba(0, 0, 0, 0.75);
  opacity: 0;
  visibility: hidden;
  z-index: 10;
  position: fixed;
  left: 0;
  top: 0;
}

.menu__body__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 0 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.menu__nav__list {
  max-width: 265px;
  margin: 0 auto;
  color: #000000;
}

.menu__nav__list__item {
  margin: 20px 0;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.menu__nav__list__item a,
.menu__nav__list__item button {
  cursor: pointer;
}

.menu__nav__list__item a:hover,
.menu__nav__list__item button:hover {
  color: #ee393e;
}

.menu__nav__list__item__form {
  margin: 40px 0 50px;
  position: relative;
}

.menu__nav__list__item__form:after {
  content: "";
  display: block;
  width: 65%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -50px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 15;
}

.menu__nav__list__item__form:before {
  content: "";
  display: block;
  width: 10%;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  position: absolute;
  right: -40px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  z-index: 15;
}

.menu__nav__list__item__other-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 0 0 40px;
}

.menu__nav__list__item__other-links a {
  margin: 0 10px;
}

.menu__body__active {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.menu__body__bg--active {
  opacity: 1;
  visibility: visible;
}
/*================================	index-slider__sec-adapt  ================================*/
.index-slider__sec-adapt {
  display: none;
}
/*================================	about  ================================*/
.about {
  margin: 100px 0 200px;
}

.about__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1100px;
}

.about__text-container {
  max-width: 724px;
  line-height: 1.2;
}

.about__text-dark {
  color: rgba(255, 255, 255, 0.6);
  margin: 40px 0 0 0;
}

/*================================	statistic  ================================*/
.statistic {
  margin: 0 0 270px;
  position: relative;
}

.statistic:after {
  content: "";
  display: block;
  width: 100%;
  height: 322px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: -110px;
  background: url("../images/figure-stat.svg") no-repeat center;
}

.statistic__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.statistic__item {
  margin: 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.statistic__item__num {
  font-size: 156px;
  color: rgba(255, 255, 255, 0.15);
  font-family: "Artifact", sans-serif;
  font-weight: 400;
  margin: 0 5px 0 0;
}

.statistic__item__text {
  margin-bottom: 25px;
  font-size: 34px;
  max-width: 175px;
}

.statistic__item__text__small {
  font-size: 20px;
  margin-left: -15px;
}

/*================================	about-moto  ================================*/
.about-moto {
  position: relative;
  margin: 0 0 252px 0;
}

.about-moto:after {
  content: "";
  display: block;
  width: 100%;
  height: 1276px;
  background: url("../images/bike_bg.png") no-repeat center;
  position: absolute;
  top: -240px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.about-moto__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 83px 0 0 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 1150px;
}

.about-moto__content__list {
  max-width: 544px;
}

.about-moto__content__list p {
  color: rgba(255, 255, 255, 0.6);
}

.about-moto__content__list:first-child {
  text-align: right;
}

.about-moto__content__list__text {
  margin: 63px 0 0 0;
  color: rgba(255, 255, 255, 0.6);
  font-size: 22px;
}

.about-moto__content__list__text__big {
  font-size: 32px;
}

/*================================	models  ================================*/
.models {
  margin: 0 0 250px 0;
  position: relative;
}

.models .title {
  max-width: 1220px;
  margin: 0 auto;
}

.models__container {
  max-width: 1350px;
}

.models:after {
  content: "";
  display: block;
  width: 100%;
  height: 488px;
  background: url("../images/figure-models.svg") no-repeat center;
  position: absolute;
  top: 170px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.models__content {
  margin: 47px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.models__wrapper {
  background-color: #c1c1c1;
  margin: 1px;
  height: 100%;
  width: 100%;
}
.models__item {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 2px;
  margin: 15px;
  overflow: hidden;
  height: 380px;
}

.models__item__description__type {
  color: rgba(255, 255, 255, 0.5);
}

.models__item__img {
  width: 100%;
  max-width: 380px;
  height: auto;
}

.models__item__text {
  position: absolute;
  font-size: 30px;
  bottom: 15px;
  left: 0;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 10px 40px 10px 20px;
  max-width: 380px;
}

.models__item__text:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ee393e;
  position: absolute;
  top: 0;
  right: 15px;
  bottom: 0;
  margin: auto 0;
}

.ceo {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.ceo:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
}
.ceo h2 {
  line-height: 0.7;
}

.ceo__bg {
  display: block;
  width: 100%;
  height: initial;
  z-index: -1;
}

.ceo__container {
  width: 100%;
  left: 0;
  right: 0;
  margin: 0 auto;
  position: absolute;
  height: 100%;
  bottom: 0;
}

.ceo__first-active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.ceo__second-active {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  width: 100%;
  right: 0;
  bottom: 0;
  opacity: 0;
}

.ceo__name {
  position: absolute;
  cursor: pointer;
  font-size: 52px;
  color: rgba(255, 255, 255, 0.5);
}

.ceo__name__first-name {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 0 60px;
  display: inline-block;
}

.ceo__name__last-name {
  background-color: rgba(0, 0, 0, 0.6);
  display: inline-block;
  position: relative;
  padding: 0px 60px 10px 20px;
}

.ceo__name__last-name:after {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ee393e;
  position: absolute;
  top: 0;
  right: 30px;
  bottom: 0;
  margin: auto 0;
}

.ceo__first {
  bottom: 20%;
  left: 10%;
}

.ceo__second {
  bottom: 30%;
  right: 5%;
}

.ceo__second .ceo__name__first-name {
  padding: 0 20px;
}

.first-ceo__description {
  -webkit-transform: translate(50px);
  -ms-transform: translate(50px);
  transform: translate(50px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  right: 0;
  top: 35%;
  max-width: 474px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 20px;
}
.first-ceo__description .os-content {
  visibility: hidden;
}
.second-ceo__description {
  -webkit-transform: translate(-50px);
  -ms-transform: translate(-50px);
  transform: translate(-50px);
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 40%;
  top: 35%;
  max-width: 474px;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0, 0, 0, 0.8);
}

.ceo__description--active {
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
  opacity: 1;
  visibility: visible;
}
.ceo__description--active .os-content {
  visibility: visible;
}
.ceo__img--active {
  opacity: 1;
  visibility: visible;
}

.ceo__name--active .ceo__name__last-name:after {
  opacity: 0.3;
}

/*================================	events  ================================*/
.events {
  margin: 182px 0 250px;
  position: relative;
}

.events:after {
  content: "";
  display: block;
  width: 100%;
  height: 917px;
  background: url("../images/figure-events.svg") no-repeat center;
  position: absolute;
  top: -40px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.events__container {
  max-width: 1250px;
}

.events__title-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.events__title-content .title {
  line-height: 0.7;
}

.events__title-content__link {
  max-width: 192px;
  text-align: right;
  text-decoration: underline;
  font-size: 20px;
  color: #6f1518;

  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.events__title-content__link:hover {
  color: #ee393e;
}

.events__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 40px 0 0;
}

.events__content__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: right;
}

.events__content__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.events__item {
  max-width: 572px;
  margin: 45px 10px 45px;
}

.events__item p {
  color: rgba(255, 255, 255, 0.6);
}

.events__item__title {
  margin: 0 0 43px;
}

.events__item__text {
  font-size: 22px;
  color: rgba(255, 255, 255, 0.6);
}

.events__item__text__big {
  font-size: 32px;
}

/*================================	form-sec  ================================*/
.form-sec {
  margin: 0 0 250px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}

.form-sec .form-sec__btn {
  color: #ee393e;
  font-size: 40px;
  background: #000000;
  padding: 0 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form-sec .form-sec__btn:hover {
  color: rgba(238, 57, 62, 0.5);
}

.form-sec .form-sec__btn:hover:after {
  background-color: rgba(238, 57, 62, 0.5);
}

.form-sec .form-sec__btn:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 50%;
  z-index: -1;
}

.form-sec .form-sec__btn:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #ee393e;
}

/*================================	instagram  ================================*/
.instagram {
  margin: 0 0 229px 0;
}

.instagram__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.instagram__title-container .title {
  line-height: 1;
}

.instagram__title-container__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.instagram__title-container__other a {
  margin: 0 15px;
}

.instagram__title-container__other__text {
  -ms-flex-item-align: center;
  align-self: center;
  text-align: right;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.5);
}

.instagram-slider {
  margin: 60px auto 0;
  max-width: 1866px;
  overflow: hidden;
  height: 100%;
  position: relative;
}

.instagram-slider__btns__prev {
  width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  left: 0;
}

.instagram-slider__btns__next {
  width: 240px;
  height: 100%;
  position: absolute;
  top: 0;
  z-index: 2;
  right: 0;
}

.instagram__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.instagram__content .swiper-slide {
  width: 280px;
  margin: 0 10px;
}

.instagram__content .swiper-slide-active {
  width: 280px;
}

.instagram__content__img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.instagram__content__img-container {
  position: relative;
  min-width: 280px;
  width: 280px;
  height: 280px;
  overflow: hidden;
}

/*================================	others  ================================*/
.others__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.others__title-container .title {
  text-align: center;
  line-height: 0.8;
}

.others__title-container__watch-all {
  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: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.others__title-container__watch-all__link {
  color: #6f1518;
  font-size: 20px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.others__title-container__watch-all__link:hover {
  color: #ee393e;
}

.others__title-container__watch-all__link:hover:after {
  background-color: #ee393e;
}

.others__title-container__watch-all__link:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(238, 57, 62, 0.5);
}

.others__content {
  margin: 100px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.others__item {
  width: 100%;
  max-width: 380px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 10px;
}

.others__item__img {
  margin: 43px 0 53px;
  position: relative;
  width: 100%;
  max-width: 380px;
  height: 380px;
}

.others__item__img img {
  top: 0;
  left: 0;
  width: 100%;
  height: 380px;
  position: absolute;
}

.others__item__description {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
}

.others__item__link {
  -ms-flex-item-align: end;
  align-self: flex-end;
  display: inline-block;
  margin: auto 28px 0 0;
  color: rgba(238, 57, 62, 0.5);
  position: relative;
  padding: 60px 30px 0 0;
  text-align: right;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.others__item__link:hover {
  color: #ee393e;
}

.others__item__link:hover:after {
  background-color: #ee393e;
}

.others__item__link:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: #ee393e;
  position: absolute;
  bottom: 4px;
  right: 0;
}

.others__item__link:after {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(238, 57, 62, 0.5);
}

/*================================	footer  ================================*/
.footer {
  margin: 296px 0 0 0;
  position: relative;
  background-color: rgba(255, 255, 255, 0.099);
}

.footer__figure {
  position: absolute;
  top: -200px;
  height: 200px;
  overflow: hidden;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: -1;
}

.footer__title-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__title-container .title {
  line-height: 0.7;
}

.footer__title-container__others {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 120px;
}

.footer__title-container__others img {
  width: 100%;
  max-width: 105px;
  height: auto;
}

.footer__title-container__others a {
  margin: 0 20px;
}

.footer__content {
  margin: 82px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 150px 0;
}

.footer__item {
  font-size: 46px;
  margin-right: 60px;
}

.footer__item__description {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.5);
  margin-left: 10px;
}

.footer__beyond {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.05);
  padding: 20px 0;
}

.footer__beyond__container {
  color: rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.footer__to-top {
  position: absolute;
  width: 201px;
  height: 201px;
  right: 40px;
  bottom: 20px;
  z-index: 2;
}

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

.popup {
  z-index: 13;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  background-color: rgba(0, 0, 0, 0.75);
  position: fixed;
}

.popup .os-content {
  visibility: hidden;
}

.popup__body {
  max-height: calc(100vh - 210px);
  overflow: auto;
  width: 100%;
  position: relative;
  max-width: 1197px;
  padding: 15px 35px;
  color: #000000;
  background: rgba(255, 255, 255, 0.9);
  background-image: url("../images/menu-bg.png");
}
.popup__body-wrap {
  border: 1px solid rgba(255, 255, 255, 0.55);
  padding: 1px;
  width: 100%;
  max-width: 1197px;
}
.popup__close {
  position: absolute;
  right: 0;
  top: 0;
}

.faq__popup__container {
  max-height: 450px;
  overflow: auto;
}

.faq__popup__title {
  font-size: 40px;
  margin: 0 0 48px 0;
}

.faq__popup__block {
  margin: 0 0 30px;
  max-width: 1070px;
}

.faq__popup__block__title {
  font-size: 16px;
  margin: 0 0 0 20px;
  position: relative;
  font-family: "CenturyGothic", sans-serif;
  font-weight: 700;
}

.faq__popup__block__title:before {
  content: "";
  display: block;
  width: 11px;
  height: 11px;
  background-color: rgba(0, 0, 0, 0.2);
  position: absolute;
  left: -20px;
  top: 3px;
}

.faq__popup__block__text {
  font-size: 16px;
  margin: 10px 0 0 0;
  line-height: 1.8;
}

.faq__popup__warning {
  padding: 20px 0;
  font-size: 16px;
}

.faq__popup__warning__description {
  margin: 0 20px 0 0;
}

.faq__popup__warning__description:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-color: #ee393e;
}

.form__popup__title {
  margin: 0 30px 0 0;
}

.form__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__content__beyond {
  margin: 40px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.form__content__beyond__captcha {
  padding: 2px;
  border: #ffffff solid 1px;
}

.form__content__beyond__text {
  font-size: 16px;
  margin-left: 10px;
}

.form__content__beyond__text__erorr {
  margin: 0 0 15px;
  color: rgba(0, 0, 0, 0.5);
}

.form__content__beyond__text__send {
  font-size: 20px;
  display: none;
}

.form__content__beyond__submit__btn {
  -webkit-box-shadow: 0 4px 32px rgba(51, 52, 51, 0.65);
  box-shadow: 0 4px 32px rgba(51, 52, 51, 0.65);
  border: 2px solid rgba(255, 255, 255, 0.7);
  background-color: #363636;
  color: #ffffff;
  text-align: center;
  padding: 25px 92px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.form__content__beyond__submit__btn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.form__content__inputs {
  width: 100%;
  max-width: 713px;
}

.form__content__inputs__content {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__content__inputs__content__left {
  width: 100%;
  max-width: 307px;
  margin: 0 40px 0 0;
  position: relative;
}

.form__content__inputs__content__left:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  right: -40px;
  top: -20px;
}

.form__content__inputs__content__right {
  width: 100%;
  max-width: 307px;
  margin: 0 40px 0;
  position: relative;
}

.form__content__inputs__content__right:after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.2);
  right: -55px;
  top: -20px;
}

.form__content__type {
  width: 100%;
  max-width: 287px;
  margin: 0 0 0 60px;
}

.form__content__type__title {
  font-size: 20px;
}

.form__content__type__title__description {
  margin: 30px 0 25px;
  font-size: 16px;
}

.form__content__textarea {
  margin: 0 40px 0 0;
  position: relative;
}

.form__content__textarea__placeholder {
  position: absolute;
  left: 10px;
  top: 10px;
  pointer-events: none;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.55);
  display: none;
}

.form__popup__title {
  font-size: 40px;
}

.form__popup__subtitle {
  margin: 28px 0 48px;
  font-size: 16px;
}

.form__textarea {
  resize: none;
  width: 100%;
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#f0f0f0));
  background-image: -o-linear-gradient(bottom, white 0%, #f0f0f0 100%);
  background-image: linear-gradient(0deg, white 0%, #f0f0f0 100%);
  border-radius: 5px;
  max-width: 670px;
  padding: 10px;
}

.form__input {
  width: 100%;
  max-width: 307px;
  -webkit-box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 16px rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.4);
  background-image: -webkit-gradient(linear, left bottom, left top, from(white), to(#f0f0f0));
  background-image: -o-linear-gradient(bottom, white 0%, #f0f0f0 100%);
  background-image: linear-gradient(0deg, white 0%, #f0f0f0 100%);
  padding: 12px 10px 5px;
}

.form__input::-webkit-input-placeholder {
  padding: 20px 0 0;
}

.form__input::-moz-placeholder {
  padding: 20px 0 0;
}

.form__input:-ms-input-placeholder {
  padding: 20px 0 0;
}

.form__input::-ms-input-placeholder {
  padding: 20px 0 0;
}

.form__input::placeholder {
  padding: 20px 0 0;
}

.form__checkbox {
  opacity: 0;
  visibility: hidden;
}

.form__label {
  display: block;
  margin: 0 0 40px;
}

.chekbox__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
}

.custom__checkbox--active .custom__checkbox__svg {
  fill: #379100;
}

.custom__checkbox--active .custom__checkbox__svg--stroke {
  stroke: #379100;
}

.popup-active {
  opacity: 1;
  visibility: visible;
}

.popup-active .os-content {
  visibility: visible;
}

.ty-popup .popup__body {
  max-width: 300px;
  text-align: center;
}

.sendText-active {
  display: block;
}

.placeholder--active {
  display: block;
}

@media (max-width: 1628px) {
  .footer__to-top {
    width: 150px;
    height: 150px;
  }
}

@media (max-width: 1438px) {
  .index-slider__text-container__title {
    font-size: 40px;
    padding: 10px 20px;
  }
  .index-slider__text-container__subtitle {
    padding: 10px 20px;
    line-height: 1.5;
    font-size: 30px;
  }
  .ceo__name {
    font-size: 34px;
  }
  .ceo__first {
    left: 15%;
  }
  .ceo__second {
    right: 20%;
  }
}

@media (max-width: 1128px) {
  .about-moto {
    margin: 50px 0;
  }
  .logo {
    width: 140px;
    left: 10px;
  }
  .logo img {
    width: 100%;
    height: auto;
  }
  .about-moto__container {
    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;
  }
  .about-moto__content {
    margin: 20px 0 0;
    -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;
    text-align: center;
  }
  .about-moto__content__list {
    margin: 20px 0;
  }
  .about-moto__content__list__text {
    margin: 10px 0 0;
  }
  .about-moto__content__list:first-child {
    text-align: center;
  }
  .footer__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .footer__item {
    margin: 10px;
  }
}

@media (max-width: 1041px) {
  .form__content__inputs__content__left {
    margin: 0 10px 0 0;
  }
  .form__content__inputs__content__left:after {
    right: -10px;
  }
  .form__content__inputs__content__right {
    margin: 0 10px 0;
  }
  .form__content__inputs__content__right:after {
    right: -10px;
  }
  .form__content__type {
    margin: 0 0 0 10px;
  }
  .form__content__textarea {
    margin: 0 10px 0 0;
  }
  .models {
    margin: 0 0 50px;
  }
  .models:after {
    display: none;
  }
  .models__container {
    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;
  }
  .about .title {
    margin: 20px 0;
  }
  .about__container {
    -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;
    padding: 0 20px;
  }
  .events {
    margin: 50px 0;
  }
  .events:after {
    display: none;
  }
  .events__content {
    -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;
    margin: 20px 0 0;
  }
  .events__content__left {
    text-align: center;
  }
  .events__content__right {
    text-align: center;
  }
  .events__item {
    margin: 20px 0;
  }
  .events__item__title {
    margin: 0 0 20px;
  }
  .form-sec {
    margin: 0 0 50px;
  }
  .first-ceo__description {
    max-height: 200px;
    overflow: hidden;
    overflow-y: scroll;
  }
}

@media (max-width: 966px) {
  .index-slider__sec-adapt {
    display: block;
  }
  .index-slider__text-container__title {
    display: none;
  }
  .index-slider__text-container__subtitle {
    display: none;
  }
  .index-slider__text-container__subtitle--adapt {
    display: block;
    padding: 10px 20px 0;
  }
  .index-slider__text-container__title--adapt {
    display: block;
    padding: 0 20px 10px;
  }
  .menu {
    top: 0;
  }
  .index-slider__nav {
    top: initial;
    margin: initial;
    bottom: -20px;
  }
  .index-slider__prev {
    width: 160px;
    height: 160px;
  }
  .index-slider__prev svg {
    width: 100%;
    height: auto;
  }
  .index-slider__next {
    width: 160px;
    height: 160px;
  }
  .index-slider__next svg {
    width: 100%;
    height: auto;
  }
  .about {
    margin: 10px 0 60px;
  }
  .statistic {
    margin: 0 0 20px;
  }
  .statistic:after {
    display: none;
  }
  .statistic__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .statistic__item__num {
    margin: 0 auto;
  }
  .about-moto:after {
    display: none;
  }
  .instagram {
    margin: 0 0 50px;
  }
  .instagram__title-container {
    -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;
  }
  .instagram__title-container__other {
    margin: 30px 0;
  }
  .instagram__content {
    margin: 20px 0 0;
  }
  .others__content {
    margin: 20px 0 0;
  }
  .footer__title-container__others {
    margin-right: 0;
  }
  .footer__content {
    max-width: 400px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 50px auto 0;
  }
}

@media (max-width: 850px) {
  .first-ceo__description {
    font-size: 18px;
    max-width: 300px;
  }
  .index-slider__slide__video__button {
    width: 150px;
    height: 150px;
  }
  .index-slider__slide__video__button img {
    width: 150px;
    height: 150px;
  }
  .second-ceo__description {
    font-size: 18px;
    max-width: 300px;
    left: 20%;
  }
  .ceo__name {
    font-size: 27px;
  }
  .form__popup {
    padding: 10px;
  }
  .form__textarea {
    max-width: 100%;
    margin: 0 0 20px;
  }
  .form__content {
    -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;
  }
  .form__content__textarea {
    margin: 0;
  }
  .form__content__beyond {
    margin: 20px 0 0;
    -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;
  }
  .form__content__beyond__submit {
    margin: 20px 0 0;
  }
  .form__content__beyond__text__send {
    margin: 20px 0;
  }
  .form__content__type {
    max-width: initial;
    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;
  }
  .form__content__inputs {
    max-width: initial;
  }
  .form__content__inputs__content {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .form__content__inputs__content__left {
    max-width: 50%;
  }
  .form__content__inputs__content__left:after {
    display: none;
  }
  .form__content__inputs__content__left input {
    max-width: initial;
  }
  .form__content__inputs__content__right {
    max-width: 50%;
    margin: 0 0 0 10px;
  }
  .form__content__inputs__content__right:after {
    display: none;
  }
  .form__content__inputs__content__right input {
    max-width: initial;
  }
}

@media (max-width: 808px) {
  .footer {
    margin: 100px 0 0;
  }
  .footer__figure {
    top: -150px;
    height: 150px;
  }
  .footer__title-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer__title-container__others {
    margin: 20px 0;
    display: none;
  }
  .footer__content {
    padding: 0 0 20px;
    margin: 20px auto 0;
  }
  .footer__beyond__container {
    -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;
  }
}

@media (max-width: 716px) {
  .form-sec .form-sec__btn {
    font-size: 25px;
  }
  .ceo__first {
    left: 10%;
  }
  .ceo__second {
    right: 10%;
  }
  .logo {
    padding: 5px;
    width: 120px;
  }
  .menu {
    right: 20px;
  }
  .menu__mobile-btn {
    margin: 10px 0;
    width: 45px;
    height: 15px;
  }
  .menu__container {
    padding: 15px 10px;
  }
  .menu img {
    display: none;
  }
  .menu__name {
    display: none;
  }
  .index-slider__text-container__title {
    font-size: 26px;
  }
  .index-slider__text-container__subtitle {
    font-size: 22px;
  }
  .events__title-content {
    -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;
  }
  .events__title-content__link {
    margin: 30px 0 0;
    max-width: initial;
  }
  .others__title-container {
    -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;
  }
  .others__title-container__watch-all {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0;
  }
}

@media (max-width: 650px) {
  .statistic__item__num {
    font-size: 30px;
  }
  .statistic__item__text {
    font-size: 16px;
  }
  .footer__to-top {
    width: 100px;
    height: 100px;
    right: 0;
  }
}
@media (max-width: 582px) {
  .index-slider__prev {
    width: 80px;
    height: 80px;
  }
  .index-slider__next {
    width: 80px;
    height: 80px;
  }
  .index-slider__nav {
    bottom: -50px;
  }
  .index-slider__pagination {
    bottom: -25px;
  }
  .index-slider__pagination .swiper-pagination-bullet {
    width: 7px;
    height: 7px;
    margin: 0 3px;
  }
}
@media (max-width: 542px) {
  .index-slider__slide__video__button {
    width: 75px;
    height: 75px;
  }
  .index-slider__slide__video__button img {
    width: 75px;
    height: 75px;
  }
  .title {
    font-size: 30px;
  }
  .title__small {
    font-size: 26px;
  }
  .about__text-container {
    font-size: 17px;
  }
  .about-moto__content__list__text {
    font-size: 20px;
  }
  .about-moto__content__list__text__big {
    font-size: 24px;
  }
  .events__item__text {
    font-size: 20px;
  }
  .events__item__text__big {
    font-size: 25px;
  }
  .instagram__title-container__other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 20px 0 0;
  }
  .instagram__title-container__other__text {
    margin: 0 0 20px;
  }
  .footer__content {
    max-width: 270px;
  }
  .footer__item {
    font-size: 24px;
  }
  .footer__beyond {
    font-size: 18px;
  }
}

@media (max-width: 508px) {
  .statistic__item__text {
    font-size: 14px;
  }
  .statistic__item__text__small {
    font-size: 18px;
  }
  .form__content__inputs__content {
    -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;
  }
  .form__content__inputs__content__right {
    max-width: initial;
    margin: 0;
  }
  .form__content__inputs__content__left {
    max-width: initial;
    margin: 0;
  }
}

@media (max-width: 490px) {
  .ceo__name {
    font-size: 18px;
  }
  .ceo__first {
    left: 5%;
  }
  .ceo__second {
    right: 5%;
  }
  .footer__to-top {
    width: 70px;
    height: 70px;
    bottom: 70px;
  }
}

@media (max-width: 418px) {
  .logo {
    width: 60px;
  }
  .ceo__first {
    left: 0;
  }
  .ceo__last {
    right: -5%;
  }
  .ceo .title__small {
    font-size: 20px;
  }
}
.models-header__back {
  position: absolute;
  left: 448px;
  top: 0;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 5;
  font-size: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 25px 120px 20px 40px;
}
.models-header__back__back-btn {
  margin-right: 25px;
  width: 100px;
  height: 100px;
}
.models-header__back__back-btn svg {
  width: 100%;
  height: auto;
}

.model-menu__title {
  font-size: 30px;
  margin-top: 60px;
}
.model-menu__list {
  margin-top: 50px;
}
.model-menu__link__active a {
  position: relative;
}
.model-menu__link__active a::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  top: 0;
  margin: auto 0;
  bottom: 0;
  left: -20px;
  background-color: #ee393e;
}
.model-about .about__container {
  max-width: 1220px;
}
.model-about__img-logo {
  margin-top: 130px;
  max-width: 250px;
}
.model-about__img-logo img {
  width: 100%;
  height: auto;
}
.models-images {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
.models-images__wide {
  max-width: 580px;
  max-height: 570px;
  grid-row-end: span 2;
  overflow: hidden;
}
.models-images__wide img {
  width: 100%;
  height: auto;
  display: block;
}
.models-images__small {
  max-width: 580px;
  max-height: 450px;
}
.models-images__small img {
  width: 100%;
  height: auto;
  display: block;
}

.models-about {
  margin: 100px 0 60px;
}
.models-about .title {
  margin-bottom: 45px;
}
.models-about .about__text-container {
  max-width: initial;
}

.model-components {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 20px;
}
.model-components__img {
  z-index: 2;
  overflow: hidden;
  position: relative;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.model-components__img:hover:after {
  opacity: 0;
}
.model-components__img:hover .model-components__text {
  opacity: 0;
}
.model-components__img img {
  z-index: 2;
  width: 100%;
  height: auto;
  display: block;
  max-height: 775px;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.model-components__img:after {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: 3;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.85);
}
.model-components__img-small {
  grid-row-start: span 1;
  grid-row-end: span 1;
  max-height: 380px;
}
.model-components__img-small img {
  max-height: 374px;
}
.model-components__img-big {
  grid-row-start: 1;
  grid-row-end: span 2;
  grid-column-start: 2;
  grid-column-end: 4;
  max-height: 820px;
}
.model-components__text {
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
  padding: 20px;
  position: absolute;
  z-index: 4;
  bottom: 0;
}
.model-components__text__description {
  margin-top: 15px;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.65);
}
.model-components__img-wide {
  grid-column-start: 2;
  grid-column-end: 4;
  max-height: 380px;
}
.model-components__img-wide img {
  max-height: 374px;
}
.model-components__img-wide-left {
  grid-column-start: 1;
  grid-column-end: 3;
}
.model-components__img-wide-left img {
  max-height: 374px;
}

.model-characteristic {
  margin: 100px 0;
  position: relative;
}
.model-characteristic__title-container {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}
.model-characteristic__pdf {
  transition: all 0.3s ease;
}
.model-characteristic__pdf__img {
  max-width: 56px;
  margin-left: auto;
}
.model-characteristic__pdf__img img {
  width: 100%;
  height: auto;
}
.model-characteristic__pdf__text {
  color: #6f1518;
  text-decoration: underline;
}
.model-characteristic__pdf:hover .model-characteristic__pdf__text {
  color: #ee393e;
}
.model-characteristic:after {
  content: "";
  width: 100%;
  height: 100%;
  background: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(0, 0, 0, 0.2)),
      color-stop(93%, rgba(0, 0, 0, 0.2))
    ),
    url("../images/drawing.png") no-repeat center;
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 93%),
    url("../images/drawing.png") no-repeat center;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 93%),
    url("../images/drawing.png") no-repeat center;
  opacity: 0.34;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  z-index: -1;
}
.model-characteristic__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.model-characteristic__item {
  max-width: 520px;
  margin: 25px 0;
}
.model-characteristic__item__text {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 16px;
}

.model-settings__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: 67px;
}
.model-settings__content img {
  width: 100%;
  height: auto;
  max-width: 400px;
  padding: 2px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
.model-settings__content .about__text-container {
  margin-left: 40px;
}

.model-others {
  margin: 150px 0 50px;
}

.model-models {
  margin: 100px 0;
}

.model-components__img--active:after {
  opacity: 0;
}
.model-components__img--active .model-components__text {
  opacity: 0;
}

@media (max-width: 1041px) {
  .model-about__img-logo {
    display: none;
  }
}
@media (max-width: 1060px) {
  .model-characteristic {
    margin: 50px 0 25px;
  }
  .model-characteristic__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1042px) {
  .model-settings {
    margin: 0 0 100px;
  }
}
@media (max-width: 988px) {
  .model-components__text {
    padding: 10px;
  }
  .model-components__text__title {
    font-size: 24px;
  }
  .model-components__text__description {
    font-size: 16px;
  }
}
@media (max-width: 870px) {
  .model-models {
    margin: 50px 0;
  }
  .model-models .models__content {
    margin: 15px 0 0;
  }
  .model-others {
    margin: 0;
    text-align: center;
  }
  .model-settings {
    margin: 0 0 50px;
  }
  .model-settings__content {
    margin-top: 20px;
    -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;
  }
  .model-settings__content img {
    margin-bottom: 20px;
  }
  .model-settings__content .about__text-container {
    margin: 0;
  }
}
@media (max-width: 773px) {
  .model-components {
    gap: 10px;
  }
  .model-components__text__description {
    display: none;
  }

  .models-images {
    gap: 10px;
  }
  .models-images__small-container {
    gap: 10px;
  }
}
@media (max-width: 541px) {
  .model-components__text {
    padding: 5px;
  }
  .model-components__text__title {
    font-size: 18px;
  }
}
@media (max-width: 467px) {
  .model-components {
    gap: 5px;
  }
  .model-components__text__title {
    font-size: 14px;
  }

  .model-settings {
    margin: 40px 0;
  }
  .model-settings .about__text-container {
    font-size: 18px;
  }

  .models-images {
    gap: 5px;
  }
  .models-images__small-container {
    gap: 5px;
  }
}
@media (max-width: 1128px) {
  .models-header__back {
    left: 151px;
    padding: 15px 80px 15px 30px;
    font-size: 45px;
  }
  .models-header__back__back-btn {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 716px) {
  .model-characteristic__title-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .model-characteristic__pdf {
    margin: 30px 0 0;
  }
  .model-characteristic__pdf__img {
    margin-left: 0;
  }
  .models-header__back {
    left: 130px;
    padding: 5px 20px 5px 5px;
    font-size: 30px;
  }
  .models-header__back__back-btn {
    margin: 0;
  }
}
@media (max-width: 542px) {
  .models-about {
    margin: 40px 0 30px;
  }
  .models__item {
    height: initial;
  }
  .others__item__img {
    height: initial;
  }
  .others__item__img img {
    height: auto;
    position: static;
  }
}
@media (max-width: 418px) {
  .models-header__back {
    left: 70px;
    font-size: 18px;
  }
  .models-header__back__back-btn {
    width: 30px;
    height: 30px;
  }
}
