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

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-Black.woff") format("woff"), url("../fonts/Montserrat-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

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

@font-face {
  font-family: "Montserrat";
  font-display: swap;
  src: url("../fonts/Montserrat-ExtraBold.woff") format("woff"), url("../fonts/Montserrat-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

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

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

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

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

@font-face {
  font-family: "Raleway";
  font-display: swap;
  src: url("../fonts/Raleway-SemiBold.woff") format("woff"), url("../fonts/Raleway-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

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

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

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

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

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

html,
body {
  height: 100%;
  min-width: 320px;
}

body {
  line-height: 1;
  font-family: "Montserrat";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Montserrat";
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

body {
  color: #000;
  font-size: 15px;
}

body._lock {
  overflow: hidden;
}

body._lock header::after {
  opacity: 1;
  pointer-events: all;
}

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

._no-webp .wrapper._bg {
  background: url(/files/design/bg-benefits.png) left top/auto repeat, #e7e1dc; }

._container {
  width: 100%;
  padding: 0px 20px;
  max-width: 1240px;
  margin: 0 auto;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #000;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  height: 30px;
  padding: 0px 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  height: 1em;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 11px;
  height: 7px;
  background: url("/files/design/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #000;
  display: none;
  position: absolute;
  top: 29px;
  border-radius: 0 0 4px 4px;
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border-top: 0;
  border: 1px solid #d9d9d9;
  border-top: 0;
  font-size: 14px;
  padding: 10px 0px 5px 0px;
}

.select__option {
  cursor: pointer;
  padding: 5px 15px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  border-radius: 0 !important;
  width: 100%;
  display: block;
  padding: 0px 20px;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text:before {
  background: #fff url("/files/design/icons/check.svg") center no-repeat;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

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

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text:after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  font-size: 16px;
  color: #ffffff;
  letter-spacing: -0.3px;
  line-height: calc(20 / 16);
}

.options__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 20px;
  height: 18px;
  background: #fff;
  border: 1px solid #a7a9ac;
}

.options__text:after {
  content: "";
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #77243a;
  position: absolute;
  left: 5px;
  top: 4px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/files/design/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("/files/design/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

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

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
}

._btn {
  padding: 18px 20px;
  border: 1px solid #fdca62;
  font-size: 15px;
  color: #fff;
  font-weight: 400;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 0px 100px 100px 100px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-family: "Raleway";
}

._btn._fill {
  background: #fdca62;
  color: #000;
  white-space: nowrap;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

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

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("/files/design/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

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

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.gm-style-iw-t {
  opacity: 0;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.simplebar-scrollbar {
  opacity: 1;
  visibility: visible;
}

.simplebar-scrollbar::before {
  opacity: 1 !important;
  visibility: visible;
  background: #fdca62 !important;
}

.simplebar-track.simplebar-vertical {
  width: 2px;
}

.simplebar-track.simplebar-vertical::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 2px;
  height: calc(100% - 10px);
  background: #fff;
}

.simplebar-content {
  padding-right: 20px !important;
}

.popup {
  -webkit-overflow-scrolling: touch;
  z-index: 100;
  padding: 30px 10px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: visibility 0.8s ease 0s;
  -o-transition: visibility 0.8s ease 0s;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
}

.popup::before {
  content: "";
  background-color: rgba(0, 0, 0, 0.6);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  visibility: visible;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #000;
  padding: 50px;
  width: 100%;
  max-width: 600px;
  position: relative;
}

.popup__close {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  z-index: 30;
}

.popup__close img,
.popup__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.login__title {
  font-size: 30px;
  font-weight: 300;
  color: #fff;
}

.login__name {
  font-size: 13px;
  color: #fff;
  font-weight: 300;
  margin-top: 10px;
  text-transform: uppercase;
}

.login__body {
  margin-top: 45px;
  padding-left: 50px;
  border-left: 1px solid #fdca62;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-login__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.form-login__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 50px * 1) / 2);
          flex: 1 0 calc((100% - 50px * 1) / 2);
}

.form-login__input {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  background: none;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.form-login__input:focus {
  color: #fff;
}

.form-login__input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.form-login__input::-moz-placeholder {
  color: #d4d4d4;
}

.form-login__input:-ms-input-placeholder {
  color: #d4d4d4;
}

.form-login__input::-ms-input-placeholder {
  color: #d4d4d4;
}

.form-login__input::placeholder {
  color: #d4d4d4;
}

.form-login__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  margin-top: 50px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
}

.form-login__register {
  color: #d4d4d4;
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-login__forget {
  color: #d4d4d4;
  font-size: 12px;
  line-height: 1.2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-login__button {
  background: none;
  font-size: 15px;
  font-family: "Raleway";
  color: #fdca62;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: uppercase;
  padding: 15px 30px;
}

.form-login__button svg path {
  fill: #fdca62;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header {
  padding: 40px 0px;
  position: fixed;
  z-index: 5;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

._no-webp .header._min {
  background: url(/files/design/header-bg.png) center/cover no-repeat; }

.header._min {
  padding: 10px 0px !important;
}

.header._min + .page {
  padding-top: 108px;
}

.header._min::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  left: 0;
  top: 0;
}

.header._min .header__content {
  opacity: 1;
  position: relative;
  z-index: 1;
}

.header::after {
  content: "";
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header._scroll {
  background: #000000;
  padding: 10px 0px;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 225px;
          flex: 0 0 225px;
  width: 225px;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  max-width: 100%;
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.menu__link {
  font-size: 15px;
  line-height: 1.2;
  color: #fff;
  font-weight: 400;
  white-space: nowrap;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px 20px;
  row-gap: 20px;
}

.top-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  border-bottom: 1px solid #fff;
  padding: 10px 20px;
}

.top-menu__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 160px;
          flex: 0 0 160px;
}

.top-menu__logo img,
.top-menu__logo svg {
  width: 100%;
  max-width: 100%;
}

.top-menu__close {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.top-menu__close img,
.top-menu__close svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.language {
  position: relative;
}

.language__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  cursor: pointer;
}

.language__head._active .language__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.language__value {
  font-size: 14px;
  color: #fff;
}

.language__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  height: 16px;
  width: 16px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.language__arrow img,
.language__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.language__body {
  display: none;
  position: absolute;
  top: calc(100% + 2px);
  left: -5px;
  background: #fff;
  width: calc(100% + 10px);
  -webkit-box-shadow: 0px 12px 52px 0px rgba(13, 12, 50, 0.1);
          box-shadow: 0px 12px 52px 0px rgba(13, 12, 50, 0.1);
}

.language__item {
  font-size: 14px;
  padding: 5px 5px;
  color: #000;
  display: block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.socials-header__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  color: #fff;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.socials-header__item img,
.socials-header__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.language-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 25px;
     -moz-column-gap: 25px;
          column-gap: 25px;
}

.language-header__item {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}

.language-header__item._active {
  color: #fdca62;
}

.icon-menu {
  display: none;
}

.footer {
  padding: 30px 0px;
  background: #fff;
}

._no-webp .footer {
  background: url(/files/design/bg-benefits.png) left top/auto repeat, #e7e1dc; }

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 175px;
          flex: 0 0 175px;
  width: 175px;
}

.footer__logo img,
.footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.footer__copy {
  color: #000000;
  font-weight: 300;
  font-size: 15px;
  text-align: right;
  line-height: 1.3;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.social-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  height: 50px;
  width: 50px;
  border-radius: 0px 50px 50px 50px;
  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;
  color: #000000;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-footer__item img,
.social-footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.banner {
  position: relative;
}

.banner__item {
  padding: 200px 0px 90px;
  min-height: 100svh;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.banner__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.banner__title {
  font-size: 90px;
  color: #fff;
  line-height: 0.9;
  text-align: right;
  font-weight: 700;
}

.banner__subtitle {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
}

.banner__body {
  margin-top: 80px;
  padding: 10px 0px 10px 60px;
  margin-left: 150px;
  width: 100%;
  max-width: 600px;
  border-left: 1px solid #fdca62;
}

.banner__description {
  font-family: "Raleway";
  font-size: 17px;
  color: #fff;
  line-height: 1.5;
}

.banner__button {
  margin-top: 40px;
  color: #fdca62;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.banner__paggination {
  position: absolute;
  bottom: 30px;
  left: 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;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.banner__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 4px;
          flex: 0 0 4px;
  height: 4px;
  width: 4px;
  background: #9e9e9e;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  cursor: pointer;
}

.banner__paggination .swiper-pagination-bullet-active {
  background: #fdca62;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  height: 8px;
  width: 8px;
}

.event {
  padding: 40px 0px;
}

.event__wrapper {
  width: 100%;
  max-width: 1000px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 50px;
  border-radius: 16px;
  border: 1px solid #fdca62;
  margin: 0px auto;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  background: #fff;
}

.event__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.event__date {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.event__day {
  font-size: 50px;
  font-weight: 700;
  color: #000000;
}

.event__month {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #000000;
}

.event__space {
  font-size: 14px;
  color: #fff;
  padding: 10px 15px;
  background: #921d34;
  text-align: center;
  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;
  min-width: 120px;
  border-radius: 30px;
}

.event__description {
  color: #000000;
  font-size: 16px;
  font-family: "Raleway";
  line-height: 1.4;
}

.event__button {
  text-transform: uppercase;
}

.head-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.head-section__title {
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.head-section__subtitle {
  font-size: 25px;
  color: #000;
  font-weight: 400;
  text-transform: uppercase;
  line-height: 1.3;
}

.about {
  padding: 40px 0px;
}

.about__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.about__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
}

.video-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-about__main {
  width: 100%;
  max-width: 100%;
  position: relative;
  aspect-ratio: 570/322;
}

.video-about__main._play::after {
  display: none;
}

.video-about__main::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: url(/files/design/icons/play.svg) center/cover no-repeat;
  z-index: 1;
}

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

.video-about__description {
  padding: 30px 15px;
  border-top: 1px solid #fdca62;
  width: 100%;
  max-width: 80%;
  margin: 40px auto 0px;
  font-family: "Raleway";
  font-size: 15px;
  color: #000000;
  line-height: 1.4;
}

.tabel-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.tabel-about__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 20px * 1) / 2);
          flex: 1 0 calc((100% - 20px * 1) / 2);
  padding: 20px;
  border-radius: 0px 25px 25px 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.tabel-about__item._more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid #fdca62;
  border-radius: 0px;
}

.tabel-about__title {
  font-family: "Raleway";
  font-size: 20px;
  color: #000000;
  font-weight: 700;
  line-height: 1.3;
}

.tabel-about__text {
  margin-top: 15px;
  font-size: 15px;
  color: #000;
  line-height: 1.4;
}

.tabel-about__more {
  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;
  text-align: left;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  font-size: 15px;
  line-height: 1.3;
  color: #fdca62;
  text-transform: uppercase;
  font-weight: 700;
  font-family: "Raleway";
}

.tabel-about__more img,
.tabel-about__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.benefits {
  padding: 40px 0px;
}

._no-webp .benefits__content {
  background: url(/files/design/bg-benefits.png) center/auto repeat, #e7e1dc; }

.benefits__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.benefits__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 30px;
  text-align: center;
  padding: 50px 25px 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 6);
          flex: 0 0 calc(100% / 6);
  padding-bottom: 10px;
  border-radius: 0px 20px 20px 20px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.benefits__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  height: 100px;
  width: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.benefits__icon img,
.benefits__icon svg {
  max-width: 100%;
  max-height: 100%;
}

.benefits__text {
  font-size: 16px;
  line-height: 1.4;
  color: #000000;
  font-family: "Raleway";
}

.education {
  padding: 130px 0px;
}

.education__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.education__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.education__blocks {
  margin-top: 130px;
}

.education__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 65px;
     -moz-column-gap: 65px;
          column-gap: 65px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.education__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 5px * 2) / 3);
          flex: 0 0 calc((100% - 5px * 2) / 3);
}

.education__item:nth-child(2) .item-education__top {
  padding-bottom: 0;
  position: relative;
  border-bottom: 0;
}

._no-webp .education__item:nth-child(2) .item-education__top::after {
  background: url(/files/design/decore-education.png) center/cover no-repeat; }

.education__item:nth-child(2) .item-education__top::after {
  content: "";
  width: 340px;
  height: 111px;
  position: absolute;
  top: -80px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: inline-block;
  z-index: -1;
}

.education__item:nth-child(2) .item-education__sup {
  font-size: 20px;
  font-weight: 400;
  color: #000000;
}

.education__item:nth-child(2) .item-education__title {
  color: #000000;
  font-size: 30px;
  font-weight: 700;
}

.nav-education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 64px;
     -moz-column-gap: 64px;
          column-gap: 64px;
}

.nav-education__item {
  padding: 8px 0px;
  font-size: 25px;
  line-height: 1;
  color: #000000;
  font-weight: 400;
  border-bottom: 1px dashed #000000;
  text-transform: uppercase;
  cursor: pointer;
}

.nav-education__item a {
  color: inherit;
}

.nav-education__item:not(:last-child) {
  position: relative;
}

.nav-education__item:not(:last-child)::after {
  content: "";
  height: 170%;
  width: 1px;
  position: absolute;
  display: inline-block;
  background: #fdca62;
  right: -32px;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(20deg);
      -ms-transform: translate(-50%, -50%) rotate(20deg);
          transform: translate(-50%, -50%) rotate(20deg);
}

.nav-education__item._active {
  font-weight: 700;
  border-bottom: 0;
}

.item-education {
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.item-education__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 5px;
  padding-bottom: 20px;
  border-bottom: 1px solid #fdca62;
  min-height: 62px;
}

.item-education__sup {
  font-size: 15px;
  font-weight: 400;
  color: #737373;
  text-transform: uppercase;
}

.item-education__title {
  font-size: 20px;
  font-weight: 700;
  color: #737373;
  text-align: center;
  text-transform: uppercase;
}

.item-education__body {
  padding-top: 50px;
}

.item-education__description {
  font-size: 15px;
  color: #000;
  font-family: "Raleway";
  line-height: 1.4;
}

.item-education__list {
  margin-top: 45px;
}

.item-education__more {
  margin-top: 30px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  font-size: 15px;
  font-weight: 700;
  font-family: "Raleway";
  color: #fdca62;
  text-transform: uppercase;
}

.item-education__more span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.item-education__more img,
.item-education__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.item-education__other {
  margin-top: 35px;
}

.item-education__text {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}

.item-education__action {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.item-education__price {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0px 5px;
}

.item-education__price strong {
  font-size: 55px;
  font-weight: 700;
}

.item-education__button {
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 500;
  margin-top: 5px;
}

.list-item-education {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.list-item-education__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-family: "Raleway";
}

.list-item-education__item span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.list-item-education__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.list-item-education__icon img,
.list-item-education__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
}

.team {
  padding-bottom: 100px;
}

.team__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.team__head::before,
.team__head::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 150px;
  display: inline-block;
  border-bottom: 2px dotted #000;
}

.team__title {
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.team__content {
  margin-top: 60px;
  position: relative;
}

.team__slider {
  margin: -20px 0px;
  padding: 20px 0px;
}

.team__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 100px) / 2);
          flex: 0 0 calc((100% - 100px) / 2);
}

.team__item:not(:last-child) {
  margin-right: 100px;
}

.team__arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fdca62;
  cursor: pointer;
}

.team__arrow.swiper-button-disabled {
  color: #dadada;
}

.team__arrow.team-arrow-prev {
  left: -200px;
}

.team__arrow.team-arrow-next {
  right: -200px;
}

.team__arrow img,
.team__arrow svg {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.team__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.team__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #dadada;
}

.team__paggination .swiper-pagination-bullet-active {
  background: #fdca62;
}

.item-team {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}

.item-team__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
  height: 200px;
  width: 200px;
  position: relative;
}

.item-team__image::after {
  content: "";
  width: calc(100% + 26px);
  height: calc(100% + 26px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border: 1px solid #fdca62;
  border-radius: 50%;
}

.item-team__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.item-team__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.item-team__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 10px;
}

.item-team__name {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
}

.item-team__nick {
  color: #fdca62;
  font-size: 24px;
  font-weight: 700;
}

.item-team__spec {
  font-size: 16px;
  color: #000000;
  font-weight: 400;
  margin-top: 10px;
}

.item-team__description {
  font-size: 15px;
  color: #000000;
  font-family: "Raleway";
  line-height: 1.4;
}

.item-team__description p:not(:last-child) {
  margin-bottom: 20px;
}

._no-webp .alert {
  background: url(/files/design/bg-benefits.png) center/auto repeat, #e7e1dc; }

.alert__container {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  min-height: 610px;
}

.alert__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
  width: 430px;
  height: 345px;
}

.alert__info {
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: 75px;
}

.alert__title {
  text-align: center;
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.alert__body {
  padding: 25px 70px;
  background: #fdca62;
  border-radius: 0px 20px 20px 20px;
  text-align: center;
  margin-top: 35px;
}

.alert__text {
  font-size: 20px;
  color: #000000;
  font-weight: 500;
  font-family: "Raleway";
  line-height: 1.3;
}

.alert__more {
  color: #fff;
  font-size: 15px;
  font-family: "Raleway";
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 25px;
}

.alert__more img,
.alert__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.social-alert {
  position: relative;
}

.social-alert__item {
  position: absolute;
  border-radius: 0px 25px 25px 25px;
  background: #f5f1e9;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-alert__item img,
.social-alert__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-alert__item._youtube {
  width: 97px;
  height: 97px;
  top: 50px;
  left: 0;
}

.social-alert__item._youtube img,
.social-alert__item._youtube svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50px;
          flex: 0 0 50px;
  width: 50px;
  height: 50px;
}

.social-alert__item._telegram {
  width: 127px;
  height: 127px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.social-alert__item._telegram img,
.social-alert__item._telegram svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 55px;
          flex: 0 0 55px;
  width: 55px;
  height: 55px;
}

.social-alert__item._discord {
  width: 85px;
  height: 85px;
  top: 50px;
  right: 30px;
}

.social-alert__item._discord img,
.social-alert__item._discord svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 45px;
          flex: 0 0 45px;
  width: 45px;
  height: 45px;
}

.social-alert__item._inst {
  width: 54px;
  height: 54px;
  top: 0px;
  left: 140px;
  border-radius: 0px 15px 15px 15px;
}

.social-alert__item._inst img,
.social-alert__item._inst svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.social-alert__item._twitter {
  width: 67px;
  height: 67px;
  bottom: 40px;
  right: 0;
  border-radius: 0px 20px 20px 20px;
}

.social-alert__item._twitter img,
.social-alert__item._twitter svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 28px;
          flex: 0 0 28px;
  width: 28px;
  height: 28px;
}

.social-alert__item._facebook {
  width: 84px;
  height: 84px;
  bottom: 0px;
  left: 60px;
}

.social-alert__item._facebook img,
.social-alert__item._facebook svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
}

