body  {
  position: relative;
  min-width: 320px;
  text-align: center;
  font-family: 'InterTight',  Arial,  Helvetica,  sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #fff;
  background-color: #1D1D1F;
  margin: 0;
}
a  {
  color: inherit;
  text-decoration: none;
}
a:focus,
button:focus  {
  outline: none;
}
ul  {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
p  {
  margin: 0;
}
img,
svg,
video  {
  max-height: 100%;
  max-width: 100%;
  vertical-align: middle;
}
video {
  outline: none;
}
svg  {
  width: auto;
}
h1,
h2,
h3,
h4,
h5,
h6  {
  margin: 0;
  padding: 0;  
  font-size: inherit;
  font-weight: inherit;
}
.wrapper  {
  overflow: hidden;
}
.sect {
  position: relative;
}
.container {
  position: relative;
}
.content {
  position: relative;
  z-index: 1;
}
a,
a::before,
a::after,
.button,
button,
button::before,
button::after,
svg path,
i,
button,
input[type="checkbox"] + label,
input[type="checkbox"] + label::before,
input[type="checkbox"] + label::after,
.steps.sect .field .checkbox input[type="checkbox"] + label .num {
  transition: all 0.5s ease;
}
input[type="text"],
textarea {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  outline: none;
  border: none;
  width: 100%;
  font-family: 'InterTight',  Arial,  Helvetica,  sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #1D1D1F;
  background: #F5F5F7;
  border-radius: 12px;
  padding: 20px 20px;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #8D8D8D;
}
::-ms-input-placeholder {  
  color: #8D8D8D;
}
::placeholder {  
  color: #8D8D8D;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent!important;
}
input:focus::-ms-input-placeholder,
textarea:focus::-ms-input-placeholder {
  color: transparent!important;
}
input:focus::placeholder,
textarea:focus::placeholder {
  color: transparent!important;
}
input[type="text"].error,
textarea.error {
  border-color: #f00!important;
}
.button {
  cursor: pointer;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  border: none;
  width: 100%;
  font-family: 'InterTight',  Arial,  Helvetica,  sans-serif;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
  color: #fff;
  background: transparent;
  border: 2px solid #fff;
  border-radius: 14px;
  padding: 19px 20px;
}
.button.max {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.button.light {
  color: #C5C5CB;
  border-color: #C5C5CB;
}
.button.fill {
  color: #1D1D1F;
  background-color: #fff;
}
.button.fill.color {
  color: #fff;
  background-color: #0071E3;
}
.button:hover {
  opacity: .7;
}
.link {
  border-bottom: 1px solid;
}
.link:hover {
  border-bottom-color: transparent;
}
.intro {
  margin-bottom: 40px;
}
.iti {
  color: #212121;
}
.iti__selected-dial-code {
  font-size: 38px;
  color: #fff;
}
strong {
  font-weight: 600;
}

.main.sect {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}
.main.sect .container-fluid {
  max-width: 1800px;
}
.main.sect .top {
  display: flex;
  align-items: flex-end;
  flex: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}
.main.sect .intro {
  text-align: left;
  margin-bottom: 0;
}
.main.sect .intro .caption {
  font-size: 56px;
  margin-left: auto;
  margin-right: auto;
}
.main.sect .buttons {
  margin-top: -20px;
}
.main.sect .buttons .button {
  margin-top: 20px;
}

.footer.sect {
  margin-top: 70px;
}
.footer.sect .note {
  text-align: left;
  font-size: 14px;
  opacity: 0.6;
}
.footer.sect .politics {
  font-size: 14px;
  color: #0399EF;
}

.steps.sect {
  position: relative;
  display: none;
  flex-direction: column;
  min-height: 100vh;
  text-align: left;
  background-repeat: no-repeat;
  background-image: url('../img/main_bg.jpg');
  background-position: center center;
  background-size: cover;
  background-attachment: fixed;
}
.steps.sect::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,.5);
}
.steps.sect.active {
  display: flex;
}
.steps.sect form {
  display: flex;
  min-height: 100vh;
  padding-top: 30px;
  padding-bottom: 30px;
  align-items: center;
}
.steps.sect .step {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: #1D1D1F;
  background-color: #F5F5F7;
  border-radius: 40px;
  padding: 50px;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.steps.sect .step .buttons {
  margin-top: 40px;
}
.steps.sect .step .buttons > .row > :first-child {
  margin-right: 30px;
}
.steps.sect .question .caption {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 60px;
}
.steps.sect .fields {
  margin-top: -20px;
}
.steps.sect .field {
  position: relative;
  margin-top: 20px;
}
.steps.sect .field .checkbox {
  cursor: pointer;
  display: flex;
  min-height: 30vh;
  text-align: left;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.steps.sect .field .checkbox.active {
  background-color: #fff;
}
.steps.sect .field .checkbox input[type="checkbox"] {
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
}
.steps.sect .field .checkbox input[type="checkbox"] + label .num {
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 12px;
  line-height: 26px;
  font-weight: 500;
  color: #EAEAEF;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label .num {
  color: #828288;
}
.steps.sect .field .checkbox input[type="checkbox"] + label {
  cursor: pointer;
  position: relative;
  display: flex;
  align-items: flex-end;
  width: 100%;
  font-size: 20px;
  border: 1px solid #EAEAEF;
  border-radius: 20px;
  padding: 20px;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label {
  border-color: #fff;
  background-color: #fff;
}
.steps.sect .field .checkbox input[type="checkbox"] + label::before {
  content: '';
  position: absolute;
  top: 20px;
  right: 20px;
  width: 26px;
  height: 26px;
  border: 5px solid #EAEAEF;
  background-color: #EAEAEF;
  border-radius: 5px;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label::before {
  border-color: #F0F0F5;
  background-color: #F0F0F5;
}
.steps.sect .field .checkbox input[type="checkbox"] + label::after {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 16px;
  height: 16px;
  background-color: #3F88FD;
  border-radius: 3px;
  background-repeat: no-repeat;
  background-image: url('../img/checkbox.svg');
  background-position: center center;
  opacity: 0;
}
.steps.sect .field .checkbox input[type="checkbox"]:checked + label::after {
  opacity: 1;
}
.steps.sect .line {
  width: 100%;
  height: 9px;
  background-color: #fff;
  border-radius: 5px;
  padding: 2px;
  margin-bottom: 30px;
}
.steps.sect .line .fill {
  position: relative;
  height: 100%;
  background-color: #0071E3;
  border-radius: 5px;
}
.steps.sect .line .fill .tooltip {
  position: absolute;
  bottom: 10px;
  right: -24px;
  width: 48px;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #0071E3;
  border-radius: 30px;
  padding-top: 4px;
  padding-bottom: 4px;
}

.steps.sect .step.thanks {
  text-align: center;
  max-width: 480px;
  border-radius: 30px;
  padding: 20px;
  padding-top: 40px;
}
.steps.sect .step.thanks .intro {
  margin-bottom: 50px;
}
.steps.sect .step.thanks .intro .img {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-color: #fff;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.steps.sect .step.thanks .intro .caption {
  font-size: 36px;
  font-weight: 600;
}
.steps.sect .step.thanks .intro .desc {
  font-size: 20px;
  margin-top: 15px;
}
.steps.sect .step.thanks .intro .desc strong {
  font-weight: 500;
}

.steps.sect .step.form {
  max-width: 524px;
  border-radius: 30px;
  padding: 20px;
  padding-top: 40px;
}
.steps.sect .step.form .intro {
  margin-bottom: 35px;
}
.steps.sect .step.form .intro .img {
  display: none;
  align-items: center;
  justify-content: center;
  width: 74px;
  height: 74px;
  background-color: #0071E3;
  border-radius: 50%;
  margin-bottom: 15px;
  margin-left: auto;
  margin-right: auto;
}
.steps.sect .step.form .intro .caption {
  font-size: 36px;
  font-weight: 500;
}
.steps.sect .step.form .intro .desc {
  font-size: 22px;
  color: #5F5F62;
  margin-top: 15px;
}
.steps.sect .step.form > .bottom {
  background-color: #fff;
  border-radius: 24px;
  padding: 20px;
  padding-top: 30px;
}
.steps.sect .step.form > .bottom .note {
  font-size: 22px;
  margin-bottom: 20px;
}
.steps.sect .step.form > .bottom .answer {
  margin-top: 30px;
}
.steps.sect .step.form .field .checkbox {
  min-height: 0;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label {
  align-items: center;
  justify-content: center;
  font-size: 20px;
  padding-right: 15px;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label.wa {
  color: #39D08A;
  background-color: #F0FFF8;
  border-color: #AEEACE;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"]:checked + label.wa {
  color: #fff;
  background-color: #39D08A;
  border-color: #39D08A;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"]:checked + label.wa svg path {
  fill: #fff;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label.tg {
  color: #29A2FF;
  background-color: #F3FAFF;
  border-color: #A7D4F7;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"]:checked + label.tg {
  color: #fff;
  background-color: #29A2FF;
  border-color: #29A2FF;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"]:checked + label.tg svg path {
  fill: #fff;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label.call {
  background-color: #F8F8F8;
  border-color: #E9E9E9;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"]:checked + label.call {
  color: #fff;
  background-color: #3C3E4A;
  border-color: #3C3E4A;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"]:checked + label.call svg path {
  fill: #fff;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label svg {
  margin-right: 8px;
}
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label::before,
.steps.sect .step.form .field .checkbox input[type="checkbox"] + label::after {
  display: none;
}
.steps.sect .field .error_message {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  text-align: center;
  font-size: 12px;
  color: #ff6464;
  opacity: 0;
  visibility: hidden;
  margin-top: 2px;
}
.steps.sect .field .error_message.active {
  opacity: 1;
  visibility: visible;
}

.video-background {
  position: fixed;  /*  Закрепляем видео на заднем фоне */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;  /* Скрываем части видео, которые выходят за границы */
  z-index: -1;  /*  Отправляем видео на задний план */
}

.video-background video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%); /* Центрируем видео */
  object-fit: cover;  /* Самая важная строка здесь */
}