@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Regular.eot");
  src: local("Inter Regular"), local("Inter-Regular"), url("../fonts/Inter-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Regular.woff2") format("woff2"), url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Black.eot");
  src: local("Inter Black"), local("Inter-Black"), url("../fonts/Inter-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Black.woff2") format("woff2"), url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-LightBETA.eot");
  src: local("Inter Light BETA"), local("Inter-LightBETA"), url("../fonts/Inter-LightBETA.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-LightBETA.woff2") format("woff2"), url("../fonts/Inter-LightBETA.woff") format("woff"), url("../fonts/Inter-LightBETA.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-SemiBold.eot");
  src: local("Inter Semi Bold"), local("Inter-SemiBold"), url("../fonts/Inter-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-SemiBold.woff2") format("woff2"), url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Bold.eot");
  src: local("Inter Bold"), local("Inter-Bold"), url("../fonts/Inter-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Bold.woff2") format("woff2"), url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-ExtraBold.eot");
  src: local("Inter Extra Bold"), local("Inter-ExtraBold"), url("../fonts/Inter-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-ExtraBold.woff2") format("woff2"), url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.ttf") format("truetype");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url("../fonts/Inter-Medium.eot");
  src: local("Inter Medium"), local("Inter-Medium"), url("../fonts/Inter-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Inter-Medium.woff2") format("woff2"), url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  -webkit-font-variant-ligatures: none;
          font-variant-ligatures: none;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: none;
}

[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type='number'],
input[type="number"]:hover,
input[type="number"]:focus {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.f-center-jcsb {
  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;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.f-jcsb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.f-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-center-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.f-justify-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.header-drop__icon img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

body {
  font-size: 15px;
  font-family: 'Inter', sans-serif;
  color: #656972;
  overflow: hidden;
  height: 100vh;
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Inter', sans-serif;
  color: #0B193E;
}

input, input::-webkit-input-placeholder, textarea, textarea::-webkit-input-placeholder, button, a {
  font-family: 'Inter', sans-serif;
}

input, input:-ms-input-placeholder, textarea, textarea:-ms-input-placeholder, button, a {
  font-family: 'Inter', sans-serif;
}

input, input::-ms-input-placeholder, textarea, textarea::-ms-input-placeholder, button, a {
  font-family: 'Inter', sans-serif;
}

input, input::placeholder, textarea, textarea::placeholder, button, a {
  font-family: 'Inter', sans-serif;
}

.container {
  width: 1108px;
  padding: 0 15px;
  margin: 0 auto;
}

.tabs-content {
  display: none;
}

.tabs-content.active {
  display: block;
}

.header {
  position: relative;
  z-index: 1;
}

.header-toggle {
  display: none;
  width: 18px;
  position: relative;
  height: 15px;
}

.header-toggle span {
  display: block;
  height: 1.5px;
  position: absolute;
  top: 0;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  background: #9CA4AF;
  left: 0;
  width: 18px;
}

.header-toggle span:nth-child(2) {
  top: 5px;
}

.header-toggle span:nth-child(3) {
  top: 10px;
}

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

.header-logo {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  color: #0B193E;
  line-height: normal;
}

.header-logo img {
  display: block;
  margin-right: 11px;
}

.header-logo:hover {
  color: #3BC4FA;
}

.header-nav {
  margin-left: 20px;
  border-left: 1px solid #E5E7ED;
  padding-left: 20px;
}

.header-menu__item {
  margin-right: 8px;
}

.header-menu__item:last-child {
  margin-right: 0;
}

.header-menu__link {
  padding: 8px 12px;
  border-radius: 50px;
  background: #F6F7FB;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  color: #656972;
  line-height: normal;
  display: block;
}

.header-menu__link:hover {
  background: #dce0f4;
}

.header-drop {
  position: absolute;
  top: 100%;
  padding: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.1);
          box-shadow: 0px 10px 30px rgba(34, 34, 34, 0.1);
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  left: 0;
  opacity: 0;
  pointer-events: none;
}

.header-drop__icon {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
}

.header-drop__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #4C4C5B;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.header-drop__link:hover .header-drop__text {
  color: #3BC4FA;
}

.header-lang {
  cursor: pointer;
  position: relative;
}