.review {
  padding: 80px 0px;
}

.review__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
}

.review__head::before,
.review__head::after {
  content: "";
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 150px;
  display: inline-block;
  border-bottom: 2px dotted #000;
}

.review__title {
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.review__content {
  margin-top: 75px;
  position: relative;
}

.review__slider {
  margin: -20px 0px;
  padding: 20px 0px;
}

.review__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 115px * 2) / 3);
          flex: 0 0 calc((100% - 115px * 2) / 3);
}

.review__item:not(:last-child) {
  margin-right: 115px;
}

.review__arrow {
  width: 100px;
  height: 100px;
  position: absolute;
  top: 100px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #fdca62;
  cursor: pointer;
}

.review__arrow.swiper-button-disabled {
  color: #dadada;
}

.review__arrow.review-arrow-prev {
  left: -200px;
}

.review__arrow.review-arrow-next {
  right: -200px;
}

.review__arrow img,
.review__arrow svg {
  height: 100%;
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.review__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

.review__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8px;
          flex: 0 0 8px;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #dadada;
}

.review__paggination .swiper-pagination-bullet-active {
  background: #fdca62;
}

.review__footer {
  margin-top: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.review__button {
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 500;
}

.item-review {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 35px;
}

.item-review__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 110px;
          flex: 0 0 110px;
  height: 110px;
  width: 110px;
  position: relative;
}

