@charset "UTF-8";
.t-md {
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
}

.t-regular {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.t-sm {
  font-size: 14px;
  font-weight: 500;
  line-height: 140%;
}

.t-xs {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
}

.modal-content {
  border-radius: 20px;
  overflow: hidden;
  width: 100%;
}

.modal-dialog {
  min-width: 896px;
  padding: 0;
}

.modal-body {
  padding: 0;
  background: #fff;
}

.modal-body .form-policy {
  color: #828282;
  font-size: 10px;
  font-weight: 500;
  line-height: 14px;
  text-align: left;
  margin-top: 10px;
  margin-bottom: 20px;
}

.modal-body .close {
  position: absolute;
  right: 30px;
  top: 30px;
  z-index: 22;
}

.modal-body .col-lg-6 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.modal-body .modal-contact {
  padding-top: 123px;
  padding-bottom: 123px;
  padding-right: 65px;
  padding-left: 74px;
}

.modal-body .modal-contact p {
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0em;
  margin-bottom: 0;
}

.modal-body h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 31px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 8px;
  text-wrap: balance;
}

.modal-body form {
  margin-top: 30px;
}

.modal-body form label {
  font-size: 12px;
  font-weight: 500;
  line-height: 140%;
  letter-spacing: 0em;
  text-align: left;
  color: #000;
  margin-bottom: 5px;
}

.modal-body form .form-control:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.modal-body form .form-group {
  margin-bottom: 10px;
}

.modal-body form input {
  font-size: 12px;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0em;
  text-align: left;
  color: #828282;
  padding: 13px 15px;
  border-radius: 6px;
  border: 0.5px solid #9CACD2;
  min-height: 42px;
}

.modal-body form .btn-orange {
  padding: 10px 43px;
  font-size: 14px;
  font-weight: 600;
  line-height: 16px;
  cursor: pointer;
}

.modal-body .modal-quote {
  background: #F0F3FF;
  padding-left: 62px;
  padding-right: 67px;
}

.modal-body .modal-quote__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 20px;
}

.modal-body .modal-quote__name p {
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 0;
}

.modal-body .modal-quote__name p:first-child {
  font-size: 16px;
  margin-bottom: 0;
}

.modal-body .modal-quote__name p:last-child {
  color: #828282;
  margin-bottom: 0;
  font-size: 12px;
  line-height: 17px;
  text-align: left;
}

.modal-body .modal-quote__name img {
  margin-right: 12px;
  width: 50px;
}

.modal-body .modal-quote svg {
  margin-bottom: 16px;
}

.modal-body .modal-quote p, .modal-body .modal-quote li {
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 16px;
}

.modal-body .modal-quote li {
  margin-left: 26px;
  margin-bottom: 0;
  position: relative;
}

.modal-body .modal-quote li::before {
  content: "";
  position: absolute;
  left: -20px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  width: 4px;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

@media screen and (max-width: 991px) {
  .modal .modal-dialog {
    min-width: auto !important;
    margin: 0 auto;
  }
  .modal h3 {
    padding-top: 48px;
  }
  .modal form {
    font-size: 10px;
  }
  .modal .btn-orange {
    margin: 0 auto;
    display: block;
  }
  .modal-contact {
    padding: 35px !important;
    width: 100%;
  }
  .modal-quote {
    display: none !important;
  }
}
@media screen and (max-width: 580px) {
  .modal .modal-dialog {
    margin: 0 12.5px !important;
    max-width: none !important;
  }
}
.quora-page .positive-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .quora-page .positive-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .quora-page .positive-list-item {
    max-width: 300px;
    margin: auto;
  }
}
.quora-features h2 {
  margin-top: 70px !important;
}
@media (max-width: 991.98px) {
  .quora-features h2 {
    margin-top: 50px !important;
  }
}
.quora-features .t-regular {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: -30px auto 50px auto;
  max-width: 620px;
  line-height: 140%;
}
.quora-statistic {
  margin-top: 50px;
  margin-bottom: 50px;
}
.quora-steps {
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .quora-steps h2 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .quora-steps h2 {
    margin-top: 20px !important;
  }
}
.quora-steps .strategy-period-text {
  min-height: 90px;
}
@media (max-width: 1199.98px) {
  .quora-steps .strategy-period-text {
    min-height: initial;
  }
}
.quora-why .t-regular {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: -30px auto 50px auto;
  max-width: 620px;
  line-height: 140%;
}
@media (max-width: 767.98px) {
  .quora-why h2 {
    margin-top: 20px !important;
  }
}
.quora-plans {
  margin-top: 120px;
}
@media (max-width: 991.98px) {
  .quora-plans {
    margin-top: 20px !important;
  }
}
@media (max-width: 767.98px) {
  .quora-plans .row {
    padding: 0;
  }
}
.quora-plans .item {
  padding-left: 15px;
  padding-right: 15px;
}
.quora-plans .item-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
}
.quora-plans .item__price {
  margin-bottom: 12px;
}
.quora-plans .item.accent {
  height: 100%;
}
.quora-warranty {
  margin: 170px auto 80px auto;
}
@media (max-width: 991.98px) {
  .quora-warranty {
    margin-top: 50px !important;
    margin-bottom: 0;
  }
}
.quora-logos h2 {
  font-size: 22px !important;
  line-height: 140% !important;
}
@media (max-width: 991.98px) {
  .quora-logos h2 {
    margin-top: 70px !important;
  }
}
.quora-faq {
  margin-bottom: 95px;
}
@media (max-width: 991.98px) {
  .quora-faq h2 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .quora-faq .faq__accordion {
    margin: 0;
  }
}