.header-lang:hover .header-drop {
  opacity: 1;
  pointer-events: all;
}

.header-lang__current img {
  display: block;
  margin-right: 8px;
}

.header-lang__current-text {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #4C4C5B;
}

.header-lang__arrow {
  margin-left: 4px;
}

.header-lang__arrow img {
  display: block;
}

.header-control__btn {
  padding: 12px 23.5px;
  border-radius: 50px;
  background: #3BC4FA;
  margin-left: 20px;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  line-height: normal;
}

.header-control__btn:hover {
  background: #23a6da;
}

.main {
  min-height: 710px;
  height: 100vh;
  overflow: hidden;
  background: #F6F7FB;
}

.main-offer {
  height: 100vh;
  padding-top: 115px;
  position: relative;
}

.main-offer::after {
  content: '';
  display: block;
  background: url("../img/main-bg.jpg") no-repeat center center/cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 53vw;
  height: 100%;
}

.main-offer__wrap {
  width: 438px;
  margin-left: 80px;
  position: relative;
  height: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  z-index: 1;
}

.main-offer__wrap::after {
  content: '';
  display: block;
  width: 100%;
  z-index: 0;
  height: 100%;
  border-radius: 24px;
  background: #E7EDEF;
  position: absolute;
  top: 16px;
  right: -19px;
}

.main-request {
  position: relative;
  z-index: 1;
  width: 100%;
  background: #fff;
  border-radius: 24px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(129, 131, 146, 0.12), 0px 43px 94px 0px rgba(129, 131, 146, 0.12), 0px 170px 170px 0px rgba(129, 131, 146, 0.1), 0px 383px 230px 0px rgba(129, 131, 146, 0.06), 0px 681px 273px 0px rgba(129, 131, 146, 0.02), 0px 1064px 298px 0px rgba(129, 131, 146, 0);
          box-shadow: 0px 0px 0px 0px rgba(129, 131, 146, 0.12), 0px 43px 94px 0px rgba(129, 131, 146, 0.12), 0px 170px 170px 0px rgba(129, 131, 146, 0.1), 0px 383px 230px 0px rgba(129, 131, 146, 0.06), 0px 681px 273px 0px rgba(129, 131, 146, 0.02), 0px 1064px 298px 0px rgba(129, 131, 146, 0);
  padding: 21px 16px;
}

.main-content {
  padding-top: 117px;
  padding-bottom: 58px;
  max-width: 512px;
}

.main-content__safe {
  padding: 10px 16px;
  border-radius: 24px;
  background: #FFF;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #0B193E;
  line-height: normal;
}

.main-content__safe svg {
  display: block;
  margin-right: 12px;
}

.main-content__title {
  font-size: 44px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  margin-top: 20px;
}

.main-content__text {
  margin-top: 24px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
}

.main-tabs {
  border-radius: 12px;
  border: 1px solid #D9E0E9;
  background: #EFF3F8;
  padding: 4px;
}

.main-tabs__item {
  width: 33.333%;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  padding: 10px 0;
  text-align: center;
  cursor: pointer;
  border-radius: 12px;
  font-size: 15px;
  font-style: normal;
  color: #656972;
  font-weight: 500;
  line-height: normal;
}

.main-tabs__item.active {
  color: #FFF;
  background: #3BC4FA;
}

.main-info {
  margin-top: 179px;
  border-radius: 24px;
  padding: 20px;
  background: #FFF;
  max-width: 449px;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(156, 159, 201, 0.1), 0px 12px 26px 0px rgba(156, 159, 201, 0.1), 0px 47px 47px 0px rgba(156, 159, 201, 0.09), 0px 105px 63px 0px rgba(156, 159, 201, 0.05), 0px 187px 75px 0px rgba(156, 159, 201, 0.01), 0px 292px 82px 0px rgba(156, 159, 201, 0);
          box-shadow: 0px 0px 0px 0px rgba(156, 159, 201, 0.1), 0px 12px 26px 0px rgba(156, 159, 201, 0.1), 0px 47px 47px 0px rgba(156, 159, 201, 0.09), 0px 105px 63px 0px rgba(156, 159, 201, 0.05), 0px 187px 75px 0px rgba(156, 159, 201, 0.01), 0px 292px 82px 0px rgba(156, 159, 201, 0);
}

