@charset "UTF-8";

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

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

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

@font-face {
  font-family: "OpenSans";
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff") format("woff"), url("../fonts/OpenSans-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;
}
.extend_data{
  text-align:left;

}
.extend_data li{
  margin-bottom:10px;
}
html,
body {
  height: 100%;
  min-width: 320px;
}
video {
    width: 100%;
    height: 100%;
    background: none !important;
}
.login_description{
  color: #2D2D2B;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.4;
    margin-top:20px;
}
body {
  line-height: 1;
  font-family: "OpenSans";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "OpenSans";
  appearance: none;
  -webkit-appearance: none;
}
.form_error{
  font-size:14px;
  color:#faa722;
  margin-top:5px;
}
input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  background: #fff;
  z-index: 99999;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

.login {
  padding: 60px 0px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.plans-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

.plans-popup__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

.plans-popup__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 20px;
    width: 90%;
    max-width: 500px;
    border-radius: 10px;
}
.plans-popup__close {
    position: absolute;
    top: 10px;
    right: 15px;
    background: none;
    border: none;
    font-size: 24px;
    cursor: pointer;
}
.plans-popup ul { list-style: none; padding: 0; margin: 0; }
.plans-popup li { padding: 10px; border-bottom: 1px solid #ddd; cursor: pointer; }
.plans-popup li:hover { background: #f0f0f0; }
.login__block{
  display: flex;
    flex-direction: column;
    row-gap: 10px;
}

.recover-password__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: 10px;
  text-align: center;
}
.info-login__description {
  text-align: center;
  color: #242424;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}
.login__wrapper {
  width: 100%;
  max-width: 460px;
  border-radius: 16px;
  background: #FFF;
  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;
  margin: 0px auto;
  padding: 40px;
}

.login__navs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #DBDBDB;
}

.login__nav {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  color: #949494;
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase;
  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;
  padding: 10px 0px 8px;
  position: relative;
  cursor: pointer;
}

.login__nav::after {
  content: "";
  width: 100%;
  height: 2px;
  background: #5234D7;
  position: absolute;
  bottom: -1px;
  left: 0;
  display: inline-block;
  opacity: 0;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.login__nav._active {
  color: #261645;
  font-weight: 500;
}

.login__nav._active::after {
  opacity: 1;
}

.form-login {
  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;
}

.form-login__row {
  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;
}

.form-login__label {
  display: inline-block;
  font-size: 16px;
  color: #261645;
  font-weight: 400;
}

.form-login__input {
  position: relative;
}

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: #2D2926;
  font-size: 16px;
  line-height: 1.2;
}

body._lock {
  overflow: hidden;
}

.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;
}

._container {
  width: 100%;
  max-width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0px 20px;
}
.proposals__items {
  display:flex;
 flex-direction:row;
 flex: 0 0 360px;
}
._btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 7px 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  background: #2D2926;
  border-radius: 50px;
  min-height: 48px;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  cursor: pointer;
}

._btn._stroke {
  border: 1px solid #2D2926;
  background: none;
  color: #2D2926;
}

._btn._orange {
  background: linear-gradient(313deg, #fdbb22 0%, #faa722 100%);
  color: #2D2926;
}

._btn._orange._stroke {
  border: 1px solid #fdbb22;
  color: #FAA722;
  background: none;
}

._btn._orange._stroke svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

._btn._orange._stroke svg path[fill] {
  fill: #FAA722;
}

._btn._orange._stroke svg path[stroke] {
  stroke: #FAA722;
}

._btn._white._stroke {
  border: 1px solid #fff;
  color: #fff;
  background: none;
}

._btn._white._stroke svg path[fill] {
  fill: #fff;
}

._btn._white._stroke svg path[stroke] {
  stroke: #fff;
}

._btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #2D2926;
  border: 1px solid #D9D9D9;
  cursor: pointer;
  border-radius: 50px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  height: 40px;
  padding: 0px 20px;
  -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 {
  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;
  transition: all 0.3s ease 0s;
  width: 14px;
  height: 14px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  margin-left: auto;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}
.header__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: 12px;
    color: #E6D2BA;
    font-size: 16px;
    font-weight: 600;
}
.header__list a {
    color: #3A1715;
    -webkit-transition: color 0.3s 0s;
    transition: color 0.3s 0s;
}
.language {
    position: relative;
}
.language__head {
    color: #3A1715;
    font-size: 14px;
    font-weight: 400;
    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: 5px;
    -moz-column-gap: 5px;
    column-gap: 5px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}
.language__body {
    position: absolute;
    top: calc(100% + 5px);
    left: 0;
    width: 50px;
    max-width: 50px;
    background: #F5F5F5;
    border-radius: 8px;
    padding: 8px 0px;
    display: none;
    z-index: 999;
}
 .page section:last-child {
    padding-bottom: 60px;
  }
.language__head._active .language__arrow {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.language__arrow {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 12px;
    flex: 0 0 12px;
    height: 12px;
    width: 12px;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
}

.language__body a{
  color:#000;
}

.header__item._mmd2 {
  display: none;
}
.language__body .header__item{
  text-align:center;
padding:5px 15px;
}
.header__list a {
    color: #3A1715;
    -webkit-transition: color 0.3s 0s;
    transition: color 0.3s 0s;
}
.select__options {
  color: #2D2926;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  font-size: 16px;
  border-radius: 8px;
  overflow-y: auto;
  -webkit-box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 16px -8px rgba(12, 12, 13, 0.1);
          box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 16px -8px rgba(12, 12, 13, 0.1);
}

.select__option {
  cursor: pointer;
  padding: 12px 20px;
  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: 50px;
  width: 100%;
  display: block;
  padding: 0px 20px;
 transform: none !important;
  min-height: 48px;
  background: #F3F3F3;
  border: 1px solid #F3F3F3;
  color: #8C8C8C;
  font-size: 14px;
}

.input[disabled="true"] {
  opacity: 0.5;
}

.input:focus {
  border-color: #2D2926 !important;
}

.input::-webkit-input-placeholder {
  color: #8C8C8C;
}

.input::-moz-placeholder {
  color: #8C8C8C;
}

.input:-ms-input-placeholder {
  color: #8C8C8C;
}

.input::-ms-input-placeholder {
  color: #8C8C8C;
}

.input::placeholder {
  color: #8C8C8C;
}

.input._focus {
  color: #2D2926;
}

.input._error {
  border-color: #FAA722 !important;
}

textarea.input {
  resize: none;
  padding: 14px 20px;
  height: 100px;
  overflow-y: auto;
  border-radius: 16px;
}

.label {
  color: #8C8C8C;
  font-size: 14px;
  display: inline-block;
}

.form__error {
  color: #FAA722;
  font-size: 14px;
  margin-top: 10px;
}

.checkbox {
  position: relative;
}

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

.checkbox__input:checked + .checkbox__text:before {
  background: url("../img/icons/check.svg") center/12px no-repeat, #FAA722;
  border-color: #FAA722;
}

.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: 12px;
  line-height: 1.4;
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  margin: 0px 8px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #D1D1D6;
  border-radius: 4px;
}

