@font-face {
  font-family: "DrukWideCyrMedium";
  src: url("../fonts/DrukWideCyrMedium.eot");
  src: local("../fonts/DrukWideCyrMedium"), local("../fonts/DrukWideCyrMedium"), url("../fonts/DrukWideCyrMedium.eot?#iefix") format("embedded-opentype"), url("../fonts/DrukWideCyrMedium.woff") format("woff"), url("../fonts/DrukWideCyrMedium.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

input,
button,
textarea,
select,
label {
  font: inherit;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

*,
*::before,
*::after {
  box-sizing: border-box;
  color: #000000;
}

b, body, html, i, img, strong, sup {
  margin: 0;
  padding: 0;
}

article, aside, footer, header, main, nav, section {
  display: block;
}

a, article, aside, blockquote, code, div, footer, form, h1, h2, h3, h4, h5, h6, header, hr, iframe, label, li, main, nav, ol, p, pre, section, span, textarea, ul {
  margin: 0;
  padding: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: inherit;
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

body {
  display: flex;
  flex-direction: column;
  min-height: 99.9vh;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  color: #161C24;
  background-color: #F8F8FA;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-style: normal;
}

ul[role=list],
ol[role=list] {
  list-style: none;
}

html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
html,
body {
  line-height: 1.4;
  font-size: 0.521vw;
  font-style: normal;
  line-height: 1;
}
@media screen and (max-width: 1599.98px) {
  html,
body {
    font-size: 0.77vw;
  }
}
@media screen and (max-width: 1239.98px) {
  html,
body {
    font-size: 0.83vw;
  }
}
@media screen and (max-width: 999.98px) {
  html,
body {
    font-size: 1vw;
  }
}
@media screen and (max-width: 739.98px) {
  html,
body {
    font-size: 1.252vw;
  }
}
@media screen and (max-width: 574.98px) {
  html,
body {
    font-size: 1.62vw;
  }
}
@media screen and (max-width: 419.98px) {
  html,
body {
    font-size: 2.78vw;
  }
}
html::-webkit-scrollbar,
body::-webkit-scrollbar {
  width: 4px;
}
html::-webkit-scrollbar-button:hover,
body::-webkit-scrollbar-button:hover {
  background-color: #4A59E7;
}
html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
  background: #4A59E7;
  border-radius: 10px;
}
html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

.popup-financial::-webkit-scrollbar,
.registration-popup::-webkit-scrollbar,
.fit-popup::-webkit-scrollbar,
.online-popup::-webkit-scrollbar,
.modal::-webkit-scrollbar {
  width: 4px;
}
.popup-financial::-webkit-scrollbar-button:hover,
.registration-popup::-webkit-scrollbar-button:hover,
.fit-popup::-webkit-scrollbar-button:hover,
.online-popup::-webkit-scrollbar-button:hover,
.modal::-webkit-scrollbar-button:hover {
  background-color: #4A59E7;
}
.popup-financial::-webkit-scrollbar-thumb,
.registration-popup::-webkit-scrollbar-thumb,
.fit-popup::-webkit-scrollbar-thumb,
.online-popup::-webkit-scrollbar-thumb,
.modal::-webkit-scrollbar-thumb {
  background: #4A59E7;
  border-radius: 10px;
}
.popup-financial::-webkit-scrollbar-track,
.registration-popup::-webkit-scrollbar-track,
.fit-popup::-webkit-scrollbar-track,
.online-popup::-webkit-scrollbar-track,
.modal::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}

a {
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
a:hover {
  text-decoration: none;
  transition: all 400ms ease-in-out;
}

.swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-button-prev::after, .swiper-button-next::after {
  display: none;
}

.hidden {
  overflow: hidden;
}

.main {
  flex: 1 1 auto;
}

.container {
  width: 100%;
  max-width: 145rem;
  margin: 0 auto;
  padding: 0 1.5rem;
}
@media screen and (max-width: 419.98px) {
  .container {
    padding: 0 2rem;
  }
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  background: #F8F8FA;
}

.header .is-desktop .btn-page {
  display: flex;
  align-items: center;
  padding: 4px 12px;
  font-size: 15px;
  white-space: nowrap;
  color: #454f5b;
  background-color: #fff;
  border-radius: 8px;
  column-gap: unset;
}

.header .is-desktop .btn-page svg {
    fill: #454f5b;
    width: 16px;
    height: 16px;
    transform: translateX(-4px);
    transition: .3s ease-out;
}

.header .is-desktop .btn-page:hover {
  color: #4a59e7;
  background-color: #fff;
}

.header .is-desktop .btn-page:hover svg {
  fill: #4a59e7;
}

@media screen and (max-width: 1240px) {
  .header .is-desktop {
    display: none;
  }
}
.header__top {
  background: #F8F8FA;
  padding: 0.4rem 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 739.98px) {
  .header__top {
    padding: 0;
  }
}
.header__info {
  display: flex;
  align-items: center;
  gap: 7.7rem;
}
@media screen and (max-width: 1399.98px) {
  .header__info {
    gap: 9rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .header__info {
    gap: 5rem;
  }
}
.header__site {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 120%;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.8rem 0.4rem;
  border-radius: 0.8rem;
  background: #4A59E7;
  color: #fff;
  z-index: 4;
}
@media screen and (max-width: 1399.98px) {
  .header__site {
    position: absolute;
    top: 4.4rem;
    left: 15.6rem;
  }
}
@media screen and (max-width: 739.98px) {
  .header__site {
    top: 1.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .header__site {
    top: 1.3rem;
    left: 13.6rem;
  }
}
.header__site span {
  color: #fff;
}
.header__site span.text {
  display: block;
}
@media screen and (max-width: 419.98px) {
  .header__site span.text {
    display: none;
  }
}
.header__site span.text-mobile {
  display: none;
}
@media screen and (max-width: 419.98px) {
  .header__site span.text-mobile {
    display: block;
  }
}
@media screen and (max-width: 1399.98px) {
  .header__site {
    padding: 1.3rem 1.3rem 1.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .header__site {
    padding: 1rem 1.2rem 0.8rem 1.3rem;
    gap: 0.3rem;
  }
}
.header__site img {
  min-width: 1.4rem;
  max-width: 1.4rem;
}
.header__currency {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 739.98px) {
  .header__currency {
    display: none;
  }
}
.header__currency__select {
  position: relative;
}
.header__currency__button {
  padding: 0.4rem 0.9rem;
  border-radius: 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border: 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 120%;
  text-transform: uppercase;
  color: #637381;
  min-width: 7.3rem;
  white-space: nowrap;
}
.header__currency__button.active img {
  transform: rotate(-180deg);
}
.header__currency__button span {
  color: #637381;
}
.header__currency__button img {
  min-width: 1.4rem;
  max-width: 1.4rem;
  transition: all 400ms ease-in-out;
}
.header__currency__dropdown {
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 4rem;
  box-shadow: -20px 20px 40px -4px rgba(145, 158, 171, 0.2392156863);
  background: #fff;
  padding: 0.4rem;
  border-radius: 0.8rem;
  min-width: 7.8rem;
  border: 1px solid rgba(145, 158, 171, 0.2392156863);
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.header__currency__dropdown.show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}
.header__currency__dropdown .currency__item {
  padding: 0.6rem;
  border-radius: 0.8rem;
  background: #fff;
  transition: all 400ms ease-in-out;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  text-align: center;
  text-transform: uppercase;
  color: #161C24;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.header__currency__dropdown .currency__item.active {
  background: #F8F8FA;
}
.header__currency__block {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.header__currency__item {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.header__currency__item p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #919EAB;
  margin: 0;
}
.header__currency__item p.red {
  color: #FF3B30;
}
.header__currency__item p.green {
  color: #34C759;
}
.header__contacts {
  display: flex;
  align-items: center;
  gap: 2.7rem;
  z-index: 4;
}
@media screen and (max-width: 1399.98px) {
  .header__contacts {
    position: absolute;
    top: 4.7rem;
    right: 7.6rem;
  }
}
@media screen and (max-width: 739.98px) {
  .header__contacts {
    top: 1.5rem;
  }
}
@media screen and (max-width: 419.98px) {
  .header__contacts {
    display: none;
  }
}
.header__contacts__item {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 1399.98px) {
  .header__contacts__item {
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 739.98px) {
  .header__contacts__item:last-child {
    display: none;
  }
}
.header__contacts__item p {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  color: #637381;
  margin: 0;
}
.header__contacts__item .link {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 120%;
  color: #4A59E7;
  text-decoration: none;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .header__contacts__item .link:hover {
    color: #4A59E7;
    text-decoration: none;
    opacity: 0.7;
  }
}
.header__bottom {
  padding: 1.2rem 0;
  background: #fff;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 419.98px) {
  .header__bottom {
    padding: 1rem 0;
  }
}
.header__bottom__flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.header__menu {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1399.98px) {
  .header__menu {
    display: block;
  }
}
.header__menu__item {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1399.98px) {
  .header__menu__item {
    padding: 1.4rem 0;
    border-bottom: 1px solid #EDF0F2;
    display: flex;
    align-items: center;
    gap: 1.6rem;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .header__menu__item.active .header__menu__item__button {
    background: #4A59E7;
  }
  .header__menu__item.active .header__menu__item__button svg {
    transform: rotate(-180deg);
  }
  .header__menu__item.active .header__menu__item__button svg path {
    stroke: #fff;
  }
}
.header__menu__item__button {
  display: none;
}
@media screen and (max-width: 1399.98px) {
  .header__menu__item__button {
    min-width: 2.8rem;
    max-width: 2.8rem;
    background: #F8F8FA;
    height: 2.8rem;
    border-radius: 0.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    padding: 0;
    transition: all 300ms ease;
  }
  .header__menu__item__button svg {
    min-width: 1.6rem;
    max-width: 1.6rem;
  }
  .header__menu__item__button svg path {
    stroke: #919EAB;
    transition: all 300ms ease;
  }
}
.header__menu__link {
  display: block;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 1.5rem;
  color: #212B36;
  text-decoration: none;
  background: #F8F8FA;
  padding: 1rem 1.1rem;
  border-radius: 0.8rem;
}
@media screen and (max-width: 1399.98px) {
  .header__menu__link {
    color: #212B36;
    background: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 0.8rem;
  }
}
.header__menu__link img {
  display: none;
}
@media screen and (max-width: 1399.98px) {
  .header__menu__link img {
    min-width: 1.8rem;
    max-width: 1.8rem;
    display: block;
  }
}
.header__menu__link.active {
  background: #4A59E7;
  color: #fff;
}
@media screen and (max-width: 1399.98px) {
  .header__menu__link.active {
    color: #212B36;
    background: #fff;
  }
}
@media screen and (min-width: 1240px) {
  .header__menu__link:hover {
    background: #4A59E7;
    color: #fff;
  }
}
.header__part {
  background: #F8F8FA;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  border-radius: 1rem;
  display: none;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1399.98px) {
  .header__part {
    display: flex;
  }
}
@media screen and (max-width: 419.98px) {
  .header__part {
    transition: all 300ms ease;
  }
  .header__part.active {
    background: #4A59E7;
  }
}
.header__logo {
  display: block;
  width: 100%;
  max-width: 12rem;
}
@media screen and (max-width: 419.98px) {
  .header__logo {
    max-width: 10rem;
  }
}
.header__logo img {
  width: 100%;
}
.header__countries {
  position: absolute;
  top: 8.3rem;
  width: 142rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 1599.98px) {
  .header__countries {
    width: 126.4rem;
  }
}
.header__countries__scroll {
  overflow: auto;
  max-height: calc(100vh - 20rem);
  margin: 0 -2rem 0 0;
  padding: 0 2rem 0 0;
}
@media screen and (max-width: 1599.98px) {
  .header__countries__scroll {
    max-height: calc(100vh - 16rem);
  }
}
.header__countries__scroll::-webkit-scrollbar {
  width: 4px;
}
.header__countries__scroll::-webkit-scrollbar-button:hover {
  background-color: #E9E9ED;
}
.header__countries__scroll::-webkit-scrollbar-thumb {
  background: #E9E9ED;
  border-radius: 10px;
}
.header__countries__scroll::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.header__countries__block {
  margin: 3rem 0 0 0;
  padding: 2.4rem 2.4rem 0;
  background: #fff;
  border-radius: 2rem;
}
.header__countries__item {
  margin: 0 0 2rem 0;
}
.header__countries__item .letter {
  position: relative;
  margin: 0 0 1.6rem 0;
}
.header__countries__item .letter:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 1.2rem;
  left: 0;
  right: 0;
  height: 1px;
  background: #E5E8EB;
}
.header__countries__item .letter span {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 100%;
  color: #222222;
  display: inline-block;
  padding: 0 1.6rem 0 0.8em;
  position: relative;
  background: #fff;
  z-index: 5;
}
.header__countries__item .list {
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 1.2rem;
  -moz-column-gap: 1.2rem;
  column-gap: 1.2rem;
}
@media screen and (max-width: 574.98px) {
  .header__countries__item .list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.header__countries__item .list__item {
  padding: 0;
  margin: 0;
  display: block;
  overflow: hidden;
}
.header__countries__item .list__link {
  padding: 0.7rem 0.8rem;
  border-radius: 1.6rem;
  background: #fff;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.header__countries__item .list__link .item-icon {
  min-width: 2.8rem;
  max-width: 2.8rem;
  height: 2.8rem;
  display: block;
}
.header__countries__item .list__link .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.header__countries__item .list__link .item-content {
  width: 100%;
}
.header__countries__item .list__link .item-content .title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #212B36;
  display: block;
  margin: 0;
}
.header__countries__item .list__link .item-content .note {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
  display: block;
}
@media screen and (min-width: 740px) {
  .header__countries__item .list__link:hover {
    background: #F3F3F7;
    text-decoration: none;
  }
}
.header__terms {
  position: absolute;
  top: 3.3rem;
  width: 33rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 1399.98px) {
  .header__terms {
    width: 100%;
  }
}
.header__terms__content {
  margin: 3rem 0 0 0;
  padding: 0.8rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 1399.98px) {
  .header__terms__content {
    margin: 0;
    padding: 0 1rem;
    background: #fff;
    border-radius: 0;
  }
}
.header__terms .list {
  display: block;
  padding: 0;
  margin: 0;
}
.header__terms .list li {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1399.98px) {
  .header__terms .list li {
    margin: 0 0 1.4rem 0;
    position: relative;
    padding: 0 0 0 2rem;
  }
  .header__terms .list li:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: #C4CDD5;
    border-radius: 50%;
  }
  .header__terms .list li:last-child {
    margin: 0 0 0.7rem;
  }
}
.header__terms .list li a {
  display: block;
  padding: 0.8rem 1.6rem;
  border-radius: 1.2rem;
  background: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  text-decoration: none;
}
@media screen and (max-width: 1399.98px) {
  .header__terms .list li a {
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .header__terms .list li a:hover {
    background: #F8F8FA;
    color: #161C24;
    text-decoration: none;
  }
}
.header__education {
  position: absolute;
  top: 3.3rem;
  width: 47rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 1399.98px) {
  .header__education {
    width: 100%;
  }
}
.header__education__content {
  margin: 3rem 0 0 0;
  padding: 1.2rem;
  background: #EDF0F2;
  border-radius: 2rem;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content {
    margin: 0;
    padding: 0 0 0 1rem;
    background: transparent;
    display: block;
  }
}
.header__education__content .item-block {
  width: 100%;
  padding: 0.8rem;
  border-radius: 1.6rem;
  background: #fff;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content .item-block {
    padding: 0;
    border-radius: 0;
  }
}
.header__education__content .item-block .list {
  display: block;
  padding: 0;
  margin: 0;
}
.header__education__content .item-block .list li {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content .item-block .list li {
    margin: 0 0 1.4rem 0;
    position: relative;
    padding: 0 0 0 2rem;
  }
  .header__education__content .item-block .list li:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: #C4CDD5;
    border-radius: 50%;
  }
  .header__education__content .item-block .list li:last-child {
    margin: 0 0 0.7rem;
  }
}
.header__education__content .item-block .list li a {
  display: block;
  padding: 0.8rem 1.6rem;
  border-radius: 1.2rem;
  background: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  text-decoration: none;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content .item-block .list li a {
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .header__education__content .item-block .list li a:hover {
    background: #F8F8FA;
    color: #161C24;
    text-decoration: none;
  }
}
.header__education__content .item-block__link {
  min-width: 20rem;
  max-width: 20rem;
  position: relative;
  height: 16.4rem;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content .item-block__link {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.6rem 0;
    position: relative;
    padding: 0 0 0 2rem;
  }
  .header__education__content .item-block__link:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: #C4CDD5;
    border-radius: 50%;
  }
}
.header__education__content .item-block__link .text {
  margin: 0.4rem 0.8rem;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #212B36;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content .item-block__link .text {
    font-size: 1.4rem;
    line-height: 130%;
    color: #212B36;
    padding: 0;
    margin: 0;
    font-weight: 400;
  }
}
.header__education__content .item-block__link img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 15rem;
  max-height: 15rem;
  object-fit: contain;
}
@media screen and (max-width: 1399.98px) {
  .header__education__content .item-block__link img {
    display: none;
  }
}
.header__projects {
  position: absolute;
  top: 3.3rem;
  width: 43.6rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 1399.98px) {
  .header__projects {
    width: 100%;
  }
}
.header__projects__content {
  margin: 3rem 0 0 0;
  padding: 1.2rem;
  background: #EDF0F2;
  border-radius: 2rem;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 1399.98px) {
  .header__projects__content {
    margin: 0;
    padding: 0 0 0 1rem;
    background: transparent;
    display: block;
  }
}
.header__projects__content .item-block {
  flex: 1;
  position: relative;
  height: 16.4rem;
  background: #fff;
  padding: 0.8rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 1399.98px) {
  .header__projects__content .item-block {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.6rem 0;
    position: relative;
    padding: 0 0 0 2rem;
  }
  .header__projects__content .item-block:last-child {
    margin: 0 0 0.5rem 0;
  }
  .header__projects__content .item-block:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: #C4CDD5;
    border-radius: 50%;
  }
}
.header__projects__content .item-block .text {
  margin: 0.4rem 0.8rem;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #212B36;
}
@media screen and (max-width: 1399.98px) {
  .header__projects__content .item-block .text {
    font-size: 1.4rem;
    line-height: 130%;
    color: #212B36;
    padding: 0;
    margin: 0;
    font-weight: 400;
  }
}
.header__projects__content .item-block img {
  position: absolute;
  bottom: 0;
  right: 0;
  max-width: 15rem;
  max-height: 15rem;
  object-fit: contain;
}
@media screen and (max-width: 1399.98px) {
  .header__projects__content .item-block img {
    display: none;
  }
}
.header__media {
  position: absolute;
  top: 3.3rem;
  width: 25.3rem;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 1399.98px) {
  .header__media {
    width: 100%;
  }
}
.header__media__content {
  margin: 3rem 0 0 0;
  padding: 0.8rem;
  background: #fff;
  border-radius: 2rem;
}
@media screen and (max-width: 1399.98px) {
  .header__media__content {
    margin: 0;
    padding: 0 1rem;
    background: #fff;
    border-radius: 0;
  }
}
.header__media .list {
  display: block;
  padding: 0;
  margin: 0;
}
.header__media .list li {
  display: block;
  padding: 0;
  margin: 0;
}
@media screen and (max-width: 1399.98px) {
  .header__media .list li {
    margin: 0 0 1.4rem 0;
    position: relative;
    padding: 0 0 0 2rem;
  }
  .header__media .list li:before {
    content: "";
    position: absolute;
    top: 0.7rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: #C4CDD5;
    border-radius: 50%;
  }
  .header__media .list li:last-child {
    margin: 0 0 0.7rem;
  }
}
.header__media .list li a {
  display: block;
  padding: 0.8rem 1.6rem;
  border-radius: 1.2rem;
  background: #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  text-decoration: none;
}
@media screen and (max-width: 1399.98px) {
  .header__media .list li a {
    padding: 0.2rem 0;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 1240px) {
  .header__media .list li a:hover {
    background: #F8F8FA;
    color: #161C24;
    text-decoration: none;
  }
}
.header__company {
  position: absolute;
  top: 3.3rem;
  width: 43.6rem;
  right: -10rem;
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}
@media screen and (max-width: 1399.98px) {
  .header__company {
    width: 100%;
  }
}
.header__company__content {
  margin: 3rem 0 0 0;
  padding: 1.2rem;
  background: #EDF0F2;
  border-radius: 2rem;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 1399.98px) {
  .header__company__content {
    margin: 0;
    padding: 0 0 0 1rem;
    background: transparent;
    display: block;
  }
}
.header__company__content .item-block {
  flex: 1;
  position: relative;
  height: 16.4rem;
  background: #fff;
  padding: 0.8rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 1399.98px) {
  .header__company__content .item-block {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 0 1.6rem 0;
    position: relative;
    padding: 0 0 0 2rem;
  }
}
@media screen and (max-width: 1399.98px) and (max-width: 1399.98px) {
  .header__company__content .item-block:last-child {
    margin: 0 0 0.5rem 0;
  }
}
@media screen and (max-width: 1399.98px) {
  .header__company__content .item-block:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0;
    width: 0.8rem;
    height: 0.8rem;
    background: #C4CDD5;
    border-radius: 50%;
  }
}
.header__company__content .item-block .text {
  margin: 0.4rem 0.8rem;
  display: block;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #212B36;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1399.98px) {
  .header__company__content .item-block .text {
    font-size: 1.4rem;
    line-height: 130%;
    color: #212B36;
    padding: 0;
    margin: 0;
    font-weight: 400;
  }
}
.header__company__content .item-block img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  z-index: 2;
}
@media screen and (max-width: 1399.98px) {
  .header__company__content .item-block img {
    display: none;
  }
}
.header__menu__terms {
  position: relative;
}
.header__menu__education {
  position: relative;
}
.header__menu__projects {
  position: relative;
}
.header__menu__media {
  position: relative;
}
.header__menu__company {
  position: relative;
}
@media screen and (max-width: 1399.98px) {
  .header__dropdown {
    display: none;
    position: fixed;
    top: 9.6rem;
    background: #fff;
    left: 0;
    right: 0;
    bottom: 0;
    overflow: hidden;
    border-top: 1px solid #EDF0F2;
  }
  .header__dropdown__content {
    padding: 0 1.5rem 2rem;
    background: #fff;
    height: 100%;
    overflow: auto;
  }
}
@media screen and (max-width: 739.98px) {
  .header__dropdown {
    top: 6.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .header__dropdown {
    top: 6rem;
  }
  .header__dropdown__content {
    padding: 0 2rem 2rem;
  }
}
.header__dropdown__mobile {
  display: none;
  margin: 1.2rem 0;
  gap: 1rem;
  align-items: flex-start;
  padding: 1.6rem;
  border-radius: 1.2rem;
  background: #F8F8FA;
}
@media screen and (max-width: 739.98px) {
  .header__dropdown__mobile {
    display: flex;
  }
}
.header__dropdown__mobile .item-block {
  flex: 1;
}
.header__dropdown__mobile .header__contacts {
  position: initial;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 1.2rem;
  margin: 0.5rem 0 0;
}
.header__dropdown__mobile .header__contacts__item:last-child {
  display: flex;
}
.header__dropdown__mobile .header__currency {
  display: block;
}
.header__dropdown__mobile .header__currency__block {
  flex-direction: column;
  align-items: flex-start;
  gap: 0.8rem;
}
.header__dropdown__mobile .header__currency__select {
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 1399.98px) {
  .header__item__dropdown {
    display: none;
    position: initial !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
    transition: none !important;
  }
}

@media screen and (min-width: 1240px) {
  .header__menu__countries:hover .header__countries {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__terms:hover .header__terms {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__education:hover .header__education {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__dropdown:hover .header__menu__link {
    background: #4A59E7;
    color: #fff;
  }
  .header__menu__projects:hover .header__projects {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__media:hover .header__media {
    opacity: 1;
    visibility: visible;
  }
  .header__menu__company:hover .header__company {
    opacity: 1;
    visibility: visible;
  }
}
.header__menu__item:hover body {
  overflow: hidden;
}

body:after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  z-index: 45;
}
body.show-menu {
  overflow: hidden;
  padding-right: 4px;
}
body.show-menu:after {
  opacity: 1;
  visibility: visible;
}
body.show-menu .header {
  padding-right: 4px;
}

h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  h3 {
    font-size: 1.8rem;
    margin: 0 0 2.5rem 0;
  }
}

.inside-block {
  margin: 9.7rem 0 0 0;
}
@media screen and (max-width: 739.98px) {
  .inside-block {
    margin: 7rem 0 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .inside-block {
    margin: 6rem 0 0 0;
  }
}
.inside-block__back {
  padding: 1.25rem 1.4rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  text-decoration: none;
  max-width: 10.3rem;
  transition: all 400ms ease-in-out;
  margin: 2.4rem 0 0 0;
}
@media screen and (max-width: 419.98px) {
  .inside-block__back {
    margin: 0 0 0 1.2rem;
  }
}
.inside-block__back img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.inside-block__back span {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
}
.inside-block h1 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  margin: 2.2rem 0 4.8rem;
  color: #161C24;
}
@media screen and (max-width: 999.98px) {
  .inside-block h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .inside-block h1 {
    font-size: 2rem;
    margin: 2rem 0 1.8rem;
  }
}
.inside-block__flex {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
.inside-block__sidebar {
  min-width: 32rem;
  max-width: 32rem;
}
@media screen and (max-width: 1239.98px) {
  .inside-block__sidebar {
    display: none;
  }
}
.inside-block__content {
  width: 100%;
}
@media screen and (max-width: 419.98px) {
  .inside-block__content {
    width: calc(100% + 4rem);
    margin: 0 -2rem;
  }
}

.breadcrumb {
  padding: 1.2rem 0 0;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  margin: 0;
}
@media screen and (max-width: 574.98px) {
  .breadcrumb {
    overflow: auto;
    margin: 0 -2rem 1rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .breadcrumb {
    padding: 1.2rem 0 0.8rem;
  }
}
.breadcrumb li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #454F5B;
  position: relative;
  white-space: nowrap;
}
.breadcrumb li + li:before {
  content: "";
  width: 0.4rem;
  height: 0.4rem;
  background: #C4CDD5;
  border-radius: 50%;
  position: absolute;
  top: 0.7rem;
  left: -1rem;
}
@media screen and (max-width: 574.98px) {
  .breadcrumb li + li:before {
    top: 0.6rem;
  }
}
.breadcrumb li a {
  color: #454F5B;
  opacity: 0.7;
}
@media screen and (min-width: 1000px) {
  .breadcrumb li a:hover {
    opacity: 1;
  }
}

.site-map {
  margin: 30px 0;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 0;
}
.site-map li {
  display: block;
  padding: 0;
  margin: 0;
}
.site-map li a {
  font-size: 14px;
  line-height: 16px;
  color: #000000;
  text-decoration: none;
}

.sidebar__news {
  margin: 0 0 1.4rem 0;
  border-radius: 1.6rem;
  background: #fff;
  padding: 2.4rem;
}
.sidebar__news__full {
  padding: 1.4rem 1.4rem;
}
.sidebar__news__caption {
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.sidebar__news__caption .sidebar__news__title {
  margin: 0;
}
.sidebar__news__all {
  padding: 0.6rem 1.5rem;
  background: #F8F8FA;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  border-radius: 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #222222;
}
.sidebar__news__all img {
  min-width: 2.4rem;
  max-width: 2.4rem;
}
@media screen and (min-width: 1000px) {
  .sidebar__news__all:hover {
    color: #4A59E7;
  }
}
.sidebar__news__title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  margin: 0 0 1.6rem;
  color: #222222;
}
.sidebar__news__item {
  padding: 0 0 1.5rem 0;
  margin: 0 0 1.5rem 0;
  border-bottom: 1px solid #EDF0F2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 0.6rem;
}
.sidebar__news__item:last-child {
  margin: 0;
  padding: 0;
  border: 0;
}
.sidebar__news__item .text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  vertical-align: middle;
  color: #637381;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.sidebar__news__item .category {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #637381;
  margin: 0 0 0.5rem 0;
  background: #F1F3F8;
  border-radius: 0.6rem;
  display: inline-block;
  padding: 0.6rem 0.8rem;
}
.sidebar__news__item .date {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #919EAB;
  margin: 0;
  display: block;
}
.sidebar__news__item .title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #242429;
  text-decoration: none;
  display: block;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .sidebar__news__item:hover span.title {
    color: #4A59E7;
  }
}

.sidebar__subscription {
  border-radius: 2rem;
  background: url(../images/subscription-form.png) 0 0 no-repeat;
  background-size: cover;
  padding: 2.2rem 2rem;
}
.sidebar__subscription h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  margin: 0 0 1.4rem 0;
}
.sidebar__subscription p.note {
  font-weight: 400;
  font-size: 1rem;
  line-height: 130%;
  color: #E5E8EB;
  margin: 0;
}
.sidebar__subscription p.note a {
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .sidebar__subscription p.note a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.sidebar__subscription .form__control {
  border-radius: 1rem;
  padding: 1.4rem 1.6rem;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
  background: transparent;
  width: 100%;
  outline: none;
  margin: 0 0 1.2rem 0;
}
.sidebar__subscription ::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar__subscription ::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar__subscription :-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar__subscription :-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.sidebar__subscription .button {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  color: #4A59E7;
  background: #fff;
  padding: 1.7rem 2.4rem;
  white-space: nowrap;
  border-radius: 1.2rem;
  border: 0;
  font-family: "Golos Text", sans-serif;
  transition: all 400ms ease-in-out;
  width: 100%;
  margin: 0 0 1.6rem;
  cursor: pointer;
}
.sidebar__subscription .button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 419.98px) {
  .sidebar__subscription .button {
    padding: 1.6rem 2.4rem;
  }
}

.sidebar__advertising {
  position: relative;
}
.sidebar__advertising p {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4B4B61;
  padding: 0.5rem 1.6rem 0.5rem 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3rem;
  position: absolute;
  top: 1.2rem;
  left: 1.2rem;
  z-index: 3;
}
.sidebar__advertising__button {
  width: 3.2rem;
  height: 3.2rem;
  position: absolute;
  top: 1.2rem;
  right: 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  padding: 0;
  border: 0;
  cursor: pointer;
  z-index: 3;
}
.sidebar__advertising__button img {
  width: auto;
  max-width: 100%;
}
.sidebar__advertising__content img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}

.insurance {
  background: #fff;
  border-radius: 2.4rem;
  padding: 5rem;
}
@media screen and (max-width: 999.98px) {
  .insurance {
    padding: 3.2rem;
  }
}
.insurance__attention {
  background: #F8F8FA;
  padding: 3.2rem;
  border-radius: 2.4rem;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 419.98px) {
  .insurance__attention {
    padding: 1.6em;
    margin: 0 0 2.5rem 0;
  }
}
.insurance__attention_icon {
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.insurance__attention_icon img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.insurance__attention p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.insurance__attention p.title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 419.98px) {
  .insurance__attention p.title {
    font-size: 1.8rem;
  }
}
.insurance__block {
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 419.98px) {
  .insurance__block {
    margin: 0 0 2.5rem 0;
  }
}
.insurance__block:last-child {
  margin: 0;
}
.insurance__block h2 {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
.insurance__block__contacts {
  margin: 0 0 3rem 0;
  padding: 0;
  display: block;
}
.insurance__block__contacts li {
  display: block;
  padding: 0;
  margin: 0 0 1.2rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 600;
  color: #161C24;
}
.insurance__block__contacts li:last-child {
  margin: 0;
}
.insurance__block__contacts li .text {
  font-weight: 400;
  color: #161C24;
}
.insurance__block__contacts li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .insurance__block__contacts li a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.insurance__block__contacts li .note {
  font-weight: 400;
  opacity: 0.7;
}
.insurance__block__links {
  margin: 0;
  padding: 0;
  display: block;
}
.insurance__block__links li {
  display: block;
  padding: 0 0 0 2.4rem;
  margin: 0 0 1.2rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 600;
  color: #161C24;
}
@media screen and (max-width: 419.98px) {
  .insurance__block__links li {
    padding: 0 0 0 1.5rem;
  }
}
.insurance__block__links li:last-child {
  margin: 0;
}
.insurance__block__links li:before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #4A59E7;
  border-radius: 50%;
}
.insurance__block__links li .text {
  font-weight: 400;
  color: #161C24;
}
.insurance__block__links li .note {
  font-weight: 400;
  color: #637381;
}
.insurance__block__links li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .insurance__block__links li a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}

.numbers {
  margin: 7.8rem 0;
}
@media screen and (max-width: 419.98px) {
  .numbers {
    margin: 8.5rem -2rem 4.4rem;
    overflow: hidden;
  }
  .numbers h3 {
    padding: 0 2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__scroll {
    overflow: auto;
    display: flex;
    align-items: flex-start;
    padding: 0 2rem;
  }
}
.numbers__block {
  gap: 2rem;
  display: flex;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 999.98px) {
  .numbers__block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__block {
    padding: 0 36rem 0 0;
    position: relative;
    gap: 2.2rem;
  }
}
.numbers__block__item {
  min-width: 24%;
  max-width: 24%;
  padding: 4rem 5rem;
  border-radius: 2.4rem;
  background: #fff;
  position: relative;
}
@media screen and (max-width: 1599.98px) {
  .numbers__block__item {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 999.98px) {
  .numbers__block__item {
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
    padding: 3.2rem;
  }
}
@media screen and (max-width: 574.98px) {
  .numbers__block__item {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__block__item {
    min-width: 26.8rem;
    max-width: 26.8rem;
    overflow: hidden;
  }
}
.numbers__block__item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 419.98px) {
  .numbers__block__item .item-image {
    top: auto;
    left: auto;
    right: 0;
    width: 28.5rem;
    height: 24rem;
  }
}
.numbers__block__item .item-image img, .numbers__block__item .item-image picture {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.numbers__block__item p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .numbers__block__item p {
    max-width: 24rem;
  }
}
.numbers__block__item p.note {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  color: #4A59E7;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .numbers__block__item p.note {
    max-width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__block__item p.note {
    font-size: 3.2rem;
    margin: 0 0 1.2rem 0;
  }
}
.numbers__block__item:last-child {
  min-width: 49.2%;
  max-width: 49.2%;
  background: #4A59E7 url(../images/numbers-1-bg.png) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .numbers__block__item:last-child {
    min-width: 100%;
    max-width: 100%;
    height: 26rem;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 574.98px) {
  .numbers__block__item:last-child {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__block__item:last-child {
    position: absolute;
    left: 28.8rem;
    top: 0;
    min-width: 32rem;
    max-width: 32rem;
    height: 28.9rem;
  }
}
.numbers__block__item:last-child p {
  color: #fff;
}
.numbers__content {
  display: flex;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .numbers__content {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__content {
    flex-wrap: nowrap;
  }
}
.numbers__content__item {
  min-width: 24%;
  max-width: 24%;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .numbers__content__item {
    min-width: calc(50% - 1rem);
    max-width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__content__item {
    min-width: 26.8rem;
    max-width: 26.8rem;
  }
  .numbers__content__item:nth-of-type(2) {
    order: 3;
  }
  .numbers__content__item:nth-of-type(3) {
    order: 1;
  }
}
.numbers__content__item .item-block {
  padding: 4rem 5rem;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 1599.98px) {
  .numbers__content__item .item-block {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .numbers__content__item .item-block {
    padding: 2.5rem 2rem;
  }
}
@media screen and (max-width: 999.98px) {
  .numbers__content__item .item-block {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 574.98px) {
  .numbers__content__item .item-block {
    padding: 2.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__content__item .item-block {
    padding: 3.35rem 2.4rem;
  }
}
.numbers__content__item .item-image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 419.98px) {
  .numbers__content__item .item-image {
    width: 100%;
    height: 85%;
    top: auto;
    left: auto;
    bottom: 0;
    right: 0;
  }
}
.numbers__content__item .item-image img {
  width: auto;
  height: 100%;
  object-fit: contain;
}
.numbers__content__item p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.numbers__content__item p.note {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  margin: 0 0 1.2rem 0;
  color: #161C24;
}
@media screen and (max-width: 419.98px) {
  .numbers__content__item p.note {
    font-size: 2.9rem;
    margin: 0 0 1.2rem 0;
  }
}
.numbers__content__item:first-child {
  min-width: 49.2%;
  max-width: 49.2%;
  position: relative;
  background: #4A59E7 url(../images/numbers-2-bg.png) 0 0 no-repeat;
  background-size: cover;
  border-radius: 2.4rem;
  overflow: hidden;
  padding: 4rem 5rem;
}
@media screen and (max-width: 1599.98px) {
  .numbers__content__item:first-child {
    padding: 4rem 3rem;
  }
}
@media screen and (max-width: 999.98px) {
  .numbers__content__item:first-child {
    order: 3;
    min-width: 100%;
    max-width: 100%;
    height: 26rem;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 574.98px) {
  .numbers__content__item:first-child {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__content__item:first-child {
    order: 2;
    min-width: 31.6rem;
    max-width: 31.6rem;
    height: 28.9rem;
  }
}
.numbers__content__item:first-child p {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1239.98px) {
  .numbers__content__item:first-child p {
    font-size: 3rem;
  }
}
@media screen and (max-width: 999.98px) {
  .numbers__content__item:first-child p {
    max-width: 50rem;
  }
}
@media screen and (max-width: 419.98px) {
  .numbers__content__item:first-child p {
    font-size: 2.4rem;
  }
}

.news {
  margin: 8.1rem 0 6rem;
}
@media screen and (max-width: 739.98px) {
  .news {
    margin: 4.4rem 0 6rem;
  }
}
.news__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 739.98px) {
  .news__caption {
    margin: 0 0 2.3rem 0;
  }
}
.news__caption h3 {
  margin: 0;
}
@media screen and (min-width: 740px) {
  .news__slider .swiper-wrapper {
    display: block;
    margin: 0;
    width: 100%;
  }
}
@media screen and (min-width: 1000px) {
  .news__slider .swiper-slide {
    margin: 0 0 1.8rem 0;
    float: right;
    width: 38.2%;
  }
  .news__slider .swiper-slide .news__slide .item-image {
    display: none;
  }
  .news__slider .swiper-slide:first-child {
    float: left;
    min-height: 56.8rem;
    width: 60.4%;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-image {
    display: block;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    z-index: 3;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-content__block p {
    display: block;
    height: 4.6rem;
    overflow: hidden;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-content__block p.title {
    height: auto;
  }
}
@media screen and (min-width: 740px) and (max-width: 1000px) {
  .news__slider .swiper-slide {
    width: 48.5%;
    float: right;
    margin: 0 0 1.8rem 0;
  }
  .news__slider .swiper-slide .news__slide .item-image {
    display: none;
  }
  .news__slider .swiper-slide:first-child {
    width: 48.5%;
    float: left;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-image {
    display: block;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    z-index: 3;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-content__block p {
    display: block;
    height: 9.8rem;
    overflow: hidden;
  }
  .news__slider .swiper-slide:first-child .news__slide .item-content__block p.title {
    height: auto;
  }
  .news__slider .swiper-slide:last-child {
    display: none;
  }
}
@media screen and (max-width: 739.98px) {
  .news__slider .swiper-slide {
    margin: 0;
    height: auto;
    width: 100%;
    float: none;
  }
  .news__slider .swiper-slide:first-child {
    width: 100%;
    float: none;
  }
  .news__slider .swiper-slide:first-child .item-image {
    opacity: 1;
  }
  .news__slider .swiper-slide:first-child .item-content {
    position: absolute;
    z-index: 22;
    bottom: 0.8rem;
    left: 0.8rem;
    right: 0.8rem;
    min-height: 21rem;
    padding: 1.5rem 1.5rem 1rem;
    top: auto;
  }
}
@media screen and (max-width: 739.98px) {
  .news__slider__content {
    padding: 0;
    position: relative;
    margin: 0 -1.5rem 0 0;
  }
}
.news__slide {
  position: relative;
}
.news__slide .item-image {
  height: 56.6rem;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .news__slide .item-image {
    height: 41.8rem;
  }
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-image {
    height: 28rem;
    opacity: 0;
  }
}
.news__slide .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.6rem;
}
.news__slide img {
  width: 100%;
}
.news__slide__link {
  padding: 1.1rem 1.6rem;
  background: #F8F8FA;
  border-radius: 1.2rem;
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.4rem;
  color: #637381;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .news__slide__link:hover {
    color: #fff;
    background: #4A59E7;
  }
}
.news__slide .item-content {
  background: #fff;
  padding: 2.4rem 2.4rem 1.4rem;
  border-radius: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 17.6rem;
}
@media screen and (max-width: 999.98px) {
  .news__slide .item-content {
    min-height: 20.1rem;
  }
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 1.6rem;
    padding: 1.5rem 1.5rem 1rem;
  }
}
.news__slide .item-content__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1rem;
    margin: 0 0 0.5rem 0;
  }
}
.news__slide .item-content__info .note {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  color: #4A59E7;
  padding: 0.6rem 1.1rem;
  background: #F8F8FA;
  border-radius: 1rem;
  margin: 0;
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content__info .note {
    font-size: 1.2rem;
  }
}
.news__slide .item-content__info .date {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #919EAB;
  margin: 0;
}
.news__slide .item-content__block {
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content__block {
    margin: 0 0 1rem 0;
  }
}
.news__slide .item-content__block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #637381;
  margin: 0;
  display: none;
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content__block p {
    display: block;
    font-size: 1.4rem;
  }
}
.news__slide .item-content__block p.title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 1.2rem 0;
  display: block;
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content__block p.title {
    font-size: 1.4rem;
    margin: 0 0 0.5rem 0;
  }
}
.news__slide .item-content__act {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 739.98px) {
  .news__slide .item-content__act {
    gap: 1rem;
  }
}
.news__slide .item-content__act__blocks {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.news__slide .item-content__act__blocks .item-block {
  display: flex;
  align-items: center;
  gap: 0.4rem;
  padding: 0;
  border: 0;
  background: transparent;
}
.news__slide .item-content__act__blocks .item-block img {
  min-width: 1.4rem;
  max-width: 1.4rem;
}
.news__slide .item-content__act__blocks .item-block svg {
  min-width: 1.4rem;
  max-width: 1.4rem;
}
.news__slide .item-content__act__blocks .item-block svg path {
  fill: #C4CDD5;
  stroke: #C4CDD5;
}
.news__slide .item-content__act__blocks .item-block p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #919EAB;
  margin: 0;
}
.news-prev {
  display: none;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #EDF0F2;
  background: #fff;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  left: -1.6rem;
}
.news-prev img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
@media screen and (max-width: 739.98px) {
  .news-prev {
    display: flex;
  }
}
.news-next {
  display: none;
  width: 3.8rem;
  height: 3.8rem;
  border: 1px solid #EDF0F2;
  background: #fff;
  border-radius: 1rem;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  z-index: 10;
  right: 0.2rem;
}
.news-next img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
@media screen and (max-width: 739.98px) {
  .news-next {
    display: flex;
  }
}

.button-all {
  display: flex;
  padding: 0.8rem 1.2rem;
  background: #fff;
  align-items: center;
  gap: 0.8rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #161C24;
  text-decoration: none;
  border-radius: 1.2rem;
}
.button-all img {
  min-width: 2.4rem;
  max-width: 2.4rem;
}

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

.subscription {
  background: #4A59E7 url(../images/subscription-bg.png) top center no-repeat;
  background-size: cover;
  padding: 3.2rem;
  border-radius: 2rem;
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .subscription {
    display: block;
  }
}
@media screen and (max-width: 574.98px) {
  .subscription {
    background: #4A59E7 url(../images/subscription-bg-small.png) top center no-repeat;
  }
}
@media screen and (max-width: 419.98px) {
  .subscription {
    margin: 0 -2rem;
    padding: 3.2rem 2rem;
  }
}
.subscription__text {
  width: 100%;
}
.subscription__text h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: #fff;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 1599.98px) {
  .subscription__text h2 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 999.98px) {
  .subscription__text h2 {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .subscription__text h2 {
    font-size: 2.4rem;
    line-height: 120%;
  }
}
.subscription__text p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .subscription__text p {
    font-size: 1.6rem;
  }
}
.subscription__form {
  min-width: 65.6rem;
  max-width: 65.5rem;
}
@media screen and (max-width: 1599.98px) {
  .subscription__form {
    min-width: 54.6rem;
    max-width: 54.6rem;
  }
}
@media screen and (max-width: 999.98px) {
  .subscription__form {
    min-width: 100%;
    max-width: 100%;
    margin: 2.4rem 0 0 0;
  }
}
.subscription__form ::-webkit-input-placeholder {
  color: #fff;
}
.subscription__form ::-moz-placeholder {
  color: #fff;
}
.subscription__form :-moz-placeholder {
  color: #fff;
}
.subscription__form :-ms-input-placeholder {
  color: #fff;
}
.subscription__form form {
  display: flex;
  gap: 1.2rem;
  margin: 1.8rem 0 0 0;
}
@media screen and (max-width: 574.98px) {
  .subscription__form form {
    flex-direction: column;
  }
}
.subscription__form .form__group {
  width: 100%;
}
.subscription__form .form__control {
  border-radius: 1rem;
  padding: 1rem 1.6rem;
  border: 1px solid #fff;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
  background: transparent;
  width: 100%;
  outline: none;
}
@media screen and (max-width: 419.98px) {
  .subscription__form .form__control {
    padding: 1.4rem 1.6rem;
  }
}
.subscription__form .button {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 120%;
  color: #4A59E7;
  background: #fff;
  padding: 1.2rem 2.4rem;
  white-space: nowrap;
  border-radius: 1.2rem;
  border: 0;
  font-family: "Golos Text", sans-serif;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.subscription__form .button:disabled {
  opacity: 0.5;
  pointer-events: none;
}
@media screen and (max-width: 419.98px) {
  .subscription__form .button {
    padding: 1.6rem 2.4rem;
  }
}
.subscription__form p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  margin: 1.1em 0 0 0;
  color: #E5E8EB;
}
@media screen and (max-width: 419.98px) {
  .subscription__form p {
    font-size: 1.2rem;
    margin: 1.6rem 0 0;
  }
}
.subscription__form p a {
  font-weight: 500;
  color: #E5E8EB;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .subscription__form p a:hover {
    color: #fff;
    text-decoration: none;
  }
}

.footer {
  display: block;
}
.footer__block {
  margin: -9rem 0 0 0;
  padding: 15.2rem 0 0 0;
  background: #212B36;
  border-radius: 4rem 4rem 0 0;
}
@media screen and (max-width: 419.98px) {
  .footer__block {
    padding: 12rem 0 0 0;
  }
}
.footer__flex {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 1399.98px) {
  .footer__flex {
    display: block;
  }
}
.footer__menu {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 1399.98px) {
  .footer__menu {
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 574.98px) {
  .footer__menu {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.footer__menu__item {
  width: 100%;
  max-width: 20.4rem;
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 1599.98px) {
  .footer__menu__item {
    max-width: 18.4rem;
  }
}
@media screen and (max-width: 1399.98px) {
  .footer__menu__item {
    max-width: 48%;
  }
}
@media screen and (max-width: 574.98px) {
  .footer__menu__item {
    max-width: 100%;
  }
}
.footer__menu__item:last-child {
  max-width: 27rem;
}
@media screen and (max-width: 1399.98px) {
  .footer__menu__item:last-child {
    max-width: 48%;
  }
}
@media screen and (max-width: 574.98px) {
  .footer__menu__item:last-child {
    max-width: 100%;
  }
}
.footer__menu__item li {
  display: block;
  padding: 0;
  margin: 0 0 1.2rem;
}
.footer__menu__item li:last-child {
  margin: 0;
}
.footer__menu__item li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #F3F3F7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .footer__menu__item li a:hover {
    color: rgba(255, 255, 255, 0.7);
  }
}
.footer__contacts {
  min-width: 84.3rem;
  max-width: 84.3rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 1399.98px) {
  .footer__contacts {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 999.98px) {
  .footer__contacts {
    display: block;
  }
}
.footer__contacts_info {
  width: 100%;
  background: #161C24;
  border-radius: 1.2rem;
  padding: 2.4rem 1rem 2.4rem 2.4rem;
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
.footer__contacts_info .item-block {
  min-width: 35%;
  max-width: 35%;
}
@media screen and (max-width: 574.98px) {
  .footer__contacts_info .item-block {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer__contacts_info .item-block:nth-of-type(even) {
  min-width: 60%;
  max-width: 60%;
}
@media screen and (max-width: 574.98px) {
  .footer__contacts_info .item-block:nth-of-type(even) {
    min-width: 100%;
    max-width: 100%;
  }
}
.footer__contacts_info .item-block p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
.footer__contacts_info .item-block p.note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0.6rem 0;
}
.footer__contacts_info .item-block p a {
  color: #fff;
}
@media screen and (min-width: 740px) {
  .footer__contacts_info .item-block p a.letter:hover {
    color: #F7675F;
  }
  .footer__contacts_info .item-block p a:hover {
    color: #F7675F;
  }
}
.footer__contacts_info .item-block .social {
  display: flex;
  align-items: center;
  gap: 2.4rem;
  padding: 0;
  margin: 0;
}
.footer__contacts_info .item-block .social li {
  display: block;
  padding: 0;
  margin: 0;
}
.footer__contacts_info .item-block .social li a {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .footer__contacts_info .item-block .social li a.whatsapp:hover {
    color: #74CA35;
  }
  .footer__contacts_info .item-block .social li a:hover {
    color: #338AF3;
  }
}
.footer__contacts_social {
  min-width: 24.5rem;
  max-width: 24.5rem;
  background: #161C24;
  border-radius: 1.2rem;
  padding: 2.4rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 999.98px) {
  .footer__contacts_social {
    min-width: 100%;
    max-width: 100%;
    margin: 2.4rem 0 0 0;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (max-width: 574.98px) {
  .footer__contacts_social {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer__contacts_social p.note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.6);
  margin: 0 0 0.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .footer__contacts_social p.note {
    margin: 0;
  }
}
@media screen and (max-width: 574.98px) {
  .footer__contacts_social p.note {
    margin: 0 0 1.6rem 0;
  }
}
.footer__contacts_social .social__buttons {
  display: flex;
  gap: 1.2em;
  padding: 0;
  margin: 0;
}
.footer__contacts_social .social__buttons li {
  display: block;
  padding: 0;
  margin: 0;
}
.footer__contacts_social .social__buttons li a {
  display: flex;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  background: #fff;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.footer__contacts_social .social__buttons li a svg {
  width: auto;
  max-width: 2.3rem;
}
.footer__contacts_social .social__buttons li a svg path {
  fill: #4A59E7;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .footer__contacts_social .social__buttons li a:hover {
    background: #4A59E7;
  }
  .footer__contacts_social .social__buttons li a:hover svg path {
    fill: #fff;
  }
}
.footer__copy {
  padding: 4rem 0 5rem 0;
  margin: 3.8rem 0 0 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  gap: 2rem;
  justify-content: space-between;
}
@media screen and (max-width: 574.98px) {
  .footer__copy {
    flex-direction: column;
    gap: 1.2rem;
    align-items: center;
    justify-content: center;
  }
}
.footer__copy__block p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #919EAB;
  margin: 0;
}
@media screen and (max-width: 574.98px) {
  .footer__copy__block p {
    text-align: center;
  }
}
.footer__copy__block p a {
  color: #919EAB;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .footer__copy__block p a:hover {
    color: #fff;
    text-decoration: none;
  }
}
.footer__partners {
  background: #fff;
  padding: 3rem 0;
}
.footer__partners__block {
  display: flex;
  justify-content: center;
  gap: 8.7rem;
}
@media screen and (max-width: 999.98px) {
  .footer__partners__block {
    flex-wrap: wrap;
    gap: 2rem;
  }
}
.footer__partners__item {
  width: auto;
  max-width: 15.3rem;
  height: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .footer__partners__item {
    margin: 0 5rem;
  }
}
@media screen and (max-width: 574.98px) {
  .footer__partners__item {
    margin: 0 1rem;
  }
}
@media screen and (max-width: 419.98px) {
  .footer__partners__item {
    margin: 0;
    max-width: 9.2rem;
  }
}
.footer__partners__item img {
  width: 100%;
}

.countries {
  display: block;
}
.countries h1 {
  margin-bottom: 3.2rem;
}
.countries__search {
  margin: 3.2rem 0 4.8rem;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  gap: 0.8rem;
  background: #fff;
  padding: 1.2rem;
  border-radius: 1.2rem;
  border: 1px solid #fff;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .countries__search:hover {
    border-color: #4A59E7;
  }
}
.countries__search.active {
  border-color: #4A59E7;
}
.countries__search.active .button svg path {
  stroke: #4A59E7;
}
@media screen and (max-width: 574.98px) {
  .countries__search {
    margin: 2.5rem 0 2.5rem;
  }
}
.countries__search ::-webkit-input-placeholder {
  color: #919EAB;
}
.countries__search ::-moz-placeholder {
  color: #919EAB;
}
.countries__search :-moz-placeholder {
  color: #919EAB;
}
.countries__search :-ms-input-placeholder {
  color: #919EAB;
}
.countries__search .button {
  min-width: 1.6rem;
  max-width: 1.6rem;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.countries__search .button svg path {
  stroke: #637381;
  transition: all 400ms ease-in-out;
}
.countries__search .input {
  width: 100%;
  padding: 0;
  border: 0;
  outline: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #161C24;
  transition: all 400ms ease-in-out;
}
.countries__block {
  padding: 5rem 5rem 3.5rem;
  border-radius: 2.4rem;
  background: #fff;
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 3rem;
  -moz-column-gap: 3rem;
  column-gap: 3rem;
}
@media screen and (max-width: 999.98px) {
  .countries__block {
    padding: 0;
    border-radius: 0;
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
    background: transparent;
  }
}
@media screen and (max-width: 574.98px) {
  .countries__block {
    margin: 0 -2rem;
  }
}
.countries__item {
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 999.98px) {
  .countries__item {
    display: block;
    padding: 3.2rem;
    margin: 0 0 2.4rem;
    background: #fff;
    border-radius: 2.4rem;
  }
  .countries__item:last-child {
    margin: 0;
  }
}
@media screen and (max-width: 574.98px) {
  .countries__item {
    padding: 2.4rem 2rem;
  }
  .countries__item.show-button .button {
    display: flex;
  }
  .countries__item.active .countries__list__item {
    display: block;
  }
}
.countries__item .button {
  display: none;
  margin: 1.6rem 0 0;
  align-items: center;
  justify-content: center;
  gap: 0.4rem;
  width: 100%;
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 120%;
  padding: 1.2rem;
  border: 0;
  color: #4A59E7;
  background: #F8F8FA;
  border-radius: 1rem;
}
.countries__item .button img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.countries__item .button span {
  color: #4A59E7;
}
.countries__item .button span.text-expand {
  display: block;
}
.countries__item .button span.text-turn {
  display: none;
}
.countries__item .button.active span.text-expand {
  display: none;
}
.countries__item .button.active span.text-turn {
  display: block;
}
.countries__item .button.active img {
  transform: rotate(45deg);
}
.countries__letter {
  min-width: 3.6rem;
  max-width: 3.6rem;
  border-radius: 0.8rem;
  background: #F1F3F8;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .countries__letter {
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 0 2.4rem;
    display: block;
    background: transparent;
  }
}
@media screen and (max-width: 574.98px) {
  .countries__letter {
    margin: 0 0 1.6rem 0;
  }
}
.countries__letter p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .countries__letter p {
    font-family: "DrukWideCyrMedium";
    font-weight: 500;
    font-size: 2.4rem;
    line-height: 120%;
  }
}
@media screen and (max-width: 574.98px) {
  .countries__letter p {
    font-size: 1.8rem;
  }
}
.countries__list {
  padding: 0;
  margin: 0 0 2rem 0;
  display: block;
  overflow: hidden;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .countries__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 1.2rem;
    -moz-column-gap: 1.2rem;
    column-gap: 1.2rem;
    margin: 0;
  }
}
@media screen and (max-width: 574.98px) {
  .countries__list {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.countries__list__item {
  padding: 0;
  margin: 0;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .countries__list__item {
    overflow: hidden;
  }
}
@media screen and (max-width: 574.98px) {
  .countries__list__item {
    display: none;
  }
  .countries__list__item:nth-child(-n+10) {
    display: block;
  }
}
.countries__list__link {
  padding: 0.7rem 0.8rem;
  border-radius: 1.2rem;
  background: #fff;
  text-decoration: none;
  transition: all 400ms ease-in-out;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.countries__list__link d .item-icon {
  min-width: 2.8rem;
  max-width: 2.8rem;
  height: 2.8rem;
  display: block;
}
.countries__list__link d .item-icon img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}
.countries__list__link .item-content {
  width: 100%;
}
.countries__list__link .item-content .title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #212B36;
  display: block;
  margin: 0;
}
.countries__list__link .item-content .note {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
  display: block;
}
@media screen and (min-width: 740px) {
  .countries__list__link:hover {
    background: #F3F3F7;
    text-decoration: none;
  }
}

.projects {
  margin: 5.7rem 0 0 0;
}
@media screen and (max-width: 999.98px) {
  .projects {
    overflow: hidden;
  }
}
@media screen and (max-width: 419.98px) {
  .projects {
    margin: 0;
    overflow: visible;
  }
}
.projects__banner {
  margin: 8rem 0;
  background: #161C24;
  padding: 4rem;
  border-radius: 5rem;
  display: flex;
  align-items: center;
  gap: 6rem;
}
@media screen and (max-width: 999.98px) {
  .projects__banner {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__banner {
    margin: 8rem -2rem;
    border-radius: 3.2rem;
    padding: 3.2rem 2rem;
    gap: 4rem;
    overflow: hidden;
  }
}
.projects__banner__images {
  min-width: 61.8rem;
  max-width: 61.8rem;
  height: 35.8rem;
  position: relative;
}
@media screen and (max-width: 1599.98px) {
  .projects__banner__images {
    min-width: 59rem;
    max-width: 59rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .projects__banner__images {
    min-width: 49rem;
    max-width: 49rem;
  }
}
@media screen and (max-width: 999.98px) {
  .projects__banner__images {
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__banner__images {
    height: 31rem;
  }
}
.projects__banner__images img {
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  border-radius: 3rem;
}
.projects__banner__img {
  position: absolute;
  top: -7rem;
  left: 0;
  right: 0;
  bottom: -4rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .projects__banner__img {
    justify-content: flex-end;
    right: -7rem;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__banner__img {
    justify-content: center;
    right: -3.5rem;
    bottom: -3.2rem;
    top: -3rem;
    left: -1.5rem;
  }
}
.projects__banner__img img {
  border-radius: 0;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.projects__banner__content {
  width: 100%;
}
@media screen and (max-width: 419.98px) {
  .projects__banner__content .button {
    width: 100%;
    margin: 0.8rem 0 0;
  }
}
.projects__banner__content h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .projects__banner__content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__banner__content h2 {
    font-size: 1.8rem;
  }
}
.projects__banner__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #fff;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 419.98px) {
  .projects__banner__content p {
    margin: 0 0 2rem 0;
    line-height: 132%;
  }
}
.projects__banner__content p.note {
  font-weight: 600;
}
.projects__program {
  margin: 8rem 0;
}
@media screen and (max-width: 999.98px) {
  .projects__program {
    margin: 8rem 0 0;
  }
}
.projects__program__block {
  background: linear-gradient(90deg, #6C9FC7 34.74%, #F2B4B8 100%);
  display: flex;
  align-items: flex-start;
  gap: 2rem;
  padding: 5rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .projects__program__block {
    padding: 4rem;
    display: block;
    overflow: hidden;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__program__block {
    margin: 0 -2rem;
    padding: 3.2rem 2rem;
  }
}
.projects__program__content {
  min-width: 61rem;
  max-width: 61rem;
}
@media screen and (max-width: 999.98px) {
  .projects__program__content {
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 32rem;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__program__content {
    height: 39rem;
    position: relative;
    z-index: 5;
  }
  .projects__program__content .button {
    width: 100%;
  }
}
.projects__program__content h4 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 419.98px) {
  .projects__program__content h4 {
    font-size: 1.8rem;
  }
}
.projects__program__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #fff;
  margin: 0 0 2.6rem 0;
}
.projects__program__image {
  width: 100%;
  position: relative;
}
.projects__program__image img {
  width: 42.7rem;
  height: 39.2rem;
  position: absolute;
  top: -14rem;
  right: 6rem;
}
@media screen and (max-width: 1239.98px) {
  .projects__program__image img {
    right: 1rem;
  }
}
@media screen and (max-width: 999.98px) {
  .projects__program__image img {
    right: 2rem;
    width: 30rem;
    height: 27.4rem;
    top: auto;
    bottom: -8rem;
  }
}
@media screen and (max-width: 574.98px) {
  .projects__program__image img {
    right: -1rem;
  }
}
@media screen and (max-width: 419.98px) {
  .projects__program__image img {
    right: 1rem;
    bottom: -6rem;
  }
}

.media {
  display: block;
}
.media h3 {
  margin: 0 0 3.2rem 0;
}
.media__block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.media__item {
  width: calc(50% - 1rem);
  background: #fff;
  height: 32rem;
  padding: 3.2rem;
  border-radius: 2.4rem;
  position: relative;
}
@media screen and (max-width: 1599.98px) {
  .media__item {
    height: 28rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .media__item {
    height: 24rem;
  }
}
@media screen and (max-width: 999.98px) {
  .media__item {
    height: 32rem;
    padding: 2.4rem;
    overflow: hidden;
  }
}
@media screen and (max-width: 574.98px) {
  .media__item {
    width: 100%;
  }
}
.media__item:first-child .media__item__images {
  right: 10rem;
}
@media screen and (max-width: 1599.98px) {
  .media__item:first-child .media__item__images {
    right: 6rem;
  }
}
@media screen and (max-width: 999.98px) {
  .media__item:first-child .media__item__images {
    right: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .media__item:first-child .media__item__images {
    right: -3rem;
  }
}
.media__item__content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  position: relative;
  z-index: 5;
}
.media__item__content p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: rgba(34, 34, 34, 0.9);
  margin: 0 0 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .media__item__content p {
    margin: 0 0 1.2rem 0;
    font-size: 1.6rem;
  }
}
.media__item__content p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 120%;
  color: #242429;
}
@media screen and (max-width: 419.98px) {
  .media__item__content p.title {
    font-size: 1.8rem;
  }
}
.media__item__images {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-end;
  z-index: 2;
}
@media screen and (max-width: 999.98px) {
  .media__item__images {
    top: 12rem;
    right: -7rem;
  }
}
@media screen and (max-width: 419.98px) {
  .media__item__images {
    top: 9rem;
    right: -12rem;
  }
}
.media__item__images img {
  width: auto;
  height: 100%;
  max-width: 100%;
  object-fit: contain;
}
.media__distribution {
  margin: 8rem 0;
  display: flex;
}
@media screen and (max-width: 999.98px) {
  .media__distribution {
    display: block;
    margin: 8rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .media__distribution {
    margin: 8rem -2rem;
    background: #fff;
    border-radius: 2.4rem;
    display: flex;
    flex-direction: column-reverse;
  }
}
.media__distribution__form {
  width: 100%;
  padding: 4rem;
  border-radius: 3rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .media__distribution__form {
    width: 100%;
  }
  .media__distribution__form .form__flex {
    flex-wrap: wrap;
  }
  .media__distribution__form .form__flex .form__flex__group {
    width: calc(50% - 0.8rem);
  }
  .media__distribution__form .form__flex .form__flex__group:first-child {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .media__distribution__form .form__flex .form__flex__group {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .media__distribution__form {
    padding: 4rem 2rem;
    border-radius: 2.4rem;
  }
}
.media__distribution__form h3 {
  margin: 0 0 1.6rem 0;
}
.media__distribution__form p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 419.98px) {
  .media__distribution__form p {
    margin: 0 0 2.4rem 0;
  }
}
.media__distribution__form .button:disabled {
  opacity: 0.7;
}
.media__distribution__image {
  min-width: 49rem;
  max-width: 9rem;
  height: 33.9rem;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .media__distribution__image {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: 47.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .media__distribution__image {
    height: 36rem;
  }
}
@media screen and (max-width: 419.98px) {
  .media__distribution__image {
    height: 28rem;
  }
}
.media__distribution__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3rem;
}
@media screen and (max-width: 419.98px) {
  .media__distribution__image img {
    border-radius: 2.4rem;
  }
}

.form__flex {
  display: flex;
  align-items: flex-start;
  gap: 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .form__flex {
    display: block;
  }
}
.form__flex__group {
  width: 100%;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 419.98px) {
  .form__flex__group {
    margin: 0 0 1.5rem 0;
  }
}
.form__flex__group.error .form__control {
  border-color: #D80027;
}
.form__flex__group.error .error-text {
  opacity: 1;
}
.form__flex__group .error-text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #D80027;
  opacity: 0;
  transition: all 400ms ease-in-out;
}
.form__flex__group label {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #454F5B;
  margin: 0 0 0.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}
.form__flex__group .form__control {
  background: #F8F8FA;
  font-size: 1.4rem;
  line-height: 2rem;
  color: #161C24;
  border-radius: 1.6rem;
  padding: 1.7rem 1.6rem;
  width: 100%;
  border: 1px solid #F8F8FA;
  box-shadow: none;
  outline: none;
  transition: all 400ms ease-in-out;
}
.form__act {
  display: flex;
  gap: 1.6rem;
  align-items: center;
  margin: 0.8rem 0 0 0;
  justify-content: space-between;
}
@media screen and (max-width: 419.98px) {
  .form__act {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: center;
  }
}
@media screen and (max-width: 419.98px) {
  .form__act {
    margin: 0;
  }
  .form__act .button {
    width: 100%;
  }
}
.form__act p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .form__act p {
    max-width: 40rem;
  }
}
@media screen and (max-width: 419.98px) {
  .form__act p {
    text-align: center;
  }
}
.form__act p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .form__act p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}

.radiobox {
  margin: 0;
  padding: 0.8rem;
  display: flex;
  gap: 0.8rem;
  background: #F8F8FA;
  border-radius: 1.6rem;
}
.radiobox p {
  margin: 0;
  flex: 1;
}
.radiobox input[type=radio] {
  position: absolute;
  left: -9999px;
}
.radiobox input[type=radio] + label {
  padding: 1.1rem;
  cursor: pointer;
  display: block;
  transition: all 400ms ease-in-out;
  background: #fff;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  color: #454F5B;
  text-align: center;
}
.radiobox input[type=radio]:checked + label {
  color: #fff;
  background: #4A59E7;
}

.main-wrap {
  gap: 6rem;
  display: flex;
  align-items: flex-start;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 999.98px) {
  .main-wrap {
    display: block;
  }
}
@media screen and (max-width: 419.98px) {
  .main-wrap {
    margin: 0;
  }
}
.main__aside {
  min-width: 28rem;
  max-width: 28rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .main__aside {
    position: sticky;
    top: 8rem;
    z-index: 10;
  }
}
@media screen and (max-width: 419.98px) {
  .main__aside {
    top: 7rem;
  }
}
.main__aside__closed {
  min-width: 6rem;
  max-width: 6rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 419.98px) {
  .main__aside__closed {
    min-width: 100%;
    max-width: 100%;
  }
}
.main__aside__closed .main__aside__menu {
  min-width: 28rem;
  max-width: 28rem;
}
.main__aside__closed .main__aside__block {
  min-width: 28rem;
  max-width: 28rem;
  transition: all 300ms ease-in-out;
  transform: translateX(12rem);
}
.main__aside__closed .main__aside__menu li.active .text {
  transform: translateX(12rem);
  transition: all 300ms ease-in-out;
}
.main__aside__closed .main__aside__menu li a .text {
  transform: translateX(12rem);
  transition: all 300ms ease-in-out;
}
.main__aside__closed .main__aside__menu li {
  max-width: 4.6rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .main__aside__closed .main__aside__menu {
    min-width: 100%;
    max-width: 100%;
  }
  .main__aside__closed .main__aside__block {
    min-width: 100%;
    max-width: 100%;
    transition: all 300ms ease-in-out;
  }
  .main__aside__closed .main__aside__menu li.active .text {
    transform: translateX(0rem);
  }
  .main__aside__closed .main__aside__menu li a .text {
    transform: translateX(0rem);
  }
  .main__aside__closed .main__aside__menu li {
    max-width: 100%;
  }
  .main__aside__closed .main__aside__mobile {
    left: -40rem;
    transition: all 300ms ease-in-out;
  }
}
.main__aside__block {
  transition: all 300ms ease-in-out;
  transform: translateX(0rem);
  min-width: 28rem;
  max-width: 28rem;
}
@media screen and (max-width: 419.98px) {
  .main__aside__block {
    min-width: 100%;
    max-width: 100%;
  }
}
.main__aside .sidebar__advertising,
.main__aside .sidebar__subscription {
  margin: 1.6rem 0;
}
.main__aside__button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
}
.main__aside__button img {
  min-width: 1.8rem;
  max-width: 1.8rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .main__aside__button img {
    display: none;
  }
}
.main__aside__button .button-close {
  padding: 1.25rem 1.4rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .main__aside__button .button-close {
    padding: 1.2rem 1.2rem 1.2rem 3.8rem;
    background: #fff url(../images/burger.svg) 1.2rem 1.2rem no-repeat;
    background-size: 2rem;
  }
}
.main__aside__button span.text {
  color: #242429;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  transition: all 300ms ease-in-out;
}
.main__aside__button span.button-open {
  color: #4A59E7;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  transform: translateX(12rem);
  display: block;
  padding: 1.1rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__aside__button span.button-open {
    display: none;
  }
}
.main__aside__button.open img {
  transform: scale(-1, 1);
}
.main__aside__button.open span.text {
  transform: translateX(-3rem);
  opacity: 0;
}
.main__aside__button.open span.button-open {
  transform: translateX(-6rem);
}
.main__aside__button.open .button-close {
  background: transparent;
}
@media screen and (max-width: 999.98px) {
  .main__aside__button.open span.text {
    transform: translateX(0rem);
    opacity: 1;
  }
  .main__aside__button.open span.button-open {
    transform: translateX(0em);
  }
  .main__aside__button.open .button-close {
    background: #fff url(../images/burger.svg) 1.2rem 1.2rem no-repeat;
  }
}
.main__aside__menu {
  display: block;
  padding: 0;
  margin: 0 0 1rem 0;
}
.main__aside__menu li {
  display: block;
  padding: 0;
  margin: 0;
  transition: all 300ms ease-in-out;
}
.main__aside__menu li.active {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 1.2rem;
  background: #4A59E7;
}
.main__aside__menu li.active .icon {
  min-width: 4.6rem;
  max-width: 4.6rem;
  height: 4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__aside__menu li.active .icon svg path {
  fill: #fff;
}
.main__aside__menu li.active .text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #fff;
  margin: 0 0 0 -0.8rem;
  white-space: nowrap;
  transition: all 300ms ease-in-out;
}
.main__aside__menu li a {
  display: flex;
  width: 100%;
  align-items: center;
  border-radius: 1.2rem;
}
.main__aside__menu li a .icon {
  min-width: 4.6rem;
  max-width: 4.6rem;
  height: 4.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__aside__menu li a .icon svg path {
  fill: #919EAB;
}
.main__aside__menu li a .text {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #242429;
  margin: 0 0 0 -0.8rem;
  white-space: nowrap;
  transition: all 300ms ease-in-out;
}
.main__aside__menu li a.active {
  background: #4A59E7;
  pointer-events: none;
}
.main__aside__menu li a.active .icon svg path {
  fill: #fff;
}
.main__aside__menu li a.active .text {
  color: #fff;
}
@media screen and (min-width: 1000px) {
  .main__aside__menu li a:hover {
    background: #edf0f2;
  }
}
@media screen and (max-width: 999.98px) {
  .main__aside__mobile {
    position: fixed;
    top: 6.6rem;
    left: 0rem;
    min-width: 32rem;
    max-width: 32rem;
    background: #F8F8FA;
    z-index: 55;
    bottom: 0;
    overflow: auto;
    transition: all 400ms ease-in-out;
    padding: 2rem 1rem;
  }
}
@media screen and (max-width: 419.98px) {
  .main__aside__mobile {
    top: 6rem;
    min-width: 100%;
    max-width: 100%;
  }
}
.main__aside__mobile .aside__close {
  display: none;
  align-items: center;
  gap: 0.8rem;
  transition: all 300ms ease-in-out;
  margin: 0 0 1.6rem 0;
  background: transparent;
  border: 0;
  padding: 0;
}
.main__aside__mobile .aside__close img {
  transform: scale(-1, 1);
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.main__aside__mobile .aside__close span {
  color: #4A59E7;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  transition: all 300ms ease-in-out;
  white-space: nowrap;
  display: block;
  padding: 0.5rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__aside__mobile .aside__close {
    display: flex;
  }
}
.main-content {
  width: 100%;
  background: #f8f8fa;
  position: relative;
  z-index: 3;
  transition: all 300ms ease-in-out;
}
.main-content .search__country__item {
  width: calc(50% - 2.4rem);
}
@media screen and (max-width: 1239.98px) {
  .main-content .search__country__item {
    width: 100%;
  }
}
.main-content__closed {
  transition: all 300ms ease-in-out;
}
.main-content__closed .country__banner {
  max-width: 130rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1599.98px) {
  .main-content__closed .country__banner {
    max-width: 114.5rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .main-content__closed .country__banner {
    max-width: 105rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main-content__closed .country__banner {
    max-width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .main-content__closed .country__banner {
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
  }
}
.main-content__closed .country__content__slider {
  max-width: 120rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1599.98px) {
  .main-content__closed .country__content__slider {
    max-width: 105rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .main-content__closed .country__content__slider {
    max-width: 95rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main-content__closed .country__content__slider {
    max-width: 100%;
  }
}
.main-content__closed .search__country__item {
  width: calc(33.3333333333% - 2.4rem);
}
@media screen and (max-width: 1599.98px) {
  .main-content__closed .search__country__item {
    width: calc(50% - 2.4rem);
  }
}
@media screen and (max-width: 999.98px) {
  .main-content__closed .search__country__item {
    width: 100%;
  }
}

.weather {
  background: #EDF0F2;
  margin: 0 0 1.2rem;
  border-radius: 1.2rem;
  padding: 1.4rem;
}
.weather__inner {
  margin: 0 0 1rem 0;
}
.weather__item {
  display: flex;
  align-items: center;
  gap: 1rem;
  justify-content: space-between;
  margin: 0 0 0.4rem 0;
}
.weather__item__link {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 120%;
  color: #242429;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .weather__item__link:hover {
    color: #4A59E7;
    text-decoration: none;
  }
}
.weather__item__desc {
  display: flex;
  align-items: center;
  gap: 1rem;
  min-width: 9.6rem;
  max-width: 9.6rem;
  justify-content: space-between;
}
.weather__item__desc span {
  font-weight: 600;
  font-size: 1.3rem;
  line-height: 120%;
  color: #161C24;
}
.weather__item__desc img {
  min-width: 2.2rem;
  max-width: 2.2rem;
}
.weather .all-countries {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 16px;
  color: #8D8D9F;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .weather .all-countries:hover {
    color: #161C24;
    text-decoration: none;
  }
}

.country {
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 999.98px) {
  .country {
    margin-top: 2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .country {
    margin: 1.2rem 0 0;
  }
}
.country__caption {
  display: flex;
  align-items: center;
  margin: 0 0 6rem 0;
  gap: 1.6rem;
}
@media screen and (max-width: 999.98px) {
  .country__caption {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .country__caption {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 1.2rem;
    margin: 0 0 2rem 0;
  }
}
.country__caption h1 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 120%;
  color: #161C24;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .country__caption h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .country__caption h1 {
    font-size: 2rem;
  }
}
.country__caption__icon {
  min-width: 5.6rem;
  max-width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  padding: 0.4rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .country__caption__icon {
    min-width: 3.6rem;
    max-width: 3.6rem;
    height: 3.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .country__caption__icon {
    padding: 0.2rem;
  }
}
.country__caption__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: contain;
  object-position: center;
}
.country__banner {
  position: relative;
  margin: 0 0 8.2rem 0;
  max-width: 108.8rem;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1599.98px) {
  .country__banner {
    max-width: 92rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .country__banner {
    max-width: 83rem;
  }
}
@media screen and (max-width: 999.98px) {
  .country__banner {
    margin: 0 0 5.2rem 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .country__banner {
    margin: 0 -2rem 3.2rem;
    max-width: calc(100% + 4rem);
    width: calc(100% + 4rem);
  }
}
.country__banner__nav {
  position: absolute;
  bottom: 2.2rem;
  right: 2.9rem;
  display: flex;
  gap: 1rem;
  z-index: 5;
}
@media screen and (max-width: 419.98px) {
  .country__banner__nav {
    bottom: 2.4rem;
    right: 2rem;
  }
}
.country-prev {
  position: initial;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .country-prev:hover {
    background: rgb(0, 0, 0);
  }
}
.country-prev img {
  width: 100%;
  max-width: 0.7rem;
}
.country-next {
  position: initial;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 1.2rem;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .country-next:hover {
    background: rgb(0, 0, 0);
  }
}
.country-next img {
  width: 100%;
  max-width: 0.7rem;
}
.country__slide {
  position: relative;
}
.country__slide__image {
  height: 32rem;
  width: 100%;
  border-radius: 3rem;
  position: relative;
}
.country__slide__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3rem;
  background: linear-gradient(360deg, rgba(0, 0, 0, 0) 31.58%, rgba(0, 0, 0, 0.3) 83.78%);
  z-index: 3;
}
.country__slide__image img, .country__slide__image picture {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3rem;
}
.country__slide__content {
  position: absolute;
  right: 13.8rem;
  bottom: 2.8rem;
  z-index: 5;
  padding: 0.5rem 0.8rem;
  background: #F1F3F8;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #637381;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 419.98px) {
  .country__slide__content {
    bottom: 3.1rem;
    left: 2rem;
    right: auto;
  }
}
.country__slide__content svg {
  min-width: 1.5rem;
  max-width: 1.5rem;
  height: 1.5rem;
}
.country__slide__content svg path {
  stroke: #637381;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .country__slide__content:hover {
    background: #4A59E7;
    color: #fff;
  }
  .country__slide__content:hover svg path {
    stroke: #fff;
  }
}
.country__content {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 999.98px) {
  .country__content {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .country__content {
    margin: 0 -2rem;
    padding: 3.2rem 2rem;
  }
}
.country__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 132%;
  color: #161C24;
  margin: 0 0 2rem 0;
}
.country__content p:last-child {
  margin: 0;
}
.country__content p strong {
  font-weight: 600;
}
@media screen and (max-width: 419.98px) {
  .country__content p {
    font-size: 1.4rem;
    line-height: 128%;
  }
}
.country__content__item {
  margin: 0 0 4rem 0;
}
.country__content__item:last-child {
  margin: 0;
}
.country__content__item .button {
  padding: 1.3rem 2.4rem;
  font-size: 1.4rem;
}
@media screen and (max-width: 419.98px) {
  .country__content__item .button {
    width: 100%;
  }
}
.country__content__item h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #161C24;
  margin: 3.2rem 0 1.6rem;
}
.country__content__item ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.country__content__item ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.country__content__item ul li:last-child {
  margin: 0;
}
.country__content__item ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.country__content__item ul li strong {
  font-weight: 600;
  color: #161C24;
}
.country__content__item ol {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
  counter-reset: country-name;
}
.country__content__item ol li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.country__content__item ol li:last-child {
  margin: 0;
}
.country__content__item ol li:before {
  counter-increment: country-name;
  content: counter(country-name) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.country__content__item ol li strong {
  font-weight: 600;
  color: #161C24;
}
.country__content__item_column {
  display: flex;
  gap: 4rem;
  margin: 3.2rem 0 0 0;
}
@media screen and (max-width: 419.98px) {
  .country__content__item_column {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.country__content__item_column .item-block {
  flex: 1;
}
.country__content__item_column .item-block h5 {
  margin: 0 0 1.6rem 0;
}
.country__content__item_column .item-block p {
  margin: 0;
}
.country__content__item_contacts {
  display: flex;
  gap: 4rem;
}
@media screen and (max-width: 419.98px) {
  .country__content__item_contacts {
    flex-direction: column;
    gap: 2.4rem;
  }
}
.country__content__item_contacts .item-block {
  flex: 1;
}
.country__content__item_contacts p.title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #161C24;
  margin: 0 0 0.8rem 0;
}
.country__content__item_contacts ul {
  margin: 0;
  padding: 0;
  display: block;
}
.country__content__item_contacts ul li {
  display: block;
  padding: 0;
  margin: 0 0 1.2rem 0;
  position: relative;
  font-size: 1.6rem;
  line-height: 130%;
  font-weight: 600;
  color: #161C24;
}
.country__content__item_contacts ul li:before {
  display: none;
}
.country__content__item_contacts ul li:last-child {
  margin: 0;
}
.country__content__item_contacts ul li .text {
  font-weight: 400;
  color: #161C24;
}
.country__content__item_contacts ul li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .country__content__item_contacts ul li a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.country__content__item_contacts ul li .note {
  font-weight: 400;
  opacity: 0.7;
}
.country__content__caption {
  margin: 0 0 1.6rem 0;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 419.98px) {
  .country__content__caption {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.country__content__caption .item-icon {
  background: #F1F3F8;
  border-radius: 0.8rem;
  min-width: 3.2rem;
  max-width: 3.2rem;
  height: 3.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.country__content__caption .item-icon img {
  width: 100%;
  max-width: 1.8rem;
}
.country__content__caption h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #242429;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .country__content__caption h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .country__content__caption h2 {
    font-size: 1.8rem;
  }
}
.country__content__caption h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #242429;
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .country__content__caption h3 {
    font-size: 1.8rem;
  }
}
.country__content__slider {
  max-width: 98rem;
  margin: 4rem 0;
  transition: all 300ms ease-in-out;
}
@media screen and (max-width: 1599.98px) {
  .country__content__slider {
    max-width: 83rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .country__content__slider {
    max-width: 73.5rem;
  }
}
@media screen and (max-width: 999.98px) {
  .country__content__slider {
    max-width: 100%;
  }
}
.country__content__info {
  background: #F8F8FA;
  padding: 3.2rem;
  border-radius: 2.4rem;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 419.98px) {
  .country__content__info {
    padding: 1.6rem;
  }
}
.country__content__info .item-icon {
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.country__content__info .item-icon img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.country__content__info h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  vertical-align: middle;
  color: #161C24;
  margin: 0 0 1.3rem 0;
}
.country__content__info p {
  margin: 0 0 1.2rem 0;
}
.country__content__info p:last-child {
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .country__small__slider {
    margin-right: -2rem;
  }
}
.country__small__slider:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 9.4rem;
  z-index: 5;
  background: linear-gradient(270deg, #FFFFFF 66.42%, rgba(255, 255, 255, 0) 100%);
}
@media screen and (max-width: 1599.98px) {
  .country__small__slider:after {
    right: -0.5rem;
  }
}
@media screen and (max-width: 999.98px) {
  .country__small__slider:after {
    display: none;
  }
}
.country__small__slider .swiper-slide {
  width: 13.4rem;
  height: 9rem;
  margin: 0 1.2rem 0 0;
  border: 2px solid #fff;
  border-radius: 1.2rem;
  transition: all 400ms ease-in-out;
  cursor: pointer;
}
.country__small__slider .swiper-slide-thumb-active {
  border-color: #D63F3F;
}
.country__small__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.2rem;
}
.country__big__slider {
  margin: 0 0 1.6rem 0;
}
.country__big__slider .swiper-slide {
  height: 52.3rem;
}
@media screen and (max-width: 999.98px) {
  .country__big__slider .swiper-slide {
    height: 46.5rem;
  }
}
@media screen and (max-width: 419.98px) {
  .country__big__slider .swiper-slide {
    height: 30rem;
  }
}
.country__big__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  border-radius: 1.6rem;
  object-fit: cover;
  object-position: center;
}
.country__big-prev {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2.1rem);
  left: 3.5rem;
  z-index: 5;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .country__big-prev {
    left: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .country__big-prev:hover {
    background: #F8F8FA;
  }
}
.country__big-prev img {
  width: 100%;
  max-width: 2.4rem;
}
.country__big-next {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2.1rem);
  right: 3.5rem;
  z-index: 5;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .country__big-next {
    right: 1.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .country__big-next:hover {
    background: #F8F8FA;
  }
}
.country__big-next img {
  width: 100%;
  max-width: 2.4rem;
}
.country__big-pagination {
  position: absolute;
  bottom: 2rem;
  background: #212B36;
  left: 50%;
  transform: translateX(-50%);
  z-index: 7;
  width: auto;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 120%;
  color: #fff;
}
.country__cities {
  margin: 5rem 0 6rem;
}
@media screen and (max-width: 419.98px) {
  .country__cities {
    margin: 6rem 0;
  }
}
.country__cities__block {
  padding: 5rem 3.8rem 3rem;
  border-radius: 2.4rem;
  background: #fff;
  -webkit-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 3rem;
  column-gap: 3rem;
}
.country__cities__block.open {
  max-height: 100%;
}
@media screen and (max-width: 999.98px) {
  .country__cities__block {
    -webkit-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 419.98px) {
  .country__cities__block {
    -webkit-column-count: auto;
    column-count: auto;
    padding: 2.4rem 1.6rem;
    max-height: 30.8rem;
    overflow: hidden;
    display: block;
    transition: all 400ms ease-in-out;
  }
  .country__cities__block__full {
    max-height: 100%;
  }
}
.country__cities__item {
  display: flex;
  gap: 1.6rem;
  overflow: hidden;
}
.country__cities__button {
  display: none;
}
@media screen and (max-width: 419.98px) {
  .country__cities__button {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2.4rem 0 0;
  }
}
.country__cities__button .button {
  font-size: 1.4rem;
  padding: 1.3rem;
  position: relative;
}
.country__cities__button .button span {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 400ms ease-in-out;
  opacity: 0;
}
.country__cities__button .button.active {
  color: transparent;
}
.country__cities__button .button.active span {
  opacity: 1;
}
.country__cities__letter {
  min-width: 3.6rem;
  max-width: 3.6rem;
  border-radius: 0.8rem;
  background: #F1F3F8;
  height: 3.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.country__cities__letter p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.country__cities__list {
  margin: 0 0 2rem 0;
  padding: 0;
  display: block;
}
.country__cities__list li {
  display: block;
  margin: 1rem 0 0 0;
  padding: 0;
}
.country__cities__list li a {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .country__cities__list li a:hover {
    color: #161C24;
    text-decoration: none;
    opacity: 0.7;
  }
}

.tour__banner {
  margin: 8rem 0;
  background: linear-gradient(180deg, #DAECFF 0%, #D6E7FB 100%);
  border-radius: 2rem;
  display: flex;
  gap: 0.5rem;
}
@media screen and (max-width: 999.98px) {
  .tour__banner {
    overflow: hidden;
  }
}
@media screen and (max-width: 419.98px) {
  .tour__banner {
    padding: 2rem;
    height: 35rem;
    position: relative;
  }
}
.tour__banner__content {
  padding: 4.4rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
@media screen and (max-width: 419.98px) {
  .tour__banner__content {
    padding: 0;
    position: relative;
    z-index: 4;
  }
}
.tour__banner__content h3 {
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 419.98px) {
  .tour__banner__content h3 {
    margin: 0 0 1.6rem 0;
  }
}
.tour__banner__content p {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 120%;
  margin: 0 0 2rem 0;
  color: #454F5B;
  max-width: 50rem;
}
@media screen and (max-width: 419.98px) {
  .tour__banner__content p {
    font-size: 1.4rem;
  }
}
.tour__banner__content .button {
  padding: 2rem 2.2rem;
}
@media screen and (max-width: 419.98px) {
  .tour__banner__content .button {
    width: 100%;
    padding: 1.3rem;
  }
}
.tour__banner__image {
  min-width: 69rem;
  max-width: 69rem;
  margin: -6.8rem 9rem 0 0;
  height: 46.8rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 1599.98px) {
  .tour__banner__image {
    min-width: 62rem;
    max-width: 62rem;
    height: 42rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .tour__banner__image {
    min-width: 53rem;
    max-width: 53rem;
    height: 38rem;
  }
}
@media screen and (max-width: 999.98px) {
  .tour__banner__image {
    min-width: 53rem;
    max-width: 53rem;
    height: 40rem;
    margin: 0 -24rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .tour__banner__image {
    position: absolute;
    z-index: 2;
    left: 6rem;
    right: 0;
    bottom: 0;
    margin: 0;
    min-width: 30rem;
    max-width: 30rem;
    height: 20rem;
  }
}
.tour__banner__image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}

.filter {
  background: #fff;
  border-radius: 2rem;
  padding: 2.4rem;
  margin: 5rem 0;
}
@media screen and (max-width: 999.98px) {
  .filter {
    margin: 3rem 0 5rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .filter {
    margin: 3rem 0;
  }
}
.filter p.title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 2.4rem 0;
}
.filter__block {
  display: flex;
  gap: 1.6rem;
  align-items: flex-end;
}
@media screen and (max-width: 999.98px) {
  .filter__block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 574.98px) {
  .filter__block {
    flex-direction: column;
  }
}
.filter__item {
  flex: 1;
}
@media screen and (max-width: 999.98px) {
  .filter__item:last-child {
    flex: auto;
    width: 100%;
  }
}
@media screen and (max-width: 574.98px) {
  .filter__item {
    flex: auto;
    width: 100%;
  }
}
.filter__item p.caption {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.8rem 0;
}
.filter__search {
  position: relative;
}
@media screen and (min-width: 1000px) {
  .filter__search:hover .button svg path {
    stroke: #4A59E7;
  }
}
.filter__search.active .button svg path {
  stroke: #4A59E7;
}
.filter__search.active .input {
  border-color: #4A59E7;
}
.filter__search .input {
  padding: 1.5rem 1.6rem 1.5rem 3.6rem;
  background: #F8F8FA;
  border-radius: 1.2rem;
  width: 100%;
  border: 1px solid #F8F8FA;
  outline: none;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.6rem;
  transition: all 400ms ease-in-out;
  color: #212B36;
  position: relative;
  z-index: 3;
}
@media screen and (min-width: 1000px) {
  .filter__search .input:hover {
    border-color: #4A59E7;
  }
  .filter__search .input:focus {
    border-color: #4A59E7;
  }
}
.filter__search ::-webkit-input-placeholder {
  color: #919EAB;
}
.filter__search ::-moz-placeholder {
  color: #919EAB;
}
.filter__search :-moz-placeholder {
  color: #919EAB;
}
.filter__search :-ms-input-placeholder {
  color: #919EAB;
}
.filter__search .button {
  min-width: 1.6rem;
  max-width: 1.6rem;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 1;
  top: 1.6rem;
  left: 1.2rem;
}
.filter__search .button svg {
  width: 100%;
}
.filter__search .button svg path {
  stroke: #637381;
  transition: all 400ms ease-in-out;
}

.country-hotel .country__banner {
  margin-bottom: 5rem;
}
@media screen and (max-width: 999.98px) {
  .country-hotel .country__banner {
    margin-bottom: 3rem;
  }
}

.country-flag {
  width: 2rem;
  height: 2rem;
  object-fit: cover;
  margin-right: 0.8rem;
}

.select2-container--default .select2-selection--single {
  background-color: #F8F8FA;
  border: 1px solid #F8F8FA;
  border-radius: 1rem;
  padding: 1.2rem 1.6rem 1.4rem;
  height: 4.8rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1.6em;
  line-height: 130%;
  color: #212B36;
}

.select2-container--default .select2-selection--single .select2-selection__rendered span {
  display: flex;
  align-items: center;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 2.4rem;
  position: absolute;
  top: 1rem;
  right: 0.7rem;
  width: 2.4rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  width: 0.8rem;
  height: 0.8rem;
  border: 0;
  border-top: 2px solid #A5A5C2;
  border-right: 2px solid #A5A5C2;
  left: calc(50% - 0.4rem);
  margin-left: 0;
  margin-top: 0;
  position: absolute;
  top: calc(50% - 0.4rem);
  transform: rotate(135deg);
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-top: 2px solid #A5A5C2;
  border-right: 2px solid #A5A5C2;
  transform: rotate(-45deg);
  top: 50%;
}

.select2-dropdown {
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 1.6rem;
  box-shadow: -20px 20px 40px -4px rgba(145, 158, 171, 0.2392156863), 0px 0px 2px 0px rgba(145, 158, 171, 0.2392156863);
  margin: 0.5rem 0 0;
  padding: 0.8rem;
}

.select2-results__option {
  padding: 0.8rem 1.6rem;
  border-radius: 1.2rem;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}
.select2-results__option span {
  display: flex;
  align-items: center;
  font-family: "Golos Text", sans-serif;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #F8F8FA;
  color: #212B36;
}

.select2-container--default .select2-results__option--selected {
  background: #F8F8FA !important;
}

.search__country {
  margin: 5rem 0;
}
@media screen and (max-width: 419.98px) {
  .search__country {
    margin: 3.2rem 0 6rem;
  }
}
.search__country h3 {
  margin: 0 0 3.4rem;
}
@media screen and (max-width: 419.98px) {
  .search__country h3 {
    margin: 0 0 2.4rem 0;
  }
}
.search__country h3 span {
  color: #161C24;
}
.search__country__result {
  padding: 5rem 2.8rem;
  background: #fff;
  border-radius: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .search__country__result {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .search__country__result {
    padding: 2.4rem 1.6rem;
  }
}
.search__country__result__item {
  margin: 0 0 4rem 0;
}
.search__country__result__item:last-child {
  margin: 0;
}
.search__country__result__item h3 {
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 419.98px) {
  .search__country__result__item h3 {
    margin: 0 0 1.2rem 0;
  }
}
.search__country__result__block {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1.2rem;
}
@media screen and (max-width: 419.98px) {
  .search__country__result__block {
    margin: 0;
  }
}
.search__country__item {
  margin: 0 1.2rem;
  padding: 0.8rem 1.2rem;
  background: #fff;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  border-radius: 0.8rem;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 419.98px) {
  .search__country__item {
    padding: 0;
    width: 100%;
    margin: 0 0 1rem 0;
    flex-wrap: wrap;
    gap: 0.6rem;
  }
}
@media screen and (min-width: 1000px) {
  .search__country__item:hover {
    background: #F3F3F7;
  }
}
.search__country__item .link {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36 !important;
  text-decoration: none;
}

.pictogram {
  display: flex;
  gap: 0.8rem;
}
.pictogram__item {
  min-width: 1.6rem;
  max-width: 1.6rem;
  height: 1.6rem;
  position: relative;
  cursor: pointer;
}
@media screen and (min-width: 1000px) {
  .pictogram__item:hover .pictogram__item__prompt {
    opacity: 1;
    visibility: visible;
  }
  .pictogram__item:hover svg path {
    fill: #4A59E7;
  }
}
.pictogram__item svg {
  width: 100%;
}
.pictogram__item svg path {
  fill: #919EAB;
  transition: all 400ms ease-in-out;
}
.pictogram__item__prompt {
  position: absolute;
  top: -2.8rem;
  left: 50%;
  transform: translateX(-50%);
  padding: 0.4rem 0.6rem;
  background: #212B36;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 120%;
  text-align: center;
  color: #fff;
  border-radius: 0.6rem;
  transition: all 400ms ease-in-out;
  opacity: 0;
  visibility: hidden;
}
.pictogram__item__prompt:after {
  content: "";
  position: absolute;
  bottom: -0.4rem;
  width: 0.8rem;
  height: 0.4rem;
  left: 50%;
  transform: translateX(-50%);
  background: url(../images/bg.svg) 0 0 no-repeat;
  background-size: contain;
}

.js-anchor-list {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  overflow: auto;
  padding: 1.2rem 3.2rem;
  background: #F8F8FA;
  margin: 0;
  z-index: 12;
  border-top: 1px solid #EDF0F2;
  border-bottom: 1px solid #EDF0F2;
  display: none;
  gap: 1rem;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .js-anchor-list {
    display: flex;
  }
}
@media screen and (max-width: 419.98px) {
  .js-anchor-list {
    padding: 1rem 2rem;
  }
}
.js-anchor-list.show {
  top: 6.6rem;
}
@media screen and (max-width: 419.98px) {
  .js-anchor-list.show {
    top: 6rem;
  }
}
.js-anchor-list li {
  padding: 0;
  margin: 0;
  display: block;
}
.js-anchor-list li a {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #454F5B;
  padding: 1rem 1.6rem;
  border-radius: 1.2rem;
  background: #fff;
  display: block;
  white-space: nowrap;
}
@media screen and (max-width: 419.98px) {
  .js-anchor-list li a {
    font-size: 1.4rem;
    line-height: 100%;
  }
}
.js-anchor-list li a.is-active {
  color: #4A59E7;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 4rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .popup {
    padding: 4rem 4px;
    align-items: flex-start;
  }
}
.popup__content {
  width: 100%;
  max-width: 69.4rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
}
.popup__content__caption {
  padding: 2.2rem 2.4rem;
  border-bottom: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.popup__content__caption h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0;
  width: 100%;
}
.popup__content__body {
  padding: 1.6rem 2.4rem;
}
.popup__content__act {
  padding: 2.2rem 2.4rem;
  border-top: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .popup__content__act {
    flex-direction: column;
  }
}
.popup__content__act .button {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1.4rem 2.4rem;
}
@media screen and (max-width: 419.98px) {
  .popup__content__act .button {
    width: 100%;
  }
}
.popup__content__act .button:disabled {
  opacity: 0.7;
}
.popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  max-width: 2.4rem;
  cursor: pointer;
}
.popup__close svg {
  width: 100%;
}
.popup__close svg path {
  stroke: #919EAB;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .popup__close:hover svg path {
    stroke: #000;
  }
}

.body-popup {
  overflow: hidden;
}

.chekbox {
  width: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
}
.chekbox p {
  margin: 0;
}
.chekbox p.error input[type=checkbox] + label:before {
  border-color: #D80027;
}
.chekbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
}
.chekbox input[type=checkbox] + label {
  padding: 0px 0px 0px 3rem;
  cursor: pointer;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 120%;
  color: #454F5B;
  display: block;
  position: relative;
}
@media screen and (max-width: 419.98px) {
  .chekbox input[type=checkbox] + label {
    font-size: 1.2rem;
  }
}
.chekbox input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  top: calc(50% - 1rem);
  left: 0;
  width: 2rem;
  height: 2rem;
  background: #F8F8FA;
  z-index: 5;
  border: 0;
  border-radius: 0.4rem;
  border: 1px solid #F8F8FA;
}
@media screen and (max-width: 419.98px) {
  .chekbox input[type=checkbox] + label:before {
    top: 0;
  }
}
.chekbox input[type=checkbox] + label a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .chekbox input[type=checkbox] + label a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.chekbox input[type=checkbox]:checked + label:before {
  background: #4A59E7;
}
.chekbox input[type=checkbox]:checked + label:after {
  content: "";
  top: calc(50% - 0.5rem);
  left: 0.5rem;
  width: 1rem;
  height: 0.6rem;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  position: absolute;
  transform: rotate(135deg);
  z-index: 10;
}
@media screen and (max-width: 419.98px) {
  .chekbox input[type=checkbox]:checked + label:after {
    top: 0.5rem;
  }
}

.hotel__region {
  margin: 2.8rem 0 2rem;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
@media screen and (max-width: 419.98px) {
  .hotel__region {
    margin: 1.4rem 0 1rem;
  }
}
.hotel__region__icon {
  min-width: 1.6rem;
  max-width: 1.6rem;
  height: 1.6rem;
}
.hotel__region__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hotel__region p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.hotel__title {
  margin: 1.6rem 0;
  display: flex;
  align-items: center;
  gap: 2.4rem;
  flex-wrap: wrap;
}
.hotel__title h1 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .hotel__title h1 {
    font-size: 3.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__title h1 {
    font-size: 2rem;
  }
}
.hotel__title .pictogram {
  gap: 1.8rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__title .pictogram {
    display: none;
  }
}
.hotel__title .pictogram .pictogram__item {
  min-width: 1.8rem;
  max-width: 1.8rem;
  height: 1.8rem;
}
.hotel__details {
  margin: 1.6rem 0 2rem;
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 419.98px) {
  .hotel__details {
    margin: 1.6rem 0 1.4rem;
  }
}
.hotel__details__stars {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hotel__details__stars p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.hotel__details__stars p.stars {
  padding: 0.4rem 0.7rem;
  background: #fff;
  border-radius: 0.6rem;
  display: flex;
  align-items: center;
  gap: 0.2rem;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #637381;
  margin: 0;
}
.hotel__details__stars p.stars span {
  display: block;
  color: #637381;
  margin: 2px 0 0 0;
}
.hotel__details__stars p.stars img {
  min-width: 1.4rem;
  max-width: 1.4rem;
  height: 1.4rem;
}
.hotel__details__weather {
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.hotel__details__weather img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.hotel__details__weather p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #454F5B;
  margin: 0;
}
.hotel__info {
  display: flex;
  align-items: flex-start;
  gap: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__info {
    display: block;
  }
}
.hotel__info__content {
  width: 100%;
}
.hotel__info__sidebar {
  min-width: 28.5rem;
  max-width: 28.5rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__info__sidebar {
    min-width: 100%;
    max-width: 100%;
    margin: 2.4rem 0 0;
    display: flex;
    gap: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__info__sidebar {
    display: block;
    margin: 2.4rem -2rem;
  }
}
.hotel__gallery {
  margin: 0 -0.2rem 2.2rem;
  border-radius: 2rem;
  max-width: 111.6rem;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 419.98px) {
  .hotel__gallery {
    display: flex;
    flex-wrap: wrap;
  }
}
.hotel__gallery .item-gallery {
  width: calc(23% - 0.8rem);
  height: 19.75rem;
  display: none;
  margin: 0.2rem;
  cursor: pointer;
}
.hotel__gallery .item-gallery:nth-child(-n+5) {
  display: inline-block;
}
@media screen and (max-width: 999.98px) {
  .hotel__gallery .item-gallery:nth-child(-n+5) {
    display: none;
  }
}
@media screen and (max-width: 999.98px) {
  .hotel__gallery .item-gallery {
    width: calc(33.8% - 0.8rem);
    height: 17.3rem;
  }
  .hotel__gallery .item-gallery:nth-child(-n+3) {
    display: inline-block;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__gallery .item-gallery {
    width: calc(25% - 4px);
    margin: 0 2px;
    height: 6.8rem;
  }
  .hotel__gallery .item-gallery:nth-child(-n+5) {
    display: inline-block;
  }
}
.hotel__gallery .item-gallery:first-child {
  height: 40rem;
  width: 54%;
  float: left;
}
@media screen and (max-width: 999.98px) {
  .hotel__gallery .item-gallery:first-child {
    height: 35rem;
    width: 66.2%;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__gallery .item-gallery:first-child {
    height: 27.8rem;
    width: 100%;
    margin: 0 0 4px 0;
  }
}
.hotel__gallery .item-gallery img {
  width: 100%;
  height: 100%;
}
.hotel__gallery__couner {
  position: absolute;
  right: 8%;
  bottom: 8.5rem;
  background: rgba(33, 43, 54, 0.9);
  padding: 0.6rem 0.8rem;
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  color: #fff;
  border-radius: 1rem;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
  pointer-events: none;
}
@media screen and (max-width: 419.98px) {
  .hotel__gallery__couner {
    display: none;
  }
}
.hotel__gallery__couner span {
  color: #fff;
}
.hotel__gallery__couner.show {
  opacity: 1;
  visibility: visible;
}
.hotel__desc {
  padding: 2.4rem;
  border-radius: 2rem;
  background: #fff;
}
@media screen and (max-width: 419.98px) {
  .hotel__desc {
    padding: 2.4rem 2rem;
    margin: 0 -2rem;
  }
}
.hotel__desc.open .hotel__desc__text {
  display: block;
}
.hotel__desc.open .hotel__desc__collaps span {
  display: none;
}
.hotel__desc.open .hotel__desc__collaps span.item-collaps {
  display: block;
}
.hotel__desc h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #242429;
  margin: 0 0 1.2rem 0;
}
.hotel__desc p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.hotel__desc__text {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .hotel__desc__text {
    -webkit-line-clamp: 4;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__desc__text {
    -webkit-line-clamp: 6;
  }
}
.hotel__desc__collaps {
  margin: 3rem 0 0;
  background: #F8F8FA;
  border: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
@media screen and (max-width: 419.98px) {
  .hotel__desc__collaps {
    margin: 1.2rem 0 0 0;
  }
}
.hotel__desc__collaps span {
  color: #637381;
  display: block;
}
.hotel__desc__collaps span.item-collaps {
  display: none;
}
.hotel__desc__collaps svg {
  min-width: 1.2rem;
  max-width: 1.2rem;
}
.hotel__desc__collaps svg path {
  stroke: #919EAB;
}
.hotel__map {
  border-radius: 1.6rem;
  padding: 2.4rem;
  background: #fff;
  margin: 0 0 2.4rem 0;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .hotel__map {
    width: 100%;
    margin: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__map {
    width: calc(100% + 4rem);
    padding: 2.4rem 2rem;
    margin: 0 0 2.4rem;
  }
}
.hotel__map h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0 0 1.2rem 0;
}
.hotel__map__block {
  width: 100%;
  height: 31.8rem;
  border-radius: 2rem;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .hotel__map__block {
    height: 15.8rem;
  }
}
.hotel__map__block iframe {
  width: 100%;
  height: 100%;
}
.hotel__map .button {
  position: absolute;
  bottom: 3.6rem;
  left: 3.6rem;
  right: 3.6rem;
  z-index: 5;
  font-size: 1.4rem;
  line-height: 1.2rem;
  padding: 1.4rem 3.2rem;
  border-radius: 1.6rem;
}
.hotel__facilities {
  border-radius: 1.6rem;
  padding: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .hotel__facilities {
    min-width: 28.5rem;
    max-width: 28.5rem;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__facilities {
    min-width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
    padding: 2.4rem 2rem;
  }
}
.hotel__facilities h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0 0 1.2rem 0;
}
.hotel__facilities__list {
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  gap: 0.6rem;
  height: 8.2rem;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .hotel__facilities__list {
    height: 11.5rem;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__facilities__list {
    height: 8.2rem;
  }
}
.hotel__facilities__list li {
  display: block;
  padding: 0;
  margin: 0;
  border: 0;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  background: #F8F8FA;
}
.hotel__facilities__collaps {
  margin: 1.2rem 0 0;
  background: #F8F8FA;
  border: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.hotel__facilities__collaps span {
  color: #637381;
  display: block;
}
.hotel__facilities__collaps span.item-collaps {
  display: none;
}
.hotel__facilities__collaps svg {
  min-width: 1.2rem;
  max-width: 1.2rem;
}
.hotel__facilities__collaps svg path {
  stroke: #919EAB;
}
.hotel__pictogram {
  display: none;
  margin: 0 0 2.4rem;
  padding: 0;
  flex-wrap: wrap;
  gap: 1.2rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__pictogram {
    display: flex;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__pictogram {
    gap: 0.6rem;
  }
}
.hotel__pictogram__item {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  background: #F1F3F8;
  gap: 0.4rem;
}
.hotel__pictogram__item svg {
  min-width: 1.4rem;
  max-width: 1.4rem;
}
.hotel__pictogram__item p {
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #637381;
}
.hotel__content {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
  margin: 4rem 0 0;
}
@media screen and (max-width: 999.98px) {
  .hotel__content {
    flex-direction: column-reverse;
    margin: 2.4rem 0 0;
    gap: 2.4rem;
  }
}
.hotel__content__block {
  width: 100%;
}
.hotel__content__block .country__content_hotel {
  padding: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__content__block .country__content_hotel {
    margin-bottom: 2.4rem;
  }
}
.hotel__content__block .country__content_hotel ul li .pictogram__item__prompt {
  white-space: nowrap;
}
.hotel__content__block .country__content_hotel ul li .pictogram {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0.1rem 0.2rem;
}
@media screen and (min-width: 1000px) {
  .hotel__content__block .country__content_hotel ul li .pictogram__item:hover svg path {
    fill: #D63F3F;
  }
}
.hotel__content__sidebar {
  min-width: 32rem;
  max-width: 32rem;
  border-radius: 2rem;
  padding: 2.4rem;
  background: #fff;
  position: sticky;
  top: 11rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__content__sidebar {
    position: initial;
    min-width: 100%;
    max-width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__content__sidebar {
    margin: 0 -2rem;
    min-width: calc(100% + 4rem);
    max-width: calc(100% + 4rem);
  }
}
.hotel__content__sidebar .sidebar__region {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin: 0 0 0.6rem 0;
}
.hotel__content__sidebar .sidebar__region__icon {
  min-width: 1.4rem;
  max-width: 1.4rem;
  height: 1.4rem;
}
.hotel__content__sidebar .sidebar__region__icon img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.hotel__content__sidebar .sidebar__region p {
  font-weight: 400;
  font-size: 1.3rem;
  line-height: 130%;
  margin: 0;
  color: #637381;
}
.hotel__content p.title {
  font-weight: 700;
  font-size: 1.7rem;
  line-height: 130%;
  color: #212B36;
  margin: 0 0 1.4rem 0;
}
.hotel__content .item-block {
  margin: 0 0 1.4rem 0;
}
@media screen and (max-width: 999.98px) {
  .hotel__content .item-block__mobile {
    display: flex;
    gap: 1.6rem;
  }
  .hotel__content .item-block__mobile .item-block {
    flex: 1;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__content .item-block__mobile {
    display: block;
  }
}
.hotel__content .item-block__flex {
  display: flex;
  gap: 1.6rem;
}
.hotel__content .item-block__flex .item-block {
  flex: 1;
}
.hotel__content .item-block p {
  font-weight: 500;
  font-size: 1.5rem;
  line-height: 120%;
  color: #212B36;
  margin: 0;
}
.hotel__content .item-block p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 1000px) {
  .hotel__content .item-block p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.hotel__content .item-block p.note {
  color: #637381;
  margin: 0 0 0.4rem;
}
.hotel__content .item-buttons {
  margin: 2.4rem 0 0;
  display: flex;
  gap: 0.8rem;
}
@media screen and (max-width: 999.98px) {
  .hotel__content .item-buttons {
    justify-content: flex-end;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__content .item-buttons .button {
    flex: 1;
    justify-content: center;
  }
}
.hotel__tabs {
  background: #fff;
  border-radius: 1.6rem;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 419.98px) {
  .hotel__tabs {
    margin: 0 -2rem 2.4rem;
  }
}
.hotel__tabs__caption {
  padding: 2.4rem 2.8rem;
  border-bottom: 1px solid #E5E8EB;
}
.hotel__tabs__caption .country__content__caption {
  margin: 0;
}
.hotel__tabs__wrap {
  display: flex;
}
@media screen and (max-width: 419.98px) {
  .hotel__tabs__wrap {
    display: block;
  }
}
.hotel__tabs__list {
  padding: 1.2rem;
  min-width: 28.5rem;
  max-width: 28.5rem;
  border-right: 1px solid #E5E8EB;
}
@media screen and (max-width: 999.98px) {
  .hotel__tabs__list {
    min-width: 23.5rem;
    max-width: 23.5rem;
  }
}
@media screen and (max-width: 419.98px) {
  .hotel__tabs__list {
    min-width: 100%;
    max-width: 100%;
    border: 0;
    display: flex;
    overflow: auto;
  }
}
.hotel__tabs__list__item {
  display: block;
}
.hotel__tabs__button {
  padding: 1.2rem 2rem;
  background: #fff;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #212B36;
  border: 0;
  cursor: pointer;
  border-radius: 1.2rem;
}
@media screen and (max-width: 419.98px) {
  .hotel__tabs__button {
    white-space: nowrap;
  }
}
.hotel__tabs__button.active {
  background: #F3F3F7;
}
.hotel__tabs__content {
  width: 100%;
  margin: 0 0.4rem 0 0;
  padding: 2.4rem 2rem 2.4rem 2.4rem;
  height: 45.6rem;
  overflow: auto;
}
@media screen and (max-width: 419.98px) {
  .hotel__tabs__content {
    height: auto;
    padding: 1rem 2.4rem 2.4rem;
  }
}
.hotel__tabs__content::-webkit-scrollbar {
  width: 4px;
}
.hotel__tabs__content::-webkit-scrollbar-button:hover {
  background-color: #E9E9ED;
}
.hotel__tabs__content::-webkit-scrollbar-thumb {
  background: #E9E9ED;
  border-radius: 10px;
}
.hotel__tabs__content::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 10px;
}
.hotel__tabs__block {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
@media screen and (max-width: 999.98px) {
  .hotel__tabs__block .two-column {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}
.hotel__tabs__block.show {
  height: auto;
  opacity: 1;
}
.hotel__tabs__block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 132%;
  color: #161C24;
  margin: 0;
}
.hotel__tabs__block p.title {
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 100%;
  color: #222;
  margin: 0 0 2rem 0;
}
.hotel__tabs__block ul {
  margin: 0 0 1.6rem 0;
  padding: 0;
  display: block;
}
.hotel__tabs__block ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 1.6rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.hotel__tabs__block ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}

.pictogram-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 2rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.pictogram-popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
.pictogram-popup__body {
  width: 100%;
  max-width: 32rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
}
.pictogram-popup__content {
  padding: 1.6rem 2.4rem 2.4rem;
}
.pictogram-popup__item {
  margin: 0 0 1.8rem 0;
  display: flex;
  align-items: center;
  gap: 0.6rem;
}
.pictogram-popup__item:last-child {
  margin: 0;
}
.pictogram-popup__item img, .pictogram-popup__item svg {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.pictogram-popup__item p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 20px;
  color: #454F5B;
  margin: 0;
}
.pictogram-popup__caption {
  padding: 2.2rem 2.4rem;
  border-bottom: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.pictogram-popup__caption h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0;
  width: 100%;
}
.pictogram-popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  max-width: 2.4rem;
  cursor: pointer;
}
.pictogram-popup__close img {
  width: 100%;
}

.gallery-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 4rem 3.2rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.gallery-popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .gallery-popup {
    padding: 4rem 4px;
  }
}
.gallery-popup__content {
  width: 100%;
  max-width: 112rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
}
.gallery-popup__slider {
  padding: 1.6rem 2.4rem;
  border-bottom: 1px solid #E5E8EB;
}
@media screen and (max-width: 574.98px) {
  .gallery-popup__slider {
    padding: 1.6rem 2rem;
  }
}
.gallery-popup__slider .swiper-pagination {
  position: absolute;
  bottom: 2rem;
  background: #212B36;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 7;
  width: auto;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  font-family: "Golos Text", sans-serif;
  font-weight: 600;
  font-size: 1.2rem;
  line-height: 120%;
  color: #fff;
}
.gallery-popup__slider .gallery__big-prev {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #F3F3F7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2.1rem);
  left: 2rem;
  z-index: 5;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.gallery-popup__slider .gallery__big-prev img {
  width: 100%;
  max-width: 2rem;
}
.gallery-popup__slider .gallery__big-next {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #F3F3F7;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2.1rem);
  right: 2rem;
  z-index: 5;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
.gallery-popup__slider .gallery__big-next img {
  width: 100%;
  max-width: 2rem;
}
.gallery-popup__tabs {
  padding: 2.4rem;
}
@media screen and (max-width: 419.98px) {
  .gallery-popup__tabs {
    padding: 2.4rem 2rem;
  }
}
.gallery-popup__caption {
  padding: 2.2rem 2.4rem;
  border-bottom: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
@media screen and (max-width: 419.98px) {
  .gallery-popup__caption {
    padding: 2.4rem 2rem;
  }
}
.gallery-popup__caption p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0;
  width: 100%;
}
.gallery-popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  max-width: 2.4rem;
  cursor: pointer;
}
.gallery-popup__close svg {
  width: 100%;
}
.gallery-popup__close svg path {
  stroke: #919EAB;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .gallery-popup__close:hover svg path {
    stroke: #000;
  }
}

.body-gallery {
  overflow: hidden;
}

.gallery__big__slider {
  margin: 0 0 1.6rem;
}
.gallery__big__slider .swiper-slide {
  width: 100%;
  height: 52.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0 !important;
  transition: all 300ms ease;
}
@media screen and (max-width: 999.98px) {
  .gallery__big__slider .swiper-slide {
    height: 44.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .gallery__big__slider .swiper-slide {
    height: 28.2rem;
  }
}
.gallery__big__slider .swiper-slide-active {
  opacity: 1 !important;
}
.gallery__big__slider .swiper-slide img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 3rem;
}
@media screen and (max-width: 419.98px) {
  .gallery__big__slider .swiper-slide img {
    border-radius: 1.6rem;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.gallery__small__slider {
  margin: 0 -2.4rem;
  padding: 0 2.4rem;
}
.gallery__small__slider .swiper-slide {
  width: 13.4rem;
  height: 8.8rem;
  border: 2px solid transparent;
  border-radius: 1.2rem;
  transition: all 400ms ease-in-out;
}
.gallery__small__slider .swiper-slide-thumb-active {
  border-color: #4A59E7;
}
.gallery__small__slider .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.2rem;
}

.tabs {
  margin: 0;
}
.tabs__list {
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0;
  gap: 0.8rem;
}
.tabs__item {
  margin: 0;
  padding: 0;
  display: block;
}
.tabs__button {
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 130%;
  text-align: center;
  padding: 1.1rem 1.4rem;
  border: 0;
  border-radius: 1.2rem;
  background: #F8F8FA;
  display: block;
  color: #242429;
  cursor: pointer;
}
.tabs__button.active {
  background: #4A59E7;
  border-color: #4A59E7;
  color: #fff;
}
.tabs__content {
  display: block;
}
.tabs__block {
  height: 0;
  overflow: hidden;
  opacity: 0;
  transition: opacity 600ms ease-in-out;
}
.tabs__block.show {
  opacity: 1;
  transition: opacity 600ms ease-in-out;
}
.tabs__block.active {
  height: auto;
  opacity: 1;
}
.tabs__block p {
  font-weight: 400;
  font-size: 16px;
  line-height: 120%;
  color: #212B36;
  margin: 0 0 1rem 0;
}
.tabs__block p:last-child {
  margin: 0;
}
.tabs__block ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.tabs__block ul li {
  display: block;
  margin: 0 0 0.8rem 0;
  padding: 0 0 0 1.6rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  width: 50%;
  color: #161C24;
}
@media screen and (max-width: 419.98px) {
  .tabs__block ul li {
    width: 100%;
  }
}
.tabs__block ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}

.map-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 4rem 3.2rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.map-popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .map-popup {
    padding: 4rem 4px;
  }
}
.map-popup__content {
  width: 100%;
  max-width: 112rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
}
.map-popup__block {
  padding: 1.6rem 2.4rem 2.8rem;
  height: 56.7rem;
  overflow: hidden;
}
@media screen and (max-width: 419.98px) {
  .map-popup__block {
    height: 44rem;
  }
}
.map-popup__block iframe {
  width: 100%;
  height: 100%;
  border-radius: 3rem;
}
@media screen and (max-width: 419.98px) {
  .map-popup__block iframe {
    border-radius: 1.6rem;
  }
}
.map-popup__desc {
  padding: 2.4rem;
  border-top: 1px solid #E5E8EB;
}
.map-popup__desc p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #242429;
  margin: 0 0 2rem 0;
}
.map-popup__desc ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.map-popup__desc ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 1.6rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.map-popup__desc ul li:last-child {
  margin: 0;
}
.map-popup__desc ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.map-popup__desc ul li strong {
  font-weight: 600;
  color: #161C24;
}
.map-popup__caption {
  padding: 2.2rem 2.4rem;
  border-bottom: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.map-popup__caption p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0;
  width: 100%;
}
.map-popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  max-width: 2.4rem;
  cursor: pointer;
}
.map-popup__close svg {
  width: 100%;
}
.map-popup__close svg path {
  stroke: #919EAB;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .map-popup__close:hover svg path {
    stroke: #000;
  }
}

.body-map {
  overflow: hidden;
}

.two-column {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 2rem;
  -moz-column-gap: 2rem;
  column-gap: 2rem;
}
@media screen and (max-width: 419.98px) {
  .two-column {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }
}

.faq__list {
  display: block;
  padding: 0;
  margin: 0 !important;
}
.faq__item {
  padding: 1.3rem 1.6rem !important;
  background: #F8F8FA !important;
  margin: 0 0 1.2rem 0 !important;
  display: block;
  border-radius: 1.6rem;
}
.faq__item:before {
  display: none;
}
.faq__item:last-child {
  margin: 0 !important;
}
.faq__accord .li__name {
  position: relative;
  margin-bottom: 0;
  padding: 0;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  color: #222;
  transition: margin 0.2s ease-in-out;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.faq__accord .li__name.open {
  margin-bottom: 0;
}
.faq__accord .li__name.open .li__name-close {
  background: #4A59E7;
}
.faq__accord .li__name.open .li__name-close svg {
  transform: rotate(-180deg);
}
.faq__accord .li__name.open .li__name-close svg path {
  stroke: #fff;
}
.faq__accord .li__name_text {
  padding-right: 1rem;
}
.faq__accord .li__name-close {
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
  background: #fff;
  border-radius: 1.2rem;
}
.faq__accord .li__name-close svg {
  min-width: 1.6rem;
  max-width: 1.6rem;
  transition: all 400ms ease-in-out;
}
.faq__accord .li__name-close svg path {
  stroke: #919EAB;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .faq__accord .li__name:not(.open):hover .li__name-close::after {
    border-color: #fff;
    background-color: #4A59E7;
  }
}
.faq__accord .li__answer {
  overflow: hidden;
  height: 0;
  transition: height 0.2s ease-in-out;
}
.faq__accord .li__text {
  padding: 1rem 0 0 0;
}
.faq__accord .li__text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #222;
  margin: 0;
}

.event {
  margin: 3.2rem 0 0;
}
.event .weather {
  margin: 1.2rem 0;
}
.event__block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
}
@media screen and (max-width: 419.98px) {
  .event__block {
    padding: 0 2rem;
  }
}
.event__block h1 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 999.98px) {
  .event__block h1 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .event__block h1 {
    font-size: 1.8rem;
    margin: 0 0 1rem;
  }
}
.event__status {
  padding: 1rem 1.6rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 0 1.2rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 999.98px) {
  .event__status {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .event__status {
    margin: 0 0 1rem;
  }
}
.event__status__circle {
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #F8F8FA;
}
.event__status__circle.blue {
  background: #32ADE6;
}
.event__status__circle.red {
  background: #FF2D55;
}
.event__status__circle.green {
  background: #34C759;
}
.event__status__circle.orange {
  background: #FF9500;
}
.event__status__circle.violet {
  background: #AF52DE;
}
.event__status p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
.event__banner {
  width: 100%;
  margin: 0 0 3.2rem;
}
@media screen and (max-width: 999.98px) {
  .event__banner {
    margin: 0 0 2.4rem;
  }
}
.event__banner img, .event__banner picture {
  width: 100%;
  border-radius: 3rem;
}
.event__content {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .event__content {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .event__content {
    margin: 0 -2rem;
    width: fit-content;
    padding: 3.2rem 2rem;
  }
  .event__content .button {
    width: 100%;
  }
}
.event__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  margin: 0 0 1.2rem 0;
  color: #161C24;
}
.event__content h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #161C24;
  margin: 4rem 0 1.6rem;
}
@media screen and (max-width: 999.98px) {
  .event__content h3 {
    font-size: 1.8rem;
    margin: 3.2rem 0 1.6rem;
  }
}
.event__content ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.event__content ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.event__content ul li:last-child {
  margin: 0;
}
.event__content ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.event__content ul li strong {
  font-weight: 600;
  color: #161C24;
}
.event__info {
  margin: 0 0 4rem 0;
  padding: 3.2rem;
  background: #F8F8FA;
  border-radius: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .event__info {
    padding: 2.4rem;
    margin: 0 0 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .event__info {
    padding: 1.6rem;
  }
  .event__info .button {
    width: 100%;
  }
}
.event__info h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .event__info h2 {
    font-size: 1.6rem;
  }
}
.event__info__flex {
  display: flex;
  flex-wrap: wrap;
  gap: 1.6rem;
  margin: 0;
}
.event__info__item p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0 0 0 2.6rem;
}
.event__info__item p.title {
  color: #637381;
  font-size: 1.4rem;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.event__info__item p.title img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.event__info__speeker {
  margin: 1.6rem 0;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.event__info__speeker:last-child {
  margin: 0;
}
.event__info__speeker .item-image {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
}
.event__info__speeker .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 0.8rem;
}
.event__info__speeker .item-content {
  width: 100%;
}
.event__info__speeker .item-content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
.event__info__speeker .item-content p.position {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.event__speeker {
  margin: 0 0 4rem 0;
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #F8F8FA;
}
.event__speeker__item {
  padding: 0 0 1.6rem;
  margin: 0 0 1.6rem;
  border-bottom: 1px solid #EDF0F2;
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
@media screen and (max-width: 419.98px) {
  .event__speeker__item {
    flex-direction: column;
    align-items: flex-start;
  }
}
.event__speeker__item:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.event__speeker__item .item-image {
  min-width: 8rem;
  max-width: 8rem;
  height: 8rem;
}
@media screen and (max-width: 419.98px) {
  .event__speeker__item .item-image {
    min-width: 6rem;
    max-width: 6rem;
    height: 6rem;
  }
}
.event__speeker__item .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.2rem;
}
.event__speeker__item .item-content {
  width: 100%;
}
.event__speeker__item .item-content p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  color: #212B36;
  margin: 0 0 0.2rem 0;
}
@media screen and (max-width: 419.98px) {
  .event__speeker__item .item-content p {
    font-size: 1.6rem;
  }
}
.event__speeker__item .item-content p.position {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .event__speeker__item .item-content p.position {
    font-size: 1.4rem;
  }
}

@media screen and (max-width: 1399.98px) {
  .menu-toggle {
    width: 100%;
    display: inline-block;
    vertical-align: middle;
    height: 2px;
    position: relative;
    background: #637381;
    cursor: pointer;
  }
  .menu-toggle-cont {
    width: 1.2rem;
    height: 1.5rem;
    font-size: 0;
  }
  .menu-toggle-cont:after {
    content: "";
    height: 100%;
    display: inline-block;
    vertical-align: middle;
  }
  .menu-toggle-cont_active .menu-toggle {
    height: 0;
  }
  .menu-toggle-cont_active .menu-toggle:before {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #4A59E7;
    top: auto;
  }
  .menu-toggle-cont_active .menu-toggle:after {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: auto;
    background: #4A59E7;
  }
  .menu-toggle:before,
.menu-toggle:after {
    content: "";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    height: 2px;
    background: #637381;
    position: absolute;
    left: 0;
    width: 100%;
  }
  .menu-toggle:before {
    top: 0.3rem;
  }
  .menu-toggle:after {
    top: -0.3rem;
  }
  .menu-toggle:before {
    -webkit-transform: translateY(-350%);
    -ms-transform: translateY(-350%);
    transform: translateY(-350%);
  }
  .menu-toggle:after {
    -webkit-transform: translateY(350%);
    -ms-transform: translateY(350%);
    transform: translateY(350%);
  }
}
@media screen and (max-width: 999.98px) {
  .body-aside {
    overflow: hidden;
  }
  .body-aside:after {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 8;
    background: rgba(0, 0, 0, 0.2);
  }
}
@media screen and (max-width: 739.98px) {
  .menu-toggle-cont_active .menu-toggle:before {
    background: #fff;
  }
  .menu-toggle-cont_active .menu-toggle:after {
    background: #fff;
  }
}
.news__page {
  display: block;
  margin: 3.2rem 0 0 0;
}
.news__page__caption {
  display: flex;
  gap: 1rem;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 999.98px) {
  .news__page__caption {
    flex-direction: column;
    gap: 2.4rem;
    align-items: flex-start;
    justify-content: flex-start;
    margin: 0 0 1.6rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .news__page__caption {
    gap: 1.6rem;
  }
}
.news__page__caption .countries__search {
  max-width: 24.5rem;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .news__page__caption .countries__search {
    max-width: 100%;
  }
}
.news__page__caption h1 {
  margin: 0;
}
.news__page__filter {
  padding: 0;
  display: flex;
  margin: 0 0 4.8rem;
  gap: 0.8rem;
  overflow: auto;
}
@media screen and (max-width: 999.98px) {
  .news__page__filter {
    margin: 0 0 4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .news__page__filter {
    margin: 0 -2rem 3.2rem 0;
  }
}
.news__page__filter li {
  display: block;
  padding: 0;
  margin: 0;
}
.news__page__filter li a {
  display: block;
  padding: 1.1rem 1.4rem;
  border-radius: 1.2rem;
  background: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  white-space: nowrap;
}
@media screen and (min-width: 740px) {
  .news__page__filter li a:hover {
    color: #4A59E7;
    text-decoration: none;
  }
}
.news__page__filter li a.is-active {
  color: #fff;
  background: #4A59E7;
}
.news__page__block {
  display: flex;
  gap: 1.6rem;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .news__page__block {
    flex-wrap: wrap;
  }
}
.news__page__block .news__slide {
  width: calc(50% - 0.8rem);
  display: flex;
  background: #fff;
  border-radius: 2.4rem;
  flex-direction: row-reverse;
}
@media screen and (max-width: 999.98px) {
  .news__page__block .news__slide {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .news__page__block .news__slide {
    flex-direction: column;
  }
}
.news__page__block .news__slide .item-image {
  min-width: 30rem;
  max-width: 30rem;
  height: 26.5rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 1239.98px) {
  .news__page__block .news__slide .item-image {
    min-width: 26rem;
    max-width: 26rem;
  }
}
@media screen and (max-width: 999.98px) {
  .news__page__block .news__slide .item-image {
    min-width: 30rem;
    max-width: 30rem;
  }
}
@media screen and (max-width: 739.98px) {
  .news__page__block .news__slide .item-image {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 419.98px) {
  .news__page__block .news__slide .item-image {
    min-width: 100%;
    max-width: 100%;
  }
}
.news__page__block .news__slide .item-content {
  width: 100%;
  min-height: 26.5rem;
  position: initial;
}
@media screen and (max-width: 419.98px) {
  .news__page__block .news__slide .item-content {
    padding: 2.4rem 2.4rem 1.4rem;
  }
}
.news__page__block .news__slide .item-content__info p.date {
  font-size: 1.2rem;
}
.news__page__block .news__slide .item-content__info p.note {
  font-size: 1.4rem;
}
.news__page__block .news__slide .item-content__block {
  margin: 0 0 1rem 0;
}
.news__page__block .news__slide .item-content__block p.title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}
.news__page__block .news__slide .item-content__block p {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
}
.news__page__block:nth-of-type(even) .news__slide {
  width: calc(33.3333333333% - 0.8rem);
}
@media screen and (max-width: 999.98px) {
  .news__page__block:nth-of-type(even) .news__slide {
    width: calc(50% - 0.8rem);
  }
  .news__page__block:nth-of-type(even) .news__slide:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .news__page__block:nth-of-type(even) .news__slide {
    width: 100%;
  }
}
.news__page__block:nth-of-type(even) .news__slide .item-image {
  display: none;
}
.news__page__block:nth-of-type(even) .news__slide .item-content {
  height: 26.5rem;
}
.news__page__promo {
  margin: 0 0 1.6rem 0;
  position: relative;
}
.news__page__promo .swiper-slide {
  opacity: 0 !important;
  transition: all 400ms ease-in-out;
}
.news__page__promo .swiper-slide-active {
  opacity: 1 !important;
}
.news__page__promo p.note {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1rem;
  letter-spacing: 0.5px;
  vertical-align: middle;
  text-transform: uppercase;
  color: #4B4B61;
  padding: 0.5rem 1.6rem 0.5rem 1.2rem;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 3rem;
  position: absolute;
  top: 1.4rem;
  left: 1.2rem;
  z-index: 3;
}
.news__page__promo__nav {
  position: absolute;
  right: 1.2rem;
  bottom: 1.2rem;
  z-index: 5;
  display: flex;
  gap: 1.2rem;
}
.news__page__promo__nav .swiper-prev {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  border: 1px solid #EDF0F2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .news__page__promo__nav .swiper-prev:hover {
    background: #EDF0F2;
  }
}
.news__page__promo__nav .swiper-prev img {
  min-width: 2rem;
  max-width: 2rem;
}
.news__page__promo__nav .swiper-next {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  border: 1px solid #EDF0F2;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .news__page__promo__nav .swiper-next:hover {
    background: #EDF0F2;
  }
}
.news__page__promo__nav .swiper-next img {
  min-width: 2rem;
  max-width: 2rem;
}
.news__page__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 2.8rem 0 0;
}

.news__promo__slide {
  width: 100%;
  height: 25rem;
}
@media screen and (max-width: 1400px) {
  .news__promo__slide {
    height: 22rem;
  }
}
@media screen and (max-width: 999.98px) {
  .news__promo__slide {
    height: 28.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .news__promo__slide {
    height: 42rem;
  }
}
.news__promo__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2rem;
}

.new__item {
  display: block;
  margin: 2.4rem 0 0 0;
}
@media screen and (max-width: 999.98px) {
  .new__item {
    margin: 1.2rem 0 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item {
    margin: 1.6rem 0 0;
  }
}
.new__item__caption {
  margin: 0 0 4.8rem 0;
}
@media screen and (max-width: 999.98px) {
  .new__item__caption {
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__caption {
    margin: 0 0 3.2rem 0;
  }
}
.new__item__caption h1 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .new__item__caption h1 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__caption h1 {
    font-size: 1.8rem;
    margin: 0 0 1.6rem 0;
  }
}
.new__item__caption .tag {
  padding: 0.5rem 0.8rem;
  background: #F1F3F8;
  border-radius: 0.6rem;
  display: inline-block;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #637381;
  margin: 0;
}
.new__item__sidebar {
  margin: 0 0 1.4rem;
  padding: 2.4rem;
  border-radius: 1.6rem;
  background: #fff;
}
.new__item__sidebar p {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  padding: 0 0 0 1.2rem;
  margin: 0 0 0.8rem 0;
}
.new__item__sidebar ul {
  display: block;
  padding: 0;
  margin: 0;
}
.new__item__sidebar ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.new__item__sidebar ul li a {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 2.4rem;
  display: block;
  padding: 0.8rem 1.2rem;
  border-radius: 1.2rem;
  background: #fff;
  transition: all 400ms ease-in-out;
  color: #454F5B;
}
.new__item__sidebar ul li a.is-active {
  background: #F8F8FA;
}
.new__item__content {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 1239.98px) {
  .new__item__content {
    padding: 2.8rem;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__content {
    padding: 2rem;
  }
}
.new__item__content h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  margin: 4rem 0 1.6rem;
  color: #161C24;
}
@media screen and (max-width: 419.98px) {
  .new__item__content h3 {
    font-size: 1.6rem;
  }
}
.new__item__content p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 419.98px) {
  .new__item__content p {
    font-size: 1.6rem;
  }
}
.new__item__content ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.new__item__content ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.new__item__content ul li:last-child {
  margin: 0;
}
.new__item__content ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.new__item__content ul li strong {
  font-weight: 600;
  color: #161C24;
}
.new__item__content .item__caption {
  margin: 0 0 4rem 0;
}
.new__item__content .item__caption img {
  width: 100%;
  height: auto;
  border-radius: 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__caption img {
    min-height: 23rem;
    object-fit: cover;
    object-position: center;
  }
}
.new__item__content .item__caption ul {
  margin: 0.8rem 0 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
}
.new__item__content .item__caption ul li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
}
.new__item__content .item__caption ul li:before {
  position: initial;
  width: auto;
  height: auto;
  background: transparent;
}
.new__item__content .item__caption ul li + li:before {
  content: "/";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  padding: 0 0.3rem;
}
.new__item__content .item__info {
  margin: 0 0 4rem 0;
  padding: 1.6rem;
  border-radius: 2.4rem;
  background: #F8F8FA;
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__info {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.new__item__content .item__info__icon {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new__item__content .item__info__icon img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.new__item__content .item__info p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.new__item__content .item__news {
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__news {
    flex-direction: column;
    margin: 0 0 4rem 0;
    gap: 2.4rem;
  }
}
.new__item__content .item__news__column {
  display: flex;
  margin: 0 -1.2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .new__item__content .item__news__column {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -2.8rem 2rem 0;
    padding: 0 2.8rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__news__column {
    margin: 0 -2rem 2rem 0;
    padding: 0 2rem 0 0;
  }
}
.new__item__content .item__news__column .item__news__block {
  width: calc(33.3% - 2.4rem);
}
@media screen and (max-width: 999.98px) {
  .new__item__content .item__news__column .item__news__block {
    min-width: 31.2rem;
    max-width: 31.2rem;
    margin: 0 1.2rem 2rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__news__column .item__news__block {
    min-width: 29rem;
    max-width: 29rem;
  }
}
.new__item__content .item__news__column .item__news__block__image {
  height: 22rem;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__news__column .item__news__block__image {
    height: 20rem;
  }
}
.new__item__content .item__news__column .item__news__block ul li {
  color: #161C24;
}
.new__item__content .item__news__block {
  position: relative;
  margin: 0 1.2rem 4rem;
  width: calc(50% - 2.4rem);
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__news__block {
    margin: 0;
    width: 100%;
  }
}
.new__item__content .item__news__block .link {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 5;
  top: 1rem;
  right: 1rem;
  padding: 0;
  border-radius: 1rem;
  cursor: pointer;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new__item__content .item__news__block .link img {
  min-width: 2.4rem;
  max-width: 2.4rem;
  transform: rotate(-45deg);
}
.new__item__content .item__news__block__image {
  width: 100%;
  height: 25.7rem;
}
@media screen and (max-width: 999.98px) {
  .new__item__content .item__news__block__image {
    height: 23rem;
  }
}
.new__item__content .item__news__block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.6rem;
}
.new__item__content .item__news__block ul {
  margin: 0.8rem 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
}
.new__item__content .item__news__block ul li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
}
.new__item__content .item__news__block ul li:before {
  position: initial;
  width: auto;
  height: auto;
  background: transparent;
}
.new__item__content .item__news__block ul li + li:before {
  content: "/";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  padding: 0 0.3rem;
  position: initial;
  width: auto;
  height: auto;
  background: transparent;
}
.new__item__content .item__links {
  display: block;
  margin: 0 0 4rem 0;
}
.new__item__content .item__links__block {
  margin: 0 0 0.8rem 0;
  padding: 1.2rem;
  border-radius: 1.6rem;
  background: #F8F8FA;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__links__block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
}
.new__item__content .item__links__block:last-child {
  margin: 0;
}
.new__item__content .item__links__content {
  width: 100%;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__links__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.new__item__content .item__links__icon {
  min-width: 4.4rem;
  max-width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.new__item__content .item__links__icon img {
  min-width: 2rem;
  max-width: 2rem;
}
.new__item__content .item__links__text {
  width: 100%;
}
.new__item__content .item__links__text p.title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 0.2rem 0;
}
.new__item__content .item__links__text p.size {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__links__text p.size {
    position: absolute;
    top: 2.5rem;
    right: 1.6rem;
  }
}
.new__item__content .item__links__buttons {
  display: flex;
  gap: 1.2rem;
}
.new__item__content .item__links__buttons .button {
  padding: 1.2rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 740px) {
  .new__item__content .item__links__buttons .button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.new__item__content .item__links__buttons .button img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.new__item__content .item__links__buttons .button span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #637381;
}
.new__item__content .item__slide {
  margin: 0 0 4rem 0;
  max-width: 94rem;
}
@media screen and (max-width: 1599.98px) {
  .new__item__content .item__slide {
    max-width: 78.7rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .new__item__content .item__slide {
    max-width: 73.7rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .new__item__content .item__slide {
    max-width: 100%;
  }
}
.new__item__content .item__slide .country__small__slider:after {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0) 13.54%, #FFFFFF 53.35%);
  right: -4rem;
}
.new__item__content .item__banner {
  margin: 4rem 0;
}
.new__item__content .item__banner__image {
  width: 100%;
  height: 52rem;
}
@media screen and (max-width: 999.98px) {
  .new__item__content .item__banner__image {
    height: 38rem;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__banner__image {
    height: 26rem;
  }
}
.new__item__content .item__banner ul {
  margin: 0.8rem 0 0;
  padding: 0;
  flex-wrap: wrap;
  display: flex;
}
.new__item__content .item__banner ul li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
}
.new__item__content .item__banner ul li:before {
  position: initial;
  width: auto;
  height: auto;
  background: transparent;
}
.new__item__content .item__banner ul li + li:before {
  content: "/";
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  padding: 0 0.3rem;
  position: initial;
  width: auto;
  height: auto;
  background: transparent;
}
.new__item__content .item__video {
  position: relative;
  width: 100%;
  height: 100%;
}
.new__item__content .item__video .video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 1.6rem;
}
.new__item__content .item__video .video__play {
  position: absolute;
  width: 4.2rem;
  height: 4.2rem;
  z-index: 5;
  top: calc(50% - 2.1rem);
  left: calc(50% - 2.1rem);
  padding: 0;
  background: #fff;
  border: 0;
  border-radius: 1rem;
  cursor: pointer;
}
.new__item__content .item__video .video__play.active {
  display: none;
}
.new__item__content .item__video .video__play img {
  width: 100%;
}
.new__item__content .item__tabs .tabs__list {
  margin: 0;
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__tabs .tabs__list {
    overflow: auto;
    margin: 0 -2rem 1.6rem 0;
  }
}
.new__item__content .item__tabs .tabs__item {
  margin: 0;
  padding: 0;
  display: block;
}
.new__item__content .item__tabs .tabs__item:before {
  display: none;
}
.new__item__content .item__tabs .tabs__button {
  padding: 1rem 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__tabs .tabs__button {
    white-space: nowrap;
  }
}
.new__item__content .item__tabs__table {
  margin: 0 0 4rem 0;
  padding: 0.6rem;
  border-radius: 1rem;
  background: #EDF0F2;
}
@media screen and (max-width: 1239.98px) {
  .new__item__content .item__tabs__table {
    overflow: auto;
    max-width: 73.7rem;
    position: relative;
  }
  .new__item__content .item__tabs__table:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 0.2rem;
    background: #EDF0F2;
    z-index: 2;
  }
}
@media screen and (max-width: 1239.98px) {
  .new__item__content .item__tabs__table {
    max-width: 100%;
  }
}
.new__item__content .item__tabs__table:last-child {
  margin: 0;
}
@media screen and (max-width: 1239.98px) {
  .new__item__content .item__tabs__table__small .item__tabs__block {
    min-width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .new__item__content .item__tabs__table__small .item__tabs__block {
    min-width: 90rem;
  }
}
.new__item__content .item__tabs__block {
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 1239.98px) {
  .new__item__content .item__tabs__block {
    min-width: 99rem;
  }
}
.new__item__content .item__tabs__block .item-block {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.new__item__content .item__tabs__block .item-block__list {
  display: flex;
  padding: 0;
  margin: 0 0 1.2rem 0;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.new__item__content .item__tabs__block .item-block__list li {
  display: block;
  padding: 0.6rem 1.1rem;
  background: #F8F8FA;
  border-radius: 1rem;
  margin: 0;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  width: auto;
}
.new__item__content .item__tabs__block .item-block__list li.blue {
  color: #4A59E7;
}
.new__item__content .item__tabs__block .item-block__list li::before {
  display: none;
}
.new__item__content .item__tabs__block .item-block p.title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0;
}
.new__item__content .item__tabs__block .item-block p.speaker {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 0.2rem 0;
}
.new__item__content .item__tabs__block .item-block p.position {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.new__item__content .item__tabs__block .item-block p.date {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 0.2rem 0;
}
.new__item__content .item__tabs__block .item-block p.time {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.new__item__content .item__tabs__block .item-block p.text {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  margin: 0;
  color: #161C24;
}
.new__item__content .item__tabs__block .item-block__button {
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
  width: 100%;
}
.new__item__content .item__tabs__block .item-block__button .button {
  padding: 1.3rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  text-align: center;
  width: 100%;
  justify-content: center;
  border-radius: 1.2rem;
}
@media screen and (min-width: 740px) {
  .new__item__content .item__tabs__block .item-block__button .button:hover {
    opacity: 0.7;
  }
}
.new__item__content .item__tabs__block .item-block__button .button.disabled {
  color: #919EAB;
  background: #EDF0F2;
  pointer-events: none;
}
.new__item__content .item__tabs__block .item-block:nth-of-type(2) {
  min-width: 20rem;
  max-width: 20rem;
}
.new__item__content .item__tabs__block .item-block:nth-of-type(3) {
  min-width: 12rem;
  max-width: 12rem;
}
.new__item__content .item__tabs__block .item-block:nth-of-type(4) {
  min-width: 22.6rem;
  max-width: 22.6rem;
}
.new__item__content .item__tabs__block .item-block__event {
  min-width: 19rem;
  max-width: 19rem;
}
.new__item__content .item__tabs__block .item-block__event p.date {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 0.8rem 0;
}
.new__item__content .item__tabs__caption {
  background: #EDF0F2;
}
.new__item__content .item__tabs__caption .item-block {
  padding: 1.2rem 1.6rem;
}
.new__item__content .item__tabs__caption .item-block p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.new__item__content .item__tabs__content {
  margin: 0 0 0.4rem 0;
}
.new__item__content .item__tabs__content:last-child {
  margin: 0;
}
.new__item__content .item__tabs__content .item-block {
  background: #fff;
  padding: 1.6rem;
}

.other__news {
  margin: 8rem 0;
}
@media screen and (max-width: 419.98px) {
  .other__news {
    margin: 6rem 0;
    padding: 0 0 5.6rem 0;
    position: relative;
  }
}
.other__news__caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .other__news__caption {
    margin: 0 0 2.4rem 0;
  }
}
.other__news__caption h3 {
  margin: 0;
}
.other__news__link {
  padding: 0.8rem 1.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 1.2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #212B36;
  white-space: nowrap;
}
@media screen and (max-width: 419.98px) {
  .other__news__link {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%);
  }
}
@media screen and (min-width: 740px) {
  .other__news__link:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.other__news__link img {
  min-width: 2.4rem;
  max-width: 2.4rem;
}
.other__news__block {
  display: flex;
  gap: 2rem;
}
.other__news__block .news__slide {
  flex: 1;
  display: block;
  background: #fff;
  border-radius: 2.4rem;
  flex-direction: row-reverse;
  padding: 0.8rem 1.2rem 1.2rem;
}
@media screen and (max-width: 999.98px) {
  .other__news__block .news__slide:last-child {
    display: none;
  }
}
@media screen and (max-width: 419.98px) {
  .other__news__block .news__slide {
    display: none;
  }
  .other__news__block .news__slide:first-child {
    display: block;
  }
  .other__news__block .news__slide .item-content__info {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.other__news__block .news__slide .item-image {
  width: 100%;
  height: 26.5rem;
  border-radius: 25.8rem;
  opacity: 1;
}
@media screen and (max-width: 419.98px) {
  .other__news__block .news__slide .item-image {
    height: 20rem;
  }
}
.other__news__block .news__slide .item-content {
  width: 100%;
  min-height: auto;
  position: initial;
  padding: 0 1.2rem;
  margin: 1.6rem 0 0 0;
}
.other__news__block .news__slide .item-content__info p.date {
  font-size: 1.2rem;
}
.other__news__block .news__slide .item-content__info p.note {
  font-size: 1.4rem;
}
.other__news__block .news__slide .item-content__block {
  margin: 0 0 1.6rem 0;
}
.other__news__block .news__slide .item-content__block p.title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}
.other__news__block .news__slide .item-content__block p {
  display: none;
}
.other__news__block .news__slide__link {
  padding: 1.4rem 2.4rem;
}

.company h1 {
  margin: 3.2rem 0 4rem;
}
@media screen and (max-width: 999.98px) {
  .company h1 {
    margin: 2.4rem 0 6rem;
  }
}
.company__block {
  margin: 0 0 8rem 0;
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
  display: flex;
  align-items: flex-start;
  gap: 8rem;
}
@media screen and (max-width: 1239.98px) {
  .company__block {
    gap: 2.4rem;
  }
}
@media screen and (max-width: 999.98px) {
  .company__block {
    flex-direction: column;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__block {
    padding: 3.2rem 2rem;
    margin: 0 -2rem 6rem;
  }
}
.company__block__content {
  width: 100%;
}
.company__block__content h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 120%;
  color: #212B36;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 1599.98px) {
  .company__block__content h2 {
    font-size: 4rem;
  }
}
@media screen and (max-width: 999.98px) {
  .company__block__content h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__block__content h2 {
    font-size: 1.8rem;
  }
}
.company__block__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem;
}
.company__block__content p:last-child {
  margin: 0;
}
.company__block__image {
  min-width: 47.2rem;
  max-width: 47.2rem;
  position: relative;
}
@media screen and (max-width: 800px) {
  .company__block__image {
    min-width: 100%;
    max-width: 100%;
  }
}
.company__block__image .item-image {
  width: 100%;
  height: 49rem;
}
@media screen and (max-width: 800px) {
  .company__block__image .item-image {
    height: auto;
  }
}
.company__block__image .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2.4rem;
}
.company__block__image .item-text {
  position: absolute;
  bottom: 1.2rem;
  left: 1.2rem;
  padding: 1.2rem;
  border-radius: 1.2rem;
  background: #fff;
  z-index: 5;
}
.company__block__image .item-text p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.company__block__image .item-text p.name {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 0.2rem 0;
}
.company__services {
  margin: 6rem 0;
}
@media screen and (max-width: 999.98px) {
  .company__services h3 {
    margin: 0 0 2.4rem;
  }
}
.company__services__block {
  display: flex;
  margin: 0 -1rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .company__services__block {
    flex-wrap: nowrap;
    margin: 0 -1.5rem 0 0;
    overflow: auto;
    padding: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .company__services__block {
    margin: 0 -2rem 0 0;
    padding: 0 1rem 0 0;
  }
}
.company__services__item {
  margin: 0 1rem 2rem;
  width: calc(50% - 2rem);
  height: 30rem;
  position: relative;
  padding: 2.4rem;
  background: #fff;
  overflow: hidden;
  border-radius: 2.4rem;
}
@media screen and (max-width: 1599.98px) {
  .company__services__item {
    height: 21rem;
  }
}
@media screen and (max-width: 999.98px) {
  .company__services__item {
    width: 33rem;
    max-width: 33rem;
    min-width: 33rem;
    height: 36rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__services__item {
    width: 22rem;
    max-width: 22rem;
    min-width: 22rem;
    height: 30rem;
    margin: 0 1rem 0 0;
    padding: 1.6rem;
  }
}
.company__services__item:nth-of-type(3) {
  width: calc(67% - 2rem);
}
@media screen and (max-width: 419.98px) {
  .company__services__item:nth-of-type(3) {
    width: 26rem;
    max-width: 26rem;
    min-width: 26rem;
  }
}
.company__services__item:nth-of-type(3) .item-content {
  max-width: 50rem;
}
.company__services__item:nth-of-type(4) {
  width: calc(33% - 2rem);
}
.company__services__item:nth-of-type(4) .item-content {
  max-width: 26rem;
}
.company__services__item:nth-of-type(4) .item-image img,
.company__services__item:nth-of-type(4) .item-image picture {
  max-width: 26rem;
  margin: 0 0 -3rem;
}
@media screen and (max-width: 999.98px) {
  .company__services__item:nth-of-type(4) .item-image img,
.company__services__item:nth-of-type(4) .item-image picture {
    max-width: 100%;
    margin: 0;
  }
}
.company__services__item .item-content {
  width: 100%;
  max-width: 41rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .company__services__item .item-content {
    max-width: 100% !important;
  }
}
.company__services__item .item-content .button {
  color: #4A59E7;
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 0.8em 3.2rem;
}
@media screen and (max-width: 419.98px) {
  .company__services__item .item-content .button {
    font-size: 1.4rem;
    text-align: center;
    width: 100%;
    padding: 0.9rem;
    border-radius: 1.2rem;
    justify-content: center;
  }
}
@media screen and (min-width: 740px) {
  .company__services__item .item-content .button:hover {
    background: #4A59E7;
    color: #fff;
  }
}
.company__services__item .item-text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #454F5B;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 419.98px) {
  .company__services__item .item-text p {
    font-size: 1.4rem;
    margin: 0 0 1.2rem 0;
  }
}
.company__services__item .item-text p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2rem;
  line-height: 120%;
  color: #161C24;
}
@media screen and (max-width: 999.98px) {
  .company__services__item .item-text p.title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__services__item .item-text p.title {
    font-size: 1.6rem;
  }
}
.company__services__item .item-image {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.company__services__item .item-image img, .company__services__item .item-image picture {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 999.98px) {
  .company__services__item .item-image img, .company__services__item .item-image picture {
    height: auto;
    max-height: 100%;
  }
}
.company__contacts {
  margin: 8rem 0;
  overflow: hidden;
}
@media screen and (max-width: 419.98px) {
  .company__contacts {
    margin: 6rem 0;
  }
}
.company__contacts .map__block {
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 419.98px) {
  .company__contacts .map__block {
    margin: 0 0 2.4rem 0;
  }
}
.company__odds {
  margin: 8rem 0;
}
@media screen and (max-width: 419.98px) {
  .company__odds {
    margin: 6rem 0;
  }
}
.company__odds h3 {
  margin: 0 0 2.4rem 0;
}
.company__odds__content {
  display: flex;
  align-items: flex-start;
  gap: 3rem;
  border-radius: 2.4rem;
  padding: 3.2rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .company__odds__content {
    padding: 2.4rem;
    display: block;
  }
}
@media screen and (max-width: 419.98px) {
  .company__odds__content {
    padding: 2rem;
    margin: 0 -2rem;
  }
}
.company__odds__block {
  flex: 1;
  background: #4A59E7;
  border-radius: 2.4rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  position: relative;
  height: 50.4rem;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .company__odds__block {
    height: 30rem;
    overflow: visible;
    margin: 0 0 1.6rem 0;
  }
}
.company__odds__block:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/bg-1.png) left center no-repeat;
}
.company__odds__block img {
  width: 100%;
  height: auto;
  margin: 0 -2rem -1rem 0;
}
@media screen and (max-width: 999.98px) {
  .company__odds__block img {
    width: auto;
    max-width: 100%;
    height: calc(100% + 8rem);
    margin: 0 2rem -1rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .company__odds__block img {
    width: auto;
    max-width: calc(100% + 7rem);
    height: calc(100% + 2rem);
    margin: 0 -0.5rem 1rem 0;
  }
}
.company__odds__flex {
  flex: 1;
  display: flex;
  gap: 1.2rem;
  flex-wrap: wrap;
}
.company__odds__item {
  width: calc(50% - 0.6rem);
  padding: 1.6rem 1.6rem 2rem;
  background: #F1F3F8;
  border-radius: 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 419.98px) {
  .company__odds__item {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 1.2rem;
    padding: 1.2rem;
    flex-direction: row;
    justify-content: flex-start;
  }
}
.company__odds__item .item-icon {
  width: 6.4rem;
  height: 6.4rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 0 2.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 419.98px) {
  .company__odds__item .item-icon {
    width: 5rem;
    height: 5rem;
    min-width: 5rem;
    max-width: 5rem;
    margin: 0;
  }
}
.company__odds__item .item-icon img {
  min-width: 2.8rem;
  max-width: 2.8rem;
}
@media screen and (max-width: 419.98px) {
  .company__odds__item .item-icon img {
    min-width: 2.4rem;
    max-width: 2.4rem;
  }
}
.company__odds__item p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.8rem;
  color: #242429;
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .company__odds__item p {
    font-size: 1.4rem;
  }
}
.company__strategy {
  margin: 8rem 0;
}
@media screen and (max-width: 999.98px) {
  .company__strategy a.path-caption__link {
    display: none;
  }
}
@media screen and (max-width: 419.98px) {
  .company__strategy {
    margin: 6rem 0;
  }
}
.company__strategy__banner {
  margin: 0 0 2.4rem 0;
  position: relative;
  border-radius: 3.2rem;
  padding: 3rem;
  background: #4A59E7;
  height: 32rem;
}
@media screen and (max-width: 999.98px) {
  .company__strategy__banner {
    height: 50.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__strategy__banner {
    height: 23rem;
    padding: 2rem;
  }
}
.company__strategy__banner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/bg-2.png) left center no-repeat;
}
.company__strategy__banner p {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 6rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .company__strategy__banner p {
    font-size: 4.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__strategy__banner p {
    font-size: 2rem;
  }
}
.company__strategy__banner .item-image {
  position: absolute;
  bottom: 0;
  right: 0;
  top: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 4;
}
.company__strategy__banner .item-image img {
  width: auto;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .company__strategy__banner .item-image img {
    max-height: 33rem;
  }
}
@media screen and (max-width: 419.98px) {
  .company__strategy__banner .item-image img {
    max-height: 15rem;
  }
}
.company__strategy__block {
  display: flex;
  gap: 2.4rem;
  align-items: flex-start;
}
@media screen and (max-width: 999.98px) {
  .company__strategy__block {
    flex-direction: column;
  }
}
.company__strategy__item {
  flex: 1;
  padding: 3.2rem;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .company__strategy__item {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .company__strategy__item {
    padding: 2rem;
  }
}
.company__strategy__item h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 419.98px) {
  .company__strategy__item h5 {
    font-size: 1.6rem;
  }
}
.company__strategy__item ul {
  margin: 0;
  padding: 0;
  display: block;
}
.company__strategy__item ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.company__strategy__item ul li:last-child {
  margin: 0;
}
.company__strategy__item ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.company__strategy__item ul li strong {
  font-weight: 600;
  color: #161C24;
}

.path-caption {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .path-caption {
    margin: 0 0 2.4rem 0;
  }
}
.path-caption h3 {
  margin: 0;
}
.path-caption__link {
  padding: 0.8rem 1.2rem;
  background: #fff;
  display: flex;
  align-items: center;
  gap: 0.8rem;
  border-radius: 1.2rem;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.6rem;
  color: #212B36;
}
@media screen and (max-width: 419.98px) {
  .path-caption__link {
    display: none;
  }
}
@media screen and (min-width: 740px) {
  .path-caption__link:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.path-caption__link img {
  min-width: 2.4rem;
  max-width: 2.4rem;
}

.map__block {
  padding: 0.4rem;
  border-radius: 2.4rem;
  background: #fff;
  position: relative;
}
.map__block__card {
  border-radius: 2.4rem;
  height: 46.5rem;
  overflow: hidden;
}
@media screen and (max-width: 419.98px) {
  .map__block__card {
    height: 31rem;
  }
}
.map__block__card iframe {
  width: 100%;
  height: 100%;
}
.map__block__content {
  position: absolute;
  top: 1.6rem;
  left: 1.6rem;
  width: 46rem;
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #fff;
  border: 1px solid #EDF0F2;
}
@media screen and (max-width: 999.98px) {
  .map__block__content {
    position: initial;
    width: 100%;
    margin: -0.4rem -0.4rem -4rem -0.4rem;
    position: relative;
    top: 0;
    left: 0;
    border: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .map__block__content {
    padding: 2rem;
  }
}
.map__block__content p.title {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
.map__block__content .item-block {
  padding: 0 0 1.6rem 0;
  margin: 0 0 1.6rem 0;
  width: 100%;
  border-bottom: 1px solid #EDF0F2;
}
.map__block__content .item-block:last-child {
  padding: 0;
  margin: 0;
  border: 0;
}
.map__block__content .item-block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 1.2rem 0;
}
.map__block__content .item-block p:last-child {
  margin: 0;
}
.map__block__content .item-block .link {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #4A59E7;
  text-decoration: none;
  display: inline-block;
  margin: 0 0 1.6rem 0;
}
@media screen and (min-width: 740px) {
  .map__block__content .item-block .link:hover {
    color: #4A59E7;
    text-decoration: none;
    opacity: 0.5;
  }
}
.map__block__content .item-block ul {
  display: flex;
  align-items: center;
  gap: 2.2rem;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}
.map__block__content .item-block ul li {
  display: block;
  padding: 0;
  margin: 0;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #919EAB;
  position: relative;
}
@media screen and (max-width: 419.98px) {
  .map__block__content .item-block ul li {
    font-size: 1.35rem;
  }
}
.map__block__content .item-block ul li + li::before {
  content: "";
  position: absolute;
  top: 0.6rem;
  left: -1.3rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #C4CDD5;
  border-radius: 50%;
}

.social__block {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 419.98px) {
  .social__block {
    gap: 1.2rem;
  }
}
.social__block__item {
  display: flex;
  gap: 2rem;
  width: calc(33.3333333333% - 1.4rem);
  background: #fff;
  border-radius: 2.4rem;
  height: 14.7rem;
}
@media screen and (max-width: 999.98px) {
  .social__block__item {
    flex-direction: column;
    height: auto;
    justify-content: space-between;
    gap: 1rem;
  }
}
@media screen and (max-width: 419.98px) {
  .social__block__item {
    width: calc(50% - 0.6rem);
    height: 20rem;
    position: relative;
  }
}
.social__block__item .item-image {
  min-width: 22.5rem;
  max-width: 22.5rem;
  display: flex;
  align-items: flex-end;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .social__block__item .item-image {
    min-width: 100%;
    max-width: 100%;
    height: 11rem;
  }
}
@media screen and (max-width: 419.98px) {
  .social__block__item .item-image {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 10rem;
  }
}
.social__block__item .item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.social__block__item .item-content {
  padding: 3.2rem 0 3.2rem 3.2rem;
  display: block;
  width: 100%;
}
@media screen and (max-width: 1599.98px) {
  .social__block__item .item-content {
    padding: 2.4rem 0 2.4rem 2.4rem;
  }
}
@media screen and (max-width: 999.98px) {
  .social__block__item .item-content {
    text-align: center;
    padding: 2.4rem 2.4rem 0 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .social__block__item .item-content {
    padding: 1.2rem 1.2rem 0 1.2rem;
    position: relative;
    z-index: 5;
  }
}
.social__block__item .item-content .title {
  display: block;
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 120%;
  color: #242429;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .social__block__item .item-content .title {
    font-size: 1.8rem;
    margin: 0 0 0.8rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .social__block__item .item-content .title {
    font-size: 1.4rem;
  }
}
.social__block__item .item-content .text {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: rgba(34, 34, 34, 0.9);
  display: block;
  margin: 0;
}

.contacts h1 {
  margin: 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .contacts h1 {
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .contacts h1 {
    margin: 1.6rem 0;
  }
}

.mission h1 {
  margin: 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .mission h1 {
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .mission h1 {
    margin: 1.6rem 0;
  }
}
.mission__caption {
  margin: 0 0 8rem 0;
  position: relative;
  border-radius: 3.2rem;
  padding: 3rem;
  background: #4A59E7;
  height: 32rem;
}
@media screen and (max-width: 999.98px) {
  .mission__caption {
    height: 20.9rem;
  }
}
@media screen and (max-width: 419.98px) {
  .mission__caption {
    height: 32rem;
    padding: 2rem;
  }
}
.mission__caption:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 3;
  background: url(../images/bg-2.png) left center no-repeat;
}
.mission__caption h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .mission__caption h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .mission__caption h2 {
    font-size: 1.8rem;
  }
}
.mission__content h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .mission__content h2 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .mission__content h2 {
    font-size: 1.8rem;
  }
}
.mission__block {
  display: block;
}
@media screen and (max-width: 419.98px) {
  .mission__block {
    margin: 0 -2rem;
  }
}
.mission__item {
  display: flex;
  gap: 0;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .mission__item {
    display: block;
    margin: 0 0 2.4rem;
  }
}
.mission__item:nth-of-type(even) {
  flex-direction: row-reverse;
}
.mission__item:last-child {
  margin: 0;
}
.mission__item__image {
  width: 50%;
  height: 47.1rem;
}
@media screen and (max-width: 999.98px) {
  .mission__item__image {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .mission__item__image {
    height: 27rem;
  }
}
.mission__item__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 2.4rem;
}
.mission__item__content {
  width: 50%;
  padding: 4rem 5rem;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .mission__item__content {
    width: 100%;
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .mission__item__content {
    padding: 3.2rem 2rem;
  }
}
.mission__item__content .item-icon {
  width: 100%;
  height: 6.4rem;
  margin: 0 0 1.6rem;
}
.mission__item__content .item-icon img {
  width: auto;
  max-width: 100%;
  height: 100%;
  object-fit: contain;
}
.mission__item__content h3 {
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 1599.98px) {
  .mission__item__content h3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .mission__item__content h3 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 999.98px) {
  .mission__item__content h3 {
    font-size: 1.8rem;
  }
  .mission__item__content h3 br {
    display: none;
  }
}
.mission__item__content ul {
  margin: 0;
  padding: 0;
  display: block;
}
.mission__item__content ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.2rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.mission__item__content ul li:last-child {
  margin: 0;
}
.mission__item__content ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.mission__item__content ul li strong {
  font-weight: 600;
  color: #161C24;
}

.financial__block {
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 419.98px) {
  .financial__block {
    margin: 0 0 6rem 0;
  }
}
.financial__block h1 {
  margin: 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .financial__block h1 {
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .financial__block h1 {
    margin: 1.6rem 0;
  }
}
.financial__block__content {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: 1fr 1fr 1fr;
  gap: 2rem 2rem;
  grid-template-areas: "item-1 item-2 item-3" "item-1 item-2 item-4" "item-5 item-6 item-6";
}
@media screen and (max-width: 999.98px) {
  .financial__block__content {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
  }
}
@media screen and (max-width: 574.98px) {
  .financial__block__content {
    gap: 1.6rem;
  }
}
.financial__block__content .item-1 {
  grid-area: item-1;
  display: block;
  padding: 3.2rem;
}
@media screen and (max-width: 999.98px) {
  .financial__block__content .item-1 {
    padding: 2.6rem 2.4rem;
    height: 25rem;
  }
}
@media screen and (max-width: 574.98px) {
  .financial__block__content .item-1 {
    padding: 2rem;
  }
}
.financial__block__content .item-1 .button {
  position: absolute;
  bottom: 3.2rem;
  right: 3.2rem;
}
@media screen and (max-width: 999.98px) {
  .financial__block__content .item-1 .button {
    bottom: 2.4rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .financial__block__content .item-1 .button {
    bottom: 2rem;
    right: 2rem;
  }
}
.financial__block__content .item-2 {
  grid-area: item-2;
  display: block;
  padding: 3.2rem;
}
@media screen and (max-width: 999.98px) {
  .financial__block__content .item-2 {
    padding: 2.6rem 2.4rem;
    height: 25rem;
  }
}
@media screen and (max-width: 574.98px) {
  .financial__block__content .item-2 {
    padding: 2rem;
  }
}
.financial__block__content .item-2 .button {
  position: absolute;
  bottom: 3.2rem;
  right: 3.2rem;
}
@media screen and (max-width: 999.98px) {
  .financial__block__content .item-2 .button {
    bottom: 2.4rem;
    right: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .financial__block__content .item-2 .button {
    bottom: 2rem;
    right: 2rem;
  }
}
.financial__block__content .item-3 {
  grid-area: item-3;
}
.financial__block__content .item-4 {
  grid-area: item-4;
}
.financial__block__content .item-5 {
  grid-area: item-5;
}
.financial__block__content .item-6 {
  grid-area: item-6;
}
.financial__block__item {
  padding: 3.35rem 3.2rem;
  background: #fff;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .financial__block__item {
    padding: 2.6rem 2.4rem;
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574.98px) {
  .financial__block__item {
    width: 100%;
    padding: 2rem;
    overflow: hidden;
  }
}
.financial__block__item p {
  font-weight: 600;
  font-size: 2rem;
  line-height: 120%;
  color: #161C24;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1599.98px) {
  .financial__block__item p {
    font-size: 1.8rem;
  }
}
.financial__block__item .button {
  position: relative;
  z-index: 5;
}
.financial__block__item img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 2;
  border-radius: 2.4rem;
}
@media screen and (max-width: 1239.98px) {
  .financial__block__item img {
    height: calc(100% - 2rem);
    top: 2rem;
  }
}
@media screen and (max-width: 999.98px) {
  .financial__block__item img {
    height: 100%;
    top: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .financial__block__item img {
    width: calc(100% + 14rem);
  }
}

.financial__support {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
.financial__support__item {
  padding: 2.4rem;
  width: calc(50% - 1rem);
  background: #fff;
  border-radius: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .financial__support__item {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .financial__support__item {
    padding: 2rem;
  }
}
.financial__support__item p.title {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 1599.98px) {
  .financial__support__item p.title {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 999.98px) {
  .financial__support__item p.title {
    font-size: 2.1rem;
  }
}
@media screen and (max-width: 419.98px) {
  .financial__support__item p.title {
    font-size: 1.8rem;
  }
}
.financial__support__details {
  background: #F8F8FA;
  border-radius: 1.6rem;
  margin: 0 0 1.6rem 0;
  padding: 1.6rem;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .financial__support__details {
    flex-direction: column;
    gap: 1.2rem;
  }
}
.financial__support__details__item {
  flex: 1;
}
.financial__support__details__item p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.financial__support__details__item p.note {
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.financial__support__content {
  margin: 0 0 1.6rem 0;
}
.financial__support__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #454F5B;
  margin: 0 0 1.6rem 0;
  display: none;
}
.financial__support__content p:nth-child(-n+3) {
  display: block;
}
@media screen and (max-width: 419.98px) {
  .financial__support__content p:nth-child(-n+3) {
    display: none;
  }
}
.financial__support__content p:nth-of-type(3) {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 419.98px) {
  .financial__support__content p:nth-of-type(3) {
    display: none;
  }
}
@media screen and (max-width: 419.98px) {
  .financial__support__content p:nth-child(-n+2) {
    display: block;
  }
  .financial__support__content p:nth-of-type(2) {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.financial__support__content p strong {
  font-weight: 600;
}
.financial__support__button {
  background: #F8F8FA;
  border: 0;
  padding: 0.4rem 0.8rem;
  border-radius: 0.6rem;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  cursor: pointer;
}
.financial__support__button span {
  color: #637381;
  display: block;
}
.financial__support__button span.item-collaps {
  display: none;
}
.financial__support__button svg {
  min-width: 1.2rem;
  max-width: 1.2rem;
}
.financial__support__button svg path {
  stroke: #919EAB;
}

.popup-financial {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 4rem 3.2rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.popup-financial.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .popup-financial {
    padding: 3rem 4px;
    align-items: flex-start;
  }
}
.popup-financial__content {
  width: 100%;
  max-width: 94rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
}
.popup-financial__content__caption {
  padding: 2.2rem 2.4rem;
  border-bottom: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.popup-financial__content__caption h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #222;
  margin: 0;
  width: 100%;
}
.popup-financial__content__body {
  padding: 1.6rem 2.4rem;
}
.popup-financial__content__body .financial__support__content {
  margin: 0;
}
.popup-financial__content__body .financial__support__content p {
  display: block;
}
.popup-financial__content__body .financial__support__content p:last-child {
  margin: 0;
}
.popup-financial__content__act {
  padding: 1.6rem 2.4rem 2.4rem;
  border-top: 1px solid #E5E8EB;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.6rem;
}
.popup-financial__content__act .button {
  font-size: 1.4rem;
  line-height: 1.4rem;
  padding: 1.4rem 2.4rem;
}
.popup-financial__content__act .button:disabled {
  opacity: 0.7;
}
.popup-financial__close {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  max-width: 2.4rem;
  cursor: pointer;
}
.popup-financial__close svg {
  width: 100%;
}
.popup-financial__close svg path {
  stroke: #919EAB;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .popup-financial__close:hover svg path {
    stroke: #000;
  }
}

.body-financial {
  overflow: hidden;
}

.report {
  background: #fff;
  border-radius: 2.4rem;
  padding: 5rem;
}
@media screen and (max-width: 999.98px) {
  .report {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .report {
    padding: 3.2rem 2rem;
  }
}
.report p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
.report ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.report ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.report ul li:last-child {
  margin: 0;
}
.report ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.report ul li strong {
  font-weight: 600;
  color: #161C24;
}
.report ul li a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .report ul li a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.report h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #161C24;
  margin: 4rem 0 1.6rem;
}
@media screen and (max-width: 999.98px) {
  .report h2 {
    font-size: 1.8rem;
    margin: 2.4rem 0 1.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .report h2 {
    font-size: 1.6rem;
  }
}
.report h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #161C24;
  margin: 1.6rem 0 1.2rem;
  font-family: "Golos Text", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .report h3 {
    font-size: 1.8rem;
  }
}
.report__block {
  margin: 0 0 2.8rem 0;
}
.report__link {
  display: flex;
  align-items: center;
  padding: 1.4rem 2rem;
  background: #4A59E7;
  border-radius: 1.6rem;
  gap: 1.6rem;
  text-decoration: none;
}
@media screen and (max-width: 419.98px) {
  .report__link {
    flex-direction: column-reverse;
    padding: 2rem;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
@media screen and (min-width: 740px) {
  .report__link:hover {
    opacity: 0.8;
  }
}
.report__link .text {
  width: 100%;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  font-family: "DrukWideCyrMedium";
}
.report__link .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #fff;
}
.report__link .item-icon svg {
  min-width: 2rem;
  max-width: 2rem;
}
.report__link .item-icon svg path {
  stroke: #4A59E7;
}
.report .item__links {
  display: block;
  margin: 0.8rem 0 0 0;
}
@media screen and (max-width: 999.98px) {
  .report .item__links {
    display: flex;
    gap: 0.8rem;
    flex-wrap: wrap;
  }
}
.report .item__links__block {
  margin: 0 0 0.8rem 0;
  padding: 1.2rem;
  border-radius: 1.6rem;
  background: #F8F8FA;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 999.98px) {
  .report .item__links__block {
    width: calc(50% - 0.4rem);
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    position: relative;
    margin: 0;
  }
}
@media screen and (max-width: 574.98px) {
  .report .item__links__block {
    width: 100%;
  }
}
.report .item__links__block:last-child {
  margin: 0;
}
.report .item__links__content {
  width: 100%;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .report .item__links__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.report .item__links__icon {
  min-width: 4.4rem;
  max-width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report .item__links__icon img {
  min-width: 2rem;
  max-width: 2rem;
}
.report .item__links__text {
  width: 100%;
}
.report .item__links__text p.title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 0.2rem 0;
}
.report .item__links__text p.size {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .report .item__links__text p.size {
    position: absolute;
    top: 2.5rem;
    right: 1.6rem;
  }
}
.report .item__links__buttons {
  display: flex;
  gap: 1.2rem;
}
.report .item__links__buttons .button {
  padding: 1.2rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 740px) {
  .report .item__links__buttons .button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.report .item__links__buttons .button img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.report .item__links__buttons .button span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #637381;
}
.report__info {
  background: #F8F8FA;
  padding: 3.2rem;
  border-radius: 2.4rem;
  margin: 2.8rem 0;
}
.report__info:last-child {
  margin: 2.8rem 0 0;
}
@media screen and (max-width: 999.98px) {
  .report__info {
    padding: 1.6rem;
  }
}
.report__info .item-icon {
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.report__info .item-icon img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.report__info h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.2rem;
  font-family: "Golos Text", sans-serif;
}
.report__info p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.2rem 0;
}
.report__info p:last-child {
  margin: 0;
}
.report__info p strong {
  font-weight: 600;
}
.report__info p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .report__info p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.report .tabs__list {
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0;
  gap: 0.8rem;
}
.report .tabs__item {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
}
.report .tabs__item:before {
  display: none;
}
.report__docs {
  margin: 4rem 0;
}
.report__docs p.title {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 419.98px) {
  .report__docs p.title {
    font-size: 1.6rem;
  }
}
.report__text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  margin: 0 0 1.6rem 0;
  color: #161C24;
}
.report__text p:last-child {
  margin: 0;
}
.report__text p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .report__text p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}

.payment {
  background: #fff;
  border-radius: 2.4rem;
  padding: 5rem;
}
@media screen and (max-width: 999.98px) {
  .payment {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .payment {
    padding: 3.2rem 2rem;
  }
}
.payment .tabs__button {
  padding: 1.1rem 1.6rem;
}
.payment h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #161C24;
  margin: 2rem 0 1.6rem;
}
@media screen and (max-width: 999.98px) {
  .payment h2 {
    font-size: 1.8rem;
    margin: 2rem 0 1.6rem;
  }
}
@media screen and (max-width: 419.98px) {
  .payment h2 {
    font-size: 1.6rem;
  }
}
.payment p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.payment p strong {
  font-weight: 600;
}
.payment p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .payment p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.payment h3 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #161C24;
  margin: 1.6rem 0 1.2rem;
  font-family: "Golos Text", sans-serif;
}
@media screen and (max-width: 999.98px) {
  .payment h3 {
    font-size: 1.8rem;
  }
}
.payment ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.payment ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  width: 100%;
}
.payment ul li:last-child {
  margin: 0;
}
.payment ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.payment ul li strong {
  font-weight: 600;
  color: #161C24;
}
.payment ul li a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .payment ul li a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.payment__info {
  background: #F8F8FA;
  padding: 3.2rem;
  border-radius: 2.4rem;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .payment__info {
    padding: 1.6rem;
  }
}
.payment__info .item-icon {
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 1.2rem;
  margin: 0 0 1.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.payment__info .item-icon img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.payment__info h4 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.2rem;
  font-family: "Golos Text", sans-serif;
}
.payment__info p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.2rem 0;
}
.payment__info p:last-child {
  margin: 0;
}
.payment__info p strong {
  font-weight: 600;
}
.payment__info p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .payment__info p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
.payment .tabs__list {
  display: flex;
  margin: 0 0 2rem 0;
  padding: 0;
  gap: 0.8rem;
}
.payment .tabs__item {
  margin: 0;
  padding: 0;
  display: block;
  width: auto;
}
.payment .tabs__item:before {
  display: none;
}

.payment__block {
  background: #4A59E7;
  margin: 2.4rem 0 0;
  border-radius: 2.4rem;
  padding: 5rem;
  position: relative;
}
@media screen and (max-width: 999.98px) {
  .payment__block {
    padding: 3.2rem;
    margin: 2rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .payment__block {
    padding: 3.2rem 2rem;
  }
}
.payment__block h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .payment__block h3 {
    font-size: 1.8rem;
  }
}
.payment__block__image {
  position: absolute;
  bottom: 0;
  z-index: 2;
  right: 0;
  top: 0;
  width: 29rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 1599.98px) {
  .payment__block__image {
    display: none;
  }
}
.payment__block__image img {
  width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.payment__block__content {
  width: 100%;
  position: relative;
  z-index: 5;
}
.payment__block__list {
  display: flex;
  gap: 2rem;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  counter-reset: payment-name;
  max-width: 73rem;
}
@media screen and (max-width: 1599.98px) {
  .payment__block__list {
    max-width: 100%;
  }
}
@media screen and (max-width: 574.98px) {
  .payment__block__list {
    gap: 1.2rem;
  }
}
.payment__block__list__item {
  position: relative;
  padding: 2.4rem;
  margin: 0;
  background: rgba(255, 255, 255, 0.15);
  border-radius: 2.4rem;
  width: calc(50% - 1rem);
  display: block;
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item {
    padding: 5.2rem 1.2rem 4.8rem;
  }
}
.payment__block__list__item:before {
  counter-increment: payment-name;
  content: counter(payment-name);
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 6.4rem;
  line-height: 100%;
  color: #fff;
}
@media screen and (max-width: 999.98px) {
  .payment__block__list__item:before {
    font-size: 4.8rem;
  }
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item:before {
    top: 0.6rem;
    left: 1.2rem;
  }
}
.payment__block__list__item .item-note {
  padding: 2rem 0;
  margin: 0 0 2rem 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .payment__block__list__item .item-note {
    padding: 1.7rem 0;
    margin: 0 0 1rem 0;
  }
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item .item-note {
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
  }
}
.payment__block__list__item .item-note__text {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  background: #fff;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 120%;
  color: #4A59E7;
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item .item-note__text::first-letter {
    text-transform: uppercase;
  }
  .payment__block__list__item .item-note__text span {
    display: none;
  }
}
.payment__block__list__item .item-flex {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item .item-flex {
    margin: 2rem 0 0;
  }
}
.payment__block__list__item .item-flex__text {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 120%;
  color: #fff;
  display: block;
  width: 100%;
}
@media screen and (max-width: 999.98px) {
  .payment__block__list__item .item-flex__text {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item .item-flex__text {
    font-size: 1.4rem;
  }
}
.payment__block__list__item .item-flex__link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4.8rem;
  max-width: 4.8rem;
  height: 4.8rem;
  border-radius: 1.2rem;
  background: #F8F8FA;
  transition: all 400ms ease-in-out;
}
@media screen and (max-width: 574.98px) {
  .payment__block__list__item .item-flex__link {
    min-width: 4rem;
    max-width: 4rem;
    height: 4rem;
    position: absolute;
    top: 1.2rem;
    right: 1.2rem;
  }
}
@media screen and (min-width: 740px) {
  .payment__block__list__item .item-flex__link:hover {
    background: #fff;
  }
  .payment__block__list__item .item-flex__link:hover svg path {
    stroke: #4A59E7;
  }
}
.payment__block__list__item .item-flex__link svg {
  min-width: 2.4rem;
  max-width: 2.4rem;
}
.payment__block__list__item .item-flex__link svg path {
  stroke: #637381;
  transition: all 400ms ease-in-out;
}

.personal__data h1 {
  font-size: 3.2rem;
  margin: 2.4rem 0 4.8rem;
}
@media screen and (max-width: 999.98px) {
  .personal__data h1 {
    font-size: 3.6rem;
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .personal__data h1 {
    font-size: 2rem;
    margin: 2.4rem 0 1.6rem;
  }
}
.personal__data__block {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 1239.98px) {
  .personal__data__block {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .personal__data__block {
    padding: 2rem;
  }
}
.personal__data__block .item__links {
  display: block;
  margin: 0;
}
.personal__data__block .item__links__block {
  margin: 0 0 0.8rem 0;
  padding: 1.2rem;
  border-radius: 1.6rem;
  background: #F8F8FA;
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
@media screen and (max-width: 999.98px) {
  .personal__data__block .item__links__block {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    position: relative;
  }
}
.personal__data__block .item__links__block:last-child {
  margin: 0;
}
.personal__data__block .item__links__content {
  width: 100%;
  display: flex;
  gap: 1.6rem;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .personal__data__block .item__links__content {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.personal__data__block .item__links__icon {
  min-width: 4.4rem;
  max-width: 4.4rem;
  height: 4.4rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.personal__data__block .item__links__icon img {
  min-width: 2rem;
  max-width: 2rem;
}
.personal__data__block .item__links__text {
  width: 100%;
}
.personal__data__block .item__links__text p.title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 0.2rem 0;
}
.personal__data__block .item__links__text p.size {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .personal__data__block .item__links__text p.size {
    position: absolute;
    top: 2.5rem;
    right: 1.6rem;
  }
}
.personal__data__block .item__links__buttons {
  display: flex;
  gap: 1.2rem;
}
.personal__data__block .item__links__buttons .button {
  padding: 1.2rem;
  background: #fff;
  border-radius: 1.2rem;
  display: flex;
  gap: 0.8rem;
}
@media screen and (min-width: 740px) {
  .personal__data__block .item__links__buttons .button:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.personal__data__block .item__links__buttons .button img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.personal__data__block .item__links__buttons .button span {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 1.6rem;
  color: #637381;
}

.hotline {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
}
@media screen and (max-width: 999.98px) {
  .hotline {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .hotline {
    padding: 3.2rem 2rem;
  }
}
.hotline p {
  font-weight: 600;
  font-size: 1.8rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
.hotline__contacts {
  border-radius: 1.6rem;
  margin: 0 0 1.6rem 0;
  padding: 2.2rem 2rem;
  background: #4A59E7;
}
.hotline__contacts p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  margin: 0 0 1.4rem 0;
  color: #fff;
}
.hotline__contacts ul {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  margin: 0;
  gap: 2.4rem;
}
@media screen and (max-width: 574.98px) {
  .hotline__contacts ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 419.98px) {
  .hotline__contacts ul {
    gap: 1.2rem;
  }
}
.hotline__contacts ul li {
  display: block;
  padding: 0;
  margin: 0;
}
.hotline__contacts ul li a {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .hotline__contacts ul li a:hover {
    color: #fff;
    text-decoration: underline;
  }
}
.hotline__link {
  border-radius: 1.6rem;
  margin: 0 0 1.6rem 0;
  padding: 2.2rem 2rem;
  background: #3BB65A;
  display: flex;
  align-items: center;
  gap: 1.6rem;
  text-decoration: none;
}
.hotline__link:last-child {
  margin: 0;
}
@media screen and (min-width: 740px) {
  .hotline__link:hover {
    opacity: 0.8;
  }
}
.hotline__link .text {
  width: 100%;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #fff;
}
.hotline__link .item-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  max-width: 4rem;
  height: 4rem;
  border-radius: 1.2rem;
  background: #fff;
}
.hotline__link .item-icon svg {
  min-width: 2.4rem;
  max-width: 2.4rem;
}
.hotline__link .item-icon svg path {
  stroke: #3BB65A;
}

.instructions {
  margin: 3.2rem 0 0;
}
@media screen and (max-width: 419.98px) {
  .instructions {
    margin: 2.4rem 0 0;
  }
}
.instructions h1 {
  margin: 0 0 3.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .instructions h1 {
    margin: 0 0 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .instructions h1 {
    margin: 0 0 1.6rem 0;
  }
}
.instructions__caption {
  margin: 0 0 6.4rem 0;
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media screen and (max-width: 999.98px) {
  .instructions__caption {
    flex-direction: column-reverse;
    gap: 1.6rem;
    margin: 0 0 4rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .instructions__caption {
    margin: 0 0 3.2rem;
  }
}
.instructions__caption .news__page__filter {
  width: 100%;
  margin: 0;
}
@media screen and (max-width: 419.98px) {
  .instructions__caption .news__page__filter {
    margin: 0 -2rem 0 0;
    padding: 0 2rem 0 0;
    width: calc(100% + 2rem);
  }
}
.instructions__caption .countries__search {
  max-width: 24.5rem;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .instructions__caption .countries__search {
    max-width: 100%;
  }
}
.instructions__content {
  display: flex;
  gap: 1.6rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .instructions__content {
    gap: 2rem;
  }
}
.instructions__content .news__slide {
  width: calc(33.1% - 0.8rem);
  display: flex;
  background: #fff;
  border-radius: 2.4rem;
  flex-direction: column;
}
@media screen and (max-width: 999.98px) {
  .instructions__content .news__slide {
    width: calc(50% - 1rem);
  }
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide {
    width: 100%;
    padding: 1.2rem;
  }
}
.instructions__content .news__slide .item-image {
  min-width: 100%;
  max-width: 100%;
  height: 22rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 739.98px) {
  .instructions__content .news__slide .item-image {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide .item-image {
    height: 17.5rem;
  }
}
.instructions__content .news__slide .item-content {
  width: 100%;
  min-height: 23rem;
  position: initial;
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide .item-content {
    padding: 1.6rem 0 0;
    min-height: auto;
  }
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide .item-content__info {
    margin: 0 0 1.2rem 0;
    gap: 1.2rem;
  }
}
.instructions__content .news__slide .item-content__info p.date {
  font-size: 1.2rem;
}
.instructions__content .news__slide .item-content__info p.note {
  font-size: 1.4rem;
}
.instructions__content .news__slide .item-content__block {
  margin: 0 0 1.2rem 0;
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide .item-content__block {
    margin: 0 0 1.6rem 0;
  }
}
.instructions__content .news__slide .item-content__block p.title {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide .item-content__block p.title {
    display: -webkit-box;
  }
}
.instructions__content .news__slide .item-content__block p {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 1.6rem;
}
@media screen and (max-width: 574.98px) {
  .instructions__content .news__slide .item-content__block p {
    display: none;
  }
}

.other__video {
  margin: 8rem 0;
}
@media screen and (max-width: 419.98px) {
  .other__video {
    margin: 6rem 0;
  }
}
.other__video__slider {
  position: relative;
}
@media screen and (max-width: 739.98px) {
  .other__video__slider .swiper-slide {
    width: 31rem;
  }
  .other__video__slider .video__slider {
    margin: 0 -1.5rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .other__video__slider .video__slider {
    margin: 0 -2rem 0 0;
  }
}
.other__video__slider .video-prev {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid #EDF0F2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2.1rem);
  left: -5rem;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .other__video__slider .video-prev:hover {
    background: #EDF0F2;
  }
}
@media screen and (max-width: 1599.98px) {
  .other__video__slider .video-prev {
    left: -1rem;
  }
}
.other__video__slider .video-prev img {
  width: 100%;
  max-width: 2rem;
}
.other__video__slider .swiper-button-disabled {
  pointer-events: none;
}
.other__video__slider .video-next {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid #EDF0F2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: calc(50% - 2.1rem);
  right: -5rem;
  z-index: 5;
  cursor: pointer;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 740px) {
  .other__video__slider .video-next:hover {
    background: #EDF0F2;
  }
}
@media screen and (max-width: 1599.98px) {
  .other__video__slider .video-next {
    right: -1rem;
  }
}
.other__video__slider .video-next img {
  width: 100%;
  max-width: 2rem;
}

.video__card {
  display: block;
  padding: 0.8rem 0.8rem 1.6rem;
  background-color: #fff;
  border-radius: 2rem;
}
.video__card__icon {
  content: "";
  position: absolute;
  top: calc(50% - 2.1rem);
  left: calc(50% - 2.1rem);
  width: 4.2rem;
  height: 4.2rem;
  background: #fff;
  border-radius: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.video__card__icon svg {
  min-width: 1.5rem;
  max-width: 1.5rem;
}
.video__card__icon svg path {
  fill: #919EAB;
  transition: all 400ms ease-in-out;
}
.video__card__image {
  width: 100%;
  padding-bottom: 56.7%;
  position: relative;
  display: block;
}
.video__card__image img {
  height: 100%;
  left: 0;
  object-fit: contain;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 1.6rem;
}
.video__card__content {
  display: block;
  padding: 1.6rem 1.2rem 0;
}
@media screen and (max-width: 419.98px) {
  .video__card__content {
    padding: 1.2rem 1.2rem 0;
  }
}
.video__card__content .title {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #222;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 0.4rem 0;
}
@media screen and (max-width: 419.98px) {
  .video__card__content .title {
    font-size: 1.6rem;
  }
}
.video__card__content .item-flex {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media screen and (max-width: 1239.98px) {
  .video__card__content .item-flex {
    flex-direction: column;
  }
}
.video__card__content .item-flex .list {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap: 2.2rem;
  padding: 0;
  margin: 0;
}
.video__card__content .item-flex .list-item {
  display: block;
  padding: 0;
  margin: 0;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  letter-spacing: 0px;
  color: #454F5B;
}
@media screen and (max-width: 419.98px) {
  .video__card__content .item-flex .list-item {
    font-size: 1.4rem;
  }
}
.video__card__content .item-flex .list .list-item + .list-item:before {
  content: "";
  position: absolute;
  top: 0.8rem;
  left: -1.4rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #D9D9D9;
  border-radius: 50%;
}
@media screen and (max-width: 419.98px) {
  .video__card__content .item-flex .list .list-item + .list-item:before {
    top: 0.6rem;
    left: -1.3rem;
  }
}
.video__card__content .item-flex .button {
  color: #637381;
}
@media screen and (max-width: 1239.98px) {
  .video__card__content .item-flex .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (min-width: 740px) {
  .video__card:hover .video__card__content .item-flex .button {
    background: #4A59E7;
    color: #fff;
  }
  .video__card:hover .video__card__icon svg path {
    fill: #4A59E7;
  }
}

@media screen and (max-width: 419.98px) {
  .social__page {
    padding: 0 2rem;
  }
}
.social__page .social__block__item {
  position: relative;
  height: 13rem;
  overflow: hidden;
}
@media screen and (max-width: 1239.98px) {
  .social__page .social__block__item {
    width: calc(50% - 1.4rem);
  }
}
@media screen and (max-width: 1239.98px) {
  .social__page .social__block__item {
    width: calc(33.3333333333% - 1.4rem);
  }
}
@media screen and (max-width: 999.98px) {
  .social__page .social__block__item {
    height: 20rem;
  }
}
@media screen and (max-width: 574.98px) {
  .social__page .social__block__item {
    width: calc(50% - 1.4rem);
  }
}
@media screen and (max-width: 419.98px) {
  .social__page .social__block__item {
    width: calc(50% - 0.6rem);
  }
}
.social__page .social__block__item .item-image {
  min-width: 15.5rem;
  max-width: 15.5rem;
  position: absolute;
  top: 0;
  right: -1rem;
  bottom: 0;
}
@media screen and (max-width: 999.98px) {
  .social__page .social__block__item .item-image {
    min-width: 100%;
    max-width: 100%;
    height: 14rem;
    bottom: -1.2rem;
    left: 0;
    right: 0;
    top: auto;
  }
}
.social__page .social__block__item .item-content {
  padding: 2.4rem 0 2.4rem 2.4rem;
  max-width: 22rem;
}
@media screen and (max-width: 1599.98px) {
  .social__page .social__block__item .item-content {
    max-width: 17rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .social__page .social__block__item .item-content {
    max-width: 24rem;
  }
}
@media screen and (max-width: 1239.98px) {
  .social__page .social__block__item .item-content {
    max-width: 22rem;
  }
}
@media screen and (max-width: 999.98px) {
  .social__page .social__block__item .item-content {
    padding: 2.4rem 2.4rem 0 2.4rem;
    max-width: 100%;
  }
}
@media screen and (max-width: 574.98px) {
  .social__page .social__block__item .item-content {
    padding: 1.2rem 1.2rem 0 1.2rem;
  }
}
.social__page .social__block__item .item-content .title {
  font-size: 1.8rem;
  margin: 0 0 0.8rem;
}
@media screen and (max-width: 574.98px) {
  .social__page .social__block__item .item-content .title {
    font-size: 1.4rem;
  }
}

.newsletter {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 999.98px) {
  .newsletter {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .newsletter {
    padding: 2rem;
  }
}
.newsletter p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
.newsletter h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #161C24;
  margin: 4rem 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .newsletter h2 {
    font-size: 1.8rem;
    margin: 3.2rem 0 1.6rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .newsletter h2 {
    margin: 2.4rem 0 1.6rem 0;
  }
}
.newsletter ul {
  margin: 1.6rem 0;
  padding: 0;
  display: block;
}
.newsletter ul li {
  display: block;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 2.4rem;
  position: relative;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.newsletter ul li:last-child {
  margin: 0;
}
.newsletter ul li:before {
  content: "";
  position: absolute;
  top: 0.7rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: #C4CDD5;
  border-radius: 50%;
}
.newsletter ul li strong {
  font-weight: 600;
  color: #161C24;
}
.newsletter__info {
  background: #F8F8FA;
  padding: 3.2rem;
  border-radius: 2.4rem;
  margin: 1.6rem 0;
}
@media screen and (max-width: 419.98px) {
  .newsletter__info {
    padding: 1.6rem;
  }
}
.newsletter__info p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.newsletter__info p a {
  color: #4A59E7;
  text-decoration: none;
}
@media screen and (min-width: 740px) {
  .newsletter__info p a:hover {
    color: #4A59E7;
    text-decoration: underline;
  }
}
@media screen and (max-width: 999.98px) {
  .newsletter__form .media__distribution__form {
    padding: 3.2rem;
  }
  .newsletter__form .media__distribution__form .form__flex .form__flex__group:first-child {
    width: calc(50% - 0.8rem);
  }
  .newsletter__form .media__distribution__form .form__flex .form__flex__group:last-child {
    width: 100%;
  }
}
@media screen and (max-width: 419.98px) {
  .newsletter__form .media__distribution__form {
    padding: 2.4rem 2rem;
  }
  .newsletter__form .media__distribution__form .form__flex .form__flex__group:first-child {
    width: 100%;
  }
  .newsletter__form .form__act p {
    text-align: left;
  }
}

.career {
  display: block;
}
.career__banner {
  height: 32rem;
  margin: 0 0 6rem 0;
  position: relative;
  background: #4A59E7 url(../images/bg-3.svg) top left no-repeat;
  background-size: contain;
  border-radius: 30px;
  padding: 3.2rem;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .career__banner {
    background-size: cover;
  }
}
@media screen and (max-width: 419.98px) {
  .career__banner {
    padding: 2rem;
  }
}
.career__banner h2 {
  font-family: "DrukWideCyrMedium";
  font-size: 4.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
  max-width: 105rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .career__banner h2 {
    font-size: 2.4rem;
    max-width: 40rem;
  }
}
@media screen and (max-width: 419.98px) {
  .career__banner h2 {
    max-width: 100%;
    font-size: 1.8rem;
  }
}
.career__banner__image {
  position: absolute;
  z-index: 3;
  top: -4rem;
  right: 0;
  bottom: 0;
  max-width: 55rem;
  display: grid;
  align-items: flex-end;
  justify-content: flex-end;
}
@media screen and (max-width: 999.98px) {
  .career__banner__image {
    top: 0;
    max-width: 40rem;
  }
}
@media screen and (max-width: 419.98px) {
  .career__banner__image {
    max-width: 32rem;
    right: -4rem;
  }
}
.career__banner__image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.career__block {
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 999.98px) {
  .career__block h3 {
    margin: 0 0 2.4rem 0;
  }
}
.career__flex {
  display: flex;
  align-items: flex-start;
  gap: 6rem;
}
@media screen and (max-width: 999.98px) {
  .career__flex {
    flex-direction: column;
    gap: 2.4rem;
    position: relative;
    padding-bottom: 7rem;
  }
}
.career__vacancies {
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
.career__vacancies__item {
  width: calc(50% - 1.2rem);
  background: #fff;
  border-radius: 2.4rem;
  padding: 2.4rem 2.4rem 1.6rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 25rem;
}
@media screen and (max-width: 999.98px) {
  .career__vacancies__item {
    width: 100%;
    min-height: 22rem;
  }
}
@media screen and (max-width: 419.98px) {
  .career__vacancies__item {
    padding: 1.6rem;
    min-height: auto;
  }
}
.career__vacancies__item .list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 1.2rem 0;
  gap: 1.2rem;
  padding: 0;
}
@media screen and (max-width: 419.98px) {
  .career__vacancies__item .list {
    gap: 0.6rem;
  }
}
.career__vacancies__item .list li {
  display: block;
  padding: 0.6rem 1.1rem;
  background: #F8F8FA;
  margin: 0;
  border-radius: 1rem;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 130%;
  color: #4A59E7;
}
@media screen and (max-width: 419.98px) {
  .career__vacancies__item .list li {
    font-size: 1.2rem;
  }
}
.career__vacancies__item p.title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 1.2rem 0;
}
.career__vacancies__item .desc {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 4rem 0;
  gap: 3rem;
  padding: 0;
}
@media screen and (max-width: 999.98px) {
  .career__vacancies__item .desc {
    margin: 0 0 3rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .career__vacancies__item .desc {
    gap: 1.3rem;
    margin: 0 0 3.2rem;
  }
}
.career__vacancies__item .desc li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #454F5B;
  padding: 0;
  margin: 0;
  position: relative;
  display: block;
}
.career__vacancies__item .desc li + li:before {
  content: "";
  position: absolute;
  top: 0.9rem;
  left: -1.8rem;
  width: 0.6rem;
  height: 0.6rem;
  background: #C4CDD5;
  border-radius: 50%;
}
@media screen and (max-width: 419.98px) {
  .career__vacancies__item .desc li + li:before {
    display: none;
  }
}
.career__vacancies__item .item-act {
  border-top: 1px solid #EDF0F2;
  padding: 1.2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.career__vacancies__item p.date {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #919EAB;
  margin: 0;
}
.career__vacancies__item .button {
  background: #EDF0F2;
  color: #4A59E7;
}
@media screen and (min-width: 740px) {
  .career__vacancies__item .button:hover {
    color: #fff;
    background: #4A59E7;
  }
}
.career__content {
  width: 100%;
}
.career__form {
  padding: 2.2rem 2rem;
  border-radius: 2rem;
  min-width: 32rem;
  max-width: 32rem;
  background: #4A59E7 url(../images/bg-4.png) center left no-repeat;
  background-size: cover;
}
@media screen and (max-width: 999.98px) {
  .career__form {
    min-width: 100%;
    max-width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: space-between;
  }
}
@media screen and (max-width: 419.98px) {
  .career__form {
    display: block;
  }
}
.career__form h5 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 1.4rem 0;
}
@media screen and (max-width: 999.98px) {
  .career__form h5 {
    margin: 0;
  }
}
@media screen and (max-width: 419.98px) {
  .career__form h5 {
    margin: 0 0 1.4rem 0;
  }
}
.career__form__link {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 120%;
  color: #fff;
  background: #4A59E7;
  display: block;
  padding: 1.6rem;
  text-decoration: none;
  border-radius: 1rem;
  border: 1px solid rgba(255, 255, 255, 0.5);
  white-space: nowrap;
}
.career__button {
  margin: 3.2rem 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .career__button {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

.worth__block {
  margin: 8rem 0;
}
@media screen and (max-width: 999.98px) {
  .worth__block h3 {
    margin: 0 0 2.4rem 0;
  }
}
.worth__block__block {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 999.98px) {
  .worth__block__block {
    flex-direction: column;
    gap: 2rem;
  }
}
.worth__block__content {
  width: 100%;
  gap: 2.4rem;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .worth__block__content {
    gap: 2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .worth__block__content {
    gap: 1.2rem;
  }
}
.worth__block__item {
  width: calc(50% - 1.2rem);
  height: 27.3rem;
  position: relative;
}
@media screen and (max-width: 419.98px) {
  .worth__block__item {
    height: 25rem;
    width: 100%;
  }
}
.worth__block__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2.7rem;
}
.worth__block__item p {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
  position: absolute;
  bottom: 2.4rem;
  left: 2.4rem;
  right: 2.4rem;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .worth__block__item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 419.98px) {
  .worth__block__item p {
    font-size: 1.6rem;
  }
}
.worth__block__item__big {
  min-width: 36%;
  max-width: 36%;
  height: 57.2rem;
  background: #E92B37;
  border-radius: 2.7rem;
}
.worth__block__item__big .item-image {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 999.98px) {
  .worth__block__item__big .item-image {
    width: auto;
    height: 100%;
  }
  .worth__block__item__big .item-image img {
    object-fit: contain;
  }
}
@media screen and (max-width: 419.98px) {
  .worth__block__item__big .item-image {
    width: 20rem;
    height: 20rem;
  }
}
@media screen and (max-width: 999.98px) {
  .worth__block__item__big {
    min-width: 100%;
    max-width: 100%;
    height: 27.8rem;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    padding: 0rem 4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .worth__block__item__big {
    height: 25rem;
    padding: 1rem 2rem;
    align-items: flex-start;
  }
}

.teaching {
  padding: 5.5rem 0 0;
}
@media screen and (max-width: 999.98px) {
  .teaching {
    padding: 3rem 0 0;
  }
}
.teaching h1 {
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .teaching h1 {
    margin: 0 0 2rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .teaching h1 {
    margin: 0 0 1.6rem;
  }
}
.teaching__banner {
  margin: 0 0 8rem 0;
  position: relative;
}
@media screen and (max-width: 419.98px) {
  .teaching__banner {
    margin: 0 -2rem 6rem;
  }
}
.teaching__banner .swiper-pagination {
  position: absolute !important;
  left: 3.2rem !important;
  z-index: 8;
  bottom: 4.8rem !important;
  width: auto;
  right: auto !important;
}
@media screen and (max-width: 419.98px) {
  .teaching__banner .swiper-pagination {
    left: 2.4rem;
    bottom: 4rem;
  }
}
.teaching__banner .swiper-pagination .swiper-pagination-bullet {
  margin: 0 2px;
  background: #fff;
  opacity: 0.5;
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 2rem;
  transition: all 400ms ease-in-out;
}
.teaching__banner .swiper-pagination .swiper-pagination-bullet-active {
  width: 1.6rem;
  background: #fff;
  opacity: 1;
}
.teaching__slide {
  display: block;
  text-decoration: none;
  width: 100%;
  border-radius: 3rem;
  overflow: hidden;
}
.teaching__slide__image {
  display: block;
  width: 100%;
  height: 42rem;
  position: relative;
  z-index: 2;
}
.teaching__slide__image:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 3;
}
.teaching__slide__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 3rem;
}
.teaching__slide__content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 7;
  padding: 3.2rem;
  display: block;
}
@media screen and (max-width: 419.98px) {
  .teaching__slide__content {
    padding: 2.4rem;
  }
}
.teaching__slide__content .title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 2.4rem 0;
  display: block;
}
@media screen and (max-width: 999.98px) {
  .teaching__slide__content .title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .teaching__slide__content .title {
    font-size: 1.8rem;
    margin: 0 0 1.6rem;
  }
}
.teaching__slide__content .text {
  font-weight: 500;
  font-size: 2.1rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 1.6rem 0;
  display: block;
}
@media screen and (max-width: 419.98px) {
  .teaching__slide__content .text {
    font-size: 1.6rem;
    margin: 0 0 1rem 0;
  }
}
.teaching__slider__nav {
  position: absolute;
  right: 3.2rem;
  bottom: 3.2rem;
  display: flex;
  gap: 1.2rem;
  z-index: 7;
}
@media screen and (max-width: 419.98px) {
  .teaching__slider__nav {
    right: 2.4rem;
    bottom: 2.4rem;
  }
}
.teaching__slider__nav .teaching-prev {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid #EDF0F2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  position: initial;
}
@media screen and (min-width: 740px) {
  .teaching__slider__nav .teaching-prev:hover {
    background: #EDF0F2;
  }
}
@media screen and (max-width: 1599.98px) {
  .teaching__slider__nav .teaching-prev {
    left: -1rem;
  }
}
.teaching__slider__nav .teaching-prev img {
  width: 100%;
  max-width: 2rem;
}
.teaching__slider__nav .swiper-button-disabled {
  pointer-events: none;
}
.teaching__slider__nav .teaching-next {
  width: 4.2rem;
  height: 4.2rem;
  border-radius: 1.2rem;
  background: #fff;
  border: 1px solid #EDF0F2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  position: initial;
}
@media screen and (min-width: 740px) {
  .teaching__slider__nav .teaching-next:hover {
    background: #EDF0F2;
  }
}
@media screen and (max-width: 1599.98px) {
  .teaching__slider__nav .teaching-next {
    right: -1rem;
  }
}
.teaching__slider__nav .teaching-next img {
  width: 100%;
  max-width: 2rem;
}
.teaching__block {
  margin: 8rem 0;
  padding: 5rem;
  border-radius: 5rem;
  background: #fff;
  display: flex;
  gap: 5rem;
  align-items: flex-start;
}
@media screen and (max-width: 999.98px) {
  .teaching__block {
    display: block;
    padding: 5rem 3.2rem;
    margin: 8rem -1.5rem;
    border-radius: 2.4rem;
  }
}
@media screen and (max-width: 419.98px) {
  .teaching__block {
    margin: 6rem -2rem;
    padding: 3.2rem 2rem;
  }
}
.teaching__block__image {
  flex: 1;
  height: 40rem;
}
@media screen and (max-width: 419.98px) {
  .teaching__block__image {
    height: 21.3rem;
  }
}
.teaching__block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 2rem;
}
.teaching__block__content {
  padding: 3rem 0;
  flex: 1;
}
@media screen and (max-width: 999.98px) {
  .teaching__block__content {
    padding: 0;
    margin: 3.2rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .teaching__block__content {
    margin: 2.4rem 0 0;
  }
}
.teaching__block__content h3 {
  margin: 0 0 2.4rem;
}
.teaching__block__content h3 span {
  color: #4A59E7;
}
@media screen and (max-width: 1599.98px) {
  .teaching__block__content h3 {
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 999.98px) {
  .teaching__block__content h3 {
    font-size: 2.4rem;
  }
  .teaching__block__content h3 br {
    display: none;
  }
}
@media screen and (max-width: 419.98px) {
  .teaching__block__content h3 {
    font-size: 1.8rem;
    margin: 0 0 1.6rem 0;
  }
}
.teaching__block__content ul {
  margin: 2.4rem 0;
  padding: 0;
  display: block;
}
@media screen and (max-width: 419.98px) {
  .teaching__block__content ul {
    margin: 1.6rem 0;
  }
}
.teaching__block__content ul li {
  display: block;
  padding: 0 0 0 2rem;
  margin: 0 0 1.2rem 0;
  position: relative;
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 130%;
  color: rgba(34, 34, 34, 0.9);
}
@media screen and (max-width: 419.98px) {
  .teaching__block__content ul li {
    font-size: 1.6rem;
  }
}
.teaching__block__content ul li:last-child {
  margin: 0;
}
.teaching__block__content ul li:before {
  content: "";
  position: absolute;
  top: 1.1rem;
  left: 0.6rem;
  width: 0.3rem;
  height: 0.3rem;
  background: rgba(34, 34, 34, 0.9);
  border-radius: 50%;
}
@media screen and (max-width: 419.98px) {
  .teaching__block__content ul li:before {
    top: 0.9rem;
  }
}
.teaching__block__content .button {
  margin-top: 3rem;
}
@media screen and (max-width: 999.98px) {
  .teaching__block__content .button {
    margin: 1rem 0 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .teaching__block__content .button {
    width: 100%;
  }
}

.swiper-button-lock {
  display: none !important;
}

.calendar {
  margin: 8rem 0;
}
@media screen and (max-width: 419.98px) {
  .calendar {
    margin: 6rem 0;
  }
}
.calendar h3 {
  margin: 0 0 2.4rem;
}

.main-banner {
  padding: 13rem 0 0;
  margin: 0 0 8rem 0;
}
@media screen and (max-width: 739.98px) {
  .main-banner {
    padding: 10rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .main-banner {
    padding: 8rem 0 0;
  }
}
.main-banner__block {
  display: flex;
  gap: 1rem;
}
@media screen and (max-width: 999.98px) {
  .main-banner__block {
    gap: 2rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main-banner__block {
    display: block;
  }
}
.main-banner__item {
  flex: 1;
  height: 53.9rem;
  padding: 3.2rem;
  border-radius: 2.4rem;
  background: #fff;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .main-banner__item {
    padding: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main-banner__item {
    height: 46rem;
  }
}
.main-banner__item .item-content {
  width: 100%;
  position: relative;
  z-index: 5;
}
.main-banner__item .item-content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 120%;
  color: #454F5B;
  margin: 0;
}
.main-banner__item .item-content p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.8rem;
  line-height: 120%;
  color: #4A59E7;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .main-banner__item .item-content p.title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main-banner__item .item-content p.title {
    font-size: 2rem;
  }
}
.main-banner__item .button {
  font-size: 1.8rem;
  line-height: 130%;
  padding: 1.2rem 3.2rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 999.98px) {
  .main-banner__item .button {
    width: 100%;
  }
}
.main-banner__item .item-logo {
  height: 8rem;
  width: 100%;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 574.98px) {
  .main-banner__item .item-logo {
    height: 5rem;
  }
}
.main-banner__item .item-logo img {
  width: auto;
  max-width: 100%;
  object-fit: contain;
  height: 100%;
}
.main-banner__item .item-image {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 38rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .main-banner__item .item-image {
    height: 30rem;
  }
}
.main-banner__item .item-image img {
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 574.98px) {
  .main-banner__item-red {
    margin: 2rem 0 0;
  }
}
.main-banner__item-red .item-content p.title {
  color: #851D1D;
}
.main-banner__item-red .item-image {
  height: 42rem;
}
@media screen and (max-width: 999.98px) {
  .main-banner__item-red .item-image {
    height: 32rem;
    left: -2rem;
    right: -4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main-banner__item-red .item-image {
    right: -2rem;
  }
}

.main-anchors {
  padding: 1.2rem 0;
  position: sticky;
  top: 20.8rem;
  background: #F8F8FA;
  transition: all 400ms ease-in-out;
  border-top: 1px solid #F8F8FA;
  border-bottom: 1px solid #F8F8FA;
  z-index: 30;
}
@media screen and (max-width: 999.98px) {
  .main-anchors {
    opacity: 0;
    position: fixed;
    top: 9.7rem;
    padding: 1rem 0;
    left: 0;
    right: 0;
  }
  .main-anchors.show {
    opacity: 1;
  }
}
@media screen and (max-width: 739.98px) {
  .main-anchors {
    top: 6.3rem;
  }
}
@media screen and (max-width: 419.98px) {
  .main-anchors {
    top: 6rem;
    padding: 0.8rem 0;
  }
}
.main-anchors.active {
  background: #fff;
  box-shadow: 0 8px 30px rgba(0, 0, 0, .1);
}
.main-anchors.active .js-anchor-list li a {
  background: #F8F8FA;
}
.main-anchors .js-anchor-list {
  position: initial !important;
  opacity: 1 !important;
  display: flex !important;
  padding: 0 1.5rem 0 0;
  border: 0;
  margin: 0 -1.5rem 0 0;
  background: transparent !important;
}
@media screen and (max-width: 419.98px) {
  .main-anchors .js-anchor-list {
    margin: 0 -2rem 0 0;
    padding: 0 2rem 0 0;
  }
}

.main__blue {
  margin: 8rem 0;
  padding: 8rem 0;
  border-radius: 5rem;
  background: #4A59E7 url(../images/bg-5.png) center center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 574.98px) {
  .main__blue {
    padding: 6rem 0;
    border-radius: 3rem;
  }
}

.main__odds {
  margin: 0 0 10rem 0;
}
@media screen and (max-width: 574.98px) {
  .main__odds {
    margin: 0 -2.2rem 7rem -2.2rem;
    position: relative;
    padding: 5rem 0 0 0;
  }
}
.main__odds__block {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
}
@media screen and (max-width: 574.98px) {
  .main__odds__block {
    flex-wrap: nowrap;
    gap: 0;
    overflow: auto;
    margin: 0 -1.5rem 0 0;
    padding: 0 1.5rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .main__odds__block {
    margin: 0 -2rem 0 0;
    padding: 0 2rem 0 0;
  }
}
.main__odds__item {
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #fff;
  height: 25rem;
  width: calc(33.3333333333% - 1.5rem);
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1700px) {
  .main__odds__item {
    height: 29rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__odds__item {
    width: calc(50% - 1rem);
    height: 26rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__odds__item {
    width: 19.5rem;
    max-width: 19.5rem;
    min-width: 19.5rem;
    height: 26.8rem;
    padding: 1.6rem;
    margin: 0 1rem 0 0;
  }
}
.main__odds__item p {
  font-weight: 600;
  font-size: 2.1rem;
  line-height: 120%;
  color: #212B36;
  margin: 0;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1599.98px) {
  .main__odds__item p {
    font-size: 2rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__odds__item p {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__odds__item p {
    font-size: 1.6rem;
  }
}
.main__odds__item h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .main__odds__item h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__odds__item h2 {
    font-size: 2.1rem;
  }
}
.main__odds__item .item-image {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  z-index: 3;
}
@media screen and (max-width: 999.98px) {
  .main__odds__item .item-image {
    top: 4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__odds__item .item-image {
    top: 0;
    left: -3em;
  }
}
.main__odds__item .item-image img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.main__odds__item-medium p {
  max-width: 30rem;
}
@media screen and (max-width: 1599.98px) {
  .main__odds__item-medium p {
    max-width: 28rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__odds__item-medium p {
    max-width: 100%;
  }
}
.main__odds__item-small p {
  max-width: 24rem;
}
@media screen and (max-width: 1599.98px) {
  .main__odds__item-small p {
    max-width: 22rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__odds__item-small p {
    max-width: 100%;
  }
}
@media screen and (max-width: 574.98px) {
  .main__odds__item-small .item-image {
    top: 0;
    left: -6em;
    right: -4rem;
  }
}
.main__odds__item:first-child {
  background: #6E7AEC;
}
@media screen and (max-width: 574.98px) {
  .main__odds__item:first-child {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    padding: 0;
    background: transparent;
    border-radius: 0;
    height: auto;
  }
}

.main__tabs h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__tabs h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__tabs h2 {
    font-size: 2.1rem;
    margin: 0 0 2.4rem;
  }
}
.main__tabs .tabs__item:first-child .tabs__button.active:after {
  left: auto;
  right: -2.9rem;
  background: url(../images/corner.svg) 0 0 no-repeat;
  background-size: cover;
}
.main__tabs .tabs__block {
  transition: opacity 0ms ease-in-out;
}
.main__tabs .tabs__button {
  font-size: 2rem;
  padding: 1.8rem 2.8rem;
  color: #fff;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 1.2rem 1.2rem 0 0;
  font-weight: 600;
  position: relative;
}
@media screen and (max-width: 574.98px) {
  .main__tabs .tabs__button {
    font-size: 1.6rem;
    padding: 1rem 1.6rem;
    border-radius: 1.2rem;
  }
}
.main__tabs .tabs__button.active {
  color: #4A59E7;
  background: #fff;
}
.main__tabs .tabs__button.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 2.9rem;
  height: 4.8rem;
  left: -2.9rem;
  background: url(../images/corner-1.svg) 0 0 no-repeat;
  background-size: cover;
}
@media screen and (max-width: 574.98px) {
  .main__tabs .tabs__button.active:after {
    display: none;
  }
}
@media screen and (max-width: 574.98px) {
  .main__tabs .tabs__content {
    margin: 1.2rem -1.5rem 0;
  }
}
@media screen and (max-width: 419.98px) {
  .main__tabs .tabs__content {
    margin: 1.2rem -2rem 0;
  }
}
.main__tabs .tabs__list {
  margin: 0;
  gap: 0.4rem;
}
.main__tabs__block {
  padding: 3.2rem;
  background: #fff;
  border-radius: 0 2.4rem 2.4rem 2.4rem;
  display: flex;
  gap: 3.2rem;
  align-items: center;
}
@media screen and (max-width: 999.98px) {
  .main__tabs__block {
    display: block;
  }
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block {
    padding: 3.2rem 2rem;
    border-radius: 2rem;
  }
}
.main__tabs__block-red .main__tabs__block__content ul li {
  width: calc(33.33% - 0.9rem);
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block-red .main__tabs__block__content ul li {
    width: 100%;
  }
}
.main__tabs__block-red .main__tabs__block__content ul li:last-child {
  width: 100%;
}
.main__tabs__block__image {
  flex: 1;
  height: 54.1em;
}
@media screen and (max-width: 999.98px) {
  .main__tabs__block__image {
    width: 100%;
    height: 40rem;
    margin: 3.2rem 0 0;
  }
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block__image {
    height: 25.5rem;
  }
}
.main__tabs__block__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 1.6rem;
}
.main__tabs__block__content {
  flex: 1;
}
.main__tabs__block__content .item-logo {
  height: 8rem;
  width: 100%;
  margin: 0 0 2.4rem;
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block__content .item-logo {
    height: 5rem;
  }
}
.main__tabs__block__content .item-logo img {
  width: auto;
  max-width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  height: 100%;
}
.main__tabs__block__content h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block__content h3 {
    font-size: 1.8rem;
  }
}
.main__tabs__block__content p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block__content p {
    font-size: 1.5rem;
  }
}
.main__tabs__block__content ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1.2rem;
  padding: 0;
  margin: 2.4rem 0 1.2rem;
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block__content ul {
    flex-direction: column;
  }
}
.main__tabs__block__content ul li {
  display: flex;
  align-items: center;
  margin: 0;
  padding: 0.8rem 1.6rem 0.8rem 0.8rem;
  background: #F8F8FA;
  border-radius: 1.6rem;
  gap: 0.8rem;
  width: auto;
}
@media screen and (max-width: 574.98px) {
  .main__tabs__block__content ul li {
    width: 100%;
  }
}
.main__tabs__block__content ul li:before {
  display: none;
}
.main__tabs__block__content ul li .item-icon {
  min-width: 3.2rem;
  max-width: 3.2rem;
  height: 3.2rem;
  border-radius: 0.8rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.main__tabs__block__content ul li .item-icon img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.main__tabs__block__content ul li .item-text {
  display: block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.main__tabs__block__content .button {
  font-size: 1.8rem;
  line-height: 130%;
  padding: 1.2rem 3.2rem;
  width: 100%;
}

.main__faq {
  margin: 8rem 0;
}
.main__faq.active .main__faq__item .faq__item {
  display: block;
}
.main__faq.active .button span {
  display: none;
}
.main__faq.active .button span.collaps {
  display: block;
}
.main__faq h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__faq h2 {
    font-size: 2.4rem;
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 574.98px) {
  .main__faq h2 {
    font-size: 1.8rem;
  }
}
.main__faq__button {
  margin: 1.6rem 0 0;
  display: none;
  align-items: center;
  justify-content: center;
}
.main__faq__button.show {
  display: flex;
}
.main__faq__button .button span {
  display: block;
}
.main__faq__button .button span.collaps {
  display: none;
}
.main__faq .li__name_text {
  padding-right: 2rem;
}
.main__faq .faq__list {
  display: flex;
  align-items: flex-start;
  margin: 0 !important;
  flex-wrap: wrap;
  gap: 3rem;
}
@media screen and (max-width: 999.98px) {
  .main__faq .faq__list {
    display: block;
  }
}
.main__faq .faq__accord .li__name {
  font-size: 1.8rem;
  font-weight: 700;
}
@media screen and (max-width: 574.98px) {
  .main__faq .faq__accord .li__name {
    font-size: 1.6rem;
    font-weight: 600;
  }
}
.main__faq .faq__accord .li__name-close {
  min-width: 3.2rem;
  max-width: 3.2rem;
  height: 3.2rem;
  background: rgba(0, 75, 202, 0.08) url(../images/plus-blue.svg) center center no-repeat;
  background-size: 2.4rem;
}
.main__faq .faq__accord .li__name-close svg {
  display: none;
}
.main__faq .faq__accord .li__name.open .li__name-close {
  background-size: 2.4rem;
  background: #4A59E7 url(../images/minus.svg) center center no-repeat;
}
.main__faq .faq__accord .li__text {
  padding: 1.2rem 0 0 0;
  margin: 1.2rem 0 0 0;
  border-top: 1px solid #E5E8EB;
}
@media screen and (max-width: 574.98px) {
  .main__faq .faq__accord .li__text p {
    font-size: 1.4rem;
  }
}
.main__faq .faq__item {
  padding: 1.6rem !important;
  background: #fff !important;
  margin: 0 0 1.6rem !important;
  display: block;
  border-radius: 1.6rem;
}
@media screen and (max-width: 574.98px) {
  .main__faq .faq__item {
    padding: 1.2rem 1.6rem !important;
  }
}
.main__faq__item {
  flex: 1;
}
.main__faq__item .faq__item {
  display: none;
}
.main__faq__item .faq__item:nth-child(-n+4) {
  display: block;
}
@media screen and (max-width: 999.98px) {
  .main__faq__item .faq__item:nth-child(-n+4) {
    display: none;
  }
}
@media screen and (max-width: 999.98px) {
  .main__faq__item .faq__item:nth-child(-n+2) {
    display: block;
  }
}

.main__projects {
  padding: 10rem 0;
  border-radius: 5rem;
  margin: 8rem 0;
  background: #4A59E7 url(../images/bg-6.png) center left no-repeat;
}
@media screen and (max-width: 999.98px) {
  .main__projects {
    padding: 6rem 0;
  }
}
.main__projects h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 4.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 4rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__projects h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__projects h2 {
    font-size: 1.8rem;
    margin: 0 0 2.4rem;
  }
}
.main__projects__block {
  display: flex;
  margin: 0 -1.5rem;
}
@media screen and (max-width: 999.98px) {
  .main__projects__block {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 574.98px) {
  .main__projects__block {
    display: block;
    margin: 0;
  }
}
.main__projects__item {
  width: calc(50% - 3rem);
  margin: 0 1.5rem;
  background: #fff;
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #fff;
  height: 30rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 999.98px) {
  .main__projects__item {
    width: calc(50% - 3rem);
  }
  .main__projects__item:last-child {
    width: 100%;
    margin: 3rem 1.5rem 0;
  }
  .main__projects__item:last-child .item-image img {
    height: 100%;
  }
}
@media screen and (max-width: 574.98px) {
  .main__projects__item {
    width: 100%;
    margin: 0 0 1rem 0;
  }
  .main__projects__item:last-child {
    margin: 0 0 1.5rem 0;
  }
  .main__projects__item:last-child .item-image {
    left: 0;
    right: 0;
  }
  .main__projects__item:last-child .item-image img {
    height: auto;
  }
}
.main__projects__item .itenm-content {
  position: relative;
  z-index: 5;
}
.main__projects__item .button {
  position: relative;
  z-index: 5;
}
.main__projects__item .item-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  top: 2rem;
}
@media screen and (max-width: 1239.98px) {
  .main__projects__item .item-image {
    top: 4rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__projects__item .item-image {
    top: 0;
    left: -3rem;
    right: -3rem;
  }
}
.main__projects__item .item-image img {
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  object-fit: contain;
}
.main__projects__item p {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #4B4B61;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__projects__item p {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__projects__item p br {
    display: none;
  }
}
.main__projects__item p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2rem;
  line-height: 2.4rem;
  color: #242429;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__projects__item p.title {
    margin: 0 0 1.2rem 0;
  }
}
@media screen and (max-width: 574.98px) {
  .main__projects__item p.title {
    font-size: 1.6rem;
  }
}

.main__promo {
  margin: 8rem 0;
}
.main__promo .news__promo__slide {
  height: 41.2rem;
}
@media screen and (max-width: 1599.98px) {
  .main__promo .news__promo__slide {
    height: 37.2rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__promo .news__promo__slide {
    height: 28.2rem;
  }
  .main__promo .news__promo__slide img {
    object-position: right;
  }
}
@media screen and (max-width: 574.98px) {
  .main__promo .news__promo__slide {
    height: 45rem;
  }
  .main__promo .news__promo__slide img {
    object-position: 15%;
  }
}
@media screen and (max-width: 419.98px) {
  .main__promo .news__promo__slide img {
    object-position: 25%;
  }
}

.main__form {
  background: linear-gradient(272.34deg, #4A59E7 18.74%, #D73CEB 130.21%);
  border-radius: 2.4rem;
  padding: 3.2rem;
  margin: 8rem 0;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  overflow: hidden;
}
@media screen and (max-width: 574.98px) {
  .main__form {
    margin: 8rem -2rem;
    height: 44.4rem;
    padding: 3.2rem 2rem;
  }
}
.main__form__content {
  max-width: 77.5rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 1599.98px) {
  .main__form__content {
    max-width: 65rem;
  }
}
@media screen and (max-width: 999.98px) {
  .main__form__content {
    max-width: 40rem;
  }
}
.main__form h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 110%;
  color: #fff;
  margin: 0 0 2rem 0;
}
@media screen and (max-width: 999.98px) {
  .main__form h2 {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__form h2 {
    font-size: 2.1rem;
  }
}
.main__form p {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0 0 2rem 0;
}
.main__form .button {
  font-size: 1.8rem;
  line-height: 1.8rem;
  padding: 0.8em 3.2rem 1.6rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 574.98px) {
  .main__form .button {
    width: 100%;
  }
}
.main__form__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  z-index: 3;
}
.main__form__image img {
  width: 100%;
  max-width: 79.5rem;
  height: auto;
  position: absolute;
  top: -4.5rem;
  right: -2rem;
}
@media screen and (max-width: 999.98px) {
  .main__form__image img {
    max-width: 60rem;
    top: 0;
    right: -12rem;
  }
}
@media screen and (max-width: 574.98px) {
  .main__form__image img {
    max-width: 48rem;
    min-width: 48rem;
    top: 20rem;
    right: 0;
    left: -7rem;
  }
}

.main__blog {
  margin: 8rem 0 5rem;
}
.main__blog__content {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -1rem;
}
@media screen and (max-width: 574.98px) {
  .main__blog__content {
    flex-wrap: nowrap;
    overflow: auto;
    margin: 0 -1.5rem 0 0;
  }
}
@media screen and (max-width: 419.98px) {
  .main__blog__content {
    margin: 0 -2rem 0 0;
  }
}
.main__blog__content .news__slide {
  width: calc(33.3% - 2rem);
  display: block;
  background: #fff;
  border-radius: 2.4rem;
  padding: 1.2rem;
  margin: 0 1rem 3rem;
}
.main__blog__content .news__slide .item-image {
  min-width: 100%;
  max-width: 100%;
  height: 25.8rem;
  border-radius: 1.6rem;
}
@media screen and (max-width: 739.98px) {
  .main__blog__content .news__slide .item-image {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 574.98px) {
  .main__blog__content .news__slide .item-image {
    height: 17.5rem;
  }
}
.main__blog__content .news__slide__link {
  padding: 1.4rem 2.4rem;
}
.main__blog__content .news__slide .item-content {
  width: 100%;
  min-height: auto;
  position: initial;
  padding: 1.6rem 1.2rem 0;
}
@media screen and (max-width: 574.98px) {
  .main__blog__content .news__slide .item-content {
    padding: 1.6rem 0 0;
  }
}
.main__blog__content .news__slide .item-content__info p.date {
  font-size: 1.2rem;
}
.main__blog__content .news__slide .item-content__info p.note {
  font-size: 1.4rem;
}
.main__blog__content .news__slide .item-content__block {
  margin: 0 0 1.6rem 0;
}
.main__blog__content .news__slide .item-content__block p.title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1rem 0;
  font-size: 1.6rem;
}
@media screen and (max-width: 574.98px) {
  .main__blog__content .news__slide .item-content__block p.title {
    -webkit-line-clamp: 2;
  }
}
@media screen and (min-width: 1000px) {
  .main__blog__content .news__slide:first-child {
    width: 65%;
    padding: 0;
    background: transparent;
  }
  .main__blog__content .news__slide:first-child .item-image {
    height: 42rem;
  }
  .main__blog__content .news__slide:first-child .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    top: auto;
    right: 0;
    padding: 2.4rem;
    width: 48.4rem;
    height: 21.5rem;
    z-index: 5;
  }
}
@media screen and (max-width: 999.98px) {
  .main__blog__content .news__slide {
    display: none;
    width: calc(50% - 2rem);
  }
  .main__blog__content .news__slide:nth-child(-n+2) {
    display: block;
  }
}
@media screen and (max-width: 574.98px) {
  .main__blog__content .news__slide {
    display: block;
    width: 30rem;
    min-width: 30rem;
    max-width: 30rem;
    margin: 0 2rem 0 0;
  }
  .main__blog__content .news__slide:first-child {
    padding: 0;
  }
  .main__blog__content .news__slide:first-child .item-image {
    height: 37.5rem;
  }
  .main__blog__content .news__slide:first-child .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    height: 28rem;
    top: auto;
    width: auto;
    padding: 1.6rem;
  }
}
.main__blog .path-caption__link {
  display: flex;
}

.main__contacts {
  margin: 5rem 0 8rem;
}
.main__contacts .company__contacts {
  margin: 0;
}

.button {
  background: transparent;
  border: none;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.6rem;
  text-align: center;
  padding: 2rem 3.2rem;
  cursor: pointer;
  transition: all 400ms ease-in-out;
  display: inline-block;
  border-radius: 1.2rem;
}
.button:hover {
  transition: all 400ms ease-in-out;
}
.button-white {
  background: #fff;
  color: #4A59E7;
}
@media screen and (min-width: 740px) {
  .button-white:hover {
    color: #fff;
    background: #4A59E7;
  }
}
.button-blue {
  background: #4A59E7;
  color: #fff;
}
@media screen and (min-width: 740px) {
  .button-blue:hover {
    opacity: 0.7;
  }
}
.button-red {
  background: #851D1D;
  color: #fff;
}
@media screen and (min-width: 740px) {
  .button-red:hover {
    opacity: 0.7;
  }
}
.button-red-text {
  color: #EA1A0E;
  padding: 1.4rem 2.4rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: #fff;
}
@media screen and (min-width: 740px) {
  .button-red-text:hover {
    color: #fff;
    background: #4A59E7;
  }
}
.button-icon {
  min-width: 4.8rem;
  max-width: 4.8rem;
  height: 4.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F8F8FA;
  border-radius: 1.2rem;
  padding: 0;
  border: 0;
}
@media screen and (min-width: 740px) {
  .button-icon:hover {
    background: #4A59E7;
  }
  .button-icon:hover svg path {
    stroke: #fff;
  }
}
.button-icon svg {
  width: 100%;
  max-width: 2.4rem;
  min-width: 2.4rem;
}
.button-icon svg path {
  stroke: #637381;
  transition: all 400ms ease-in-out;
}
.button-gray {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.8rem 1.6rem;
  color: #454F5B;
  font-size: 1.4rem;
  line-height: 1.4rem;
  background: #F8F8FA;
  border-radius: 1.6rem;
}
.button-small {
  padding: 1.4rem 2.4rem;
  font-size: 1.4em;
  line-height: 1.4rem;
}

@media screen and (max-width: 1200px) {
  .blog .inside-block__sidebar {
    display: none;
  }
}
@media screen and (max-width: 419.98px) {
  .blog .inside-block__content {
    width: 100%;
    margin: 0;
  }
}
.blog .news__page__filter {
  margin: 0 0 4rem;
  flex-wrap: wrap;
}
@media screen and (max-width: 999.98px) {
  .blog .news__page__filter {
    margin: 0 -1.5rem 4rem 0;
    flex-wrap: nowrap;
  }
}
@media screen and (max-width: 419.98px) {
  .blog .news__page__filter {
    margin: 0 -2rem 3.2rem 0;
  }
}
.blog__wrap {
  display: block;
  margin: 0 -0.8rem;
}
.blog__wrap .news__slide {
  width: calc(33.3333333333% - 1.8rem);
  display: block;
  background: #fff;
  border-radius: 2.4rem;
  padding: 0;
  margin: 0 0.8rem 1.6rem;
  display: inline-block;
  vertical-align: top;
}
.blog__wrap .news__slide .item-image {
  min-width: 100%;
  max-width: 100%;
  height: 22rem;
  border-radius: 2.4rem;
}
@media screen and (max-width: 739.98px) {
  .blog__wrap .news__slide .item-image {
    display: block;
    opacity: 1;
  }
}
@media screen and (max-width: 574.98px) {
  .blog__wrap .news__slide .item-image {
    height: 17.5rem;
  }
}
@media screen and (max-width: 574.98px) {
  .blog__wrap .news__slide .item-image {
    height: 26.5rem;
  }
}
.blog__wrap .news__slide .item-image img {
  border-radius: 2.4rem;
}
.blog__wrap .news__slide__link {
  padding: 1.1rem 1.6rem;
}
.blog__wrap .news__slide .item-content {
  width: 100%;
  min-height: 23rem;
  position: initial;
  padding: 2.4rem 2.4rem 1.6rem;
}
@media screen and (max-width: 1599.98px) {
  .blog__wrap .news__slide .item-content {
    padding: 2.4rem 2rem 1.6rem;
  }
}
@media screen and (max-width: 574.98px) {
  .blog__wrap .news__slide .item-content {
    padding: 1.6rem 0 0;
  }
}
@media screen and (max-width: 574.98px) {
  .blog__wrap .news__slide .item-content {
    padding: 2.4rem 2.4rem 1.6rem;
    min-height: 26.5rem;
  }
}
.blog__wrap .news__slide .item-content__info p.date {
  font-size: 1.2rem;
}
.blog__wrap .news__slide .item-content__info p.note {
  font-size: 1.4rem;
}
@media screen and (max-width: 1599.98px) {
  .blog__wrap .news__slide .item-content__info p.note {
    font-size: 1.2rem;
    padding: 0.6rem 0.8rem;
  }
}
@media screen and (max-width: 1200px) {
  .blog__wrap .news__slide .item-content__info p.note {
    font-size: 1.4rem;
    padding: 0.6rem 1.1rem;
  }
}
.blog__wrap .news__slide .item-content__block {
  margin: 0 0 1.2rem 0;
}
.blog__wrap .news__slide .item-content__block p {
  font-size: 1.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.blog__wrap .news__slide .item-content__block p.title {
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0 0 1.2rem 0;
  font-size: 1.6rem;
}
@media screen and (min-width: 1000px) {
  .blog__wrap .news__slide:nth-child(1) {
    width: 65%;
    padding: 0;
    background: transparent;
    float: left;
  }
  .blog__wrap .news__slide:nth-child(1) .item-image {
    height: 42.8rem;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(2) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(2) .item-content {
    height: 20.7rem;
    min-height: 20.7rem;
  }
  .blog__wrap .news__slide:nth-child(2) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(2) .item-content p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(3) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(3) .item-content {
    height: 20.7rem;
    min-height: 20.7rem;
  }
  .blog__wrap .news__slide:nth-child(3) .item-content__block p {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(3) .item-content__block p.title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content {
    height: 21rem;
    min-height: 21rem;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(8) {
    width: 64.7%;
    padding: 0;
    background: transparent;
  }
  .blog__wrap .news__slide:nth-child(8) .item-image {
    height: 43rem;
  }
  .blog__wrap .news__slide:nth-child(8) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(8) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(12) {
    width: 65%;
    padding: 0;
    background: transparent;
    float: left;
  }
  .blog__wrap .news__slide:nth-child(12) .item-image {
    height: 42.8rem;
  }
  .blog__wrap .news__slide:nth-child(12) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(12) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(13) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(13) .item-content {
    height: 20.7rem;
    min-height: 20.7rem;
  }
  .blog__wrap .news__slide:nth-child(13) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(13) .item-content p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(14) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(14) .item-content {
    height: 20.7rem;
    min-height: 20.7rem;
  }
  .blog__wrap .news__slide:nth-child(14) .item-content__block p {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(14) .item-content__block p.title {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
@media screen and (max-width: 999.98px) {
  .blog__wrap .news__slide {
    width: calc(50% - 1.8rem);
  }
  .blog__wrap .news__slide:nth-child(1) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: transparent;
  }
  .blog__wrap .news__slide:nth-child(1) .item-image {
    height: 42.8rem;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(4) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: transparent;
  }
  .blog__wrap .news__slide:nth-child(4) .item-image {
    height: 42.8rem;
  }
  .blog__wrap .news__slide:nth-child(4) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(4) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(4) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(7) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: transparent;
  }
  .blog__wrap .news__slide:nth-child(7) .item-image {
    height: 42.8rem;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(10) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: transparent;
  }
  .blog__wrap .news__slide:nth-child(10) .item-image {
    height: 42.8rem;
  }
  .blog__wrap .news__slide:nth-child(10) .item-content {
    position: absolute;
    bottom: 1.2rem;
    left: 1.2rem;
    right: 1.2rem;
    top: auto;
    height: 21.5rem;
    min-height: 21.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(10) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(10) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
}
@media screen and (max-width: 574.98px) {
  .blog__wrap .news__slide {
    width: calc(100% - 1.8rem);
  }
  .blog__wrap .news__slide:nth-child(1) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: #fff;
  }
  .blog__wrap .news__slide:nth-child(1) .item-image {
    height: 26.5rem;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content {
    position: initial;
    height: 26.5rem;
    min-height: 26.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(1) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(2) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(3) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(4) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: #fff;
  }
  .blog__wrap .news__slide:nth-child(4) .item-image {
    height: 26.5rem;
  }
  .blog__wrap .news__slide:nth-child(4) .item-content {
    position: initial;
    height: 26.5rem;
    min-height: 26.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(4) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(4) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(7) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: #fff;
  }
  .blog__wrap .news__slide:nth-child(7) .item-image {
    height: 26.5rem;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content {
    position: initial;
    height: 26.5rem;
    min-height: 26.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(7) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(10) {
    width: calc(100% - 1.8rem);
    padding: 0;
    background: #fff;
  }
  .blog__wrap .news__slide:nth-child(10) .item-image {
    height: 26.5rem;
  }
  .blog__wrap .news__slide:nth-child(10) .item-content {
    position: initial;
    height: 26.5rem;
    min-height: 26.5rem;
    z-index: 5;
    width: auto;
  }
  .blog__wrap .news__slide:nth-child(10) .item-content__block p {
    -webkit-line-clamp: 2;
  }
  .blog__wrap .news__slide:nth-child(10) .item-content__block p.title {
    -webkit-line-clamp: 1;
  }
  .blog__wrap .news__slide:nth-child(13) .item-image {
    display: none;
  }
  .blog__wrap .news__slide:nth-child(14) .item-image {
    display: none;
  }
}
.blog__buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0.8rem 0 0;
}

.blog__item__flex {
  display: flex;
  align-items: center;
  gap: 1.2rem;
}
.blog__item__details {
  padding: 0.4rem 0.8rem;
  background: #fff;
  border-radius: 0.6rem;
  display: flex;
  gap: 0.6rem;
}
.blog__item__details p.date {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #454F5B;
  margin: 0;
}
.blog__item__details .item-block {
  display: flex;
  gap: 0.4rem;
  align-items: center;
}
.blog__item__details .item-block img {
  min-width: 1.4rem;
  max-width: 1.4rem;
}
.blog__item__details .item-block p {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #454F5B;
  margin: 0;
}
.blog__item__content p {
  font-weight: 400;
}
@media screen and (max-width: 449px) {
  .blog__item__content p {
    font-size: 1.6rem;
  }
}
.blog__item__content h2 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #161C24;
  margin: 4rem 0 1.6rem;
}
@media screen and (max-width: 449px) {
  .blog__item__content h2 {
    font-size: 1.6rem;
  }
}
.blog__item__block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
}
.blog__item__block p:last-child {
  margin: 0;
}
.blog__item__block h3 {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 2.4rem;
  line-height: 120%;
  color: #4A59E7;
  margin: 1.6rem 0;
}
@media screen and (max-width: 449px) {
  .blog__item__block h3 {
    font-size: 1.6rem;
  }
}
.blog__item__block .item__slide {
  margin: 1.6rem 0;
}
.blog__item__info {
  margin: 2.4rem 0 0;
  padding: 2.9rem 5rem;
  border-radius: 2.4rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .blog__item__info {
    padding: 2.1rem 2.8rem;
  }
}
@media screen and (max-width: 449px) {
  .blog__item__info {
    padding: 1.6rem 2rem;
    align-items: center;
    justify-content: center;
  }
}
.blog__item__info p.date {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .blog__item__info p.date {
    display: none;
  }
}
.blog__item__info .item-flex {
  display: flex;
  gap: 2.4rem;
}
.blog__item__info .item-block {
  display: flex;
  gap: 0.5rem;
}
.blog__item__info .item-block img {
  min-width: 1.6rem;
  max-width: 1.6rem;
}
.blog__item__info .item-block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}

@media screen and (max-width: 449px) {
  .archive .report .tabs__button {
    width: 100%;
  }
  .archive .report .tabs__item {
    flex: 1;
  }
}
.archive h1 {
  font-size: 3.2rem;
  margin: 2.4rem 0 4.8rem;
}
@media screen and (max-width: 1000px) {
  .archive h1 {
    font-size: 3.6rem;
    margin: 2.4rem 0;
  }
}
@media screen and (max-width: 449px) {
  .archive h1 {
    font-size: 2rem;
    margin: 2.4rem 0 1.6rem;
  }
}
.archive__block {
  margin: 0 0 2.4rem 0;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 449px) {
  .archive__block {
    flex-direction: column;
  }
}
.archive__block__item {
  flex: 1;
}
.archive__block__item p {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.8rem 0;
}
.archive__block__item .select2-container--open .select2-dropdown--below {
  border-radius: 1rem !important;
}
.archive__table {
  padding: 0.6rem;
  border-radius: 1rem;
  background: #EDF0F2;
}
.archive__table__caption {
  display: flex;
  gap: 0.2rem;
}
@media screen and (max-width: 449px) {
  .archive__table__caption {
    display: none;
  }
}
.archive__table__caption .item-block {
  flex: 1;
  padding: 1.2rem 1.6rem;
}
.archive__table__caption .item-block p {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
.archive__table__block {
  display: flex;
  gap: 0.2rem;
  margin: 0 0 0.4rem 0;
  border-radius: 0.8rem;
  background: #fff;
}
@media screen and (max-width: 449px) {
  .archive__table__block {
    flex-wrap: wrap;
  }
}
.archive__table__block:last-child {
  margin: 0;
}
.archive__table__block .item-block {
  flex: 1;
  padding: 1.5rem 1.6rem;
}
@media screen and (max-width: 449px) {
  .archive__table__block .item-block {
    padding: 0.6rem 1.6rem 1.6rem 1.6rem;
    width: 33%;
  }
  .archive__table__block .item-block:first-child {
    width: 100%;
    min-width: 100%;
    padding: 1.2rem 1.6rem 0;
  }
}
.archive__table__block .item-block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.archive__table__block .item-block p.note {
  display: none;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 130%;
  color: #637381;
  margin: 0;
}
@media screen and (max-width: 449px) {
  .archive__table__block .item-block p.note {
    display: block;
  }
}
.archive__schedule {
  padding: 5rem;
  border-radius: 2.4rem;
  margin: 2.4rem 0 0;
  background: #fff;
}
@media screen and (max-width: 1000px) {
  .archive__schedule {
    padding: 3.2rem;
  }
}

.visas__text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 1.6rem 0;
}
.visas__text .insurance__attention {
  margin: 1.6rem 0;
}
.visas__text .insurance__attention:last-child {
  margin-bottom: 0;
}
.visas__content {
  padding: 5rem;
  border-radius: 2.4rem;
  background: #fff;
  margin: 2.4rem 0 0;
}
@media screen and (max-width: 1000px) {
  .visas__content {
    padding: 3.2rem;
  }
}
.visas__content h2 {
  font-weight: 600;
  font-size: 2rem;
  line-height: 130%;
  color: #161C24;
  margin: 0 0 3.2rem 0;
}
@media screen and (max-width: 1000px) {
  .visas__content h2 {
    margin: 0 0 2.4rem 0;
  }
}
@media screen and (max-width: 449px) {
  .visas__content h2 {
    font-size: 1.8rem;
  }
}
.visas__content .countries__block {
  padding: 0;
  border-radius: 0;
  -webkit-column-count: 3;
  column-count: 3;
}
@media screen and (max-width: 1000px) {
  .visas__content .countries__block {
    -webkit-column-count: 2;
    column-count: 2;
  }
  .visas__content .countries__block .countries__list {
    -webkit-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    margin: 0;
  }
  .visas__content .countries__block .countries__item {
    display: block;
    padding: 0;
    margin: 0;
    border-radius: 0;
    display: flex;
    gap: 1.6rem;
  }
  .visas__content .countries__block .countries__letter {
    min-width: 3.6rem;
    max-width: 3.6rem;
    border-radius: 0.8rem;
    background: #F1F3F8;
    height: 3.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .visas__content .countries__block .countries__letter p {
    font-family: "Golos Text", sans-serif;
    font-weight: 600;
    font-size: 1.8rem;
    line-height: 130%;
    color: #161C24;
    margin: 0;
  }
}
@media screen and (max-width: 575px) {
  .visas__content .countries__block {
    margin: 0;
  }
}
@media screen and (max-width: 449px) {
  .visas__content .countries__block {
    -webkit-column-count: 1;
    column-count: 1;
    margin: 0;
  }
}

.stopover {
  background: #fff;
  border-radius: 2.4rem;
  padding: 5rem;
}
@media screen and (max-width: 999.98px) {
  .stopover {
    padding: 3.2rem;
  }
}
@media screen and (max-width: 419.98px) {
  .stopover {
    padding: 2rem;
  }
}
.stopover p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0 0 1.6rem 0;
}
.stopover__block {
  margin: 2.4rem -0.8rem 0;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 419.98px) {
  .stopover__block {
    margin: 2.8rem -0.6rem 0;
  }
}
.stopover__item {
  width: calc(33.3333333333% - 1.6rem);
  margin: 1.6rem 0.8rem 0;
  padding: 0.8rem 0.8rem 1.6rem;
  border-radius: 2rem;
  background: #F8F8FA;
}
@media screen and (max-width: 1000px) {
  .stopover__item {
    width: calc(50% - 1.6rem);
  }
}
@media screen and (max-width: 419.98px) {
  .stopover__item {
    width: calc(50% - 1.2rem);
    margin: 1.2rem 0.6rem 0;
    padding: 0.4rem 0.4rem 1.4rem;
    border-radius: 1.6rem;
  }
}
.stopover__item__image {
  width: 100%;
  padding-bottom: 66.4%;
  position: relative;
  display: block;
}
.stopover__item__image img {
  height: 100%;
  left: 0;
  object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  border-radius: 1.6rem;
}
.stopover__item__content {
  padding: 1.2rem 0.8rem 0;
}
.stopover__item__content p {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #222222;
  margin: 0 0 1rem 0;
}
@media screen and (max-width: 419.98px) {
  .stopover__item__content p {
    font-size: 1.4rem;
  }
}
.stopover__item__content .button {
  width: 100%;
  color: #637381;
}
@media screen and (min-width: 740px) {
  .stopover__item__content .button:hover {
    color: #fff;
  }
}

.body-registration {
  overflow: hidden;
}

.registration-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 4rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.registration-popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .registration-popup {
    padding: 4rem 4px;
    align-items: flex-start;
  }
}
.registration-popup__content {
  width: 100%;
  max-width: 46rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
}
.registration-popup__content .popup__content__caption {
  gap: 0.8rem;
}
.registration-popup__close {
  padding: 0;
  border: 0;
  background: transparent;
  min-width: 2.4rem;
  max-width: 2.4rem;
  cursor: pointer;
}
.registration-popup__close svg {
  width: 100%;
}
.registration-popup__close svg path {
  stroke: #919EAB;
  transition: all 400ms ease-in-out;
}
@media screen and (min-width: 1000px) {
  .registration-popup__close:hover svg path {
    stroke: #000;
  }
}
.registration-popup .select2-container--default .select2-selection--single {
  padding: 1.6rem 1.6rem 1.4rem;
  height: 5.6rem;
}
.registration-popup .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 1.3rem;
}
.registration-popup .popup__content__act {
  flex-direction: column;
}
.registration-popup .popup__content__act .button {
  width: 100%;
}

.select2-container {
  z-index: 9999;
}

.select2-results__option--disabled {
  display: none;
}

.fit-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 5rem 4px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.fit-popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .fit-popup {
    padding: 4rem 4px;
    align-items: flex-start;
  }
}
.fit-popup__content {
  width: 100%;
  max-width: 115.9rem;
  padding: 3.2rem;
  border-radius: 3rem;
  background: #fff;
}
@media screen and (max-width: 574.98px) {
  .fit-popup__content {
    padding: 3.2rem 2rem;
  }
}
.fit-popup__caption {
  margin: 0 0 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
.fit-popup__caption__content {
  width: 100%;
}
.fit-popup__caption__content p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  color: #222432;
  margin: 1.6rem 0 0 0;
}
@media screen and (max-width: 999.98px) {
  .fit-popup__caption__content p.title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .fit-popup__caption__content p.title {
    font-size: 2.1rem;
  }
}
.fit-popup__caption__close {
  padding: 1rem 1.6rem;
  border-radius: 1.2rem;
  background: #F8F8FA;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  text-align: none;
  border: 0;
  cursor: pointer;
}
.fit-popup__caption__close img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.fit-popup__caption__close span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #004BCA;
}
.fit-popup__caption__logo {
  min-width: 10.6rem;
  max-width: 10.6rem;
  height: 8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .fit-popup__caption__logo {
    display: none;
  }
}
.fit-popup__caption__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.fit-popup__body {
  display: block;
}
.fit-popup__body__info {
  background: #F8F8FA;
  padding: 2.4rem;
  border-radius: 2.4rem;
}
.fit-popup__body__info p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  margin: 0;
}
.fit-popup__body__list {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.8rem;
}
.fit-popup__body__item {
  display: flex;
  padding: 5rem 2.4rem 2.4rem;
  border-radius: 2.4rem;
  background: #F8F8FA;
  align-items: flex-end;
  justify-content: flex-start;
  position: relative;
  width: calc(50% - 1.6rem);
  margin: 1.6rem 0.8rem 0;
}
@media screen and (max-width: 574.98px) {
  .fit-popup__body__item {
    width: calc(100% - 1.6rem);
  }
}
.fit-popup__body__item:after {
  content: "";
  position: absolute;
  top: 2.4rem;
  right: 2.4rem;
  width: 1.2rem;
  height: 1.2rem;
  background: rgba(133, 29, 29, 0.2);
  border-radius: 50%;
}
.fit-popup__body__item p {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #851D1D;
  margin: 0;
}
@media screen and (max-width: 999.98px) {
  .fit-popup__body__item p {
    font-size: 1.5rem;
  }
}

.body-fit {
  overflow: hidden;
}

.online-popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 5rem 4px;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.online-popup.open {
  z-index: 9999;
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 419.98px) {
  .online-popup {
    padding: 4rem 4px;
    align-items: flex-start;
  }
}
.online-popup__content {
  width: 100%;
  max-width: 115.9rem;
  padding: 3.2rem;
  border-radius: 3rem;
  background: #fff;
}
@media screen and (max-width: 574.98px) {
  .online-popup__content {
    padding: 3.2rem 2rem;
  }
}
.online-popup__caption {
  margin: 0 0 2.4rem;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 2.4rem;
}
.online-popup__caption__content {
  width: 100%;
}
.online-popup__caption__content p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 3.2rem;
  line-height: 100%;
  color: #222432;
  margin: 1.6rem 0 0 0;
}
@media screen and (max-width: 999.98px) {
  .online-popup__caption__content p.title {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 574.98px) {
  .online-popup__caption__content p.title {
    font-size: 2.1rem;
  }
}
.online-popup__caption__close {
  padding: 1rem 1.6rem;
  border-radius: 1.2rem;
  background: #F8F8FA;
  display: flex;
  gap: 0.8rem;
  align-items: center;
  text-align: none;
  border: 0;
  cursor: pointer;
}
.online-popup__caption__close img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.online-popup__caption__close span {
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 130%;
  color: #004BCA;
}
.online-popup__caption__logo {
  min-width: 24rem;
  max-width: 24rem;
  height: 8.3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 999.98px) {
  .online-popup__caption__logo {
    display: none;
  }
}
.online-popup__caption__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.online-popup__body {
  display: block;
}
.online-popup__flex {
  display: flex;
  gap: 1.6rem;
  margin: 0 0 1.6rem 0;
}
@media screen and (max-width: 574.98px) {
  .online-popup__flex {
    flex-direction: column;
  }
}
.online-popup__flex__item {
  flex: 1;
}
.online-popup__flex__item:first-child {
  background: #F8F8FA;
  border-radius: 2.4rem;
}
.online-popup__flex__block {
  flex: 1;
}
.online-popup__flex__block:last-child {
  background: #F8F8FA;
  border-radius: 2.4rem;
}
.online-popup__block {
  margin: 1.6rem 0 0 0;
  background: #F8F8FA;
  padding: 2.4rem;
  border-radius: 2.4rem;
}
.online-popup__block:first-child {
  margin: 0;
}
.online-popup__block p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
}
.online-popup__block p.title {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #161C24;
  margin: 0 0 1.2rem 0;
}
.online-popup__block ul {
  display: block;
  padding: 0;
  margin: 0;
}
.online-popup__block ul li {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #161C24;
  padding: 0 0 0 2rem;
  margin: 0.5rem 0 0 0;
  display: block;
  position: relative;
}
.online-popup__block ul li:before {
  content: "";
  position: absolute;
  width: 0.3rem;
  height: 0.3rem;
  background: #161C24;
  border-radius: 50%;
  top: 1rem;
  left: 1rem;
}
.online-popup__info {
  background: #4A59E7;
  border-radius: 2.4rem;
  padding: 2.4rem;
  margin: 0 0 1.6rem 0;
}
.online-popup__info p.note {
  padding: 0.5rem 0.8rem;
  border-radius: 0.6rem;
  background: #fff;
  margin: 0 0 1.6rem 0;
  font-weight: 700;
  font-size: 1.2rem;
  line-height: 112%;
  display: inline-block;
  color: #004BCA;
}
.online-popup__info p.text {
  font-family: "DrukWideCyrMedium";
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 120%;
  color: #fff;
  margin: 0;
}
@media screen and (max-width: 574.98px) {
  .online-popup__info p.text {
    font-size: 1.4rem;
  }
}
.online-popup__grid {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.6rem;
}
@media screen and (max-width: 999.98px) {
  .online-popup__grid {
    display: flex;
    flex-wrap: wrap;
  }
  .online-popup__grid .item-block {
    width: calc(50% - 0.8rem);
  }
}
@media screen and (max-width: 574.98px) {
  .online-popup__grid .item-block {
    width: 100%;
  }
}
.online-popup__grid .online-popup__block {
  height: 100%;
}
.online-popup__grid .item-1 {
  grid-column: span 2;
  grid-row: 1;
}
.online-popup__grid .item-2 {
  grid-column: span 2;
  grid-row: 2;
}
.online-popup__grid .item-3 {
  grid-column: 3;
  grid-row: 1/span 2;
}
.online-popup__grid .item-4 {
  grid-row: 3;
  grid-column: 1;
}
.online-popup__grid .item-5 {
  grid-row: 3;
  grid-column: 2;
}
.online-popup__grid .item-6 {
  grid-row: 3;
  grid-column: 3;
}

.body-online {
  overflow: hidden;
}

.calendar__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.6rem;
  margin: 0 0 2.4rem 0;
}
@media screen and (max-width: 574.98px) {
  .calendar__head {
    flex-direction: column-reverse;
  }
}
.calendar__head-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.6rem 0.6rem 0.6rem 1.6rem;
  border-radius: 1rem;
  background: #fff;
  max-width: 21.7rem;
  min-width: 21.7rem;
  gap: 1rem;
}
@media screen and (max-width: 574.98px) {
  .calendar__head-header {
    min-width: 100%;
    max-width: 100%;
  }
}
.calendar__head-header p.custom-month {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
.calendar__head-buttons {
  display: flex;
  gap: 0.4rem;
}
.calendar__head-buttons button {
  min-width: 3.4rem;
  max-width: 3.4rem;
  height: 3.4rem;
  background: #F8F8FA;
  border-radius: 0.7rem;
  border: 0;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.calendar__head-buttons button:disabled {
  opacity: 0.4;
  pointer-events: none;
}
.calendar__head-buttons button img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.calendar__head-filters {
  display: flex;
  gap: 2.4rem;
}
@media screen and (max-width: 574.98px) {
  .calendar__head-filters {
    flex-direction: column;
    width: 100%;
  }
}
.calendar__head-filters .filter-direction {
  display: flex;
  gap: 1.2rem;
  align-items: center;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 574.98px) {
  .calendar__head-filters .filter-direction {
    flex-direction: column;
    align-items: flex-start;
  }
}
.calendar__head-filters .filter-direction p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #454F5B;
  margin: 0;
}
.calendar__head-filters .filter-direction .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #fff;
  padding: 1.2rem 3.6rem 1.4rem 1.6rem;
}
.calendar__head-filters .filter-direction .select2-container {
  max-width: 20rem;
  min-width: 20rem;
}
@media screen and (max-width: 574.98px) {
  .calendar__head-filters .filter-direction .select2-container {
    max-width: 100%;
    min-width: 100%;
  }
}

.filters__type {
  display: flex;
  margin: 0 0 2.4rem 0;
  gap: 1.2rem;
}
@media screen and (max-width: 1239.98px) {
  .filters__type {
    overflow: auto;
    margin: 0 -1.5rem 2.4rem 0;
  }
}
@media screen and (max-width: 574.98px) {
  .filters__type {
    margin: 0 -2rem 2.4rem 0;
  }
}
.filters__type .filter-btn {
  display: flex;
  align-items: center;
  padding: 1rem 1.6rem;
  border: 0;
  gap: 0.6rem;
  border-radius: 1.2rem;
  cursor: pointer;
  background: #fff;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
}
@media screen and (max-width: 1239.98px) {
  .filters__type .filter-btn {
    white-space: nowrap;
  }
}
@media screen and (max-width: 574.98px) {
  .filters__type .filter-btn {
    font-size: 1.4rem;
  }
}
.filters__type .filter-btn .circle {
  min-width: 1rem;
  max-width: 1rem;
  height: 1rem;
  background: #fff;
  border-radius: 50%;
}
.filters__type .filter-btn.active {
  background-color: #4A59E7;
  color: #fff;
}

#calendar {
  width: 100%;
}

.fc .fc-daygrid-body {
  background: #fff;
}

.fc-col-header-cell {
  border: 0 !important;
}

.fc .fc-scrollgrid-liquid {
  border: 0;
}

.fc .fc-col-header-cell-cushion {
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 130%;
  padding: 0.2rem 0.5rem 1rem;
  color: #919EAB;
  text-transform: uppercase;
}

.fc-theme-standard td {
  border: 1px solid #EDF0F2;
  font-size: 1.6rem;
  font-weight: 400;
}
.fc-theme-standard td:last-child {
  border-right: 0;
}

.fc .fc-scrollgrid-section-header > * {
  border: 0;
}

.fc-theme-standard thead {
  border-bottom: 1px solid #EDF0F2;
}

.fc-direction-ltr .fc-daygrid-event .fc-event-time {
  color: #637381;
  font-size: 1.4rem;
}

.fc-daygrid-dot-event .fc-event-title {
  font-weight: 600;
  font-size: 1.4rem;
  line-height: 100%;
  color: #242429;
  text-overflow: ellipsis;
  cursor: pointer;
  transition: all 300ms ease-in-out;
}

.fc .fc-daygrid-day-frame {
  height: 12.5rem;
}

.fc-daygrid-dot-event .fc-event-title:hover {
  color: #4A59E7;
}

.fc-daygrid-day-events .fc-event:hover {
  background: transparent;
}

.select2-container--default .select2-search--dropdown {
  display: none !important;
}

.event-popup {
  position: absolute;
  background: #fff;
  -webkit-box-shadow: -5px 20px 40px 0px rgba(61, 63, 66, 0.2392156863);
  box-shadow: -5px 20px 40px 0px rgba(61, 63, 66, 0.2392156863);
  border-radius: 0.8rem;
  padding: 1.6rem;
  width: 44rem;
  z-index: 999;
  display: none;
}
.event-popup.popup-right:after {
  content: "";
  position: absolute;
  top: 3.5rem;
  left: -0.6rem;
  width: 1.2rem;
  height: 1.6rem;
  background: url(../images/corner-3.svg) 0 0 no-repeat;
}
.event-popup.popup-left:after {
  content: "";
  position: absolute;
  top: 3rem;
  right: -0.6rem;
  width: 1.2rem;
  height: 1.6rem;
  background: url(../images/corner-3.svg) 0 0 no-repeat;
  transform: rotate(180deg);
}
.event-popup .close {
  display: none;
}
.event-popup__type {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 0.8rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #fff;
  background: #FF2D55;
}
.event-popup__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 1.2rem 0;
}
.event-popup__desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 1.6rem 0;
  display: none;
}
.event-popup__gray {
  padding: 1.2rem;
  border-radius: 2.4rem;
  background: #F8F8FA;
}
.event-popup__item {
  margin: 0 0 1.6rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
.event-popup__item .item-icon {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.event-popup__item .item-icon img {
  width: 100%;
}
.event-popup__item .item-text {
  width: 100%;
}
.event-popup__item .item-text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
.event-popup__item .item-text p.note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.event-popup__buttons {
  margin: 1.2rem 0 0 0;
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
}
.event-popup__buttons .button-gray {
  color: #4A59E7;
}
@media screen and (min-width: 740px) {
  .event-popup__buttons .button-gray:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.event-popup__speeker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.event-popup__speeker .item-image {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
}
.event-popup__speeker .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.event-popup__speeker .item-content {
  width: 100%;
}
.event-popup__speeker .item-content p.position {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.event-popup__speeker .item-content p.name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}

.event-popup .close {
  position: absolute;
  top: 8px;
  right: 12px;
  cursor: pointer;
  font-weight: bold;
  color: #666;
}

.fc .fc-daygrid-event-harness {
  margin: 0.5rem 0;
}

#calendar {
  height: 67rem;
  max-height: 67rem;
}

.calendar-view {
  display: none;
}
.calendar-view.active {
  display: block;
}

.calendar__view {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.2rem;
  padding: 1.2rem;
  background: #fff;
  border-radius: 1.2rem;
}
@media screen and (max-width: 1239.98px) {
  .calendar__view #view-desktop {
    display: none;
  }
}
@media screen and (max-width: 574.98px) {
  .calendar__view {
    display: none;
  }
}
.calendar__view button {
  min-width: 1.8rem;
  max-width: 1.8rem;
  height: 1.8rem;
  padding: 0;
  border: 0;
  cursor: pointer;
}
.calendar__view button img {
  width: 100%;
  opacity: 0.4;
  transition: all 300ms ease;
}
.calendar__view button.active img {
  opacity: 1;
}

.weekday-label {
  display: none;
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #919EAB;
  text-transform: uppercase;
}

.fc-more-link {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #4A59E7;
  margin-top: 1rem !important;
}
@media screen and (min-width: 740px) {
  .fc-more-link:hover {
    color: #4A59E7;
    text-decoration: underline;
    background: transparent;
  }
}

.fc .fc-daygrid-more-link:hover {
  background-color: transparent;
}

.fc .fc-daygrid-day-events {
  margin-top: 0.8rem;
}

.month__link {
  display: none;
  min-width: 3.4rem;
  max-width: 3.4rem;
  height: 6rem;
  background: #F8F8FA;
  border-radius: 0.7rem;
  align-items: center;
  justify-content: center;
}
.month__link img {
  min-width: 1.8rem;
  max-width: 1.8rem;
}

.month__title {
  font-weight: 500;
  font-size: 1.2rem;
  line-height: 130%;
  color: #919EAB;
  width: 6rem;
  height: 2.8rem;
  border-bottom: 1px solid #EDF0F2;
  background: #fff;
  display: none;
  align-items: center;
  justify-content: center;
  transform: rotate(-90deg);
  margin: 1.6rem 0 0 0;
}

.calendar__tablet {
  background: #fff;
  padding: 1.2rem;
  border-radius: 1.6rem;
  display: flex;
}
.calendar__tablet .month__link {
  display: flex;
}
.calendar__tablet .month__title {
  display: flex;
}
.calendar__tablet .fc-theme-standard thead {
  display: none;
}
.calendar__tablet .fc .fc-scrollgrid-section-body table tbody {
  display: flex;
}
.calendar__tablet .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  display: none;
}
.calendar__tablet .fc-daygrid-dot-event .fc-event-title {
  display: none;
}
.calendar__tablet .fc-theme-standard td {
  min-width: 6rem;
  max-width: 6rem;
  padding: 0 0.6rem 0 0;
}
.calendar__tablet .fc .fc-daygrid-day-number div {
  display: none !important;
}
.calendar__tablet .weekday-label {
  display: block;
}
.calendar__tablet .fc-theme-standard td {
  background: #fff !important;
}
.calendar__tablet #calendar {
  height: 6rem;
  max-height: 6rem;
}
.calendar__tablet .fc-day-other {
  display: none;
}
.calendar__tablet .event-popup {
  display: none !important;
}
.calendar__tablet .fc-daygrid-event-harness a {
  pointer-events: none;
}
.calendar__tablet .fc .fc-daygrid-day-frame {
  height: 6rem;
}
.calendar__tablet .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calendar__tablet .fc .fc-daygrid-day-number {
  text-align: center;
}
.calendar__tablet .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1px;
  position: relative;
  margin: 0 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: center;
}
.calendar__tablet .fc .fc-daygrid-event-harness {
  margin: 0;
}
.calendar__tablet .fc-direction-ltr .fc-daygrid-event.fc-event-end, .calendar__tablet .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin: 0 !important;
}
.calendar__tablet .fc-daygrid-event-dot {
  margin: 0;
}
.calendar__tablet .fc-daygrid-event-dot {
  border-width: 3px;
}
.calendar__tablet .fc-daygrid-dot-event {
  padding: 0;
}
.calendar__tablet .fc-theme-standard td {
  border-radius: 1.2rem;
}
.calendar__tablet .fc-theme-standard td {
  border: 0px;
}
.calendar__tablet .fc .fc-day-sun {
  border-right: 1px solid #EDF0F2;
}

.fc-daygrid-event-dot {
  border-width: 3px;
}

.calendar__mobile {
  background: #fff;
  padding: 1.2rem;
  border-radius: 1.6rem;
  display: flex;
}
.calendar__mobile .fc-theme-standard td {
  border: 0px;
}
.calendar__mobile .fc-theme-standard td {
  border-radius: 1.2rem;
}
.calendar__mobile .fc-daygrid-dot-event {
  padding: 0;
}
.calendar__mobile .fc-daygrid-event-dot {
  border-width: 3px;
}
.calendar__mobile .fc-daygrid-event-dot {
  margin: 0;
}
.calendar__mobile .fc .fc-daygrid-event-harness {
  margin: 0;
}
.calendar__mobile .fc-direction-ltr .fc-daygrid-event.fc-event-end, .calendar__mobile .fc-direction-rtl .fc-daygrid-event.fc-event-start {
  margin: 0 !important;
}
.calendar__mobile .fc .fc-daygrid-day-number {
  text-align: center;
}
.calendar__mobile .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  min-height: 1px;
  position: relative;
  margin: 0 0.8rem;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.2rem;
  justify-content: center;
}
.calendar__mobile .fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.calendar__mobile .fc .fc-daygrid-day-frame {
  height: 6rem;
}
.calendar__mobile .month__link {
  display: flex;
}
.calendar__mobile .month__title {
  display: flex;
}
.calendar__mobile .fc-theme-standard thead {
  display: none;
}
.calendar__mobile .fc .fc-scrollgrid-section-body table tbody {
  display: flex;
}
.calendar__mobile .fc-direction-ltr .fc-daygrid-event .fc-event-time {
  display: none;
}
.calendar__mobile .fc-daygrid-dot-event .fc-event-title {
  display: none;
}
.calendar__mobile .fc-theme-standard td {
  min-width: 6rem;
  max-width: 6rem;
  padding: 0 0.6rem 0 0;
}
.calendar__mobile .fc .fc-daygrid-day-number div {
  display: none !important;
}
.calendar__mobile .weekday-label {
  display: block;
}
.calendar__mobile .fc-theme-standard td {
  background: #fff !important;
}
.calendar__mobile #calendar {
  height: 6rem;
  max-height: 6rem;
}
.calendar__mobile .fc-day-other {
  display: none;
}
.calendar__mobile .event-popup {
  display: none !important;
}
.calendar__mobile .fc-daygrid-event-harness a {
  pointer-events: none;
}

.calendar__events {
  display: none;
  flex-wrap: wrap;
  margin: 2.4rem -0.6rem 0;
}
@media screen and (max-width: 1239.98px) {
  .calendar__events {
    display: flex;
  }
}
.calendar__events.show {
  display: flex;
}
.calendar__events .no-events {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0;
}
.calendar__events .event-item {
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #fff;
  width: calc(50% - 1.2rem);
  margin: 0 0.6rem 1.2rem;
}
@media screen and (max-width: 574.98px) {
  .calendar__events .event-item {
    width: calc(100% - 1.2rem);
    padding: 2rem;
  }
}
.calendar__events .event-item__type {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 0.8rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #fff;
  background: #FF2D55;
}
.calendar__events .event-item__type::first-letter {
  text-transform: uppercase;
}
.calendar__events .event-item__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 1.6rem 0 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 574.98px) {
  .calendar__events .event-item__title {
    -webkit-line-clamp: 2;
  }
}
.calendar__events .event-item__desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 1.6rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.calendar__events .event-item__gray {
  padding: 1.2rem;
  border-radius: 2.4rem;
  background: #F8F8FA;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1239.98px) {
  .calendar__events .event-item__gray {
    flex-direction: column;
  }
}
.calendar__events .event-item__item {
  margin: 0 0 1.6rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 574.98px) {
  .calendar__events .event-item__item {
    margin: 0;
  }
}
.calendar__events .event-item__item.item-time {
  min-width: 9rem;
}
.calendar__events .event-item__item .item-icon {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.calendar__events .event-item__item .item-icon img {
  width: 100%;
}
.calendar__events .event-item__item .item-text {
  width: 100%;
}
.calendar__events .event-item__item .item-text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
@media screen and (max-width: 1239.98px) {
  .calendar__events .event-item__item .item-text p {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}
.calendar__events .event-item__item .item-text p.note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.calendar__events .event-item__buttons {
  margin: 1.2rem 0 0 0;
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
  align-items: center;
}
@media screen and (max-width: 1239.98px) {
  .calendar__events .event-item__buttons {
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 1239.98px) {
  .calendar__events .event-item__buttons .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 574.98px) {
  .calendar__events .event-item__buttons {
    margin: 3rem 0 0 0;
  }
}
.calendar__events .event-item__buttons .registration-closed {
  color: #919EAB !important;
  pointer-events: none;
}
@media screen and (max-width: 574.98px) {
  .calendar__events .event-item__buttons .registration-closed {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.calendar__events .event-item__buttons .event-price {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #4A59E7;
  margin: 0;
}
.calendar__events .event-item__buttons .button-gray {
  color: #4A59E7;
}
@media screen and (min-width: 740px) {
  .calendar__events .event-item__buttons .button-gray:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.calendar__events .event-item__speeker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.calendar__events .event-item__speeker .item-image {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
}
.calendar__events .event-item__speeker .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.calendar__events .event-item__speeker .item-content {
  width: 100%;
}
.calendar__events .event-item__speeker .item-content p.position {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.calendar__events .event-item__speeker .item-content p.name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}

.calendar-events__mobile {
  display: flex;
}
.calendar-events__mobile .event-item {
  width: calc(100% - 1.2rem);
}
@media screen and (max-width: 1239.98px) {
  .calendar-events__mobile .event-item__buttons {
    flex-direction: row;
  }
  .calendar-events__mobile .event-item__buttons .button {
    width: auto;
  }
  .calendar-events__mobile .event-item__gray {
    flex-direction: row;
  }
}

.calendar__tablet .fc-theme-standard td.fc-daygrid-day.active {
  background-color: #F8F8FA !important;
}

@media screen and (max-width: 1239.98px) {
  .calendar__wrap {
    background: #fff;
    padding: 1.2rem;
    border-radius: 1.6rem;
    display: flex;
  }
  .calendar__wrap .month__link {
    display: flex;
  }
  .calendar__wrap .month__title {
    display: flex;
  }
  .calendar__wrap .fc-theme-standard thead {
    display: none;
  }
  .calendar__wrap .fc .fc-scrollgrid-section-body table tbody {
    display: flex;
  }
  .calendar__wrap .fc-direction-ltr .fc-daygrid-event .fc-event-time {
    display: none;
  }
  .calendar__wrap .fc-daygrid-dot-event .fc-event-title {
    display: none;
  }
  .calendar__wrap .fc-theme-standard td {
    min-width: 6rem;
    max-width: 6rem;
    padding: 0 0.6rem 0 0;
  }
  .calendar__wrap .fc .fc-daygrid-day-number div {
    display: none !important;
  }
  .calendar__wrap .weekday-label {
    display: block;
  }
  .calendar__wrap .fc-theme-standard td {
    background: #fff !important;
  }
  .calendar__wrap #calendar {
    height: 6rem;
    max-height: 6rem;
  }
  .calendar__wrap .fc-day-other {
    display: none;
  }
  .calendar__wrap .event-popup {
    display: none !important;
  }
  .calendar__wrap .fc-daygrid-event-harness a {
    pointer-events: none;
  }
  .calendar__wrap .fc .fc-daygrid-day-frame {
    height: 6rem;
  }
  .calendar__wrap .fc .fc-daygrid-day-top {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .calendar__wrap .fc .fc-daygrid-day-number {
    text-align: center;
  }
  .calendar__wrap .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 1px;
    position: relative;
    margin: 0 0.8rem;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.2rem;
    justify-content: center;
  }
  .calendar__wrap .fc .fc-daygrid-event-harness {
    margin: 0;
  }
  .calendar__wrap .fc-direction-ltr .fc-daygrid-event.fc-event-end, .calendar__wrap .fc-direction-rtl .fc-daygrid-event.fc-event-start {
    margin: 0 !important;
  }
  .calendar__wrap .fc-daygrid-event-dot {
    margin: 0;
  }
  .calendar__wrap .fc-daygrid-event-dot {
    border-width: 3px;
  }
  .calendar__wrap .fc-daygrid-dot-event {
    padding: 0;
  }
  .calendar__wrap .fc-theme-standard td {
    border-radius: 1.2rem;
  }
  .calendar__wrap .fc-theme-standard td {
    border: 0px;
  }
  .calendar__wrap .fc .fc-day-sun {
    border-right: 1px solid #EDF0F2;
  }
}

.body-enents {
  overflow: hidden;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  background: rgba(0, 0, 0, 0.4);
  z-index: 9999;
  padding: 4rem;
  overflow: auto;
  opacity: 0;
  visibility: hidden;
  transition: all 400ms ease-in-out;
}
.modal.open {
  display: flex;
  opacity: 1;
  visibility: visible;
}
.modal__content {
  width: 100%;
  max-width: 118rem;
  background: #fff;
  box-shadow: -40px 40px 80px -8px rgba(145, 158, 171, 0.2392156863);
  border-radius: 1.6rem;
  overflow: hidden;
}
.modal-caption {
  padding: 2.4rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
}
.modal-caption .modal-title {
  font-family: "Golos Text", sans-serif;
  font-weight: 700;
  font-size: 2.1rem;
  line-height: 120%;
  color: #222;
  margin: 0;
  width: 100%;
}
.modal-caption .modal-title span {
  color: #222;
}
.modal-body {
  padding: 1.6rem 2.4rem;
  background: #F8F8FA;
  display: flex;
  flex-wrap: wrap;
  margin: 0 -0.6rem;
}
.modal-body .event-item {
  padding: 2.4rem;
  border-radius: 2.4rem;
  background: #fff;
  width: calc(50% - 1.2rem);
  margin: 0 0.6rem 1.2rem;
}
@media screen and (max-width: 574.98px) {
  .modal-body .event-item {
    width: calc(100% - 1.2rem);
    padding: 2rem;
  }
}
.modal-body .event-item__type {
  display: inline-block;
  padding: 0.6rem 1.2rem;
  border-radius: 0.8rem;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #fff;
  background: #FF2D55;
}
.modal-body .event-item__type::first-letter {
  text-transform: uppercase;
}
.modal-body .event-item__title {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 1.6rem 0 0.6rem;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media screen and (max-width: 574.98px) {
  .modal-body .event-item__title {
    -webkit-line-clamp: 2;
  }
}
.modal-body .event-item__desc {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #242429;
  margin: 0 0 1.6rem 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-body .event-item__gray {
  padding: 1.2rem;
  border-radius: 2.4rem;
  background: #F8F8FA;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 1239.98px) {
  .modal-body .event-item__gray {
    flex-direction: column;
  }
}
.modal-body .event-item__item {
  margin: 0 0 1.6rem 0;
  display: flex;
  align-items: flex-start;
  gap: 0.8rem;
}
@media screen and (max-width: 574.98px) {
  .modal-body .event-item__item {
    margin: 0;
  }
}
.modal-body .event-item__item.item-time {
  min-width: 9rem;
}
.modal-body .event-item__item .item-icon {
  min-width: 1.8rem;
  max-width: 1.8rem;
}
.modal-body .event-item__item .item-icon img {
  width: 100%;
}
.modal-body .event-item__item .item-text {
  width: 100%;
}
.modal-body .event-item__item .item-text p {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.modal-body .event-item__item .item-text p.note {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.modal-body .event-item__buttons {
  margin: 0;
  display: flex;
  gap: 1.2rem;
  justify-content: flex-end;
  align-items: center;
  margin: 2.4rem 0 0 0;
}
@media screen and (max-width: 1239.98px) {
  .modal-body .event-item__buttons {
    flex-direction: column-reverse;
    margin: 2rem 0 0 0;
  }
}
@media screen and (max-width: 1239.98px) {
  .modal-body .event-item__buttons .button {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
@media screen and (max-width: 574.98px) {
  .modal-body .event-item__buttons {
    margin: 3rem 0 0 0;
  }
}
.modal-body .event-item__buttons .registration-closed {
  color: #919EAB !important;
  pointer-events: none;
}
@media screen and (max-width: 574.98px) {
  .modal-body .event-item__buttons .registration-closed {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}
.modal-body .event-item__buttons .event-price {
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 130%;
  color: #4A59E7;
  margin: 0;
}
.modal-body .event-item__buttons .button-gray {
  color: #4A59E7;
}
@media screen and (min-width: 740px) {
  .modal-body .event-item__buttons .button-gray:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.1);
  }
}
.modal-body .event-item__speeker {
  display: flex;
  align-items: center;
  gap: 0.8rem;
}
.modal-body .event-item__speeker .item-image {
  min-width: 4.2rem;
  max-width: 4.2rem;
  height: 4.2rem;
  border-radius: 0.8rem;
}
.modal-body .event-item__speeker .item-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.modal-body .event-item__speeker .item-content {
  width: 100%;
}
.modal-body .event-item__speeker .item-content p.position {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 130%;
  color: #637381;
  margin: 0 0 0.2rem 0;
}
.modal-body .event-item__speeker .item-content p.name {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 130%;
  color: #212B36;
  margin: 0;
}
.modal-footer {
  padding: 2.2rem 2.4rem;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6rem;
}
@media screen and (max-width: 419.98px) {
  .modal-footer {
    flex-direction: column;
  }
}
.modal-footer button {
  font-size: 1.4rem;
  line-height: 1.4rem;
}
@media screen and (max-width: 419.98px) {
  .modal-footer button {
    width: 100%;
  }
}
.modal-footer button.button-gray {
  padding: 1.4rem 2.4rem 1.4rem 4.8rem;
  background: #EDF0F2 url(../images/main-icon.svg) 2rem 1.3rem no-repeat;
  color: #919EAB;
  background-size: 1.8rem;
}
@media screen and (min-width: 740px) {
  .modal-footer button.button-gray:hover {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
  }
}
.modal-footer button.button-blue {
  padding: 1.4rem 4.8rem 1.4rem 2.4rem;
  background: #4A59E7 url(../images/main-icon-white.svg) 90% 1.3rem no-repeat;
  color: #fff;
  background-size: 1.8rem;
}
.modal-footer button:disabled {
  opacity: 0.7;
  pointer-events: none;
}

.event__info__button .registration-closed {
  color: #919EAB !important;
  pointer-events: none;
}
@media screen and (max-width: 574.98px) {
  .event__info__button .registration-closed {
    width: 100%;
    text-align: center;
    justify-content: center;
  }
}

.fc-theme-standard .fc-popover {
  visibility: hidden;
  opacity: 0;
}

/*# sourceMappingURL=style.css.map */
