@import url("res.css");
@import url("footer.css");
html {
  font-size: 16px;
}

body {
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  font-weight: normal;
  font-size: 10px;
  min-width: 280px;
  position: relative;
  line-height: 1.42857;
  -webkit-font-smoothing: antialised;
}

.hidden {
  display: none;
}

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

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

h1 {
  font-size: 3.6em;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  line-height: 1.2;
  width: 80%;
  text-transform: uppercase;
}

header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding: 1.75vw;
  background-color: white;
  font-size: 0.581vw;
}

.frame-wr {
  position: relative;
  width: 70%;
  margin-right: 3%;
}

.frame-wr > iframe {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.form-wr {
  width: 34%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.form-wr .form-wr {
  width: 97%;
  margin-top: 2.4vw;
  margin-top: auto;
}

.form-wr form > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.5em;
  text-transform: uppercase;
  margin-bottom: .8vw;
}

.form-wr input:not([type="submit"]) {
  width: 100%;
  border: 1px solid #ccc;
  margin-top: 3px;
  height: 3.3em;
  font-size: 1em;
  padding: 3%;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.form-wr input[type="submit"] {
  background-color: #ec1616;
  border: none;
  width: 100%;
  color: white;
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  letter-spacing: .18vw;
  font-size: 2.7em;
  line-height: 2.3;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.title-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;
}

.title-wr img {
  width: 19%;
}

.discount-wr {
  margin-top: .7vw;
}

.discount-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  margin-bottom: 18px;
}

.discount-title p:first-child {
  width: 97%;
  font-size: 2em;
  color: #1e222d;
  background-color: #f5f6f8;
  position: relative;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
  line-height: 1.25;
  text-align: left;
  padding-left: 3%;
  padding-right: 8%;
}

.discount-title p:first-child:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 1.25vw 0 0 3.35vw;
  border-color: #bb0c0c transparent transparent transparent;
  display: block;
  position: absolute;
  bottom: -1.2vw;
  z-index: 5;
}

.discount-title p:last-child {
  width: 35.5%;
  color: #000;
  font-size: 1.6em;
  line-height: 1.2;
  font-family: 'Museo Sans Cyrl 500', sans-serif;
}

.discount-title span {
  position: absolute;
  height: 3px;
  width: 15%;
  background-color: #ec1616;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -5%;
  display: block;
  z-index: 3;
}

.discount-title span:before, .discount-title span:after {
  position: absolute;
  height: 3px;
  width: 100%;
  background-color: #ec1616;
  display: block;
  z-index: 3;
  content: '';
}

.discount-title span:before {
  top: -11px;
  bottom: initial;
  left: -11%;
}

.discount-title span:after {
  top: initial;
  bottom: -11px;
  left: -11%;
}

.discount-body {
  position: relative;
  width: 97%;
  margin-top: .54vw;
}

.discount-body p:first-child {
  width: 100%;
  background-color: #1e222d;
  color: white;
  font-family: 'Museo Sans Cyrl 900', sans-serif;
  text-align: center;
  font-size: 4em;
  line-height: 1.5;
  position: relative;
  z-index: 2;
  padding-left: 4%;
  padding-right: 4%;
}

.discount-body p:nth-child(2) {
  color: #ec1616;
  background-color: transparent;
  padding: 0;
  font-size: 2em;
  text-align: right;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  width: 100%;
}

.discount-body p > span {
  display: block;
  position: relative;
  font-size: .9em;
}

.discount-body p > span:before {
  content: '';
  width: 110%;
  height: 3px;
  background-color: red;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  position: absolute;
  left: -5%;
}

.discount-body sup {
  font-size: 1.1em;
  top: 0;
  line-height: 1.3;
  color: #ec1616;
  bottom: 0;
  margin: auto;
  vertical-align: middle;
}

.text-sect {
  padding-top: 4.8vw;
  padding-bottom: 2vw;
  overflow: hidden;
}

.text-sect .col-md-6 > * {
  margin-left: -15px;
  font-size: 1.5rem;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
}

.text-sect h2 {
  font-size: 2.3rem !important;
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 900', sans-serif !important;
  letter-spacing: .2rem;
  position: relative;
  margin-bottom: 1vw;
}

.text-sect h2:after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  left: 0;
  font-size: 1.5em;
  bottom: 0;
  line-height: .9;
  word-break: keep-all;
  white-space: nowrap;
  color: #f5f6f8;
}

.text-sect li {
  position: relative;
  padding-left: 2rem;
  font-size: 0.8em;
  margin-bottom: 1.28vw;
  line-height: 1.2;
}

