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

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

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

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

html {
  /* scroll-behavior: smooth; */
}

.header {
  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;
}

.promotional__banner {
  background: #8946F6;
  width: 100%;
  height: 40px;
  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;
  transition: background 150ms;
}

.promotional__banner:hover {
  background: #6A16F4;
  transition: background 150ms;
}

.promotional__banner p {
  font-size: 14px;
  /* text-transform: uppercase; */
  line-height: 140%;
  /* letter-spacing: 0.25px; */
  text-align: center;
  color: #FFFFFF;
  font-family: "Inter", sans-serif;
  font-weight: 500;
}

.header__top {
  position: sticky;
  top: 0;
  z-index: 10;
  -webkit-box-shadow: 0px 1px 0px #cccccc;
  box-shadow: 0px 1px 0px #cccccc;
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  flex-direction: column;
}

.header__top-logo img {
  width: 70px;
}

.header__top-container {
  padding: 14px 40px;
  max-width: 100%;
  width: 100%;
  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;
}

.header__top-btn:first-child {
  margin-right: 14px;
}

.header__body {
  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;
  width: 100%;
}

.header__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.2px;
  color: #0d0d0d;
  max-width: 695px;
  width: 100%;
  margin-top: 80px;
  margin-bottom: 60px;
  padding: 0 30px;
}

.header__btn-mobile {
  display: none;
  margin-bottom: 60px;
}

.header__img {
  width: 100%;
  position: absolute;
  top: 372px;
}

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

.content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
}

.content__container {
  max-width: 1366px;
  width: 100%;
}

.content__body {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
  padding: 0 30px;
}

.content__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  height: 580px;
}

.content__item:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

.content__img {
  width: 100%;
}

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

.content__item-empty {
  width: 100%;
}

.content__item-body {
  width: 80%;
  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;
}

.content__item-title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 115%;
  letter-spacing: -0.2px;
  color: #0d0d0d;
  margin-bottom: 16px;
  max-width: 318px;
  width: 100%;
}

.content__item-text {
  font-size: 16px;
  line-height: 140%;
  color: #0d0d0d;
  max-width: 318px;
}

.mount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 30px;
  background: #fff;
}

.mount__container {
  max-width: 1366px;
  width: 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;
}

.mount__inner {
  margin-bottom: 60px;
  max-width: 635px;
  width: 100%;
}

.mount__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.2px;
  color: #0d0d0d;
}

.mount__body {
  position: relative;
  width: 100%;
  height: 768px;
}

.mount__img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.mount__content {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

.mount__item {
  border: 1px solid #FFFFFF;
  width: 100%;
  max-width: 341px;

}

.mount__item-info {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: flex;
}

.mount__item-w {
  width: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}

.mount__item-w:first-child {
  border-right: 1px solid #fff;
}

.mount__item-links {
  display: flex;
}

.mount__item-link {
  border-right: 1px solid #fff;
  cursor: pointer;
}
.mount__item-link:last-child {
  border-right: 0;
}

.mount__item-link {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 0;
}



.mount__item-title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.2px;
  color: #FFFFFF;
  padding: 170px 0;

}

.mount__item-info-title {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 9px;
  line-height: 120%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.1px;
  color: #FFFFFF;
  margin-bottom: 4px;

}

.mount__item-user {
  font-style: normal;
  font-weight: normal;
  font-size: 13px;
  line-height: 110%;
  display: flex;
  align-items: center;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;

}

.mount__item-link {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 8px;
  line-height: 120%;
  display: flex;
  align-items: center;
  letter-spacing: 0.1px;
  text-transform: uppercase;
  color: #FFFFFF;

}

.mount__item-link img {
  margin-right: 5px;
}



.video {
  display: none;
}


#audio {
  display: none;
}



.brand {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #f5f5f5;
  padding: 100px 30px;
}

.brand__container {
  max-width: 1366px;
  width: 100%;
}

.brand__body {
  padding-bottom: 30px;
}

.brand__item {
  max-width: 288px;
  width: 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;
  min-height: 148px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}

.brand__item-img img {
  display: flex;
}

.wh img {
  padding-top: 31px;
}

.brand__item-text {
  margin-bottom: 28px;
  font-size: 15px;
  line-height: 140%;
  text-align: center;
  color: #0d0d0d;
}

.item-text {
  min-height: 84px;
  display: flex;
  align-items: center;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 0;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: #000;
}

.download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 100px 30px;
  background-color: #fff;
}

.download__container {
  max-width: 1366px;
  width: 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;
}

.download__inner {
  max-width: 635px;
  width: 100%;
  margin-bottom: 40px;
}

.download__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 68px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.2px;
  color: #000000;
}

.download__btn:first-child {
  margin-right: 10px;
}

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fff;
  border-top: 1px solid #cccccc;
  padding: 37px 30px;
}

.footer__container {
  max-width: 1366px;
  width: 100%;
}

.footer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 80px;
}

