@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@200;300;400;500;600&display=swap");
#odengi .cards .card__container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(146px, 1fr));
  grid-gap: 10px;
  margin-top: 10px;
  -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;
}
@media (min-width: 764px) {
  #odengi .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    margin-top: 20px;
  }
}
@media (min-width: 992px) {
  #odengi .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 24px;
  }
}
@media (min-width: 1200px) {
  #odengi .cards .card__container {
    grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
    padding: 0;
  }
}
#odengi .cards .card__wrap {
  position: relative;
  border-radius: 8px;
  border: 1px solid #D7D8E0;
  background: #F4F4F6;
  padding: 10px;
  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) {
  #odengi .cards .card__wrap {
    padding: 20px;
  }
}
#odengi .cards .card__container-stars {
  height: 18px;
  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;
  margin-top: 5px;
}
#odengi .cards .card__container-stars.--color-1 svg:first-child path {
  fill: #FFD233;
}
#odengi .cards .card__container-stars.--color-2 svg:first-child path,
#odengi .cards .card__container-stars.--color-2 svg:nth-child(2) path {
  fill: #FFD233;
}
#odengi .cards .card__container-stars.--color-3 svg:first-child path,
#odengi .cards .card__container-stars.--color-3 svg:nth-child(2) path,
#odengi .cards .card__container-stars.--color-3 svg:nth-child(3) path {
  fill: #FFD233;
}
#odengi .cards .card__container-stars.--color-4 svg:first-child path,
#odengi .cards .card__container-stars.--color-4 svg:nth-child(2) path,
#odengi .cards .card__container-stars.--color-4 svg:nth-child(3) path,
#odengi .cards .card__container-stars.--color-4 svg:nth-child(4) path {
  fill: #FFD233;
}
#odengi .cards .card__container-stars.--color-5 svg path {
  fill: #FFD233;
}
@media (min-width: 992px) {
  #odengi .cards .card__container-stars {
    height: 27px;
  }
}
#odengi .cards .card__container-stars img {
  width: 18px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 992px) {
  #odengi .cards .card__container-stars img {
    width: 23px;
    height: 23px;
  }
}
#odengi .cards .card__container-stars span {
  color: #686868;
  font-size: 10px;
}
@media (min-width: 992px) {
  #odengi .cards .card__container-stars span {
    font-size: 14px;
  }
}
#odengi .cards .card__img {
  height: 60px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  overflow: hidden;
}
@media (min-width: 992px) {
  #odengi .cards .card__img {
    height: 60px;
  }
}
#odengi .cards .card__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 360px) and (max-width: 560px) {
  #odengi .cards .card__img img {
    width: 100%;
  }
}
#odengi .cards .cards__description {
  padding: 10px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #odengi .cards .cards__description {
    margin: 10px 0;
  }
}
#odengi .cards .cards__description-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #1E1E25;
}
@media (min-width: 992px) {
  #odengi .cards .cards__description-title {
    font-size: 20px;
  }
}
#odengi .cards .cards__description-info {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #696D86;
  padding-top: 2px;
}
@media (min-width: 992px) {
  #odengi .cards .cards__description-info {
    font-size: 14px;
  }
}
#odengi .cards .bg-sum {
  padding: 10px 13px;
  border-radius: 8px;
  background: #FFF;
}
@media (min-width: 992px) {
  #odengi .cards .bg-sum {
    padding: 20px 0;
  }
}
#odengi .cards .cards__info {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  color: #1E1E25;
}
@media (min-width: 992px) {
  #odengi .cards .cards__info {
    font-size: 16px;
    line-height: 24px;
  }
}
#odengi .cards .cards__list {
  font-weight: 500;
  font-size: 12px;
  color: #767676;
}
#odengi .cards .cards__list.--padding {
  padding-bottom: 7px;
}
#odengi .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;
}
#odengi .cards .cards__border {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (min-width: 992px) {
  #odengi .cards .cards__border {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