.checkbox a {
  color: #0856BC;
  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;
  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("../img/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("../img/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;
  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;
  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;
  max-width: 100%;
  max-height: 100%;
}

._title {
  font-size: 32px;
  font-weight: 700;
  color: #2D2926;
}

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;
  text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  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;
  aspect-ratio: 16/9;
}

.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("../img/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%;
}

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

.popup::before {
  content: "";
  background: rgba(45, 41, 38, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}
.popup.standard::before {
    content: "";
    background-color: rgba(28, 28, 28, 0.5);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    -webkit-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: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0);
}

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

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

.popup._active .popup__body {
  -webkit-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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  min-height: 100dvh;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
}
.standard .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: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  width: 100%;
  max-width: 360px;
  overflow: hidden;
  height: 100vh;
  max-height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.standard .popup__body {
  -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
    background-color: #fff;
    padding: 30px;
    width: 100%;
    max-width: 440px;
    max-height: 100%;
    height: 100%;
}
.standard .popup__top{
  padding:0px;
}
.request-send__title {
    color: #353132;
    font-size: 20px;
    font-weight: 400;
}
.request-send__body {
    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: 20px;
}
.popup__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 30px 30px 0px;
}

.popup__close {
  width: 22px;
  height: 22px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close.svg") 0 0 no-repeat;
}

.popup__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  padding: 30px;
}

.login {
  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;
}

.login__head {
  text-align: center;
}

.login__footer {
  font-size: 16px;
  font-weight: 600;
  text-align: center;
}

.login__footer a {
  font-size: 14px;
  color: #FAA722;
  font-weight: 400;
  text-underline-offset: 5px;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.form-login {
  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: 20px;
}

.form-login__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: 10px;
}

.form-login__forgot {
  color: #8C8C8C;
  font-size: 14px;
  -ms-flex-item-align: end;
      align-self: flex-end;
  border-bottom: 1px solid #FAA722;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
  padding-bottom: 3px;
}

.form-login__or {
  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;
  color: #8C8C8C;
  font-size: 14px;
}

.form-login__or::before,
.form-login__or::after {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: #D9D9D9;
}

.form-login__services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.form-login__service {
  font-size: 14px;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 7px 12px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 10px) / 2);
          flex: 1 0 calc((100% - 10px) / 2);
}

.buy-subscribe {
  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;
}

.buy-subscribe__title {
  font-size: 28px;
}

.cart-buy-subscribe {
  padding: 20px;
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
}

.cart-buy-subscribe__list {
  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: 16px;
}

.cart-buy-subscribe__list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 2px;
     -moz-column-gap: 2px;
          column-gap: 2px;
}

.cart-buy-subscribe__dots {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  border-bottom: 2px dotted #D9D9D9;
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-bottom: 2px;
}

.form-buy-subscribe {
  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: 20px;
}

.form-buy-subscribe__title {
  font-size: 16px;
  font-weight: 700;
}

.form-buy-subscribe__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: 20px;
}

.form-buy-subscribe__footer {
  margin-top: 10px;
}

.header {
  background: #fff;
  padding: 10px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  z-index: 3;
  border-bottom: 1px solid #E3E3E3;
}

.header._no-border {
  border: none;
}

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

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

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

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

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

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  color: #2D2926;
  font-size: 14px;
  font-weight: 600;
}

.menu__link {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.menu__button {
  min-height: 40px;
}

.profile-menu {
  position: relative;
}

.profile-menu__button._active {
  background: #FAA722 !important;
  color: #2D2926 !important;
}

.profile-menu__button._active svg path[fill] {
  fill: #2D2926 !important;
}

.profile-menu__button._active svg path[stroke] {
  stroke: #2D2926 !important;
}

.profile-menu__top {
  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;
}

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

.profile-menu__title {
  font-size: 22px;
  font-weight: 700;
  color: #2D2926;
}

.profile-menu__list {
  position: absolute;
  top: calc(100% + 10px);
  right: 0;
  min-width: none;
  border: 1px solid #E5E5E5;
  min-width: 170px;
  background: #fff;
  border-radius: 8px;
  display: none;
  -webkit-box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 16px -8px rgba(12, 12, 13, 0.1);
          box-shadow: 0 4px 4px -4px rgba(12, 12, 13, 0.05), 0 16px 16px -8px rgba(12, 12, 13, 0.1);
}

.profile-menu__item {
  padding: 12px;
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #2D2926;
}

.icon-menu {
  display: none;
}

.footer__main {
  background: #2D2926;
  padding: 50px 0px;
}

.footer__bottom {
  background: #262321;
  padding: 16px 0px;
}

.main-footer__navigation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  -webkit-column-gap: 80px;
     -moz-column-gap: 80px;
          column-gap: 80px;
  row-gap: 40px;
}

.main-footer__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}

.main-footer__list {
  margin-top: 16px;
  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: 16px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.4;
}

.main-footer__list a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.main-footer__socials {
  margin-top: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
  row-gap: 16px;
}

.main-footer__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.main-footer__social svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-footer__social svg path[fill] {
  fill: #fff;
}

.main-footer__social svg path[stroke] {
  stroke: #fff;
}

.bottom-footer__container {
  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;
}