.text-sect li:before {
  content: '';
  display: block;
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  border: 2px solid #ec1616;
  top: .2vw;
}

.comment-section {
  padding-bottom: 20px;
}

.grey-block {
  margin-left: -20px;
  width: 86%;
  padding: 2%;
  background-color: #e8e8ea;
}

.grey-block img {
  position: absolute;
  right: 3%;
  top: -20%;
  width: 11%;
}

.red-block {
  position: absolute;
  right: -20px;
  width: 48%;
  bottom: 1.4vw;
  background-color: #ec1616;
  color: white;
  font-family: 'Museo Sans Cyrl 300', sans-serif;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.35;
  padding: 2% 2% 1% 3%;
  -webkit-box-shadow: 10px 10px 0 rgba(236, 22, 22, 0.1);
          box-shadow: 10px 10px 0 rgba(236, 22, 22, 0.1);
}

.red-block span {
  font-family: 'Museo Sans Cyrl 900', sans-serif;
}

.comment-section h2 {
  text-align: center;
  font-size: 2.2rem;
  text-transform: uppercase;
  font-family: 'Museo Sans Cyrl 900', sans-serif !important;
  line-height: normal;
}

@media screen and (max-width: 1199px) {
  html {
    font-size: 13px;
  }
}

@media screen and (max-width: 991px) {
  html {
    font-size: 9px;
  }
}

@media screen and (max-width: 767px) {
  html {
    font-size: 31px;
  }
  html {
    font-size: 0.521vw;
  }
  header {
    padding: 0;
    background-color: white;
    font-size: 2.05vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  a.js-button {
    padding: 4rem;
  }
  .frame-wr {
    width: 100%;
    margin-right: 0;
  }
  .frame-wr img {
    width: 17%;
  }
  .form-wr {
    width: 100%;
  }
  .embed-responsive {
    position: relative;
    display: block;
    width: 100%;
    padding: 0;
    overflow: hidden;
  }
  .embed-responsive-16by9::before {
    display: block;
    content: "";
    padding-top: 56.25%;
  }
  .discount-wr {
    width: 415px;
    margin: 0 auto;
    margin-top: 50px;
    font-size: 10px;
  }
  .discount-body {
    position: relative;
    width: 99%;
    margin-top: 10px;
  }
  .discount-title p:first-child::after {
    border-width: 23px 0 0 56px;
    bottom: -22px;
  }
  .form-wr .form-wr {
    margin-top: 2vw;
    font-size: 10px;
  }
  .form-wr .form-wr > div {
    margin-bottom: 11px;
  }
  .form-wr .form-wr input[type="submit"] {
    height: 60px;
    letter-spacing: 3px;
    margin-top: 18px;
    font-size: 15px;
  }
  .text-sect .col-md-6 {
    margin-bottom: 31px;
  }
  .text-sect h2 {
    margin-bottom: 8rem;
  }
  .text-sect h2:after {
    font-size: 1.2em;
  }
  .text-sect li {
    font-size: .465em;
    margin-bottom: 14px;
  }
  .discount-title p:first-child {
    font-size: 2.8em;
  }
  .red-block {
    font-size: .5rem;
    bottom: -1.6vw;
  }
  .comment-section h2 {
    font-size: 1rem;
  }
  .grey-block img {
    right: 0;
    top: -10%;
    width: 20%;
  }
  h1 {
    font-size: 4em;
    text-align: center;
    font-family: 'Museo Sans Cyrl 900', sans-serif;
    line-height: 1.2;
    width: 100%;
  }
  .discount-wr {
    width: 94%;
    margin-top: 10px;
    font-size: 7px;
  }
  .text-sect .col-md-6 > * {
    margin-left: 0;
  }
  .text-sect h2 {
    font-size: 10rem !important;
  }
  .text-sect li {
    font-size: 7rem;
  }
  .red-block {
    font-size: 4vw;
    right: 0;
    width: 61%;
    bottom: -13.6vw;
  }
  .grey-block {
    margin-left: 0px;
    width: 100%;
  }
  .discount-title p:first-child {
    font-size: 2.3em;
  }
  .text-sect li:before {
    width: 8rem;
    height: 8rem;
  }
  /*js-button*/
}

.cross {
  position: absolute;
  top: 1.1rem;
  right: 1.5rem;
}

.cross img {
  width: 1.1rem;
  height: 1.5rem;
}

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

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

.title {
  margin-top: -1.5rem;
  padding: 0 2rem;
  font-family: inherit;
  font-size: 8rem;
}

.title p {
  font-size: 0.8rem;
  color: #878787;
  margin-top: .5rem;
  letter-spacing: 0;
}

.title p > svg {
  max-width: 1rem;
  fill: #878787;
  margin-right: 0.5rem;
}

.title h2 {
  font-size: 1.5rem;
  margin: 0.4rem 0;
}

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

.modal2__block-body {
  width: 100%;
}

.modal2__block-body 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 input:not([type="submit"]) {
  width: 100%;
  font-weight: 300;
  font-size: 2.45rem;
  background: #FFFFFF;
  border: 1px solid #DEDEDE;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: .6rem;
  padding: 2.8rem 3rem;
  margin-bottom: 2.7rem;
}

.modal2 input[type="submit"] {
  border: none;
  width: 100%;
  font-size: 3rem;
  color: #161414;
  line-height: 1.4;
}

.modal2 #formsubmit {
  background-color: #ec1616;
  width: 100%;
  color: white;
  border: none;
  font-size: 1.4rem;
  text-transform: uppercase;
  line-height: 3;
  border-radius: 0.3rem;
}

