@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: "Roboto";
  font-weight: normal;
  line-height: 1.3;
  font-size: 16px;
  min-width: 320px;
  margin: 0;
  padding: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

body.overflow {
  overflow: hidden;
}

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

ul,
ol,
li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

p {
  margin: 0;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

audio,
canvas,
iframe,
img,
svg,
video {
  vertical-align: middle;
}

textarea {
  resize: none;
}

section {
  position: relative;
}

input,
select,
textarea {
  outline: none !important;
  border: none;
}

button {
  border: 0;
  background: transparent;
  cursor: pointer;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.wrapper {
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

.custom-wrapper {
  width: 100%;
  max-width: 1206px;
  padding: 0 15px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .custom-wrapper {
    padding: 0;
  }
}

.icon-select-arrow {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  min-width: 17px;
  width: 17px;
  height: 13px;
  fill: #fff;
  stroke-width: 2px;
  stroke: #000;
}

.icon-plus {
  width: 8px;
  height: 8px;
  fill: #227b25;
}

.icon-arrow-filled,
.icon-arrow-filled-up {
  width: 15px;
  height: 9px;
  margin-right: 15px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (max-width: 576px) {
  .icon-arrow-filled,
  .icon-arrow-filled-up {
    width: 9px;
    height: 6px;
  }
}

.icon-arrow-filled-up {
  fill: #65ef65;
}

.select__trigger {
  cursor: pointer;
}

.active .icon-select-arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.default__title-medium {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .default__title-medium {
    font-size: 18px;
  }
}

.default__checkbox {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.default__checkbox:focus + .custom__checkbox {
  border: 2px solid #000;
}

.slider-button-default {
  position: absolute;
  max-width: 20px;
  max-height: 42px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  cursor: pointer;
}

.swiper-button-disabled {
  opacity: 0.2;
}

.default__button {
  padding: 0;
  width: 100%;
  max-width: 408px;
  height: 86px;
  color: #000;
  border-radius: 13px;
  letter-spacing: 0.8px;
  background-color: #51e556;
  text-align: center;
  font-size: 20px;
  font-family: "Roboto";
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .default__button:hover {
    background-color: #bcbcbc;
  }
}
@media (max-width: 992px) {
  .default__button {
    font-size: 18px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .default__button {
    font-size: 16px;
    height: 52px;
  }
}

.line {
  fill: none;
  stroke: #707070;
  stroke-width: 6;
  -webkit-transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
    stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
}

.hero {
  padding-top: 37px;
  margin-bottom: 20px;
}
.hero__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #f4f4f4;
}
@media (max-width: 992px) {
  .hero__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
  }
}
.hero__left {
  position: relative;
  min-width: 657px;
  background-color: #fff;
  padding: 25px 26px 37px 44px;
  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;
}
@media (max-width: 1200px) {
  .hero__left {
    min-width: 550px;
  }
}
@media (max-width: 992px) {
  .hero__left {
    min-width: auto;
    padding: 0 18px;
    margin-bottom: 20px;
  }
}
.hero__left-title {
  font-family: "Roboto";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .hero__left-title {
    font-size: 25px;
    margin-bottom: 15px;
  }
}
@media (max-width: 576px) {
  .hero__left-title {
    font-size: 19px;
    margin-bottom: 10px;
  }
}
.hero__left-subtitle {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.25px;
  line-height: 18px;
  text-align: center;
  max-width: 555px;
  margin-bottom: 20px;
  padding-right: 42px;
}
@media (max-width: 992px) {
  .hero__left-subtitle {
    font-size: 12px;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .hero__left-subtitle {
    font-size: 10px;
    max-width: 265px;
    line-height: 12px;
    margin-bottom: 13px;
  }
}
.hero__left-total-price {
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 700;
  padding-right: 20px;
  margin-bottom: 0px;
}
@media (max-width: 992px) {
  .hero__left-total-price {
    font-size: 45px;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .hero__left-total-price {
    font-size: 35px;
  }
}
.hero__left-square-price {
  font-family: "Roboto";
  font-weight: 300;
  letter-spacing: 1px;
  font-size: 25px;
  margin-bottom: 90px;
  margin-right: 15px;
  margin-top: -4px;
}
@media (max-width: 992px) {
  .hero__left-square-price {
    font-size: 18px;
    padding-right: 0;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .hero__left-square-price {
    font-size: 13px;
  }
}
.hero__left-select {
  width: 100%;
  max-width: 384px;
  position: relative;
}
@media (max-width: 992px) {
  .hero__left-select {
    max-width: 340px;
  }
}
@media (max-width: 576px) {
  .hero__left-select {
    max-width: 310px;
  }
}
@media (max-width: 360px) {
  .hero__left-select {
    max-width: 260px;
  }
}
.hero__left-select__container {
  width: 100%;
  position: absolute;
  top: -77px;
  padding: 7px 15px 8px 20px;
  background-color: #fff;
  border: 1px solid #707070;
  border-radius: 13px;
  padding-right: 15px;
}
@media (max-width: 992px) {
  .hero__left-select__container {
    font-size: 18px;
    padding-right: 15px;
    margin-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 576px) {
  .hero__left-select__container {
    font-size: 13px;
  }
}
.hero__left-trigger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.hero__left-trigger span {
  font-family: "Roboto";
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  margin-right: 10px;
  max-height: 58px;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
}
@media (max-width: 992px) {
  .hero__left-trigger span {
    font-size: 20px;
    max-height: 52px;
  }
}
@media (max-width: 576px) {
  .hero__left-trigger span {
    font-size: 18px;
  }
}
@media (max-width: 360px) {
  .hero__left-trigger span {
    font-size: 14px;
  }
}
.hero__left-trigger svg {
  position: absolute;
  bottom: 5px;
  right: -7px;
}
.hero__left-select__info {
  position: relative;
  border-top: 1px solid #000;
  padding-top: 10px;
  display: none;
}
.hero__left-select__info .hero__select-info__link {
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 0.7px;
  display: block;
  text-align: left;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 250px;
}
.hero__left-select__info .hero__select-info__link:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 2px;
  background-color: #000;
  -webkit-transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
  transition: width 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}
@media (min-width: 992px) {
  .hero__left-select__info .hero__select-info__link:hover:before {
    left: 0;
    right: auto;
    width: 100%;
  }
}
@media (max-width: 992px) {
  .hero__left-select__info .hero__select-info__link {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .hero__left-select__info .hero__select-info__link {
    font-size: 13px;
  }
}
.hero__left-select__info .hero__select-info__link:not(:last-child) {
  margin-bottom: 5px;
}
.hero__left-list {
  width: 100%;
  max-width: 570px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 48px;
  padding-right: 18px;
}
@media (max-width: 1200px) {
  .hero__left-list {
    padding-right: 0;
  }
}
@media (max-width: 992px) {
  .hero__left-list {
    margin-bottom: 15px;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
}
@media (max-width: 992px) {
  .hero__left-list {
    margin-bottom: 15px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
.hero__left-list__item {
  min-width: 100px;
  min-height: 85px;
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 9px;
  border: 1px solid #707070;
}
@media (max-width: 1200px) {
  .hero__left-list__item {
    min-width: 75px;
    min-height: 65px;
  }
}
@media (max-width: 992px) {
  .hero__left-list__item {
    min-width: 67px;
    min-height: 60px;
  }
}
@media (max-width: 576px) {
  .hero__left-list__item {
    min-width: 58px;
    min-height: 50px;
  }
}
@media (max-width: 360px) {
  .hero__left-list__item {
    min-width: 45px;
    min-height: 45px;
  }
}
.hero__left-list__item .hero__list-item__top {
  padding-top: 8px;
  font-family: "Roboto";
  font-size: 35px;
  font-weight: 700;
}
@media (max-width: 1200px) {
  .hero__left-list__item .hero__list-item__top {
    font-size: 28px;
  }
}
@media (max-width: 992px) {
  .hero__left-list__item .hero__list-item__top {
    font-size: 24px;
  }
}
@media (max-width: 576px) {
  .hero__left-list__item .hero__list-item__top {
    font-size: 20px;
  }
}
@media (max-width: 360px) {
  .hero__left-list__item .hero__list-item__top {
    font-size: 18px;
  }
}
.hero__left-list__item .hero__list-item__bottom {
  font-size: 14px;
  font-weight: 300;
}
@media (max-width: 992px) {
  .hero__left-list__item .hero__list-item__bottom {
    font-size: 12px;
  }
}
@media (max-width: 576px) {
  .hero__left-list__item .hero__list-item__bottom {
    font-size: 10px;
  }
}
.hero__select-details {
  padding-top: 10px;
  border-top: 1px solid #000;
  max-width: 340px;
  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;
}
@media (max-width: 992px) {
  .hero__select-details {
    padding-top: 5px;
  }
}
.hero__details__plus-container {
  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: 1px solid #707070;
  width: 21px;
  height: 20px;
  border-radius: 6px;
  margin-right: 20px;
}
@media (max-width: 992px) {
  .hero__details__plus-container {
    margin-right: 17px;
  }
}
@media (max-width: 576px) {
  .hero__details__plus-container {
    margin-right: 13px;
  }
}
.hero__select-details__plus {
  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;
  padding: 0;
}
.hero__select-details__text {
  font-family: "Roboto";
  font-size: 18px;
  letter-spacing: 0.7px;
}
@media (max-width: 992px) {
  .hero__select-details__text {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .hero__select-details__text {
    font-size: 13px;
  }
}
.hero__left-link {
  font-weight: 300;
  letter-spacing: 0.7px;
  font-size: 18px;
  width: 100%;
  max-width: 570px;
  text-decoration: underline;
}
@media (max-width: 992px) {
  .hero__left-link {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .hero__left-link {
    font-size: 12px;
  }
}
@media (max-width: 360px) {
  .hero__left-link {
    font-size: 10px;
  }
}
.hero__right {
  padding: 60px 42px;
  background-color: #f4f4f4;
  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;
}
@media (max-width: 992px) {
  .hero__right {
    padding: 45px 36px;
  }
}
@media (max-width: 576px) {
  .hero__right {
    padding: 30px 17px;
  }
}
.hero__right-title {
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 14px;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__right-title {
    font-size: 25px;
    margin-bottom: 11px;
  }
}
@media (max-width: 576px) {
  .hero__right-title {
    font-size: 21px;
    max-width: 302px;
  }
}
.hero__right-subtitle {
  font-size: 18px;
  letter-spacing: 0.7px;
  font-weight: 300;
  margin-bottom: 54px;
}
@media (max-width: 576px) {
  .hero__right-subtitle {
    max-width: 189px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 13px;
  }
}
.hero__right-button {
  max-width: 379px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .hero__right-button {
    margin-bottom: 22px;
    max-width: 302px;
  }
}
.hero__right-text {
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.56px;
  margin-bottom: 18px;
}
@media (max-width: 992px) {
  .hero__right-text {
    font-size: 12px;
  }
}
.hero__right-info {
  max-width: 373px;
  font-size: 14px;
  letter-spacing: 0.56px;
  line-height: 17px;
  text-align: center;
}
@media (max-width: 992px) {
  .hero__right-info {
    font-size: 12px;
  }
}

.chart {
  margin-bottom: 20px;
}
.chart__content {
  border: 2px solid #f4f4f4;
  padding: 22px 35px;
}
@media (max-width: 992px) {
  .chart__content {
    padding: 0 10px;
    border: none;
  }
}
.chart__title {
  margin-bottom: 20px;
  padding-left: 15px;
}
.chart__img-container {
  padding-left: 3px;
  width: 100%;
  height: 100%;
}
.chart__img-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.transactions {
  margin-bottom: 20px;
}
.transactions__content {
  border: 2px solid #f4f4f4;
  padding: 30px 35px;
}
@media (max-width: 992px) {
  .transactions__content {
    padding: 20px 15px;
    border: none;
  }
}
@media (max-width: 576px) {
  .transactions__content {
    padding: 0 10px;
  }
}
.transactions__title {
  margin-bottom: 15px;
  padding-left: 15px;
}
.transactions table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
}
.transactions thead {
  background-color: #fff;
}
.transactions thead th {
  padding: 0;
  padding-left: 10px;
  text-align: left;
  height: 43px;
  font-size: 20px;
  letter-spacing: 0.8px;
  font-weight: 500;
  font-family: "Roboto";
}
@media (max-width: 992px) {
  .transactions thead th {
    font-size: 14px;
  }
}
@media (max-width: 576px) {
  .transactions thead th {
    font-size: 8px;
  }
}
.transactions tbody {
  background-color: #f4f4f4;
}
.transactions tbody tr {
  padding: 0 17px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.transactions tbody tr:first-child {
  padding-top: 10px;
}
.transactions tbody tr:hover {
  background-color: #ffffc6;
}
.transactions tbody tr:not(:last-child) {
  border-bottom: 1px dashed #a5a5a5;
}
.transactions tbody td {
  font-family: "Roboto";
  height: 52px;
  font-weight: 500;
  font-size: 20px;
  letter-spacing: 0.8px;
}
.transactions tbody td:first-child {
  padding-left: 25px;
}
@media (max-width: 992px) {
  .transactions tbody td:first-child {
    padding-left: 17px;
  }
}
@media (max-width: 576px) {
  .transactions tbody td:first-child {
    padding-left: 13px;
  }
}
@media (max-width: 992px) {
  .transactions tbody td {
    font-size: 15px;
    height: 40px;
  }
}
@media (max-width: 576px) {
  .transactions tbody td {
    font-size: 8px;
    height: 27px;
  }
}
@media (max-width: 576px) {
  .transactions tbody td:nth-child(1) {
    width: 72px;
  }
}
.transactions tbody td:nth-child(2) {
  width: 41%;
}
@media (max-width: 992px) {
  .transactions tbody td:nth-child(2) {
    width: 38%;
  }
}
@media (max-width: 576px) {
  .transactions tbody td:nth-child(2) {
    font-size: 10px;
  }
}

.prices {
  margin-bottom: 20px;
}
.prices__content {
  border: 2px solid #f4f4f4;
  padding: 20px 35px;
}
@media (max-width: 992px) {
  .prices__content {
    padding: 20px 15px;
    border: none;
  }
}
@media (max-width: 576px) {
  .prices__content {
    padding: 10px;
  }
}
.prices__title {
  margin-bottom: 15px;
  padding-left: 15px;
}
.prices__table {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-family: "Roboto";
  overflow: hidden;
}
@media (max-width: 992px) {
  .prices__table {
    display: none;
  }
}
.prices__table th {
  height: 60px;
  border: 1px solid #c1c1c1;
  font-weight: 300;
  font-size: 20px;
  position: relative;
}
.prices__table th:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10000px;
  top: -1000px;
  left: 0;
  opacity: 0;
  background-color: #e3fab7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: -1;
}
@media (max-width: 992px) {
  .prices__table th:hover:after {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .prices__table th:hover .prices__table-body {
    font-weight: 700;
  }
}
.prices__table td {
  position: relative;
  width: 185px;
  height: 60px;
  border: 1px solid #c1c1c1;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 20px;
}
.prices__table td:first-child {
  padding-left: 10px;
  text-align: left;
}
.prices__table-second__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 20px;
}
.prices__table-second__container span:first-child {
  font-weight: 700;
}
.prices__table-mobile {
  width: 100%;
  border-collapse: collapse;
  table-layout: auto;
  font-family: "Roboto";
  overflow: hidden;
}
@media (min-width: 992px) {
  .prices__table-mobile {
    display: none;
  }
}
.prices__table-mobile th {
  height: 38px;
  border: 1px solid #c1c1c1;
  font-weight: 300;
  font-size: 20px;
  position: relative;
}
@media (max-width: 992px) {
  .prices__table-mobile th {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .prices__table-mobile th {
    font-size: 10px;
  }
}
.prices__table-mobile th:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 10000px;
  top: -1000px;
  left: 0;
  opacity: 0;
  background-color: #e3fab7;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: -1;
}
@media (max-width: 992px) {
  .prices__table-mobile th:hover:after {
    opacity: 1;
  }
}
@media (max-width: 992px) {
  .prices__table-mobile th:hover .prices__table-body {
    font-weight: 700;
  }
}
.prices__table-mobile td {
  position: relative;
  width: 185px;
  height: 38px;
  border: 1px solid #c1c1c1;
  text-align: center;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  font-size: 15px;
}
.prices__table-mobile td:first-child {
  padding-left: 10px;
  text-align: left;
}
@media (max-width: 576px) {
  .prices__table-mobile td:first-child {
    font-size: 11px;
  }
}
@media (max-width: 576px) {
  .prices__table-mobile td {
    font-size: 10px;
  }
}
.prices__table-mobile .prices__table-second__container {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prices__table-mobile .prices__table-second__container span {
  font-size: 15px;
}
@media (max-width: 576px) {
  .prices__table-mobile .prices__table-second__container span {
    font-size: 10px;
  }
}

.table__arrow-svg {
  position: absolute;
  top: 50%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1200px) {
  .table__arrow-svg {
    left: 10px;
  }
}
@media (max-width: 576px) {
  .table__arrow-svg {
    left: 15px;
  }
}

.red_arrow {
  fill: #fc5010;
}

.banner {
  margin-bottom: 20px;
}
.banner__content {
  background-color: #f4f4f4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.banner__content-container {
  padding: 70px 0;
  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;
  max-width: 430px;
}
@media (max-width: 576px) {
  .banner__content-container {
    padding: 30px 25px;
  }
}
.banner__title {
  font-weight: 700;
  font-size: 30px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 40px;
}
@media (max-width: 992px) {
  .banner__title {
    font-size: 25px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .banner__title {
    font-size: 21px;
    line-height: 28px;
    max-width: 302px;
    margin-bottom: 11px;
  }
}
.banner__subtitle {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 51px;
  letter-spacing: 0.27px;
}
@media (max-width: 576px) {
  .banner__subtitle {
    max-width: 189px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 13px;
  }
}
.banner__right-button {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .banner__right-button {
    margin-bottom: 22px;
    max-width: 302px;
  }
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  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;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  z-index: 11;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.modal__item {
  position: relative;
}
.modal .form__modal-form {
  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;
}
.modal .form__modal-container {
  max-width: 620px;
}
.modal .form__modal-title {
  max-width: 585px;
  text-align: center;
  font-weight: 700;
  font-size: 35px;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modal .form__modal-title {
    font-size: 18px;
    margin-bottom: 20px;
  }
}
.modal .form__modal-item {
  width: 100%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .modal .form__modal-item {
    margin-bottom: 20px;
  }
}
.modal .form__modal-input {
  font-family: "Roboto";
  font-weight: 700;
  width: 100%;
  height: 111px;
  border-radius: 13px;
  border: 2px solid #bcbcbc;
  font-size: 60px;
  color: rgba(0, 0, 0, 0.15);
  text-align: center;
}
.modal .form__modal-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.modal .form__modal-input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.modal .form__modal-input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.modal .form__modal-input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.15);
}
.modal .form__modal-input::placeholder {
  color: rgba(0, 0, 0, 0.15);
}
@media (max-width: 992px) {
  .modal .form__modal-input {
    height: 60px;
    font-size: 30px;
  }
}
.modal .form__modal-button {
  max-width: 100%;
  font-family: "Roboto";
  font-size: 50px;
  height: 111px;
}
@media (max-width: 992px) {
  .modal .form__modal-button {
    height: 60px;
    font-size: 25px;
  }
}

.close__modal {
  position: absolute;
  top: 25px;
  right: 25px;
  width: 18px;
  height: 18px;
  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;
}
@media (max-width: 992px) {
  .close__modal {
    top: 15px;
    right: 15px;
  }
}
.close__modal:hover svg {
  fill: #000;
}
.close__modal svg {
  min-width: 18px;
  height: 18px;
  fill: #707070;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}

.thanks__modal-content {
  max-width: 811px;
  background-color: #fff;
  padding: 100px 95px;
  border-radius: 13px;
  border: 2px solid #bcbcbc;
  display: none;
}
@media (max-width: 992px) {
  .thanks__modal-content {
    max-width: 350px;
    padding: 30px;
  }
}
.thanks__modal-content .thanks__modal-title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .thanks__modal-content .thanks__modal-title {
    font-size: 35px;
  }
}
.thanks__modal-content .thanks__modal-subtitle {
  font-weight: 500;
  font-size: 35px;
}
@media (max-width: 992px) {
  .thanks__modal-content .thanks__modal-subtitle {
    font-size: 20px;
  }
}

.registration__modal-content {
  position: relative;
  max-width: 811px;
  background-color: #fff;
  padding: 100px 95px;
  border-radius: 13px;
  border: 2px solid #bcbcbc;
  display: none;
}
@media (max-width: 992px) {
  .registration__modal-content {
    max-width: 350px;
    padding: 30px;
  }
}
.registration__modal-content .thanks__modal-title {
  font-size: 60px;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 992px) {
  .registration__modal-content .thanks__modal-title {
    font-size: 35px;
  }
}
.registration__modal-content .thanks__modal-subtitle {
  font-family: "Roboto";
  font-size: 30px;
  text-align: center;
}
@media (max-width: 992px) {
  .registration__modal-content .thanks__modal-subtitle {
    font-size: 20px;
  }
}

.opacity_animation {
  -webkit-animation: opacity 1s linear;
  animation: opacity 1s linear;
}

@-webkit-keyframes opacity {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes opacity {
  form {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.form__modal-content {
  width: 100%;
  max-width: 811px;
  background-color: #fff;
  padding: 100px 95px;
  border-radius: 13px;
  border: 2px solid #bcbcbc;
  display: none;
}
@media (max-width: 992px) {
  .form__modal-content {
    max-width: 350px;
    padding: 30px;
  }
}
@media (max-width: 360px) {
  .form__modal-content {
    max-width: 300px;
  }
}

.opened_modal {
  opacity: 1;
  visibility: visible;
}

.modal__item_active {
  display: block;
}

.modal-open .modal {
  opacity: 1;
  visibility: visible;
  z-index: 1050;
}

.ta_c {
  padding-left: 0;
  text-align: center;
  font-size: 15px;
}

.success__icon {
  background-color: #008c12;
}
.success__icon svg {
  position: absolute;
  fill: #008c12;
  stroke: #fff;
  stroke-width: 2px;
  width: 14px;
  height: 12px;
}
@media (max-width: 576px) {
  .success__icon svg {
    width: 8px;
    height: 8px;
  }
}

.error__icon {
  background-color: #ef3c3c;
}
.error__icon svg {
  position: absolute;
  z-index: 3;
  fill: #fff;
  width: 13px;
  height: 13px;
}
@media (max-width: 576px) {
  .error__icon svg {
    width: 8px;
    height: 8px;
  }
}

.registration-icon_active {
  opacity: 1;
}

.active_error {
  padding: 5px 20px;
  max-height: 90px;
  opacity: 1;
  visibility: visible;
}
@media (max-width: 576px) {
  .active_error {
    padding: 5px 12px;
  }
}

.default__checkbox:checked + .custom__checkbox:after {
  opacity: 1;
}

.default__checkbox:checked + .custom__checkbox {
  border: none;
}

.select {
  z-index: 5;
}

.registration__radio:focus + label.registration-default__radio-item {
  border: 2px solid #000;
}

.registration__radio:checked + label.registration-default__radio-item {
  border: none;
  background-color: #1178e2;
  color: #fff;
}
.registration__radio:checked
  + label.registration-default__radio-item
  .registration-default__radio-item__text {
  color: #fff;
}

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

.confirm__button_error {
  background-color: #fff;
  border: 1px solid #4d4d4d;
}

@media (max-width: 576px) {
  .order_mobile_1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
}

@media (max-width: 576px) {
  .order_mobile_2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
}

@media (max-width: 576px) {
  .order_mobile_3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 576px) {
  .order_mobile_4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media (max-width: 576px) {
  .registration-default__item-mobile_less {
    max-width: 183px;
  }
}

.active_tab {
  background-color: #1178e2;
  border: none;
  color: #fff;
}

.active_content {
  display: block;
}

.opacity_animation {
  -webkit-animation: 1s anime linear;
  animation: 1s anime linear;
}

@-webkit-keyframes anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes anime {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.registration-intro {
  padding-top: 50px;
  margin-bottom: 50px;
}

.registration-intro__wrapper {
  width: 100%;
  max-width: 1630px;
  padding: 0;
  margin: 0 auto;
}
@media (max-width: 1600px) {
  .registration-intro__wrapper {
    padding: 0 20px;
  }
}
@media (max-width: 992px) {
  .registration-intro__wrapper {
    padding: 0;
  }
}

.registration-intro__content {
  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;
}
@media (max-width: 992px) {
  .registration-intro__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.registration-intro__left {
  max-width: 725px;
}
@media (max-width: 992px) {
  .registration-intro__left {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    padding: 0 40px;
  }
}

.registration-intro__title {
  font-family: "Roboto";
  font-size: 70px;
  font-weight: 700;
  margin-bottom: 20px;
}
@media (max-width: 1600px) {
  .registration-intro__title {
    font-size: 55px;
  }
}
@media (max-width: 576px) {
  .registration-intro__title {
    font-size: 35px;
  }
}

.registration-intro__subtitle {
  font-family: "Roboto";
  font-size: 35px;
  line-height: 40px;
}
@media (max-width: 1600px) {
  .registration-intro__subtitle {
    font-size: 25px;
    line-height: 30px;
  }
}
@media (max-width: 576px) {
  .registration-intro__subtitle {
    font-size: 16px;
    line-height: 18px;
  }
}

.registration-intro__descr {
  font-family: "Roboto";
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 40px;
}
@media (max-width: 1600px) {
  .registration-intro__descr {
    font-size: 17px;
  }
}
@media (max-width: 576px) {
  .registration-intro__descr {
    font-size: 14px;
  }
}

.registration-intro__button {
  width: 500px;
  height: 85px;
  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-family: "Roboto";
  font-size: 35px;
  color: #fff;
  background-color: #1178e2;
  border-radius: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (max-width: 1600px) {
  .registration-intro__button {
    height: 75px;
  }
}
@media (max-width: 576px) {
  .registration-intro__button {
    font-size: 16px;
    line-height: 18px;
    width: 300px;
    height: 45px;
  }
}
@media (min-width: 992px) {
  .registration-intro__button:hover {
    background-color: #eaeaea;
    color: #000;
  }
}

.registration-intro__right {
  max-width: 730px;
  max-height: 535px;
}
@media (max-width: 992px) {
  .registration-intro__right {
    margin-bottom: 40px;
  }
}
.registration-intro__right img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.registration__item-textarea {
  width: 100%;
  position: relative;
}
.registration__item-textarea textarea {
  padding: 14px 45px 0 22px;
  width: 100%;
  height: 50px;
  border: 1px solid #404040;
  border-radius: 14px;
  font-size: 17px;
  font-weight: 500;
  font-family: "Roboto";
  background-color: #fff;
  position: relative;
  z-index: 2;
}
@media (max-width: 576px) {
  .registration__item-textarea textarea {
    height: 40px;
    padding: 2px 32px 0 15px;
    font-size: 13px;
  }
}
.registration__item-textarea textarea::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration__item-textarea textarea::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration__item-textarea textarea:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration__item-textarea textarea::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration__item-textarea textarea::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration__item-textarea textarea:focus {
  border: 2px solid #4d4d4d;
}

.error input {
  border: 1px solid #ef3c3c;
}

.error textarea {
  border: 1px solid #ef3c3c;
}

.error .custom__checkbox {
  border: 1px solid #f3c6c6;
}

.textarea__second-container .textarea__second {
  padding-top: 14px;
}
@media (max-width: 576px) {
  .textarea__second-container .textarea__second {
    padding-top: 10px;
  }
}

.registration-region__input_big {
  width: 100%;
  border-radius: 14px;
  height: 50px;
  border: 1px solid #4d4d4d;
  padding: 1px 45px 0 22px;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  background-color: #fff;
  z-index: 2;
  text-align: center;
}
@media (max-width: 576px) {
  .registration-region__input_big {
    font-size: 15px;
    padding-left: 12px;
    height: 40px;
    border-radius: 10px;
    padding-right: 35px;
  }
}
.registration-region__input_big::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration-region__input_big::-moz-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration-region__input_big:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration-region__input_big::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration-region__input_big::placeholder {
  color: rgba(0, 0, 0, 0.3);
  font-weight: 500;
  font-family: "Roboto";
}
.registration-region__input_big:focus {
  border: 2px solid #4d4d4d;
}

.registration-radio_active {
  border: none;
  background-color: #1178e2;
  color: #fff;
}
.registration-radio_active .registration-default__radio-item__text {
  color: #fff;
}

.registration__checkbox-label {
  width: 105px;
  margin-bottom: 10px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 1px solid #4d4d4d;
  border-radius: 14px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 576px) {
  .registration__checkbox-label {
    width: 86px;
    height: 35px;
    border-radius: 10px;
  }
}
@media (max-width: 370px) {
  .registration__checkbox-label {
    width: 75px;
    height: 35px;
  }
}
@media (min-width: 992px) {
  .registration__checkbox-label:hover:not(.registration-radio_active) {
    background-color: #eaeaea;
  }
}
.registration__checkbox-label:hover:not(.registration-radio_active)
  .registration-default__radio-item__text {
  color: #000;
}

.registration__checkbox:focus + .registration__checkbox-label {
  border: 2px solid #000;
}

.registration__checkbox:checked + .registration__checkbox-label {
  border: none;
  background-color: #1178e2;
  color: #fff;
}
.registration__checkbox:checked
  + .registration__checkbox-label
  .registration-default__radio-item__text {
  color: #fff;
}

.registration__checkbox_big {
  width: 230px;
}
@media (max-width: 576px) {
  .registration__checkbox_big {
    width: 100%;
  }
}

.registration-dropdown__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.registration-dropdown__list .registration-dropdown__item {
  text-align: left;
}

.registration-default__radio-items .registration-dropdown__item {
  text-align: center;
}

.popup-page {
  background-color: #f5f5f5;
  padding-top: 50px;
}

.custom {
  margin: auto;
  font-family: "Roboto";
}
.custom-popup {
  position: relative;
  padding: 120px 20px 30px;
  max-width: 375px;
  margin: 0 auto 100px;
  background-color: white;
  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;
  border-radius: 14px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 992px) {
  .custom-popup {
    max-width: 640px;
    padding: 20px 0 20px;
  }
}
@media (max-width: 370px) {
  .custom-popup {
    padding: 80px 20px;
  }
}
.custom-popup__close {
  width: 35px;
  height: 35px;
  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;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  .custom-popup__close {
    top: 10px;
    right: 10px;
  }
}
.custom-popup__close svg {
  width: 100%;
  height: 100%;
  fill: #c4c4c4;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
.custom-popup__close:hover {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.custom-popup__close:hover svg {
  fill: #000;
}

.custom-popup__form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}
@media (min-width: 992px) {
  .custom-popup__form {
    -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;
  }
}
.custom-popup__form-item {
  margin-bottom: 20px;
}
@media (min-width: 992px) {
  .custom-popup__form-item {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
.custom-popup__form-item input {
  padding-left: 45px;
  height: 50px;
  border: 1px solid #4d4d4d;
  border-radius: 14px;
  width: 100%;
  font-size: 20px;
}
@media (min-width: 992px) {
  .custom-popup__form-item input {
    padding-left: 25px;
  }
}
@media (max-width: 370px) {
  .custom-popup__form-item input {
    height: 40px;
  }
}
.custom-popup__form-btn {
  width: 100%;
  text-align: center;
  background-color: #1178e2;
  height: 50px;
  border-radius: 14px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 992px) {
  .custom-popup__form-btn {
    max-width: 150px;
  }
}
@media (max-width: 370px) {
  .custom-popup__form-btn {
    height: 40px;
  }
}

.custom-popup__second {
  padding: 120px 40px 40px;
}
@media (min-width: 992px) {
  .custom-popup__second {
    max-width: 500px;
    padding: 20px 0 40px;
  }
}
@media (max-width: 370px) {
  .custom-popup__second {
    padding: 80px 20px 20px;
  }
}

.custom-popup__second-wrapper {
  max-width: 370px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media (min-width: 992px) {
  .custom-popup__second-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}
@media (max-width: 992px) {
  .custom-popup__second-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.custom-popup__second-right {
  max-width: 280px;
}

.custom-popup__marker-img {
  max-width: 88px;
  max-height: 120px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .custom-popup__marker-img {
    max-width: 68px;
    max-height: 90px;
    margin-right: 20px;
  }
}
@media (max-width: 370px) {
  .custom-popup__marker-img {
    max-width: 75px;
    max-height: 100px;
    margin-bottom: 30px;
  }
}
.custom-popup__marker-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-popup__second-descr {
  font-size: 21px;
  text-align: center;
  margin-bottom: 20px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .custom-popup__second-descr {
    text-align: left;
  }
}

.custom-popup__second-details {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 35px;
  text-align: left;
}
@media (max-width: 992px) {
  .custom-popup__second-details {
    text-align: center;
  }
}
@media (max-width: 370px) {
  .custom-popup__second-details {
    margin-bottom: 20px;
  }
}

.custom-popup__second-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 160px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (min-width: 992px) {
  .custom-popup__second-form {
    max-width: 370px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.custom-popup__second-btn-yes {
  width: 100%;
  height: 50px;
  border-radius: 14px;
  background-color: #1178e2;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 992px) {
  .custom-popup__second-btn-yes {
    width: 50%;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (max-width: 370px) {
  .custom-popup__second-btn-yes {
    height: 40px;
    font-size: 18px;
  }
}

.custom-popup__second-btn-no {
  width: 100%;
  height: 50px;
  border-radius: 14px;
  background: transparent;
  border: 1px solid #e3e3e3;
  color: #797979;
  font-size: 20px;
}
@media (min-width: 992px) {
  .custom-popup__second-btn-no {
    width: 50%;
  }
}
@media (max-width: 370px) {
  .custom-popup__second-btn-no {
    height: 40px;
    font-size: 18px;
  }
}

.custom-popup__third {
  padding: 120px 30px 30px;
}
@media (min-width: 992px) {
  .custom-popup__third {
    max-width: 500px;
    padding: 20px 0 20px;
  }
}
@media (max-width: 370px) {
  .custom-popup__third {
    padding: 80px 20px;
  }
}

.custom-popup__third-descr {
  text-align: center;
  font-size: 21px;
  margin-bottom: 20px;
  line-height: 24px;
}
@media (min-width: 992px) {
  .custom-popup__third-descr {
    max-width: 310px;
  }
}

.custom-popup__third-details {
  max-width: 130px;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .custom-popup__third-details {
    max-width: 130px;
  }
}

@media (min-width: 992px) {
  .custom .rounded-triange_less {
    right: 55px;
  }
}

@media (max-width: 992px) {
  .custom .rounded-triange_less {
    right: 30px;
  }
}

.custom-popup__fourth {
  padding: 120px 60px 60px;
}
@media (min-width: 992px) {
  .custom-popup__fourth {
    width: 640px;
    padding: 20px 0 40px;
  }
}
@media (max-width: 370px) {
  .custom-popup__fourth {
    padding: 80px 30px 30px;
  }
}

.custom-popup__fourth-descr {
  padding: 15px 35px;
}
@media (min-width: 992px) {
  .custom-popup__fourth-descr {
    max-width: 260px;
    padding: 15px 40px;
  }
}
@media (max-width: 370px) {
  .custom-popup__fourth-descr {
    padding: 15px;
  }
}

.custom-popup__fourth-form {
  width: 100%;
}
@media (min-width: 992px) {
  .custom-popup__fourth-form {
    max-width: 520px;
  }
}

.custom-popup__fourth-btn {
  width: 100%;
  height: 60px;
  border-radius: 14px;
  background-color: #1178e2;
  margin-bottom: 15px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
@media (min-width: 992px) {
  .custom-popup__fourth-btn:not(:last-child) {
    margin-right: 10px;
  }
}
@media (max-width: 370px) {
  .custom-popup__fourth-btn {
    font-size: 18px;
  }
}

.custom-popup__fifth {
  padding: 120px 60px 60px;
}
@media (min-width: 992px) {
  .custom-popup__fifth {
    width: 640px;
    padding: 45px 0 45px;
  }
}
@media (max-width: 370px) {
  .custom-popup__fifth {
    padding: 80px 30px 30px;
  }
}

.custom-popup__fifth-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  .custom-popup__fifth-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 992px) {
  .custom-popup__fifth-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.custom-popup__fifth-left {
  margin-right: 20px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.custom-popup__fifth-right {
  padding-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.custom-popup__fifth-title {
  max-width: 260px;
  font-size: 25px;
  font-weight: 700;
  line-height: 30px;
  text-align: center;
  margin-bottom: 40px;
}

.custom .fifth__house-img {
  width: 100%;
  max-width: 280px;
  max-height: 140px;
  margin-bottom: 30px;
  overflow: hidden;
}
.custom .fifth__house-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-popup__fifth-descr {
  max-width: 230px;
  font-size: 18px;
  text-align: center;
  margin-bottom: 25px;
}
@media (min-width: 992px) {
  .custom-popup__fifth-descr {
    margin-bottom: 60px;
  }
}
.custom-popup__fifth-descr span {
  font-weight: 700;
}

@media (min-width: 992px) {
  .custom-popup__fifth-form {
    -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;
  }
  .custom-popup__fifth-form .custom-popup__second-btn-yes {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  .custom-popup__fifth-form .custom-popup__second-btn-no {
    width: 100%;
  }
}

.custom-popup__sixth {
  padding: 120px 60px 60px;
}
@media (min-width: 992px) {
  .custom-popup__sixth {
    width: 640px;
    padding: 45px 0 45px;
  }
}
@media (max-width: 370px) {
  .custom-popup__sixth {
    padding: 80px 30px 30px;
  }
}

.custom .sixth__house-img {
  max-width: 190px;
  max-height: 167px;
  overflow: hidden;
  margin-bottom: 30px;
}
.custom .sixth__house-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.custom-popup__seventh {
  padding: 120px 50px 30px;
}
@media (min-width: 992px) {
  .custom-popup__seventh {
    width: 640px;
    padding: 20px 0 20px;
  }
}
@media (max-width: 370px) {
  .custom-popup__seventh {
    padding: 80px 30px;
  }
}

.custom-popup__seventh-descr {
  padding: 25px;
}
@media (min-width: 992px) {
  .custom-popup__seventh-descr {
    max-width: 300px;
    padding: 25px 25px 40px;
    margin-bottom: 30px;
  }
}

.custom-popup__seventh-form {
  max-width: 230px;
}
@media (min-width: 992px) {
  .custom-popup__seventh-form {
    max-width: 100%;
    -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;
  }
  .custom-popup__seventh-form .custom-popup__form-item {
    margin-right: 15px;
    margin-bottom: 0;
  }
  .custom-popup__seventh-form .custom-popup__form-input {
    padding-left: 25px;
  }
  .custom-popup__seventh-form .custom-popup__form-btn {
    max-width: 150px;
  }
}

.thanks__popup-overlay {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  opacity: 0;
  visibility: hidden;
}
.thanks__popup-overlay .thanks__popup-content {
  position: relative;
  padding: 120px 60px 60px;
  background-color: #fff;
  border-radius: 14px;
  max-width: 375px;
  margin: auto;
  -webkit-transform: translateX(-500%);
  transform: translateX(-500%);
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
@media (min-width: 992px) {
  .thanks__popup-overlay .thanks__popup-content {
    margin: auto;
    width: 640px;
    max-width: 640px;
    padding: 20px 0 40px;
  }
  .thanks__popup-overlay .thanks__popup-content .custom-popup__avatar {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .thanks__popup-overlay .thanks__popup-content .custom-popup__descr {
    max-width: 260px;
    margin: 0 auto;
  }
  .thanks__popup-overlay .thanks__popup-content .rounded-triangle {
    right: 50px;
  }
}
@media (max-width: 370px) {
  .thanks__popup-overlay .thanks__popup-content {
    padding: 80px 30px 30px;
  }
}

.custom-popup__thanks-descr {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  background-color: #1178e2;
  color: #fff;
  margin-bottom: 0;
  -webkit-transition: 0.4s linear;
  transition: 0.4s linear;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}
.custom-popup__thanks-descr svg {
  fill: #1178e2;
}

.thanks-descr_show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.thanks__popup_active {
  opacity: 1;
  visibility: visible;
}
.thanks__popup_active .thanks__popup-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.custom-popup__avatar-container_light {
  border: 4px solid #fff5de;
}

.custom-popup__descr_light {
  background-color: #fff5de;
}
.custom-popup__descr_light svg {
  fill: #fff5de;
}

.btn_blue {
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  background-color: #1178e2;
  color: #fff;
}
.btn_blue:hover {
  background-color: #eaeaea;
  color: #000;
}

.active_thanks_content {
  padding: 20px 0 110px;
}
@media (max-width: 992px) {
  .active_thanks_content {
    padding: 40px 30px 110px;
  }
}
.active_thanks_content .custom-popup__descr:not(.custom-popup__thanks-descr) {
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.active_thanks_content .custom-popup__form {
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.active_thanks_content .js-other {
  padding: 0;
  max-height: 0;
  opacity: 0;
  visibility: hidden;
}
.active_thanks_content .thanks-descr_show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(-10%);
  transform: translateY(-10%);
}

.custom-popup__descr-container {
  position: relative;
}

.padding {
  padding: 120px 0 100px;
}

.info-custom__wrapper {
  width: 100%;
  max-width: 1270px;
  padding: 0;
  margin: 0 auto;
}

.info-hero {
  position: relative;
  margin-bottom: 100px;
}
@media (max-width: 1300px) {
  .info-hero {
    margin-bottom: 60px;
  }
}

.info-hero__content {
  position: relative;
  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;
}
@media (max-width: 992px) {
  .info-hero__content {
    min-height: 650px;
    height: 60vh;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 85px;
  }
}
@media (max-width: 1300px) and (orientation: landscape){
  .info-hero__content {
    padding-top: 60px;
  }
}
@media (max-width: 576px) {
  .info-hero__content {
    height: 75vh;
  }
}

.info-hero__left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 380px;
  position: relative;
  z-index: 2;
}
@media (min-width: 1300px) {
  .info-hero__left {
    padding-top: 100px;
  }
}
@media (max-width: 1500px) {
  .info-hero__left {
    max-width: 430px;
  }
}
@media (max-width: 576px) {
  .info-hero__left {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding-top: 0;
  }
}

.info-hero__title {
  font-family: "Roboto";
  font-size: 50px;
  font-weight: 700;
  line-height: 55px;
}
@media (max-width: 576px) {
  .info-hero__title {
    font-size: 40px;
    max-width: 300px;
    line-height: 45px;
  }
}
@media (max-width: 375px) {
  .info-hero__title {
    max-width: 260px;
    font-size: 35px;
  }
}

.info-hero__subtitle {
  font-family: "Roboto";
  font-size: 18px;
  margin-bottom: 75px;
}
@media (max-width: 576px) {
  .info-hero__subtitle {
    font-size: 15px;
    margin-bottom: 45px;
  }
}
@media (max-width: 375px) {
  .info-hero__subtitle {
    padding-left: 10px;
  }
}

.info-hero__btn {
  width: 285px;
  height: 65px;
  background-color: #1178e2;
  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: 13px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  min-height: 65px;
}
@media (max-width: 576px) {
  .info-hero__btn {
    max-width: 310px;
    margin: 0 auto;
  }
}
@media (max-width: 375px) {
  .info-hero__btn {
    margin: 0 auto;
    max-width: 290px;
  }
}
.info-hero__btn:hover {
  background-color: #eaeaea;
}
.info-hero__btn:hover span {
  color: #000;
}
.info-hero__btn span {
  color: #fff;
  font-family: "Roboto";
  font-size: 16px;
  line-height: 100%;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
}
.info-hero__btn--phone {
  display: none;
  background-color: #fff;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
.info-hero__btn--phone div {
  text-align: center;
  font-weight: 400;
}
.info-hero__btn--phone .info-hero__btn--phone-text {
  color: #1278E2;
}

.info-hero__btn_icon_col {
  width: 82px;
  text-align: center;
}

.info-hero__right {
  position: absolute;
  top: -135px;
  right: -150px;
  z-index: -1;
}

@media (min-width: 577px) {
  .info-hero__right {
    right: -250px;
  }
}

@media (min-width: 992px) {
  .info-hero__right {
    right: -150px;
  }
}

@media (max-width: 992px) {
  .info-hero__btn--phone {
    display: flex;
  }
}

@media (max-width: 576px) {
  .info-hero__right {
    right: -309px;
  }
}

@media (max-width: 370px) {
  .info-hero__right {
    right: -320px;
  }
}

.info-hero__right-container {
  position: relative;
  width: 650px;
  height: 100%;
  max-height: 750px;
}
@media (min-width: 992px) {
  .info-hero__right-container:after {
    content: "";
    width: 100%;
    height: calc(100% + 27px);
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translateX(27px);
    transform: translateX(27px);
    background-color: #1178e2;
    z-index: -1;
  }
}
@media (max-width: 992px) {
  .info-hero__right-container {
    max-height: 680px;
    width: 550px;
  }
}
@media (max-width: 370px) {
  .info-hero__right-container {
    width: 500px;
  }
}
.info-hero__right-container:before {
  content: "";
  position: absolute;
  top: -100px;
  left: -35%;
  width: 100%;
  height: 180px;
  background-color: #fff;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  z-index: 1;
}
@media (max-width: 1300px) {
  .info-hero__right-container:before {
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
    height: 200px;
    left: -25%;
  }
}
@media (max-width: 576px) {
  .info-hero__right-container:before {
    height: 190px;
    -webkit-transform: rotate(-30deg);
    transform: rotate(-30deg);
  }
}
.info-hero__right-container img {
  width: 100%;
  height: 100%;
  max-height: 750px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: right;
  object-position: right;
}
@media (max-width: 1300px) {
  .info-hero__right-container img {
    max-height: 680px;
  }
}
@media (max-width: 992px) {
  .info-hero__right-container img {
    max-height: 680px;
    -o-object-position: top;
    object-position: top;
  }
}

.info-target {
  margin-bottom: 110px;
}
@media (min-width: 370px) {
  .info-target {
    padding: 0 15px;
  }
}
@media (min-width: 576px) {
  .info-target {
    padding-top: 0;
  }
}
@media (min-width: 992px) {
  .info-target {
    padding-top: 200px;
  }
}

.info-target__content {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .info-target__content {
    max-width: 450px;
  }
}
@media (max-width: 576px) {
  .info-target__content {
    max-width: 335px;
  }
}

.info-target__title {
  font-family: "Roboto";
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .info-target__title {
    font-size: 25px;
  }
}
@media (max-width: 576px) {
  .info-target__title {
    font-size: 20px;
  }
}

.info-target__subtitle {
  font-family: "Roboto";
  font-size: 25px;
  max-width: 550px;
}
@media (max-width: 992px) {
  .info-target__subtitle {
    font-size: 20px;
  }
}
@media (max-width: 576px) {
  .info-target__subtitle {
    font-size: 17px;
  }
}
.info-target__subtitle a {
  color: #1178e2;
  text-decoration: underline;
}
.info-target__subtitle a:hover {
  text-decoration: none;
}

.info-testimonials__content {
  position: relative;
  width: 100%;
  max-width: 1180px;
  padding: 0 15px;
  margin: 0 auto;
  margin-bottom: 180px;
}
@media (max-width: 1300px) {
  .info-testimonials__content {
    max-width: 870px;
    margin-bottom: 50px;
  }
}
@media (max-width: 992px) {
  .info-testimonials__content {
    padding: 0 10px;
    max-width: 510px;
  }
}
@media (max-width: 576px) {
  .info-testimonials__content {
    max-width: 270px;
  }
}
@media (max-width: 370px) {
  .info-testimonials__content {
    max-width: 250px;
  }
}

.info-testimonials__slider {
  width: 100%;
}
.info-testimonials__slider .testimonial-slider-prev {
  top: 50%;
  left: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .info-testimonials__slider .testimonial-slider-prev {
    left: -30px;
  }
}
@media (max-width: 576px) {
  .info-testimonials__slider .testimonial-slider-prev {
    left: -50px;
  }
}
@media (max-width: 380px) {
  .info-testimonials__slider .testimonial-slider-prev {
    left: -25px;
  }
}
.info-testimonials__slider .testimonial-slider-next {
  top: 50%;
  right: -50px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1300px) {
  .info-testimonials__slider .testimonial-slider-next {
    right: -30px;
  }
}
@media (max-width: 576px) {
  .info-testimonials__slider .testimonial-slider-next {
    right: -50px;
  }
}
@media (max-width: 380px) {
  .info-testimonials__slider .testimonial-slider-next {
    right: -25px;
  }
}
.info-testimonials__slider .testimonial-slider-prev svg,
.info-testimonials__slider .testimonial-slider-next svg {
  max-width: 20px;
  max-height: 42px;
  fill: #fff;
  stroke: #1178e2;
  stroke-width: 4px;
}

.info-testimonial__slide {
  min-height: 225px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-testimonial__slide-name {
  font-family: "Roboto";
  font-size: 19px;
  font-weight: 700;
}

.info-testimonial__slide-status {
  font-family: "Roboto";
  font-size: 14px;
  margin-bottom: 10px;
}

.info-testimonial__slide-info {
  font-family: "Roboto";
  font-weight: 300;
  font-size: 17px;
  line-height: 23px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
}

.info-testimonial__slide-rate {
  width: 100%;
  background-color: #f4f4f4;
  border-radius: 11px;
  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: 40px;
}
.info-testimonial__slide-rate .rater-step {
  margin-right: 13px;
}

.info-testimonial__slide-value span {
  font-family: "Roboto";
  font-size: 19px;
  color: rgba(0, 0, 0, 0.5);
}

.info-testimonial__slide-value .rate__current {
  margin-right: 10px;
  position: relative;
}
.info-testimonial__slide-value .rate__current:after {
  content: "/";
  position: absolute;
  top: 0;
  right: -10px;
  font-size: 19px;
  color: currentColor;
}

.info-helped__content {
  padding: 130px 15px;
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto 100px;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.info-helped__pic1,
.info-helped__pic2,
.info-helped__pic3 {
  position: absolute;
}
.info-helped__pic1 img,
.info-helped__pic2 img,
.info-helped__pic3 img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-helped__pic1 {
  max-width: 196px;
  max-height: 262px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 992px) {
  .info-helped__pic1 {
    max-width: 145px;
    top: auto;
    bottom: 0;
    left: -10%;
    max-height: 195px;
  }
}
@media (max-width: 576px) {
  .info-helped__pic1 {
    bottom: -33%;
    left: -14%;
  }
}
@media (max-width: 370px) {
  .info-helped__pic1 {
    left: -21%;
  }
}

.info-helped__pic2 {
  max-width: 140px;
  max-height: 160px;
  top: 3%;
  right: 22%;
}
@media (max-width: 992px) {
  .info-helped__pic2 {
    max-width: 120px;
    max-height: 106px;
    right: 15%;
    top: 11%;
  }
}
@media (max-width: 576px) {
  .info-helped__pic2 {
    width: 93px;
    top: 13%;
    right: 7%;
  }
}
@media (max-width: 370px) {
  .info-helped__pic2 {
    right: 0;
    top: 10%;
  }
}

.info-helped__pic3 {
  max-width: 204px;
  max-height: 240px;
  bottom: 0;
  right: 0;
}
@media (max-width: 992px) {
  .info-helped__pic3 {
    max-width: 170px;
    max-height: 200px;
    bottom: -12%;
    right: -3%;
  }
}
@media (max-width: 576px) {
  .info-helped__pic3 {
    max-width: 138px;
    max-height: 162px;
  }
}
@media (max-width: 370px) {
  .info-helped__pic3 {
    right: -6%;
  }
}

.info-helped__center {
  position: relative;
  margin-bottom: 25px;
}
.info-helped__center .info-helped__container {
  width: 415px;
  height: 75px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 10px;
}
@media (max-width: 992px) {
  .info-helped__center .info-helped__container {
    width: 300px;
    height: 60px;
  }
}
@media (max-width: 576px) {
  .info-helped__center .info-helped__container {
    width: 240px;
    height: 50px;
  }
}
.info-helped__center span {
  font-family: "Roboto";
  font-size: 53px;
  font-weight: 700;
  color: #1178e2;
  letter-spacing: 4.2px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 992px) {
  .info-helped__center span {
    font-size: 40px;
  }
}
@media (max-width: 576px) {
  .info-helped__center span {
    font-size: 35px;
  }
}

.info-helped__subtitle {
  font-family: "Roboto";
  max-width: 350px;
  text-align: center;
  font-size: 25px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .info-helped__subtitle {
    font-size: 20px;
    max-width: 270px;
  }
}

.info-services__content {
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
  margin: 0 auto 85px;
}
@media (max-width: 992px) {
  .info-services__content {
    max-width: 550px;
    margin-bottom: 50px;
  }
}
@media (max-width: 576px) {
  .info-services__content {
    max-width: 350px;
  }
}

.info-services__title {
  font-family: "Roboto";
  font-size: 50px;
  font-weight: 700;
  margin-bottom: 15px;
}
@media (max-width: 992px) {
  .info-services__title {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .info-services__title {
    font-size: 40px;
    max-width: 290px;
  }
}

.info-services__info {
  max-width: 765px;
  font-family: "Roboto";
  font-size: 25px;
  line-height: 33px;
}
@media (max-width: 992px) {
  .info-services__info {
    font-size: 20px;
    line-height: 27px;
    font-weight: 300;
  }
}
@media (max-width: 576px) {
  .info-services__info {
    font-size: 17px;
    line-height: 23px;
  }
}
.info-services__info:not(:last-child) {
  margin-bottom: 15px;
}

.info-services__btn {
  margin-top: 60px;
  width: 100%;
  height: 50px;
  background-color: #1178e2;
  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: 13px;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .info-services__btn {
    font-weight: 500;
    height: auto;
    padding: 10px 25px;
  }
}
.info-services__btn span {
  font-family: "Roboto";
  font-size: 25px;
  font-weight: 700;
  color: #fff;
  -webkit-transition: 0.3s linear;
  transition: 0.3s linear;
  text-align: center;
}
@media (max-width: 992px) {
  .info-services__btn span {
    font-size: 22px;
    font-weight: 500;
  }
}
@media (max-width: 576px) {
  .info-services__btn span {
    font-size: 20px;
  }
}
.info-services__btn:hover {
  background-color: #eaeaea;
}
.info-services__btn:hover span {
  color: #000;
}

.info-cooperation__content {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .info-cooperation__content {
    margin-bottom: 30px;
  }
}

.info-cooperation__slide {
  min-height: 185px;
  max-height: 185px;
  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;
  overflow: hidden;
}
.info-cooperation__slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}
