html {
  font-size: 1.5625vw;
  width: 100vw;
  overflow-x: hidden;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
@media screen and (min-width: 1025px) {
  html {
    font-size: 0.521vw;
  }
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  position: relative;
  line-height: 1.5;
  -webkit-font-smoothing: antialised;
  background: #000;
  width: 100%;
  color: white;
  margin: 0;
  padding: 0 !important;
}

* {
  box-sizing: border-box;
}

img {
  vertical-align: top;
  max-width: 100%;
}

.main {
  width: 100%;
  overflow-x: hidden;
}
.main__section {
  padding: 10rem 0;
}

.container {
  width: 100%;
  max-width: 79vw;
  margin: 0 auto;
}

.hidden {
  display: none !important;
}

.no-br {
  white-space: nowrap;
}

.text--color {
  color: #2C81B6;
}
.text--selected {
  font-family: "Bebas Neue", sans-serif;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: bold;
}
.text--caps {
  text-transform: uppercase;
}

.btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 2.1rem 1.3rem;
  height: 8rem;
  min-width: 40rem;
  font-size: 2.4rem;
  font-family: "Montserrat", sans-serif;
  line-height: 1;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
  background: #2C81B6;
  text-decoration: none;
  position: relative;
  cursor: pointer;
}

.gift__btn {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.heading {
  font-size: 4.6rem;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 13.5rem;
  font-family: "Bebas Neue", sans-serif;
  text-align: center;
  text-transform: uppercase;
}

.modal {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.8);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-out;
}
.modal.open {
  opacity: 1;
  pointer-events: auto;
  display: flex;
}
.modal__content {
  padding: 60px 40px 40px;
  background: #F2F2F2;
  position: relative;
  width: 460px;
  max-height: 100vh;
  overflow-y: auto;
}
@media screen and (max-width: 1024px) {
  .modal__content {
    padding-left: 20px;
    padding-right: 20px;
    width: 100%;
    max-width: 100vw;
    overflow-x: hidden;
    height: 100vh;
    overflow-y: auto;
  }
}
@media screen and (max-width: 1024px) {
  .modal__form {
    padding-top: calc((100vh - 605px) / 2);
  }
}
.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.modal__heading {
  font-weight: 700;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 30px;
  color: black;
  text-align: center;
}

.form-control {
  position: relative;
}
.form .error {
  color: red;
  font-size: 12px;
  position: absolute;
  display: none;
  top: 0.5rem;
  right: 1rem;
}
.form-input {
  background: #FAFAFA;
  border: none;
  box-shadow: inset 4px 4px 8px rgba(0, 0, 0, 0.15);
  border-radius: 0;
  padding: 1.5rem 2rem;
  height: 5rem;
  font-size: 2rem;
  line-height: 1;
  color: #3F3F3F;
  margin-bottom: 1rem;
  width: 100%;
  box-sizing: border-box;
  font-family: "Montserrat", sans-serif;
}
.form-input:focus {
  border: none;
  outline: none;
}
.form-input.err {
  color: red;
}
.form-input.err:-webkit-autofill {
  -webkit-text-fill-color: red;
}
.form-btn {
  outline: none;
  border: none;
  font-size: 3.2rem;
  text-transform: uppercase;
  font-weight: 600;
  width: 100%;
  height: 6.4rem;
  padding: 1.9rem 3rem;
  cursor: pointer;
  background: #2C81B6;
  color: white;
  box-shadow: none;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 5px;
  margin-top: 2rem;
  min-width: 100%;
}
.form-btn:hover {
  background: #439bd2;
}

.content {
  width: 95rem;
}

.side {
  width: 52rem;
  position: relative;
}

.top {
  padding-top: 6rem;
}
.top .container {
  display: flex;
  justify-content: space-between;
}

.video {
  width: 100%;
  padding-top: 56%;
  position: relative;
}
.video__wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.video__wrap iframe {
  width: 100%;
  height: 100%;
}

.banner {
  width: 100%;
}

.banners-block {
  padding-top: 0;
}
.banners-block img {
  max-width: 100%;
}

.banner__title {
  font-size: 2.4rem;
  font-weight: 600;
  margin-top: 2.5rem;
}
@media screen and (max-width: 1024px) {
  .banner__title {
    font-size: 2.8rem;
    margin-top: 4rem;
  }
}

.blocks {
  display: flex;
  justify-content: space-between;
}