.item-review__image::after {
  content: "";
  width: calc(100% + 20px);
  height: calc(100% + 20px);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  display: inline-block;
  border: 1px solid #fdca62;
  border-radius: 50%;
}

.item-review__image img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  overflow: hidden;
}

.item-review__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 35px;
}

.item-review__name {
  font-size: 20px;
  font-family: "Raleway";
  color: #000000;
  font-weight: 700;
}

.item-review__text {
  font-size: 14px;
  font-family: "Raleway";
  color: #000000;
  font-weight: 400;
  line-height: 1.5;
}

._no-webp .help__content {
  background: url(/files/design/bg-benefits.png) center/auto repeat, #e7e1dc; }

.help__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.help__list {
  max-height: 630px;
  width: 100%;
  max-width: 100%;
}

.help__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.help__item:not(:last-child) {
  margin-bottom: 70px;
}

.help__ask {
  padding: 15px 40px;
  background: #fdca62;
  border-radius: 20px;
  max-width: 620px;
  position: relative;
}

.help__ask::after {
  content: "";
  width: 38px;
  height: 38px;
  -webkit-clip-path: polygon(100% 0, 0 0, 0 100%);
          clip-path: polygon(100% 0, 0 0, 0 100%);
  background: #fdca62;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: calc(100% - 1px);
}

.help__text {
  font-size: 18px;
  font-family: "Raleway";
  font-weight: 500;
  line-height: 1.3;
}

.help__request {
  padding: 15px 40px;
  background: #fff;
  border-radius: 20px;
  max-width: 955px;
  position: relative;
  margin-left: 75px;
}

.help__request .help__text {
  font-size: 14px;
  font-weight: 400;
}

.help__request::after {
  content: "";
  width: 38px;
  height: 38px;
  -webkit-clip-path: polygon(100% 100%, 0 0, 0 100%);
          clip-path: polygon(100% 100%, 0 0, 0 100%);
  background: #fff;
  display: inline-block;
  position: absolute;
  left: 25px;
  bottom: calc(100% - 1px);
}

._no-webp .ask {
  background: url(/files/design/ask-bg.jpg) center/cover no-repeat; }

.ask {
  padding: 80px 0px 130px;
  position: relative;
}

.ask::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.ask__container {
  position: relative;
  z-index: 1;
}

.ask__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.ask__title {
  font-size: 90px;
  color: #fff;
  line-height: 0.9;
  text-align: right;
  font-weight: 700;
}

.ask__subtitle {
  font-size: 30px;
  line-height: 1.3;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
}

.ask__body {
  margin-top: 30px;
}

.ask__form {
  width: 100%;
  max-width: 555px;
  margin-left: auto;
  padding-left: 50px;
  border-left: 1px solid #fdca62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 35px;
}

.ask__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.ask__input {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  background: none;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.ask__input:focus {
  color: #fff;
}

.ask__input::-webkit-input-placeholder {
  color: #d4d4d4;
}

.ask__input::-moz-placeholder {
  color: #d4d4d4;
}

.ask__input:-ms-input-placeholder {
  color: #d4d4d4;
}

.ask__input::-ms-input-placeholder {
  color: #d4d4d4;
}

.ask__input::placeholder {
  color: #d4d4d4;
}

.ask__textarea {
  padding-bottom: 15px;
  border-bottom: 1px solid #d4d4d4;
  color: #fff;
  font-weight: 500;
  font-size: 12px;
  background: none;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  resize: none;
  height: 80px;
  overflow-y: auto;
  line-height: 1.4;
}

.ask__textarea:focus {
  color: #fff;
}

.ask__textarea::-webkit-input-placeholder {
  color: #d4d4d4;
}

.ask__textarea::-moz-placeholder {
  color: #d4d4d4;
}

.ask__textarea:-ms-input-placeholder {
  color: #d4d4d4;
}

.ask__textarea::-ms-input-placeholder {
  color: #d4d4d4;
}

.ask__textarea::placeholder {
  color: #d4d4d4;
}

.ask__button {
  padding: 20px 30px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: #fdca62;
  background: rgba(0, 0, 0, 0.5);
}

.ask__button img,
.ask__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.breadcrums {
  padding: 40px 0px;
}

.breadcrums + section {
  padding-top: 0 !important;
}

.breadcrums__item {
  font-size: 12px;
  color: #000;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.5;
}

.breadcrums__item a {
  text-decoration: underline;
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 10px;
}

.breadcrums__item:not(:last-child)::after {
  content: "/";
  margin-left: 10px;
}

.study {
  padding-bottom: 130px;
}

.study__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.study__title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.study__blocks {
  margin-top: 40px;
}

.study__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 0px;
}

.item-study {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

._no-webp .item-study:nth-child(odd) {
  background: url(/files/design/bg-benefits.png) left top/auto repeat, #e7e1dc; }

.item-study__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 425px;
          flex: 0 0 425px;
  border-right: 1px solid #fdca62;
  padding-right: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 25px;
}

.item-study__name {
  font-size: 30px;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
  text-transform: uppercase;
}

.item-study__name span {
  font-size: 20px;
  font-weight: 400;
}

.item-study__description {
  font-size: 15px;
  color: #000;
  font-family: "Raleway";
  line-height: 1.5;
}

.item-study__description > *:not(:last-child) {
  margin-bottom: 20px;
}

.item-study__other {
  margin-top: 20px;
}

.item-study__text {
  font-size: 15px;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}

.item-study__action {
  margin-top: 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.item-study__price {
  font-size: 15px;
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding: 0px 5px;
}

.item-study__price strong {
  font-size: 55px;
  font-weight: 700;
}

.item-study__button {
  text-transform: uppercase;
  font-family: "Raleway";
  font-weight: 500;
  margin-top: 5px;
}

.item-study__lists {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.lists-item-study {
  padding: 30px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 45px;
}

.lists-item-study__title {
  font-size: 20px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
}

.lists-item-study__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
  margin-top: 30px;
}

.lists-item-study__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px * 1) / 2);
          flex: 0 0 calc((100% - 60px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.lists-item-study__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-family: "Raleway";
}

.lists-item-study__item span {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.lists-item-study__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.lists-item-study__icon img,
.lists-item-study__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
}

.news {
  padding-bottom: 130px;
}

.news__title {
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
}

.news__content {
  margin-top: 45px;
}

.news__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 60px;
}

.news__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
          flex: 0 0 calc((100% - 40px * 2) / 3);
}