#odengi .cards .cards__border:not(:last-child) {
  margin-bottom: 5px;
}
@media (min-width: 992px) {
  #odengi .cards .cards__border:not(:last-child) {
    margin-bottom: 15px;
  }
}
#odengi .cards .cards__border img {
  padding-right: 10px;
}
#odengi .cards .cards__button {
  border-radius: 8px;
  background: linear-gradient(97deg, #36F 0%, #96F 100%);
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  padding: 12px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}
#odengi .cards .cards__footer {
  font-weight: 400;
  font-size: 7px;
  line-height: 10px;
  color: #5A5A5A;
  padding-top: 8px;
  height: 55px;
}
@media (min-width: 992px) {
  #odengi .cards .cards__footer {
    font-size: 10px;
  }
}

.title-cards {
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}
@media (min-width: 1200px) {
  .title-cards {
    font-size: 40px;
    line-height: 48px;
  }
}

* {
  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 {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  font-family: "SF Pro Display", sans-serif;
  font-size: 15px;
  position: relative;
  min-height: 100%;
  background-color: #FFF;
  color: #1E1E25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#odengi .inner {
  max-width: 1152px;
  margin: 0 auto;
  padding: 0 10px;
  width: 100%;
  height: 100%;
}

#odengi .footer {
  background-color: rgba(109, 110, 113, 0.3882352941);
}
#odengi .footer__wrap {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #000;
  padding: 20px 0 20px 0;
  text-align: center;
  max-width: 1120px;
  margin: 0 auto;
}
#odengi .footer__wrap p {
  padding-bottom: 5px;
}
#odengi .footer .footer__container {
  padding: 0 20px 40px 20px;
}
#odengi .footer .footer__container .footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  #odengi .footer .footer__container .footer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
#odengi .footer .footer__container .footer__list .footer__item {
  list-style-type: none;
  padding-top: 10px;
}
#odengi .footer .footer__container .footer__list .footer__item a {
  color: #000;
  list-style-type: none;
  padding-right: 30px;
  cursor: pointer;
  padding-bottom: 10px;
  padding-right: 0;
}
@media (min-width: 992px) {
  #odengi .footer .footer__container .footer__list .footer__item a {
    padding-bottom: 10px;
    padding-right: 30px;
  }
}

strong {
  font-weight: bold;
}

#odengi .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -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;
}
#odengi .text__container {
  background: #FFFFFF;
  -webkit-box-shadow: 0.72px 4px 7.16px rgba(0, 56, 255, 0.28);
          box-shadow: 0.72px 4px 7.16px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  padding: 20px;
  margin: 0 20px;
  overflow: hidden;
}
#odengi .text .text__title {
  font-weight: 700;
  font-size: 19px;
  line-height: 25px;
  text-align: center;
  margin: 0 20px 20px 20px;
}
@media (min-width: 992px) {
  #odengi .text .text__title {
    font-size: 35px;
  }
}
#odengi .text p {
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  padding-top: 20px;
}

#odengi .articles .articles__title {
  font-weight: 700;
  font-size: 35px;
  line-height: 43px;
  color: #000000;
  text-align: center;
}
#odengi .articles .articles__container {
  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: 1120px;
  margin: 20px;
}
#odengi .articles__wrap {
  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;
  padding: 20px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
          box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  margin: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 992px) {
  #odengi .articles__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 1120px;
    height: 192px;
  }
}
#odengi .articles__img {
  max-width: 230px;
  height: 50px;
  margin-bottom: 8px;
  width: 100%;
  overflow: hidden;
}
@media (min-width: 992px) {
  #odengi .articles__img {
    max-width: 230px;
    height: 110px;
    margin-right: 30px;
    margin-bottom: 0;
    width: 100%;
    overflow: hidden;
  }
}
#odengi .articles__img img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#odengi .articles__wrap-info {
  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-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  overflow: hidden;
}
#odengi .articles__wrap-title {
  font-weight: 700;
  font-size: 25px;
  line-height: 30px;
  padding: 10px 0 5px 0;
  color: #000000;
}
#odengi .articles__wrap-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  color: #000000;
}
#odengi .articles__data-input {
  color: #0038FF;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}

.button__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 450px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 50px 20px 0 20px;
}