.reddit-page .positive-list {
  margin-top: 80px;
  margin-bottom: 80px;
}
@media (max-width: 991.98px) {
  .reddit-page .positive-list {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  .reddit-page .positive-list-item {
    max-width: 300px;
    margin: auto;
  }
}
.reddit-why h2 {
  margin-top: 70px !important;
}
@media (max-width: 991.98px) {
  .reddit-why h2 {
    margin-top: 50px !important;
  }
}
.reddit-why .t-regular {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: -30px auto 50px auto;
  max-width: 620px;
  line-height: 140%;
}
.reddit-features h2 {
  margin-top: 120px !important;
}
@media (max-width: 991.98px) {
  .reddit-features h2 {
    margin-top: 50px !important;
  }
}
.reddit-features .t-regular {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: -30px auto 50px auto;
  max-width: 620px;
  line-height: 140%;
}
.reddit-campaign {
  margin-top: 120px;
  margin-bottom: 50px;
}
.reddit-campaign-heading {
  font-size: 36px;
  margin-bottom: 40px;
  text-align: left;
}
.reddit-steps h2 {
  margin-top: 120px !important;
}
@media (max-width: 991.98px) {
  .reddit-steps h2 {
    margin-top: 50px !important;
  }
}
.reddit-vs {
  margin-top: 50px;
}
.reddit-vs h2 {
  margin-top: 120px !important;
}
@media (max-width: 991.98px) {
  .reddit-vs h2 {
    margin-top: 50px !important;
  }
}
@media (max-width: 991.98px) {
  .reddit-langs h2 {
    margin-top: 50px !important;
  }
}
.reddit-langs .t-regular {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  margin: -30px auto 40px auto;
  max-width: 620px;
  line-height: 140%;
}
.reddit-plans {
  margin-top: 150px;
}
@media (max-width: 991.98px) {
  .reddit-plans {
    margin-top: 70px !important;
  }
}
@media (max-width: 767.98px) {
  .reddit-plans .row {
    padding: 0;
  }
}
.reddit-plans .item {
  padding-left: 15px;
  padding-right: 15px;
}
.reddit-plans .item-icon {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50px;
}
.reddit-plans .item__price {
  margin-bottom: 12px;
}
.reddit-plans .item.accent {
  height: 100%;
}
.reddit-warranty {
  margin: 120px auto 80px auto;
}
@media (max-width: 991.98px) {
  .reddit-warranty {
    margin-top: 50px !important;
    margin-bottom: 0;
  }
}
.reddit-logos h2 {
  font-size: 22px !important;
  line-height: 140% !important;
}
@media (max-width: 991.98px) {
  .reddit-logos h2 {
    margin-top: 70px !important;
  }
}
.reddit-faq {
  margin-bottom: 95px;
}
@media (max-width: 991.98px) {
  .reddit-faq h2 {
    margin-top: 50px !important;
  }
}
@media (max-width: 767.98px) {
  .reddit-faq .faq__accordion {
    margin: 0;
  }
}

/* positive-list */
.positive-list {
  display: flex;
  row-gap: 20px;
}
.positive-list-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}
.positive-list-item-icon {
  flex-basis: 25px;
  flex-shrink: 0;
}
.positive-list-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  text-align: left;
}
.positive-list-item span b {
  color: #377DED;
}