.bottom-footer__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.bottom-footer__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100px;
          flex: 0 0 100px;
  width: 100px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

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

.bottom-footer__copy {
  padding-left: 30px;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: left;
}

.bottom-footer__dev {
  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: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  color: #fff;
  font-size: 14px;
  opacity: 0.75;
}

.bottom-footer__dev svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.bottom-footer__dev svg path[fill] {
  fill: #fff;
}

.bottom-footer__dev svg path[stroke] {
  stroke: #fff;
}

.bottom-footer__payments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  color: rgba(255, 255, 255, 0.75);
  font-size: 14px;
}

.bottom-footer__payment-list {
  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;
}

.banner {
  padding: 10px 0px 50px;
}

.banner__wrapper {
  position: relative;
}

.banner__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  aspect-ratio: 1160/560;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #424644;
  padding: 30px 110px;
}

.banner__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
  max-width: 465px;
}

.banner__title {
  color: #fff;
  font-family: "Bebas Neue";
  font-size: 62px;
}

.banner__button {
  margin-top: 30px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.banner__image {
  width: 74%;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.banner__arrow {
  width: 38px;
  height: 38px;
  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: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.banner__arrow._prev {
  left: -12px;
  -webkit-transform: translate(-100%, -50%);
      -ms-transform: translate(-100%, -50%);
          transform: translate(-100%, -50%);
}

.banner__arrow._next {
  right: -12px;
  -webkit-transform: translate(100%, -50%);
      -ms-transform: translate(100%, -50%);
          transform: translate(100%, -50%);
}

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

.banner__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 16px;
}

.banner__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FAA722;
  cursor: pointer;
}

.banner__paggination .swiper-pagination-bullet-active {
  background: #FAA722;
}

.product-section {
  padding: 50px 0px;
}

.product-section__content {
  margin-top: 30px;
}

.product-section__slider {
  position: relative;
}

.product-section__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((1160px - 30px * 3) / 4);
          flex: 0 0 calc((1160px - 30px * 3) / 4);
}

.product-section__slide:not(:last-child) {
  margin-right: 30px;
}

.head-product-section {
  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;
}

.head-product-section__main {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
}

.head-product-section__title {
  line-height: 1;
}

.head-product-section__more {
  font-size: 14px;
  font-weight: 600;
  color: #FAA722;
  margin-bottom: 4px;
}

.head-product-section__arrows {
  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;
}

