@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Anonymous+Pro:wght@700&display=swap");
@media (max-width: 980px) {
  section *:not(html) {
    -webkit-transform: translate3d(0, 0, 0);
  }
}

html {
  scroll-behavior: smooth;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  color: #181930;
}

hr {
  border: none;
  color: #e4e4e4;
  background-color: #e4e4e4;
  height: 1px;
}

button {
  cursor: pointer;
  border: none;
}

button:hover {
  -webkit-filter: brightness(1.1);
          filter: brightness(1.1);
}

input {
  border: none;
}

html {
  overflow-x: hidden;
  position: relative;
  left: 0;
  top: 0;
}

.main {
  position: relative;
  padding-top: 65px;
  padding-bottom: 35px;
}

.main::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 50%;
  width: 82vw;
  height: 82vw;
  background-color: #f8f8fa;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  pointer-events: none;
}

.main__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main__split > div {
  width: 100%;
}

.main__left {
  padding-top: 35px;
}

.main__left .label {
  padding-top: 30px;
  font-family: "George", sans-serif;
}

@media (max-width: 1380px) {
  .main__left .label {
    margin-top: -35px;
  }
}

@media (max-width: 1100px) {
  .main__left .label {
    margin-top: -35px;
  }
}

@media (max-width: 1060px) {
  .main__left .label {
    margin-top: -30px;
  }
}

.main__left .label p {
  font-weight: bold;
  font-size: 14px;
  line-height: 14px;
  position: relative;
  font-family: "Anonymous Pro", monospace;
  padding-left: 50px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
}

.main__left .label p::before {
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='53' height='89' viewBox='0 0 53 89' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M40.8119 10.6564C31.7597 5.77244 11.6319 -2.29509 3.53818 4.50623C-6.57898 13.0079 25.37 36.5231 25.1925 28.9259C25.015 21.3286 7.05124 12.2496 3.53818 20.4242C-6.61497 44.0499 14.8709 85.3881 47 82.7278' stroke='url(%23paint0_linear_4379_657)' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='5 5'/%3e%3cpath d='M49 87.5273L51.8374 82.866L49 79.6963' stroke='%234BE8C5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3cdefs%3e%3clinearGradient id='paint0_linear_4379_657' x1='24' y1='1.89307' x2='24' y2='82.8502' gradientUnits='userSpaceOnUse'%3e%3cstop stop-color='%23D2FAF1'/%3e%3cstop offset='1' stop-color='%234BE8C5'/%3e%3c/linearGradient%3e%3c/defs%3e%3c/svg%3e ");
  padding-right: 20px;
}

.main__left .label p::after {
  text-align: right;
  content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='381' height='75' viewBox='0 0 381 75' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M325.024 6.25993C336.21 3.32849 361.082 -1.51383 371.084 2.56848C383.586 7.67137 344.106 21.7857 344.325 17.2257C344.545 12.6657 365.243 7.6135 371.084 12.1228C444.302 68.6519 43.7022 70.2488 4 68.6519' stroke='%234BE8C5' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='5 5'/%3e%3cpath d='M6.26026 72.6956C6.54759 73.1672 6.39817 73.7825 5.92651 74.0698C5.45486 74.3572 4.83958 74.2077 4.55224 73.7361L6.26026 72.6956ZM1.9996 67.6238L1.1456 68.1441L0.759171 67.5098L1.25479 66.9566L1.9996 67.6238ZM4.66143 63.154C5.02996 62.7427 5.66217 62.7079 6.07352 63.0765C6.48487 63.445 6.51959 64.0772 6.15107 64.4886L4.66143 63.154ZM4.55224 73.7361L1.1456 68.1441L2.85361 67.1036L6.26026 72.6956L4.55224 73.7361ZM1.25479 66.9566L4.66143 63.154L6.15107 64.4886L2.74442 68.2911L1.25479 66.9566Z' fill='%234BE8C5'/%3e%3c/svg%3e");
  position: absolute;
  right: -85px;
  bottom: -65px;
}

.main__left h1 {
  font-weight: bold;
  font-size: 50px;
  position: relative;
  z-index: 10;
  font-family: "Nanotech", sans-serif;
}

.main__left h1 span {
  color: #506efa;
}

.main__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
}

.main__right::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
}

.main__right img {
  max-width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.container {
  max-width: 1180px;
  padding: 0 20px;
  margin: 0 auto;
}

.icons {
  position: relative;
  margin-top: 15px;
  max-width: 517px;
}

@media (max-width: 1380px) {
  .icons {
    margin-left: 30px;
    margin-top: 30px;
  }
}

.icons__oval {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-52%, -40%) scale(1.1);
      -ms-transform: translate(-52%, -40%) scale(1.1);
          transform: translate(-52%, -40%) scale(1.1);
  pointer-events: none;
}

@media (max-width: 1380px) {
  .icons__oval {
    -webkit-transform: translate(-52%, -45%) scale(1.05);
        -ms-transform: translate(-52%, -45%) scale(1.05);
            transform: translate(-52%, -45%) scale(1.05);
  }
}

.icons__bg {
  background-color: #e4e4e4;
  position: absolute;
  inset: 0;
  z-index: -1;
  overflow: hidden;
}

.icons__pointer {
  position: absolute;
  -webkit-transition: 0.1s;
  -o-transition: 0.1s;
  transition: 0.1s;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #000;
  z-index: 100;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  -o-transition: opacity 0.5s;
  transition: opacity 0.5s;
  -webkit-box-shadow: 0px 0px 38px 72px black;
          box-shadow: 0px 0px 38px 72px black;
}

