@charset "UTF-8";
@font-face {
  font-family: "VagWorld";
  src: url("./VAG_World.OTF") format("opentype"),
       url('./VAG_World.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  padding: 0;
  margin: 0;
  font: normal 16px Montserrat;
}

form {
  margin-block-end: 0;
}

.btn {
  background: linear-gradient(180deg, #F10000 0%, #CD000C 100%);
  color: white;
  width: content-box;
  height: 45px;
  box-sizing: border-box;
  border-radius: 105px;
  font-weight: 500;
  font-size: 16px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  outline: none;
  border: none;
  padding: 0 24px;
  margin: 4px;
}
.btn:hover {
  background: white;
  color: red;
}
.btn-small {
  height: 45px;
}
.btn-bw-outline {
  background: black;
  border: solid 2px white;
}
.btn-w-outline {
  border: 1px solid white;
}
.btn-wide {
  padding: 0 48px;
}

.header {
  height: 64px;
  width: 100%;
  position: fixed;
  background: black;
  color: white;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 100;
}
.header__container {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.header__left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.header__right {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.header__logo {
  width: 150px;
  height: 46px;
  background: url("logo.png") center no-repeat;
  background-size: cover;
}
.header__phone {
  font-weight: 600;
  padding-right: 24px;
}
.header__phone a {
  color: white;
  text-decoration: none;
}
.header__phone a:hover {
  color: red;
}
.header-image {
  max-height: 925px;
  padding-top: 64px;
  width: 100%;
  background: url("header.jpg") center no-repeat;
  background-size: 100% contain;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-image__container {
  padding: 120px 0;
  max-width: 800px;
}
.header-image__title {
  font-size: 42px;
  color: #FFDA18;
  text-transform: uppercase;
  line-height: 104px;
  text-align: center;
  letter-spacing: 2px;
  font-family: VagWorld;
}
.header-image__body {
  font-size: 28px;
  color: white;
  line-height: 120%;
  text-align: center;
}
.header-image__button {
  text-align: center;
}

.lead-form {
  max-height: 589px;
  width: 100%;
  background: url("lead-form.jpg") center no-repeat;
}
.lead-form__condition {
  font-family: "VagWorld", sans-serif;
  font-size: 36px;
  font-weight: bold;
  display: flex;
  justify-content: center;
  flex-flow: column;
  align-items: center;
  text-transform: uppercase;
  padding-top: 50px;
}
.lead-form__title {
  line-height: 120%;
  letter-spacing: 1.1px;
}
.lead-form__discount {
  font-size: 115px;
  color: white;
  background: url(discount.png) center no-repeat;
  width: 451px;
  height: 141px;
  line-height: 100%;
  text-align: center;
  padding-top: 16px;
}

.lead-form__discount.mac {
  line-height: 80px;
}

.lead-form__form {
  display: flex;
  justify-content: center;
  min-height: 135px;
  align-items: center;
  border-top: 1px solid white;
  margin-top: 45px;
}
.lead-form__item {
  padding: 0 8px;
}
.lead-form__item input {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  padding: 15px;
  border-radius: 4px;
  font: normal 16px Montserrat;
}

.description {
  display: block;
  justify-content: space-between;
}
.description__item {
  display: flex;
  width: 100%;
  height: 100vh;
}
.description-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 51%;
  position: relative;
}
.description-info__container {
  width: 60%;
  color: white;
}
.description-info--first {
  background: #E12250;
}
.description-info--first:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-left-color: #E12250;
  border-width: 40px;
  margin-top: -40px;
}
.description-info--second {
  background: #1B5B80;
}
.description-info--second:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-right-color: #1B5B80;
  border-width: 40px;
  margin-top: -40px;
}
.description-info--third {
  background: #D72727;
}
.description-info--third:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-left-color: #D72727;
  border-width: 40px;
  margin-top: -40px;
}
.description-info--fourth {
  background: #212976;
}
.description-info--fourth:after {
  right: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-right-color: #212976;
  border-width: 40px;
  margin-top: -40px;
}
.description-info--fifth {
  background: #97140B;
}
.description-info--fifth:after {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  position: absolute;
  pointer-events: none;
  border-left-color: #97140B;
  border-width: 40px;
  margin-top: -40px;
}
.description-info__title {
  font-family: VagWorld;
  text-transform: uppercase;
  font-size: 30px;
  letter-spacing: 2px;
  line-height: 120%;
}
.description-info__button {
  text-align: left;
}
.description__img {
  width: 50%;
}
.description__img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100vh;
}