/* card-white */
.card-white {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  height: 100%;
  padding: 30px;
  border-radius: 17px;
  background: #fff;
  border: 1px solid #D3DDF3;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
}
@media (max-width: 767.98px) {
  .card-white {
    padding: 20px 12px;
  }
}
.card-white_border-active {
  border-color: #377DED;
}
.card-white-media {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  flex-wrap: wrap;
}
.card-white-media-icons {
  display: flex;
  align-items: center;
  gap: 15px;
}
.card-white-icon {
  max-height: 30px;
}
.card-white-tag {
  display: block;
  padding: 10px 12px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  color: #F6961B !important;
  background: rgba(246, 150, 27, 0.15);
}
.card-white-title {
  color: #377DED !important;
  line-height: 140%;
  font-size: 18px;
  font-weight: 700;
}
.card-white-body {
  font-size: 16px;
  line-height: 140%;
  font-weight: 500;
}
.card-white-meta {
  margin-top: auto;
  font-size: 14px;
  color: #377DED !important;
  line-height: 140%;
  font-weight: 500;
}
.card-white-meta_border {
  display: block;
  padding: 10px 12px;
  border-radius: 50px;
  background: #F0F3F8;
}
.card-white-meta_note {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: none;
  padding: 0;
  border-radius: 0;
}
.card-white-meta_note span:first-child {
  background: #F0F3F8;
  padding: 10px 12px;
  border-radius: 50px;
}
.card-white-meta_note span:last-child {
  background: none;
  padding: 0;
  padding-left: 5px;
  color: #828282;
}

/* card-statistic */
.card-statistic__top {
  font-size: 36px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 10px;
  color: #377DED !important;
}

/* strategy-period */
.strategy-period {
  flex: 1;
  height: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}
@media (max-width: 1199.98px) {
  .strategy-period {
    flex-basis: 50%;
  }
}
@media (max-width: 991.98px) {
  .strategy-period {
    flex-basis: 100%;
  }
}
.strategy-period-row {
  display: flex;
  flex-wrap: nowrap;
}
@media (max-width: 1199.98px) {
  .strategy-period-row {
    flex-wrap: wrap;
  }
}
.strategy-period-icon {
  width: 28px;
  margin-bottom: 25px;
}
.strategy-period-step {
  margin-bottom: 25px;
}
.strategy-period-step__index {
  padding-right: 8px;
  font-weight: 500;
  font-size: 12px;
  line-height: 140%;
  color: #828282 !important;
}
.strategy-period-step__duration {
  padding: 8px 14px;
  color: #377DED !important;
  background: #F0F3F8 !important;
  border-radius: 30px;
}
.strategy-period-title, .strategy-period-date {
  position: relative;
  padding-bottom: 30px;
  padding-right: 5px;
  font-size: 18px;
  font-weight: 700;
  border-bottom: 1px solid #D3D3D3;
}
.strategy-period-title:after, .strategy-period-title:before, .strategy-period-date:after, .strategy-period-date:before {
  position: absolute;
  content: "";
}
.strategy-period-title:after, .strategy-period-date:after {
  display: block;
  bottom: -15px;
  left: 0;
  width: 28px;
  height: 28px;
  background: white;
  border: 1px solid #D3DDF3;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
  border-radius: 90px;
}
.strategy-period-title:before, .strategy-period-date:before {
  z-index: 2;
  display: block;
  bottom: -7px;
  left: 8px;
  width: 12px;
  height: 12px;
  background: #377DED;
  border-radius: 90px;
}
@media (max-width: 991.98px) {
  .strategy-period-title br {
    display: none;
  }
}
.strategy-period-date {
  font-size: 32px;
}
.strategy-period-text {
  margin-top: 35px;
  margin-right: 25px;
  line-height: 140%;
  color: #828282 !important;
}
@media screen and (max-width: 991px) {
  .strategy-period-text {
    margin-right: 15px;
  }
}
@media screen and (max-width: 768px) {
  .strategy-period-text {
    margin-right: 0;
  }
}
.strategy-period-meta {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-top: 15px;
}
.strategy-period-meta__icon {
  flex-basis: 15px;
  flex-shrink: 0;
}
.strategy-period-meta__text {
  margin-right: 10px;
}
.strategy-period-note {
  margin-top: 10px;
  color: #828282;
}