.item-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.item-news__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 36/20;
  position: relative;
}

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

.item-news__body {
  padding: 30px 20px 0px;
}

.item-news__name {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-news__description {
  font-size: 15px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  font-family: "Raleway";
  margin-top: 20px;
}

.partners {
  padding-bottom: 130px;
}

.partners__title {
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
}

.partners__content {
  margin-top: 60px;
}

.partners__text {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 50px;
}

.partners__text > *:not(:last-child) {
  margin-bottom: 20px;
}

.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.item-partner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.item-partner__image {
  min-height: 110px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 320px;
          flex: 0 0 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-right: 1px solid #fdca62;
  padding: 5px 10px;
}

.item-partner__image img,
.item-partner__image svg {
  max-width: 100%;
  max-height: 100%;
}

.item-partner__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.item-partner__description {
  font-size: 15px;
  font-family: "Raleway";
  color: #000;
  line-height: 1.6;
}

.item-partner__btn {
  color: #fdca62;
  text-transform: uppercase;
}

.cabinet {
  padding-bottom: 130px;
}

.cabinet__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.cabinet__title {
  font-size: 60px;
  color: #fdca62;
  font-weight: 700;
  line-height: 0.7;
  text-transform: uppercase;
}

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

.cabinet__exit {
  font-size: 15px;
  font-weight: 700;
  color: #921d34;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  text-transform: uppercase;
}

.cabinet__exit img,
.cabinet__exit svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.cabinet__content {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.cabinet__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 40px;
}

.cabinet__video {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 40px * 2) / 3);
          flex: 0 0 calc((100% - 40px * 2) / 3);
}