.main-info__icon {
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.main-info__icon svg {
  display: block;
}

.main-info__title {
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-info__text {
  margin-top: 7px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.996%;
}

.main-control {
  margin-top: 25px;
}

.main-control__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.main-control__text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  margin-bottom: 19px;
}

.main-form__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #4C4C5B;
  margin-bottom: 6px;
}

.main-form__label svg {
  display: block;
  margin-left: 8px;
}

.main-form__item {
  margin-bottom: 19px;
}

.main-form__item:last-child {
  margin-bottom: 0;
}

.main-form__icon {
  position: absolute;
  top: 50%;
  left: 23px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.main-form__icon svg {
  display: block;
}

.main-form__input {
  position: relative;
}

.main-form__input input {
  display: block;
  width: 100%;
  color: #222;
  padding: 17px 20px 17px 59px;
  border-radius: 12px;
  border: 1px solid #D6DEEA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.main-form__input input::-webkit-input-placeholder {
  color: #9CA4AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.main-form__input input:-ms-input-placeholder {
  color: #9CA4AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.main-form__input input::-ms-input-placeholder {
  color: #9CA4AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.main-form__input input::placeholder {
  color: #9CA4AF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
}

.main-form__warn {
  margin-top: 6px;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  color: #9CA4AF;
  line-height: 156.996%;
}

.main-form__submit {
  margin-top: 25px;
  width: 100%;
  text-align: center;
  padding: 20.5px 0;
  border-radius: 50px;
  background: #3BC4FA;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #fff;
}

.main-form__submit:disabled {
  opacity: 0.5;
  pointer-events: none;
}

.main-form__submit:hover {
  background: #23a6da;
}

.main-form__info {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  color: #656972;
  margin-top: 20px;
  line-height: 156.996%;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 4;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
  height: 100%;
  opacity: 0;
  pointer-events: none;
}

.popup.contacts-popup .popup-body {
  padding: 10px;
  width: 805px;
}

.popup.show {
  opacity: 1;
  pointer-events: all;
}

.popup-close {
  position: absolute;
  top: 21px;
  right: 21px;
  z-index: 1;
}

.popup-close svg {
  display: block;
}

.popup-close svg path {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.popup-close:hover path {
  stroke: #3BC4FA;
}

.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(14, 42, 53, 0.32);
  overflow-y: auto;
}

.popup-body {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 438px;
  padding: 20px;
  border-radius: 24px;
  background: #FFF;
  -webkit-box-shadow: 0px 0px 0px 0px rgba(129, 131, 146, 0.12), 0px 43px 94px 0px rgba(129, 131, 146, 0.12), 0px 170px 170px 0px rgba(129, 131, 146, 0.1), 0px 383px 230px 0px rgba(129, 131, 146, 0.06), 0px 681px 273px 0px rgba(129, 131, 146, 0.02), 0px 1064px 298px 0px rgba(129, 131, 146, 0);
          box-shadow: 0px 0px 0px 0px rgba(129, 131, 146, 0.12), 0px 43px 94px 0px rgba(129, 131, 146, 0.12), 0px 170px 170px 0px rgba(129, 131, 146, 0.1), 0px 383px 230px 0px rgba(129, 131, 146, 0.06), 0px 681px 273px 0px rgba(129, 131, 146, 0.02), 0px 1064px 298px 0px rgba(129, 131, 146, 0);
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.popup-inner {
  padding-left: 20px;
  max-width: 356px;
}

.popup-content {
  padding-bottom: 26px;
  border-bottom: 1px solid #D6DEEA;
  margin-bottom: 18px;
}

.popup-content__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-content__text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
}

.popup-form__item {
  margin-bottom: 16px;
}

.popup-form__item:last-child {
  margin-bottom: 0;
}

.popup-form__label {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 6px;
  line-height: 156.996%;
}

.popup-form__input input, .popup-form__input textarea {
  display: block;
  width: 100%;
  padding: 17px 23px;
  border-radius: 12px;
  border: 1px solid  #D6DEEA;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
}

.popup-form__input input::-webkit-input-placeholder, .popup-form__input textarea::-webkit-input-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #9CA4AF;
}