.program {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 2rem;
}
.program__item {
  width: 45rem;
  display: flex;
  align-items: center;
  column-gap: 1rem;
  position: relative;
  background: #272727;
  padding-left: 1.7rem;
}
.program__img {
  width: 18.3rem;
  flex-shrink: 0;
  height: 100%;
  object-fit: cover;
}
.program__sale {
  position: absolute;
  bottom: 0.5rem;
  right: 0.5rem;
  width: 5rem;
  height: 5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2C81B6;
  color: #000;
  font-size: 1.6rem;
  font-weight: bold;
}
.program__title {
  font-size: 2rem;
  font-family: "Bebas Neue", sans-serif;
  text-transform: uppercase;
  margin-bottom: 1rem;
  line-height: 1;
}
.program__text {
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: 500;
}

.box {
  display: block;
  text-decoration: none;
  color: white;
  cursor: pointer;
  margin-top: 2.5rem;
  position: relative;
}
.box__sale {
  margin-top: 4rem;
  padding: 3.5rem;
  background: #272727;
  text-align: center;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.5;
}
.box__sale b {
  font-weight: bold;
}
.box__label {
  width: 4.3rem;
  top: -0.3rem;
  left: -0.3rem;
  position: absolute;
}
.box__info {
  font-size: 2.4rem;
  font-weight: 500;
  text-align: center;
  margin-top: 4rem;
}
.box__info b {
  font-weight: bold;
}
.box__title {
  text-align: center;
  font-size: 2.4rem;
  line-height: 1.2;
  font-weight: 600;
  margin: 0 auto;
  padding: 6rem 0 4rem;
  position: relative;
}
.box__box {
  width: 78rem;
  margin: 0 auto;
}
.box__btn {
  height: 5rem;
  width: 30rem;
  background: #2C81B6;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 1.6rem 2rem;
  font-size: 1.5rem;
  color: white;
  text-transform: uppercase;
  box-sizing: border-box;
  font-weight: bold;
}
.box__buttons {
  margin-top: 4rem;
  text-align: center;
}

.format {
  margin-top: 5rem;
}
.format__block {
  display: flex;
  margin-bottom: 6rem;
  column-gap: 3rem;
}
.format__item {
  min-width: 46rem;
  max-width: 46rem;
  display: flex;
  flex-direction: column;
}
.format__heading {
  font-size: 3.2rem;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 6rem;
  text-align: center;
}
.format__title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 2rem;
  text-align: center;
}
.format__box {
  background: #272727;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.format__list {
  margin: 2rem 1rem;
  padding: 0;
  list-style-type: none;
}
.format__list li {
  margin-bottom: 2rem;
  font-size: 1.6rem;
  font-weight: 500;
  padding-left: 3rem;
  position: relative;
}
.format__list li b {
  font-weight: bold;
}
.format__list li:last-child {
  margin-bottom: 0;
}
.format__list li:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #2C81B6;
  border-radius: 50%;
  filter: blur(5px);
  transform: translateY(-50%);
}
.format__list li svg {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -1rem;
  width: 4rem;
  transform: translateY(-50%);
}
.format__img {
  height: 20rem;
  margin-top: auto;
}
.format__img img {
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
}

.list {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  column-gap: 4.8rem;
  row-gap: 4rem;
}
.list__item {
  list-style-type: none;
  position: relative;
  width: 35rem;
  min-height: 10rem;
  padding: 3rem 4rem 3rem 1.5rem;
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 500;
  background: #272727;
}
.list__icon {
  width: 7rem;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) translateX(50%);
}

