@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, select, textarea, button {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, div {
  display: block;
  width: 100%;
  height: auto;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

select {
  -moz-appearance: none;
  -webkit-appearance: none;
}

select::-ms-value {
  background: none;
  color: #003159;
}

select::-ms-expand {
  display: none;
}

input::-webkit-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-moz-placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::-ms-input-placeholder {
  opacity: 1;
  color: inherit;
}

input::placeholder {
  opacity: 1;
  color: inherit;
}

input:-ms-input-placeholder {
  color: #003159 !important;
}

textarea {
  overflow: auto;
}

input,
button,
textarea,
select,
a,
option {
  font: inherit;
  outline: none;
  margin: 0;
  padding: 0;
  text-decoration: none;
  color: inherit;
  background-color: transparent;
}

img {
  display: block;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: none;
}

*:focus-visible {
  outline: none;
}

*:before, *:after {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

p, h1, h2, h3, h4, h5, h6 {
  width: 100%;
}

label.error {
  display: none !important;
}

body {
  width: 100%;
  height: auto;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  line-height: 1.5;
  font-weight: 400;
  color: #222;
  background-color: #fff;
}

.visually-hidden {
  position: absolute;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
}

.site__wrapper {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  overflow: hidden;
  margin: auto;
}

@-webkit-keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.container {
  width: 1100px;
  height: 100%;
  margin: 0 auto;
  position: relative;
}

.main {
  width: 100%;
  height: auto;
}

.footer__modal {
  width: 100%;
  max-width: 900px;
  display: none;
  color: #222;
}
.footer__modal h2 {
  font-size: 30px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer__modal h6 {
  font-size: 24px;
  line-height: 1.4;
  margin-bottom: 20px;
}
.footer__modal p {
  font-size: 18px;
  line-height: 1.4;
  margin-bottom: 20px;
}

@media (max-width: 540px) {
  .footer__modal h2 {
    font-size: 6vw;
  }
  .footer__modal h6 {
    font-size: 5vw;
  }
  .footer__modal p {
    font-size: 4vw;
  }
}
.modal__review {
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.modal__review input:-ms-input-placeholder {
  color: #444 !important;
}

.modal__review.active {
  opacity: 1;
  visibility: visible;
  z-index: 10000;
}

.modal__review-wrapper {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  max-width: 500px;
  height: auto;
  padding: 50px;
  background: #ffe;
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.25);
  border-radius: 6px;
}

.modal__review form {
  opacity: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.modal__review form.active {
  opacity: 1;
  visibility: visible;
}

.name__input {
  background: rgba(255, 255, 255, 0.5);
  width: 100%;
  height: 50px;
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444444;
  padding: 0 20px;
  background-color: transparent;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.name__input::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.name__input::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 50px;
  color: #444;
}

.input__file {
  display: none;
}

.file {
  width: auto;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-align-self: flex-start;
          align-self: flex-start;
  margin: 20px 0;
}

.file span {
  font-size: 16px;
  line-height: 1.3;
  color: #222;
}

.file div {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background-color: transparent;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
  margin-right: 15px;
  border: 1px solid #888888;
  position: relative;
  overflow: hidden;
}

.file div img {
  display: none;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 100;
}

.file div:before {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.file div:after {
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  background: #5B67C8;
  border-radius: 5px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
      -ms-transform: translate(-50%, -50%) rotate(90deg);
       -o-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.modal__star-raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 50px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-family: inherit;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  color: #222222;
  position: relative;
  z-index: 10000;
  margin: 10px 0;
}

.modal__raiting {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  min-width: 98px;
  height: 18px;
  font-size: 0px;
  margin-left: 23px;
}
.modal__raiting img {
  pointer-events: auto;
}

.modal__raiting img {
  width: 18px;
  height: 18px;
}

.modal__area {
  width: 100%;
  max-width: 100%;
  min-width: 100%;
  height: 98px;
  max-height: 118px;
  margin-bottom: 30px;
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #888888;
  box-sizing: border-box;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  color: #444444;
  padding: 13px 20px;
  background-color: transparent;
}

.modal__area::-webkit-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-moz-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area:-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::-ms-input-placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.modal__area::placeholder {
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  color: #444444;
}

.send {
  width: 100%;
  max-width: 250px;
  height: 50px;
  background: #5B67C8;
  border-radius: 4px;
  font-family: inherit;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.send:hover {
  background: #4353cf;
}

.send__img img {
  margin: auto;
}

.send__window {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  opacity: 0;
  visibility: hidden;
}

.send__window.active {
  opacity: 1;
  visibility: visible;
}

.send__massage {
  width: 60%;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  text-align: center;
  color: #222222;
}

.modal__close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  z-index: 1000;
}
.modal__close img {
  width: 18px;
}

@media (max-width: 540px) {
  .modal__review-wrapper {
    max-width: calc(100% - 30px);
    padding: 50px 30px;
  }
}
.size-table-wrapper {
  position: relative;
  width: 100%;
  background-color: #1a2e80;
  padding: 25px;
  max-width: 690px;
  margin: 0 auto;
  color: #fff;
  display: none;
}

.size-table-wrapper h3 {
  text-align: center;
  margin: 0 0 20px;
  font-size: 24px;
}

.size-table-wrapper table {
  margin-bottom: 30px;
}

.size-table-wrapper table:last-child {
  margin-bottom: 0;
}

.size-table {
  border-collapse: collapse;
  width: 100%;
  font-size: 15px;
  text-align: center;
}

.size-table tbody tr:nth-of-type(even) td {
  background-color: #162a7c;
}

.size-table tbody td:first-child {
  width: 25.5%;
  padding-left: 0;
  /*border-right: 1px solid #fff;*/
  text-align: left;
}

.size-table thead th:nth-child(2) {
  border-left: 1px solid #fff;
}

.size-table tbody td {
  width: 15%;
  padding: 8px 8px 8px;
}

.size-table thead th {
  padding: 8px 10px;
  border-bottom: 1px solid #fff;
  /*color: #000;*/
}

.modal__result {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 100;
}

.modal__block {
  width: 100%;
  max-width: 400px;
  border-radius: 20px;
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding: 80px 30px 30px;
}

.modal__result-title {
  margin-bottom: 25px;
  font-weight: 700;
  font-size: 30px;
  line-height: 1.3;
  text-align: center;
  color: #333;
}

.modal__result-text {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.3;
  text-align: center;
  color: #333;
  margin-bottom: 25px;
}

.discount__modal {
  position: absolute;
  top: -65px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.header__line {
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.25);
  background: #002765;
}

.header__line-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding: 5px 20px;
}

.header__logo {
  width: 100px;
  height: auto;
  margin-right: 50px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.header__nav-link {
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #fff;
  position: relative;
  margin-right: 40px;
}

.header__nav-link:last-child {
  margin-right: 0;
}
.header__nav-link:before {
  content: "";
  width: 100%;
  height: 5px;
  background: #ff3720;
  position: absolute;
  bottom: -15px;
  left: 0;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.header__nav-link:hover:before {
  opacity: 1;
}

.header__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  width: auto;
}

.header__link-lang {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
  margin-right: 6px;
}

.link__lang-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  background: #fff;
  border-radius: 6px;
  padding: 7px 6px;
  color: #222;
  gap: 7px;
  margin-left: 7px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.header__link {
  display: inline-block;
  margin-left: 14px;
}
.header__link img {
  width: auto;
  height: auto;
  max-width: 29px;
  max-height: 27px;
}

.header__burger {
  display: none;
}

.header__section-wrapper {
  padding-top: 36px;
}

.wrapper {
  padding-left: 45px;
  padding-right: 45px;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
}

.mb-36 {
  margin-bottom: 36px;
}

.mb-34 {
  margin-bottom: 34px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-43 {
  margin-bottom: 43px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-22 {
  margin-bottom: 22px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mb-12 {
  margin-bottom: 12px;
}

.mb-8 {
  margin-bottom: 8px;
}

.header__title {
  font-weight: 700;
  font-size: 34px;
  text-align: center;
  color: #0d46a0;
}

.img__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.img__block img {
  border-radius: 30px;
  width: 500px;
  height: auto;
}

.img__block-wrapper {
  width: calc(50% - 20px);
  height: auto;
}

.img__block-title {
  font-weight: 600;
  font-size: 24px;
  color: #222;
}

.text {
  font-weight: 500;
  font-size: 20px;
  color: #222;
}

.bold {
  font-weight: 600;
}

.text-center {
  text-align: center;
}

@media (max-width: 1160px) {
  .container {
    width: 700px;
  }
  .header__nav {
    display: none;
  }
  .header__burger {
    display: inline-block;
  }
  .header__logo {
    width: 80px;
    margin-right: 0;
  }
  .header__title {
    font-size: 28px;
  }
  .img__block, .question__block, .qustion__block-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 20px;
  }
  .img__block img {
    border-radius: 30px;
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .img__block-wrapper {
    width: 100%;
    height: auto;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .wrapper {
    padding-left: 0;
    padding-right: 0;
    border: none;
  }
}
@media (max-width: 540px) {
  .link__lang-text {
    display: none;
  }
  .header__line-wrapper {
    padding: 1vw 0;
  }
  .header__logo {
    width: 16vw;
  }
  .link__lang-block {
    border-radius: 1.4vw;
    padding: 1.5vw 1.4vw;
    gap: 1.5vw;
    margin-left: 0vw;
  }
  .header__link-lang {
    font-size: 3.5vw;
    margin-right: 1.4vw;
  }
  .header__link {
    margin-left: 2vw;
  }
  .header__link img, .header__burger img {
    max-width: 6vw;
    max-height: 6vw;
  }
  .header__section-wrapper {
    padding-top: 4.8vw;
  }
  .header__title {
    font-size: 5.8vw;
  }
  .img__block {
    gap: 4.8vw;
  }
  .img__block-title {
    font-size: 5.5vw;
  }
  .text {
    font-size: 4.5vw;
  }
  .mb-36 {
    margin-bottom: 5vw;
  }
  .mb-34 {
    margin-bottom: 5vw;
  }
  .mb-30 {
    margin-bottom: 5vw;
  }
  .mb-43 {
    margin-bottom: 5vw;
  }
  .mb-50 {
    margin-bottom: 7vw;
  }
  .mb-22 {
    margin-bottom: 4.8vw;
  }
  .mb-15 {
    margin-bottom: 3vw;
  }
  .mb-12 {
    margin-bottom: 3vw;
  }
  .mb-8 {
    margin-bottom: 2vw;
  }
}
.title__bg {
  border-radius: 30px;
  padding: 18px 40px;
  background: #e1eaff;
  font-weight: 700;
  font-size: 30px;
  text-align: center;
  color: #0d46a0;
}

.img__block-blue {
  font-weight: 700;
  font-size: 28px;
  color: #0d46a0;
}

.info__title {
  font-weight: 700;
  font-size: 30px;
  color: #222;
}

.info__comparison {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}

.info__comparison-item {
  width: calc(50% - 15px);
  height: auto;
}
.info__comparison-item img {
  width: 100%;
  height: auto;
  border-radius: 30px;
}

.info__list-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}
.info__list-item img {
  width: 34px;
  height: auto;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.text-regular {
  font-weight: 400;
}

@media (max-width: 540px) {
  .title__bg {
    border-radius: 7vw;
    padding: 3vw 4vw;
    font-size: 5.5vw;
  }
  .img__block-blue {
    font-size: 6vw;
  }
  .info__title {
    font-size: 6vw;
  }
  .info__comparison {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 4.8vw;
  }
  .info__comparison-item {
    width: 100%;
  }
  .info__comparison-item img {
    border-radius: 7vw;
  }
  .info__list-item img {
    width: 7vw;
    margin-right: 2vw;
  }
}
.question__block {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
          align-items: flex-start;
}
.question__block .img__block-wrapper {
  padding-top: 40px;
}

.qustion__block-reverce {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.question__bg {
  background: #0d46a0;
  color: #fff;
}

.info__list-small .info__list-item {
  position: relative;
}
.info__list-small .info__list-item:before {
  display: block;
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #0d46a0;
  margin-right: 10px;
  -webkit-flex-shrink: 0;
          flex-shrink: 0;
}

.red {
  color: #ff3d00;
}

.videos {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
          flex-wrap: wrap;
}

.video {
  width: calc(50% - 15px);
  height: auto;
  margin-bottom: 30px;
  border-radius: 30px;
  background-color: #222;
}

@media (max-width: 1160px) {
  .question__block, .qustion__block-reverce {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
    gap: 20px;
  }
  .question__block .img__block-wrapper {
    padding-top: 0;
  }
  .videos {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
            justify-content: flex-start;
  }
  .video {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 540px) {
  .info__list-small .info__list-item:before {
    width: 3.5vw;
    height: 3.5vw;
    margin-right: 2vw;
  }
  .video {
    margin-bottom: 5vw;
    border-radius: 7vw;
  }
}
.card__section-wrapper {
  padding-bottom: 30px;
}

.bar__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 13px;
  border-bottom: 2px solid #e1eaff;
}

.bar__title {
  font-weight: 700;
  font-size: 30px;
  line-height: 1.5;
  text-align: center;
  color: #0d46a0;
  margin-bottom: 8px;
}

.bar__subtitle {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  text-align: center;
  color: #222;
  margin-bottom: 4px;
}

.bar__wrapper {
  width: 502px;
  height: auto;
  position: relative;
}

.bar {
  width: 100%;
  height: auto;
  margin-bottom: 20px;
}
.bar img {
  width: 100%;
  height: auto;
}

.start {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #ff3d00;
  border: 10px solid #ffc01e;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-align: center;
  color: #fff;
}
.start:hover {
  background-color: #ffc01e;
  color: #222;
}
.start:before {
  content: "";
  width: 36px;
  height: 33px;
  background-image: url(../img/tringle.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -34px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%);
}

.bar__info {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}

.card__block {
  padding: 34px 0 0;
  display: none;
}

.card__title {
  font-weight: 600;
  font-size: 40px;
  text-align: center;
  line-height: 1.3;
  color: #ff3d00;
}

.card__subtitle {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #0d46a0;
}

.card__info {
  font-weight: 600;
  font-size: 24px;
  text-align: center;
  color: #222;
}

.card__info-small {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
  margin-bottom: 12px;
}

.card {
  width: 100%;
  height: auto;
  background-color: #d9f8cb;
  border-radius: 10px;
  padding: 43px 71px 50px 0;
  margin-bottom: 23px;
}

.card__content {
  width: 350px;
  height: auto;
  margin-left: auto;
  position: relative;
}

.card__content-title {
  font-weight: 600;
  font-size: 24px;
  line-height: 1.3;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 13px;
}

.card__price {
  margin-bottom: 13px;
}

.price {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
          justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
}

.old__price {
  font-weight: 400;
  font-size: 20px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  position: relative;
  padding: 0 10px;
  margin-right: 15px;
}
.old__price:before {
  content: "";
  width: 100%;
  height: 2px;
  position: absolute;
  top: 50%;
  left: 50%;
  background: #f00;
  -webkit-transform: translate(-50%, -50%) rotate(-3deg);
      -ms-transform: translate(-50%, -50%) rotate(-3deg);
       -o-transform: translate(-50%, -50%) rotate(-3deg);
          transform: translate(-50%, -50%) rotate(-3deg);
}

.new__price {
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  text-transform: uppercase;
  color: #222;
  margin-right: 15px;
}

.card__discount {
  width: auto;
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  padding: 6px 7px;
  background: #ff3d00;
  border-radius: 6px;
}

.card__content-info {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 15px;
}
.card__content-info span {
  margin-right: 0;
  font-size: 20px;
}

.card__timer {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 22px;
}

.card__form {
  width: 100%;
  height: auto;
}

.input__wrapper {
  position: relative;
  margin-bottom: 10px;
}
.input__wrapper:last-of-type {
  margin-bottom: 20px;
}
.input__wrapper:before {
  content: "";
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px 0 0 10px;
  background-color: #a2df86;
  pointer-events: none;
  background-image: url(../img/name.png);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #70b84f;
  border-right: none;
}

.input__tel:before {
  background-image: url(../img/phone.png);
}

.card__input {
  width: 100%;
  height: 60px;
  font-weight: 400;
  font-size: 18px;
  line-height: 1;
  color: #111;
  padding: 0 10px 0 70px;
  border: 1px solid #70b84f;
  border-radius: 10px;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__input:focus {
  background-color: rgba(255, 255, 255, 0.25);
}

.card__submit {
  width: 100%;
  height: 60px;
  border-radius: 10px;
  background: #ff3d00;
  font-weight: 600;
  font-size: 24px;
  line-height: 1;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  cursor: pointer;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
}
.card__submit:hover {
  background: #b42a00;
}

.card__decor {
  width: auto;
  position: absolute;
  top: 50%;
  left: -432px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
       -o-transform: translateY(-50%);
          transform: translateY(-50%);
}

.card__prod {
  width: 311px;
  height: auto;
  position: relative;
  z-index: 3;
}

.card__prod-1, .card__prod-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(0deg) scale(0.65);
      -ms-transform: translate(-50%, -50%) rotate(0deg) scale(0.65);
       -o-transform: translate(-50%, -50%) rotate(0deg) scale(0.65);
          transform: translate(-50%, -50%) rotate(0deg) scale(0.65);
  -webkit-transition: 1s ease;
  -o-transition: 1s ease;
  transition: 1s ease;
  opacity: 0;
}

.card__prod-1.active {
  -webkit-transform: translate(-88%, -50%) rotate(-15deg) scale(0.65);
      -ms-transform: translate(-88%, -50%) rotate(-15deg) scale(0.65);
       -o-transform: translate(-88%, -50%) rotate(-15deg) scale(0.65);
          transform: translate(-88%, -50%) rotate(-15deg) scale(0.65);
  opacity: 1;
}

.card__prod-2.active {
  -webkit-transform: translate(-10%, -50%) rotate(15deg) scale(0.65);
      -ms-transform: translate(-10%, -50%) rotate(15deg) scale(0.65);
       -o-transform: translate(-10%, -50%) rotate(15deg) scale(0.65);
          transform: translate(-10%, -50%) rotate(15deg) scale(0.65);
  opacity: 1;
}

.card__bottom {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}

.super-rotation {
  -webkit-animation-name: super-rotation;
          animation-name: super-rotation;
  -webkit-animation-duration: 7s;
          animation-duration: 7s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-transition-timing-function: ease-in-out;
       -o-transition-timing-function: ease-in-out;
          transition-timing-function: ease-in-out;
}

@-webkit-keyframes super-rotation {
  70% {
    -webkit-transform: rotate(2000deg);
            transform: rotate(2000deg);
  }
  100% {
    -webkit-transform: rotate(1977deg);
            transform: rotate(1977deg);
  }
}

@keyframes super-rotation {
  70% {
    -webkit-transform: rotate(2000deg);
         -o-transform: rotate(2000deg);
            transform: rotate(2000deg);
  }
  100% {
    -webkit-transform: rotate(1977deg);
         -o-transform: rotate(1977deg);
            transform: rotate(1977deg);
  }
}
@media (max-width: 1160px) {
  .card {
    padding: 43px 71px 50px;
  }
  .card__content {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
            align-items: center;
  }
  .card__decor {
    position: relative;
    top: auto;
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
         -o-transform: none;
            transform: none;
    width: auto;
    margin: auto;
    margin-bottom: 30px;
  }
  .card__content-title {
    text-align: center;
  }
  .price {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
            justify-content: center;
  }
  .card__content-info {
    text-align: center;
  }
  .card__timer {
    text-align: center;
  }
}
@media (max-width: 540px) {
  .bar__block {
    padding: 6.8vw 0 3vw;
  }
  .bar__title {
    font-size: 5.5vw;
    margin-bottom: 3vw;
  }
  .bar__subtitle {
    font-size: 4.8vw;
    margin-bottom: 4.8vw;
  }
  .bar__wrapper {
    width: 100%;
  }
  .bar {
    margin-bottom: 3vw;
  }
  .start {
    width: 28vw;
    height: 28vw;
    font-size: 5.8vw;
  }
  .start:before {
    width: 8.8vw;
    height: 7vw;
    top: -7vw;
  }
  .bar__info {
    font-size: 4.5vw;
  }
  .card__block {
    padding: 5vw 0;
  }
  .card__title {
    font-size: 9.8vw;
    margin-bottom: 0;
  }
  .card__subtitle {
    font-size: 5.6vw;
    margin-bottom: 1.4vw;
  }
  .card__info {
    font-size: 5.8vw;
    margin-bottom: 2vw;
  }
  .card__info-small {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .card {
    padding: 5.5vw 4.8vw 7vw;
    margin-bottom: 5vw;
  }
  .card__content-title {
    font-size: 5.8vw;
    margin-bottom: 3vw;
    padding: 0 8vw;
  }
  .card__price {
    margin-bottom: 4vw;
  }
  .old__price {
    font-size: 4.8vw;
    padding: 0 2vw;
    margin-right: 3.5vw;
  }
  .new__price {
    font-size: 5.8vw;
    margin-right: 3.5vw;
  }
  .card__discount {
    font-size: 4.5vw;
    padding: 1.5vw 1.8vw;
    border-radius: 1.2vw;
  }
  .card__content-info {
    font-size: 4.8vw;
    margin-bottom: 2vw;
  }
  .card__timer {
    font-size: 4.8vw;
    margin-bottom: 5vw;
  }
  .card__prod {
    width: 50vw;
  }
  .card__prod-1, .card__prod-2 {
    width: 50vw;
  }
  .card__bottom {
    font-size: 4.4vw;
  }
  .card__bottom br {
    display: none;
  }
  .card__section-wrapper {
    padding-bottom: 0;
  }
}
.review__section-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  padding-bottom: 50px;
}

.review__section-title {
  font-weight: 600;
  font-size: 30px;
  text-transform: uppercase;
  text-align: center;
  color: #222;
}

.review__name {
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
  margin-bottom: 5px;
}

.review__text {
  font-weight: 400;
  font-size: 20px;
  text-transform: uppercase;
  color: #222;
}

.review__img {
  width: 500px;
  max-width: 100%;
  border-radius: 30px;
  margin-top: 12px;
}

.order__btn {
  width: auto;
  height: auto;
  padding: 20px 50px;
  font-size: 20px;
}

@media (max-width: 540px) {
  .review__section-wrapper {
    padding: 12vw 0;
  }
  .review__section-title {
    font-size: 7vw;
  }
  .review__name {
    font-size: 4.5vw;
    margin-bottom: 1vw;
  }
  .review__text {
    font-size: 4.5vw;
  }
  .review__img {
    border-radius: 7vw;
    margin-top: 3vw;
  }
  .order__btn {
    padding: 4vw 10vw;
    font-size: 4.5vw;
    text-align: center;
  }
}
.footer__section {
  background: #151515;
}

.footer__section-wrapper {
  padding: 9px 0;
}

.foter__section-text {
  font-weight: 400;
  font-size: 16px;
  text-align: center;
  color: #fff;
}

@media (max-width: 540px) {
  .footer__section-wrapper {
    padding: 9px 0;
  }
  .foter__section-text {
    font-size: 4vw;
  }
}