.footer__icon {
  width: 100%;
}

.footer__connect {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.footer__connect-title {
  font-size: 16px;
  line-height: 110%;
  color: #707070;
  margin-bottom: 22px;
}

.footer__link {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
  margin-bottom: 17px;
}

.footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

.footer__info-title {
  font-size: 16px;
  line-height: 110%;
  color: #707070;
  margin-bottom: 22px;
}

.footer__email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 390px;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}

.footer__email input {
  border: none;
  outline: none;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 10px;
}

.footer__email input::-webkit-input-placeholder {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.footer__email input::-moz-placeholder {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.footer__email input:-ms-input-placeholder {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.footer__email input::-ms-input-placeholder {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.footer__email input::placeholder {
  font-size: 16px;
  line-height: 110%;
  color: #000000;
}

.footer__email button {
  background: none;
  border: none;
  cursor: pointer;
  margin-bottom: 10px;
}

.footer__email button img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__email-title {
  font-size: 16px;
  line-height: 110%;
  color: #707070;
  margin-bottom: 22px;
  width: 100%;
}

.footer__email-link {
  font-size: 12px;
  line-height: 120%;
  color: #707070;
  width: 100%;
  border-top: 1px solid #ccc;
  padding-top: 16px;
}

.footer__email-link a {
  text-decoration: underline;
  font-size: 12px;
  line-height: 120%;
  color: #707070;
}

.footer__bottom-copy {
  font-size: 12px;
  line-height: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #707070;
}

.craft {
  padding: 90px 0 30px 0;
  background: #fff;
}

.craft__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.craft__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 50px;
  max-width: 695px;
  padding: 0 15px;
}

.craft__actors {
  display: none;
}

.writers {
  margin-bottom: 80px;
}

.writers__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 30px;
}

.writers__item {
  max-width: 228px;
}

.writers__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  margin-bottom: 5px;
  margin-top: 16px;
}

.writers__prof {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #999999;
}

.writers__img {
  width: 100%;
}

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

.swiper-slide {
  width: auto;
}

.actors {
  margin-bottom: 50px;
}

.actors__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 32px;
  line-height: 110%;
  text-align: center;
  margin-bottom: 30px;
}

.actors__item {
  max-width: 228px;
}

.actors__name {
  font-weight: 300;
  font-size: 16px;
  line-height: 110%;
  margin-top: 16px;
  margin-bottom: 5px;
}

.actors__prof {
  font-weight: 500;
  font-size: 15px;
  line-height: 140%;
  color: #999999;
}

.actors__img {
  width: 100%;
}

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

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
}

.header__phone {
  position: sticky;
  position: -webkit-sticky;
  top: 56%;
  transform: translateY(-50%);
  z-index: 5;
  transition: all 0.3s ease 0s;
  margin-top: 332px;
  margin-bottom: -300px;
}

.header__phone picture {
  display: none;
}

.header__phone .img_1 {
  display: block;
}

.phone-bot {
  transform: translateY(-70%) !important;
}

.mobile-content-img {
  display: none;
}

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

a {
  text-decoration: none;
}

body {
  font-family: "Inter", sans-serif;
  background-color: #f5f5f5;
}

