@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap");
* {
  margin: 0;
  padding: 0;
  line-height: 1;
  border: 0;
  font-weight: normal;
  outline: none;
  border-collapse: collapse;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  width: 100%;
  min-height: 100vh;
  font-family: "Inter", sans-serif;
  font-size: 15px;
  margin: 0 auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #262D33;
  background: #FFF;
}

body.off {
  overflow: hidden;
}

#sravni-vsezaimy .inner {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .inner {
    padding: 0 25px;
  }
}

.inner_main {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 0;
  height: 975px;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, left bottom, from(#2151E8), to(#5D80ED));
  background: linear-gradient(180deg, #2151E8 0%, #5D80ED 100%);
}
@media (min-width: 992px) {
  .picture {
    height: 925px;
  }
}
@media (min-width: 1200px) {
  .picture {
    display: none;
  }
}
.picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.ellipse-1 {
  display: none;
  max-width: 400px;
  opacity: 0.1;
}

.picture-pc {
  display: none;
}
@media (min-width: 1200px) {
  .picture-pc {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 0;
    height: 1045px;
    overflow: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#2151E8), to(#5D80ED));
    background: linear-gradient(180deg, #2151E8 0%, #5D80ED 100%);
  }
}
.picture-pc img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.picture-left {
  display: none;
}
@media (min-width: 992px) {
  .picture-left {
    display: block;
    height: 300px;
    position: absolute;
    width: 300px;
    top: 0;
    z-index: 999999;
  }
}
.picture-left img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}

.picture-right {
  position: absolute;
  top: 0;
  right: -52px;
  bottom: 0;
  width: 158px;
  z-index: 999999;
}
@media (min-width: 992px) {
  .picture-right {
    width: 470px;
  }
}
.picture-right img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}

.picture-bottom {
  display: none;
}
@media (min-width: 1200px) {
  .picture-bottom {
    display: block;
    position: absolute;
    top: 732px;
    right: 285px;
    height: 470px;
    z-index: 999999;
    pointer-events: none;
  }
}
.picture-bottom img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
}

.main__img-ps {
  display: none;
}
@media (min-width: 992px) {
  .main__img-ps {
    position: absolute;
    bottom: 0;
    max-width: 250px;
    z-index: 0;
  }
}
@media (min-width: 1200px) {
  .main__img-ps {
    display: block;
    max-width: 330px;
    right: -168px;
    bottom: 85px;
  }
}
.main__img-ps img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

strong {
  font-weight: bold;
}

#sravni-vsezaimy .error {
  height: 100%;
}
#sravni-vsezaimy .error__title {
  padding: 10px 0;
}
#sravni-vsezaimy .error__container {
  position: relative;
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sravni-vsezaimy .error__box {
  overflow: hidden;
  margin: 20px 20px 30px 20px;
}
#sravni-vsezaimy .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sravni-vsezaimy .error__button {
  color: #FFFFFF;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  background-color: #0038FF;
  border-radius: 15px;
  max-width: 350px;
  padding: 18px 42px;
  margin-bottom: 10px;
  cursor: pointer;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .error__button {
    font-size: 22px;
  }
}
#sravni-vsezaimy .error__button a {
  color: #FFFFFF;
  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;
}

#sravni-vsezaimy .main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main {
    margin-top: 40px;
  }
}
@media (min-width: 1200px) {
  #sravni-vsezaimy .main {
    margin-top: 106px;
  }
}
#sravni-vsezaimy .main .main__container {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main .main__container {
    display: block;
    display: grid;
    gap: 24px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 797px;
    width: 100%;
    max-width: 760px;
  }
}
@media (min-width: 1200px) {
  #sravni-vsezaimy .main .main__container {
    width: 100%;
    padding: 0;
    margin: 0;
  }
}
#sravni-vsezaimy .main__wrap {
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  #sravni-vsezaimy .main__wrap {
    margin-bottom: -41px;
    padding-bottom: 41px;
  }
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main__wrap {
    position: unset;
  }
}
#sravni-vsezaimy .main__wrap-title {
  font-size: 22px;
  font-weight: 700;
  line-height: 140%;
  max-width: 190px;
  color: #FFF;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main__wrap-title {
    font-size: 30px;
    font-weight: 900;
    max-width: 100%;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  #sravni-vsezaimy .main__wrap-title {
    font-size: 46px;
  }
}
#sravni-vsezaimy .main__wrap-p {
  display: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  max-width: 172px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main__wrap-p {
    font-size: 16px;
    max-width: 100%;
    display: block;
    text-align: center;
    color: #FFF;
  }
}
@media (min-width: 1200px) {
  #sravni-vsezaimy .main__wrap-p {
    font-size: 18px;
    margin-bottom: 88px;
  }
}
#sravni-vsezaimy .main__img-mob {
  position: absolute;
  bottom: -39px;
  top: 0;
  right: 10px;
  max-width: 138px;
  width: 100%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  #sravni-vsezaimy .main__img-mob {
    bottom: 41px;
  }
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main__img-mob {
    display: none;
  }
}
#sravni-vsezaimy .main__img-mob img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50% 100%;
     object-position: 50% 100%;
}
#sravni-vsezaimy .main__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-top: 10px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .main__box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 20px;
  }
}