.icons__table {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
      grid-template-columns: repeat(4, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 1px;
  grid-row-gap: 1px;
}

.icons__item {
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 20px 10px;
}

.icons__item p {
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  z-index: 1;
}

.icons__item:hover svg .light {
  fill: #506efa;
}

.icons__item:hover svg .dark {
  fill: #506efa;
}

.icons__icon {
  margin-bottom: 16px;
  z-index: 1;
}

.m1 {
  z-index: 3;
  -webkit-transform: translate(160px, 0px);
      -ms-transform: translate(160px, 0px);
          transform: translate(160px, 0px);
}

.m1 img.white {
  -webkit-animation: im1 4s infinite alternate linear;
          animation: im1 4s infinite alternate linear;
  -webkit-transition: all 10ms ease;
  -o-transition: all 10ms ease;
  transition: all 10ms ease;
}

.m1 img.black {
  -webkit-animation: im1-black 4s infinite alternate linear;
          animation: im1-black 4s infinite alternate linear;
  -webkit-transition: all 10ms ease;
  -o-transition: all 10ms ease;
  transition: all 10ms ease;
  top: -45px;
  position: absolute;
  left: 0;
}

.m2 {
  z-index: 2;
  -webkit-transform: translate(80px, 0px);
      -ms-transform: translate(80px, 0px);
          transform: translate(80px, 0px);
  position: relative;
}

.m2 img {
  -webkit-animation: im2 2s infinite alternate linear;
          animation: im2 2s infinite alternate linear;
  -webkit-transition: all 10ms ease;
  -o-transition: all 10ms ease;
  transition: all 10ms ease;
}

.m2::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 100px;
  height: 0px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 70px);
      -ms-transform: translate(-50%, 70px);
          transform: translate(-50%, 70px);
  -webkit-box-shadow: 0px 0px 38px 5px black;
          box-shadow: 0px 0px 38px 5px black;
  opacity: 0.3;
  -webkit-animation: sh2 2s infinite alternate linear;
          animation: sh2 2s infinite alternate linear;
}

.m3 {
  z-index: 1;
  position: relative;
}

.m3 img {
  -webkit-animation: im3 2s infinite alternate linear;
          animation: im3 2s infinite alternate linear;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-transition: all 10ms ease;
  -o-transition: all 10ms ease;
  transition: all 10ms ease;
}

.m3::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 90%;
  height: 0px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transform: translate(-50%, 0px);
      -ms-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-box-shadow: 0px 0px 18px 1px black;
          box-shadow: 0px 0px 18px 1px black;
  opacity: 0.5;
  -webkit-animation: sh3 2s infinite alternate linear;
          animation: sh3 2s infinite alternate linear;
}