summary {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

details > summary::-webkit-details-marker {
  display: none;
}

summary:focus {
  outline: none;
}

summary:active {
  border: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type="number"] {
  -moz-appearance: textfield;
}

.linear {
  height: 100px;
  width: 100%;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(24.44%, #f5f5f5),
    color-stop(62.11%, rgba(245, 245, 245, 0.5)),
    color-stop(99.99%, white),
    to(rgba(255, 255, 255, 0))
  );
  background: -o-linear-gradient(
    top,
    #f5f5f5 24.44%,
    rgba(245, 245, 245, 0.5) 62.11%,
    white 99.99%,
    rgba(255, 255, 255, 0) 100%
  );
  background: linear-gradient(
    180deg,
    #f5f5f5 24.44%,
    rgba(245, 245, 245, 0.5) 62.11%,
    white 99.99%,
    rgba(255, 255, 255, 0) 100%
  );
}

.term {
  display: flex;
  justify-content: center;
  padding: 80px 30px;
}

.term__container {
  max-width: 635px;
  width: 100%;
}

.term__inner {
  padding-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.term__title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -0.2px;
  color: #0d0d0d;
}

.term__body-title {
  font-family: "Alexander", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 38px;
  line-height: 100%;
  letter-spacing: -0.2px;
  color: #0d0d0d;
  margin-bottom: 24px;
  margin-top: 40px;
}

.term__body-p {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #0d0d0d;
  margin-bottom: 70px;
}

.term__body-p p {
  margin-bottom: 15px;
}

.header__top-btns {
  display: flex;
}

.btn-submit img {
  width: 100%;
  max-width: 135px;
}

.download__btns {
  display: flex;
}

@media (max-width: 1270px) {
  .header__phone img {
    width: 250px;
  }
}
@media (max-width: 1000px) {
  .content__item-body {
    max-width: 270px;
  }
}

@media (max-width: 850px) {
  .content__item-body {
    max-width: 230px;
  }
  .header__phone img {
    width: 230px;
  }
}

@media (max-width: 767px) {
  .header__img{
    position: initial;
  }
  .content__body {
    margin-bottom: 0;
  }
  .mobile-content-img {
    display: flex;
  }
  .content__item {
    height: fit-content;
  }
  .header__phone {
    display: none;
  }
  .term {
    padding: 30px 30px;
  }
  .term__title {
    font-size: 44px;
    line-height: 100%;
  }
  .term__body-title {
    font-size: 34px;
    line-height: 115%;
  }
  .term__body-p {
    font-size: 16px;
    line-height: 140%;
  }
}

@media (max-width: 1050px) {
  .content__item-title {
    font-size: 32px;
    line-height: 115%;
  }
}

@media (max-width: 920px) {
  .footer__icon {
    width: 60%;
  }

  .footer__connect {
    width: 70%;
  }

  .footer__info {
    width: 70%;
  }
}

@media (max-width: 767px) {

  .promotional__banner {
    padding: 30px 10px;
  }

  .promotional__banner p {
    font-size: 13px;
    max-width: 70%;
  }

  .header__top {
    /* padding: 23px 20px; */
  }

  .header__top-logo img {
    width: 40px;
  }

  .header__top-container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .header__top-btns {
    display: none;
  }

  .header__title {
    font-size: 38px;
    line-height: 100%;
    margin-top: 60px;
    margin-bottom: 40px;
  }

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

  .content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content__item:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content__img {
    width: 50%;
  }

  .content__item-title {
    text-align: center;
  }

  .content__item-text {
    text-align: center;
  }

  .mount__title {
    font-size: 38px;
    line-height: 100%;
  }

  .brand {
    padding: 60px 30px;
  }

  .download {
    padding: 68px 30px;
  }

  .download__inner {
    max-width: 335px;
  }

  .download__title {
    font-size: 44px;
    line-height: 100%;
  }

  .footer__body {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer__icon {
    width: 100%;
    margin-bottom: 90px;
  }

  .footer__connect {
    width: 50%;
    margin-bottom: 60px;
  }

  .footer__info {
    width: 50%;
  }

  .craft__title {
    font-size: 38px;
    line-height: 100%;
    max-width: 335px;
  }

  .craft__title br {
    display: none;
  }

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

  .writers__title {
    font-size: 24px;
  }

  .writers__img {
    max-width: 183px;
  }

  .actors__title {
    font-size: 24px;
  }

  .actors__img {
    max-width: 183px;
  }
}

@media (max-width: 500px) {
  .content__img {
    width: 70%;
  }
}

@media (max-width: 439px) {
  .craft__title {
    font-size: 30px;
  }
  .mount__item {
    max-width: 250px;
  }
}

@media (max-width: 374px) {
  .content__body {
    padding: 0 15px;
  }
  .header__title {
    padding: 0 15px;
    font-size: 30px;
  }

  .content {
    padding: 0 15px;
  }

  .content__item-title {
    font-size: 28px;
    line-height: 100%;
  }

  .mount {
    padding: 0 15px;
  }

  .mount__inner {
    margin-bottom: 35px;
  }

  .mount__title {
    font-size: 30px;
  }

  .brand {
    padding: 40px 15px;
  }

  .download {
    padding: 40px 15px;
  }

  .download__title {
    font-size: 38px;
  }

  .footer {
    padding: 30px 15px;
  }
}
@supports (-webkit-appearance: none) {
}

@media (max-width: 1050px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 920px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 767px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 500px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 439px) {
  @supports (-webkit-appearance: none) {
  }
}

@media (max-width: 374px) {
  @supports (-webkit-appearance: none) {
  }
}

#mc-embedded-subscribe-form input[type="checkbox"] {
  display: inline;
  width: auto;
  margin-right: 10px;
}

#mergeRow-gdpr {
  margin-top: 20px;
}

#mergeRow-gdpr fieldset label {
  font-weight: normal;
}

#mc-embedded-subscribe-form .mc_fieldset {
  border: none;
  min-height: 0px;
  padding-bottom: 0px;
}
#mc_embed_signup {
  background: #fff;
  clear: left;
  font: 14px Helvetica, Arial, sans-serif;
  width: 100%;
}

#mce-EMAIL {
  outline: none;
  background: none;
  border: none !important;
  width: fit-content !important;
  padding: 0 !important;
}

#mc_embed_signup form {
  text-align: start !important;
}

#mc-embedded-subscribe {
  background: url("../img/svg/arrow.svg") no-repeat right center;
  background-color: #fff;
}

input[value="Subscribe"] {
  color: transparent !important;
  background-color: transparent !important;
}

#mc_embed_signup_scroll {
  display: flex;
  justify-content: space-between;
}
