@import url("res.css");
html {
  font-size: 1.562vw;
}

body {
  font-family: 'Roboto', sans-serif;
  min-width: 320px;
  position: relative;
  font-style: normal;
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-font-smoothing: antialised;
}

body * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Roboto', sans-serif;
}

strong {
  font-weight: 700;
}

.hidden {
  display: none;
}

@media screen and (min-width: 768px) {
  html {
    font-size: .5209vw;
  }
}

.grecaptcha-badge {
  display: none;
}

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

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

.show {
  display: block;
}

.top {
  padding-top: 3rem;
}

.video_wrap {
  margin: 0;
  padding-top: 56.3%;
  position: relative;
}

.video_wrap iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.side a {
  display: block;
}

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

.side-wrap {
  padding: 2.4rem;
}

.side-title {
  font-family: 'Roboto', sans-serif;
}

.side-title-programm {
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 0.6rem;
}

.side-title-text {
  font-size: 3.8rem;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  position: relative;
  padding-bottom: 1.1rem;
  border-bottom: 1px solid #D7D7D7;
}

.side-title-text:after {
  content: '';
  width: 100%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.side-title-info {
  font-size: 2.4rem;
  line-height: 1.2;
  margin-top: 1.5rem;
  margin-top: 0em;
}

.side-form {
  margin: 0 auto;
  margin-top: 2rem;
  padding: 2.2rem 2rem 2.7rem;
}

.side-form-wrap {
  margin-top: 2.8rem;
  margin-top: 0rem;
}

.side-form-wrap > p {
  font-size: 2.4rem;
}

.side-info {
  padding-top: 0.6rem;
}

.wrap.active .top .side {
  display: none;
}

.wrap.active .blog .content {
  display: none;
}

form {
  margin-top: 0.9rem;
}

fieldset {
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: none;
}

fieldset input,
fieldset textarea {
  font-size: 2.2rem;
  -webkit-box-shadow: none;
          box-shadow: none;
  line-height: 2.2rem;
  padding: 2rem;
  margin-bottom: 1.9rem;
  font-weight: 300;
  border: 1px solid #D7D7D7;
  border-radius: .6rem;
}

fieldset input[type="submit"],
fieldset textarea[type="submit"] {
  font-size: 2.6rem;
  line-height: 2.6rem;
  letter-spacing: .09rem;
  padding: 2rem;
  margin: 0;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #fff;
  font-weight: 400;
  text-transform: none;
  border: 1px solid transparent;
  background: -webkit-gradient(linear, left bottom, left top, from(#D10000), to(#FF0000));
  background: linear-gradient(360deg, #D10000 0%, #FF0000 100%);
  -webkit-box-shadow: 0px .2rem 0px #F00;
          box-shadow: 0px .2rem 0px #F00;
  border-radius: 1rem;
}

fieldset input[type="submit"]:hover,
fieldset textarea[type="submit"]:hover {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0.5);
}

fieldset input[type="submit"]:focus,
fieldset textarea[type="submit"]:focus {
  -webkit-box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
          box-shadow: 0 0 1rem rgba(0, 0, 0, 0);
}

.button {
  font-size: 3rem;
  line-height: 3rem;
  letter-spacing: .09rem;
  padding: 2rem;
  margin: 0rem auto 5rem;
  display: table;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  color: #fff;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  background: -webkit-gradient(linear, left bottom, left top, from(#D10000), to(#FF0000));
  background: linear-gradient(360deg, #D10000 0%, #FF0000 100%);
  -webkit-box-shadow: 0px .2rem 0px #F00;
          box-shadow: 0px .2rem 0px #F00;
  border-radius: .6rem;
  text-decoration: none;
  text-align: center;
}

.blog {
  margin: 0 auto;
  width: 94%;
  margin-top: 2.7rem;
}

.footer {
  padding-bottom: 2rem;
}

.footer .holder:first-child {
  margin: 0 auto;
}

.footer .holder:last-child {
  font-size: 1.4rem;
}

.footer-phone {
  font-size: 2rem;
}

.modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font: inherit;
}

.modal__p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.modal.show {
  display: block;
}

.modal__block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 8rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.modal__block-body {
  width: 100%;
}

.modal form {
  width: 100%;
  margin-top: 5rem;
}

.modal .cross2 {
  top: 2.3rem;
  right: 2.3rem;
  display: table;
  position: absolute;
}

.modal .cross2 img {
  width: 2.3rem;
  height: 2.3rem;
}

.modal2 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 5;
  font: inherit;
}

.modal2__p {
  text-align: center;
  font-size: 1.4rem;
  line-height: 1.2em;
}

.modal2.show {
  display: block;
}

.modal2__block {
  background-color: #fff;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 3%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  width: 100%;
}

.modal2__block h2 {
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 1.23;
  text-align: center;
  text-transform: uppercase;
  color: #161414;
}

.modal2 form {
  width: 100%;
  margin-top: 4rem;
}

.modal2 .cross {
  top: 2.3rem;
  right: 2.3rem;
  display: table;
  position: absolute;
}

.modal2 .cross img {
  width: 2.3rem;
  height: 2.3rem;
}

.g-form__title {
  font-weight: 600;
  font-size: 2.4rem;
  line-height: 2.9rem;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1.8rem;
}

.g-form__input {
  background: #fff;
  border: 0.1rem solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 0.3rem;
  padding: 2rem;
  font-weight: 300;
  font-size: 2.2rem;
  line-height: 2.2rem;
}

.g-form__button {
  width: 100%;
  display: block;
  text-align: center;
  margin-bottom: 3rem;
  text-decoration: none;
  font-size: 2.6rem;
  line-height: 2.6rem;
  padding: 2rem;
  text-transform: none;
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .modal {
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal__block {
    width: 100%;
    max-width: 60rem;
    height: initial;
    display: block;
    margin: 0 auto;
    border-radius: 2rem;
  }
  .modal2 {
    background: rgba(0, 0, 0, 0.6);
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .modal2.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .modal2__block {
    width: 100%;
    max-width: 70rem;
    height: initial;
    display: block;
    margin: auto;
    border-radius: 1.5rem;
  }
  .g-form__title {
    font-weight: 600;
    font-size: 2.4rem;
    line-height: 2.9rem;
    text-align: center;
    text-transform: uppercase;
    color: #000000;
    margin-bottom: 1.8rem;
  }
  .g-form__input {
    background: #fff;
    border: 0.1rem solid #DEDEDE;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-radius: 0.3rem;
    padding: 2rem;
    font-weight: 300;
    font-size: 2.2rem;
    line-height: 2.2rem;
  }
  .g-form__button {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 3rem;
    text-decoration: none;
    font-size: 2.6rem;
    line-height: 2.6rem;
    padding: 2rem;
    text-transform: none;
    border-radius: 1rem;
  }
  .hidden-mob {
    display: block !important;
  }
  .visible-mob {
    display: none !important;
  }
  .holder {
    width: 88%;
    margin: 0 auto;
  }
  .top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 4rem;
  }
  .content {
    width: 66.3%;
  }
  .side {
    width: 32.1%;
  }
  .side-title-programm {
    font-size: 1.6rem;
  }
  .side-title-text {
    font-size: 2.8rem;
  }
  .side-title-info {
    font-size: 2rem;
    margin-top: 1.6rem;
  }
  .side-form-wrap {
    margin-top: 0;
  }
  .side-form-wrap > p {
    font-size: 2rem;
  }
  .video_wrap {
    margin: 0;
    padding-top: 56.2%;
  }
  .title {
    margin-bottom: 0;
  }
  form {
    margin-top: 1.1rem;
  }
  .wrap.active .holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 5rem;
  }
  .wrap.active .top {
    width: 66.3%;
  }
  .wrap.active .top .content {
    width: 100%;
  }
  .wrap.active .blog {
    width: 32.5%;
  }
  .wrap.active .blog .side {
    width: 100%;
  }
  .footer-block {
    width: 100%;
  }
}

.timer-wr {
  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;
  margin-top: 1.7rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.timer_text {
  width: 50%;
  border: .1rem solid #EC0404;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .7rem;
  font-size: 2.8rem;
  text-transform: uppercase;
  line-height: 1;
  font-weight: 400;
  color: #EC0404;
  padding: .5rem 1.5rem;
  margin-left: .4rem;
}

.timer_text span {
  font-size: 2.1rem;
}

.timer_block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 45.5%;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: left;
  color: #000;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.timer_block > p {
  width: 100%;
  margin-bottom: .5rem;
}

.timer_block div {
  position: relative;
  width: 18.7%;
  text-align: center;
  text-transform: capitalize;
  font-size: 1.8rem;
  color: #828282;
}

.timer_block div:not(:last-child):after {
  content: '';
  position: absolute;
  right: -2.5rem;
  top: 0;
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 1.2;
  color: #000000;
}

.timer_block span {
  font-weight: bold;
  font-size: 3.7rem;
  line-height: 1.2;
  text-align: center;
  color: #fff;
  display: block;
  background: #EC0404;
  padding: 0.7rem;
  margin-bottom: .3rem;
  border-radius: .55rem;
}

.bold {
  font-weight: bold;
}

.bonus {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 92rem;
  margin: 0 auto;
  padding: 2.2rem 1rem 2.7rem;
}

.bonus-top {
  font-weight: 500;
  font-size: 2.6rem;
  line-height: 3.9rem;
  text-align: center;
  color: #000000;
}

.bonus-top span.red {
  color: #EC0404;
  font-weight: 900;
  text-transform: uppercase;
}

.bonus-bottom {
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.9rem;
  text-align: center;
  color: #000000;
}

.bonus > div:first-child {
  position: relative;
  background: #EC0404;
  border-radius: 1rem;
  color: #fff;
  font-size: 3rem;
  padding: 2.5rem 3.2rem;
  line-height: 1.4;
}

.bonus > div:first-child:after {
  content: '';
  display: block;
  background-image: url(../img/arr.png);
  background-size: cover;
  width: 4.8rem;
  height: 3.3rem;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -2.7rem;
  margin: 0 auto;
}

.bonus strong {
  text-transform: uppercase;
}

.bonus ul {
  font-weight: 900;
  font-size: 2.4rem;
  line-height: 190%;
  width: 90%;
  margin: 4rem auto 4rem;
}

.bonus li {
  position: relative;
  padding-left: 5rem;
  font-size: 5rem;
}

.bonus li:before {
  content: '';
  display: block;
  background-image: url(../img/check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 3.6rem;
  height: 2.9rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.programms {
  margin-top: 6.9rem;
}

.programms h2 {
  font-weight: 900;
  font-size: 3.8rem;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
  color: #000000;
}

.programm {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  padding: 2.5rem 1.5rem 1.5rem;
  margin-top: 3.4rem;
}

.programm + h2 {
  margin-top: 4.8rem;
}

.programm-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-size: 2.2rem;
  line-height: 1.3;
  padding-left: 1.9rem;
}

.programm-top h3 {
  font-weight: bold;
  font-size: 3.2rem;
  line-height: 1.3;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 1.2rem;
}

.programm-top div:last-child {
  text-align: right;
  padding-top: .5rem;
}

.programm-top svg {
  width: 9rem;
  height: auto;
}

.programm-top span {
  background: #EC0404;
  border-radius: 1rem;
  display: block;
  font-weight: bold;
  font-size: 4.3rem;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  margin-top: .9rem;
  padding: 0 1.3rem;
}

.programm-bonus {
  background: #F8F8F8;
  border-radius: 0px 0px .8rem .8rem;
  margin-top: 1.5rem;
  padding: 1rem 2rem .5rem;
}

.programm-bonus p {
  font-size: 2.2rem;
  font-weight: bold;
}

.programm-bonus span {
  color: #f00;
  display: block;
}

.programm-bonus ul {
  font-size: 2.2rem;
  line-height: 1.75;
  color: #000000;
  margin-top: 1.2rem;
}

.programm-bonus li {
  position: relative;
  padding-left: 1.6rem;
  font-size: 2.2rem;
}

.programm-bonus li:before {
  content: '';
  display: block;
  background-image: url(../img/check.svg);
  background-size: cover;
  width: 0.8rem;
  height: .65rem;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}

.programm.small {
  border: .1rem solid #E5E5E5;
  padding: 1.7rem 1.5rem 1.8rem;
  margin-top: 1.5rem;
}

.programm.small .programm-top {
  padding: 0 0 0 1rem;
}

.programm.small .programm-top h3 {
  margin-bottom: 0.6rem;
}

.programm.small .programm-top h3 span {
  display: initial;
  background-color: transparent;
  padding: 0;
  color: #f00;
  font-size: 3.2rem;
  line-height: 1.3;
}

.programm.small .programm-top svg {
  width: 9rem;
}

.programm.small .programm-top span {
  font-size: 4rem;
  margin-top: .7rem;
  padding: 0 1rem;
}

.programm.small:last-child .programm-top span {
  margin-top: 4rem;
}

.conditions {
  margin-top: 7.2rem;
  padding-bottom: 5rem;
}

.conditions-wrap {
  border: 1px solid #EC0404;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.15);
          box-shadow: 0px 1rem 4rem rgba(0, 0, 0, 0.15);
  border-radius: 2rem;
  font-weight: 900;
  font-size: 2.6rem;
  line-height: 3.9rem;
  text-align: center;
  text-transform: uppercase;
  padding: 2.5rem 1rem;
}

.conditions .button {
  width: 100%;
  display: block;
  text-align: center;
  margin-top: 3rem;
  text-decoration: none;
  font-size: 3rem;
  line-height: 3;
  text-transform: none;
  border-radius: 1rem;
}

@media screen and (min-width: 768px) {
  .timer-wr {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 0rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timer_text {
    width: 100%;
    font-size: 2rem;
    line-height: 2.8rem;
    padding: 0.8rem 1rem;
    margin-left: 0;
    margin-right: 2rem;
  }
  .timer_text span {
    font-size: 2rem;
  }
  .timer_block {
    font-size: 1.2rem;
    padding: 0;
    margin-top: 1.1rem;
    margin-bottom: 1.1rem;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }
  .timer_block span {
    font-size: 2.5rem;
  }
  .timer_block div:not(:last-child)::after {
    right: -3rem;
    font-size: 3.4rem;
  }
  .timer_block div {
    font-size: 1.1rem;
  }
  .blog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: 4.7rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 100%;
  }
  .blog .content {
    margin: 0 auto;
    width: 73%;
  }
  .bonus:after {
    right: 2.4rem;
    bottom: 2rem;
  }
  .bonus > div:first-child {
    font-size: 3rem;
    padding: 2.5rem 3.2rem 2.3rem;
    line-height: 1.4;
    width: 48.2%;
  }
  .bonus > div:first-child:after {
    left: auto;
    right: -3.5rem;
    bottom: 0;
    margin: auto;
    top: 0;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .bonus > div:last-child {
    width: 51.8%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .bonus ul {
    width: 81%;
    margin: 0 auto 0;
  }
  .programms {
    margin-top: 2.1rem;
    margin-right: -1.3rem;
    margin-left: -1.3rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .programms h2 {
    width: 100%;
  }
  .programm {
    padding: 2.4rem 1.6rem 1.5rem;
    margin-top: 1.4rem;
    margin-right: 1.3rem;
    margin-left: 1.3rem;
    width: 49%;
    width: calc(1/2*100% - (1 - 1/2)* 5.2rem);
  }
  .programm-top {
    font-size: 1.8rem;
    padding-left: 1.7rem;
  }
  .programm-top h3 {
    font-size: 3rem;
    line-height: 3.9rem;
    margin-bottom: 1.7rem;
  }
  .programm-top svg {
    width: 9rem;
    height: auto;
  }
  .programm-top span {
    margin-top: .5rem;
    padding: 0 .8rem;
  }
  .programm-top p {
    font-size: 2rem;
    line-height: 2.6rem;
  }
  .programm + h2 {
    display: none;
  }
  .programm-bonus {
    padding: 1rem 1.7rem .8rem;
  }
  .programm-bonus p {
    font-size: 2.2rem;
  }
  .programm-bonus ul {
    font-size: 1.8rem;
    line-height: 1.8;
  }
  .programm.small {
    padding: 1.7rem 1.5rem 1.6rem;
    margin-top: 2rem;
  }
  .programm.small .programm-top {
    padding: 0 0 0 .4em;
  }
  .programm.small .programm-top h3 {
    margin-bottom: 1.5rem;
  }
  .conditions {
    margin-top: 4rem;
    padding-bottom: 4rem;
  }
  .conditions-wrap {
    width: 75%;
    padding: 2.5rem 1rem;
    margin: 0 auto;
  }
  .conditions-wrap br:first-child {
    display: none;
  }
  .conditions .button {
    font-size: 2.5rem;
    line-height: 2.8;
    width: 41%;
    margin: 3rem auto 9rem;
  }
}

@media screen and (max-width: 767px) {
  .side {
    padding: 1.2rem 2rem;
  }
  .timer_text p {
    font-size: 2.2rem;
    line-height: 3.1rem;
  }
  .timer_block > p {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .timer_block span {
    font-size: 2.8rem;
    line-height: 3.3rem;
  }
  .timer_block div {
    font-size: 1.3rem;
    line-height: 1.6rem;
  }
  .side-title-info {
    font-size: 2.2rem;
    line-height: 2.6rem;
    margin-top: 1em;
  }
  .timer-wr {
    margin-top: 0;
  }
  .bonus-top {
    font-size: 2.8rem;
    line-height: 4.2rem;
    padding-bottom: 1.2rem;
  }
  .bonus {
    padding: 2.2rem 1rem;
  }
  .programms {
    margin-top: 3.5rem;
  }
  .conditions {
    margin-top: 4.2rem;
  }
  .conditions .button {
    width: 75%;
    margin: 0 auto;
    display: block;
    text-align: center;
    margin-top: 3rem;
    text-decoration: none;
    font-size: 2.8rem;
    line-height: 2.8rem;
    text-transform: none;
    border-radius: 2rem;
    font-weight: 400;
    padding: 2.5rem;
  }
  .conditions-wrap {
    font-size: 3.2rem;
    line-height: 4.8rem;
  }
}
/*# sourceMappingURL=main.css.map */