.popup-form__input input:-ms-input-placeholder, .popup-form__input textarea:-ms-input-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #9CA4AF;
}

.popup-form__input input::-ms-input-placeholder, .popup-form__input textarea::-ms-input-placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #9CA4AF;
}

.popup-form__input input::placeholder, .popup-form__input textarea::placeholder {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #9CA4AF;
}

.popup-form__input textarea {
  height: 116px;
}

.popup-form__submit {
  display: block;
  margin-top: 2px;
  width: 100%;
  text-align: center;
  padding: 20.5px 0;
  border-radius: 50px;
  background: #3BC4FA;
  font-size: 16px;
  font-style: normal;
  color: #fff;
  font-weight: 600;
  line-height: normal;
}

.popup-form__submit:hover {
  background: #23a6da;
}

.popup-info {
  width: 382px;
  padding: 8px;
  padding-top: 85px;
  border-radius: 19px;
  background: #F5F5F5;
}

.popup-info__image {
  margin-left: 15px;
  pointer-events: none;
}

.popup-info__image img {
  display: block;
}

.popup-info__content {
  border-radius: 24px;
  margin-top: 28px;
  background: #FFF;
  -webkit-box-shadow: 0px 33px 93px 0px rgba(207, 207, 207, 0.25);
          box-shadow: 0px 33px 93px 0px rgba(207, 207, 207, 0.25);
}

.popup-social {
  text-align: center;
  padding: 25px 20px 31px 20px;
}

.popup-social__text {
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #4C4C5B;
}

.popup-social-list {
  margin-top: 19px;
}

.popup-social-list__item {
  margin-right: 25px;
}

.popup-social-list__item:last-child {
  margin-right: 0;
}

.popup-social-list__link svg {
  display: block;
}

.popup-social-list__link svg path {
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.popup-social-list__link:hover path {
  fill: #3BC4FA;
}

.popup-social__line {
  margin-top: 19px;
  margin-bottom: 27px;
}

.popup-social__line p {
  white-space: nowrap;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  display: block;
  margin: 0 14px;
}

.popup-social__line span {
  display: block;
  height: 1px;
  background: #D6DEEA;
  width: 100%;
}

.popup-social__email {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #4C4C5B;
}

.popup-social__email svg {
  display: block;
  margin-right: 16px;
}

.popup-social__email:hover {
  color: #3BC4FA;
}

.popup-main__image {
  pointer-events: none;
  margin-bottom: 26px;
}

.popup-main__image img {
  display: block;
}

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

.popup-main__title {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.popup-main__text {
  margin-top: 8px;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #656972;
}

.popup .renew-content {
  padding-top: 74px;
}

.popup .renew-list {
  margin-top: 14px;
}

.popup .renew-list__item {
  margin-bottom: 5px;
  padding: 15px;
  border-radius: 12px;
  background: #EFF3F8;
}

.popup .renew-list__item:last-child {
  margin-bottom: 0;
}

.popup .renew-list__text {
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 156.996%;
  color: #0B193E;
}

.popup .renew-list__text_accent {
  padding: 5px 18px;
  border-radius: 36px;
  border: 1px solid #D4DBE3;
  background: #FFF;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.popup .renew-list__point {
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 156.996%;
  color: #656972;
}

.popup .renew-list__point svg {
  display: block;
  margin-right: 11px;
}

.popup-nav {
  margin-top: 20px;
}

.popup-nav__btn {
  width: 100%;
  display: block;
  text-align: center;
  padding: 20.5px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  background: #3BC4FA;
  border-radius: 50px;
  line-height: normal;
}

.popup-nav__btn:hover {
  background: #23a6da;
}

.popup-nav__warn {
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 156.996%;
  margin-top: 20px;
}

.popup-nav__warn a {
  color: #3BC4FA;
}

.popup-nav__warn a:hover {
  color: #23a6da;
}

.popup .validity-content .popup-main__content {
  text-align: left;
}

.popup .captcha-content .popup-form__input {
  margin-top: 15px;
}

.popup .captcha-content__image img {
  display: block;
  max-width: 100%;
}
/*# sourceMappingURL=main.css.map */