.modal2 .form__checks p {
  position: relative;
}

.modal2 .form__checks p::before {
  content: "";
  width: 1rem;
  height: 1rem;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: url(../img/check.svg) center/contain no-repeat;
}

.modal2 .form__checks p {
  font-size: 0.8rem;
  padding: 1rem 1.8rem;
}

@media screen and (min-width: 768px) {
  .section-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 1.75vw;
  }
  .text-sect {
    width: 100%;
    padding-top: 0;
  }
  .comment-section {
    width: 35.6%;
  }
  .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: 35rem;
    height: initial;
    display: block;
    padding: 2rem 4rem 1rem;
    margin: auto;
    border-radius: 1.5rem;
  }
  .modal2__block-body h2 {
    font-size: 1.4rem;
    line-height: 1.2em;
  }
  .modal2 form {
    margin-top: 1.9rem;
  }
  .modal2 input:not([type="submit"]) {
    font-size: 1rem;
    padding: 1rem;
    margin-bottom: 1rem;
  }
  .modal2 input[type="submit"] {
    font-size: 1.2rem;
    line-height: 1.2rem;
  }
}

@media screen and (max-width: 767px) {
  .form-wr {
    padding: 0;
  }
  .modal2 input[type="submit"] {
    border: none;
    width: 100%;
    font-family: Montserrat;
    font-size: 3rem;
    color: #161414;
    font-size: 2.4rem;
    line-height: 1.7rem;
    margin: 0 auto;
  }
  .hidden-mob {
    display: none !important;
  }
  .show-mob {
    display: block !important;
  }
  .modal {
    background: rgba(0, 0, 0, 0.75);
  }
  .modal__center {
    padding: 21px 7px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .modal__block {
    border-radius: 12px;
    height: auto;
    padding: 0;
  }
  .modal__block-body {
    overflow: hidden;
    border-radius: 12px;
  }
  .modal__p,
  .modal__grey,
  .modal__bottom,
  .modal__present {
    padding-left: .9rem;
    padding-right: .9rem;
  }
  .modal form {
    margin-top: 0;
    padding-left: 3rem;
    padding-right: 3rem;
    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;
  }
  .modal__img 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: 1.5rem 3rem;
    margin-bottom: 0.7rem;
  }
  .modal input[type="submit"] {
    margin-top: 0.4rem;
  }
  .text-sect li {
    padding-left: 12rem;
  }
  .cross {
    top: 8rem;
    right: 8rem;
  }
  .cross img {
    width: 8rem;
    height: 8rem;
  }
  .modal2__block-body h2 {
    font-size: 12rem;
    line-height: 1em;
  }
  .modal2__p {
    font-size: 10rem;
    line-height: 1.2em;
  }
  .modal2 form {
    margin-top: 8rem;
  }
  .modal2 input:not([type="submit"]) {
    font-size: 7rem;
    border: 1px solid #DEDEDE;
    border-radius: 0.6rem;
    padding: 8rem;
    margin-bottom: 7rem;
  }
  .modal2 #formsubmit {
    font-size: 9rem !important;
    font: inherit;
    padding: 8rem;
  }
  .title-wr {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .title {
    margin-top: 1.5rem;
    padding: 0 2rem;
    font-family: inherit;
    font-size: 8rem;
  }
  .title p {
    font-size: 4rem;
  }
  .title p > svg {
    max-width: 4rem;
    margin-right: 2.5rem;
  }
  .title h2 {
    font-size: 8rem;
    margin: 0.4rem 0;
  }
}
/*# sourceMappingURL=main.css.map */