.prev,
.next {
  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;
  width: 100%;
  background-color: #0038FF;
  color: #F8F7F7;
  border-radius: 10px;
  font-weight: 600;
  font-size: 14px;
  line-height: 50px;
  max-width: 120px;
  overflow: hidden;
  cursor: pointer;
}
.prev img,
.next img {
  width: 100%;
  height: 100%;
  max-height: 28px;
  max-width: 17px;
  margin: 6px auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.--button {
  background-color: #B4B6BD;
  cursor: auto;
}

.num p {
  color: #0038FF;
  font-size: 20px;
  line-height: 24px;
  font-weight: 800;
}

#odengi .articlecard__title {
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  text-align: center;
  padding: 30px 0 20px 0;
}
@media (min-width: 992px) {
  #odengi .articlecard__title {
    font-size: 35px;
    padding: 60px 0 30px 0;
  }
}
#odengi .articlecard .articlecard__img {
  height: 270px;
  width: 100%;
}
#odengi .articlecard .articlecard__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50%;
     object-position: 50%;
}
#odengi .articlecard__wrap-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
          box-shadow: 0px 4px 10px rgba(0, 56, 255, 0.28);
  border-radius: 20px;
  margin: 10px;
  overflow: hidden;
}
#odengi .articlecard__margins {
  margin: 10px;
}
@media (min-width: 992px) {
  #odengi .articlecard__margins {
    margin: 20px 90px 30px 90px;
  }
}
#odengi .articlecard__data-input {
  color: #0038FF;
  font-weight: 500;
  font-size: 12px;
  line-height: 15px;
}
#odengi .articlecard__wrap-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 25px;
  margin-top: 8px;
}
@media (min-width: 992px) {
  #odengi .articlecard__wrap-title {
    font-size: 40px;
  }
}
#odengi .articlecard p {
  font-weight: 500;
  font-size: 14px;
  line-height: 17px;
  padding-top: 10px;
}
#odengi .articlecard__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 10px;
  min-height: 100%;
}
@media (min-width: 992px) {
  #odengi .articlecard__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 28px;
  }
}
#odengi .articlecard__block .articlecard__card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #FFFFFF;
  border-radius: 14px;
  margin-top: 10px;
  padding: 10px;
  height: 100%;
}
@media (min-width: 992px) {
  #odengi .articlecard__block .articlecard__card {
    max-width: 352px;
    min-width: 352px;
  }
}
#odengi .articlecard__block .articlecard__card .articlecard__block-title {
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  height: 15px;
  color: #000000;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
#odengi .articlecard__block .articlecard__card .articlecard__block-text {
  font-weight: 500;
  font-size: 10px;
  line-height: 9px;
  color: #000000;
  height: 27px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#odengi .articlecard__block .articlecard__block-img {
  width: 83px;
  height: 46px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 25px;
  overflow: hidden;
  border-radius: 10px;
}
#odengi .articlecard__block .articlecard__block-img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: 50%;
     object-position: 50%;
}

#odengi .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;
}
#odengi .error__container p {
  display: none;
}
#odengi .error__text-new {
  display: none;
}
#odengi .error__boxButton {
  display: none;
}
#odengi .error__text {
  text-align: center;
  padding-bottom: 5px;
}
#odengi .error__info {
  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;
}
#odengi .error__title {
  color: #000;
  font-size: 25px;
  font-weight: 700;
  line-height: normal;
  margin: 40px 0 20px 0;
}
@media (min-width: 992px) {
  #odengi .error__title {
    font-size: 25px;
  }
}
#odengi .error__box {
  overflow: hidden;
  max-width: 250px;
  width: 100%;
}
@media (min-width: 992px) {
  #odengi .error__box {
    max-width: 400px;
  }
}
#odengi .error__box img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
#odengi .error__button {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  border-radius: 8px;
  background: linear-gradient(97deg, #36F 0%, #96F 100%);
  max-width: 155px;
  width: 100%;
  padding: 16px 30px;
  cursor: pointer;
  margin-bottom: 20px;
}
#odengi .error__button a {
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  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;
}
#odengi .error__button a img {
  display: none;
}

#odengi .header-logo a {
  color: #000000;
  cursor: pointer;
}
#odengi .header-logo a img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#odengi .header-container {
  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;
  margin: 10px 0 20px 0;
}
@media (min-width: 768px) {
  #odengi .header-container {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 992px) {
  #odengi .header-container {
    margin: 30px 0;
    padding: 0 20px;
  }
}

