@charset "UTF-8";
html {
  scroll-behavior: smooth;
}

body {
  background-color: #0A0A2B;
  font-size: 18px;
  font-family: "Jost", sans-serif;
  font-weight: 300;
  overflow-x: hidden;
  color: #FFFFFF;
  line-height: 1.2;
}
@media (min-width: 767px) {
  body {
    font-size: 20px;
  }
}
@media (min-width: 991px) {
  body {
    font-size: 22px;
  }
}

@media (min-width: 767px) {
  .container {
    max-width: 758px;
  }
}
@media (min-width: 991px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1199px) {
  .container {
    max-width: 1180px;
  }
}
p {
  margin: 0;
  padding: 0;
}

input::-webkit-input-placeholder {
  color: #FFFFFF;
}

input::-moz-placeholder {
  color: #FFFFFF;
}

header .logo {
  width: 140px;
}
header .video-fallback {
  display: none;
  background-image: url("../img/poster-default.png");
  background-size: cover;
  background-position: center;
}
header .videoOffer {
  position: relative;
}
header .videoOffer .offer-video {
  width: 100%;
  min-height: 100%;
  z-index: 1;
}
@media (min-width: 767px) {
  header .videoOffer .offer-video {
    width: 200%;
  }
}
@media (min-width: 991px) {
  header .videoOffer .offer-video {
    width: 160%;
  }
}
@media (min-width: 1199px) {
  header .videoOffer .offer-video {
    width: 100%;
  }
}
header h1 {
  font-family: "Jost", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #FFFFFF;
  z-index: 2;
  position: absolute;
  text-align: center;
  margin-top: 20px;
}
@media (min-width: 767px) {
  header h1 {
    font-size: 75px;
    line-height: 72px;
  }
}
@media (min-width: 1199px) {
  header h1 {
    font-size: 85px;
  }
}
header .offerText {
  position: absolute;
  z-index: 2;
  align-self: center;
  margin-bottom: -150px;
}
@media (min-width: 1199px) {
  header .offerText {
    margin: 0;
  }
}
header .offerText .textL {
  width: 222px;
}
@media (min-width: 1199px) {
  header .offerText .textL {
    width: 391px;
  }
}
header .offerText .textR {
  width: 309px;
}
@media (min-width: 1199px) {
  header .offerText .textR {
    width: 378px;
  }
}
@media (min-width: 991px) {
  header .marginDesktop {
    margin-right: 300px !important;
  }
}
@media (min-width: 1199px) {
  header .marginDesktop {
    margin-right: 350px !important;
  }
}