@-webkit-keyframes im2 {
  from {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  to {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@keyframes im2 {
  from {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
  to {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
}

@-webkit-keyframes sh2 {
  from {
    -webkit-transform: translate(-50%, 70px) scale(0.5);
            transform: translate(-50%, 70px) scale(0.5);
  }
  to {
    -webkit-transform: translate(-50%, 70px) scale(0.8);
            transform: translate(-50%, 70px) scale(0.8);
  }
}

@keyframes sh2 {
  from {
    -webkit-transform: translate(-50%, 70px) scale(0.5);
            transform: translate(-50%, 70px) scale(0.5);
  }
  to {
    -webkit-transform: translate(-50%, 70px) scale(0.8);
            transform: translate(-50%, 70px) scale(0.8);
  }
}

@-webkit-keyframes im3 {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  to {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@keyframes im3 {
  from {
    -webkit-transform: translate(0, 0px);
            transform: translate(0, 0px);
  }
  to {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@-webkit-keyframes sh3 {
  from {
    -webkit-transform: translate(-50%, 0px) scale(1);
            transform: translate(-50%, 0px) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, 0px) scale(0.8);
            transform: translate(-50%, 0px) scale(0.8);
  }
}

@keyframes sh3 {
  from {
    -webkit-transform: translate(-50%, 0px) scale(1);
            transform: translate(-50%, 0px) scale(1);
  }
  to {
    -webkit-transform: translate(-50%, 0px) scale(0.8);
            transform: translate(-50%, 0px) scale(0.8);
  }
}

@-webkit-keyframes im1 {
  from {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@keyframes im1 {
  from {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, 30px);
            transform: translate(0, 30px);
  }
}

@-webkit-keyframes im1-black {
  from {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

@keyframes im1-black {
  from {
    -webkit-transform: translate(0, 10px);
            transform: translate(0, 10px);
  }
  to {
    -webkit-transform: translate(0, -10px);
            transform: translate(0, -10px);
  }
}

.range-bar {
  background: #e4e4e4;
  border-radius: 30px;
  height: 8px;
  width: 100%;
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
}

.range-bar-done {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background: #506efa;
  width: 0%;
  height: 100%;
  border-radius: 30px;
}

.range-bar-bullet {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #ffffff;
  border: 2px solid #506efa;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 2;
  cursor: pointer;
}

.range-bar-amount {
  pointer-events: none;
  position: absolute;
  top: calc(-100% - 12px);
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #506efa;
  border-radius: 30px;
  color: #fff;
  width: 64px;
  height: 26px;
}

.range-bar-amount::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #506efa transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
      -ms-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
}

.cards {
  padding-top: 0px;
  margin-bottom: 165px;
}

.cards__range {
  background: #f8f8fa;
  border-radius: 10px;
  padding: 15px 31px 30px 28px;
}

.cards__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.cards__header-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.cards__header-text h3 {
  font-family: 'Nanotech';
  font-size: 25px;
  line-height: 131.5%;
  margin-bottom: 6px;
  font-weight: 700;
}

.cards__header-text p {
  font-weight: 300;
  font-size: 14px;
  line-height: 21px;
}

.cards__header-range {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
}

.cards__header-range-range {
  width: 100%;
}

.cards__link {
  white-space: nowrap;
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: #506efa;
}

.license {
  padding-bottom: 32px;
}

.license__title-wrap {
  margin-bottom: 30px;
  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;
}

.license__title-wrap h2 {
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}

#add_license {
  font-weight: 600;
  line-height: 1;
  padding: 10px;
  border-radius: 50%;
  background-color: #4be8c5;
  width: 32px;
  height: 32px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 22px;
  cursor: pointer;
  opacity: 0;
  pointer-events: none;
}

.person__title {
  padding: 30px 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}

.cards__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 80px;
}

.cards__split > div:first-child {
  -ms-flex-preferred-size: 60%;
      flex-basis: 60%;
}

.cards__split > div:last-child {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

.cards__slick {
  box-shadow: inset 160px 280px 300px 0px #181930;
  -webkit-box-shadow: inset 160px 280px 300px 0px #181930;
  background: #2E7471;
  border-radius: 20px;
  padding: 30px;
  position: relative;
  overflow: hidden;
}

.cards__slick::before {
  content: none;
  position: absolute;
  bottom: 0;
  right: 0;
  height: 285px;
  width: 285px;
  background: #4be8c5;
  -webkit-filter: blur(150px);
          filter: blur(150px);
  border-radius: 50%;
  -webkit-transform: translate(30%, 30%);
      -ms-transform: translate(30%, 30%);
          transform: translate(30%, 30%);
  display: block;
  z-index: 2;
}

.cards__slick h2 {
  color: #fff;
  font-size: 20px;
  font-weight: 400;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cards__slick > * * {
  color: #fff;
}

.cards ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.cards li {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.cards__slick-1 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cards__slick-1 li.add-black.hide {
  display: none;
}

.cards__slick-1 li.add-white.hide {
  display: none;
}

.cards__slick-1 li h3 {
  font-weight: 500;
  font-size: 16px;
}

.cards__slick-1 li h4 {
  font-size: 14px;
  font-weight: 400;
  margin: 2px 0;
}

.cards__slick-1 li span {
  font-weight: 500;
}
.cards__slick-1 li span > span{
  font-size: 16px;
}

.cards__slick-1 li img {
  margin-right: 15px;
  width: 59px;
}

.cards__slick-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.cards__slick-2 li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 19px 0;
}
.cards__slick-2 li .add-promocode{
  font-weight: 500;
  font-size: 16px;
  line-height: 36px;
  color: #4BE8C5;
  background-color: unset;
}
.error_coupon {
  font-size: 12px;
  color: #ff2e2e;
  margin-left: 3px;
}
.cards__slick-2 li p{
  font-size: 16px;
}
.cards__slick-2 li.promocode{
  padding: 12px 0;
  display: block;
}
.cards__slick-2 li.promocode form.hide{
  display: none;
}

.cards__slick-footer {
  font-size: 14px;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.5);
  margin-top: 13px;
}
.cards__slick .button-price,
.cards__slick .license-price {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cards__slick .apply-coupon .regular-price {
  text-decoration: line-through;
  font-size: 14px;
  color: #727171;
}
.cards__slick .button-price.apply-coupon .regular-price .price-total,
.cards__slick .license-price.apply-coupon .regular-price .aside-price {
  color: #727171;
  font-size: 14px;
}
.cards__slick .sale-price {
  display: none;
}
.cards__slick .apply-coupon .sale-price {
  display: block;
}

.cards__card-list {
  margin-bottom: 8px;
  padding: 2px;
}

.cards__card-item {
  margin-top: 25px;
  padding: 20px 25px;
  background: #f8f8fa;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  .cards__card-item {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.cards__card-item-period {
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #506EFA;
  margin-bottom: 8px;
}

.cards__card-item-price {
  font-size: 14px;
  line-height: 25px;
  color: rgba(24, 25, 48, 0.5);
  white-space: nowrap;
}

.cards__card-item-price span {
  font-weight: 500;
  font-size: 50px;
  line-height: 59px;
  color: #181930;
}

.cards__left-part {
  padding-right: 33px;
  border-right: 1px solid #E5E5EB;
}

@media (max-width: 767px) {
  .cards__left-part {
    border-right: none;
  }
}

.cards__right-part {
  padding-left: 24px;
}

@media (max-width: 767px) {
  .cards__right-part {
    padding-left: 0;
  }
}

.cards__card-item-text {
  font-size: 14px;
  line-height: 148%;
  margin-bottom: 13px;
}

.cards__card-item-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}

.cards__card-item-btns .cards__card-item-btn {
  background: #4be8c5;
  border-radius: 10px;
  padding: 8px 10px 8px 35px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
  line-height: 1;
}

.cards__card-item-btns .cards__card-item-btn:first-child {
  padding-right: 16px;
}

.cards__card-item-btns .cards__card-item-btn::before {
  content: "";
  position: absolute;
  display: block;
  height: 18px;
  width: 18px;
  top: 50%;
  left: 13px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.cards__card-item-btn-s::before {
  background-image: url("../img/s-small.svg");
}

.cards__card-item-btn-a::before {
  background-image: url("../img/arr-right.svg");
}

.cards__cta {
  margin-top: 32px;
  margin-bottom: 40px;
}

.cards__cta h2 {
  font-weight: 500;
  font-size: 18px;
}

.cards__cta p {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  margin-bottom: 14px;
}

.cards__cta a {
  font-size: 14px;
  line-height: 25px;
  border: 1px solid rgba(128, 128, 128, 0.5);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding: 10px 50px;
}

.cards__cta a:hover {
  border: 1px solid #506efa;
  background-color: #f0f0f0a9;
}

.next_btn {
  width: 100%;
  background-color: #506efa;
  color: white;
  border: none;
  border-radius: 10px;
  padding: 15px;
  margin-top: 25px;
}

.badge {
  padding: 3px 10px 3px 30px;
  background: #4be8c5;
  border-radius: 10px;
  font-size: 14px;
  color: #181930;
  position: relative;
}

.badge::before {
  content: "";
  background-image: url("../img/arr-right.svg");
  display: block;
  position: absolute;
  top: 50%;
  left: 8px;
  height: 18px;
  width: 18px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.discount {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.discount p {
  margin-right: 11px;
}

.discount span {
  text-decoration: none;
  color: #6be051;
}

.promocode p {
  color: #4be8c5;
  cursor: pointer;
}

.license label {
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.license label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 24px;
  width: 24px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}

.license label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% + 1px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  height: 10px;
  width: 12.5px;
  background-size: contain;
  display: none;
}

.license input:checked + label::before {
  background: #506efa;
  border: none;
}

.license input:checked + label {
  color: #506efa;
}

.license input:checked + label::after {
  display: block;
}

.license input:not(.rs-range) {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  font-size: 0;
}

#card_2 label {
  padding-left: 33px;
}

.person-service {
  margin-bottom: 14px;
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #506EFA;
  display: none;
}

.person {
  padding-bottom: 30px;
}

.person__inputs {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
  -ms-grid-rows: (1fr)[2];
      grid-template-rows: repeat(2, 1fr);
  grid-column-gap: 11px;
  grid-row-gap: 19px;
}

.person__inputs > div {
  height: 55px;
  position: relative;
  width: 100%;
}

.person__inputs-title {
  margin-bottom: 18px;
  font-weight: 600;
}

.person__input {
  position: relative;
}

.person__input a {
  color: #fff;
  background-color: #506efa;
  height: 100%;
  padding: 0 46px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 10px;
}

.person__input > div {
  height: 55px;
  position: relative;
}

.person__input-number {
  position: absolute !important;
  top: 0;
  right: 0;
  padding: 4px;
}

.person__input .rejected__err {
  position: absolute;
  left: 10px;
  bottom: -24px;
  height: auto;
  color: red;
  font-size: 14px;
  line-height: 2;
}

.person input {
  height: 100%;
  background: #ffffff;
  border: 1px solid #919aa6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding-left: 25px;
  width: 100%;
}

.person input.filled ~ label,
.person textarea.filled ~ label {
  -webkit-transform: translate(-10px, -30px);
      -ms-transform: translate(-10px, -30px);
          transform: translate(-10px, -30px);
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(51%, rgba(228,228,228,0)), to(rgba(228,228,228,0)));
  background-image: -o-linear-gradient(top, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  background-image: linear-gradient(180deg, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  color: #181930;
  font-weight: 500;
}

.person input:focus ~ label,
.person textarea:focus ~ label {
  -webkit-transform: translate(-10px, -30px);
      -ms-transform: translate(-10px, -30px);
          transform: translate(-10px, -30px);
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(51%, rgba(228,228,228,0)), to(rgba(228,228,228,0)));
  background-image: -o-linear-gradient(top, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  background-image: linear-gradient(180deg, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  color: #181930;
  font-weight: 500;
}

.person label {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  line-height: 0.5;
  color: #818c99;
  padding: 0 5px;
}

.person__warn {
  position: relative;
  color: #818c99;
  padding-left: 35px;
  margin: 25px 0 10px 0;
}

.person__warn::before {
  content: "";
  background-image: url("../img/warn.svg");
  height: 24px;
  width: 24px;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  display: block;
  position: absolute;
}

.leverans {
  padding-bottom: 25px;
}

.leverans__title {
  padding: 30px 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}

.leverans h3 {
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 5px;
}

.leverans a {
  display: inline-block;
  margin-bottom: 18px;
  font-size: 15px;
  font-weight: 500;
  margin-top: 4px;
  color: #506efa;
}

.leverans p {
  color: #818c99;
  line-height: 24px;
}

.villkor {
  padding-bottom: 25px;
}

.villkor label {
  padding-left: 17px;
  position: relative;
  cursor: pointer;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
}

.villkor label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  height: 20px;
  width: 20px;
  border-radius: 4px;
  border: 1px solid #e4e4e4;
}

.villkor label::after {
  content: "";
  position: absolute;
  left: 5px;
  top: calc(50% + 1px);
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  background-image: url("../img/check.svg");
  background-repeat: no-repeat;
  height: 11px;
  width: 10px;
  background-size: contain;
  display: none;
}

.villkor input:checked + label::before {
  background: #181930;
  border: none;
}

.villkor input:checked + label {
  color: #181930;
}

.villkor input:checked + label::after {
  display: block;
}

.villkor input {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  font-size: 0;
}

.villkor__title {
  padding: 30px 0;
  font-weight: 500;
  font-size: 25px;
  line-height: 29px;
}

.villkor div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.villkor div p {
  margin-left: 20px;
}

.villkor div a {
  text-decoration: underline;
}

.steps__bottom {
  position: relative;
}

.steps__bottom-image {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  height: 115%;
}

.steps__bottom-rounded {
  background: #4be8c5;
  border-radius: 20px;
  padding: 34px 60px;
  margin-top: 144px;
  position: relative;
  overflow: hidden;
  z-index: 1;
}

@media (min-width: 768px) {
  .steps__bottom-rounded {
    max-height: 363px;
  }
}

.steps__bottom-rounded::after {
  content: "";
  position: absolute;
  background: url("../img/bg-pattern.svg");
  background-repeat: no-repeat;
  background-size: contain;
  height: 600px;
  width: 600px;
  top: 0;
  right: 0;
  z-index: -1;
}

.steps__bottom-title {
  font-size: 45px;
  line-height: 119%;
  font-weight: 400;
  font-family: "Nanotech", sans-serif;
}

.steps__bottom-title span {
  display: block;
  font-weight: 700;
  font-family: "Nanotech", sans-serif;
}

.steps__bottom-subtitle {
  font-weight: 300;
  font-size: 14px;
  line-height: 25px;
  max-width: 470px;
  margin-bottom: 30px;
  margin-top: 10px;
}

.steps__bottom-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
}

.steps__bottom-form-ckeckbox {
  margin-bottom: 37px;
}

@media (min-width: 768px) {
  .steps__bottom-form-ckeckbox {
    margin-bottom: 77px;
  }
}

.steps__bottom-form-ckeckbox label {
  background: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: relative;
  padding-left: 25px;
}

.steps__bottom-form-ckeckbox label:active, .steps__bottom-form-ckeckbox label:hover, .steps__bottom-form-ckeckbox label:focus {
  outline: 0;
  outline-offset: 0;
}

.steps__bottom-form-ckeckbox label a {
  color: #181930;
  text-decoration: underline;
}

.steps__bottom-form-ckeckbox label::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0;
  height: 18px;
  width: 18px;
  border-radius: 3px;
  background-color: #181930;
}

@media (max-width: 540px) {
  .steps__bottom-form-ckeckbox label::before {
    top: 2px;
  }
}

.steps__bottom-form-ckeckbox label::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
}

@media (max-width: 540px) {
  .steps__bottom-form-ckeckbox label::after {
    top: 8px;
  }
}

.steps__bottom-form-ckeckbox input:checked + label::after {
  background-image: url("../img/check.svg");
  height: 8px;
  width: 8px;
  background-size: contain;
  background-repeat: no-repeat;
}

.steps__bottom-form-ckeckbox input {
  background: none !important;
  outline: 0 !important;
  outline-offset: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
}

.steps__bottom-form-ckeckbox input:active, .steps__bottom-form-ckeckbox input:hover, .steps__bottom-form-ckeckbox input:focus {
  outline: 0;
  outline-offset: 0;
}

.steps__bottom-form {
  position: relative;
}

.steps__bottom-form input {
  background: #ffffff;
  border-radius: 10px;
  padding: 13px 22px;
  outline: none;
  margin-right: 8px;
  font-size: 14px;
}

.steps__bottom-form .rounded-btn {
  border-radius: 10px;
  background-color: #181930;
  color: #fff;
  font-family: "Inter";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  padding: 15px 18px;
}

.steps__bottom-form button {
  padding-top: 0;
  padding-bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form {
  margin-top: 40px;
  margin-bottom: 55px;
}

.form__wrapper {
  padding: 36px 15px;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 20px;
}

.form form {
  padding: 0 44px;
}

.form form span {
  font-size: 11px;
  line-height: 148%;
  color: #818c99;
}

.form h2 {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 10px;
  font-family: "Nanotech", sans-serif;
}

.form p {
  font-size: 14px;
  margin-bottom: 30px;
}

.form__split {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.form__split > div {
  text-align: center;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.form__split > div:first-child {
  border-right: 1px solid #e4e4e4;
  padding: 0 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__split > div:first-child h2 {
  font-weight: 400;
  font-size: 30px;
  margin-bottom: 8px;
}

.form__split > div:first-child h2 span {
  font-weight: 600;
  font-family: "Nanotech", sans-serif;
}

.form__split > div:first-child p {
  color: #818c99;
  font-size: 14px;
  font-weight: 300;
  max-width: 368px;
  margin: 0 auto;
}

.form__app {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__app a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 11px;
  padding: 10px 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: left;
  max-width: 167px;
  width: 100%;
}

.form__app a > div:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.form__app a p {
  color: #818c99;
  font-size: 14px;
}

.form__app a h3 {
  font-weight: 600;
  font-size: 14px;
}

.form__app a img {
  margin-right: 12px;
}

.form__inputs > div {
  height: 48px;
  position: relative;
  margin-bottom: 12px;
}

.form__inputs input {
  height: 100%;
  background: #ffffff;
  border: 1px solid #919aa6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  padding-left: 25px;
  width: 100%;
}

.form__inputs textarea {
  height: 100%;
  background: #ffffff;
  border: 1px solid #919aa6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  width: 100%;
  padding: 10px 10px 20px 25px;
  resize: none;
}

.form__inputs input.filled ~ label {
  -webkit-transform: translate(-10px, -25px);
      -ms-transform: translate(-10px, -25px);
          transform: translate(-10px, -25px);
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(51%, rgba(228,228,228,0)), to(rgba(228,228,228,0)));
  background-image: -o-linear-gradient(top, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  background-image: linear-gradient(180deg, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  color: #181930;
  font-weight: 500;
}

.form__inputs textarea.filled ~ label {
  -webkit-transform: translate(-10px, -25px);
      -ms-transform: translate(-10px, -25px);
          transform: translate(-10px, -25px);
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(51%, rgba(228,228,228,0)), to(rgba(228,228,228,0)));
  background-image: -o-linear-gradient(top, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  background-image: linear-gradient(180deg, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  color: #181930;
  font-weight: 500;
}

.form__inputs input:focus ~ label {
  -webkit-transform: translate(-10px, -25px);
      -ms-transform: translate(-10px, -25px);
          transform: translate(-10px, -25px);
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(51%, rgba(228,228,228,0)), to(rgba(228,228,228,0)));
  background-image: -o-linear-gradient(top, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  background-image: linear-gradient(180deg, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  color: #181930;
  font-weight: 500;
}

.form__inputs textarea:focus ~ label {
  -webkit-transform: translate(-10px, -25px);
      -ms-transform: translate(-10px, -25px);
          transform: translate(-10px, -25px);
  pointer-events: all;
  background-image: -webkit-gradient(linear, left top, left bottom, from(white), color-stop(50%, white), color-stop(51%, rgba(228,228,228,0)), to(rgba(228,228,228,0)));
  background-image: -o-linear-gradient(top, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  background-image: linear-gradient(180deg, white 0%, white 50%, rgba(228,228,228,0) 51%, rgba(228,228,228,0) 100%);
  color: #181930;
  font-weight: 500;
}

.form__inputs label {
  position: absolute;
  top: 50%;
  left: 25px;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 14px;
  line-height: 0.5;
  color: #818c99;
  padding: 0 5px;
}

.form__inputs .textarea {
  height: 130px;
}

.form__inputs .textarea label {
  top: 20px;
}

.form__inputs .form__reference {
  font-size: 11px;
  line-height: 148%;
  color: #818c99;
}

@media (max-width: 1020px) {
  .form__inputs .form__reference br {
    display: none;
  }
}

.form__inputs .form__reference a {
  font-size: 11px;
  color: #506efa;
}

.form__submit {
  display: block;
  background: #506efa;
  width: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  padding: 18px;
  border-radius: 10px;
}

@media screen and (max-width: 980px) {
  .main::before {
    display: none;
  }
  .main__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .main__left {
    padding-top: 0;
  }
  .main__left h1 {
    text-align: center;
  }
  .icons {
    margin-left: 0;
  }
  .icons__oval {
    display: none;
  }
  .main__left .label {
    display: none;
  }
  .icons__bg {
    inset: 3px;
  }
  .icons {
    margin-bottom: 30px;
  }
  .main__right {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-right: 120px;
  }
  .cards__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form form {
    padding: 0 40px;
  }
  .form__split > div:first-child {
    padding: 0 40px;
  }
}

@media screen and (max-width: 900px) {
  .steps__bottom-image {
    display: none;
  }
  .form form {
    padding: 0 20px;
  }
  .form__split > div:first-child {
    padding: 0 20px;
  }
  .form__app {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__split > div:first-child h2,
  .form h2 {
    font-size: 24px;
  }
  .cards {
    margin-bottom: 40px;
  }
  .steps__bottom-rounded {
    margin-top: 0;
  }
}

@media screen and (max-width: 740px) {
  .form__split {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__split > div:first-child {
    border-right: none;
    margin-bottom: 30px;
  }
  .steps__bottom-rounded {
    padding: 20px 15px;
  }
  .steps__bottom-title {
    font-size: 30px;
  }
}

@media screen and (max-width: 680px) {
  .cards__card-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media screen and (max-width: 540px) {
  .main__left h1 {
    font-size: 35px;
  }
  .main__left h1 {
    padding: 0 20px !important;
  }
  .icons__table {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
  }
  .steps__bottom-form-ckeckbox label {
    display: block;
  }
  .cards__header-text h3 {
    font-size: 18px;
  }
  .main__right {
    padding-right: 0;
    padding-right: 0;
    -webkit-transform: translateX(-100px);
        -ms-transform: translateX(-100px);
            transform: translateX(-100px);
  }
}

@media screen and (max-width: 420px) {
  .person__inputs {
    -ms-grid-columns: (1fr)[1];
        grid-template-columns: repeat(1, 1fr);
    -ms-grid-rows: (1fr)[4];
        grid-template-rows: repeat(4, 1fr);
  }
  .cards__slick {
    padding: 15px;
  }
  .container {
    padding: 0 10px;
  }
  .form__wrapper {
    padding: 20px 0;
  }
  .main__right {
    width: 115% !important;
  }
  .steps__bottom-form-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .steps__bottom-form input {
    margin: 0 0 15px 0;
  }
  .steps__bottom-title {
    font-size: 24px;
  }
}

#tab1,
#tab2,
#tab3 {
  display: none;
  -webkit-transition-property: height, margin, padding;
  -o-transition-property: height, margin, padding;
  transition-property: height, margin, padding;
  -webkit-transition-duration: 1000ms;
       -o-transition-duration: 1000ms;
          transition-duration: 1000ms;
}

#steps__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: -22px;
  left: 25px;
}

.person label.error {
  all: unset;
  position: relative;
  top: 0px;
  left: 0;
  font-size: 12px;
  -webkit-transform: unset;
      -ms-transform: unset;
          transform: unset;
  line-height: 1;
  color: #818c99;
}

input.error {
  border-color: red !important;
}

.inputs__list-item-inputs input {
  max-height: 41px;
  margin-bottom: 8px;
}

.inputs__list-item-inputs input.error {
  margin-bottom: 2px;
}

.inputs__list-item-inputs input.valid {
  margin-bottom: 8px;
}

.inputs__list-item-inputs_name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  margin-right: 12px;
  position: relative;
}

.inputs__list-item-inputs_phone {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  position: relative;
}

.inputs__list-item-inputs label.error {
  all: unset;
  top: -15px;
  left: 0;
  font-size: 12px;
  color: #181930;
  position: absolute;
  -webkit-transform: unset !important;
      -ms-transform: unset !important;
          transform: unset !important;
  background-color: transparent !important;
  display: none !important;
}

.inputs__list {
  background: #f8f8fa;
  padding: 20px;
  border-radius: 10px;
  /* margin-bottom: 29px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
.inputs__list-err{
  margin-bottom: 29px;
}

@media (max-width: 767px) {
  .inputs__list {
    padding: 15px 7px 35px;
  }
}

.inputs__list h4 {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 17px;
}

.inputs__buttons-block {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 0px 1fr 10px 1fr;
      grid-template-columns: 0px 1fr 10px 1fr;
  padding-bottom: 8px;
}

.inputs__buttons-block.clone-btn {
  margin-top: 12px;
}

.inputs__buttons-block input {
  height: 0 !important;
  background: unset !important;
  border: none !important;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  border-radius: 0;
  padding-left: 0;
  width: 0 !important;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}

.inputs__buttons-block input.filled ~ label,
.inputs__buttons-block textarea.filled ~ label {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  pointer-events: all;
  color: unset;
  font-weight: unset;
}

.inputs__buttons-block input:focus ~ label,
.inputs__buttons-block textarea:focus ~ label {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  pointer-events: all;
  color: unset;
  font-weight: unset;
}

.inputs__buttons-block label {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding: 9px 11px 9px 5px;
  position: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  height: 39px;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #181930;
  font-size: 14px;
  line-height: 148%;
}

.inputs__buttons-block label img {
  width: 20px;
  margin: 0 3px;
  height: auto;
}

.inputs__buttons-block input:checked + label {
  border-color: #506EFA;
  background-color: #fff;
  position: unset;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}

.inputs__list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.inputs__list-item svg {
  min-width: 21px;
}

.inputs__list-item + .inputs__list-item {
  margin-top: 12px;
}

.inputs__list-item-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 305px;
  position: relative;
}

.inputs__list-item-inputs .item-input-phone-error {
  color: #181930;
  font-weight: 500;
  font-size: 12px;
  margin-left: 152px;
}

.inputs__list-item-inputs::after {
  content: '';
  position: absolute;
  height: 16px;
  width: 1px;
  top: 12px;
  background-color: #E4E4E4;
  left: 50%;
  z-index: 0;
}

.inputs__list-item-inputs input {
  font-size: 14px;
  line-height: 148%;
  color: #181930;
  border: 1px solid #e4e4e4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 10px;
  background: #fff;
  padding: 10px 14px;
  outline: none;
  max-width: 152px;
}

.inputs__list-item-inputs input:first-child {
  border-right-color: transparent;
  border-radius: 10px 0 0 10px;
  padding: 10px 12px 9px 19px;
}
.inputs__list-item-inputs .item-input-phone,
.inputs__list-item-inputs input:last-child {
  border-left-color: transparent !important;
  border-radius: 0 10px 10px 0 !important;
  padding: 10px 12px 9px 14px !important;
}
.inputs__list-item-inputs .item-input-phone.error, .inputs__list-item-inputs .item-input-name.error {
  border-radius:10px !important;
  border-color: red !important;
  z-index: 1;
}

@media (max-width: 767px) {
  .inputs__list-item-inputs input {
    padding: 10px 8px;
  }
  .inputs__list-item-inputs input.item-input-phone {
    width: 80%;
  }
}

.item-number {
  border: 1px solid #181930;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  height: 21px;
  width: 21px;
  min-width: 21px;
  font-size: 13px;
  color: #181930;
  display: -ms-grid;
  display: grid;
  place-content: center;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 8px;
}

.item-icon {
  margin: 0 12px;
  margin-bottom: 8px;
}

.circle {
  fill: #e4e4e4;
}

.person__err {
  color: #818c99;
  font-size: 14px;
  line-height: 2;
}

.submit__message {
  font-size: 14px;
  margin: 10px 0 0 0;
  color: #181930;
}

.unactive {
  pointer-events: none;
  background-color: #919aa6 !important;
}

.steps__bottom-form.success {
  display: none;
}

.steps__bottom-form-success {
  background: #edfdfa;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em 0px;
  width: 45%;
  height: 66px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 55px 0 25px 0;
  display: none;
}

.steps__bottom-form-success img {
  height: 26px;
  width: 26px;
  margin-right: 16px;
}

.steps__bottom-form-success span {
  font-family: Roboto, sans-serif;
  font-size: 16px;
  color: #181930;
}

@media (max-width: 900px) {
  .steps__bottom-form-success {
    width: 100%;
    padding: 38px 0;
  }
}

.disableButton {
  pointer-events: none;
  background-color: #818c99 !important;
}

.main__left h1 {
  line-height: 123.5%;
}

@media only screen and (max-width: 992px) {
  .main__left h1 br {
    display: none;
  }
}

.main__left h1 span {
  font-family: 'Nanotech';
}

.main__left .icons__oval img {
  max-width: 640px !important;
}

@media (max-width: 979px) {
  .license1 br {
    display: none;
  }
}

.menu-img {
  display: none;
}

@media only screen and (max-width: 992px) {
  .menu-img {
    display: block;
  }
}

.block_card {
  opacity: 0.4;
  pointer-events: none;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.block_card .cards__card-item-btn {
  background: #E4E4E4;
}

.unblock_card {
  opacity: 1;
  pointer-events: all;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.unblock_card .cards__card-item-btn {
  background: #4BE8C5;
}

.cards__card-item {
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.scrollbox {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  position: -webkit-sticky;
}

.promocode form {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 107px;
      grid-template-columns: 1fr 107px;
  gap: 9px;
}

@media (max-width:767px) {
  .promocode form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  gap: 9px;
  }
}

.promocode form input[type="text"] {
  background: #FFFFFF;
  border: 1px solid #E4E4E4;
  border-radius: 10px;
  width: 100%;
  height: 35px;
  /* min-width: 100%; */
  padding: 7px 15px;
  color: #181930;
}

.promocode form button {
  background: #4BE8C5;
  border-radius: 10px;
  height: 35px;
  min-width: 107px;
  color: #181930;
}

.rs-range {
  margin-top: 15px;
  width: 100%;
  height: 8px;
  -webkit-appearance: none;
  background: #e4e4e4;
  border-radius: 30px;
  background: -webkit-gradient(linear, left top, right top, from(#506efa), color-stop(0%, #506efa), color-stop(0%, #e4e4e4), to(#e4e4e4));
  background: -webkit-linear-gradient(left, #506efa 0%, #506efa 0%, #e4e4e4 0%, #e4e4e4 100%);
  background: -o-linear-gradient(left, #506efa 0%, #506efa 0%, #e4e4e4 0%, #e4e4e4 100%);
  background: linear-gradient(to right, #506efa 0%, #506efa 0%, #e4e4e4 0%, #e4e4e4 100%);
}

.rs-range:focus {
  outline: none;
}

.rs-range::-webkit-slider-runnable-track {
  cursor: pointer;
  border-radius: 30px;
  height: 8px;
  width: 100%;
  position: relative;
}

.rs-range::-moz-range-track {
  cursor: pointer;
  border-radius: 30px;
  height: 8px;
  width: 100%;
  position: relative;
}

.rs-range::-webkit-slider-thumb {
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  background: #ffffff;
  border: 2px solid #506efa;
  height: 19px;
  width: 19px;
  border-radius: 50%;
  -webkit-transform: translate(0, -30%);
          transform: translate(0, -30%);
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
}

.rs-range::-moz-range-thumb {
  background: #ffffff;
  border: 2px solid #506efa;
  height: 15px;
  width: 15px;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  -webkit-appearance: none;
}

.rs-range::-moz-focus-outer {
  border: 0;
}

.rs-label {
  position: relative;
  -webkit-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #506efa;
  border-radius: 30px;
  color: #fff;
  width: 64px;
  height: 26px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  left: 10px;
  top: 10px;
}

.rs-label::before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7.5px 0 7.5px;
  border-color: #506efa transparent transparent transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translate(-50%, -1px);
      -ms-transform: translate(-50%, -1px);
          transform: translate(-50%, -1px);
}

/*Chrome*/
input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent;
}

input[type=range]::-ms-fill-lower {
  background: #777;
  border-radius: 10px;
}

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px;
}

input[type=range]::-ms-thumb {
  border: none;
  height: 16px;
  width: 16px;
  border-radius: 50%;
  background: goldenrod;
}

input[type=range]:focus::-ms-fill-lower {
  background: #888;
}

input[type=range]:focus::-ms-fill-upper {
  background: #ccc;
}

.btn-cost{
  display: none !important;
}
.hide{
  display: none !important;
}
#formEditAddress .line {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
#formEditAddress input {
  border: 1px solid #919AA6;
  border-radius: 10px;
  height: 55px;
  padding: 17px 14px;
}
#new-address {
  width: 50%;
}
#new-zipcode {
  max-width: 75px;
}
#new-town {
  min-width: 211px;
}
#new-address-submit{
  width: 177px;
  height: 48px;
  background: #506EFA;
  border-radius: 10px;
  font-weight: 500;
  font-size: 14px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #FFFFFF;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 17px;
  margin-bottom: 24px;
}
#formEditAddressErr,
label.error {
  color: red !important;
}
.grecaptcha-badge {
  visibility: hidden;
}

/*# sourceMappingURL=style.css.map */