#odengi .select {
  position: relative;
  display: inline-block;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 8px;
  background: #D7D8E0;
  padding: 8px 5px;
}

#odengi .select__item {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  background: #000;
  padding: 10px 0;
  color: #FFF;
}

#odengi .select__icon {
  width: 22px;
  height: 22px;
  display: inline-block;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 6px;
}
#odengi .select__icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

#odengi .select a {
  font-weight: 700;
  font-size: 12px;
  line-height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 11px;
}
#odengi .select a.active {
  color: #FFF;
}

#odengi .select-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EDEDEE;
  border-radius: 8px;
  min-width: 64px;
  z-index: 1;
  top: -1px;
  left: 124px;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
@media (min-width: 992px) {
  #odengi .select-content {
    left: 10px;
  }
}
#odengi .select-content-block:active {
  border-radius: 8px;
  background: #000;
  color: #FFF;
}
#odengi .select-content-block:visited {
  border-radius: 8px;
  background: #000;
  color: #FFF;
}

.active {
  border-radius: 8px;
  background: #000;
  color: #FFF;
}

#odengi .main {
  background: var(--janymda-button, linear-gradient(97deg, var(--action-accent-gradient_1, #36F) 0%, var(--action-accent-gradient_2, #96F) 100%));
  border-radius: 16px;
}
#odengi .main .main__container {
  overflow: hidden;
}
@media (min-width: 992px) {
  #odengi .main .main__container {
    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;
  }
}
#odengi .main .main__wrap {
  padding: 20px;
  text-align: center;
}
@media (min-width: 1200px) {
  #odengi .main .main__wrap {
    padding: 0 0 0 60px;
    text-align: start;
  }
}
#odengi .main .main__img {
  display: none;
}
@media (min-width: 992px) {
  #odengi .main .main__img {
    display: block;
    max-width: 480px;
    width: 100%;
    margin: -2px 0;
  }
}
#odengi .main .main__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 16px;
}
#odengi .main .main__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 25px;
  color: #FFF;
}
@media (min-width: 992px) {
  #odengi .main .main__title {
    font-size: 40px;
    line-height: 48px;
  }
}
#odengi .main .main__p {
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  padding-top: 10px;
  color: #FFF;
}
@media (min-width: 992px) {
  #odengi .main .main__p {
    font-size: 24px;
  }
}

#odengi .info {
  margin: 20px 0;
}
@media (min-width: 1200px) {
  #odengi .info {
    margin: 40px 0;
  }
}
#odengi .info__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border-radius: 8px;
  border: 1px solid #D7D8E0;
  padding: 20px;
}
#odengi .info__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#odengi .info__text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 10px;
}
@media (min-width: 992px) {
  #odengi .info__text br {
    display: none;
  }
}

@font-face {
  font-family: "SF Pro Display";
  src: url("/static/beeline_kz_redesign_layout/fonts/SF-Pro-Display-Regular.otf") format("otf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/beeline_kz_redesign_layout/fonts/SF-Pro-Display-Medium.otf") format("otf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/beeline_kz_redesign_layout/fonts/SF-Pro-Display-Semibold.otf") format("otf");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("/static/beeline_kz_redesign_layout/fonts/SF-Pro-Display-Bold.otf") format("otf");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
#odengi .aside {
  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;
  padding: 20px 0 30px 0;
  text-align: center;
}
@media (min-width: 992px) {
  #odengi .aside {
    padding: 80px 0;
  }
}
@media (min-width: 992px) {
  #odengi .aside__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
  }
}
#odengi .aside__wrap {
  position: relative;
}
#odengi .aside__wrap:not(:last-child) {
  margin-bottom: 24px;
}
@media (min-width: 992px) {
  #odengi .aside__wrap:not(:last-child) {
    margin-bottom: 0;
  }
}
#odengi .aside__box {
  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;
}
#odengi .aside__num {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
}
@media (min-width: 992px) {
  #odengi .aside__num {
    font-size: 60px;
  }
}
#odengi .aside__plus {
  font-size: 35px;
  font-weight: 700;
  line-height: normal;
  margin-left: 10px;
}
#odengi .aside__text {
  color: #696D86;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
  padding-top: 2px;
}
@media (min-width: 992px) {
  #odengi .aside__text {
    font-size: 20px;
  }
}