.forma {
  padding: 10rem 0;
  background: url("../img/bg-form.png") bottom center no-repeat;
  background-size: cover;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.forma__block {
  width: 92rem;
}
.forma__info {
  position: relative;
  margin-bottom: 7.4rem;
}
.forma__subtitle {
  font-size: 3.2rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.forma__label {
  width: 12.8rem;
  position: absolute;
  top: -8.8rem;
  left: -6.4rem;
}
.forma__heading {
  font-size: 15rem;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Bebas Neue", sans-serif;
  margin-bottom: 2rem;
  color: #2C81B6;
}
.forma__text {
  font-weight: 700;
  font-size: 3.2rem;
  line-height: 1.3;
  margin-bottom: 1rem;
}
.forma__sale {
  font-size: 4.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #2C81B6;
  font-family: "Bebas Neue", sans-serif;
  margin-right: -2rem;
}
.forma__box {
  display: flex;
  row-gap: 1rem;
  align-items: start;
  justify-content: space-between;
}
.forma__form {
  border-radius: 999px;
  background: #EEE;
  overflow: hidden;
  padding: 0.5rem;
}
.forma__form .form {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.forma__form .form-input {
  width: 22rem;
  padding: 2rem 2rem;
  height: 7rem;
  margin-bottom: 0;
  background: #EEE;
  box-shadow: none;
}
.forma__form .form-separator {
  height: 7rem;
  background: #BBBBC3;
  width: 1px;
  flex-shrink: 0;
}
.forma__form .form-btn {
  width: auto;
  font-size: 2.4rem;
  font-family: "Bebas Neue", sans-serif;
  border-radius: 10rem;
  height: 7rem;
  padding: 2rem 2.4rem;
  margin-top: 0;
  min-width: inherit;
  color: white;
}
.forma__new {
  font-size: 1.4rem;
  font-weight: 600;
  margin-top: 0.5rem;
  margin-bottom: 2rem;
}

.comments {
  max-height: 100%;
  position: absolute;
  left: 0;
  width: 100%;
}

@media screen and (max-width: 1440px) {
  .forma {
    min-height: calc(100vh - 24rem);
  }
}
@media screen and (min-width: 1025px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 1024px) {
  .for-desktop {
    display: none !important;
  }
  body {
    font-size: 2.8rem;
  }
  .container {
    max-width: 100%;
    width: 100%;
  }
  .btn {
    height: 12rem;
    width: 100%;
    font-size: 3.6rem;
  }
  .text--selected {
    font-size: 4.5rem;
  }
  .video {
    margin-bottom: 0;
  }
  .form-input {
    height: 8rem;
    padding: 2rem 4rem;
    font-size: 2.8rem;
  }
  .form-btn {
    height: 8rem;
    border-radius: 0;
    padding: 1rem 3rem;
    font-size: 4.8rem;
    margin-top: 1rem;
  }
  .box__label {
    width: 6.8rem;
    top: -0.5rem;
    left: -0.5rem;
  }
  .format {
    margin-top: 10rem;
  }
  .format__heading {
    font-size: 1.8rem;
    margin-bottom: 8rem;
  }
  .format__block {
    flex-direction: column;
    row-gap: 8rem;
    margin-bottom: 8rem;
  }
  .format__item {
    max-width: 100%;
    min-width: 100%;
  }
  .format__title {
    font-size: 3.2rem;
    margin-bottom: 4rem;
  }
  .format__list {
    margin: 2rem 1rem;
  }
  .format__list li {
    font-size: 2.4rem;
    padding-left: 4rem;
  }
  .format__list li svg {
    width: 5rem;
    left: -1.5rem;
  }
  .format__img {
    height: auto;
  }
  .format__img img {
    width: 100%;
    height: auto;
  }
  .top {
    padding: 0;
  }
  .top .container {
    flex-direction: column;
  }
  .content {
    width: 100%;
    margin-bottom: 10rem;
  }
  .side {
    width: 100%;
  }
  .banners-block {
    padding: 0 2rem;
    background: none;
  }
  .blocks {
    flex-direction: column;
  }
  .gift__btn {
    margin-top: 7rem;
    margin-bottom: 7rem;
  }
  .box__btn {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .program {
    row-gap: 4rem;
    padding: 0 2rem;
  }
  .program__item {
    width: 100%;
    flex-direction: column;
    padding: 0;
  }
  .program__info {
    padding: 3.6rem 3.4rem;
  }
  .program__sale {
    width: 6rem;
    height: 6rem;
    top: 2rem;
    bottom: auto;
    right: 2rem;
    font-size: 2rem;
  }
  .program__title {
    font-size: 4rem;
    margin-bottom: 2rem;
  }
  .program__text {
    font-size: 2.8rem;
  }
  .program__img {
    width: 100%;
    min-height: inherit;
    height: auto;
  }
  .box {
    max-width: inherit;
    margin-top: 4rem;
  }
  .box__sale {
    padding: 1.4rem 2rem;
    margin: 8rem -2rem 0;
    font-size: 3.2rem;
  }
  .box__info {
    padding-bottom: 4rem;
    font-size: 3.2rem;
    line-height: normal;
  }
  .box__box {
    width: 100%;
    padding: 0;
  }
  .box__title {
    padding-bottom: 4rem;
    font-size: 4rem;
    padding-top: 8rem;
  }
  .box__buttons {
    margin-top: 0;
  }
  .box__btn {
    width: 100%;
    height: 10rem;
    font-size: 3.2rem;
  }
  .box__timer {
    column-gap: 3.5rem;
    margin-bottom: 0;
    padding: 1.5rem 5rem;
  }
  .box__timer--title {
    font-size: 2.8rem;
    margin-bottom: 2rem;
  }
  .box__timer--separator {
    font-size: 4.8rem;
  }
  .box__timer--num {
    font-size: 6rem;
  }
  .box__timer--txt {
    font-size: 2.6rem;
  }
  .list {
    max-width: inherit;
    margin: 0;
  }
  .list__item {
    width: 55.2rem;
    min-height: 16rem;
    padding: 5rem 6rem 5rem 2rem;
    font-size: 2.4rem;
  }
  .list__icon {
    width: 10rem;
  }
  .comments {
    max-height: 150rem;
    position: static;
  }
  .forma {
    background: url("../img/bg-form-mob.png") center top no-repeat;
    background-size: 100% auto;
    padding: 11rem 0 4rem;
  }
  .forma__block {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
  }
  .forma__info {
    margin: 0 2rem 8rem;
  }
  .forma__subtitle {
    font-size: 2.8rem;
    margin-bottom: 1.6rem;
  }
  .forma__heading {
    font-size: 8rem;
    margin-bottom: 1.6rem;
  }
  .forma__label {
    width: 8rem;
    top: -8rem;
    left: -2rem;
  }
  .forma__text {
    font-size: 2.8rem;
  }
  .forma__sale {
    font-size: 8rem;
  }
  .forma__box {
    flex-direction: column;
    row-gap: 10rem;
  }
  .forma__form {
    padding: 2rem;
    border-radius: 2rem;
    margin: 0 2rem;
  }
  .forma__form .form {
    flex-direction: column;
    align-items: stretch;
  }
  .forma__form .form-input {
    width: 100%;
    border-bottom: 1px solid #BBBBC3;
    padding: 3rem 0;
    height: 8rem;
  }
  .forma__form .form-separator {
    display: none;
  }
  .forma__form .form-btn {
    margin-top: 2rem;
    width: 100%;
    height: 10rem;
    font-size: 4rem;
  }
  .forma__new {
    font-size: 2.4rem;
    margin-top: 1rem;
    margin-bottom: 3rem;
    font-weight: 500;
  }
}
.timer {
  display: flex;
  gap: 2rem;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}
@media screen and (max-width: 1024px) {
  .timer {
    flex-direction: column;
    gap: 0;
    padding: 4rem;
  }
}
.timer__block {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 1rem;
}
.timer__separator {
  font-size: 2.4rem;
}
@media screen and (max-width: 1024px) {
  .timer__separator {
    font-size: 3.2rem;
  }
}
.timer__box {
  padding: 1rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.6rem;
  line-height: 1;
}
@media screen and (max-width: 1024px) {
  .timer__box {
    font-size: 2rem;
  }
}
.timer__num {
  font-size: 4rem;
  line-height: 1;
  min-width: 9rem;
}
@media screen and (max-width: 1024px) {
  .timer__num {
    font-size: 6rem;
    min-width: 16rem;
  }
}

/*footer*/
.footer {
  font-size: 2rem;
  line-height: 1.1;
  background: #000;
  color: #fff;
  border-top: 1px solid #454545;
  padding: 4.3rem 0 5.5rem;
}
.footer a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease-out, border 0.3s ease-out;
}
.footer a:hover {
  color: #2C81B6;
  border-color: #2C81B6;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 1024px) {
  .footer a svg {
    width: 4rem;
  }
}
@media screen and (max-width: 1024px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .container {
  padding: 0;
}
@media screen and (max-width: 1024px) {
  .footer .container {
    padding: 0 2rem;
  }
}
.footer__row {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 2rem;
}
.footer__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1024px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 3rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone > div {
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 1024px) {
  .footer__phone span {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 1024px) {
  .footer__phone a {
    font-size: 2.8rem;
  }
}
.footer__contacts {
  display: flex;
  column-gap: 6rem;
  align-items: center;
}
.footer__social a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 19rem;
  flex-shrink: 0;
  border: 1px solid white;
  border-radius: 5px;
  column-gap: 2rem;
  font-size: 1.4rem;
  font-weight: 500;
  padding: 1rem;
}
@media screen and (max-width: 1024px) {
  .footer__social a {
    padding: 2rem;
    width: 28rem;
    font-size: 2rem;
  }
}
.footer__mail a {
  display: inline-flex;
  align-items: center;
  column-gap: 1.2rem;
}
@media screen and (max-width: 1024px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 1024px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 1024px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/

/*# sourceMappingURL=main.css.map */
