@import url("res.css");
@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&display=swap");
html {
  font-size: 1.5625vw;
}

body {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 1.8rem;
  position: relative;
  line-height: 2.16rem;
  -webkit-font-smoothing: antialised;
}

input {
  font-family: "Montserrat", sans-serif;
}

strong {
  font-weight: bold;
}

img {
  display: block;
}

.hidden {
  display: none;
}

.visible-mob {
  display: none !important;
}

.container {
  width: 100%;
  padding: 0 3rem;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.gold {
  color: #DB0000;
}

h1 {
  font-size: 3.6rem;
  line-height: 4.4rem;
  font-weight: 400;
  text-transform: uppercase;
  color: #DB0000;
  letter-spacing: 0;
}

.button {
  background: #DB0000;
  box-shadow: 0px 0px 3rem #0A1228;
  border-radius: 0.5rem;
  border: none;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 2.4rem;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1em;
  width: 100%;
  max-width: 43rem;
  transition: all 0.3s linear;
  padding: 0;
  margin: 0;
  padding: 2.3rem 0;
}
.button:hover {
  background: #DB0000;
  opacity: 0.75;
}

.header {
  background-image: url(../img/01.jpg);
  background-size: cover;
  background-position: top center;
  color: #fff;
  overflow: hidden;
  font-size: 1.7rem;
  padding: 7rem 0 6rem;
  position: relative;
}
@media screen and (max-width: 920px) {
  .header {
    padding: 3rem 0 6rem;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
  }
}
.header__top {
  font-weight: normal;
  font-size: 3.2rem;
  line-height: 4.4rem;
  letter-spacing: 0em;
  text-transform: uppercase;
  color: #DB0000;
}
.header__text {
  font-weight: normal;
  font-size: 2.4rem;
  line-height: 3.4rem;
  max-width: 65rem;
}
.header__list {
  margin-top: 1.7rem;
}
.header__list_title {
  letter-spacing: 0.02em;
}
.header__list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.header__list li {
  position: relative;
  padding-left: 2.8rem;
  width: 100%;
  margin-bottom: 1.5rem;
}
.header__list li:before {
  content: "";
  display: block;
  background: url(../img/check-red.svg) center/contain no-repeat;
  width: 1.1rem;
  height: 0.7rem;
  position: absolute;
  background-size: cover;
  left: 0;
  top: 1rem;
}
.header__list li p {
  font-family: "Montserrat", sans-serif;
  font-weight: normal;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #FFFFFF;
}
.header__tip {
  position: relative;
  padding-top: 0.7rem;
  line-height: 1.47;
  margin-bottom: 1.2rem;
  width: 37%;
  font-size: 2rem;
  text-transform: uppercase;
}
.header__tip span {
  font-weight: bold;
}
.header__places {
  font-size: 1.6rem;
  margin-top: 1.3rem;
}
.header__places strong {
  font-weight: 700;
}
.header__image {
  width: 100%;
  overflow: hidden;
  margin-top: 1.5rem;
  position: relative;
}
.header__image img {
  width: 100%;
}

.form__checks p {
  font-size: 1.6rem;
  padding-top: 1rem;
}

a.js-button {
  width: 100%;
  height: 100%;
}

a.js-button img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.modal.show {
  display: flex;
}
.modal__block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  padding: 0 3%;
  align-items: center;
  position: relative;
}
.modal-body {
  width: 100%;
}
.modal h2 {
  font-weight: 600;
  font-size: 3rem;
  line-height: 1.23;
  text-align: center;
  text-transform: uppercase;
  color: #161414;
}
.modal form {
  width: 100%;
  margin-top: 4rem;
}
.modal input:not([type=submit]) {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-weight: 300;
  font-size: 2rem;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  box-sizing: border-box;
  border-radius: 0.6rem;
  padding: 2rem 2.5rem;
  margin-bottom: 2.7rem;
}
.modal input[type=submit] {
  border: none;
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.4;
}
.modal .form__title {
  font-size: 2.2rem;
  line-height: 2.9rem;
  text-align: center;
}
.modal .form__title span {
  font-weight: bold;
  text-transform: uppercase;
}