.item-secur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.item-secur._green .item-secur__status {
  color: #32706b;
}

.item-secur._green .item-secur__icon {
  background: #32706b;
}

.item-secur._orange .item-secur__status {
  color: #fdca62;
}

.item-secur._orange .item-secur__icon {
  background: #fdca62;
}

.item-secur__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 350px;
          flex: 0 0 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.item-secur__status {
  font-size: 15px;
  font-weight: 700;
  color: #921d34;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.5;
}

.item-secur__status span {
  border-bottom: 1px dotted #000;
}

.item-secur__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58px;
          flex: 0 0 58px;
  height: 58px;
  width: 58px;
  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;
  background: #921d34;
}

.item-secur__icon::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.item-secur__icon._lock::after {
  background: url(/files/design/icons/lock.svg) center/cover no-repeat;
}

.item-secur__icon._unlock::after {
  background: url(/files/design/icons/unlock.svg) center/cover no-repeat;
}

.item-secur__name {
  font-size: 20px;
  line-height: 1.3;
  font-weight: 700;
  color: #000;
}

.item-secur__description {
  margin-top: 5px;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  font-family: "Raleway";
}

.item-secur__progress {
  margin-top: 10px;
}

.progress-item-secur {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.progress-item-secur__text {
  font-size: 12px;
  color: #000;
  text-transform: uppercase;
  font-weight: 700;
}

.progress-item-secur__progress {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  position: relative;
  height: 2px;
  background: #d0d0d0;
}

.progress-item-secur__line {
  background: #fdca62;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  max-width: 100%;
}

.progress-item-secur__percent {
  font-size: 12px;
  color: #000;
  font-weight: 700;
}

.video-cabinet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.video-cabinet__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 36/20;
  position: relative;
}

.video-cabinet__image::after {
  content: "";
  width: 80px;
  height: 80px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: url(/files/design/icons/play.svg) center/cover no-repeat;
  z-index: 2;
}

.video-cabinet__image::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  background: rgba(0, 0, 0, 0.2);
  z-index: 1;
}

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

.video-cabinet__body {
  padding: 30px 20px 0px;
}

.video-cabinet__name {
  font-size: 20px;
  line-height: 1.5;
  color: #000;
  font-weight: 700;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.lists-item-study__list ul,
.item-education__list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 60px;
     -moz-column-gap: 60px;
          column-gap: 60px;
}