.callback-form {
  width: 100%;
  background: #FFB11A;
}
.callback-form__title {
  font-family: VagWorld;
  font-size: 42px;
  color: white;
  line-height: 100%;
  padding-top: 45px;
  text-align: center;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}
.callback-form__form {
  display: flex;
  justify-content: center;
  min-height: 135px;
  align-items: center;
}

.scenario {
  width: 100%;
  background: url("scenario.jpg") center bottom no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
}
.scenario__title {
  font-size: 42px;
  font-family: VagWorld;
  line-height: 100%;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1.1px;
}
.scenario__body {
  line-height: 150%;
  font-size: 20px;
  padding-top: 16px;
  padding-bottom: 16px;
}
.scenario__body ul {
  list-style: none;
}
.scenario__body ul li::before {
  content: "\25CF";
  color: #FFB11A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.scenario__container {
  padding: 150px 0;
  max-width: 800px;
}
.scenario__button {
  text-align: center;
}

.step-list {
  width: 100%;
  background: url("step.jpg") center no-repeat;
  display: flex;
  justify-content: center;
}
.step-list__container {
  width: 60%;
}
.step-list__title {
  color: black;
  font-size: 36px;
  font-family: VagWorld;
  line-height: 100%;
  text-align: center;
  padding-top: 80px;
  padding-bottom: 40px;
  text-transform: uppercase;
}

.step-item {
  height: 64px;
  border-radius: 129px;
  background: white;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
  padding: 12px;
  display: flex;
  align-items: center;
}
.step-item:last-child {
  margin-bottom: 60px;
}
.step-item__number {
  width: 64px;
  height: 64px;
  background: #FDD700;
  border-radius: 64px;
  text-align: center;
  line-height: 64px;
  font-family: VagWorld;
  font-size: 36px;
  color: white;
  flex-shrink: 0;
}

.step-item__number.win {
  line-height: 54px;
}

.step-item__number--first {
  background: #FDD700;
}
.step-item__number--second {
  background: #FFD233;
}
.step-item__number--third {
  background: #FFA233;
}
.step-item__number--fourth {
  background: #FF8E06;
}
.step-item__number--fifth {
  background: #F32020;
}
.step-item__number--sixth {
  background: #F10000;
}
.step-item__number--siventh {
  background: #CD000C;
}
.step-item__number--last {
  background: #B4B1B1;
}
.step-item__body {
  font-size: 20px;
  padding-left: 20px;
}

.question-form {
  width: 100%;
  display: flex;
  justify-content: center;
  background: url("question-form.jpg");
}
.question-form__container {
  width: 60%;
  background: white;
  border-radius: 10px;
  padding-top: 80px;
  padding-bottom: 60px;
  margin: 64px 0;
}
.question-form__title {
  text-transform: uppercase;
  text-align: center;
  font-size: 24px;
  color: black;
}
.question-form__body {
  text-align: center;
  color: black;
  padding: 24px 0;
  line-height: 140%;
}
.question-form__form {
  display: flex;
  justify-content: space-between;
  width: 80%;
  flex-wrap: wrap;
  margin: 0 auto;
}
.question-form__item {
  width: 49%;
}
.question-form__item input {
  width: 100%;
  height: 45px;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  padding: 15px;
  border-radius: 4px;
  font: normal 16px Montserrat;
}
.question-form__item--big {
  width: 100%;
  padding-top: 16px;
}
.question-form__item--big textarea {
  height: 90px;
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #D2D2D2;
  box-sizing: border-box;
  font-weight: normal;
  font-size: 16px;
  padding: 15px;
  border-radius: 4px;
  font: normal 16px Montserrat;
}
.question-form__button {
  padding-top: 32px;
  text-align: center;
}