.bg-header {
  background-color: rgba(21, 20, 45, 0.8);
}
.bg-footer {
  background-color: #232341;
}
.bg-feedback1 {
  background-image: url("../img/feedback1-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top center;
}
@media (min-width: 991px) {
  .bg-feedback1 {
    background-image: url("../img/feedback1-bgD.png");
  }
}
@media (min-width: 1199px) {
  .bg-feedback1 {
    background-size: cover;
    background-position: center;
  }
}
@media (min-width: 1919px) {
  .bg-feedback1 {
    background-size: 1920px;
    background-image: url("../img/feedback1-bgD1920.png");
  }
}
@media (min-width: 767px) {
  .bg-services {
    background-image: url("../img/services.png");
    background-repeat: no-repeat;
    background-size: 400px;
    background-position: bottom right;
    padding-bottom: 135px;
  }
}
@media (min-width: 767px) and (min-width: 1199px) {
  .bg-services {
    background-size: 670px;
    padding-bottom: 200px;
  }
}
@media (min-width: 767px) and (min-width: 1919px) {
  .bg-services {
    background-position: 1354px bottom;
  }
}
.bg-feedback2 {
  background-image: url("../img/feedback2-bg.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: top center !important;
  background-color: #18183e !important;
}
@media (min-width: 991px) {
  .bg-feedback2 {
    background-image: url("../img/feedback2-bgD.png") !important;
    background-position: -135px !important;
    background-size: cover !important;
  }
}
@media (min-width: 1199px) {
  .bg-feedback2 {
    background-position: right !important;
    background-size: cover !important;
  }
}
.bg-ambassador {
  background-image: url("../img/ambassador-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center calc(100% - 30px);
}
@media (min-width: 767px) {
  .bg-ambassador {
    background-image: url("../img/ambassador-bgT.png");
    background-size: contain;
    background-position: center calc(100% - 13px);
  }
}
@media (min-width: 991px) {
  .bg-ambassador {
    background-position: center right;
  }
}
@media (min-width: 1199px) {
  .bg-ambassador {
    background-image: url("../img/ambassador-bgD.png");
    background-position: 390px center;
  }
}
@media (min-width: 1199px) {
  .bg-ambassador {
    background-image: none;
  }
}
@media (min-width: 1199px) {
  .bg-ambassador-xxl {
    background-image: url("../img/ambassador-bgD.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center right;
  }
}
.bg-feedback3 {
  background: linear-gradient(180deg, rgba(35, 35, 65, 0.3) 0%, rgba(90, 90, 167, 0.3) 100%), url("../img/feedback3-bgM.png") !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  background-position: bottom center !important;
}
@media (min-width: 767px) {
  .bg-feedback3 {
    background: linear-gradient(180deg, rgba(35, 35, 65, 0.3) 0%, rgba(90, 90, 167, 0.3) 100%), url("../img/feedback3-bgD.png") !important;
    background-repeat: no-repeat !important;
    background-position: bottom right !important;
    background-size: cover, 457px !important;
  }
}
@media (min-width: 1199px) {
  .bg-feedback3 {
    background: linear-gradient(180deg, rgba(35, 35, 65, 0.3) 0%, rgba(90, 90, 167, 0.3) 100%) !important;
  }
}

.text-subtitle {
  font-size: 24px;
  font-weight: 700;
}
@media (min-width: 767px) {
  .text-subtitle {
    font-size: 50px;
    line-height: 120%;
  }
}
@media (min-width: 1199px) {
  .text-subtitle {
    font-size: 55px;
  }
}
.text-semi600 {
  font-weight: 600;
}
.text-green {
  color: #12C473;
}
.text-opacity {
  opacity: 0.7;
  line-height: 22px;
}
.text-small {
  width: 197px;
}
@media (min-width: 374px) {
  .text-small {
    width: 100%;
  }
}
.text-fs12-18 {
  font-size: 12px;
}
@media (min-width: 767px) {
  .text-fs12-18 {
    font-size: 18px;
  }
}
.text-fs14 {
  font-size: 14px;
}
.text-fs14-18 {
  font-size: 14px;
}
@media (min-width: 767px) {
  .text-fs14-18 {
    font-size: 18px;
  }
}
.text-fs16-18 {
  font-size: 16px;
}
@media (min-width: 767px) {
  .text-fs16-18 {
    font-size: 18px;
  }
}
.text-fs16 {
  font-size: 16px;
}
.text-fs16-22 {
  font-size: 16px;
}
@media (min-width: 767px) {
  .text-fs16-22 {
    font-size: 22px;
  }
}
.text-fs18 {
  font-size: 18px;
}
.text-fs18-24 {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-fs18-24 {
    font-size: 24px;
  }
}
.text-fs18-30 {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-fs18-30 {
    font-size: 30px;
  }
}
.text-fs18-55 {
  font-size: 18px;
}
@media (min-width: 767px) {
  .text-fs18-55 {
    font-size: 55px;
  }
}
.text-fs24 {
  font-size: 24px;
}
.text-fs35 {
  font-size: 35px;
}
.text-fs38-55 {
  font-size: 38px;
}
@media (min-width: 767px) {
  .text-fs38-55 {
    font-size: 55px;
  }
}

.btn {
  min-width: 142px;
  color: #FFFFFF;
  border-radius: 10px;
  font-weight: 500;
  padding: 10px 16px;
  width: 100%;
  font-size: 14px;
}
@media (min-width: 575px) {
  .btn {
    padding: 12px 30px;
  }
}
@media (min-width: 767px) {
  .btn {
    width: auto;
    font-size: 16px;
  }
}
.btn-green {
  background-color: #12C473;
}
.btn-green:hover {
  color: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(10, 10, 43, 0.15);
  border-radius: 10px;
}
.btn-green:active {
  color: #FFFFFF;
  background-color: #0AB466;
  box-shadow: none;
}
.btn-ghostGreen {
  border: 1px solid #12C473;
  color: #FFFFFF;
}
.btn-ghostGreen:hover {
  color: #12C473;
}
.btn-blue {
  border: 1px solid #3b3c54;
  color: #FFFFFF;
}
.btn-blue:hover {
  color: #FFFFFF;
}
.btn-up {
  border: 1px solid rgba(255, 255, 255, 0.3);
  background-color: rgba(255, 255, 255, 0.1);
  color: #FFFFFF;
}
.btn-up:hover {
  color: #FFFFFF;
}

.btn:focus {
  box-shadow: none !important;
}

.tariffs {
  position: relative;
  z-index: 2;
  margin-top: -60px;
}
@media (min-width: 767px) {
  .tariffs {
    margin-top: -195px;
  }
}
@media (min-width: 1199px) {
  .tariffs {
    margin-top: -194px;
  }
}

.cards {
  border-radius: 12px;
  backdrop-filter: blur(53px);
}
.cards-gradient {
  background: linear-gradient(180deg, rgba(35, 35, 65, 0.3) 0%, rgba(90, 90, 167, 0.3) 100%);
}
.cards-border {
  border: 1px solid rgba(18, 196, 115, 0.3);
}
.cards-n1, .cards-n2, .cards-n3, .cards-n4, .cards-n5, .cards-n6, .cards-n7, .cards-n8, .cards-n9, .cards-n10 {
  position: relative;
  padding: 12px;
}
@media (min-width: 767px) {
  .cards-n1, .cards-n2, .cards-n3, .cards-n4, .cards-n5, .cards-n6, .cards-n7, .cards-n8, .cards-n9, .cards-n10 {
    padding: 16px;
  }
}
.cards-n1:after, .cards-n2:after, .cards-n3:after, .cards-n4:after, .cards-n5:after, .cards-n6:after, .cards-n7:after, .cards-n8:after, .cards-n9:after, .cards-n10:after {
  font-size: 24px;
  font-weight: 700;
  position: absolute;
  color: #12C473;
  top: 15px;
  right: 20px;
}
@media (min-width: 767px) {
  .cards-n1:after, .cards-n2:after, .cards-n3:after, .cards-n4:after, .cards-n5:after, .cards-n6:after, .cards-n7:after, .cards-n8:after, .cards-n9:after, .cards-n10:after {
    font-size: 35px;
  }
}
@media (min-width: 1199px) {
  .cards-n1 {
    width: 420px;
  }
}
.cards-n1:after {
  content: "01";
}
@media (min-width: 1199px) {
  .cards-n2 {
    width: 309px;
  }
}
.cards-n2:after {
  content: "02";
}
@media (min-width: 1199px) {
  .cards-n3 {
    width: 394px;
  }
}
.cards-n3:after {
  content: "03";
}
@media (min-width: 1199px) {
  .cards-n4 {
    width: 351px;
  }
}
.cards-n4:after {
  content: "04";
}
@media (min-width: 1199px) {
  .cards-n5 {
    width: 414px;
  }
}
.cards-n5:after {
  content: "05";
}
@media (min-width: 1199px) {
  .cards-n6 {
    width: 359px;
  }
}
.cards-n6:after {
  content: "06";
}
@media (min-width: 1199px) {
  .cards-n7 {
    width: 319px;
  }
}
.cards-n7:after {
  content: "07";
}
@media (min-width: 1199px) {
  .cards-n8 {
    width: 307px;
  }
}
.cards-n8:after {
  content: "08";
}
@media (min-width: 1199px) {
  .cards-n9 {
    width: 252px;
  }
}
.cards-n9:after {
  content: "09";
}
@media (min-width: 1199px) {
  .cards-n10 {
    width: 230px;
  }
}
.cards-n10:after {
  content: "10";
}

.icon-tariffS {
  width: 24px;
  height: 24px;
}
.icon-check {
  width: 16px;
  height: 16px;
}
@media (min-width: 767px) {
  .icon-check {
    width: 24px;
    height: 24px;
  }
}
.icon-tariffsT {
  width: 438px;
  height: auto;
}
@media (min-width: 991px) {
  .icon-tariffsT {
    width: 565px;
    height: auto;
    margin-left: 100px !important;
  }
}
@media (min-width: 1199px) {
  .icon-tariffsT {
    width: 628px;
  }
}

.tariff-card {
  background-color: rgba(35, 35, 65, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(18, 196, 115, 0.3);
  padding: 8px;
  position: relative;
}
.tariff-card .radio {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px;
}
.tariff-card p {
  font-weight: 600;
  font-size: 18px;
  text-align: center;
  color: #12C473;
  margin: 0;
}
.tariff-card-active .radio {
  background-color: #12C473;
  background-clip: content-box;
}

.index {
  z-index: 2;
}

.video2-wrapper {
  position: relative;
}
.video2-wrapper .video2 {
  width: 140%;
  position: absolute;
  top: -102px;
  z-index: 0;
}
@media (min-width: 424px) {
  .video2-wrapper .video2 {
    width: 130%;
    top: -124px;
  }
}
@media (min-width: 767px) {
  .video2-wrapper .video2 {
    width: 130%;
    top: -165px;
  }
}
@media (min-width: 991px) {
  .video2-wrapper .video2 {
    width: 120%;
    top: -220px;
  }
}
@media (min-width: 1199px) {
  .video2-wrapper .video2 {
    width: 120%;
    top: -360px;
  }
}
@media (min-width: 1199px) {
  .video2-wrapper .video2 {
    width: 1920px;
    top: -360px;
  }
}

.innovacii {
  margin-top: 140px;
}
@media (min-width: 374px) {
  .innovacii {
    margin-top: 200px;
  }
}
@media (min-width: 575px) {
  .innovacii {
    margin-top: 380px;
  }
}
@media (min-width: 767px) {
  .innovacii {
    margin-top: 270px;
  }
}
@media (min-width: 991px) {
  .innovacii {
    margin-top: 330px;
  }
}
@media (min-width: 1199px) {
  .innovacii {
    margin-top: 560px;
  }
}
.innovacii .innovacii-img {
  position: relative;
  height: 256px;
  display: flex;
  justify-content: center;
}
@media (min-width: 767px) {
  .innovacii .innovacii-img {
    height: 480px;
  }
}
@media (min-width: 767px) {
  .innovacii .innovacii-img {
    height: 300px;
  }
}
.innovacii .innovacii-img img {
  width: 351px;
  height: auto;
  position: absolute;
}
@media (min-width: 767px) {
  .innovacii .innovacii-img img {
    width: 444px;
  }
}
@media (min-width: 991px) {
  .innovacii .innovacii-img img {
    width: 160%;
    left: -125px;
  }
}
@media (min-width: 1199px) {
  .innovacii .innovacii-img img {
    width: 160%;
    left: -125px;
    top: -36px;
  }
}

form {
  /* Базовые стили */
  /* Внутренняя иконка */
  /* При checked — масштабируем кружок */
  /* Фокус для доступности */
}
form .form-input {
  width: 100%;
  max-height: 60px;
  font-size: 14px;
  padding: 19px 24px;
  border: 1px solid #CCCCCC;
  box-sizing: border-box;
  border-radius: 10px;
  outline: none;
  color: #FFFFFF;
  background-color: transparent;
}
form .form-input:hover {
  border: 1px solid #CCCCCC;
}
form .form-input:active {
  border: 1px solid #CCCCCC;
}
form .form-input-dark {
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  color: #FFFFFF;
}
form .form-input-dark:hover {
  border: 1px solid #12C473;
}
form .form-input-dark:active {
  border: 1px solid #12C473;
}
form .form-input-dark:focus {
  border: 1px solid #12C473;
}
form .custom-checkbox {
  cursor: pointer;
  position: absolute;
  opacity: 0;
  padding: 0;
}
form .custom-checkbox ~ label {
  display: inline-flex;
  align-items: center;
  user-select: none;
  font-size: 14px;
}
form .custom-checkbox ~ label::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  flex-grow: 0;
  border-radius: 3px;
  border: 1px solid #CCCCCC;
  margin-right: 1em;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 50% 50%;
}
form .custom-checkbox:hover ~ label::before {
  border-color: #12C473;
  cursor: pointer;
}
form .custom-checkbox:checked ~ label::before {
  border-color: #12C473;
  background-color: #12C473;
  background-image: url("../img/checkbox.svg");
  background-size: auto;
}
form .custom-radio .form-check-input {
  position: relative;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  margin-top: 2px;
  transition: all 0.2s ease;
  cursor: pointer;
  appearance: none; /* убираем стандартный стиль */
  -webkit-appearance: none;
}
form .custom-radio .form-check-input::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #12C473;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 0.2s ease;
}
form .custom-radio .form-check-input:checked::before {
  transform: translate(-50%, -50%) scale(1);
}
form .custom-radio .form-check-input:focus {
  box-shadow: none;
}
form .form-link {
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
form .form-link:hover {
  color: #12C473;
}
form .form-group.has-error .form-input {
  border: 1px solid #FF5959 !important;
}

.feedback1-margin {
  margin-top: 300px;
}
@media (min-width: 767px) {
  .feedback1-margin {
    margin-top: 530px;
  }
}
@media (min-width: 991px) {
  .feedback1-margin {
    margin-top: 0;
  }
}

.feedback2-margin {
  margin-bottom: 195px;
}
@media (min-width: 374px) {
  .feedback2-margin {
    margin-bottom: 230px;
  }
}
@media (min-width: 424px) {
  .feedback2-margin {
    margin-bottom: 300px;
  }
}
@media (min-width: 767px) {
  .feedback2-margin {
    margin-bottom: 560px;
  }
}
@media (min-width: 991px) {
  .feedback2-margin {
    margin-bottom: 24px;
  }
}

.feedback3-margin {
  margin-bottom: 340px;
}
@media (min-width: 767px) {
  .feedback3-margin {
    margin-bottom: 0;
  }
}
.feedback3-img {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
}

.vedServices .grid-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media (min-width: 1199px) {
  .vedServices .grid-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
  }
}

@media (min-width: 767px) {
  .els-logo {
    width: 276px;
  }
}

@media (min-width: 991px) {
  .ambassador-img {
    width: 260px;
  }
}

.marquee-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
  overflow: hidden;
  width: 100%;
  position: relative;
}
@media (min-width: 767px) {
  .marquee-container:before {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    background: linear-gradient(90deg, #0A0A2B 30%, rgba(26, 26, 26, 0) 100%);
    top: 0;
    left: -1px;
    z-index: 1;
  }
}
@media (min-width: 1199px) {
  .marquee-container:before {
    width: 500px;
  }
}
@media (min-width: 767px) {
  .marquee-container:after {
    content: "";
    width: 80px;
    height: 100%;
    position: absolute;
    background: linear-gradient(270deg, #0A0A2B 30%, rgba(26, 26, 26, 0) 100%);
    top: 0;
    right: -1px;
    z-index: 1;
  }
}
@media (min-width: 1199px) {
  .marquee-container:after {
    width: 500px;
  }
}
@media (min-width: 767px) {
  .marquee-container {
    gap: 15px;
  }
}
@media (min-width: 1199px) {
  .marquee-container {
    gap: 45px;
  }
}

.marquee {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  width: 100%;
}

.marquee-track {
  display: inline-flex;
  white-space: nowrap;
}

.marquee-card {
  flex-shrink: 0;
  width: 280px;
  height: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 10px;
  border-radius: 12px;
  padding: 10px;
}
@media (min-width: 767px) {
  .marquee-card {
    margin-right: 15px;
    padding: 20px;
    width: 320px;
    height: 120px;
  }
}
@media (min-width: 1199px) {
  .marquee-card {
    margin-right: 45px;
    width: 320px;
    height: 120px;
    padding: 20px 30px;
  }
}

.marquee-card img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.marquee-left .marquee-track {
  animation: scroll-left 80s linear infinite;
}

.marquee-right .marquee-track {
  animation: scroll-right 80s linear infinite;
}

@keyframes scroll-left {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}
@keyframes scroll-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0%);
  }
}
footer .underline {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
footer .footer-link {
  display: block;
  margin-bottom: 12px;
  font-size: 14px;
  color: #9191A0;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}
footer .footer-link:hover {
  color: #0AB466;
}
@media (min-width: 991px) {
  footer .footer-link {
    display: inline;
    margin-bottom: 0;
    margin-right: 16px;
  }
}

.max-content {
  width: max-content;
}

.modal-backdrop {
  background: rgba(35, 35, 65, 0.9) !important;
  backdrop-filter: blur(26.6000003815px);
}

.modal-backdrop.fade {
  opacity: 0;
}

.modal-backdrop.show {
  opacity: 1;
}

@media (min-width: 767px) {
  .modal .modal-xl {
    max-width: 728px;
  }
}
@media (min-width: 991px) {
  .modal .modal-xl {
    max-width: 920px;
  }
}
@media (min-width: 1199px) {
  .modal .modal-xl {
    max-width: 920px;
  }
}
@media (min-width: 1199px) {
  .modal .modal-xl {
    max-width: 1158px;
  }
}
.modal .modal-content {
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(35, 35, 65, 0.3) 0%, rgba(90, 90, 167, 0.3) 100%);
  border: 1px solid rgba(18, 196, 115, 0.3);
  backdrop-filter: blur(57.0999984741px);
}
@media (min-width: 767px) {
  .modal .modal-content {
    border-radius: 16px;
  }
}
.modal .btn-close {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
  background-image: url("../img/closeM.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-color: transparent;
  width: 24px;
  height: 24px;
  z-index: 2;
  opacity: 1;
}
@media (min-width: 767px) {
  .modal .btn-close {
    background-image: url("../img/close.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: transparent;
    width: 56px;
    height: 56px;
    top: 24px;
    right: 24px;
  }
}
.modal .btn-close:focus {
  box-shadow: none;
}

.progressBar-wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 767px) {
  .progressBar-wrapper {
    max-width: 515px;
  }
}
.progressBar-phase {
  flex: 1;
}
.progressBar-phase p {
  border-bottom: 4px solid #3F3F6F;
  padding-bottom: 5px;
}
.progressBar-active p {
  border-color: #12C473;
}

.tariffsWrapper {
  display: flex;
}
.tariffsWrapper .tariff-select-click {
  cursor: pointer;
}
.tariffsWrapper .tariff-unselect {
  opacity: 0.4;
  cursor: not-allowed;
}
.tariffsWrapper .tariff-select {
  flex: 1;
  background-color: rgba(35, 35, 65, 0.3);
  border-radius: 12px;
  border: 1px solid rgba(18, 196, 115, 0.3);
  padding: 12px;
  position: relative;
  text-align: center;
}
@media (min-width: 767px) {
  .tariffsWrapper .tariff-select {
    padding: 19px;
    width: 215px;
  }
}
.tariffsWrapper .tariff-select .radio {
  position: absolute;
  top: calc(100% - 20px);
  left: 6px;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 2px;
}
.tariffsWrapper .tariff-select p {
  color: #12C473;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 12px;
}
@media (min-width: 767px) {
  .tariffsWrapper .tariff-select p {
    font-size: 30px;
  }
}
.tariffsWrapper .tariff-select .tariff-card-description {
  font-weight: 400;
  color: #FFFFFF;
  font-size: 12px;
}
@media (min-width: 767px) {
  .tariffsWrapper .tariff-select .tariff-card-description {
    font-size: 18px;
    white-space: nowrap;
  }
}
.tariffsWrapper .tariff-select img {
  width: 64px;
}
@media (min-width: 767px) {
  .tariffsWrapper .tariff-select img {
    width: 130px;
  }
}
.tariffsWrapper .tariff-select-active {
  border-color: #12C473 !important;
}
.tariffsWrapper .tariff-select-active .radio {
  background-color: #12C473;
  background-clip: content-box;
}

@media (min-width: 767px) {
  .form-max-w {
    max-width: 515px;
  }
}

/*# sourceMappingURL=styles.css.map */