.cross {
  position: absolute;
  top: 2.2rem;
  right: 1.9rem;
}
.cross img {
  width: 2.2rem;
  height: 2.2rem;
}

.vid-wr {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}
.vid-wr > * {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.header__text {
  font-size: 2.1rem;
}

@media screen and (min-width: 921px) {
  body {
    background: #1C1E24;
  }
  html {
    font-size: 0.521vw;
  }
  .container {
    width: 83%;
  }
  h1 {
    font-size: 4.6rem;
    line-height: 5.5rem;
    letter-spacing: 0.07rem;
  }
  .span {
    font-size: 2.6rem;
    line-height: 3.6rem;
  }
  .subtilte {
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 3.1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    max-width: 65rem;
    padding-top: 5rem;
    padding-bottom: 0;
  }
  .header {
    padding: 4rem 0;
    position: relative;
    background-image: url(../img/bg-main-red.jpg);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 24rem);
  }
  .header__top {
    font-size: 3.3rem;
    margin-bottom: 3rem;
    line-height: 3.4rem;
    letter-spacing: 0.04rem;
  }
  .header__title {
    max-width: 78rem;
    position: relative;
  }
  .header__list {
    padding-top: 2rem;
    width: 50%;
    padding-bottom: 2rem;
  }
  .header__list_title {
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 3.1rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #DB0000;
    text-transform: uppercase;
    padding-bottom: 1.5rem;
  }
  .header__list li {
    padding-left: 2.5rem;
    width: 100%;
    margin-bottom: 2rem;
    padding-right: 1rem;
  }
  .header__list li p {
    font-family: "Montserrat", sans-serif;
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.2rem;
    color: #FFFFFF;
  }
  .header__tip {
    font-weight: normal;
    font-size: 1.8rem;
    line-height: 2.5rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 1.6rem;
  }
  .header__image {
    position: absolute;
    right: 18.7rem;
    width: 77.9rem;
    z-index: 2;
  }
  .header__image img:first-child {
    display: none;
  }
  .header__image img:nth-child(2) {
    display: block;
  }
  .header__image li {
    position: relative;
    padding-left: 1.6rem;
    margin-bottom: 0.1rem;
  }
  .header__image li:before {
    content: "";
    display: block;
    width: 0.3rem;
    height: 0.3rem;
    position: absolute;
    border-radius: 50%;
    background-color: #000;
    left: 0.2rem;
    top: 1.2rem;
  }
  .modal {
    background: rgba(0, 0, 0, 0.6);
    justify-content: center;
    align-items: center;
  }
  .modal.show {
    display: flex;
  }
  .modal__block {
    width: 34%;
    height: initial;
    display: block;
    padding: 4.2rem 5.6%;
    margin: auto;
    border-radius: 1.5rem;
  }
  .modal-body h2 {
    font-size: 2.2rem;
  }
  .modal form {
    margin-top: 3.9rem;
  }
  .modal:not([type=submit]) {
    font-size: 1.8rem;
    padding: 2rem;
    margin-bottom: 2rem;
  }
  .modal[type=submit] {
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
}
@media screen and (max-width: 920px) {
  .hidden-mob {
    display: none !important;
  }
  .visible-mob {
    display: block !important;
  }
  .button {
    margin-top: 2.4rem;
    max-width: inherit;
    font-size: 3.6rem;
    padding: 3.2rem 0;
  }
  .header__top {
    font-size: 2.9rem;
    margin-bottom: 2rem;
  }
  .header__tip {
    position: relative;
    padding-top: 1.1rem;
    font-size: 2.1rem;
    line-height: 1.2;
    margin-top: 3rem;
    margin-bottom: 0;
    width: 100%;
  }
  .header__places {
    margin-top: 2rem;
    font-size: 2.4rem;
    line-height: 3rem;
  }
  .header__list li p {
    font-size: 2.4rem;
    line-height: 2.8rem;
  }
  .header__list li:before {
    width: 2.1rem;
    height: 1.7rem;
  }
  .header__list {
    margin-top: 3rem;
  }
  .header__list li {
    margin-bottom: 1.7rem;
    padding-left: 4.3rem;
  }
  .header__50 {
    width: 12.4rem;
    height: 57.5rem;
    position: absolute;
    top: -14rem;
    right: 3.4rem;
    background: url(../img/50.svg) center/contain no-repeat;
    z-index: 1;
  }
  .header__50 .wrap-50 {
    padding-top: 38rem;
  }
  .header__50 .wrap-50 span:nth-child(1) {
    padding-left: 1rem;
    font-size: 1.4rem;
    line-height: 1.8rem;
  }
  .header__50 .wrap-50 span:nth-child(2) {
    font-size: 2.6rem;
    line-height: 3.4rem;
    padding-left: 1rem;
  }
  .header__image {
    margin: 3rem 0;
    overflow: visible;
  }
  .header__list_title {
    font-weight: normal;
    font-size: 3.2rem;
    line-height: 2.2rem;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #DB0000;
    padding-bottom: 3rem;
  }
  .vid-wr {
    width: calc(100% + 6rem);
    left: -3rem;
    padding-top: 63%;
    position: relative;
  }
  .modal input[type=submit] {
    border: none;
    width: 100%;
    font-family: Montserrat;
    font-size: 3rem;
    color: #fff;
    font-size: 2.4rem;
    line-height: 1.7rem;
    margin: 0 auto;
  }
  .hidden-mob {
    display: none !important;
  }
  .show-mob {
    display: block;
  }
  .modal {
    background: rgba(0, 0, 0, 0.0075);
  }
  .modal__center {
    padding: 21px 7px;
    align-items: flex-start;
  }
  .modal__block {
    border-radius: 0;
    height: auto;
    max-height: 100%;
    overflow-y: auto;
    padding: 15rem 4rem 4rem;
    align-items: start;
  }
  .modal__block-body {
    overflow: hidden;
    border-radius: 12px;
  }
  .modal__p,
.modal__grey,
.modal__bottom,
.modal__present {
    padding-left: 0.9rem;
    padding-right: 0.9rem;
  }
  .modal form {
    margin-top: 0;
    padding-bottom: 3rem;
  }
  .modal__p {
    font-size: 1.8rem;
    padding: 1.8rem;
  }
  .modal__grey {
    font-size: 1.8rem;
    padding: 0 5rem;
  }
  .modal__bottom {
    font-size: 1.8rem;
    padding: 0 5rem;
  }
  img {
    max-width: 100%;
    margin: auto;
  }
  .modal__box {
    margin-top: -20px;
    z-index: 999;
    position: relative;
  }
  .modal__present {
    padding-bottom: 0.6rem;
    font-size: 2.3rem;
  }
  .modal input:not([type=submit]) {
    padding: 3rem 6rem;
    font-size: 3rem;
    margin-bottom: 2rem;
  }
  .modal input[type=submit] {
    margin-top: 2rem;
    font-size: 4rem;
    padding: 3rem 6rem;
    line-height: 1;
    box-shadow: none;
  }
  .modal .form__title {
    font-size: 3.5rem;
    line-height: 1.2;
    margin-bottom: 4rem;
  }
  .modal .form__checks p {
    font-size: 2.5rem;
    padding-top: 2rem;
    line-height: 1.1;
  }
}
/* END style right-form*/ 
/*****timer*****/
.timer-wr {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 1.7rem;
  flex-direction: column;
  position: relative;
  top: -1.5rem;
}
.timer_text {
  width: 100%;
  border: 1px solid #EC0404;
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: bold;
  color: #EC0404;
  padding: 0.5rem 1.5rem;
  margin-left: 0.4rem;
}
.timer_text span {
  font-size: 2.1rem;
  text-transform: none;
}
.timer_block {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 20rem;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: left;
  color: #000;
  flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  margin-left: 0;
}
.timer_block .hour-text,
.timer_block .mins-text,
.timer_block .secs-text {
  font-weight: normal;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #626262;
  position: absolute;
  bottom: 0.6rem;
  left: 50%;
  transform: translate(-50%, 0px);
}
.timer_block > p {
  width: 100%;
  margin-bottom: 0.5rem;
}
.timer_block .timer-item {
  position: relative;
  width: 5.3rem;
  text-align: center;
  text-transform: capitalize;
  font-size: 0.8rem;
  line-height: 1.1rem;
  color: #626262;
}
.timer_block .timer-item:not(:last-child):after {
  content: ":";
  width: 0.8rem;
  height: 4.2rem;
  position: absolute;
  right: -1.3rem;
  top: 0.4rem;
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.2rem;
  text-transform: uppercase;
  color: #656565;
}
.timer_block .timer-span {
  font-weight: bold;
  font-size: 3rem;
  line-height: 4.2rem;
  color: #F6E17A;
  display: block;
  padding: 0.3rem 0.5rem 0.8rem;
  margin-bottom: 0.3rem;
  background: linear-gradient(180deg, #131927 0%, rgba(44, 55, 84, 0.74) 100%);
  box-shadow: 0px 2px 0px #283967;
  border-radius: 6px;
}

@media screen and (min-width: 921px) {
  .timer-wr {
    align-items: center;
    max-width: 20rem;
    margin-top: 0rem;
    flex-direction: row;
  }
  .timer_text {
    width: auto;
    font-size: 1.6rem;
    line-height: 2.6rem;
    padding: 1rem 1.5rem;
    margin-left: 0;
    margin-right: 2rem;
  }
  .timer_text span {
    font-size: 2rem;
  }
  .timer_block {
    font-size: 1.55rem;
    padding: 0;
    margin-top: 2.1rem;
    margin-bottom: 0;
    flex: 0 0 auto;
  }
  .timer_block span {
    font-size: 2.75rem;
  }
}
/*****ENDtimer*****/
@media screen and (min-width: 921px) {
  .for-mobile {
    display: none !important;
  }
}
@media screen and (max-width: 920px) {
  .for-desktop {
    display: none !important;
  }
}
/*footer*/
.footer {
  font-size: 2rem;
  line-height: 1.1;
  background: #1C1E24;
  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: #DB0000;
  border-color: #DB0000;
}
.footer a svg {
  width: 2rem;
  fill: currentColor;
}
@media screen and (max-width: 920px) {
  .footer a svg {
    width: 3.5rem;
  }
}
@media screen and (max-width: 920px) {
  .footer {
    padding: 6rem 0;
    font-size: 2rem;
  }
  .footer__support {
    font-size: 2.4rem;
  }
}
.footer .holder {
  padding: 0;
}
@media screen and (max-width: 920px) {
  .footer .holder {
    padding: 0 20px;
  }
}
.footer__row {
  min-height: 4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 6rem;
  margin-bottom: 3rem;
}
.footer__row:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 920px) {
  .footer__row {
    min-height: 5rem;
    column-gap: 3rem;
    margin-bottom: 4rem;
  }
  .footer__row:last-child {
    margin-bottom: 0;
  }
}
.footer__phone {
  display: flex;
  column-gap: 6rem;
  min-width: 19rem;
}
.footer__phone span {
  display: block;
  font-size: 1.4rem;
  color: #A3A3A3;
  margin-bottom: 0.8rem;
}
@media screen and (max-width: 920px) {
  .footer__phone span {
    font-size: 1.8rem;
    margin-bottom: 1.2rem;
  }
}
.footer__phone a {
  font-weight: 500;
}
@media screen and (max-width: 920px) {
  .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: 920px) {
  .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: 920px) {
  .footer__mail a {
    column-gap: 2rem;
    font-size: 2rem;
  }
}
.footer__copyright {
  text-transform: uppercase;
  text-align: right;
}
@media screen and (max-width: 920px) {
  .footer__copyright {
    text-align: center;
  }
}
@media screen and (max-width: 920px) {
  .footer__info {
    display: flex;
    flex-direction: column;
    row-gap: 4rem;
    align-items: center;
    margin: 0 auto;
  }
}

/*ENDfooter*/

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