/* note */
.note-block {
  position: relative;
  padding: 50px 30px 50px 65px;
  background: #FFF6EA;
  border: 2px solid #F6961B;
  border-radius: 20px;
}
@media (max-width: 767.98px) {
  .note-block {
    margin-left: 30px;
    padding: 20px 20px 20px 40px;
  }
}
.note-block__title {
  font-size: 22px;
  line-height: 140%;
  font-weight: 700;
}
.note-block__text {
  font-size: 16px;
  margin-top: 20px;
  line-height: 140%;
}
.note-block-circle {
  position: absolute;
  left: -50px;
  top: 50%;
  transform: translate(0, -50%);
  width: 100px;
  height: 100px;
}
@media (max-width: 767.98px) {
  .note-block-circle {
    left: -30px;
    width: 60px;
    height: 60px;
  }
}
.note-block-icon {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 90px;
  background: #FFF6EA;
}
.note-block-icon img {
  filter: brightness(0) saturate(100%) invert(57%) sepia(78%) saturate(482%) hue-rotate(352deg) brightness(96%) contrast(101%);
}
@media (max-width: 767.98px) {
  .note-block-icon img {
    width: 40px;
  }
}
.note-block-icon:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%; /* Половина ширины */
  height: 100%;
  border-left: 2px solid #F6961B; /* Левый бордер */
  border-top: 2px solid #F6961B; /* Верхний бордер для соединения */
  border-bottom: 2px solid #F6961B; /* Нижний бордер для соединения */
  border-radius: 90px 0 0 90px; /* Округление только для левой половины */
  box-sizing: border-box; /* Учет толщины бордера */
}

/* card vertical*/
.card-vertical {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  text-align: center;
}
.card-vertical-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  background: white;
  border-radius: 14px;
  box-shadow: 0px 0px 28px rgba(0, 0, 0, 0.06);
}
.card-vertical-icon__img {
  width: 28px;
}
.card-vertical__title {
  font-size: 22px;
  line-height: 140%;
  color: #377DED;
  font-weight: 700;
}

/* compare-table */
.compare-table {
  overflow: auto;
}
.compare-table-scrollable {
  min-width: 690px;
}
.compare-table-head {
  display: flex;
  margin-bottom: 15px;
}
.compare-table-head__item {
  flex: 1;
  padding: 0 5px;
  text-align: center;
  font-weight: 700;
  font-size: 16px;
  line-height: 140%;
}
.compare-table-column {
  display: flex;
  /* table side border radius */
}
.compare-table-column:last-of-type .compare-table-column__item {
  border-bottom: 1px solid #D3DDF3;
}
.compare-table-column:last-of-type .compare-table-column__item:first-child {
  border-bottom-left-radius: 20px;
}
.compare-table-column:last-of-type .compare-table-column__item:last-child {
  border-bottom-right-radius: 20px;
}
.compare-table-column:first-of-type .compare-table-column__item:first-child {
  border-top-left-radius: 20px;
}
.compare-table-column:first-of-type .compare-table-column__item:last-child {
  border-top-right-radius: 20px;
}
.compare-table-column__item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  padding: 20px 20px;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  border: 1px solid #D3DDF3;
  border-bottom: 0;
  background: white;
}
.compare-table-column__item:nth-child(2) {
  background: #F1F4FD;
  border-right: none;
  border-left: none;
}
.compare-table-column__item img {
  flex-basis: 10px;
  flex-shrink: 0;
}
.compare-table-column__status {
  align-items: center;
  flex-basis: 20px !important;
  max-width: 20px;
}

/* flag list */
.flag-list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 35px;
}
.flag-list-item {
  flex-basis: 30px;
}
/*# sourceMappingURL=main.css.map */
