@charset "UTF-8";

.icon-reset {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
}

.search-icon {
  width: 16px;
  height: 17px;
  fill: var(--text_color);
}

.bot-icon {
  width: 20px;
  height: 18px;
  fill: var(--text_color);
}

.tg-bot-icon {
  width: 12px;
  height: 12px;
}

.game-icon {
  width: 16px;
  height: 16px;
  fill: var(--text_color);
}

.footer-tg-bot-icon {
  width: 19px;
  height: 16px;
}

.github-game-icon {
  width: 24px;
  height: 23px;
}

.play-game-icon {
  width: 18px;
  height: 20px;
  fill: #fff;
}

.telegram-icon {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.facebook-icon {
  width: 8px;
  height: 16px;
}

.instagram-icon {
  width: 15px;
  height: 15px;
}

.youtube-icon {
  width: 19px;
  height: 16px;
}

.tictoc-icon {
  width: 13px;
  height: 16px;
}

.copyUrl-icon {
  width: 23px;
  height: 23px;
}

.fill-facebook-icon {
  width: 22px;
  height: 22px;
}

.fill-instagram-icon {
  width: 22px;
  height: 22px;
  fill: red;
}

.fill-tictoc-icon {
  width: 22px;
  height: 22px;
}

.fill-youtube-icon {
  width: 22px;
  height: 22px;
}

.fill-telegram-icon {
  width: 14px;
  height: 17px;
  fill: #26A4E2;
}

.viber-icon,
.whatsApp-icon,
.twitter-icon {
  width: 30px;
  height: 30px;
}

.skype-icon {
  width: 18px;
  height: 26px;
}

.skype-icon {
  width: 18px;
  height: 26px;
}

.facebook-icon2 {
  width: 21px;
  height: 39px;
}

.telegram-icon2 {
  width: 28px;
  height: 24px;
}

.instagram-icon2 {
  width: 32px;
  height: 32px;
}

.star-icon {
  width: 13px;
  height: 13px;
  fill: #F1E91C;
}

.filter-icon {
  width: 20px;
  height: 20px;
  fill: #fff;
}

.sort-icon {
  width: 24px;
  height: 22px;
  stroke: #fff;
}

.people-icon {
  width: 19px;
  height: 14px;
  fill: #74737D;
}

.time-icon {
  width: 15px;
  height: 15px;
  fill: #74737D;
}

.level-icon {
  width: 15px;
  height: 15px;
  fill: #74737D;
}

.phone-icon {
  width: 15px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 15px;
  flex: 0 0 15px;
  height: 15px;
  fill: #8884A1;
}

.mail-icon {
  width: 18px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 18px;
  flex: 0 0 18px;
  height: 15px;
  fill: #8884A1;
}

.location-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14px;
  flex: 0 0 14px;
  width: 14px;
  height: 16px;
  fill: #8884A1;
}

.messengers-contact .whatsApp-icon,
.messengers-contact .viber-icon {
  width: 17px;
  height: 17px;
}

.messengers-contact .skype-icon {
  width: 11px;
  height: 17px;
}

.fill-massengers-icon {
  width: 23px;
  height: 12px;
  fill: url("#massengersGradient");
}

.messengersPopup-icon {
  width: 24px;
  height: 24px;
}

.views-icon {
  width: 12px;
  height: 10px;
  fill: #fff;
}

.date-icon {
  width: 16px;
  height: 17px;
  fill: #646270;
}

.popular-icon {
  width: 18px;
  height: 18px;
  fill: #646270;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

body.block-scroll {
  overflow: hidden;
}

html,
body {
  height: 100%;
}

body {
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
  letter-spacing: -0.02em;
  color: var(--text_color);
  font-size: 16px;
  background-color: var(--main_bg);
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6,
ul,
li,
p {
  margin: 0;
  padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Montserrat';
  line-height: 120%;
  font-weight: 800;
}

h1 {
  font-size: 50px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 26px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 20px;
}

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

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

a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
}

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

#particles-js {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: -1;
}

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

.pageOfUse {
  padding-top: 80px;
}

main iframe {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

main iframe[title = 'reCAPTCHA'] {
  position: static;
}

.container {
  margin: 0 auto;
  width: 100%;
  max-width: 1470px;
  padding: 0 15px;
}

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

._img-resp {
  max-width: 100%;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
}

button {
  cursor: pointer;
  background-color: transparent;
  border: none;
  outline: none;
  color: inherit;
}

textarea,
input {
  background-color: transparent;
  border: none;
  outline: none;
}

.main-btn__inner {
  text-align: center;
}

.main-btn {
  background: -o-linear-gradient(10.42deg, var(--gradient_start) 41.08%, var(--gradient_center) 74.67%, var(--gradient_end) 93.79%);
  background: linear-gradient(79.58deg, var(--gradient_start) 41.08%, var(--gradient_center) 74.67%, var(--gradient_end) 93.79%);
  -webkit-box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  box-shadow: -5px 5px 10px rgba(0, 0, 0, 0.25);
  border-radius: 8px;
  padding: 21px 0;
  width: 263px;
  color: var(--white);
  cursor: pointer;
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  font-family: inherit;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.main-btn > * {
  position: relative;
  z-index: 2;
}

.main-btn::after {
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 8px;
  background: -o-linear-gradient(10.42deg, var(--gradient-hover_start) 41.08%, var(--gradient-hover_center) 74.67%, var(--gradient-hover_end) 93.79%);
  background: linear-gradient(79.58deg, var(--gradient-hover_start) 41.08%, var(--gradient-hover_center) 74.67%, var(--gradient-hover_end) 93.79%);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 1;
}

.main-btn:hover::after {
  opacity: 1;
}

.main-btn:focus {
  outline: 3px solid #CAB1FF;
}

.title {
  font-weight: 800;
  line-height: 110%;
  letter-spacing: -0.01em;
}

.decor-line {
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.decor-line::after {
  content: '';
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.79%, var(--text_color)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, var(--text_color) -1.79%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(90deg, var(--text_color) -1.79%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  bottom: -10px;
  left: 0;
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.form-subtitle .decor-line::after {
    bottom: 0px;
}

/* Slider */
.content {
  padding: 50px 0;
}

.content h2 {
  margin-bottom: 35px;
}

.content h3 {
  margin-bottom: 20px;
}

@media screen and (max-width: 576px) {
  .content {
    padding: 25px 0;
  }
}

.banner {
  margin: 85px 0 0;
}

/* Важная часть */
.popup__bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: -o-linear-gradient(323.4deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52) 100%);
  background: linear-gradient(126.6deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52) 100%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 230;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Quiz Modal */

.test-modal {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  background: -o-linear-gradient(323.4deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52) 100%);
  background: linear-gradient(126.6deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52) 100%);
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 230;

  display: flex;
  flex-direction: column;
}

.test-modal.open {
  opacity: 1;
  pointer-events: all;
}

/*.test-modal.open .test-modal__inner {*/
/*  z-index: 260;*/
/*}*/

.test-modal__inner {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  width: 600px;
  position: relative;
  /*background: var(--thirty_bg);*/
  border-radius: 8px;
  padding: 20px;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 250;
  overflow-y: auto;
  overflow-x: hidden;
  /*flex: 1 1 auto;*/
  margin: auto;
}

.test-modal__inner.open {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.test-modal__inner .close-popup {
  top: 4px;
  right: 4px;
}

@media screen and (max-width: 768px) {
  .test-modal__inner {
    padding: 40px 20px 80px;
  }

  .test-modal__inner .close-popup {
    top: 20px;
  }
}

.test-modal__iframe {
  width: 100%;
  border: none;
  min-height: 680px;
}

@media screen and (max-width: 600px) {
  .test-modal__inner {
    width: 100%;
  }
}

/* End quiz modal */

/* Youtube shorts swiper */
.multimedia-block {
  width: 100%;
  padding-bottom: 55%;
  position: relative;
}

.multimedia-block__youtube {
  width: 100%;
  height: 100%;
  position: absolute;
}

.multimedia-block__youtube iframe {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.multimedia-block__youtube .video-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 60px);
  cursor: grab;
  z-index: 1;
  margin-bottom: 60px;
}

.multimedia-block__youtube .video-backdrop:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

.youtube-shorts {
  margin: 30px 0;
}

.youtube-shorts__swiper {
  width: 100%;
  max-width: 100%;
  /*overflow: hidden;*/
}

.youtube-shorts__slide {
  position: relative;
  isolation: isolate;
  height: 604px;
}

.youtube-shorts__slide-content {
  width: 100%;
  height: 100%;
  position: relative;
}

.youtube-shorts__slide-content .multimedia-block {
  height: 100%;
  background: none;
  padding-bottom: 61%;
}

@media screen and (max-width: 1649px) {
  .youtube-shorts__slide {
    height: 504px;
  }
}

@media screen and (max-width: 575px) {
  .youtube-shorts {
    margin: 20px 0;
    padding: 0 10px;
  }

  .youtube-shorts__slide {
    height: 382px;
  }
}
/* End Youtube shorts swiper */

.popup__bg.active {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
}

.popup-inner.to-down {
  top: 100px;
}

.popup-inner {
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50% 0) scale(0);
  -ms-transform: translate(-50% 0) scale(0);
  transform: translate(-50% 0) scale(0);
  width: 712px;
  height: 280px;
  position: relative;
  background: var(--thirty_bg);
  border-radius: 8px;
  padding: 15px 0;
  -webkit-transition: 0.5s all;
  -o-transition: 0.5s all;
  transition: 0.5s all;
  z-index: 250;
  overflow: hidden;
}

.popup-inner.active {
  -webkit-transform: translate(-50%, 0) scale(1);
  -ms-transform: translate(-50%, 0) scale(1);
  transform: translate(-50%, 0) scale(1);
}

.popup-title {
  font-family: 'Raleway';
  font-weight: 600;
  font-size: 24px;
  line-height: 120%;
  margin-bottom: 9px;
}

.popup-subtitle {
  font-size: 16px;
  line-height: 120%;
  font-weight: normal;
  letter-spacing: -0.02em;
  color: #000;
  margin-bottom: 26px;
}

/* Конец важной части */
/* Далее код для стилизации формы */
.close-popup {
  position: absolute;
  top: 4px;
  right: 20px;
  cursor: pointer;
  z-index: 60;
}

.popup label {
  width: 100%;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.popup .label__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
}

.popup input {
  height: 69px;
  font-size: 30px;
  border: none;
  outline: none;
  background-color: #F9F9F9;
  border-radius: 4px;
  padding-left: 25px;
}

.pop-up {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.pop-up.show {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.request-search {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  padding: 0 20px 18px;
}

.request-search::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4A4E65;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.request-search .search-icon {
  margin-right: 16px;
}

.input-search {
  background-color: transparent;
  border: none;
  outline: none;
  width: calc(100% - 50px);
  color: inherit;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}

.result-search {
  overflow: auto;
  height: 100%;
  padding: 0 20px 10px;
}

.result-search__inner {
  padding: 15px 0;
}

.result-search__heading {
  font-weight: bold;
  font-size: 14px;
  line-height: 80%;
  color: #8884A2;
  margin-bottom: 15px;
  display: block;
}

.result-search__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 15px;
}

.result-search__item:last-child {
  margin-bottom: 0;
}

.result-search__item .result-search__link {
  margin-left: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
}

/* Popup games */
.popup__bg._games .popup-inner {
  width: 905px;
  height: auto;
  padding: 15px 0 0;
}

.popup-header {
  min-height: 42px;
  padding: 0 20px 18px;
  margin-bottom: 15px;
  position: relative;
}

.popup-header::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #4A4E65;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 0;
}

.popup-header__title {
  color: var(--text_color);
  font-size: 18px;
  display: block;
  text-align: center;
}

.result-games {
  overflow: auto;
  height: 100%;
  max-height: 580px;
}

.result-games__list {
  display: flex;
  flex-wrap: wrap;
  max-width: 772px;
  margin: 0 auto;
  /*grid-template-columns: repeat(auto-fill, minmax(163px, 1fr));*/
}

.result-games__item {
  flex: 0 1 calc(100% / 4);
  padding: 0 15px;
  margin-bottom: 15px;
}

.result-games__img {
  margin-bottom: 16px;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  border-radius: 8px;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 100%;
}

.result-games__img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.result-games__title {
  font-weight: 700;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: -.02em;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .popup__bg._games .popup-inner {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .result-games__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 610px) {
  .result-games__item {
    flex: 0 1 calc(100% / 3);
  }

  .result-games__img {
    margin-bottom: 10px;
  }

  .result-games__title {
    font-size: 14px;
  }
}

@media screen and (max-width: 453px) {
  .result-games {
    max-height: none;
  }

  .result-games__item {
    padding: 0 8px;
    /*flex: 0 0 calc(100% / 2);*/
  }

  .result-games__title {
    font-size: 12px;
  }
}

/* END Popup games */

.swiper-container {
  overflow: hidden;
  margin: 0;
  padding: 0;
  position: relative;
  max-width: 1680px;
  z-index: 3;
}

.large .swiper-container {
  margin: 0 auto;
  max-width: 1470px;
}

._fluid-img {
  position: relative;
}

._fluid-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/* ===== Scrollbar CSS ===== */
/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  -webkit-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}

*::-webkit-scrollbar-track {
  background-color: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: var(--accent_color);
  border-radius: 30px;
}

/* Chrome, Edge, and Safari */
.result-card__cont .rating {
  right: auto;
  left: 5px;
}

.rating {
  position: absolute;
  bottom: 5px;
  right: 0;
  padding: 5px;
  border-radius: 4px;
  background-color: rgba(21, 21, 21, 0.5);
  z-index: 2;
}

.rating-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-left: 4px;
}