.head-product-section__arrow {
  width: 28px;
  height: 28px;
  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: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.head-product-section__arrow img,
.head-product-section__arrow svg {
  width: 15px;
  height: 15px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
}

.product {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
}

.product__image {
  aspect-ratio: 267/330;
  position: relative;
}

.product__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.product__body {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  row-gap: 10px;
  padding: 40px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(27, 27, 27, 0)), to(#1b1b1b));
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, #1b1b1b 100%);
}

.product__name {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.product__button {
  min-height: 40px;
  font-size: 14px;
}

.product__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  width: 100%;
  padding: 20px;
}

.product__footer .product__price {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.product__footer .product__level {
  position: static;
}

.product__price {
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}

.product__level {
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.level-product {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

.level-product__col {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  width: 6px;
  height: 16px;
  background: #92908E;
  position: relative;
}

.level-product__col._half::after {
  content: '';
  width: 100%;
  height: 50%;
  background: #FAA722;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.level-product__col._active {
  background: #FAA722;
}

.how-work {
  padding: 50px 0px;
}

.how-work__content {
  margin-top: 30px;
}

.how-work__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.item-how-work {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  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: 20px;
  padding: 24px;
  border-radius: 16px;
}

.item-how-work__top {
  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-how-work__icon {
  margin-right: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.item-how-work__step {
  color: rgba(199, 201, 199, 0.3);
  font-family: "Bebas Neue";
  font-size: 62px;
  margin-left: auto;
  line-height: 1;
}

.item-how-work__info {
  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: 12px;
}

.item-how-work__name {
  color: #2D2926;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.4;
}

.item-how-work__text {
  color: rgba(45, 41, 38, 0.75);
  font-size: 14px;
  line-height: 1.4;
}

.mini-banner {
  padding: 50px 0px;
}

.mini-banner__wrapper {
  background: linear-gradient(133deg, #c7c9c7 0%, #e0ba9f 100%);
  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;
  padding: 0px 55px 0px 100px;
  min-height: 380px;
  border-radius: 16px;
  -webkit-column-gap: 45px;
     -moz-column-gap: 45px;
          column-gap: 45px;
}

.mini-banner__image {
  aspect-ratio: 472/428;
  margin: -25px 0px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  width: 472px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 472px;
          flex: 0 0 472px;
}

.mini-banner__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mini-banner__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: 25px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  max-width: 425px;
  width: 100%;
}

.mini-banner__title {
  color: #2D2926;
  font-family: "Bebas Neue";
  font-size: 62px;
}

.mini-banner__text {
  color: rgba(45, 41, 38, 0.75);
  font-size: 14px;
  line-height: 1.4;
  max-width: 360px;
}
._bottom{
 align-items:end;
  justify-content: end;
    display: flex;
}
.breadcrums {
  padding: 50px 0px 30px;
}

.breadcrums + section {
  padding-top: 0 !important;
}
.cabinet{
  padding-bottom:20px;
}
.breadcrums__list {
  font-size: 14px;
  color: #2D2926;
  line-height: 1.7;
}

.breadcrums__item a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 5px;
  color: #8C8C8C;
}

.breadcrums__item:not(:last-child)::after {
  content: '—';
  margin-left: 5px;
}

.catalog {
  padding: 50px 0px;
}

.catalog__head {
  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;
}

.catalog__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.catalog__filter {
  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: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  background: none;
  font-size: 16px;
  font-weight: 400;
  color: #2D2926;
}

.catalog__content {
  margin-top: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 290px 1fr;
  grid-template-columns: 290px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

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

.catalog__sort {
  font-size: 16px;
  font-weight: 400;
  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;
  margin-left: auto;
}

.catalog__select {
  width: 122px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 122px;
          flex: 0 0 122px;
}

.catalog__list {
  margin-top: 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.catalog__list:first-child {
  margin-top: 0;
}

.catalog__item .product__body {
  row-gap: 20px;
}

.catalog__item .product__name {
  font-size: 20px;
}

.sidebar-catalog__wrapper {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  padding: 20px;
  border-radius: 16px;
  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: 20px;
}

.sidebar-catalog__name {
  color: #2D2926;
  font-size: 16px;
  font-weight: 700;
}

.sidebar-catalog__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: 20px;
  color: #2D2926;
  font-size: 16px;
  font-weight: 400;
}

.sidebar-catalog__list li._active {
  color: #FAA722;
}

.sidebar-catalog__list a {
  color: inherit;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.sidebar-catalog__footer {
  padding: 20px;
  background: #fff;
  border-top: 1px solid #D7D7D7;
}

.top-sidebar-catalog {
  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;
  padding: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.top-sidebar-catalog__main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

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

.top-sidebar-catalog__title {
  font-size: 18px;
  font-weight: 600;
  color: #2D2926;
}

.top-sidebar-catalog__close {
  width: 24px;
  height: 24px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  background: none;
}

.card {
  padding: 25px 0px;
}

.card__banner {
  aspect-ratio: 16/9;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.card__banner iframe iframe {
  width: 100%;
  height: 100%;
}
.card__banner video,
.card__banner img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.card__main {
  margin-top: 50px;
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
  border-radius: 16px;
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
}

.card__column {
  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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.card__info {
  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: 20px;
}

.card__top {
  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;
}

.card__lesson {
  color: #FAA722;
  font-size: 20px;
  font-weight: 600;
}

.card__time {
  color: #2D2926;
  font-size: 14px;
  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: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

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

.card__level {
  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;
  font-size: 14px;
  color: #2D2926;
}

.card__level .level-product__col:not(._active) {
  background: #E9E9E9;
}

.card__title {
  line-height: 1.4;
}

.card__text {
  font-size: 16px;
  color: #8C8C8C;
  line-height: 1.4;
}

.card__button {
  font-weight: 600;
  font-size: 16px;
}

.card__assets {
  -webkit-box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
          box-shadow: 0 1px 4px 0 rgba(12, 12, 13, 0.05), 0 1px 4px 0 rgba(12, 12, 13, 0.1);
  padding: 20px;
  background: #fff;
  width: 100%;
  border-radius: 12px;
}

.card__description {
  color: #2D2926;
  font-size: 16px;
  line-height: 1.5;
}
.card__description p{
  margin-bottom:10px;
}
.card__description ul{
  padding-left:20px;
}
.card__description ul li{
  list-style:disc;
}
.details-card {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.details-card__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;
  text-align: center;
  row-gap: 10px;
}

.details-card__step {
  width: 56px;
  height: 56px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  background: linear-gradient(133deg, #c7c9c7 0%, #e0ba9f 100%);
  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: center;
  color: #2D2926;
  font-size: 20px;
  font-weight: 700;
  border-radius: 50%;
}

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

.details-card__name {
  color: #2D2926;
  font-size: 16px;
  font-weight: 600;
}

.assets-card {
  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: 24px;
}

.assets-card__top {
  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;
  font-size: 16px;
  font-weight: 700;
}

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

.assets-card__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: 16px;
}

.assets-card__item {
  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: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  font-size: 14px;
  color: #2D2926;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.assets-card__item svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.assets-card__item svg path[fill] {
  fill: #8C8C8C;
}

.assets-card__item svg path[stroke] {
  stroke: #8C8C8C;
}

.assets-card__button {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.gallery-card__thumbs {
  margin-top: 20px;
}

.main-gallery-card {
  position: relative;
}
.main-blog-card__slide,
.main-gallery-card__slide {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
}
.main-blog-card__slide video,
.main-gallery-card__slide video {
  width: 100%;
  height: 100%;
  max-width: 100%;
}

.main-gallery-card__slide iframe {
  width: 100%;
  height: 100%;
}

.main-gallery-card__slide:not(:last-child) {
  margin-right: 20px;
}
.main-blog-card__slide img,
.main-gallery-card__slide img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery-card__video:not([controls]) {
  position: relative;
  cursor: pointer;
}

.main-gallery-card__arrow {
  width: 38px;
  height: 38px;
  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: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.main-gallery-card__arrow._prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.main-gallery-card__arrow._next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

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

.thumbs-gallery-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 270px;
          flex: 0 0 270px;
  aspect-ratio: 16/9;
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  cursor: pointer;
  -webkit-transition: opacity 0.3s 0s;
  transition: opacity 0.3s 0s;
}

.thumbs-gallery-card__item:not(:last-child) {
  margin-right: 20px;
}

.thumbs-gallery-card__item:not(.swiper-slide-thumb-active) {
  opacity: 0.35;
}

.thumbs-gallery-card__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.program-course {
  padding: 25px 0px;
}

.program-course__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: 10px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.program-course__text {
  color: #8C8C8C;
  font-size: 16px;
}

.program-course__content {
  margin-top: 30px;
  position: relative;
}

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

.program-course__item:not(:last-child) {
  margin-right: 40px;
}

.program-course__arrow {
  width: 38px;
  height: 38px;
  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: #fff;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
          box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.15);
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.program-course__arrow._prev {
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.program-course__arrow._next {
  right: 0;
  -webkit-transform: translate(50%, -50%);
      -ms-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
}

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

.program-course__paggination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 16px;
}

.program-course__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  border: 1px solid #FAA722;
  cursor: pointer;
}

.program-course__paggination .swiper-pagination-bullet-active {
  background: #FAA722;
}

.program-course__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.program-course__button {
  font-size: 16px;
}

.item-program {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
  overflow: hidden;
}

.item-program__image {
  aspect-ratio: 360/205;
  position: relative;
  overflow: hidden;
}

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

.item-program__body {
  padding: 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: 10px;
}

.item-program__lesson {
  color: #FAA722;
  font-size: 16px;
  font-weight: 600;
}

.item-program__name {
  color: #2D2926;
  font-size: 18px;
  font-weight: 700;
}
.back_to_course {
    display: inline-flex;       /* Flex layout */
    align-items: center;        /* Vertically center */
    gap: 8px;                   /* Space between arrow and text */
           /* Base text size */
    text-decoration: none;      /* Remove underline */
    font-size: 16px;
    color: #8C8C8C;
    line-height: 1.4;            /* Optional text color */
}

.back_to_course .arrow {
    font-size: 20px;            /* Arrow size */
    line-height: 1;             /* Prevent extra spacing */
}
.item-program__text {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 1.4;
}

.plan {
  padding: 25px 0px;
}

.plan__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: 10px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.plan__text {
  color: #8C8C8C;
  font-size: 16px;
}

.plan__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

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

.item-plan {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
  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;
  padding: 30px;
  row-gap: 30px;
}

.item-plan._center {
  background: #DFB597;
}

.item-plan._center .item-plan__top {
  border-color: #2D2926;
}

.item-plan._center .item-plan__name {
  color: #2D2926;
}

.item-plan__top {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-bottom: 20px;
  border-bottom: 1px solid #D7D7D7;
}

.item-plan__name {
  color: #FAA722;
  font-size: 16px;
  font-weight: 700;
}

.item-plan__price {
  font-size: 16px;
  font-weight: 700;
}
.item-plan__price._old,
.item-plan__price._old span {
  color: #252223;
  font-size: 20px;
  font-weight: 400;
  text-decoration: line-through;
}
.item-plan__price._new,
.item-plan__price._new span {
  color: #EB2334;
  font-weight: 700;
}
.item-plan__price span {
  font-size: 32px;
}
.item-plan__body ul,
.item-plan__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: 20px;
}
.item-plan__body ul li,
.item-plan__item {
  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;
  font-size: 16px;
  font-weight: 600;
  color: #2D2926;
}
.item-plan__body ul li::before,
.item-plan__item::before {
  content: '';
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
  background: url(../img/icons/has.svg) center/cover no-repeat;
}

.item-plan__button {
  margin-top: 30px;
  font-size: 16px;
}

.success {
  padding: 60px 0px;
}

.success__wrapper {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
  margin: 0px auto;
  width: 100%;
  max-width: 404px;
  padding: 30px;
  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;
  row-gap: 30px;
}

.success__main {
  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: 20px;
}

.success__icon {
  width: 62px;
  height: 62px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 62px;
          flex: 0 0 62px;
}

.success__title {
  font-size: 24px;
  font-weight: 700;
}

.success__title span {
  font-size: 16px;
  font-weight: 400;
}

.success__text {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.success__button {
  font-size: 16px;
}

.contacts__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  row-gap: 20px;
}

.contacts__column {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
  padding: 30px;
}

.contacts__title {
  font-size: 28px;
  font-weight: 700;
}

.contacts__body {
  margin-top: 30px;
}

.info-contacts {
  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;
}

.info-contacts__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.info-contacts__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.info-contacts__name {
  color: #8C8C8C;
  font-size: 16px;
}

.info-contacts__body {
  font-size: 16px;
  font-weight: 600;
  color: #2D2926;
}

.info-contacts__body:not(:first-child) {
  margin-top: 10px;
}

.info-contacts__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 16px;
     -moz-column-gap: 16px;
          column-gap: 16px;
}

.info-contacts__social {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.info-contacts__social svg path {
  -webkit-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.info-contacts__social svg path[fill] {
  fill: #2D2926;
}

.info-contacts__social svg path[stroke] {
  stroke: #2D2926;
}

.callback {
  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: 20px;
}

.callback__label {
  margin-bottom: 5px;
}

.callback__input .input {
  background: #fff;
  border-color: #fff;
}

.about__wrapper {
  margin-top: 30px;
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  font-size: 16px;
  font-weight: 400;
  color: #2D2926;
  line-height: 1.5;
}

.about__wrapper h3 {
  font-size: 18px;
  font-weight: 700;
}
.about__wrapper h2{
   font-size: 20px;
  font-weight:700;
}
.about__wrapper ul{
  padding-left: 25px;
}
.about__wrapper ul li{
  list-style:disc;
}

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

.about__image {
  width: 100%;
  max-width: calc((100% - 50px) / 2);
  border-radius: 16px;
  overflow: hidden;
  height: 370px;
  position: relative;
  float: right;
  margin: 0px 0px 30px 50px;
}

.about__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.cabinet__content {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 220px 1fr;
  grid-template-columns: 220px 1fr;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.sidebar-cabinet__list {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
  overflow: hidden;
}

.sidebar-cabinet__item {
  padding: 16px 20px;
  display: block;
  font-size: 14px;
  color: #2D2926;
}

.sidebar-cabinet__item._exit {
  border-top: 1px solid #D9D9D9;
}

.sidebar-cabinet__item._active {
  background: #DFB597;
}

.data-cabinet {
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
  overflow: hidden;
  padding: 30px;
}

.data-cabinet__section {
  padding: 30px 0px;
}

.data-cabinet__section:first-child {
  padding-top: 0;
}

.data-cabinet__section:last-child {
  padding-bottom: 0;
}

.data-cabinet__section:not(:last-child) {
  border-bottom: 1px solid #8C8C8C;
}

.data-cabinet__title {
  font-size: 28px;
  font-weight: 700;
  color: #2D2926;
}

.data-cabinet__body {
  margin-top: 30px;
}

.form-data-cabinet {
  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;
}

.form-data-cabinet__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 30px;
}

.form-data-cabinet__item {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 30px) / 2);
          flex: 1 0 calc((100% - 30px) / 2);
}

.form-data-cabinet__label {
  margin-bottom: 5px;
}

.form-data-cabinet__input .input {
  background: #fff;
  border-color: #fff;
}

.form-data-cabinet__footer {
  width: 100%;
  max-width: calc((100% - 30px) / 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: 30px;
}

.course-cabinet__title {
  font-size: 28px;
  font-weight: 700;
  color: #2D2926;
}

.course-cabinet__content {
  margin-top: 20px;
}

.course-cabinet__list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.item-course-cabinet {
  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: 20px;
}

.item-course-cabinet__image {
  width: 100%;
  aspect-ratio: 284/250;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.item-course-cabinet__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  inset: 0;
  -webkit-transition: -webkit-transform 0.3s 0s;
  transition: -webkit-transform 0.3s 0s;
  transition: transform 0.3s 0s;
  transition: transform 0.3s 0s, -webkit-transform 0.3s 0s;
}

.item-course-cabinet__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  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: 20px;
}

.item-course-cabinet__info {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  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: 12px;
}

.item-course-cabinet__level .level-product__col:not(._active) {
  background: #E9E9E9;
}

.item-course-cabinet__name {
  font-size: 16px;
  font-weight: 600;
  color: #2D2926;
  -webkit-transition: color 0.3s 0s;
  transition: color 0.3s 0s;
}

.item-course-cabinet__description {
  color: #8C8C8C;
  font-size: 14px;
  line-height: 1.4;
  display: -webkit-box;
  display: -moz-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  -moz-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}

.progress-course {
  padding: 20px;
  background: #F0F0F0;
  border-radius: 8px;
  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: 20px;
}

.progress-course__slidebar {
  position: relative;
  height: 6px;
  width: 100%;
  background: #fff;
  border-radius: 50px;
  margin-top: 24px;
}

.progress-course__process {
  color: #8C8C8C;
  font-size: 14px;
  position: absolute;
  bottom: calc(100% + 10px);
  left: 0;
}

.progress-course__lessons {
  font-size: 14px;
  font-weight: 600;
  color: #2D2926;
  position: absolute;
  bottom: calc(100% + 10px);
  right: 0;
}

.progress-course__button {
  min-height: 40px;
}

.subscribes-cabinet__title {
  font-size: 28px;
  font-weight: 700;
  color: #2D2926;
}

.subscribes-cabinet__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: 20px;
}

.subscribes-cabinet__item {
  padding: 30px;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: 140px 80px 40px 110px auto;
  grid-template-columns: 140px 80px 40px 110px auto;
  font-size: 16px;
  color: #2D2926;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  border-radius: 16px;
}

.subscribes-cabinet__item b {
  font-weight: 600;
}

.subscribes-cabinet__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.subscribes-cabinet__action {
  min-height: 40px;
}

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

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding-top: 97px;
}

.page section:last-child {
  padding-bottom: 100px;
}

@media (min-width: 721.98px) {
  .header__column._left {
    display: none;
  }

  .header__logo {
    margin-right: auto;
  }

  .profile-menu__top {
    display: none;
  }

  .profile-menu__item._exit {
    border-top: 1px solid #D9D9D9;
  }

  .banner__slider {
    border-radius: 30px;
    overflow: hidden;
  }

  .banner__slide {
    border-radius: 30px;
    overflow: hidden;
  }

  .product-section__slider::before,
  .product-section__slider::after {
    content: '';
    width: 190px;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, right top, from(rgba(225, 225, 225, 0)), to(#ffffff));
    background: linear-gradient(90deg, rgba(225, 225, 225, 0) 0%, #ffffff 100%);
    z-index: 1;
    display: inline-block;
    pointer-events: none;
  }

  .product-section__slider::after {
    left: 0;
    right: auto;
    background: -webkit-gradient(linear, right top, left top, from(rgba(225, 225, 225, 0)), to(#ffffff));
    background: linear-gradient(270deg, rgba(225, 225, 225, 0) 0%, #ffffff 100%);
  }

  .cabinet__title {
    font-size: 32px !important;
  }

  .form-data-cabinet._password .form-data-cabinet__body {
    max-width: calc((100% - 30px) / 2);
  }

  .form-data-cabinet._password .form-data-cabinet__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

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

  .catalog__filter {
    display: none;
  }

  .sidebar-catalog__body .catalog__sort {
    display: none;
  }

  .sidebar-catalog__top {
    display: none;
  }

  .sidebar-catalog__footer {
    display: none;
  }
}

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

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

@media (min-width: 1212px) {
  .banner__paggination {
    display: none;
  }

  .product-section__slider {
    margin: 0px calc((100vw - 1160px) / 2 * -1);
    padding: 0px 20px;
  }

  .card__info {
    max-width: 432px;
  }

  .card__details {
    max-width: 432px;
  }

  .card__assets {
    max-width: 432px;
  }

  .program-course__paggination {
    display: none;
  }
}

@media (max-width: 1212px) {
  .main-footer__navigation {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
    row-gap: 30px;
  }

  .banner {
    padding: 10px 0px 30px;
  }

  .banner__slide {
    padding: 30px 95px;
  }

  .banner__title {
    font-size: 52px;
  }

  .banner__button {
    margin-top: 20px;
  }

  .banner__arrow {
    display: none;
  }

  .product-section {
    padding: 30px 0px;
  }

  .product-section__slider {
    padding: 0px 20px;
    margin: 0px -20px;
  }

  .product-section__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 267px;
            flex: 0 0 267px;
  }

  .how-work {
    padding: 30px 0px;
  }

  .how-work__list {
    gap: 20px;
  }

  .mini-banner {
    padding: 30px 0px;
  }

  .mini-banner__wrapper {
    padding: 0px 15px 0px 30px;
  }

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

  .catalog {
    padding: 30px 0px;
  }

  .catalog__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -ms-grid-columns: 260px 1fr;
    grid-template-columns: 260px 1fr;
    margin-top: 30px;
  }

  .catalog__list {
    gap: 20px;
  }

  .catalog__item .product__name {
    font-size: 16px;
  }

  .main-gallery-card__arrow {
    display: none;
  }

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

  .program-course__item:not(:last-child) {
    margin-right: 20px;
  }

  .program-course__arrow {
    display: none;
  }

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

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

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

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

  .form-data-cabinet__body {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

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

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

  .subscribes-cabinet__item {
    padding: 20px;
    font-size: 14px;
    -ms-grid-columns: 120px 80px 40px 110px auto;
    grid-template-columns: 120px 80px 40px 110px auto;
  }

 
}

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

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

  .bottom-footer__copy {
    padding-left: 10px;
  }

  .bottom-footer__payments {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 5px;
  }

  .banner {
    padding: 10px 0px 25px;
  }

  .banner__slide {
    padding: 30px 70px;
  }

  .banner__title {
    font-size: 38px;
  }

  .product-section {
    padding: 25px 0px;
  }

  .product-section__content {
    margin-top: 20px;
  }

  .product-section__slide {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 194px;
            flex: 0 0 194px;
  }

  .product-section__slide:not(:last-child) {
    margin-right: 20px;
  }

  .head-product-section__more {
    margin-bottom: 1px;
  }

  .product__button {
    padding: 5px 10px;
  }

  .how-work {
    padding: 25px 0px;
  }

  .how-work__content {
    margin-top: 20px;
  }

  .how-work__list {
    gap: 10px;
  }

  .item-how-work {
    padding: 16px;
  }

  .item-how-work__name {
    font-size: 14px;
  }

  .mini-banner {
    padding: 25px 0px;
  }

  .mini-banner__wrapper {
    padding: 0px;
    min-height: 0px;
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }

  .mini-banner__image {
    margin: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    width: 50%;
  }

  .mini-banner__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 100%;
    row-gap: 16px;
    padding: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .mini-banner__title {
    font-size: 38px;
  }

  .catalog {
    padding: 25px 0px;
  }

  .catalog__content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .catalog__sidebar {
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100vh;
    max-height: 100dvh;
    overflow-y: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    z-index: 4;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
  }

  .catalog__sidebar:not(._active) {
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    pointer-events: none;
    opacity: 0;
  }

  .catalog__list {
    margin-top: 0;
  }

  .catalog__item .product__body {
    padding: 40px 20px 60px;
  }

  .sidebar-catalog__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: 30px;
    padding: 20px;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    overflow-y: auto;
  }

  .sidebar-catalog__body .catalog__sort {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    row-gap: 10px;
  }

  .sidebar-catalog__body .catalog__select {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .card__main {
    padding: 20px;
  }

  .card__description {
    font-size: 14px;
  }

  .details-card {
    gap: 20px;
  }

  .details-card__step {
    width: 46px;
    height: 46px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 46px;
            flex: 0 0 46px;
    font-size: 16px;
  }

  .details-card__name {
    font-size: 14px;
  }

  .thumbs-gallery-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 150px;
            flex: 0 0 150px;
    border-radius: 8px;
  }

  .program-course__content {
    margin-top: 20px;
  }

  .program-course__footer {
    margin-top: 20px;
  }

  .item-program__body {
    padding: 20px;
  }

  .item-program__name {
    font-size: 16px;
  }

  .plan__content {
    margin-top: 20px;
  }

  .item-plan {
    padding: 20px;
  }

  .success {
    padding: 50px 0px;
  }

  .contacts__column {
    padding: 20px;
  }

  .contacts__title {
    font-size: 24px;
  }

  .about__wrapper h3 {
    font-size: 14px;
  }

  .about__wrapper {
    padding: 20px;
    font-size: 14px;
    margin-top: 20px;
  }

  .about__image {
    height: 240px;
  }

  .cabinet__content {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    margin-top: 20px;
  }

   .cabinet__sidebar {
    display: none;
    /* margin-bottom:10px; */
  } 

  .subscribes-cabinet__body {
    margin-top: 20px;
  }

  .page section:last-child {
    padding-bottom: 50px;
  }
}

@media (max-width: 721.98px) {
  .header__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 70px 1fr;
    grid-template-columns: 1fr 70px 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__column._right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

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

  .menu__body {
    position: fixed;
    top: 73px;
    left: 0;
    width: 100%;
    max-width: 100%;
    background: #fff;
    z-index: 2;
    -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: 30px;
    max-height: calc(100vh - 73px);
    height: 100vh;
    row-gap: 0;
    overflow-y: auto;
    -webkit-transition: all 0.3s 0s;
    transition: all 0.3s 0s;
    border-top: 1px solid #E3E3E3;
  }

  .menu__body:not(._active) {
    pointer-events: none;
    visibility: hidden;
    -webkit-transform: translateY(100%);
        -ms-transform: translateY(100%);
            transform: translateY(100%);
  }

  .menu__list {
    -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;
    font-size: 18px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    padding-bottom: 30px;
  }

  .menu__button {
    width: 100%;
    max-width: 100%;
  }

  .profile-menu {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    margin: 0px -30px -30px;
    padding: 30px;
    width: calc(100% + 60px);
    background: linear-gradient(133deg, rgba(199, 201, 199, 0.2) 0%, rgba(224, 186, 159, 0.2) 100%);
  }

  .profile-menu__button {
    display: none;
  }

  .profile-menu__list {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    position: static;
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none;
    margin-top: 30px;
    background: none;
  }

  .profile-menu__item {
    padding: 0px;
    font-size: 18px;
    font-weight: 600;
  }

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

  .icon-menu span {
    -webkit-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: #2D2926;
  }

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

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

  .icon-menu._active span {
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
  }

  .icon-menu._active span:first-child {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
    top: calc(50% - 1px);
  }

  .icon-menu._active span:last-child {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
    bottom: calc(50% - 1px);
  }

  .footer__main {
    padding: 30px 0px;
  }

  .main-footer__navigation {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .bottom-footer__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .banner__container {
    padding: 0px;
  }

  .banner__slide {
    aspect-ratio: unset;
    min-height: 350px;
    padding: 20px 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }

  .banner__slide::after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0;
    background: rgba(45, 41, 38, 0.65);
    display: inline-block;
    z-index: 1;
  }

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

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

  .banner__image {
    width: 100%;
    height: 100%;
  }

  .banner__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }

  .how-work__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .mini-banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .mini-banner__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
  }

  .mini-banner__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }

  .catalog__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .card__main {
    margin-top: 30px;
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

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

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

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

  .contacts__wrapper {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .about__image {
    float: none;
    margin: 0px 0px 20px 0px;
    max-width: 100%;
    aspect-ratio: 280/190;
  }

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

  .form-data-cabinet__footer {
    max-width: 100%;
  }

  .course-cabinet__list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }

  .subscribes-cabinet__item {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    font-size: 16px;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0;
  }

  .subscribes-cabinet__item > *:nth-child(-n+2) {
    font-weight: 600;
  }

  .subscribes-cabinet__item > *:nth-child(even) {
    text-align: right;
  }

  .subscribes-cabinet__actions {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .page {
    padding-top: 73px;
  }
}

@media (max-width: 479.98px) {
  ._title {
    font-size: 22px;
  }

  .main-footer__navigation {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .banner {
    padding: 10px 0px 15px;
  }

  .banner__title {
    font-size: 32px;
  }

  .banner__paggination {
    margin-top: 12px;
  }

  .product-section {
    padding: 15px 0px;
  }

  .product-section__slider {
    padding: 0px;
    margin: 0px;
  }

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

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

  .head-product-section__main {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .head-product-section__more {
    margin-bottom: 0;
  }

  .product__image {
    aspect-ratio: 155/225;
  }

  .product__body {
    padding: 32px 12px;
  }

  .product__name {
    font-size: 14px;
  }

  .product__button {
    font-size: 12px;
    padding: 5px 20px;
  }

  .product__button img,
  .product__button svg {
    display: none;
  }

  .product__level {
    right: 12px;
  }

  .how-work {
    padding: 15px 0px;
  }

  .how-work__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .item-how-work {
    row-gap: 10px;
  }

  .mini-banner {
    padding: 15px 0px;
  }

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

  .catalog {
    padding: 15px 0px;
  }

  .catalog__content {
    margin-top: 20px;
  }

  .catalog__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .catalog__item .product__image {
    aspect-ratio: 320/200;
  }

  .catalog__item .product__button img,
  .catalog__item .product__button svg {
    display: block;
  }

  .card {
    padding: 15px 0px;
  }

  .card__banner {
    aspect-ratio: 32/22;
  }

  .card__text {
    font-size: 14px;
  }

  .card__button {
    width: 100%;
  }

  .gallery-card__thumbs {
    margin-top: 10px;
  }

  .thumbs-gallery-card__item:not(:last-child) {
    margin-right: 10px;
  }

  .thumbs-gallery-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100px;
            flex: 0 0 100px;
  }

  .program-course {
    padding: 15px 0px;
  }

  .program-course__text {
    font-size: 14px;
  }

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

  .program-course__paggination {
    margin-top: 12px;
  }

  .plan {
    padding: 15px 0px;
  }

  .plan__text {
    font-size: 14px;
    width: 320px;
  }

  .success {
    padding: 30px 0px;
  }

  .success__wrapper {
    row-gap: 20px;
  }

  .data-cabinet {
    padding: 20px;
  }

  .data-cabinet__section {
    padding: 20px 0px;
  }

  .data-cabinet__title {
    font-size: 20px;
  }

  .data-cabinet__body {
    margin-top: 20px;
  }

  .form-data-cabinet {
    row-gap: 20px;
  }

  .form-data-cabinet__body {
    row-gap: 20px;
  }

  .course-cabinet__title {
    font-size: 18px;
  }

  .course-cabinet__list {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
  }

  .subscribes-cabinet__title {
    font-size: 20px;
  }

  .page section:last-child {
    padding-bottom: 30px;
  }
}

@media (min-width: 721.98px) and (max-width: 991.98px) {
  .product-section__slider::before,
  .product-section__slider::after {
    width: 110px;
  }
}

@media (any-hover: hover) {
  .back_to_course:hover{
    color:#faa722;
  }
  ._btn._stroke:hover {
    background: #2D2926;
    color: #fff;
  }

  ._btn._stroke:hover svg path[fill] {
    fill: #fff;
  }

  ._btn._stroke:hover svg path[stroke] {
    stroke: #fff;
  }

  ._btn:hover {
    background: #44352c;
  }

  ._btn._orange:hover {
    background: linear-gradient(313deg, #fdbb22 0%, #faa722 100%);
    color: #2D2926;
  }

  ._btn._orange._stroke:hover {
    background: linear-gradient(313deg, #fdbb22 0%, #faa722 100%);
    color: #2D2926;
  }

  ._btn._orange._stroke:hover svg path[fill] {
    fill: #2D2926;
  }

  ._btn._orange._stroke:hover svg path[stroke] {
    stroke: #2D2926;
  }

  ._btn._white._stroke:hover {
    background: #fff;
    color: #2D2926;
  }

  ._btn._white._stroke:hover svg path[fill] {
    fill: #2D2926;
  }

  ._btn._white._stroke:hover svg path[stroke] {
    stroke: #2D2926;
  }

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

  .form-login__forgot:hover {
    color: #FAA722;
  }

  .menu__link:hover {
    color: #FAA722;
  }

  .profile-menu__item:hover {
    background: rgba(250, 167, 34, 0.1);
  }

  .main-footer__list a:hover {
    color: #FAA722;
  }

  .main-footer__social:hover svg path[fill] {
    fill: #FAA722;
  }

  .main-footer__social:hover svg path[stroke] {
    stroke: #FAA722;
  }

  .bottom-footer__dev:hover {
    opacity: 1;
  }

  .banner__arrow:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .head-product-section__more:hover {
    text-decoration: underline;
  }

  .head-product-section__arrow:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .breadcrums__item a:hover {
    color: #2D2926;
  }

  .sidebar-catalog__list a:hover {
    color: #FAA722;
  }

  .assets-card__item:hover {
    color: #FAA722;
  }

  .assets-card__item:hover svg path[fill] {
    fill: #FAA722;
  }

  .assets-card__item:hover svg path[stroke] {
    stroke: #FAA722;
  }

  .main-gallery-card__arrow:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .thumbs-gallery-card__item:not(.swiper-slide-thumb-active):hover {
    opacity: 0.5;
  }

  .program-course__arrow:hover {
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.25);
  }

  .info-contacts__social:hover svg path[fill] {
    fill: #FAA722;
  }

  .info-contacts__social:hover svg path[stroke] {
    stroke: #FAA722;
  }

  .sidebar-cabinet__item:not(._active):hover {
    background: rgba(223, 181, 151, 0.2);
  }

  .item-course-cabinet__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-course-cabinet__name:hover {
    color: #FAA722;
  }
}
@supports (-webkit-touch-callout: none) {
    body {
        touch-action: manipulation;
    }

    input,
    textarea,
    select {
        font-size: 16px !important;
        -webkit-text-size-adjust: 100%;
    }
}