.lists-item-study__list li,
.item-education__list li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 60px * 1) / 2);
          flex: 0 0 calc((100% - 60px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  color: #000;
  line-height: 1.4;
  font-family: "Raleway";
}

._no-webp .lists-item-study__list li::before, ._no-webp .item-education__list li::before {
  background: url(/files/design/icons/list-check.png) center/100% no-repeat; }

.lists-item-study__list li::before,
.item-education__list li::before {
  content: "";
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: -3px 0px;
}

.item-education__list li {
  -webkit-box-flex: 0 !important;
      -ms-flex: 0 0 100% !important;
          flex: 0 0 100% !important;
}

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

@media (min-width: 479.98px) {
  .ask__item._half {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }
}

@media (min-width: 720.98px) {
  .menu__other {
    display: none;
  }
}

@media (min-width: 991.98px) {
  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .menu__top {
    display: none;
  }

  .item-education {
    margin: -20px;
    padding: 20px;
  }

  .item-education:hover {
    -webkit-box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
  }

  ._no-webp .alert__container {
    background: url(/files/design/fishki/chirva.png) calc(100%) calc(100% - 100px)/200px 200px no-repeat, url(/files/design/fishki/krest.png) calc(100% - 65px) calc(60px)/103px auto no-repeat, url(/files/design/fishki/pika.png) calc(100% - 520px) 100px/236px auto no-repeat, url(/files/design/fishki/buba.png) calc(100% - 670px) calc(100% - 70px)/128px auto no-repeat; }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #d9d9d9;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1252px) {
  .about__column:first-child {
    padding-right: 20px;
    padding-top: 20px;
  }

  .benefits__content {
    margin-left: calc((100vw - 1200px) / 2 * -1);
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding: 0px calc((100vw - 1200px) / 2);
  }

  .help__content {
    margin-left: calc((100vw - 1200px) / 2 * -1);
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding: 50px calc((100vw - 1200px) / 2) 70px;
  }

  .item-study {
    margin-left: calc((100vw - 1200px) / 2 * -1);
    margin-right: calc((100vw - 1200px) / 2 * -1);
    padding: 40px calc((100vw - 1200px) / 2);
  }
}

@media (min-width: 1252px) and (any-hover: hover) {
  .tabel-about__item:not(._more):hover {
    background: #fdca62;
  }
}

@media (min-width: 1550px) {
  .team__paggination {
    display: none;
  }

  .review__paggination {
    display: none;
  }
}

@media (max-width: 1550px) {
  .team__arrow {
    display: none;
  }

  .review__arrow {
    display: none;
  }
}

@media (max-width: 1252px) {
  .header._min + .page {
    padding-top: 91px;
  }

  .header {
    padding: 30px 0px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 180px;
            flex: 0 0 180px;
    width: 180px;
  }

  .menu__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .banner__item {
    padding: 150px 0px 70px;
  }

  .banner__body {
    margin-left: 50px;
    padding-left: 40px;
  }

  .head-section__title {
    font-size: 55px;
  }

  .head-section__subtitle {
    font-size: 20px;
  }

  .tabel-about__item {
    padding: 0px;
  }

  .tabel-about__title {
    font-size: 18px;
  }

  .benefits__content {
    margin: 30px -20px 0px;
    padding: 0px 20px 0px;
  }

  .benefits__item {
    padding: 40px 10px 10px;
  }

  .education__title {
    font-size: 55px;
  }

  .education__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .education__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 5px * 2) / 3);
            flex: 0 0 calc((100% - 5px * 2) / 3);
  }

  .item-education__price strong {
    font-size: 45px;
  }

  .team__title {
    font-size: 55px;
  }

  .item-team__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    height: 150px;
    width: 150px;
  }

  .alert__title {
    font-size: 55px;
  }

  .review__title {
    font-size: 55px;
  }

  .review__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 70px * 2) / 3);
            flex: 0 0 calc((100% - 70px * 2) / 3);
  }

  .review__item:not(:last-child) {
    margin-right: 70px;
  }

  .help__content {
    margin: 30px -20px 0px;
    padding: 40px 20px;
  }

  .study {
    padding-bottom: 100px;
  }

  .study__title {
    font-size: 55px;
  }

  .item-study {
    margin: -20px;
    padding: 20px;
  }

  .item-study {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .item-study__main {
    padding-right: 20px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 360px;
            flex: 0 0 360px;
  }

  .item-study__price strong {
    font-size: 45px;
  }

  .news {
    padding-bottom: 100px;
  }

  .news__title {
    font-size: 55px;
  }

  .news__list {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 50px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .item-news__body {
    padding: 20px 15px 0px;
  }

  .item-news__name {
    font-size: 18px;
  }

  .item-news__description {
    margin-top: 10px;
  }

  .partners {
    padding-bottom: 100px;
  }

  .partners__title {
    font-size: 55px;
  }

  .partners__content {
    margin-top: 50px;
  }

  .partners__text {
    margin-bottom: 40px;
  }

  .item-partner {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .item-partner__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 260px;
            flex: 0 0 260px;
  }

  .cabinet {
    padding-bottom: 100px;
  }

  .cabinet__title {
    font-size: 55px;
  }

  .cabinet__videos {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .cabinet__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
  }

  .video-cabinet__body {
    padding: 20px 15px 0px;
  }

  .video-cabinet__name {
    font-size: 18px;
  }
}

@media (max-width: 991.98px) {
  .select__title {
    font-size: 18px;
  }

  .select__options {
    font-size: 18px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__menu {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-width: 360px;
    background: #000;
    height: 100vh;
    max-height: 100svh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    visibility: hidden;
    z-index: 5;
    overflow-y: auto;
    padding-bottom: 30px;
  }

  .menu__body._active {
    -webkit-transform: translateX(0px);
        -ms-transform: translateX(0px);
            transform: translateX(0px);
    visibility: visible;
    pointer-events: all;
  }

  .menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
    padding: 20px;
  }

  .menu__link {
    font-size: 20px;
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 26px;
    height: 18px;
    cursor: pointer;
  }

  .icon-menu span {
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    top: calc(50% - 1px);
    left: 0px;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #fff;
  }

  .icon-menu span:first-child {
    top: 0px;
  }

  .icon-menu span:last-child {
    top: auto;
    bottom: 0px;
  }

  .banner__title {
    font-size: 80px;
  }

  .banner__subtitle {
    font-size: 24px;
  }

  .banner__body {
    margin-top: 50px;
    margin-left: 20px;
  }

  .event__wrapper {
    padding: 15px 15px;
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .head-section__title {
    font-size: 45px;
  }

  .video-about__description {
    padding: 20px 15px;
    margin-top: 20px;
  }

  .tabel-about__title {
    font-size: 14px;
  }

  .tabel-about__text {
    margin-top: 10px;
  }

  .benefits__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 3);
            flex: 0 0 calc(100% / 3);
  }

  .education {
    padding: 50px 0px 100px;
  }

  .education__title {
    font-size: 45px;
  }

  .education__blocks {
    margin-top: 50px;
  }

  .education__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 50px;
  }

  .education__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 400px;
  }

  .education__item:nth-child(2) {
    margin-top: 60px;
  }

  .nav-education {
    -webkit-column-gap: 50px;
       -moz-column-gap: 50px;
            column-gap: 50px;
  }

  .nav-education__item {
    font-size: 20px;
  }

  .nav-education__item:not(:last-child)::after {
    right: -25px;
  }

  .item-education__body {
    padding-top: 30px;
  }

  .item-education__list {
    margin-top: 25px;
  }

  .item-education__more {
    margin-top: 20px;
  }

  .item-education__other {
    margin-top: 25px;
  }

  .team__title {
    font-size: 45px;
  }

  .team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 50px) / 2);
            flex: 0 0 calc((100% - 50px) / 2);
  }

  .team__item:not(:last-child) {
    margin-right: 50px;
  }

  .item-team__body {
    row-gap: 20px;
  }

  .item-team__name {
    font-size: 25px;
  }

  .item-team__nick {
    font-size: 20px;
  }

  .item-team__spec {
    margin-top: 5px;
  }

  .alert__container {
    min-height: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 45px;
    padding: 30px 20px;
  }

  .alert__social {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    height: 290px;
    max-width: 100%;
  }

  .alert__info {
    margin: 0px auto;
  }

  .alert__title {
    font-size: 45px;
  }

  .review__title {
    font-size: 45px;
  }

  .review__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 70px * 1) / 2);
            flex: 0 0 calc((100% - 70px * 1) / 2);
  }

  .help__content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .help__item:not(:last-child) {
    margin-bottom: 50px;
  }

  .ask__title {
    font-size: 80px;
  }

  .ask__subtitle {
    font-size: 24px;
  }

  .breadcrums {
    padding-top: 10px;
  }

  .study {
    padding-bottom: 70px;
  }

  .study__title {
    font-size: 45px;
  }

  .study__body {
    row-gap: 40px;
  }

  .item-study__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
  }

  .item-study__other {
    margin-top: 0;
  }

  .lists-item-study {
    row-gap: 30px;
    padding: 20px 0px;
  }

  .lists-item-study__list {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    margin-top: 20px;
  }

  .lists-item-study__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .news {
    padding-bottom: 70px;
  }

  .news__title {
    font-size: 45px;
  }

  .news__content {
    margin-top: 30px;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .partners {
    padding-bottom: 70px;
  }

  .partners__title {
    font-size: 45px;
  }

  .partners__content {
    margin-top: 40px;
  }

  .partners__text {
    margin-bottom: 30px;
    font-size: 14px;
  }

  .cabinet {
    padding-bottom: 70px;
  }

  .cabinet__title {
    font-size: 45px;
  }

  .cabinet__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .item-secur {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .item-secur__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 10px;
  }

  .item-secur__info {
    text-align: center;
  }

  .progress-item-secur {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .lists-item-study__list ul,
  .item-education__list ul {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .lists-item-study__list li,
  .item-education__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }
}

@media (max-width: 720.98px) {
  .header {
    padding: 20px 0px;
  }

  .footer__content {
    -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;
    row-gap: 15px;
  }

  .footer__social {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .footer__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .footer__copy {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }

  .banner__title {
    font-size: 50px;
  }

  .banner__subtitle {
    font-size: 18px;
  }

  .event {
    padding: 30px 0px;
  }

  .event__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 15px;
  }

  .event__description {
    text-align: center;
  }

  .head-section__title {
    font-size: 40px;
  }

  .head-section__subtitle {
    font-size: 18px;
  }

  .about__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .education__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .education__title {
    font-size: 40px;
  }

  .team__title {
    font-size: 40px;
  }

  .team__content {
    margin-top: 40px;
  }

  .team__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .alert__title {
    font-size: 40px;
  }

  .alert__body {
    padding: 20px 30px;
    margin-top: 20px;
  }

  .review__title {
    font-size: 40px;
  }

  .ask__title {
    font-size: 50px;
  }

  .ask__subtitle {
    font-size: 18px;
  }

  .study__head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 40px;
  }

  .study__title {
    font-size: 40px;
  }

  .item-study {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-study__main {
    border-right: 0;
    border-bottom: 1px solid #fdca62;
    padding-bottom: 20px;
    padding-right: 0;
    row-gap: 20px;
  }

  .lists-item-study {
    padding-bottom: 0;
  }

  .lists-item-study__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .lists-item-study__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .news__title {
    font-size: 40px;
  }

  .news__list {
    row-gap: 40px;
  }

  .partners__title {
    font-size: 40px;
  }

  .item-partner__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 210px;
            flex: 0 0 210px;
  }

  .cabinet__head {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }

  .cabinet__title {
    font-size: 40px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .lists-item-study__list li,
  .item-education__list li {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 600px) {
  .benefits__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }
}

@media (max-width: 550px) {
  .review__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .news__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479.98px) {
  .popup__body {
    padding: 30px 20px;
  }

  .login__body {
    padding-left: 20px;
    margin-top: 35px;
  }

  .form-login__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .form-login__footer {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 40px;
  }

  .form-login__register {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .header._min + .page {
    padding-top: 81px;
  }

  .header {
    padding: 10px 0px;
  }

  .header__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 155px;
            flex: 0 0 155px;
    width: 155px;
  }

  .language-header {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .banner__item {
    padding: 120px 0px 50px;
  }

  .banner__title {
    font-size: 42px;
  }

  .banner__subtitle {
    font-size: 14px;
  }

  .banner__body {
    margin-top: 40px;
    margin-left: 0;
    padding-left: 20px;
  }

  .banner__description {
    font-size: 15px;
  }

  .banner__button {
    margin-top: 30px;
  }

  .banner__paggination {
    bottom: 20px;
  }

  .event__wrapper {
    row-gap: 10px;
  }

  .event__day {
    font-size: 40px;
  }

  .event__month {
    font-size: 14px;
  }

  .event__description {
    font-size: 14px;
  }

  .event__button {
    padding: 12px 15px;
    font-size: 12px;
  }

  .head-section__title {
    font-size: 35px;
  }

  .head-section__subtitle {
    font-size: 16px;
  }

  .about {
    padding: 30px 0px;
  }

  .about__content {
    margin-top: 20px;
  }

  .video-about__description {
    max-width: 90%;
    padding: 15px;
    margin-top: 15px;
  }

  .tabel-about__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .tabel-about__item._more {
    border-left: 0;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .tabel-about__title {
    font-size: 19px;
  }

  .benefits {
    padding: 30px 0px;
  }

  .benefits__content {
    margin-top: 20px;
  }

  .benefits__item {
    padding: 15px 0px 15px;
    row-gap: 20px;
  }

  .benefits__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    height: 60px;
    width: 60px;
  }

  .benefits__text {
    font-size: 14px;
  }

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

  .education__title {
    font-size: 35px;
  }

  .team__head {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .team__title {
    font-size: 35px;
  }

  .alert__title {
    font-size: 35px;
  }

  .alert__text {
    font-size: 16px;
  }

  .alert__more {
    margin-top: 15px;
  }

  .social-alert__item._youtube {
    left: -10px;
    width: 85px;
    height: 85px;
  }

  .social-alert__item._telegram {
    width: 110px;
    height: 110px;
  }

  .social-alert__item._discord {
    right: -10px;
  }

  .social-alert__item._facebook {
    bottom: -10px;
  }

  .review__head {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .review__title {
    font-size: 35px;
  }

  .review__footer {
    margin-top: 40px;
  }

  .item-review {
    row-gap: 30px;
  }

  .item-review__body {
    row-gap: 25px;
  }

  .help__content {
    margin-top: 20px;
  }

  .help__ask {
    padding: 15px 20px;
  }

  .help__text {
    font-size: 16px;
  }

  .help__request {
    padding: 15px 20px;
    margin-left: 50px;
  }

  .ask__title {
    font-size: 42px;
  }

  .ask__subtitle {
    font-size: 14px;
  }

  .ask__form {
    row-gap: 25px;
    padding-left: 20px;
  }

  .breadcrums {
    padding: 0px 0px 30px;
  }

  .study {
    padding-bottom: 50px;
  }

  .study__title {
    font-size: 35px;
  }

  .news {
    padding-bottom: 50px;
  }

  .news__title {
    font-size: 35px;
  }

  .news__content {
    margin-top: 20px;
  }

  .news__list {
    row-gap: 30px;
  }

  .partners {
    padding-bottom: 50px;
  }

  .partners__title {
    font-size: 35px;
  }

  .partners__content {
    margin-top: 20px;
  }

  .partners__text > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .partners__text {
    margin-bottom: 25px;
  }

  .partners__list {
    row-gap: 20px;
  }

  .item-partner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-partner__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    border-right: 0;
    min-height: 90px;
  }

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

  .cabinet {
    padding-bottom: 50px;
  }

  .cabinet__title {
    font-size: 35px;
  }

  .cabinet__content {
    row-gap: 30px;
  }

  .cabinet__videos {
    row-gap: 30px;
  }

  .cabinet__video {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (any-hover: hover) {
  ._btn:hover {
    background: #fdca62;
    color: #000;
  }

  .form-login__register:hover {
    color: #fff;
  }

  .form-login__forget:hover {
    color: #fff;
  }

  .menu__link:hover {
    color: #fdca62;
  }

  .language__item:hover {
    background: #f1f0ee;
  }

  .socials-header__item:hover {
    color: #fdca62;
  }

  .language-header__item:not(._active):hover {
    text-decoration: underline;
  }

  .social-footer__item:hover {
    background: #fdca62;
  }

  .tabel-about__more:hover img,
  .tabel-about__more:hover svg {
    -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
            transform: translateX(10px);
  }

  .benefits__item:hover {
    padding-bottom: 30px;
    margin-bottom: -20px;
    background: #fdca62;
  }

  .benefits__item:hover .benefits__icon {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }

  .social-alert__item:hover {
    background: #fdca62;
  }

  .breadcrums__item a:hover {
    color: #fdca62;
  }

  .item-news__name:hover {
    color: #fdca62;
  }

  .video-cabinet__name:hover {
    color: #fdca62;
  }
}

._webp .footer { background: url(/files/design/bg-benefits.webp) left top/auto repeat, #e7e1dc; }

._webp .wrapper._bg { background: url(/files/design/bg-benefits.webp) left top/auto repeat, #e7e1dc; }

._webp .header._min { background: url(/files/design/header-bg.webp) center/cover no-repeat; }

._webp .benefits__content { background: url(/files/design/bg-benefits.webp) center/auto repeat, #e7e1dc; }

._webp .education__item:nth-child(2) .item-education__top::after { background: url(/files/design/decore-education.webp) center/cover no-repeat; }

._webp .alert { background: url(/files/design/bg-benefits.webp) center/auto repeat, #e7e1dc; }

._webp .help__content { background: url(/files/design/bg-benefits.webp) center/auto repeat, #e7e1dc; }

._webp .ask { background: url(/files/design/ask-bg.webp) center/cover no-repeat; }

._webp .item-study:nth-child(odd) { background: url(/files/design/bg-benefits.webp) left top/auto repeat, #e7e1dc; }

._webp .lists-item-study__list li::before, ._webp .item-education__list li::before { background: url(/files/design/icons/list-check.webp) center/100% no-repeat; }

@media (min-width: 991.98px) {

  ._webp .alert__container { background: url(/files/design/fishki/chirva.webp) calc(100%) calc(100% - 100px)/200px 200px no-repeat, url(/files/design/fishki/krest.webp) calc(100% - 65px) calc(60px)/103px auto no-repeat, url(/files/design/fishki/pika.webp) calc(100% - 520px) 100px/236px auto no-repeat, url(/files/design/fishki/buba.webp) calc(100% - 670px) calc(100% - 70px)/128px auto no-repeat; }
}
 ._link-div {
 	cursor: pointer;
 }
 ._link-div span {
 	border-bottom: 1px dotted #000;
 }