.calc {
  border-radius: 20px;
  background: #FFF;
  padding: 15px;
  margin: 0 auto 15px;
  z-index: 1111111;
}
@media (min-width: 992px) {
  .calc {
    padding: 30px;
    margin: 0 auto 30px;
    max-width: 100%;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .calc {
    max-width: 660px;
  }
}
.calc__bg {
  border-radius: 10px;
  background: #EFFAF7;
  padding: 15px;
  margin-bottom: 10px;
}
.calc__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 360px) {
  .calc__item:not(:last-child) {
    margin-bottom: 20px;
  }
}
.calc__item-title {
  font-weight: 400;
  font-size: 16px;
  line-height: normal;
}
@media (min-width: 1140px) {
  .calc__item-title {
    font-size: 14px;
    line-height: 17px;
  }
}
.calc__item-sum {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.calc__item-value {
  margin-left: auto;
  padding: 10px 0 10px 20px;
  width: 130px;
  background: #EFFAF7;
  border-radius: 14px;
  text-align: right;
}
@media (min-width: 360px) {
  .calc__item-value {
    width: 138px;
  }
}
.calc__item-value, .calc__item-span {
  font-weight: 700;
  font-size: 24px;
  line-height: 100%;
  pointer-events: none;
}
@media (min-width: 360px) {
  .calc__item-value, .calc__item-span {
    font-size: 24px;
  }
}
.calc__item-title {
  font-weight: 400;
  font-size: 18px;
  line-height: 100%;
}
.calc__item-title span {
  font-weight: 700;
}
.calc__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 8px 0;
}
.calc__info-box {
  padding: 10px;
  border-radius: 10px;
  background: #FFF;
  width: 94px;
  max-height: 58px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 560px) {
  .calc__info-box {
    max-width: 137px;
    padding: 13px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .calc__info-box {
    max-width: 118px;
  }
}
@media (min-width: 992px) {
  .calc__info-box {
    max-width: 182px;
  }
}
.calc__info-text {
  font-size: 12px;
  font-weight: 400;
  line-height: normal;
}
.calc__info-sum {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.calc__info-sum-red {
  color: #EF5555;
}
.calc__info .green {
  color: #37811C;
}
.calc__info .red {
  color: #EF5555;
}
.calc__info .blue {
  color: #2252E9;
}
.calc__info .total-amount {
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}
.calc__fromto {
  margin-top: 25px;
  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;
}
.calc__fromto-span {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 12px;
  color: #000;
  opacity: 0.5;
}
.calc__action {
  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;
  margin: 18px 0;
}
@media (min-width: 992px) {
  .calc__action {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.calc__action-img {
  margin-right: 8px;
}
.calc__action-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
}
.calc__action-text span {
  color: #EF5555;
}
.calc .input-box {
  margin-top: 10px;
}
.calc .input-name {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  width: 100%;
  padding: 16px 0;
  border-radius: 100px;
  background: #F4F4F4;
  text-align: center;
  margin-top: 6px;
}
.calc .text-box {
  margin: 18px 0;
}
.calc .text-box p {
  font-size: 14px;
  font-weight: 400;
  line-height: 140%;
  text-align: center;
}
.calc .text-box p span {
  color: #EF5555;
}
.calc .form {
  height: 100%;
}
.calc .form-box {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.calc__button {
  border-radius: 10px;
  width: 100%;
  padding: 18px 0;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  color: #FFF;
  pointer-events: none;
  background: #778d70;
  cursor: pointer;
}
.calc__button.prevent-register {
  pointer-events: auto;
  background: -webkit-gradient(linear, left top, right top, from(#37811C), to(#9CDF2E));
  background: linear-gradient(90deg, #37811C 0%, #9CDF2E 100%);
}
.calc .modal {
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  z-index: 99998;
  background-color: rgba(0, 0, 0, 0.4);
  overflow-y: auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}
.calc .modal__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  max-width: 662px;
  padding: 22px;
  z-index: 1;
  border-radius: 20px;
  margin: 15px;
  background: #FFF;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
  overflow: hidden;
  height: calc(100% - 20px);
}
@media (min-width: 992px) {
  .calc .modal__box {
    padding: 60px;
  }
}
@media (min-height: 800px) {
  .calc .modal__box {
    height: auto;
  }
}
.calc .modal__box-close {
  position: absolute;
  border: none;
  background-color: transparent;
  padding: 5px;
  top: 8px;
  right: 8px;
  cursor: pointer;
}
@media (min-width: 992px) {
  .calc .modal__box-close {
    top: 13px;
    right: 23px;
  }
}
.calc .modal__box-title {
  font-size: 17px;
  font-weight: 800;
  line-height: 140%;
  padding-bottom: 20px;
}
.calc .modal__box-padding {
  height: 100%;
  overflow-y: auto;
}
.calc .modal__box-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}
.calc .modal.open {
  visibility: visible;
  opacity: 1;
}
.calc .modal.open .modal__box {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.calc .checkbox {
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  cursor: pointer;
}
.calc .checkbox-text {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}
.calc .checkbox-text__span {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}
.calc .checkbox-text__span-link {
  -webkit-transition: 300ms all;
  transition: 300ms all;
  opacity: 1;
  color: #37811C;
  text-decoration: underline;
}
.calc .checkbox-text-error {
  font-size: 12px;
  background-color: #ef5555;
  color: #FFF;
  padding: 10px;
  text-align: center;
  display: block;
  margin-top: 10px;
}
.calc .checkbox-text-error.off {
  display: none;
}
.calc .checkbox-text.--padding {
  margin: 10px 0 12px;
}
.calc .bid__form-errors {
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  background-color: #EF5555;
  padding: 10px;
  margin-top: 10px;
  color: #FFF;
  text-align: center;
}
.calc input[type=checkbox] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 20px;
  height: 20px;
  background: #F9F9F9;
  border-radius: 50px;
  border: 1px solid #F4F4F4;
  outline: none;
  cursor: pointer;
  margin-right: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.calc input[type=checkbox]:checked {
  border: 1px solid #F4F4F4;
  background: -webkit-gradient(linear, left top, right top, from(#37811C), to(#9CDF2E));
  background: linear-gradient(90deg, #37811C 0%, #9CDF2E 100%);
}
.calc input[type=checkbox]:checked::before {
  display: inline-block;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMiIgaGVpZ2h0PSIxMyIgdmlld0JveD0iMCAwIDEyIDEzIiBmaWxsPSJub25lIj4KPHBhdGggZD0iTTIgNi42NTY4Nkw0LjgyODQzIDkuNDg1MjlMMTAuNDg1MyAzLjgyODQzIiBzdHJva2U9IndoaXRlIiBzdHJva2Utd2lkdGg9IjIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIvPgo8L3N2Zz4=");
  content: "";
  background-repeat: no-repeat;
  background-position: 40% 30%;
  color: #FFF;
  width: 20px;
  height: 20px;
}
.calc .checkbox-text .link {
  cursor: pointer;
}

.input-wrapper {
  position: relative;
  display: inline-block;
  width: 100%;
}

.input-wrapper::before {
  content: "+";
  position: absolute;
  color: #757575;
  z-index: 1;
  left: 46px;
  top: 52%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 18px;
  pointer-events: none;
}
@media (min-width: 375px) {
  .input-wrapper::before {
    left: 74px;
    top: 32px;
  }
}
@media (min-width: 412px) {
  .input-wrapper::before {
    left: 92px;
  }
}
@media (min-width: 768px) {
  .input-wrapper::before {
    left: 271px;
  }
}
@media (min-width: 992px) {
  .input-wrapper::before {
    left: 253px;
  }
}
@media (min-width: 1200px) {
  .input-wrapper::before {
    left: 218px;
  }
}

.refund {
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2151E8), to(#5D80ED));
  background: linear-gradient(180deg, #2151E8 0%, #5D80ED 100%);
  border: 1px solid black;
  padding: 0 15px;
  height: 100%;
  z-index: 1;
  margin-bottom: 40px;
}
.refund__container {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 22px;
  height: 100%;
}
.refund h3 {
  font-size: 27px;
  font-weight: 800;
  line-height: 160%;
  text-align: center;
  padding-bottom: 24px;
}
.refund__picture {
  margin-bottom: 70px;
}
.refund__picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.refund__btn {
  max-width: 314px;
  width: 100%;
}
.refund__button {
  border-radius: 10px;
  background: #000;
  max-width: 314px;
  width: 100%;
  padding: 16px 0;
  font-size: 18px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  cursor: pointer;
}

/* input[type='range'] */
input[type=range] {
  -webkit-appearance: none;
  position: relative;
  width: 100%;
  display: block;
  background: rgba(63, 158, 224, 0.0392156863);
  background: -webkit-gradient(linear, left top, right top, from(#37811C), color-stop(50%, #37811C), color-stop(50%, rgba(63, 158, 224, 0.0392156863)), to(rgba(63, 158, 224, 0.0392156863)));
  background: linear-gradient(to right, #37811C 0%, #37811C 50%, rgba(63, 158, 224, 0.0392156863) 50%, rgba(63, 158, 224, 0.0392156863) 100%);
  height: 4px;
  border-radius: 2px;
  margin: 20px 0;
}

input.w-30[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#37811C), color-stop(21%, #37811C), color-stop(21%, rgba(63, 158, 224, 0.0392156863)), to(rgba(63, 158, 224, 0.0392156863)));
  background: linear-gradient(to right, #37811C 0%, #37811C 21%, rgba(63, 158, 224, 0.0392156863) 21%, rgba(63, 158, 224, 0.0392156863) 100%);
}

input.w-14[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#37811C), color-stop(34%, #37811C), color-stop(34%, rgba(63, 158, 224, 0.0392156863)), to(rgba(63, 158, 224, 0.0392156863)));
  background: linear-gradient(to right, #37811C 0%, #37811C 34%, rgba(63, 158, 224, 0.0392156863) 34%, rgba(63, 158, 224, 0.0392156863) 100%);
}

input.w-0[type=range] {
  background: -webkit-gradient(linear, left top, right top, from(#37811C), color-stop(0%, #37811C), color-stop(0%, rgba(63, 158, 224, 0.0392156863)), to(rgba(63, 158, 224, 0.0392156863)));
  background: linear-gradient(to right, #37811C 0%, #37811C 0%, rgba(63, 158, 224, 0.0392156863) 0%, rgba(63, 158, 224, 0.0392156863) 100%);
}

/* thumb */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: rgba(63, 158, 224, 0.0392156863);
  border: 6px solid #37811C;
  border-radius: 50px;
}

input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: rgba(63, 158, 224, 0.0392156863);
  border: 6px solid #37811C;
  border-radius: 50px;
}

input[type=range]::-ms-range-thumb {
  -ms-appearance: none;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: rgba(63, 158, 224, 0.0392156863);
  border: 6px solid #37811C;
  border-radius: 50px;
}

/* progress */
input[type=range]::range-progress {
  background-color: #37811C;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-range-progress,
input[type=range]::-moz-range-progress,
input[type=range]::-ms-range-progress {
  background-color: #37811C;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-slider-runnable-track,
input[type=range]::-moz-range-track,
input[type=range]::-ms-fill-lower {
  background-color: #37811C;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-lower {
  background-color: #37811C;
  height: 4px;
  border-radius: 2px;
}

input[type=range]::-webkit-fill-lower,
input[type=range]::-moz-fill-lower,
input[type=range]::-ms-fill-upper {
  background-color: rgba(63, 158, 224, 0.0392156863);
  height: 4px;
  border-radius: 2px;
}

/* /progress */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.company {
  margin: 50px 0;
  position: relative;
  z-index: 10;
}
@media (min-width: 992px) {
  .company {
    margin: 50px 0 100px 0;
  }
}
@media (min-width: 1200px) {
  .company {
    margin: 140px 0;
  }
}
.company__title {
  text-align: center;
  font-size: 25px;
  font-weight: 900;
  line-height: 140%;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .company__title {
    font-size: 46px;
    padding-top: 50px;
    text-align: center;
  }
}
@media (min-width: 1200px) {
  .company__title {
    padding-bottom: 30px;
  }
}
@media (min-width: 768px) {
  .company-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }
}
@media (min-width: 1200px) {
  .company-cards {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 20px;
  }
}
.company-cards__item {
  position: relative;
  overflow: hidden;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 40px 20px -20px rgba(38, 45, 51, 0.05);
          box-shadow: 0px 40px 20px -20px rgba(38, 45, 51, 0.05);
}
@media (min-width: 992px) {
  .company-cards__item {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 30px;
  }
}
.company-cards__item:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .company-cards__item:not(:last-child) {
    margin-bottom: unset;
  }
}
.company-cards__item__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.company-cards__item-img {
  position: absolute;
  top: 20px;
  right: 0;
  max-width: 155px;
}
@media (min-width: 1200px) {
  .company-cards__item-img {
    max-width: 124px;
    top: 55px;
  }
}
.company-cards__item .red-img {
  top: 17px;
}
@media (min-width: 1200px) {
  .company-cards__item .red-img {
    top: 50px;
  }
}
.company-cards__item .beige-img {
  top: -5px;
}
@media (min-width: 1200px) {
  .company-cards__item .beige-img {
    top: 0;
    max-width: 147px;
  }
}
.company-cards__item-title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 140%;
  max-width: 150px;
}
@media (min-width: 768px) {
  .company-cards__item-title {
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .company-cards__item-title {
    font-size: 24px;
    line-height: 33px;
    max-width: 160px;
  }
}
.company-cards .violet {
  background: #e6e2ff;
}
.company-cards .red {
  background: #FCE2E2;
}
.company-cards .beige {
  background: #FEF3E0;
}
@media (min-width: 992px) {
  .company br {
    display: none;
  }
}
.company__ellipse1 {
  position: absolute;
  top: 0;
  right: 0;
}
.company__ellipse1 img {
  width: 100%;
  height: 100%;
}
.company__ellipse2 {
  position: absolute;
  bottom: 0;
  right: 0;
}
.company__ellipse2 img {
  width: 100%;
  height: 100%;
}
.company__ellipse2-1 {
  position: absolute;
  top: 0;
  left: 0;
}
.company__ellipse2-1 img {
  width: 100%;
  height: 100%;
}
.company__ellipse3 {
  position: absolute;
  bottom: 0;
  left: 0;
}
.company__ellipse3 img {
  width: 100%;
  height: 100%;
}

.condition {
  position: relative;
  margin-top: 60px;
  padding: 50px 0;
  color: #FFF;
  overflow: hidden;
  background: -webkit-gradient(linear, left top, right top, from(#37811C), to(#9CDF2E));
  background: linear-gradient(90deg, #37811C 0%, #9CDF2E 100%);
}
@media (min-width: 992px) {
  .condition {
    margin: 100px auto 50px auto;
    width: 100%;
    margin-top: 0;
  }
}
@media (min-width: 1200px) {
  .condition {
    padding: 100px 0;
  }
}
.condition__container {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
}
@media (min-width: 1200px) {
  .condition {
    position: relative;
  }
}
.condition__wrap {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 1200px) {
  .condition__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.condition__title {
  font-size: 25px;
  font-weight: 900;
  line-height: 140%;
  padding-bottom: 20px;
  position: relative;
  z-index: 20;
}
@media (min-width: 992px) {
  .condition__title {
    font-size: 44px;
    padding-bottom: 40px;
  }
}
@media (min-width: 1200px) {
  .condition__title {
    font-size: 40px;
  }
}
.condition__box {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  z-index: 20;
  border-radius: 100px;
  background: #FFF;
  padding: 10px 20px;
}
.condition__box img {
  margin-right: 10px;
}
.condition__box p {
  font-size: 16px;
  font-weight: 700;
  line-height: 120%;
  color: #262D33;
}
.condition__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 1200px) {
  .condition__box:not(:last-child) {
    margin-bottom: 0;
    margin-right: 10px;
  }
}
.condition__button {
  position: relative;
  z-index: 20;
  text-align: center;
  max-width: 274px;
  width: 100%;
  padding: 15px 0;
  border-radius: 10px;
  background: #262D33;
  color: #FFF;
  font-size: 18px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-top: 40px;
}
@media (min-width: 992px) {
  .condition br {
    display: none;
  }
}
.condition__img {
  position: absolute;
  bottom: 0;
  right: -27px;
  top: 20px;
  z-index: 10;
  max-width: 226px;
}
@media (min-width: 768px) {
  .condition__img {
    max-width: 288px;
    right: 0;
  }
}
@media (min-width: 992px) {
  .condition__img {
    max-width: 300px;
    bottom: -3px;
  }
}
@media (min-width: 1200px) {
  .condition__img {
    bottom: auto;
    right: 0;
    max-width: 430px;
    top: -50px;
  }
}
.condition__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.condition__box-circle {
  position: absolute;
  top: -88px;
  right: -250px;
  width: 572px;
  height: 572px;
}
@media (min-width: 780px) {
  .condition__box-circle {
    top: -240px;
    right: -290px;
    width: 900px;
    height: 900px;
  }
}
@media (min-width: 1200px) {
  .condition__box-circle {
    right: auto;
    left: 50%;
  }
}
.condition__box-circle .circle {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  overflow: hidden;
}
.condition__box-circle .circle img {
  width: 100%;
  height: 100%;
}
.condition__box-circle .condition__circle1 {
  width: 40%;
  height: 40%;
}
.condition__box-circle .condition__circle2 {
  width: 60%;
  height: 60%;
}
.condition__box-circle .condition__circle3 {
  width: 80%;
  height: 80%;
}
.condition__box-circle .condition__circle4 {
  width: 100%;
  height: 100%;
}
.condition .inner__condition {
  position: relative;
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}

.step {
  background: #FAFCFF;
}
@media (min-width: 992px) {
  .step {
    padding: 100px 0;
  }
}
.step__title {
  font-size: 26px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  padding-bottom: 20px;
}
@media (min-width: 992px) {
  .step__title {
    font-size: 46px;
    padding-bottom: 30px;
    text-align: center;
  }
}
.step__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .step__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.step__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  overflow: hidden;
  border-radius: 20px;
}
.step__box:not(:last-child) {
  margin-bottom: 10px;
}
@media (min-width: 992px) {
  .step__box:not(:last-child) {
    margin-right: 8px;
    margin-bottom: 0;
  }
}
.step .step-green {
  background: #BBF7D0;
}
.step .step-blue {
  background: #B9F6FF;
}
.step .step-violet {
  background: #CDDEFF;
}
.step__colum {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 18px;
}
@media (min-width: 992px) {
  .step__colum {
    margin-left: 0;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.step img {
  height: 50px;
}
.step__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 20px;
  height: 100%;
  z-index: 1;
}
@media (min-width: 992px) {
  .step__wrap {
    max-width: 368px;
    padding: 32px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.step__wrap-text {
  text-align: center;
  font-size: 15px;
  font-weight: 700;
  line-height: 120%;
  padding: 10px 20px;
  border-radius: 100px;
  background: #FFF;
}
@media (min-width: 768px) {
  .step__wrap-text {
    font-size: 13px;
    margin-top: 20px;
  }
}
@media (min-width: 1200px) {
  .step__wrap-text {
    font-size: 15px;
  }
}
.step__wrap-info {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
  padding-top: 10px;
}
@media (min-width: 992px) {
  .step__wrap-info {
    font-size: 16px;
  }
}
.step__green1 {
  position: absolute;
  bottom: 0;
  left: -169px;
  top: 0;
  right: 0;
}
.step__green1 img {
  width: 100%;
  height: 100%;
}
.step__green1-2 {
  position: absolute;
  top: 0;
  right: 0;
}
@media (min-width: 1200px) {
  .step__green1-2 {
    bottom: 0;
  }
}
.step__green1-2 img {
  width: 100%;
  height: 100%;
}
.step__blue1 {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
.step__blue1 img {
  width: 100%;
  height: 100%;
}
.step__violet1 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
}
.step__violet1 img {
  width: 100%;
  height: 100%;
}

@media (min-width: 992px) {
  br {
    display: none;
  }
}

#sravni-vsezaimy .header {
  background-color: #2655e8;
  z-index: 1;
  position: relative;
  z-index: 1;
}
#sravni-vsezaimy .header__container {
  padding: 20px 15px;
  max-width: 250px;
  margin: 0 auto;
}
#sravni-vsezaimy .header__container img {
  width: 100%;
  height: 100%;
  height: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}

.description {
  background: #FAFCFF;
  padding-top: 60px;
  padding-bottom: 50px;
}
.description__container {
  max-width: 1200px;
  margin: auto;
  width: 100%;
  height: 100%;
  padding: 0 15px;
}
@media (min-width: 1200px) {
  .description__container {
    padding: 0 25px;
  }
}
.description h3 {
  font-size: 20px;
  font-weight: 700;
  line-height: 140%;
}
.description p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
}

#sravni-vsezaimy .footer {
  background: -webkit-gradient(linear, left top, left bottom, from(#2151E8), to(#5D80ED));
  background: linear-gradient(180deg, #2151E8 0%, #5D80ED 100%);
  margin-top: auto;
}
#sravni-vsezaimy .footer__wrap {
  font-weight: 400;
  font-size: 14px;
  line-height: 160%;
  color: #FFF;
  padding: 15px 0 15px 0;
  text-align: start;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .footer__wrap {
    padding: 40px 0 40px 0;
  }
}
#sravni-vsezaimy .footer__wrap p {
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  padding-bottom: 5px;
  opacity: 0.6;
}
#sravni-vsezaimy .footer .footer__container {
  padding: 50px 15px;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .footer .footer__container {
    padding: 0 25px 40px 25px;
  }
}
#sravni-vsezaimy .footer .footer__container__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#sravni-vsezaimy .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#sravni-vsezaimy .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .footer .footer__container .footer__list .footer__item {
    padding-top: 0;
  }
}
#sravni-vsezaimy .footer .footer__container .footer__list .footer__item a {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 160%;
  list-style-type: none;
  text-decoration: underline;
  cursor: pointer;
}
#sravni-vsezaimy .offers__title {
  font-size: 20px;
  font-weight: 800;
  line-height: 140%;
  text-align: center;
  padding: 10px 0;
}
@media (min-width: 768px) {
  #sravni-vsezaimy .offers__title {
    font-size: 46px;
    padding: 20px 0;
  }
}

#sravni-vsezaimy .offers__text {
  font-size: 15px;
  font-weight: 400;
  line-height: 160%;
  text-align: center;
  padding-bottom: 15px;
}
@media (min-width: 768px) {
  #sravni-vsezaimy .offers__text {
    font-size: 20px;
    padding-bottom: 40px;
  }
}

#sravni-vsezaimy .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(129px, 1fr));
  grid-gap: 15px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  justify-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 20px 0;
}
@media (min-width: 768px) {
  #sravni-vsezaimy .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(216px, 1fr));
  }
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
    grid-gap: 30px;
  }
}
@media (min-width: 1000px) {
  #sravni-vsezaimy .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(312px, 1fr));
    padding: 0;
  }
}
#sravni-vsezaimy .cards__border {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 5px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards__border {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#sravni-vsezaimy .cards .card__wrap {
  position: relative;
  border-radius: 10px;
  background: #FAFCFF;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.05);
  padding: 16px 16px;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .card__wrap {
    padding: 26px 16px;
  }
}
#sravni-vsezaimy .cards .card__container-stars {
  height: 18px;
  max-width: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 5px;
}
#sravni-vsezaimy .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#sravni-vsezaimy .cards .card__container-stars.--color-2 svg:first-child path,
#sravni-vsezaimy .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#sravni-vsezaimy .cards .card__container-stars.--color-3 svg:first-child path,
#sravni-vsezaimy .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#sravni-vsezaimy .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#sravni-vsezaimy .cards .card__container-stars.--color-4 svg:first-child path,
#sravni-vsezaimy .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#sravni-vsezaimy .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#sravni-vsezaimy .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#sravni-vsezaimy .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .card__container-stars {
    height: 27px;
  }
}
#sravni-vsezaimy .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#sravni-vsezaimy .cards .card__container-stars span {
  color: rgba(24, 25, 56, 0.4);
  font-size: 12px;
  margin-left: 8px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .card__container-stars span {
    font-size: 14px;
  }
}
#sravni-vsezaimy .cards .bg-card {
  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;
  height: 32px;
  background: #FF7A2F;
  border-radius: 12px;
  margin: 0 -5px 8px -5px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .bg-card {
    margin: 0 0px 8px 0px;
  }
}
#sravni-vsezaimy .cards .bg-card span {
  position: absolute;
  text-align: center;
  height: 30px;
  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: 10px;
  font-weight: 800;
  line-height: normal;
  color: #FFF;
  padding: 5px 10px;
}
#sravni-vsezaimy .cards .card__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#sravni-vsezaimy .cards .card__img {
  height: 60px;
  max-width: 125px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 11px;
}
#sravni-vsezaimy .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #sravni-vsezaimy .cards .card__img img {
    width: 100%;
  }
}
#sravni-vsezaimy .cards .cards__info {
  font-weight: 800;
  font-size: 14px;
  line-height: 140%;
  color: #000;
}
#sravni-vsezaimy .cards .cards__info.--padding {
  padding-bottom: 16px;
}
#sravni-vsezaimy .cards .cards__list {
  font-weight: 500;
  font-size: 14px;
  line-height: 140%;
  padding-right: 5px;
  color: rgba(0, 0, 0, 0.6);
}
#sravni-vsezaimy .cards .cards__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
#sravni-vsezaimy .cards .cards__button {
  margin: 0 auto;
  width: 100%;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, right top, from(#37811C), to(#9CDF2E));
  background: linear-gradient(90deg, #37811C 0%, #9CDF2E 100%);
  color: #FFF;
  margin: auto 0 0 0;
  font-weight: 900;
  font-size: 13px;
  line-height: normal;
  padding: 15px 0;
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .cards__button {
    line-height: 25px;
    padding: 12px 0;
    font-size: 14px;
  }
}
#sravni-vsezaimy .cards .cards__footer {
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 8px;
  line-height: 9px;
  color: #181938;
  opacity: 0.6;
  padding-top: 8px;
  height: 61px;
}
@media (min-width: 992px) {
  #sravni-vsezaimy .cards .cards__footer {
    font-size: 10px;
  }
}