.basic-slider-cont .rating {
  right: auto;
  left: 6px;
}

.course-addit .rating {
  position: static;
  background: #151515;
  margin: 2px 2px 2px 15px;
}

.views {
  position: absolute;
  z-index: 2;
  padding: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.5);
}

.views-value {
  font-weight: 500;
  font-size: 12px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-left: 4px;
}

.result-card__cont .views {
  bottom: 6px;
  left: 6px;
}

.basic-slider-cont .views {
  bottom: 6px;
  left: 6px;
}

.material-title__inner .views {
  position: static;
  background: #000;
  margin: 2px 2px 2px 15px;
}

.material-title {
    font-size: 30px;
  }

.label-box {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 5;
}

.form-inner .label-box {
  position: relative;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  text-align: center;
}

.label-item {
  border-radius: 4px;
  padding: 6px 9px;
  font-family: 'Inter';
  font-weight: bold;
  font-size: 13px;
  line-height: 80%;
  letter-spacing: -0.02em;
}

.course-addit .label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: static;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.course-addit .label-item {
  margin: 2px;
}


.result-card .label-box,
.addit-slider__item .label-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column;
  align-items: flex-end;

}

.material-title__inner {
  position: relative;
  z-index: 2;
}

.material-title__inner .label-box {
  position: static;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 500px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.material-title__inner .label-item {
  margin: 2px;
}

@media screen and (max-width: 560px) {
  .material-title__inner .label-box {
    left: 10px;
    top: 10px;
  }
}

.faq-cardCont .slider .label-box {
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.basic-slider-card .label-box {
  right: 5px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.result-card__cont.label-box {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

.basic-slider-card .label-box .label-item:not(:last-child) {
  margin-bottom: 5px;
}

.directions-item .label-box {
  top: 0;
  right: 0;
  position: relative;
}

.result-card__cont .label-item {
  margin-bottom: 5px;
}

.result-card__cont .label-item:last-child {
  margin-bottom: 0;
}

.grid-item .label-item {
  margin-bottom: 5px;
}

.grid-item .label-item:last-child {
  margin-bottom: 0;
}

.marker-inner {
  display: inline-block;
  margin-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .marker-inner {
    display: block;
    max-height: 60px;
    overflow-y: hidden;
  }
}

.marker {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  padding-bottom: 10px;
}

.marker-item {
  border-radius: 4px;
  padding: 14px;
  font-family: 'Inter';
  font-weight: bold;
  letter-spacing: -0.02em;
  border: 2px solid transparent;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.marker-item span {
  margin-left: 10px;
  display: inline-block;
}

.marker-item:last-child {
  margin-right: 0;
}

.fslightbox-nav {
  height: 100% !important;
}

.fslightbox-toolbar {
  height: auto !important;
  top: 25px !important;
  right: 25px !important;
}

@media screen and (max-width: 550px) {
  .fslightbox-toolbar {
    top: 15px !important;
    right: 5px !important;
  }
}

.fslightbox-slide-number-container {
  left: calc(50% - 50px);
  bottom: 30px;
  position: absolute !important;
  max-width: 100px !important;
  width: 100px;
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  height: auto !important;
}

.fslightbox-slide-number-container span {
  display: block;
}

.fslightbox-slide-number-container span,
.fslightbox-slide-number-container div {
  font-family: 'Montserrat' !important;
  font-weight: 500;
  font-size: 16px;
  letter-spacing: -0.01em;
  color: #FFFFFF !important;
}

.fslightbox-slide-number-container .fslightbox-flex-centered {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
  width: 100%;
}

.fslightbox-slide-number-container .fslightbox-slash {
  position: relative;
  margin: 0 !important;
  width: 0 !important;
  height: 0 !important;
  -webkit-transform: rotate(0) !important;
  -ms-transform: rotate(0) !important;
  transform: rotate(0) !important;
  background: transparent !important;
}

.fslightbox-slide-number-container .fslightbox-slash::after {
  content: '';
  width: 46px;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.79%, #FFFFFF), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #FFFFFF -1.79%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(90deg, #FFFFFF -1.79%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  bottom: -1px;
  left: -26px;
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fslightbox-slide-btn {
  background: #252733;
  -webkit-box-shadow: -6px 10px 15px rgba(20, 20, 24, 0.7);
  box-shadow: -6px 10px 15px rgba(20, 20, 24, 0.7);
  border-radius: 8px;
  width: 47px;
  height: 40px;
}

.fslightbox-slide-btn svg {
  display: none;
}

.fslightbox-slide-btn-container-previous {
  left: calc(50% - 150px) !important;
  top: auto !important;
  bottom: 0 !important;
  padding: 0 !important;

}

@media screen and (max-width: 768px) {
  .fslightbox-slide-btn-container {
    display: none;
  }
}

.fslightbox-slide-btn-container-previous .fslightbox-slide-btn {
  position: relative;
  padding: 0 !important;
}

.fslightbox-slide-btn-container-previous .fslightbox-slide-btn::after {
  content: '';
  background-color: transparent;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.fslightbox-slide-btn-container-next {
  left: calc(50% + 100px) !important;
  top: auto !important;
  bottom: 0;
  padding: 0 !important;
}

.fslightbox-slide-btn-container-next .fslightbox-slide-btn {
  position: relative;
}

.fslightbox-slide-btn-container-next .fslightbox-slide-btn::after {
  content: '';
  background-color: transparent;
  border-right: 1px solid #fff;
  border-top: 1px solid #fff;
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  top: calc(50% - 5px);
  left: calc(50% - 5px);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.fslightbox-source {
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px;
  bottom: 30px;
  max-width: fit-content;
  max-height: calc(100vh - 80px);
}

@media screen and (max-width: 577px) {
  .fslightbox-source {
    width: calc(100vw - 30px) !important;
  }

}

.fslightbox-toolbar .fslightbox-toolbar-button:first-child {
  display: none;
}

.fslightbox-toolbar .fslightbox-toolbar-button svg {
  width: 35px !important;
  height: 35px !important;
}

.gallery-item {
  position: relative;
  width: 225px;
}

.gallery-item video {
  z-index: 0;
}

.gallery-item .label-box .label-item:not(:last-child) {
  margin-bottom: 5px;
}

.footer .social-item {
  height: 40px;
}

.social-item {
  padding-left: 12px;
  background: var(--thirty_bg);
  border-radius: 8px;
  width: 140px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  height: 40px;
  margin-right: 15px;
}

.social-item:last-child {
  margin-right: 0;
}

.social-item:hover {
  background: var(--accent_color) !important;
}

.social__name {
  margin-left: 13px;
  font-size: 13px;
}

.contact .social-item {
  background-color: var(--main_bg);
  margin-bottom: 15px;
}

@media screen and (max-width: 376px) {
  .contact .social-item {
    margin-bottom: 10px;
  }

}

.share-item {
  border-radius: 50%;
  background: var(--thirty_bg);
  width: 48px;
  height: 48px;
  position: relative;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border: 2px solid transparent;
  margin-right: 30px;
}

.share-item:last-child {
  margin-right: 0;
}

.share-item:hover {
  background: var(--accent_color);
}

.share-item:focus {
  background: var(--thirty_bg);
  border: 2px solid #222430;
}

.share-item svg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.share-item svg.telegram-icon2 {
  top: 13px;
  left: 8px;
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}

@-webkit-keyframes radialPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

@keyframes radialPulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.7);
    transform: scale(1.7);
    opacity: 0;
  }
}

/* Popup messengers */
.messengersPopup {
  position: fixed;
  left: initial;
  right: 50px;
  bottom: 60px;
  z-index: 100;
}

.messengersPopup .messengersBtn {
  width: 50px;
  height: 50px;
  background-color: var(--thirty_bg);
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: auto;
  border: 2px solid var(--accent_color);
  position: relative;
}

.messengersPopup .messengersBtn:before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: var(--accent_color);
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-animation: radialPulse 1.5s ease-in-out 0s infinite;
  animation: radialPulse 1.5s ease-in-out 0s infinite;
  will-change: transform;
}

.messengersPopup .messengersWrap {
  width: 100%;
  max-width: 300px;
  background: #000;
  border-radius: 8px;
  margin-bottom: 15px;
  display: none;
  padding: 0 16px 23px;
  padding-top: 40px;
  background-size: 100% 40px;
  background-position: top center;
  background-repeat: no-repeat;
}

.messengersPopup .messengersHeader {
  padding: 16px 0;
  text-align: left;
}

.messengersPopup .messengersHeader p {
  font-weight: bold;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.messengersPopup .messengersBody {
  padding: 24px 0px;
  border-top: 1px solid #414455;
  border-bottom: 1px solid #414455;
}

.messengersPopup .messengersBody a {
  font-weight: 500;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.01em;
  color: #8884A1;
  margin-bottom: 20px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.messengersPopup .messengersBody a:last-child {
  margin-bottom: 0;
}

.messengersPopup .messengersBody a svg {
  margin-right: 11px;
  fill: #8884A1;
}

.messengersPopup .messengersFooter {
  padding: 16px 0 0;
}

.messengersPopup .messengersFooter .share-list {
  width: 100%;
  justify-content: space-between;
}

.messengersPopup .messengersFooter .share-list .share-item {
  width: 40px;
  height: 40px;
  margin: 0;
}

.messengersPopup .messengersFooter .share-list svg {
  height: 20px;
}

.messengersPopup .messengersFooter .share-list svg.telegram-icon2 {
  top: 10px;
  left: 2px;
}

.messengersPopup .messengersBody a:hover {
  color: rgba(109, 93, 211, 0.7);
}

@media screen and (max-width: 1199px) {
  .messengersPopup {
    right: 20px;
  }
}

@media screen and (max-width: 575px) {
  .messengersPopup .messengersWrap {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* END Popup messengers */
@media screen and (max-width: 360px) {
  h1 {
    font-size: 26px !important;
  }
}

header {
  padding: 15px 0;
  position: fixed;
  width: 100%;
  z-index: 50;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

header .container {
  position: relative;
}

header.header-fixed {
  background-color: var(--secondary-bg);
}

.nav {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav.hidden .search-icon,
.nav.hidden .header-menu {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.logo {
  font-family: 'Syncopate';
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: -0.01em;
  margin-top: 2px;
}

.logo span {
  font-weight: bold;
}

.header-logo {
  margin-right: 53px;
}

.header-menu {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.menu-logo {
  display: none;
}

.burger-btn {
  gap: 6px;
  width: 22px;
  height: 20px;
  cursor: pointer;
  display: none;
}

.burger-btn span {
  width: 22px;
  height: 2px;
  background-color: var(--text_color);
  display: block;
  border-radius: 10px;
}

.burger-btn span:first-child {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.burger-btn span:last-child {
  -webkit-transform: translateY(4px);
  -ms-transform: translateY(4px);
  transform: translateY(4px);
}

.menu-item {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
}

.menu-item::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.79%, #fff), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, #fff -1.79%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(90deg, #fff -1.79%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  opacity: 0;
}

.menu-item.currentPage::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.79%, var(--text_color)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, var(--text_color) -1.79%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(90deg, var(--text_color) -1.79%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  opacity: 1;
}

.menu-item:hover:not(.currentPage)::after {
  content: "";
  width: 100%;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, color-stop(-1.79%, var(--text_color)), color-stop(90%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(left, var(--text_color) -1.79%, rgba(255, 255, 255, 0) 90%);
  background: linear-gradient(90deg, var(--text_color) -1.79%, rgba(255, 255, 255, 0) 90%);
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  opacity: 1;
}

header.header-fixed .menu-item.currentPage:after {
  display: none;
}

header.header-fixed .menu-item:hover:after {
  display: none;
}

header.header-fixed .menu-item:hover {
  color: var(--accent_color);
}

header.header-fixed .menu-item.currentPage {
  color: var(--accent_color);
}

.menu-item:not(:last-child) {
  margin-right: 20px;
}

.menu-link {
  font-size: 18px;
  line-height: 80%;
  letter-spacing: -0.01em;
}

.controls {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.controls-item:not(:first-child) {
  margin-left: 18px;
}

/*.bot {*/
/*  width: 32px;*/
/*  flex: 0 0 32px;*/
/*  height: 32px;*/
/*  background: #261d60;*/
/*  border-radius: 50%;*/
/*  display: flex;*/
/*  position: relative;*/
/*}*/

/*.bot .bot-icon {*/
/*  margin: auto;*/
/*}*/

/*.bot .tg-bot-icon {*/
/*  position: absolute;*/
/*  right: -3px;*/
/*  bottom: -3px;*/
/*}*/

.games {
  cursor: pointer;
}

.music__inner {
  position: relative;
}

.equalizer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 26px;
  height: 17px;
  cursor: pointer;
}

.equalizer__bar {
  height: 3px;
  width: 2px;
  background: var(--text_color);
  animation: equalizer 0ms -800ms linear infinite alternate;
}

.equalizer__bar:nth-child(1) {
  height: 5px;
  animation-duration: 474ms;
}

.equalizer__bar:nth-child(2) {
  height: 17px;
  animation-duration: 433ms;
}

.equalizer__bar:nth-child(3) {
  height: 10px;
  animation-duration: 407ms;
}

.equalizer__bar:nth-child(4) {
  height: 7px;
  animation-duration: 458ms;
}

.equalizer__bar:nth-child(5) {
  height: 13px;
  animation-duration: 400ms;
}

@keyframes equalizer {
  0% {
    opacity: 0.3;
    height: 3px;
  }

  100% {
    opacity: 1;
    height: 17px;
  }
}

.animation-none {
  animation: none;
}

.player__popup {
  display: none;
  /*background: var(--thirty_bg);*/
  border-radius: 30px;
  /*box-shadow: 7px 10px 10px rgb(12 11 14 / 50%);*/
  position: absolute;
  right: 0;
  width: 400px;
  top: calc(100% + 20px);
}

@media screen and (max-width: 576px) {
  .player__popup {
    width: calc(100% - 30px);
    position: fixed;
    top: 75px;
    left: 15px;
  }
}

.player__popup.show {
  display: block;
}

.player__audio {
  width: 100%;
  border: none;
  height: 38px;
}

.player__playlist {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 15px 36px 20px;
  margin-bottom: 0;
  max-height: 165px;
  overflow: auto;
  margin: 10px 0 20px;
}

.player__playlist .player__track {
  color: var(--white);
  font-family: sans-serif;
  list-style: decimal;
  transition: color .6s;
}

.player__playlist .player__track.currentTrack {
  color: var(--accent_color);
}

.player__playlist .player__track:not(:last-child) {
  margin-bottom: 10px;
}

.player__playlist .player__track:hover {
  color: #6D5DD3;
  cursor: pointer;
}

.search {
  position: relative;
}

.search-icon {
  cursor: pointer;
}

.lang {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lang-btn {
  line-height: 80%;
  letter-spacing: -0.01em;
}

.lang-btn.active {
  font-weight: 800;
}

.header-contact {
  position: fixed;
  z-index: 5;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 10px;
  background-color: var(--thirty_bg);
  border-radius: 5px 0 0 5px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.header-contact a:not(:last-child) {
  margin-bottom: 28px;
}

.header-contact svg {
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  fill: var(--text_color);
}

.header-contact svg:hover {
  fill: var(--accent_color);
}

.nav-resp {
  display: none;
}

.nav-resp .lang {
  display: none;
}

@media screen and (max-width: 1400px) {
  .header-logo {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1365px) {
  .header-menu {
    display: none;
  }

  .burger-btn {
    display: block;
    padding-top: 7px;
  }

  .header-logo {
    margin-right: 0;
    margin-left: 15px;
  }

  header.mobile-nav {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  header.mobile-nav::after {
    content: '';
    width: 100%;
    height: 100vh;
    background: -o-linear-gradient(323.4deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52));
    background: linear-gradient(126.6deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52));
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  header.mobile-nav .nav-resp {
    left: 0;
    z-index: 1;
  }

  .nav-resp {
    display: block;
    padding: 15px 33px 28px 93px;
    position: fixed;
    width: 100%;
    max-width: 450px;
    height: 100%;
    background: var(--thirty_bg);
    top: 0;
    left: -100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .nav-resp .decor-line:after {
    width: 40px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    left: -13px;
    top: 50%;
    opacity: 0;
    visibility: hidden;
  }

  .nav-resp .menu-item__resp:hover {
    padding-left: 40px;
  }

  .nav-resp .menu-item__resp:hover.decor-line:after {
    opacity: 1;
    visibility: visible;
  }

  .nav-resp .social {
    padding-top: 15px;
    position: relative;
    margin-right: 0;
    border-top: 1px solid #353848;
    margin-top: auto;
  }

  .nav-resp .social-inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .nav-resp .social-inner .fill-telegram-icon {
    width: 17px;
    margin-left: -2px;
  }

  .nav-resp .social-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: -0.01em;
    color: #8884A1;
    margin-bottom: 25px;
  }

  .nav-resp .social-item {
    background: var(--main_bg);
    width: 40px;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 0;
    margin-right: 30px;
  }

  .nav-resp .social-item:last-child {
    margin-right: 0;
  }

  .menu-resp {
    margin-top: 83px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-height: 500px;
    overflow-y: auto;
    margin-bottom: 15px;
  }

  .menu-item__resp:not(:last-child) {
    margin-bottom: 30px;
  }

  .menu-item__resp {
    left: 0;
    position: relative;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .menu-item__resp.currentPage {
    padding-left: 40px;
  }

  .menu-item__resp.currentPage.decor-line:after {
    opacity: 1;
    visibility: visible;
  }

  .menu-item__resp:last-child {
    margin-bottom: 0;
  }

  .menu-link__resp {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    letter-spacing: -0.01em;
  }

  .close-mob__nav {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 13px;
    top: 16px;
    cursor: pointer;
  }

  .close-mob__nav::after {
    content: '';
    width: 16px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 10px;
    right: 2px;
    z-index: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }

  .close-mob__nav::before {
    content: '';
    width: 16px;
    height: 1px;
    background: var(--text_color);
    position: absolute;
    top: 10px;
    right: 2px;
    z-index: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
}

@media screen and (max-width: 1199px) {
  .lang-heading {
    font-weight: 500;
    font-size: 16px;
    letter-spacing: -0.01em;
    color: #8884A1;
    margin-bottom: 20px;
  }

  .lang-btn:first-child {
    padding: 0;
  }

  .header-contact {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .popup__bg._search .result-search__link {
    font-size: 14px;
  }

  .lang {
    display: none;
    margin-left: 0;
  }

  .nav-resp .lang {
    display: block;
    border-top: 1px solid #353848;
    padding-top: 15px;
    margin-top: auto;
  }

  .nav-resp .social {
    margin-top: 25px;
  }
}

@media screen and (max-width: 576px) {
  .nav-resp {
    padding-left: 15px;
  }

  .menu-resp {
    margin-top: 44px;
    padding-left: 0;
  }

  .nav-resp .social {
    padding-left: 0;
  }
}

@media screen and (max-width: 374px) {
  .controls-item:not(:first-child) {
    margin-left: 10px;
  }
}

@media screen and (max-width: 376px) {
  header.mobile-nav {
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  header.mobile-nav::after {
    display: none;
  }

  .nav-resp {
    padding: 15px 15px 5px;
  }

  .nav-resp .lang {
    margin-left: 0;
    padding-top: 10px;
  }

  .nav-resp .social-item {
    margin: 0 10px 10px 0;
  }
}

/*@media screen and (max-width: 374px) {*/
/*  .games .hide-mobile {*/
/*    display: none;*/
/*  }*/
/*}*/

.footer {
  background-color: var(--secondary-bg);
  padding: 76px 0 26px;
  margin-top: 40px;
}

.footer-content {
  position: relative;
}

.footer-logo {
  margin-right: 91px;
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  transform: translate(0, -10px);
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.footer-menu__list {
  min-width: 150px;
  margin-right: 90px;
}

.footer-menu__item {
  margin-bottom: 21px;
}

.footer-menu__item:last-child {
  margin-bottom: 0;
  margin-top: 25px;
}

.footer-menu__item:hover .footer-menu__link {
  color: var(--accent_color);
}

.footer-main__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.01em;
  color: var(--text_color) !important;
}

.footer-menu__link {
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  letter-spacing: -0.01em;
  color: #8884A1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.all-item {
  position: relative;
}

.all-item .footer-menu__link {
  display: inline-block;
  position: relative;
}

.all-item .footer-menu__link::after {
  content: '';
  width: 100%;
  height: 2px;
  background: #8884A1;
  position: absolute;
  bottom: -5px;
  left: 0;
  z-index: 2;
}

.footer-contact {
  margin-left: auto;
}

.footer-contact a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact .address {
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.footer-contact .tg-bot {
  background-color: var(--thirty_bg);
  border-radius: 8px;
  padding: 9px 12px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-contact .tg-bot .footer-tg-bot-icon {
  margin-right: 12px;
}

.footer-contact .tg-bot .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-contact .tg-bot .title {
  font-weight: 500;
  font-size: 9px;
  line-height: 80%;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}

.footer-contact .tg-bot .name {
  color: var(--text_color);
  font-weight: 600;
  font-size: 13px;
  line-height: 80%;
  letter-spacing: -0.01em;
}

.footer-contact__title {
  margin-bottom: 16px;
  line-height: 80%;
}

.contact-link {
  color: #8884A1;
  margin-bottom: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.contact-link:hover {
  color: var(--accent_color);
}

.contact-link span {
  display: inline-block;
}

.contact-link svg {
  margin-right: 8px;
}

.contact-link .location-icon {
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.contact-link:last-child {
  margin-bottom: 0;
}

.footer-addit__info {
  padding-top: 25px;
  margin-left: auto;
  max-width: 1200px;
  margin-top: 95px;
  position: relative;
}

.footer-addit__info::after {
  content: '';
  width: 100%;
  height: 1px;
  background: #2D2D30;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.dev-info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

.dev-text {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  max-width: 131px;
  color: #4D4968;
  margin-right: 12px;
}

.dev-logo {
  position: relative;
}

.dev-logo span {
  letter-spacing: 0.02em;
}

.dev-logo sup {
  font-size: 7px;
  font-family: 'Syncopate';
  line-height: 80%;
}

@media screen and (max-width: 1200px) {
  .footer-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-menu__list {
    margin-right: 30px;
  }

  .footer-logo {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .footer-contact {
    margin-top: 46px;
  }

  .dev-info {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
}

@media screen and (max-width: 1024px) {
  .footer .social-item {
    width: 40px;
    padding: 0;
    height: 40px;
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer .social-item .fill-telegram-icon {
    width: 21px;
    height: 18px;
  }

  .footer .social-item .hidden {
    display: none;
  }

  .footer .social-item .social__name {
    display: none;
  }
}

@media screen and (max-width: 769px) {
  .footer-menu__list {
    display: none;
  }

  .footer-logo {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .footer-contact {
    margin-top: 7px;
  }
}

@media screen and (max-width: 550px) {
  .footer .social {
    margin-bottom: 25px;
    margin-right: 0;
  }

  .footer {
    padding-top: 40px;
  }

  .footer-logo {
    display: none;
  }

  .footer-addit__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 0;
    margin-top: 45px;
  }

  .footer-addit__info:after {
    top: auto;
    bottom: 40px;
  }

  .footer-contact {
    margin-left: 0;
  }

  .footer-menu__list {
    display: none;
  }

  .dev-logo {
    margin-left: auto;
  }

  .dev-logo br {
    display: none;
  }

  .dev-logo sub {
    top: 0;
  }

  .dev-info {
    margin-left: 0;
  }
}

@media screen and (max-width: 375px) {
  .dev-text {
    margin-right: 0;
    font-size: 13px;
    max-width: 110px;
  }

  .dev-logo {
    font-size: 17px !important;
  }
}

.popup__bg {
  padding: 50px 0;
}

.form__bg.open {
  opacity: 1;
  pointer-events: all;
}

.form__bg.open .popup-inner {
  z-index: 260;
}

.popup-form.open {
  -webkit-transform: translate(-50%) scale(1);
  -ms-transform: translate(-50%) scale(1);
  transform: translate(-50%) scale(1);
}

.application {
  padding-bottom: 26px;
}

.application .main-btn {
  margin-top: 30px;
  position: relative;
  font-weight: 600;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.popup-inner._form {
  width: 1034px;
  height: auto;
  min-height: 450px;
  padding: 0;
}

.popup-inner._form .close-popup {
  top: 33px;
}

.form-inner.scroll {
  max-height: 700px;
}

.form-content {
  background: var(--thirty_bg);
}

.form-img {
  width: 37%;
  position: relative;
  padding-bottom: 44%;
}

.form-img .logo {
  position: absolute;
  top: 27px;
  left: 27px;
  z-index: 5;
}

.form-img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.form-inner {
  padding-top: 36px;
  width: 67%;
  padding-bottom: 31px;
  overflow: auto;
}

.form-title {
  text-align: center;
  margin-bottom: 5px;
}

.form {
  max-width: 480px;
  margin: 0 auto;
}

.inputfield {
  max-width: 480px;
  margin: 0 auto 6px;
  position: relative;
  border: 1px solid transparent;
  border-radius: 8px;
}

.inputfield.hiddenLabel label {
  display: none;
}

.inputfield.active {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.inputfield.active .input-label {
  right: 15px;
  left: auto;
}

.inputfield.active .input-label span {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.inputfield.input-invalid {
  border: 1px solid #FF004F;
}

.input {
  width: 100%;
  min-height: 50px;
  background-color: var(--main_bg);
  color: var(--text_color);
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  border-radius: inherit;
  font-family: 'Montserrat';
}

.input:focus {
  background-color: var(--main_bg);
}

.input-label {
  pointer-events: none;
  position: absolute;
  top: 50%;
  right: calc(100% - 300px);
  left: 15px;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  z-index: 1;
  font-weight: 500;
  font-size: 14px;
  line-height: 80%;
  color: #8884A2;
  display: inline-block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.comments-area {
  width: 100%;
  height: 100px;
  background-color: var(--main_bg);
  border-radius: inherit;
  resize: none;
  color: var(--text_color);
  padding-top: 15px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
}

.comments-area label {
  top: 17px;
  left: 20px;
}

.comments-fieald label {
  top: 17px;
  left: 15px;
}

.inputfile {
  display: none;
}

.file-box {
  display: inline-block;
  width: 100%;
  background-color: var(--main_bg);
  border-radius: 8px;
  height: 50px;
  padding: 15px 0 0 15px;
  font-weight: 500;
  font-size: 14px;
  color: #8884a2;
}

.file-button {
  background: #252733;
  border: 1px solid #2C2F40;
  border-radius: 6px;
  position: absolute;
  top: 4px;
  right: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 80%;
  padding: 14px 18px;
  cursor: pointer;
}

#formBgSmall.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

#formInnerSmall.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

/** Custom Select **/
.custom-select-wrapper {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.custom-select-wrapper select {
  display: none;
}

.custom-select {
  position: relative;
}

.custom-select-trigger {
  display: block;
  padding: 15px 84px 15px 15px;
  background-color: var(--main_bg);
  border-radius: 6px;
  cursor: pointer;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  font-weight: 500;
  font-size: 14px;
  color: #8884A2;
  max-width: 480px;
  position: relative;
}

.custom-select-trigger:after {
  position: absolute;
  display: block;
  content: '';
  width: 40px;
  height: 40px;
  background: #252733;
  border: 1px solid #2C2F40;
  top: 50%;
  right: 4px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 6px;
  z-index: 0;
}

.custom-select-trigger::before {
  position: absolute;
  display: block;
  content: '';
  background: url("../img/arrow.svg") no-repeat;
  width: 10px;
  height: 6px;
  top: 50%;
  right: 19px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.custom-select.opened .custom-select-trigger {
  border-radius: 6px 6px 0 0;
}

.custom-select.opened .custom-select-trigger:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-top: -3px;
}

.custom-options {
  position: absolute;
  z-index: 10;
  display: block;
  top: 100%;
  left: 0;
  right: 0;
  max-width: 480px;
  margin: 0 auto;
  border-radius: 4px;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  font-weight: 500;
  font-size: 14px;
  color: #8884A2;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  overflow-y: auto;
  max-height: 254px;
}

.custom-select.opened .custom-options {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  background: #252733;
  border-radius: 0 0 6px 6px;
  -webkit-box-shadow: -6px 10px 15px rgba(20, 20, 24, 0.7);
  box-shadow: -6px 10px 15px rgba(20, 20, 24, 0.7);
  overflow-y: auto;
  max-height: 254px;
}

.custom-option {
  position: relative;
  display: block;
  padding: 16px 22px;
  cursor: pointer;
  -webkit-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  background-color: var(--main_bg);
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  border-bottom: 2px solid var(--thirty_bg);
  max-height: 255px;
  overflow: auto;
}

.custom-option:hover,
.custom-option.selection {
  background-color: var(--thirty_bg);
}

.input-date {
  padding-right: 15px;
  color: #8884a2;
}

input::-webkit-datetime-edit {
  font-size: 18px;
  color: #8884a2;
  padding-left: 15px;
}

.check-inner {
  margin-top: 18px;
}

.check-inner a {
  display: inline-block;
}

.check-inner:last-child {
  margin-top: 6px;
}

.checkbox-custom {
  opacity: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  margin: 0;
}

.checkbox-custom.input-invalid + .checkbox-custom-label:before {
  border: 2px solid #FF004F;
}

.checkbox-custom-label {
  height: 18px;
  display: inline-block;
  cursor: pointer;
  font-weight: 500;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: -0.01em;
  color: var(--text_color);
  padding-left: 30px;
  position: relative;
}

.checkbox-custom-label .decor-line::after {
  bottom: -2px;
}

.checkbox-custom + .checkbox-custom-label:before {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 18px;
  height: 18px;
  margin-right: 12px;
  position: absolute;
  left: 0;
  background: #202028;
  border: 2px solid #8884A1;
  border-radius: 4px;
  z-index: 1;
}

.checkbox-custom + .checkbox-custom-label::after {
  content: '';
  display: inline-block;
  vertical-align: bottom;
  width: 7px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 2px;
  border-right: 3px solid var(--accent_color);
  border-bottom: 3px solid var(--accent_color);
  border-radius: 2px;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  opacity: 0;
}

.checkbox-custom:checked + .checkbox-custom-label::after {
  opacity: 1;
}

.form-contact {
  max-width: 480px;
  margin: 31px auto 0;
  padding-top: 15px;
  border-top: 1px solid #414455;
}

.form-contact .social {
  margin-right: 0;
}

.form-contact .social-item {
  background-color: var(--main_bg);
  margin: 0 6px 6px 0;
}

.form-contact .social-item:last-child {
  margin-right: 0;
}

.form-contact__title {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 10px;
}

.form-contact__title .logo {
  margin-left: 5px;
  margin-bottom: -1px;
}

.popup__bg._thanks .popup-inner {
  height: auto;
  padding: 0;
  width: auto;
  max-width: 1034px;
}

.popup__bg._thanks .form-inner {
  padding: 109px 83px 71px 100px;
}

.popup__bg._thanks .close-popup {
  top: 15px;
  right: 15px;
}

.gif {
  max-width: 40%;
}

.gif img {
  max-width: 100%;
  height: 100%;
}

.gif .logo {
  position: absolute;
  top: 27px;
  left: 27px;
}

.gif-inner {
  height: 100%;
}

.form-subtitle {
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: -0.01em;
  margin-bottom: 61px;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .popup__bg._thanks .popup-inner {
    max-width: 100%;
  }

  .popup__bg._thanks .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .popup__bg._thanks .gif {
    max-width: 100%;
  }

  .popup__bg._thanks .gif img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    max-height: 300px;
  }

  .popup__bg._thanks .form-inner {
    width: 100%;
  }

  .popup-inner._form {
    width: calc(100% - 30px);
  }

  .form-inner {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 768px) {
  .popup__bg._search .popup-inner {
    width: calc(100% - 30px);
  }
}

@media screen and (max-width: 550px) {
  .popup__bg._search .popup-inner {
    width: 100%;
  }

  .popup__bg {
    padding-left: 15px;
    padding-right: 15px;
  }

  .popup-inner .form-inner {
    width: 100%;
    padding: 35px 15px;
  }

  .popup-inner._form {
    width: 100%;
  }

  .form-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-title {
    font-size: 24px;
  }

  .form-img {
    width: 100%;
    padding-bottom: 18%;
  }

  .form-img .logo {
    display: block;
    position: absolute;
    top: 23px;
    left: 18px;
  }

  .form-img img {
    width: 100%;
  }

  .check-inner {
    margin-top: 10px;
  }

  .application .main-btn {
    margin-top: 26px;
    width: 100%;
  }

  .form-contact .social {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .popup-inner._form .close-popup {
    top: 23px;
  }

  .form-contact__title .logo {
    display: none;
  }

  .popup__bg._thanks .form-inner {
    padding: 38px 22px 45px;
  }

  .popup__bg._thanks .form-subtitle {
    margin-bottom: 35px;
  }

  .popup__bg._thanks .gif img {
    max-height: 260px;
  }
}

@media screen and (max-width: 370px) {
  .file-box span {
    display: none;
  }
}

.material-card {
  padding: 436px 0 12px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.material-title__inner {
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.5);
  padding: 20px 54px 32px;
  display: inline-block;
}

.material-title__inner h2 {
  margin-bottom: 0;
}

.material-title__inner .stickers {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 22px;
}

.material-title__inner .game-info {
  display: grid;
  grid-template-columns: minmax(auto, 93px) auto;
  column-gap: 19px;
}

.material-title__inner .game-info__img {
  border-radius: 50%;
  font-size: 0;
  line-height: 0;
  position: relative;
  padding-top: 100%;
}

.material-title__inner .game-info__img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}

.material-title__inner .game-info__link {
  background-color: #000;
  border-radius: 8px;
  padding: 9px 12px;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.material-title__inner .game-info__link:not(:last-child) {
  margin-right: 12px;
}

.material-title__inner .game-info__link .icon-reset {
  margin-right: 12px;
}

.material-title__inner .game-info__link .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.material-title__inner .game-info__link .title {
  color: #8884A1;
  font-weight: 500;
  font-size: 9px;
  line-height: 80%;
  letter-spacing: -0.01em;
  margin-bottom: 5px;
}

.material-title__inner .game-info__link .name {
  color: var(--text_color);
  font-weight: 600;
  font-size: 13px;
  line-height: 80%;
  letter-spacing: -0.01em;
}

.branding {
  padding: 68px 0 0;
}

.content-box {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 35px -50px 0;
}

.content-column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding: 0 50px;
}

.content-text p {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}

.content-text p:last-child {
  margin-bottom: 0;
}

.content-list__item {
  margin-bottom: 27px;
  padding-left: 47px;
  position: relative;
}

.content-list__item::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #fff;
  position: absolute;
  top: 8px;
  left: 0;
  z-index: 2;
}

.content-list__item:last-child {
  margin-bottom: 0;
}

.content-list__head {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
  color: #FFFFFF;
}

.content-list__body {
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.02em;
}

.large .container {
  position: relative;
}

.addit-info {
  position: absolute;
  top: -30px;
  right: 0;
  max-width: 461px;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  padding: 28px 38px 28px 50px;
  background-color: var(--thirty_bg);
  border-radius: 8px;
  z-index: 1;
}

.addit-info::after {
  content: '';
  width: 22px;
  height: 22px;
  background: url("../img/attention-icon.svg");
  position: absolute;
  top: 30px;
  left: 16px;
  z-index: 2;
}

.large-slider {
  position: relative;
}

.large h2 {
  margin-bottom: 35px;
}

.large-slider__item {
  border-radius: 8px;
  overflow: hidden;
}

.large-slider__item video {
  width: 100%;
}

.advertising {
  padding-top: 84px;
  padding-bottom: 40px;
}

.advertising .content-list {
  margin-top: 35px;
}

.code-field {
  text-align: center;
  padding: 235px;
  background-color: #000100;
}

.slider .gallery-bg {
  background: -o-linear-gradient(323.4deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52));
  background: linear-gradient(126.6deg, rgba(0, 0, 0, 0.52) 28.69%, rgba(0, 0, 0, 0.52));
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 60;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.slider .gallery-bg.open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.slider .gallery-popup {
  position: relative;
  padding-bottom: 60px;
  width: 675px;
  margin: 0 auto;
}

.addit-slider__item {
  overflow: hidden;
  border-radius: 8px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.addit-slider__item img {
  z-index: 1;
}

.addit-slider__item a {
  width: 100%;
}

.addit-slider__item video,
.addit-slider__item img {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.addit-slider__item:hover {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.addit-slider__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.subscription {
  padding: 50px 0 40px;
}

.subs {
  position: relative;
  max-height: 200px;
  height: 200px;
  overflow: hidden;
  border-radius: 8px;
  background-position: center;
  background-size: cover;
}

.subs-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: #26A4E2;
  border: 2px solid transparent;
  border-radius: 8px;
  padding: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  z-index: 3;
  -webkit-box-shadow: 7px 10px 10px rgb(12, 11, 14, 0.4);
  box-shadow: 7px 10px 10px rgb(12, 11, 14, 0.4);
}

@media screen and (max-width: 370px) {
  .subs {
    padding: 0 15px;
  }

  .subs-btn {
    width: auto !important;
    max-width: 100%;
    font-size: 13px;
    padding: 14px 3px !important;
  }
}

.subs-btn .fill-telegram-icon {
  fill: #fff;
  margin-right: 14px;
  flex: 0 0 14px;

}

.subs-btn .logo {
  margin-left: 5px;
}

.subs-btn span {
  white-space: nowrap;
}

.subs-btn:hover {
  background: #0EAFFF;
}

.subs-btn:focus {
  border: 2px solid #73D1FF;
}

.share {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.share-heading {
  margin-right: 40px;
  font-weight: bold;
  font-size: 26px;
  line-height: 80%;
  letter-spacing: -0.02em;
}

.comments {
  padding: 80px 0 30px;
}

.comments-title {
  margin-bottom: 53px;
}

@media screen and (max-width: 1024px) {
  .content-box {
    margin-left: -20px;
    margin-right: -20px;
  }

  .content-column {
    padding: 20px;
  }

  .share {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .share-heading {
    margin-bottom: 25px;
  }

  .share-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 767px) {
  .subs-gif img {
    max-width: 100%;
    min-height: 201px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .comments-wrapper {
    max-width: 100%;
  }

  .comments-wrapper img {
    max-width: 100%;
  }

  .addit-info {
    position: relative;
    top: 20px;
  }
}

@media screen and (max-width: 550px) {
  .material-card {
    padding-top: 140px;
  }

  .material-title__inner {
    padding: 14px 10px 11px;
  }

  .material-title__inner .stickers {
    margin-bottom: 12px;
  }

  .material-title {
    font-size: 22px;
  }

  .material-title br {
    display: none;
  }

  .branding {
    padding-top: 28px;
    padding-bottom: 20px;
  }

  .content-box {
    margin-left: 0;
    margin-right: 0;
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-text p {
    margin-bottom: 16px;
  }

  .content-column {
    padding: 0;
  }

  .content-column:first-child {
    margin-bottom: 20px;
  }

  .content-list__item {
    padding-left: 16px;
  }

  .content-list__item:after {
    top: 3px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: -o-linear-gradient(10.42deg, var(--gradient_start) 41.08%, var(--gradient_center) 74.67%, var(--gradient_end) 93.79%);
    background: linear-gradient(79.58deg, var(--gradient_start) 41.08%, var(--gradient_center) 74.67%, var(--gradient_end) 93.79%);
    -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.5);
  }

  .large {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-pagination {
    left: calc(50% - 69px);
  }

  .advertising {
    padding-top: 0;
    padding-bottom: 7px;
  }

  .code-inner {
    padding-bottom: 25px;
  }

  .code-field {
    height: 300px;
  }

  .subs-btn {
    width: 315px;
    padding: 13px;
  }

  .subs-btn .logo {
    font-size: 14px;
  }

  .subs-btn .fill-telegram-icon {
    width: 23px;
    height: 18px;
  }

  .share-heading {
    font-size: 18px;
    margin-bottom: 26px;
  }

  .share-item {
    margin: 0 15px 15px 0;
  }

  .subscription {
    padding-bottom: 0;
  }

  .comments {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .comments-title {
    margin-bottom: 25px;
  }

}

.searchfield {
  padding-top: 76px;
  padding-bottom: 23px;
}

.local-search {
  background-color: var(--thirty_bg);
  max-width: 1008px;
  margin-left: auto;
  padding: 18px 15px;
  border-radius: 8px;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  position: relative;
}

.local-search .clear {
  top: calc(50% - 8px);
  right: 10px;
  position: absolute;
  z-index: 10;
  opacity: 0;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.local-search .close-popup {
  position: static;
}

.local-search .clear.show {
  opacity: 1;
}

.local-search__Input {
  width: 100%;
  padding: 0 35px 0 15px;
  max-width: 600px;
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.01em;
  color: #FFFFFF;
}

.searchPage-cont {
  border-top: 1px solid #353546;
}

.result-title__resp {
  display: none;
}

.filter-btn__resp {
  display: none;
}

.filter-btn__resp {
  display: none;
}

.result-col {
  flex: 0 1 990px;
  position: relative;
}

.filter-bar {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 320px;
  flex: 1 1 320px;
  padding-top: 30px;
  margin-right: 15px;
}

.search-title {
  margin-bottom: 40px;
}

.desc-title {
  font-size: 30px;
}

.resp-title {
  display: none;
}

.filter {
  background: #252733;
  border-radius: 8px;
  max-width: 320px;
  padding: 50px 10px 40px 40px;
}

.filter-cont {
  margin-bottom: 62px;
}

.filter-cont:last-child {
  margin-bottom: 0;
}

.filter-title {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  margin-bottom: 25px;
}

.filter-cont:not(:first-child) .filter-list {
  max-height: 350px;
  overflow: auto;
}

.filter-list__item {
  margin-bottom: 25px;
}

.filter-list__item:last-child {
  margin-bottom: 0;
}

.filter-list__item-name {
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.01em;
  position: relative;
  cursor: pointer;
  height: 19px;
}

.filter-list__item-value {
  font-weight: bold;
  font-size: 16px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #74737D;
  margin-left: 10px;
}

.radio-input {
  visibility: hidden;
  position: absolute;
}

.radio-label {
  position: relative;
  padding-left: 35px;
}

.radio-label:after {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 4px;
  top: 4px;
  border-radius: 50%;
}

.radio-border {
  width: 20px;
  height: 20px;
  display: inline-block;
  outline: solid 3px #d449e3;
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 0px;
}

.radio-input:checked + .radio-label:after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #64236b;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 130%;
  white-space: nowrap;
  display: inline-block;
}

.tabs-header__item label {
  margin-right: 5px;
}

[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #8884A1;
  border-radius: 100%;
  background: transparent;
}

.form-group input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  border: 2px solid var(--thirty_bg);
  background: var(--accent_color);
  border-radius: 50%;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.form-group input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-group label {
  position: relative;
  cursor: pointer;
}

.mark-box__inner {
  padding-top: 20px;
}

@media screen and (max-width: 1024px) {
  .mark-box__inner {
    margin-bottom: -15px;
  }
}

.mark-box {
  padding-bottom: 10px;
  max-width: 1000px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 1024px) {
  .mark-box {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 15px;
  }
}

.mark {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 16px 12px;
  min-width: 100px;
  background-color: var(--thirty_bg);
  border-radius: 8px;
  margin-right: 10px;
  margin-bottom: 8px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
}

.mark:hover {
  background-color: var(--accent_color);
}

.mark:hover .mark-close:after,
.mark:hover .mark-close:before {
  background: #fff;
}

.mark:last-child {
  margin-right: 0;
}

.mark-value {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  position: relative;
  z-index: 2;
  margin-right: 30px;
  pointer-events: none;
}

.mark-close {
  position: relative;
  z-index: 2;
  display: block;
}

.mark-close:after {
  content: '';
  width: 16px;
  height: 1.5px;
  border-radius: 2px;
  background: #646270;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.mark-close:before {
  content: '';
  width: 16px;
  height: 1.5px;
  border-radius: 2px;
  background: #646270;
  position: absolute;
  top: 50%;
  right: 0;
  z-index: 2;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.result-list__info {
  margin-bottom: 40px;
}

.result-list__name {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-right: 14px;
}

.result-list__amount {
  font-weight: bold;
  font-size: 24px;
  line-height: 140%;
  letter-spacing: -0.01em;
  color: #74737D;
}

.sort-btn__resp {
  display: none;
}

.sort-btn_inner {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  z-index: 2;
  margin: 55px 0 -40px;
}

.sort-btn {
  padding: 16px 19px;
  background-color: var(--thirty_bg);
  border-radius: 8px;
  margin-right: 10px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
}

.sort-btn:last-child {
  margin-right: 0;
}

.sort-btn svg {
  margin-left: 10px;
}

.sort-btn.active-sort {
  background-color: var(--accent_color);
}

.sort-btn.active-sort svg {
  fill: var(--text_color);
}

.sort-btn__value {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.result-wrapper {
  margin-bottom: 90px;
}

.result-wrapper:first-child {
  margin-bottom: 0;
}

.result-wrapper .decor-line::after {
  width: 100%;
}

.result-wrapper__faq .result-list {
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  margin: 0;
}

.result-wrapper__faq .result-list__info {
  margin-bottom: 10px;
}

.result-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -25px -15px;
}

.result-list .result-card__inner picture, .result-list .result-card__cont picture {
  height: 100%;
}

.result-card__inner {
  padding: 25px 15px;
  flex: 0 1 calc(100% / 4);
}

.video-card__inner {
  padding: 25px 15px;
  flex: 0 1 calc(100% / 3);
}

.video-card__inner .result-card__cont {
  max-height: 180px;
  font-size: 0;
  line-height: 0;
}

.result-card {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.result-card:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.result-card__cont {
  margin-bottom: 15px;
  position: relative;
  /*height: 100%;*/
  max-height: 310px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border-radius: 8px;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  /*-webkit-mask-image: -webkit-radial-gradient(white, black);*/
}

.result-card__cont picture {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
  font-size: 0;
  line-height: 0;
}

.result-card__cont img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.result-card__cont video {
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.info-chanel {
  position: relative;
  margin: 0 0 10px;
  padding-left: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.chanel-img {
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  font-size: 0;
  line-height: 0;
}

.chanel-img img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
}

@media screen and (max-width: 550px) {
  .result-card__info.info-chanel {
    padding-left: 0;
  }

  .result-card__info .chanel-img {
    display: none;
  }
}

.result-card__heading {
  font-weight: 700;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -.02em;
  margin-bottom: 10px;
  word-break: break-word;
}

.result-card__text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -.02em;
}

.all-result__btn {
  font-weight: normal;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-top: 36px;
  display: inline-block;
}

/* Pagination */
.pagination {
  width: 100%;
  margin: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (max-width: 550px) {
  .pagination {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pagination-button-prev,
.pagination-button-next {
  background: var(--thirty_bg);
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  border-radius: 8px;
  width: 47px;
  height: 40px;
  display: flex;
  padding: 0;
}

.pagination-button-prev.pagination-button-disabled,
.pagination-button-next.pagination-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.pagination-button-prev::after,
.pagination-button-next::after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--text_color);
  border-bottom: 1px solid var(--text_color);
  margin: auto;
  -webkit-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  transform: rotate(315deg);
}

.pagination-button-prev::after {
  -webkit-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
}

.pagination-wrap {
  width: 100px;
  margin: 0 40px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.pagination-wrap .decor-line::after {
  width: 40px;
  height: 1px;
  display: block;
  position: static;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.pagination-current,
.pagination-total {
  color: var(--text_color);
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.01em;
  text-align: center;
}

/* END Pagination */

.small-faq__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 130%;
  text-transform: uppercase;
  letter-spacing: -0.01em;
}

.small-faq__item {
  padding-bottom: 10px;
  padding-top: 20px;
  border-bottom: 1px solid #4A4A5C;
}

.small-faq__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

@media screen and (max-width: 1024px) {
  .result-wrapper {
    margin-top: 40px;
  }

  .result-title__resp {
    display: block;
    font-weight: 800;
    font-size: 22px;
    line-height: 120%;
    letter-spacing: -0.01em;
    margin-bottom: 20px;
  }

  .filter-bar {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 50%;
    flex: 1 1 50%;
    position: fixed;
    z-index: 40;
    top: 75px;
    left: -100%;
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    padding-left: 15px;
    padding-top: 0;
    margin-right: 0;
  }

  .filter-bar::before {
    content: '';
    width: 100%;
    height: 100vh;
    background: var(--main_bg);
    position: absolute;
    top: -75px;
    left: 0;
    z-index: -1;
  }

  .filter-bar.open {
    left: 0;
  }

  .search-title {
    margin-bottom: 20px;
  }

  .filter-btn__resp {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
  }

  .filter-btn__resp svg {
    margin-right: 10px;
  }

  .sort-btn_inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 160px;
    margin-left: auto;
    margin-top: -26px;
    position: relative;
    border-radius: 8px;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: translateY(70px);
    -ms-transform: translateY(70px);
    transform: translateY(70px);
    -webkit-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
  }

  .sort-btn_inner.active-sort {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
  }

  .sort-btn {
    margin: 0;
    border-radius: 8px 8px 0 0;
  }

  .sort-btn__resp {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 80%;
    display: block;
    margin-left: auto;
    float: right;
  }

  .sort-btn__resp svg {
    margin-right: 10px;
  }

  .sort-btn:last-child {
    border-radius: 0 0 8px 8px;
  }

  .sort-btn__value {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 15px;
  }

  .sort-btn svg {
    margin: 0;
  }

  .resp-title {
    display: inline-block;
    position: relative;
    padding-left: 27px;
    cursor: pointer;
  }

  .resp-title::after {
    content: '';
    width: 12px;
    height: 12px;
    background: url("../img/arrow-left.svg");
    position: absolute;
    top: calc(50% - 6px);
    left: 0;
    z-index: 2;
  }

  .desc-title {
    display: none;
  }

  .filter {
    background: transparent;
    padding: 0;
    overflow: auto;
    max-height: calc(100vh - 130px);
    padding-right: 10px;
  }

  .filter-cont {
    background-color: var(--thirty_bg);
    padding: 21px 10px 31px 18px;
    border-radius: 8px;
    margin-bottom: 6px;
  }

  .result-col {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .result-wrapper {
    margin-bottom: 0;
  }

  .result-card__inner {
    flex: 0 1 calc(100% / 3);
  }

  .video-card__inner {
    flex: 0 1 calc(100% / 2);
  }
}

@media screen and (max-width: 768px) {
  .result-list {
    margin: -10px;
  }

  .video-card__inner,
  .result-card__inner {
    padding: 10px;
  }
}

@media screen and (max-width: 550px) {
  .filter-bar {
    width: 100%;
  }

  .filter {
    max-width: 100%;
  }

  .result-col {
    overflow: hidden;
  }

  .result-wrapper {
    margin-bottom: 60px;
  }

  .result-wrapper:last-child {
    margin-bottom: 10px;
  }

  .result-list__info {
    margin-bottom: 20px;
    margin-top: 0;
  }

  .option-btn__name {
    font-family: 'Inter';
    font-weight: 500;
    font-size: 14px;
    line-height: 80%;
    letter-spacing: -0.01em;
  }

  .small-faq {
    display: none;
  }

  .searchCont .slider {
    display: none;
  }

  .result-list {
    margin: -5px;
  }

  .video-card__inner,
  .result-card__inner {
    padding: 5px;
  }
}

@media screen and (max-width: 479px) {
  .result-card__inner {
    flex: 0 1 calc(100% / 2);
  }
}

@media screen and (max-width: 375px) {
  .video-card__inner {
    flex: 0 1 100%;
  }
}

.course {
  padding: 77px 0 0;
}

.course-info {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1140px;
}

.course-offer {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.course-offer-img {
  width: 104px;
  height: 104px;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid var(--accent_color);
}

.course-offer-img img {
  border-radius: inherit;
}

.course-offer__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-left: 15px;
  max-width: 540px;
  padding: 30px 0;
}

.course-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: -0.01em;
  max-width: 570px;
  margin-bottom: 26px;
  color: #8884A2;
}

.course-addit {
  position: relative;
  background: var(--thirty_bg);
  border-radius: 8px;
  padding: 20px 20px 15px;
  width: 302px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
  margin-left: auto;
}

.course-addit .stickers {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -2px 15px;
}

.course-addit__info {
  padding-top: 15px;
  border-top: 1px solid #404459;
}

.course-addit__row {
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 13px;
}

.course-addit__row:last-child {
  margin-bottom: 0;
}

.course-addit__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 80%;
  letter-spacing: -0.02em;
  color: #74737D;
  margin-left: 5px;
  min-width: 125px;
  padding-right: 5px;
}

.course-addit__value {
  font-weight: 500;
  font-size: 14px;
  line-height: 80%;
  letter-spacing: -0.02em;
}

.description {
  padding-top: 50px;
  padding-bottom: 50px;
  background-position: 48% -170px;
  background-size: auto;
  background-repeat: no-repeat;
}

.description-title {
  margin-bottom: 70px;
}

.description-list__item {
  cursor: pointer;
}

.description-list__item .decor-line:after {
  opacity: 0;
  bottom: -8px;
}

.description-list__item.active .decor-line:after {
  opacity: 1;
}

.description-list__head {
  font-weight: 800;
  font-size: 18px;
  line-height: 80%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 12px;
  display: inline-block;
}

.description-list__body {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
}

.description-list {
  max-width: 225px;
}

.tabs-header__item {
  margin-bottom: 32px;
}

.description-cont__inner {
  width: 795px;
  margin-left: 260px;
  position: relative;
  background: var(--thirty_bg);
  border-radius: 8px;
  padding: 42px;
  -ms-flex-item-align: baseline;
  align-self: baseline;
}

.description-cont__title {
  font-weight: bold;
  font-size: 22px;
  line-height: 80%;
  margin-bottom: 20px;
  letter-spacing: -0.02em;
  display: block;
}

.description-cont__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  max-width: 700px;
  margin-bottom: 17px;
}

.description-cont__text:last-child {
  margin-bottom: 0;
}

.steps {
  padding: 80px 0;
}

.steps-title {
  margin-bottom: 35px;
}

.steps-list {
  max-width: 1076px;
  width: 100%;
  margin: 0 -8px;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.steps-item__column {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 33.333%;
  flex: 0 1 33.333%;
  padding: 0 8px;
}

.steps-item {
  background: #252733;
  border-radius: 8px;
  position: relative;
  padding: 35px 28px 35px 23px;
  height: 100%;
}

.steps-item__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 18px;
  position: relative;
  z-index: 1;
}

.steps-item__subtitle {
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  letter-spacing: -0.02em;
  position: relative;
  z-index: 1;
}

.steps-item__index {
  font-weight: 800;
  font-size: 120px;
  line-height: 80%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  position: absolute;
  top: 7px;
  right: 0;
  z-index: 0;
  color: var(--main_bg);
}

.send {
  margin-left: 37px;
}

.send-heading {
  font-weight: 800;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  margin-bottom: 13px;
}

.send-descr {
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 11px;
}

.send-btn {
  max-width: 216px;
}

.slider.small-title {
  padding: 30px 0;
}

.slider.small-title h2 {
  font-size: 26px;
}

.slider.small-title .all-link {
  display: none;
}

.jobs {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.jobs .container {
  max-width: 1685px;
  margin: 0;
}

.jobs-subtitle {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
  margin-bottom: 30px;
}

.jobs-title {
  margin-bottom: 25px;
}

.jobs-subtitle span {
  font-family: Syncopate;
  font-weight: bold;
  font-size: 16px;
  line-height: 160%;
  letter-spacing: -0.02em;
}

.square {
  overflow: hidden;
  padding: 0;
}

.square-slider__item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: transform .6s;
  -o-transition: transform .6s;
  transition: transform .6s;
  width: 460px;
  height: 380px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.square-slider__item video,
.square-slider__item img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  -o-object-fit: cover;
  object-fit: cover;
}

.square-slider__item:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.square-slider__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

@media screen and (max-width: 1400px) {
  .jobs .container {
    max-width: 1150px;
  }
}

@media screen and (max-width: 1200px) {
  .course-offer__title {
    max-width: 400px;
  }

  .jobs .container {
    max-width: 900px;
  }

  .course-addit {
    margin-left: 80px;
  }

  .description {
    background-position: 100% -170px;
  }
}

@media screen and (max-width: 1024px) {
  .course-addit {
    margin: 0 0 20px;
  }

  .description {
    background-image: none !important;
  }

  .description .tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .description-list {
    max-width: 100%;
    position: relative;
  }

  .description-list::after {
    content: '';
    width: 700px;
    height: 700px;
    background: url("../img/ellipse-course.svg");
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    top: -270px;
    right: -500px;
    z-index: 0;
  }

  .description-cont__inner {
    margin: 25px 0 0 0;
    width: 100%;
  }

  .programm {
    padding: 30px 15px;
  }

  .programm .container {
    padding: 30px 15px;
  }

  .steps-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .steps-item__column {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 40%;
    flex: 0 1 40%;
    margin-bottom: 15px;
  }

  .steps-item__column:last-child {
    margin-bottom: 0;
  }

  .send {
    margin: 20px 0 0 0;
  }
}

@media screen and (max-width: 767px) {
  .description-list__head.decor-line:after {
    opacity: 0;
  }

  .description-list__head.decor-line:after:hover {
    opacity: 1;
  }

  .description-cont__inner {
    padding: 30px 15px;
  }
}

@media screen and (max-width: 550px) {
  .course {
    padding: 86px 0 30px;
  }

  .course-offer-img {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }

  .course-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .course-btn {
    width: 100%;
  }

  .course-offer__title {
    font-size: 22px;
    margin-left: 6px;
  }

  .course-addit {
    width: 100%;
  }

  .description {
    padding-top: 60px;
  }

  .description-list:after {
    height: 930px;
    top: -372px;
    z-index: -1;
  }

  .description-list__body {
    max-width: 225px;
  }

  .description-cont__inner {
    margin-top: 0;
  }

  .thin {
    font-weight: 300 !important;
  }

  .steps {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .steps-list {
    margin: 0;
  }

  .steps-item__column {
    padding: 0;
  }

  .send {
    margin-top: 35px;
    padding: 0 10px;
  }

  .send-heading {
    margin-bottom: 8px;
  }

  .send-descr {
    margin-bottom: 20px;
  }

  .send-descr br {
    display: none;
  }

  .send-btn {
    max-width: 100%;
    width: 100%;
  }

  .jobs-subtitle {
    margin-bottom: 16px;
  }

  .jobs-subtitle br {
    display: none;
  }

  .square {
    padding-left: 6px;
  }

  .square-slider {
    margin: 0;
  }


}

@media screen and (max-width: 576px) {
  .square-slider__item {
    height: 224px;
    width: 272px;
  }
}

.youtube-content {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
  border-radius: 8px;
}

.youtube-content iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
  border-radius: inherit;

}

.editor-wrapper {
  padding-top: 50px;
}

.editor-wrapper.bg {
  background: #252733;
  border-radius: 8px;
  padding: 60px 47px;
}

@media screen and (max-width: 1480px) {
  .editor-wrapper.bg {
    max-width: calc(100% - 30px);
  }
}

@media screen and (max-width: 550px) {
  .editor-wrapper.bg {
    padding: 35px 15px;
  }

}

.editor {
  padding: 0 40px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  position: relative;
}


.editor a {
  color: var(--accent_color);
}

.editor h1, .editor h2, .editor h3, .editor h4, .editor h5, .editor h6,
.editor .h1, .editor .h2, .editor .h3, .editor .h4, .editor .h5, .editor .h6 {
  margin-bottom: 20px;
}

.editor h1,
.editor .h1 {
  font-size: 50px;
}

.editor h2,
.editor .h2 {
  font-size: 30px;
}

.editor h3,
.editor .h3 {
  font-size: 26px;
}

.editor h4,
.editor .h4 {
  font-size: 22px;
}

.editor h5,
.editor .h5 {
  font-size: 20px;
}

.editor h6,
.editor .h6 {
  font-size: 16px;
}

.editor .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1024px) {
  .editor {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 1024px) {
  .editor:last-child {
    margin-bottom: 0;
  }
}

.editor-cont {
  margin: 0 -40px;
}

.editor p {
  color: var(--text_color);
  font-size: 16px;
  line-height: 160%;
  font-weight: 400;
  margin-bottom: 20px;
}

.editor p.strong {
  font-weight: 700;
}

.editor p:last-child {
  margin-bottom: 0;
}

.editor a {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  margin-bottom: 20px;
}

.editor a:last-child {
  margin-bottom: 0;
}

.editor .title {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}

.editor .subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: -0.02em;
  color: #8884A2;
  margin-left: 30px;
}

.editor ul,
.editor ol {
  padding: 0;
  margin-bottom: 35px;
}

.editor ul li,
.editor ol li {
  color: var(--text_color);
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  position: relative;
  padding-left: 47px;
}

.editor ul li:not(:last-child),
.editor ol li:not(:last-child) {
  margin-bottom: 25px;
}

.editor ul li::before {
  content: '';
  width: 30px;
  height: 1px;
  display: inline-block;
  display: block;
  background-color: #fff;
  top: 5px;
  left: 0;
  position: absolute;
}

.editor ol li {
  list-style: auto;
  padding-left: 27px;
  margin-left: 20px;
}

.editor table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 20px;
}

.editor table th {
  color: #333;
  font-size: 1.8rem;
  line-height: 2.4rem;
  font-weight: 600;
  letter-spacing: 0.1rem;
  text-transform: uppercase;
  text-align: left;
  padding: 20px 5px;
  border-bottom: 1px solid #333;
  vertical-align: bottom;
}

.editor table td {
  color: #333;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 400;
  text-align: left;
  padding: 20px 5px;
  border-bottom: 1px solid #cacaca;
}

.adaptive-inner {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.adaptive-inner iframe,
.adaptive-inner video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100% !important;
}

.editor video:last-of-type,
.editor iframe:last-of-type,
.editor img:last-of-type {
  margin-bottom: 0;
}

.editor img,
.editor iframe,
.editor video {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 8px;
  margin: 0 auto 20px;

}

@media screen and (max-width: 1024px) {
  .editor ol li,
  .editor ul li {
    padding-left: 25px;
  }

  .editor ul li:before {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: var(--accent_color);
  }

  .editor-cont {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 550px) {
  .editor-wrapper {
    padding-top: 35px;
  }

  .editor .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .editor .row span {
    margin: 0 0 10px;
  }

  .editor ul {
    margin-bottom: 30px;
  }

  .editor ul:last-child {
    margin-bottom: 0;
  }

  .editor .editor-subtitle {
    margin-bottom: 10px;
  }

  .editor .editor-subtitle:last-child {
    margin-bottom: 0;
  }

  .editor img,
  .editor iframe,
  .editor video {
    margin: 20px 0;
  }
}

.faqPage {
  padding-top: 86px;
}

.faq {
  padding: 20px 0 77px;
}

.faq__inner {
  max-width: 840px;
}

.faq__head {
  font-weight: 800;
  font-size: 30px;
  line-height: 120%;
  letter-spacing: -0.01em;
}

.faq__item:last-child {
  margin-bottom: 0;
}

.faq__item.faq__item-large {
  margin-bottom: 60px;
}

.faq__item.faq__item-large:last-child {
  margin-bottom: 0;
}

.faq__item.faq__item-large ol {
  margin-top: 30px;
}

.faq__item.faq__item-large ol li {
  padding-bottom: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #4A4A5C;
}

.faq__item.faq__item-large ol li:last-child {
  margin-bottom: 0;
}

.faq__item.faq__item-large ol li a {
  font-size: 16px;
  line-height: 140%;
}

.faq__link-title,
.faq__item.faq__item-large::before {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 130%;
  color: #FFFFFF;
}

.faq__link-title {
  margin-left: 10px;
}

.faq ol {
  list-style-type: none;
  counter-reset: item;
  -webkit-padding-start: 0;
  padding-inline-start: 0;
  margin: 0;
}

.faq li:before {
  content: counters(item, ".", decimal) " ";
  counter-increment: item;
  margin-right: 5px;
}

@media screen and (max-width: 560px) {
  .faq {
    padding-bottom: 20px;
  }

  .faq__head {
    font-size: 22px;
  }

  .faq__inner {
    max-width: 100%;
    padding-top: 20px;
  }

  .faq__title {
    font-size: 22px;
  }

  .faq__item.faq__item-large ol li {
    margin-bottom: 17px;
  }

  .faq__item:first-child {
    margin-bottom: 45px;
  }

  .faq__link-title,
  .faq__item.faq__item-large::before {
    font-size: 22px;
  }

  .faq__item-large ol li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.faq-cardCont {
  padding-top: 110px;
}

.faq-cardCont h1 {
  font-size: 30px;
}

.faq-cardCont .slider {
  position: relative;
}

.swiper-large {
  padding: 0 15px 80px !important;
}

.swiper-large img {
  width: 100%;
  display: block;
  height: auto;
}

.swiper-large .swiper-pagination {
  width: 100px;
  left: calc(50% - 25px);
  bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.swiper-large .swiper-pagination-current,
.swiper-large .swiper-pagination-total {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.01em;
  width: 12px;
  height: 12px;
}

.swiper-large .decor-line:after {
  width: 40px;
  bottom: 50%;
  left: calc(50% - 26px);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-large .swiper-button-prev,
.swiper-large .swiper-button-next {
  background: var(--thirty_bg);
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  border-radius: 8px;
  width: 47px;
  height: 40px;
  top: auto;
  bottom: 17px;
}

.swiper-large .swiper-button-prev {
  left: calc(50% + 113px);
}

.swiper-large .swiper-button-prev:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--text_color);
  border-bottom: 1px solid var(--text_color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(315deg);
  -ms-transform: translate(-50%, -50%) rotate(315deg);
  transform: translate(-50%, -50%) rotate(315deg);
  z-index: 20;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.swiper-large .swiper-button-next {
  left: calc(50% - 113px);
}

.swiper-large .swiper-button-next:after {
  content: '';
  width: 7px;
  height: 7px;
  border-right: 1px solid var(--text_color);
  border-bottom: 1px solid var(--text_color);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(135deg);
  -ms-transform: translate(-50%, -50%) rotate(135deg);
  transform: translate(-50%, -50%) rotate(135deg);
  z-index: 20;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

@media screen and (max-width: 550px) {
  h2 {
    font-size: 22px;
  }

  .faq-cardCont {
    padding-top: 90px;
  }

  .faq-cardCont h1 {
    font-size: 22px;
  }

  .faq-cardCont .code-field {
    padding: 0;
  }

  .large {
    padding-bottom: 50px;
  }

  .swiper-large .swiper-pagination {
    left: calc(50% - 50px);
  }

  .swiper-large .swiper-button-prev {
    right: 15px;
    left: auto;
  }

  .swiper-large .swiper-button-next {
    left: auto;
    left: 15px;
  }
}

.courses {
  padding: 255px 0 208px;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.courses-offer {
  position: relative;
  z-index: 2;
  text-align: center;
}

.courses-title {
  max-width: 1100px;
  margin: 0 auto 34px;
}

.courses-subtitle {
  font-weight: normal;
  font-size: 30px;
  line-height: 140%;
  max-width: 900px;
  margin: 0 auto;
}

.courses-info__addit {
  padding: 65px 0;
  background-size: cover;
  background-position: center;
}

.courses-info__addit h5 {
  margin-bottom: 20px;
  max-width: 720px;
}

.courses-info__addit-text {
  line-height: 160%;
  max-width: 700px;
  letter-spacing: -0.02em;
}

.avada {
  font-family: 'Syncopate';
  text-transform: uppercase;
}

.avada span {
  font-weight: 400;
}

.portfolio-description {
  font-weight: 500;
  font-size: 16px;
  line-height: 160%;
  margin-bottom: 45px;
  max-width: 570px;
}

.portfolio-grid {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px -8px;
}

.portfolio-item {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 16px 8px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
}


.portfolio-item img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  max-width: 100%;
  height: auto;
  display: block;
  z-index: 1;
}

.portfolio-item video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.portfolio-item:hover {
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px);
}

.portfolio-item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.portfolio-cont {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  margin-bottom: 15px;
  /*-webkit-mask-image: -webkit-radial-gradient(white, black);*/
}

.portfolio-name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-top: 15px;
  text-transform: uppercase;
}

.all-portfolio {
  margin-top: 48px;
  font-family: 'Inter';
  font-weight: normal;
  font-size: 16px;
  line-height: 80%;
  letter-spacing: -0.02em;
}

.vacancy {
  padding: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 120px;
}

.vacancy-subtitle {
  margin: 0 0 45px;
  line-height: 160%;
  max-width: 600px;
}

.vacancy-slider__item {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  width: 240px;
  padding-left: 20px;
  padding-right: 20px;

}

.vacancy-slider__item img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.vacancy-slider__item:hover {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
}

.vacancy-slider__item:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.vacancy-name {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 13px;
  margin-top: 24px;
}

.vacancy-info {
  font-size: 14px;
  line-height: 120%;
  letter-spacing: -0.02em;
  max-width: 190px;
}

.team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-bottom: 80px;
}

@media screen and (max-width: 1024px) {
  .portfolio-item {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }

  .portfolio-cont {
    height: auto;
    max-height: 320px;
  }

  .portfolio-grid {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow: auto;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 550px) {
  .courses {
    padding: 140px 0 41px;
  }

  .courses-title {
    font-size: 30px;
    margin-bottom: 15px;
  }

  .courses-subtitle {
    font-size: 18px;
    max-width: 80%;
  }

  .courses-info__addit {
    padding: 40px 40px 50px 20px;
    margin: 50px 0;
  }

  .courses-info__addit .container {
    padding: 0;
  }

  .courses-info__addit h5 {
    font-size: 18px;
  }

  .our-offers {
    padding-top: 50px;
  }

  .portfolio {
    padding-top: 15px;
  }

  .vacancy {
    padding-bottom: 45px;
  }

  .vacancy .container {
    padding-left: 15px;
  }

  .vacancy-subtitle {
    max-width: 90%;
  }

  .team {
    padding-bottom: 20px;
  }

  .square {
    margin-left: 15px;
  }
}

.directions-cont {
  padding-top: 111px;
  padding-bottom: 140px;
}

.directions-cont h1 {
  font-size: 30px;
}

.directions-title {
  display: inline-block;
  font-size: 30px;
}

@media screen and (max-width: 550px) {

  .directions-cont {
    padding-bottom: 30px;
  }

  .directions-title {
    font-size: 22px;
  }

  .directions-cont h1 {
    font-size: 22px;
  }
}


.directions-inner {
  margin-top: 41px;
  max-width: 1380px;
}

.directions-item {
  margin-bottom: 30px;
  border-radius: 8px;
  padding: 20px 40px 51px;
  overflow: hidden;
  position: relative;
}

.directions-item:last-child {
  margin-bottom: 0;
}

.directions-item::before {
  content: '';
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(180.03deg, #252733 60.33%, rgba(37, 39, 51, 0) 82.27%);
  background: linear-gradient(269.97deg, #252733 60.33%, rgba(37, 39, 51, 0) 82.27%);
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.directions-item__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 43%;
  height: 100%;
}

.directions-item__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  z-index: 0;
  object-fit: cover;
}

.directions-content {
  position: relative;
  z-index: 2;
}

.directions-name {
  position: relative;
  -ms-flex-preferred-size: 340px;
  flex-basis: 340px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  padding-right: 30px;
  margin-top: 13px;
}

.directions-info__title {
  margin-bottom: 24px;
  margin-top: 44px;
  font-family: 'Montserrat';
  line-height: 120%;
  font-weight: 800;
  font-size: 22px;
}

.directions-info__descr {
  font-weight: 500;
  line-height: 160%;
  letter-spacing: -0.02em;
  max-width: 720px;
  margin-bottom: 60px;
}

.directions-info__descr p {
  margin-bottom: 20px;
}

.directions-info__descr p:last-child {
  margin-bottom: 0;
}

.directions-info__link {
  display: inline-block;
}

.directions-info__link.decor-line::after {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .directions-item {
    padding-left: 40px;
    padding-top: 30px;
  }

  .directions-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .directions-name {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin-bottom: 55px;
  }

  .directions-info__title {
    margin-top: 15px;
  }

  .directions-item__image {
    width: 100%;
  }

  .directions-item:before {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(60.33%, #252733), color-stop(82.27%, rgba(37, 39, 51, 0)));
    background: -o-linear-gradient(bottom, #252733 60.33%, rgba(37, 39, 51, 0) 82.27%);
    background: linear-gradient(360deg, #252733 60.33%, rgba(37, 39, 51, 0) 82.27%);
  }

  .directions-info__descr {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 520px) {
  .directions-item:before {
    background: -o-linear-gradient(269.95deg, rgba(37, 39, 51, 0) 0.04%, #252733 29.25%);
    background: linear-gradient(180.05deg, rgba(37, 39, 51, 0) 0.04%, #252733 29.25%);
  }

  .directions-inner {
    margin-top: 20px;
  }

  .directions-item {
    padding: 24px 15px 41px;
  }

  .directions-name {
    margin-top: 0;
  }

  .directions-info__title {
    font-size: 18px;
  }

  .directions-item__image {
    height: 60%;
  }

  .directions-info__descr {
    margin-bottom: 25px;
  }
}

.employment {
  padding: 222px 0 168px;
  background-size: cover;
  background-position: 50%;
  position: relative;
}

.employment-offer {
  position: relative;
  z-index: 2;
  text-align: center;
}

.employment-title {
  max-width: 1100px;
  margin: 0 auto 16px;
}

.employment-subtitle {
  font-weight: 400;
  font-size: 30px;
  line-height: 140%;
  max-width: 900px;
  margin: 0 auto 35px;
}

@media screen and (max-width: 550px) {
  .employment {
    padding: 140px 0 33px;
  }

  .employment-title {
    font-size: 30px;
    margin-bottom: 10px;
  }

  .employment-subtitle {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .about {
    padding: 25px 0 60px;
  }

  .employmentPage .vacancy {
    padding-top: 55px;
  }
}

.contact {
  padding-top: 100px;
  padding-bottom: 45px;
}

.contact-inner {
  background: var(--thirty_bg);
  -webkit-box-shadow: -6px 10px 15px rgba(20, 20, 24, 0.7);
  box-shadow: -6px 10px 15px rgba(20, 20, 24, 0.7);
  border-radius: 8px;
  padding: 60px 80px;
}

.contact-info {
  width: 50%;
}

.contact-form {
  width: 50%;
}

.contact-title {
  font-weight: normal;
  letter-spacing: -0.01em;
  margin-bottom: 35px;
  font-size: 30px;
}

.contact-item {
  margin-bottom: 26px;
}

.contact-item:last-child {
  margin-bottom: 0;
}

.contact-item svg {
  margin-right: 8px;
}

.contact-item span {
  font-weight: 500;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.01em;
  margin-bottom: 11px;
  color: #8884A1;
  display: block;
}

.contact-item__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-item__link span {
  letter-spacing: -0.01em;
  color: inherit;
}

.contact-item__link svg {
  display: block;
}

.social-contact,
.messengers-contact {
  margin-top: 40px;
}

.contact-info .social-contact {
  margin-top: 25px;
}

.social-contact .social,
.messengers-contact .social {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 455px;
}

.messengers-heading {
  letter-spacing: -0.01em;
  color: #8884A1;
  margin-bottom: 15px;
}

.contact-form {
  padding-left: 109px;
  border-left: 1px solid #424559;
}

.contact-form .main-btn {
  margin: 35px auto 0;
  display: block;
}

.contact-form .captcha {
  margin-top: 35px;
}

@media screen and (max-width: 1200px) {
  .contact-inner {
    padding: 45px 30px;
  }

  .contact-form {
    padding-left: 70px;
  }
}

@media screen and (max-width: 1024px) {
  .contact-form {
    padding-left: 25px;
  }
}

@media screen and (max-width: 768px) {
  .contact-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 50px;
  }

  .contact-form,
  .contact-info {
    width: 100%;
  }

  .contact-form {
    padding-left: 0;
    border-left: none;
    border-top: 1px solid #424559;
    padding-top: 35px;
  }

  .contact-form form {
    max-width: 100%;
  }

  .contact-form form .inputfield {
    max-width: 100%;
  }

  .contact-form form .inputfield .custom-select-trigger {
    max-width: 100%;
  }

  .contact-form .form-title {
    text-align: left;
  }
}

@media screen and (max-width: 376px) {
  .contact {
    padding-bottom: 0;
  }

  .contact-inner {
    padding: 33px 15px 20px;
  }

  .contact-title {
    margin-bottom: 26px;
    font-size: 22px;
  }

  .contact-item__link span {
    font-size: 14px;
  }

  .contact-item {
    margin-bottom: 18px;
  }

  .messengers-contact {
    margin-top: 27px;
  }

  .contact-info {
    margin-top: -10px;
  }

  .contact-info .social-contact {
    margin-top: 10px;
  }

  .social-item {
    margin-right: 10px;
  }

  .contact-form .main-btn {
    margin-top: 27px;
    width: 100%;
  }
}

.space {
  position: absolute;
  height: 100vh;
  width: 100%;
  z-index: 0;
}

.error__cont {
  position: relative;
  z-index: 1;
  max-width: 800px;
  margin: auto;
  text-align: center;
}

.error__cont-title {
  font-size: 100px;
  font-weight: 800;
}

.error__cont-subtitle {
  margin: 10px 0 30px;
}

@media screen and (max-width: 420px) {
  .error__cont .error__cont-title {
    font-size: 70px;
  }

  .error__cont .error__cont-subtitle {
    margin-top: 5px;
  }

  .error__cont .main-btn {
    width: calc(100% - 70px);
  }
}

.reviews-cont {
  padding-top: 110px;
}

.reviews-cont h1 {
  display: block;
  margin-bottom: 20px;
  font-size: 30px;
}

@media screen and (max-width: 550px) {
  .reviews-cont h1 {
    font-size: 22px;
  }
}

.grid-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px;
}

.grid-item__wrap {
  flex: 0 1 241px;
  padding: 8px;
}

@media screen and (max-width: 1470px) {
  .grid-item__wrap {
    flex: 0 1 236px;
  }

}

.grid-item {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  cursor: pointer;
  height: 100%;
  max-height: 310px;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

@media screen and (max-width: 1440px) {
  .grid-item {
    max-height: 303px;
  }
}

.grid-item:hover {
  -webkit-transform: translateY(-4px);
  -ms-transform: translateY(-4px);
  transform: translateY(-4px);
}

.grid-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.grid-item a {
  height: 100%;
}

.grid-item img,
.grid-item video {
  max-width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.grid-item img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 550px) {
  .grid-list {
    margin: -3px;
  }

  .grid-item__wrap {
    display: none;
  }

  .grid-item__wrap {
    max-width: 50%;
    display: block;
    min-height: 246px;
    padding: 3px;
  }
}

.main {
  height: 100vh;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
  margin-bottom: 70px;
  z-index: 3;
}

.main .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
}

.overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: black;
  top: 0;
  left: 0;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.overlay.bg {
  opacity: 0.3;
  visibility: visible;
  pointer-events: all;
}

.bg-video {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.offer-inner {
  text-align: center;
  position: relative;
  z-index: 5;
}

.offer-title {
  margin-bottom: 35px;
}

.offer-subtitle {
  font-weight: normal;
  font-size: 30px;
  line-height: 140%;
  font-weight: 400;
  max-width: 810px;
  margin: 0 auto 45px;
}

.offer-subtitle span {
  font-weight: 600;
  font-size: 30px;
  line-height: 140%;
}

.timer {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 2;
}

.timer-value {
  font-weight: bold;
  font-size: 26px;
  line-height: 100px;
  height: 65px;
  margin-bottom: 5px;
}

.timer-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.decor {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: 1;
}

.slider h3 {
  margin-bottom: 30px;
}

/* убрать из html :
.vacancy-slider-name
в h2 slider-vacancy добавить класс slider-title
*/
.slider {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
}

.all-link {
  position: absolute;
  top: 7px;
  right: 243px;
}

.all-link.decor-line::after {
  width: 100%;
  opacity: 0;
  bottom: -5px;
}

.all-link:hover.decor-line::after {
  opacity: 1;
}

.basic-slider.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1695px;
}

.swiper-wrapper {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 1695px;
  height: auto !important;
  padding-top: 20px;
}

.swiper-wrapper .swiper-slide picture {
  height: 100%;
}

.basic-slider-card {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  position: relative;
  overflow: hidden;
  padding: 0 15px;
  width: 255px;
  -webkit-transform: translateX(-15px);
  -ms-transform: translateX(-15px);
  transform: translateX(-15px);
}

.basic-slider-card:hover {
  -webkit-transform: translate(-15px, -20px);
  -ms-transform: translate(-15px, -20px);
  transform: translate(-15px, -20px);
}

.basic-slider-card:hover .basic-slider-cont img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.basic-slider-cont {
  margin-bottom: 15px;
  border-radius: 8px;
  position: relative;
  -webkit-transition: translate .6s;
  -o-transition: translate .6s;
  transition: translate .6s;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  height: 310px;
  /* -webkit-mask-image: -webkit-radial-gradient(white, black); */
}

.basic-slider-cont picture {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.basic-slider-cont video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.basic-slider-cont video,
.basic-slider-cont img {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block;
}

.basic-slider-heading {
  font-weight: bold;
  font-size: 16px;
  line-height: 120%;
  letter-spacing: -0.02em;
  margin-bottom: 10px;
}

@media screen and (max-width: 479px) {
  .basic-slider-heading, .result-card__heading {
    font-size: 14px;
  }
}

.lessons-slider-text,
.basic-slider-text {
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  letter-spacing: -0.02em;
}

.slider-title {
  margin-bottom: 25px;
}

.directions {
  margin: 70px 0;
  padding-top: 70px;
  height: 738px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  position: relative;
}

.directions-resp {
  display: none;
}

.directions-cont {
  position: relative;
}

.directions-list {
  position: relative;
  z-index: 2;
  left: 16%;
  top: -10px;
}

.directions-list__item {
  margin-bottom: 95px;
  max-width: 190px;
}

.directions-list__item:last-child {
  margin-bottom: 0;
}

.frontend {
  -webkit-transform: translate(90px, 0);
  -ms-transform: translate(90px, 0);
  transform: translate(90px, 0);
}

.blockchin {
  -webkit-transform: translate(10px, 0);
  -ms-transform: translate(10px, 0);
  transform: translate(10px, 0);
}

.full-stack {
  -webkit-transform: translate(-10px, 0);
  -ms-transform: translate(-10px, 0);
  transform: translate(-10px, 0);
}

.backend {
  -webkit-transform: translate(45px, 0);
  -ms-transform: translate(45px, 0);
  transform: translate(45px, 0);
}

.mobile {
  -webkit-transform: translate(120px, 0);
  -ms-transform: translate(120px, 0);
  transform: translate(120px, 0);
}

.directions-list__link {
  font-weight: bold;
  font-size: 22px;
  line-height: 80%;
  letter-spacing: -0.02em;
  display: inline-block;
}

.directions-list__link::after {
  opacity: 0;
}

.directions-list__item.active .directions-list__link::after {
  opacity: 1;
}

.js-tab-content {
  display: none;
}

.js-tab-content.active {
  display: block;
}

.directions-info__inner {
  position: absolute;
  z-index: 2;
  top: 41%;
  left: 50%;
}

.directions-info__heading {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
}

.directions-info__heading .directions-info__info {
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  letter-spacing: -0.02em;
  max-width: 125px;
}

.directions-info__heading .directions-info__value {
  font-weight: bold;
  font-size: 30px;
  line-height: 80%;
  margin-right: 16px;
}

.directions-info__text {
  max-width: 310px;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: -0.02em;
}

.directions-img {
  position: relative;
  padding-bottom: 92%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -54.8%);
  -ms-transform: translate(-50%, -54.8%);
  transform: translate(-50%, -54.8%);
  z-index: 1;
}

.directions-img img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.directions-img .ellipse-resp {
  display: none;
}

.materials {
  padding: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.materials .container {
  max-width: 1680px;
  padding: 0;
  margin: 0;
}

.materials-title {
  margin-bottom: 30px;
}

.materials-inner {
  padding-bottom: 20px;
  overflow: auto;
}

.materials-item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: var(--thirty_bg);
  padding: 28px 35px;
  margin-right: 9px;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  border-radius: 8px;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.materials-item:hover {
  background-color: var(--accent_color);
}

.materials-item:hover .materials-item__value {
  color: var(--text_color);
}

.materials-item:last-child {
  margin-right: 0;
}

.materials-item__name {
  white-space: nowrap;
  font-weight: 500;
  font-size: 18px;
  line-height: 80%;
  letter-spacing: -0.01em;
  margin-right: 42px;
}

.materials-item__value {
  font-weight: bold;
  font-size: 18px;
  line-height: 80%;
  letter-spacing: -0.01em;
  color: #74737D;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
}

.lesson-slider__card {
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  width: 347px;
}

.lesson-slider__card:hover {
  -webkit-transform: translate(0, -20px);
  -ms-transform: translate(0, -20px);
  transform: translate(0, -20px);
}

.lesson-slider__card:hover .lessons-slider-cont img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.lessons-slider-cont {
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 16px;
  position: relative;
  -webkit-box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  box-shadow: 7px 10px 10px rgba(12, 11, 14, 0.5);
  height: 195px;
}

.lessons-slider-cont picture {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.lessons-slider-cont video {
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.lessons-slider-cont video,
.lessons-slider-cont img {
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-transition: all .6s;
  -o-transition: all .6s;
  transition: all .6s;
  display: block;
  object-fit: cover;
}

@media screen and (min-width: 1921px) {
  .slider .container {
    margin: 0 auto;
    max-width: 1440px;
  }

  .materials .container {
    margin: 0 auto;
    max-width: 1440px;
  }
}

@media screen and (max-width: 1700px) {
  .slider .container {
    margin: 0 15px;
  }
}

@media screen and (max-width: 1450px) {

  .materials {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .materials .container {
    margin: 0 15px;
  }

  .all-link {
    right: 15px;
  }

  .materials-inner {
    overflow: auto;
  }

  .materials-item__name {
    white-space: nowrap;
  }
}

@media screen and (max-width: 1200px) {
  .main {
    margin-bottom: 20px;
  }

  .footer-social {
    margin-right: 30px;
  }
}

@media screen and (max-width: 1024px) {
  .slider {
    padding: 30px 0;
  }

  .directions {
    height: auto;
    background-size: auto;
    padding: 150px 0;
  }

  .directions .tabs {
    display: none;
  }

  .directions-resp {
    display: block;
  }

  .directions-resp .directions-list {
    left: 15px;
  }

  .directions-resp .directions-list__item {
    margin-bottom: 0;
    max-width: initial;
    padding-left: 3px;
  }

  .directions-resp .directions-list__item:last-child.swiper-slide-active {
    margin-left: -30px;
  }

  .directions-resp .direction-slider__info-item {
    padding-left: 3px;
  }

  .directions-resp .directions-list__link {
    margin-bottom: 18px;
  }

  .directions-slider {
    margin: 105px -20px 0;
  }

  .direction-slider__info {
    margin: 0 -20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .direction-info {
    padding-left: 15px;
  }

  .direction-info .swiper-slide {
    opacity: 0;
    visibility: hidden;
  }

  .direction-info .swiper-slide-active {
    opacity: 1;
    visibility: visible;
  }

  .direction-slider__info-title {
    font-family: 'Syncopate';
    font-weight: bold;
    font-size: 30px;
    line-height: 140%;
  }

  .direction-slider__info-text {
    max-width: 150px;
    margin-left: 16px;
    font-size: 12px;
    line-height: 140%;
    letter-spacing: -0.02em;
  }

  .directions-list__info {
    font-size: 14px;
    line-height: 140%;
    letter-spacing: -0.02em;
    max-width: 270px;
  }

  .directions-img {
    padding-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    top: auto;
    position: absolute;
    bottom: 0;
    top: auto;
    width: 100%;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }

  .directions-img img {
    position: static;
  }

  .directions-img .ellipse {
    display: none;
  }

  .directions-img .ellipse-resp {
    display: block;
  }

  .directions-img .footer-logo {
    margin-right: 40px;
  }

  .directions-img .footer-addit__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .directions-img .footer-social {
    margin-bottom: 30px;
  }

  .directions-img .dev-logo br {
    display: none;
  }

  .directions-img .dev-logo sub {
    top: 0;
  }
}

@media screen and (max-width: 768px) {
  .basic-slider-card {
    -webkit-transform: translateX(-16px);
    -ms-transform: translateX(-16px);
    transform: translateX(-16px);
  }
}

@media screen and (max-width: 550px) {
  .popup-inner.to-down {
    top: 0;
  }

  .logo {
    font-size: 18px;
  }

  .offer-title {
    font-size: 30px;
    margin-bottom: 17px;
  }

  .offer-subtitle {
    font-size: 18px;
    margin-bottom: 22px;
  }

  .offer-subtitle span {
    font-size: 18px;
  }

  .timer-value {
    font-size: 22px;
  }

  .slider .container {
    margin: 0 0 0 15px;
    overflow: hidden;
    padding: 0;
  }

  .lesson-slider {
    margin: 0;
  }

  .lesson-slider .lesson-slider__card {
    width: 272px;
  }

  .lesson-slider .lessons-slider-cont {
    height: 149px;
  }

  .slider-title {
    font-size: 22px;
  }

  .directions {
    margin-top: 0;
    margin-bottom: 10px;
    padding: 70px 0 96px;
  }

  .directions-slider {
    margin-top: 92px;
  }

  .all-link {
    top: 3px;
  }

  .materials {
    padding: 10px 0;
  }

  .materials-item__name {
    margin-right: 20px;
  }

  .basic-slider-card {
    width: 235px;
    padding: 5px;
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
  }

  .basic-slider-card:hover {
    -webkit-transform: translate(-5px, -10px);
    -ms-transform: translate(-5px, -10px);
    transform: translate(-5px, -10px);
  }
}


picture {
  border-radius: inherit;
  display: block;
}

.stop-war {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 80px;
  height: 67px;
  z-index: 10000;
  border: 0;
  background-size: contain;
  background-repeat: no-repeat;
}

.captcha {
  display: flex;
  justify-content: center;
}

.captcha-invalid {
  border: 1px solid #FF004F;
}

.application .captcha {
  margin-top: 30px;
}

.input-field-error {
  font-size: 12px;
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-3px);
  color: var(--main_bg);
  background-color: #ff004f;
  border-radius: 4px;
  padding: 0 5px;
  margin: 0 15px;
  pointer-events: none;
}

.custom-options .hidden-option {
  display: none;
}

/* tooltips*/
.tipso_style {
  cursor: help;
  border-bottom: None;
}

.tipso_content {
  font-family: Montserrat, sans-serif;
  line-height: 160%;
}


/* end tooltips */

.sitemap-group h2 {
  font-size: 26px;
}

.sitemap-group ul {
  margin-top: 20px;
  margin-left: 40px;
  margin-bottom: 20px;
}

.sitemap-group ul li {
  margin-bottom: 5px;
  list-style: disc;
}

.help {
  margin: 30px auto 50px;
  max-width: 840px;
}

.help__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
}

.help__accordion {
  margin-top: 40px;
}

.help__item {
  list-style-type: circle;
  display: flex;
  flex-direction: column;
  font-size: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(37, 37, 45, .9);
}

.help__item-header {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  cursor: pointer;
}

.help__item-header:before {
  content: "";
  max-width: 5px;
  max-height: 5px;
  min-width: 5px;
  min-height: 5px;
  background: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-right: 10px;
}

.help__item-question {
  margin-right: auto;
  word-break: break-word;
  font-size: 20px;
  font-weight: 500;
}

.help__item .icon-left-arrow {
  max-width: 15px;
  max-height: 15px;
  min-width: 15px;
  min-height: 15px;
  transition: transform .5s ease;
  fill: #d7d9da;
}

.help__item.active .icon-left-arrow {
  transform: rotate(-90deg);
}

.help__item.active .help__item-body {
  display: block;
  opacity: 1;
  max-height: 1000px;
  min-height: fit-content;
  transition: all .5s linear;
  will-change: opacity, max-height;
}

.help__item-body {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity .5s linear, max-height .5s linear;
  will-change: opacity, max-height;
}

.help__item-answer-block {
  max-height: 0;
  overflow: hidden;
  transition: max-height .5s ease;
}

.help__item.active .help__item-answer-block {
  max-height: 1000px;
  min-height: fit-content;
}

.help .editor {
  margin: 10px 0;
}

@media (max-width: 575px) {
  .help__title {
    font-size: 20px;
  }

  .help__accordion {
    margin-top: 20px;
  }

  .help__item-header {
    padding: 5px;
    gap: 5px;
  }

  .help__item-question {
    font-size: 16px;
  }

  .help .editor {
    padding-left: 25px;
  }
}



.vacancy-block {
  margin: 30px auto 50px;
  max-width: 840px;
}

.vacancy-block__title {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.1;
}

.vacancy-block__accordion {
  margin-top: 40px;
}

.vacancy-block__item {
  list-style-type: circle;
  display: flex;
  /*flex-direction: column;*/
  font-size: 20px;
  justify-content: space-between;
  border-bottom: 1px solid rgba(37, 37, 45, .9);
  margin-top: 10px;
}

.vacancy-block__main {
  display: flex;
  gap: 10px;
}

.vacancy-block__picture img {
  max-height: 70px;
  max-width: 70px;
  border-radius: 50%;
}

.vacancy-block__item-name {
  margin-right: auto;
  word-break: break-word;
  font-size: 20px;
  font-weight: 500;
}

.vacancy-block__tags {
  display: flex;
  gap: 10px;
  margin-top: 10px;
}

.vacancy-block__tags .label-item {
  background-color: #737373 !important;
}

.vacancy-block__icon {
  display: flex;
  align-items: center;
}

.vacancy-block__item .icon-right-arrow {
  max-width: 15px;
  max-height: 15px;
  min-width: 15px;
  min-height: 15px;
  transition: transform .5s ease;
  fill: #d7d9da;
  transform: rotate(-180deg);
}



@media (max-width: 575px) {
  .vacancy-block__title {
    font-size: 20px;
  }

  .vacancy-block__accordion {
    margin-top: 20px;
  }

  .vacancy-block__item-header {
    padding: 5px;
    gap: 5px;
  }

  .vacancy-block__item-question {
    font-size: 16px;
  }

  .vacancy-block .editor {
    padding-left: 25px;
  }
}