.contacts {
  width: 100%;
  display: flex;
  justify-content: center;
}
.contacts__list {
  width: 50%;
  background: #E48B00;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 150px 0;
}
.contacts__map {
  width: 50%;
}

.contact-list {
  justify-content: center;
  align-items: center;
}
.contact-list__title {
  font-family: VagWorld;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
}
.contact-list__body ul {
  list-style: none;
  line-height: 250%;
  -webkit-padding-start: 20px;
          padding-inline-start: 20px;
}
.contact-list__body ul li::before {
  content: "\25CF";
  color: white;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1em;
}
.contact-list__body a {
  color: white;
  text-decoration: none;
}
.contact-list__body a:hover {
  color: red;
}

.social-icons {
  display: flex;
  padding-top: 16px;
}
.social-icons__item {
  width: 36px;
  height: 36px;
  margin-right: 16px;
}


.icon-whatsapp {
  background: url("whatsapp.png") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.icon-vk {
  background: url("vk.png") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}
.icon-telegram {
  background: url("telegram.png") center no-repeat;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.footer {
  width: 100%;
  height: 150px;
  background: black;
  color: white;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__container {
  display: flex;
  justify-content: space-between;
  width: 80%;
}
.footer-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.footer-right {
  display: flex;
  justify-content: flex-end;
  flex-flow: column;
}
.footer-right__row {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.footer-right__row .social-icons__item {
  width: 24px;
  height: 24px;
}
.footer__logo {
  width: 150px;
  height: 46px;
  background: url("logo.png") center no-repeat;
  background-size: cover;
}
.footer__phone {
  font-weight: 600;
  padding-right: 24px;
}
.footer__phone a {
  color: white;
  text-decoration: none;
}
.footer__phone a:hover {
  color: red;
}
.footer__copyright {
  padding-top: 16px;
  font-weight: bold;
}

@media (max-width: 560px) {
  .desktop {
    display: none;
  }
  .btn {
    background: linear-gradient(180deg, #F10000 0%, #CD000C 100%);
    color: white;
    width: content-box;
    height: 35px;
    box-sizing: border-box;
    border-radius: 105px;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    text-transform: uppercase;
    cursor: pointer;
    outline: none;
    border: none;
    padding: 0 24px;
    margin: 4px;
  }
  .btn:hover {
    background: white;
    color: red;
  }
  .btn-small {
    height: 45px;
  }
  .btn-bw-outline {
    background: black;
    border: solid 2px white;
  }
  .btn-w-outline {
    border: 1px solid white;
  }
  .btn-wide {
    padding: 0 48px;
  }

  .header {
    height: 64px;
    width: 100%;
    position: fixed;
    background: black;
    color: white;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 100;
  }
  .header__container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .header__left {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 16px;
  }
  .header__right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header__logo {
    width: 100px;
    background: url("logo.png") center no-repeat;
    background-size: contain;
  }
  .header__phone {
    font-weight: 600;
    padding-right: 24px;
  }
  .header__phone a {
    color: white;
    text-decoration: none;
  }
  .header__phone a:hover {
    color: red;
  }
  .header__buttons {
    display: none;
  }
  .header-image {
    padding-top: 64px;
    width: 100%;
    background: url("header.jpg") center no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .header-image__container {
    padding: 50px 0;
  }
  .header-image__title {
    font-size: 20px;
    color: #FFDA18;
    text-transform: uppercase;
    line-height: 100%;
    text-align: center;
    letter-spacing: 2px;
    font-family: VagWorld;
    text-align: center;
    padding-bottom: 8px;
  }
  .header-image__body {
    font-size: 18px;
    color: white;
    line-height: 120%;
    text-align: center;
    padding: 0 16px;
  }
  .header-image__button {
    text-align: center;
  }

  .lead-form {
    width: 100%;
    background: url("lead-form.jpg") center no-repeat;
  }
  .lead-form__condition {
    font-family: "VagWorld", sans-serif;
    font-size: 20px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    flex-flow: column;
    align-items: center;
    text-transform: uppercase;
    padding-top: 40px;
  }
  .lead-form__title {
    line-height: 130%;
    letter-spacing: 1.1px;
    padding: 0 16px;
    text-align: center;
  }
  .lead-form__discount {
    font-size: 80px;
    color: white;
    background: url(discount.png) center no-repeat;
    width: 320px;
    height: 100px;
    background-size: contain;
    line-height: 100%;
    text-align: center;
    padding-top: 16px;
  }
  .lead-form__discount.mac {
    line-height: 50px;
  }
  .lead-form__form {
    display: flex;
    justify-content: center;
    min-height: 135px;
    align-items: center;
    border-top: 1px solid white;
    margin-top: 45px;
    flex-flow: column;
    padding-bottom: 32px;
  }
  .lead-form__item {
    padding: 6px 8px;
    width: 80%;
    text-align: center;
  }
  .lead-form__item:first-child {
    padding-top: 50px;
  }
  .lead-form__item input {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    padding: 0 15px;
    border-radius: 4px;
  }

  .description {
    display: block;
    justify-content: space-between;
    flex-flow: column;
  }
  .description__item {
    display: flex;
    width: 100%;
    height: auto;
    flex-flow: column;
  }
  .description__item:nth-child(even) {
    flex-flow: column-reverse;
  }
  .description-info {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    padding: 40px 0;
  }
  .description-info__container {
    width: 80%;
    color: white;
  }
  .description-info--first {
    background: #E12250;
  }
  .description-info--first:after {
    display: none;
  }
  .description-info--second {
    background: #1B5B80;
  }
  .description-info--second:after {
    display: none;
  }
  .description-info--third {
    background: #D72727;
  }
  .description-info--third:after {
    display: none;
  }
  .description-info--fourth {
    background: #212976;
  }
  .description-info--fourth:after {
    display: none;
  }
  .description-info--fifth {
    background: #97140B;
  }
  .description-info--fifth:after {
    display: none;
  }
  .description-info__title {
    font-family: VagWorld;
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: 2px;
    line-height: 120%;
    text-align: center;
  }
  .description-info__button {
    text-align: center;
  }
  .description__img {
    width: 100%;
  }
  .description__img img {
    -o-object-fit: contain;
       object-fit: contain;
    width: 100%;
    height: auto;
  }

  .callback-form {
    width: 100%;
    background: #FFB11A;
  }
  .callback-form__title {
    font-family: VagWorld;
    font-size: 22px;
    color: white;
    line-height: 100%;
    padding-top: 45px;
    text-align: center;
    letter-spacing: 1.1px;
    text-transform: uppercase;
  }
  .callback-form__form {
    display: flex;
    justify-content: center;
    min-height: 135px;
    align-items: center;
    flex-flow: column;
    padding-bottom: 32px;
  }

  .scenario {
    width: 100%;
    background: url("scenario.jpg") center bottom no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
  }
  .scenario__title {
    font-size: 22px;
    font-family: VagWorld;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 1.1px;
  }
  .scenario__body {
    line-height: 150%;
    font-size: 20px;
    padding: 16px;
  }
  .scenario__body ul {
    list-style: none;
  }
  .scenario__body ul li::before {
    content: "\25CF";
    color: #FFB11A;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .scenario__container {
    padding: 50px 0;
  }
  .scenario__button {
    text-align: center;
  }

  .step-list {
    width: 100%;
    background: url("step.jpg") center no-repeat;
    display: flex;
    justify-content: center;
  }
  .step-list__container {
    width: 90%;
  }
  .step-list__title {
    color: black;
    font-size: 22px;
    font-family: VagWorld;
    line-height: 100%;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 40px;
    text-transform: uppercase;
  }

  .step-item {
    height: 64px;
    border-radius: 129px;
    background: white;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    margin-bottom: 16px;
    padding: 8px;
    display: flex;
    align-items: center;
  }
  .step-item:last-child {
    margin-bottom: 50px;
  }
  .step-item__number {
    width: 64px;
    height: 64px;
    background: #FDD700;
    border-radius: 64px;
    text-align: center;
    line-height: 64px;
    font-family: VagWorld;
    font-size: 36px;
    color: white;
    flex-shrink: 0;
  }
  .step-item__number.mac {
    line-height: 54px;
  }
  .step-item__number--first {
    background: #FDD700;
  }
  .step-item__number--second {
    background: #FFD233;
  }
  .step-item__number--third {
    background: #FFA233;
  }
  .step-item__number--fourth {
    background: #FF8E06;
  }
  .step-item__number--fifth {
    background: #F32020;
  }
  .step-item__number--sixth {
    background: #F10000;
  }
  .step-item__number--siventh {
    background: #CD000C;
  }
  .step-item__number--last {
    background: #B4B1B1;
  }
  .step-item__body {
    font-size: 15px;
    padding-left: 10px;
  }

  .question-form {
    width: 100%;
    display: flex;
    justify-content: center;
    background: url("question-form.jpg");
  }
  .question-form__container {
    width: 90%;
    background: white;
    border-radius: 10px;
    padding-top: 30px;
    padding-bottom: 30px;
    margin: 50px 0;
  }
  .question-form__title {
    text-transform: uppercase;
    text-align: center;
    font-size: 20px;
    color: black;
  }
  .question-form__body {
    text-align: center;
    color: black;
    padding: 24px 0;
    line-height: 140%;
    margin: 0 auto;
    width: 85%;
  }
  .question-form__form {
    text-align: center;
    color: black;
    padding: 0 0;
    width: 85%;
    margin: 0 auto;
  }
  .question-form__item {
    width: 100%;
    padding-top: 8px;
  }
  .question-form__item input {
    width: 100%;
    height: 45px;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    padding: 15px;
    border-radius: 4px;
  }
  .question-form__item--big {
    width: 100%;
    padding-top: 8px;
  }
  .question-form__item--big textarea {
    height: 90px;
    width: 100%;
    background: #FFFFFF;
    border: 1px solid #D2D2D2;
    box-sizing: border-box;
    font-weight: normal;
    font-size: 16px;
    padding: 15px 15px;
    border-radius: 4px;
  }
  .question-form__button {
    padding-top: 16px;
    text-align: center;
  }

  .contacts {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-flow: column;
  }
  .contacts__list {
    width: 100%;
    background: #E48B00;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 50px 0;
  }
  .contacts__map {
    width: 100%;
    background: url("map.png") center no-repeat;
    background-size: inherit;
  }

  .contact-list {
    justify-content: center;
    align-items: center;
  }
  .contact-list__title {
    font-family: VagWorld;
    font-size: 20px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
  }
  .contact-list__body ul {
    list-style: none;
    line-height: 250%;
    -webkit-padding-start: 20px;
            padding-inline-start: 20px;
  }
  .contact-list__body ul li::before {
    content: "\25CF";
    color: white;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
  }
  .contact-list__body a {
    color: white;
    text-decoration: none;
  }
  .contact-list__body a:hover {
    color: red;
  }

  .social-icons {
    display: flex;
    padding-top: 16px;
  }
  .social-icons__item {
    width: 36px;
    height: 36px;
    margin-right: 16px;
  }
  .social-icons__item:last-child {
    margin-right: 0;
  }


  .icon-whatsapp {
    background: url("whatsapp.png") center no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .icon-vk {
    background: url("vk.png") center no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
  }
  .icon-telegram {
    background: url("telegram.png") center no-repeat;
    width: 100%;
    height: 100%;
    background-size: contain;
  }

  .footer {
    width: 100%;
    height: 64px;
    background: black;
    color: white;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .footer__container {
    display: flex;
    width: 100vw;
    justify-content: center;
    align-items: center;
  }
  .footer-left {
    display: block;
  }
  .footer-right {
    display: none;
    justify-content: flex-end;
    flex-flow: column;
  }
  .footer-right__row {
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  .footer-right__row .social-icons__item {
    width: 24px;
    height: 24px;
  }
  .footer__logo {
    display: none;
  }
  .footer__phone {
    font-weight: 600;
    padding-right: 24px;
  }
  .footer__phone a {
    color: white;
    text-decoration: none;
  }
  .footer__phone a:hover {
    color: red;
  }
  .footer__copyright {
    padding-top: 0;
    font-weight: bold;
  }
}