.reviews {
  overflow: hidden;
}
.reviews__wrapper {
  position: relative;
}
.reviews__title {
  font-size: 25px;
  font-weight: 900;
  line-height: normal;
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
}
.reviews .swiper {
  position: relative;
  padding: 0 14px 75px 2px;
}
@media (min-width: 768px) {
  .reviews .swiper {
    padding: 0 14px 20px 2px;
  }
}
.reviews .swiper-slide {
  height: unset;
}
.reviews__slider {
  padding: 0 20px;
}
.reviews__slider-prev, .reviews__slider-next {
  position: absolute;
  z-index: 999;
  bottom: 0px;
  width: 54px;
  height: 54px;
  background: #FAFCFF;
  border: 1px solid rgba(38, 45, 51, 0.1);
  border-radius: 14px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .reviews__slider-prev, .reviews__slider-next {
    top: 50%;
    bottom: unset;
  }
}
.reviews__slider-prev::after, .reviews__slider-next::after {
  content: "";
  display: block;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.reviews__slider-prev {
  left: 50%;
  -webkit-transform: translateX(-60px);
      -ms-transform: translateX(-60px);
          transform: translateX(-60px);
}
@media (min-width: 768px) {
  .reviews__slider-prev {
    left: -75px;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
.reviews__slider-prev::after {
  background: url("../../static/vk_ru_3_layout/images/prev.svg") no-repeat center center/contain;
}
.reviews__slider-next {
  right: 50%;
  -webkit-transform: translateX(60px);
      -ms-transform: translateX(60px);
          transform: translateX(60px);
}
@media (min-width: 768px) {
  .reviews__slider-next {
    right: 0;
    -webkit-transform: translate(0px, -50%);
        -ms-transform: translate(0px, -50%);
            transform: translate(0px, -50%);
  }
}
@media (min-width: 992px) {
  .reviews__slider-next {
    right: -75px;
  }
}
.reviews__slider-next::after {
  background: url("../../static/vk_ru_3_layout/images/next.svg") no-repeat center center/contain;
}
.reviews__item {
  width: 240px;
  max-width: 240px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-item-align: stretch;
      align-self: stretch;
  height: 100%;
  min-height: 100%;
  background-color: #FAFCFF;
  border-radius: 24px;
  cursor: pointer;
}
@media (min-width: 900px) {
  .reviews__item {
    width: 100%;
    max-width: 100%;
  }
}
.reviews__item-top {
  position: relative;
  margin-bottom: auto;
  padding: 30px;
  height: 100%;
}
.reviews__item-top::after {
  content: "";
  display: block;
  width: 16px;
  height: 10px;
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
  background: url("../../static/vk_ru_3_layout/images/quote.svg") no-repeat center center/contain;
}
@media (min-width: 768px) {
  .reviews__item-top::after {
    width: 30px;
    height: 20px;
  }
}
.reviews__item-bottom {
  padding: 20px 30px;
  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: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-top: 2px solid #FFF;
}
.reviews__item-person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 5px;
}
.reviews__item-stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.reviews__item-star {
  width: 17px;
  height: 17px;
}
.reviews__item-star img {
  min-width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.reviews__item-text {
  padding-right: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
}
@media (min-width: 768px) {
  .reviews__item-text {
    padding-right: 40px;
  }
}
.reviews__item-avatar {
  margin-right: 10px;
  min-width: 35px;
  height: 35px;
  border-radius: 50%;
  overflow: hidden;
}
.reviews__item-avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.reviews__item-name {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
.reviews__item-age {
  font-weight: 300;
  font-size: 12px;
  line-height: 15px;
  color: #697B97;
}

.payment__container {
  margin: 25px 0;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(149px, 1fr));
  grid-gap: 10px;
}
@media (min-width: 992px) {
  .payment__container {
    grid-template-columns: repeat(auto-fit, minmax(166px, 1fr));
  }
}
@media (min-width: 1200px) {
  .payment__container {
    margin: 50px 0;
  }
}
.payment__wrapper {
  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;
  border-radius: 10px;
  background: #FAFCFF;
  padding: 29px 15px;
}
.payment__cards img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}