/* FONTS */
/* @font-face {
  font-family: 'e-Ukraine'; 
  src: url('/fonts/e-Ukraine-Regular.woff2') format('woff2'); 
  font-weight: normal;
  font-style: normal;
} */

@font-face {
  font-family: 'SFProText'; 
  src: url('../fonts/SFProText-Regular.ttf') format('woff2'); 
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.ttf') format('woff2');
  font-weight: normal; 
  font-style: normal; 
}

@font-face {
  font-family: SFB;
  src: url(../fonts/SFProText-Bold-xE-p46bC.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: SFSB;
  src: url(../fonts/SFProText-Semibold-D1tiWH2i.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: SF;
  src: url(../fonts/SFProText-Regular-Cp76WCaJ.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: SFM;
  src: url(../fonts/SFProText-Medium-BF4E2vfJ.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

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

@font-face {
  font-family: CDB;
  src: url(../fonts/ClashDisplay-Bold-DLC90PTw.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: CDSB;
  src: url(../fonts/ClashDisplay-Semibold-DtmhZ-xU.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: CD;
  src: url(../fonts/ClashDisplay-Regular-RJ1gwrr2.otf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: CDM;
  src: url(../fonts/ClashDisplay-Regular-RJ1gwrr2.otf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: RFB;
  src: url(../fonts/RFDewi-Bold-Cv2tpyAv.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: RFSB;
  src: url(../fonts/RFDewi-Semibold-DSxOXH8u.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: RF;
  src: url(../fonts/RFDewi-Regular-DMrs5qGy.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: RFM;
  src: url(../fonts/RFDewi-Regular-DMrs5qGy.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

@font-face {
  font-family: M;
  src: url(../fonts/Manrope-Regular-BjNcpSXg.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap
}

/* --------------- GENERAL STYLES --------------- */

html {
  min-height: 100vh;
  overflow-x: hidden;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  position: relative;
  font-style: normal;
  line-height: normal;
  font-family: CD, RF, sans-serif;
  letter-spacing:normal;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: var(--Black, #161616);
  align-items: center;
}

@media (max-width: 768px) {
  body {
    font-size: 14px; /* Ajusta o tamanho da fonte para dispositivos móveis */
  }
}

p {
  margin:0;
}

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

a {
  text-decoration: none;
  color:rgba(191, 235, 12, 1);
}

@media (hover: hover) {
  a:hover {
    text-decoration: underline;
  }
}

.conteiner {
  box-sizing: border-box;
  margin: 0;
  position: relative;
  overflow: hidden;
  flex: 1;
  width: 100%;
  max-width: 1920px;
    /* z-index: 1; */
}

.background-image {
  width: 100%;
  height: auto;
  display: block;
}

.background-image-mobile {
  display: none !important;
  width: 100%;
  height: auto;
}

.conteiner .my-slider-item > img {
  width: 100%;
  height: auto;
  display: block;
}

.sun {
  position: absolute;
  background-image: url('../images/ellipse_53.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  background-image: url('../images/play-button.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: none;
  cursor: pointer;
  z-index: 1;
}

.play-button:hover {
  background-image: url('../images/play-button-hover.png');
}

/* buttons */

button {
  font-style: normal;
  line-height: normal;
  font-family: M, sans-serif;
}

.btn {
  display: flex;
  /* height: 47px; */
  padding: 20px 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #BFEB0C;
  background-color: unset;
  cursor: pointer;
  box-sizing: border-box;
  color: var(--Active, #BFEB0C);
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: -0.24px; */
  white-space:nowrap;
  line-height: 14px;
}

@media (hover: hover) {
  .btn:hover {
    color: var(--Black, #161616);
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    text-decoration: none;
  }
}

.btn-filled {
  display: inline-flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  background: var(--Active, #BFEB0C);
  border:none;
  color: var(--Black, #161616);
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: -0.24px; */
  white-space:nowrap;
  font-family: M, sans-serif;
/* line-height: 14px; */
  line-height: 1px;
  gap:10px;
}

@media (hover: hover) {
  .btn-filled:hover {
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    border:none;
    box-sizing: border-box;
    text-decoration: none;
  }
}

.btn-favorite {
  width: 47px;
  height: 47px;
  padding: 0px 10px;
  border-radius: 47px;
  border: 1px solid #BFEB0C;
  background:none;
  cursor:pointer;
}

@media (hover: hover) {
  .btn-favorite:hover {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
  }

  .btn-favorite:hover img {
    content: url('../images/favorite-icon-black.svg');
  }
}

.slider-btn {
  display: flex;
  width: 35.25px;
  height: 35.25px;
  padding: 7.5px 15px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 22.5px;
  border: 0.75px solid var(--Gray-3, #828282);
  background-color: unset;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  cursor: pointer;
}

@media (hover: hover) {
  .slider-btn:hover {
    border: 0.75px solid var(--Active, #BFEB0C);
  }
}

.slider-btn.left-arrow {
  background-image: url('../images/arrow-left.svg'); 
}

.slider-btn.right-arrow {
  background-image: url('../images/arrow-right.svg'); 
}

.btn-back {
  display: flex;
  width: 234px;
  height: 74px;
  padding: 5px 0px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: -0.24px; */
  border:none;
  cursor: pointer;
}

.btn-back.short {
  width: 44px;
  height: 44px;
}

@media (hover: hover) {
  .btn-back:hover {
    background: var(--Active, #BFEB0C) !important;
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    color: var(--Black, #161616) !important;
  }

  .btn-back:hover img {
    content: url("../images/chevron-left.svg");
  }


  }

  .btn.instagram:hover img {
    content: url("../images/instagram-icon-black.svg");
  }
}

.btn-more {
  display: flex;
  align-items: center;
  justify-content: space-between;
  /* width: 138px; */
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: -0.24px; */
  color:#BFEB0C;
  border-bottom: 1px solid #BFEB0C;
  padding: 4px 10px;
  cursor: pointer;
  gap:10px;
}

@media (hover: hover) {
  .btn-more:hover {
    color:#FFD86E;
    border-bottom: 1px solid #FFD86E;
  }

  .btn-more:hover img {
    content: url('../images/upload-arrow-hover.svg');
  }
}

.btn-more img {
  width: 24px;
}

@media (hover: hover) {
  .btn-more.right:hover a {
    color:#BFEB0C;
  }

  .btn-more.right:hover img {
    content: url('../images/chevron-right-green.svg');
  }

  .btn-more:hover {
    text-decoration: none;
  }
}

.btn-more.right a {
  color:#FFD86E;
  text-decoration: none;
}

#line-up-grid, #line-up-rows {
  outline: none;
  border:none;
}

@media (hover: hover) {
  #line-up-grid:hover {
    background: var(--Yellow, #FFD86E);
    box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
  }
}

.btn-black {
  display: flex;
  padding: 15px 10px;
  align-items: center;
  border-radius: 12px;
  background: rgba(22, 22, 22, 0.23);
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  outline: none;
  border:none;
  cursor: pointer;
}

@media (hover: hover) {
  .btn-black:hover {
    background: var(--Yellow, #FFD86E);
    color: #161616;
  }

  .header-logout:hover img {
    content: url('../images/logout-hover.svg');
  }
}

.btn-faceit {
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  display: inline-flex;
  padding: 20px 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  border-radius: 12px;
  background: #F50;
  border:1px solid transparent;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  white-space:nowrap;
  font-family: M, sans-serif;
  line-height: 1px;
  gap:10px;
}

@media (hover: hover) {
  .btn-faceit:hover {
    border-radius: 12px;
    border: 1px solid #F50;
    background: #151A1F;
    box-shadow: 4px 4px 13.4px 0px rgba(255, 85, 0, 0.21);
  }

  .btn-faceit:hover img {
    content: url('../images/faceit_btn-hover.svg');
  }
}

#delete-notifications {
  padding: 12px 40px;
}

/* temporary */
.header-logout {
  margin-left:10px;
}

@media (max-width: 768px) {
  .header-logout {
    display: none;
  }
}

/* popup general background */

#black-satin {
  display:none;
  position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:9;
  background: rgba(22, 22, 22, 0.90);
  backdrop-filter: blur(10.899999618530273px);
}

#black-satin .popup-content {
  /* position: absolute; */
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
  min-height: 100vh;
  width: 100%;
  height: 100vh;
}

/* sliders general */

.my-slick-item {
  position: relative;
}

.my-slick-item::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 100%;
}

.slider_control {
  display:flex;
  height: 35px;
  align-items: center;
  align-self: flex-end;
  margin-right:31px;
}

.slider_control .progress-bar-wrap {
  display: flex;
  align-items: center;
  color:#BFEB0C;
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
  margin-right: 12px;
}

.slider_control .progress-bar-wrap .slider-btn {
  margin-left: 7px;
}

.slider_control .progress-bar-wrap > span:nth-child(3) {
  color: #FFF;
}

.slider_control .progress-bar {
    width: 16vw;
    height: 1px;
    background-color: #ddd;
    margin: 0 7px;
  }

.slider_control .progress-bar .progress-step {
  height: 100%;
  /* width: 33.33%; */
  float: left;
}

.slider_control .progress-bar > .progress-step:first-child {
  background-color: #BFEB0C;
}

/* flash messages */

.messages-wrapper .message.error {
  color:red;
  margin: 15px 0;
}

.messages-wrapper .message.success {
  color:green;
  margin: 15px 0;
}

/* pagination general */

#pagination .slider_control {
  justify-content: space-between;
  margin-top: 30px;
  margin-right: 0;
}
#pagination .slider_control > div:last-child {
  display: flex;
}

#pagination .slider_control > div:last-child > button:first-child {
  margin-right: 5px;
}

.next, .prev {
  list-style: none;
}

/* comments general */

.comments-conteiner {
  width: 100%;
  margin-bottom: 80px;
}

.comment-conteiner {
  margin-bottom: 20px;
}

/* .comment-conteiner .btn-filled {
  padding: 10px 20px;
} */

.comments-conteiner textarea {
  width: 97%;
}

.comments-conteiner .buttons-block {
  justify-content: right;
}

.comments-conteiner button {
  height: 47px;
}

.comments-conteiner .buttons-block button:last-child {
  margin-left: 10px;
}

.comment-item .comment-text {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  margin-top:27px;
}

.comment-item .comment-text .model-info {
  margin:0;
}

.comment-item .comment-text {
  color: rgba(255, 255, 255, 0.80);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.comment-item .comment-text .btn {
  flex-direction: row;
  border:none;
}

.comment-item .comment-text .btn img {
  margin-right: 10px;
}

.comment-item .comment-text .btn:hover img {
  content: url('../images/answer-icon-black.svg');
}

.comment-children {
  display: none;
  margin-left: 20px;
  padding-left: 27px;
  border-left: 2px solid rgba(255, 255, 255, 0.16);
}

.comment-item .comment-text .hide-answers {
  display: inline-flex;
  align-items: center;
  background: none;
  color: #BFEB0C;
  font-size: 10px;
  /* letter-spacing: 1.2px; */
  margin-left:20px;
  cursor:pointer;
}

.comment-item .comment-text .hide-answers:hover {
  text-decoration: underline;
}

.comment-item .comment-text .hide-answers > img {
  width: 24px;
  height:24px;
}

.comment-item .avatar-name {
  border: none;
}

.comment-edit-btn {
  display: block;
  margin-top: 20px;
  font-size: 14px;
}

@media (hover: hover) {
  .comment-like-btn:hover, .post-like-btn:hover {
    cursor: pointer;
    content: url('../images/likes-hover.svg');
  }
}

.comment-like-btn.active, .post-like-btn.active {
  content: url('../images/likes-active.svg');
}

/* video general description */

.lesson {
  color: #FFF;
  width: 45vw;
}

.lesson > p:first-child {
  display: flex;
  align-items: center;
}

.lesson > p:first-child img {
  margin-right: 4px;
}

.lesson > p:nth-child(2) {
  margin-top:16px;
  margin-bottom:31px;
  color: var(--Yellow, #FFD86E);
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
}

.lesson > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.lesson > div > p:last-child {
  display: inline-flex;
  align-items: center;
}

.lesson > div > p:last-child > img {
  margin-right: 4px;
}

.lesson > div > p:last-child > a {
  margin-left: 30px;
}

/* forms general */

input, textarea {
  display: flex;
  height: 48px;
  padding: 0 20px;
  justify-content: center;
  align-items: center;
  color: rgba(255, 255, 255, 0.70);
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.80);
  background: linear-gradient(76deg, rgba(253, 253, 253, 0.01) 1.24%, rgba(253, 253, 253, 0.03) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  outline: none;
}

textarea {
  padding-top:14px;
  height: 90px;
  line-height: 1.7em;

}

input::placeholder, textarea::placeholder {
  color: rgba(255, 255, 255, 0.30);
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  font-family: M, sans-serif;
}

label {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  margin-left: 15px;
}

label span {
  color: #F00;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  margin-left: 4px;
}

.input-wrap {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-wrap .btn-filled {
  width: 100%;
}

.input-wrap .intl-tel-input {
  display: block;
}

.input-wrap .intl-tel-input.allow-dropdown .flag-container {
  left: 15px;
}

.form-wrap .input-wrap #phone-number {
  padding-left: 65px;
  width: 100% !important;
}

.form-wrap .input-inner-wrap:focus-within label,
.form-wrap .input-inner-wrap:hover label
{
  color: #BFEB0C;
}

input:focus, input:not(.card-number):hover, textarea:focus {
  border: 1px solid #BFEB0C;
  background: linear-gradient(76deg, rgba(253, 253, 253, 0.01) 1.24%, rgba(253, 253, 253, 0.03) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(191, 235, 12, 0.40);
  backdrop-filter: blur(8px);
  color:#FFF;
}

#ui-datepicker-div {
  border-radius: 12px;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%), rgba(22, 22, 22, 1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
  z-index: 5 !important;
}

#ui-datepicker-div .ui-datepicker-header {
  display: flex;
  justify-content: space-around;
  margin-top:15px;
}

#ui-datepicker-div .ui-datepicker-header a:nth-child(2) {
  order: 4;
}

#ui-datepicker-div .ui-datepicker-prev span, #ui-datepicker-div .ui-datepicker-next span {
  display: none;
}

#ui-datepicker-div .ui-datepicker-prev {
  width: 20px;
  height: 28px;
  background-image: url('../images/chevron-white-left.svg');
  background-size: 121%;
  background-repeat: no-repeat;
  background-position: center;
}

#ui-datepicker-div .ui-datepicker-next {
  width: 20px;
  height: 28px;
  background-image: url('../images/chevron-white-right.svg');
  background-size: 43%;
  background-repeat: no-repeat;
  background-position: center;
}

#ui-datepicker-div .ui-datepicker-title {
  display: flex;
  justify-content: space-around;
}

#ui-datepicker-div .ui-datepicker-title select {
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.08);
  color:#FFD86E;
  padding: 5px 30px;
}

#ui-datepicker-div .ui-datepicker-title select:first-of-type {
  margin-right: 20px;
}

#ui-datepicker-div .ui-datepicker-title select option {
  background-color: #3B414A ;
  color:#FFF;
}

#ui-datepicker-div thead span {
  color: #656A78;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

#ui-datepicker-div td {
  width: 32px;
  padding: 8px;
  height: 32px;
  border-radius: 8px;
  background: #3B414A;
  text-align: center;
  vertical-align: middle;
}

@media (hover: hover) {
  #ui-datepicker-div td:not(.ui-datepicker-other-month):hover {
    cursor: pointer;
    background: #BFEB0C;
  }

  #ui-datepicker-div td:not(.ui-datepicker-other-month):hover a {
    color: #161616;
  }
}

#ui-datepicker-div .ui-datepicker-calendar {
  border-spacing: 6px;
}

#ui-datepicker-div td > a {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 32px;
}

.checkbox-confirm {
  display:flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom:28px;
}

.checkbox-confirm > div {
  display:flex;
  align-items: center;
}

.checkbox-custom {
  display: none;
}

.checkbox-custom-label {
  position: relative;
  padding-left: 18px;
  cursor: pointer;
}

.checkbox-custom-mark {
  position: absolute;
  left: 0;
  top: -11px;
  width: 20px;
  height: 20px;
  background-image: url('../images/empty-checkbox.svg');
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  left: -13px;
}

.checkbox-custom:checked + .checkbox-custom-mark {
  background-image: url('../images/checkbox.svg');
}

/* .checkbox-custom:checked + .checkbox-custom-mark:after {
  content: '';
  position: absolute;
  left: 8px;
  top: 3px;
  width: 4px;
  height: 10px;
  border: solid #000;
  border-width: 0 1px 1px 0;
  transform: rotate(45deg);
} */

.checkbox-confirm p {
  color: rgba(255, 255, 255, 0.80);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
}

.checkbox-confirm p > a {
  color: var(--Active, #BFEB0C);
  font-weight: 700;
  text-decoration-line: underline;
}

.intl-tel-input {
  color:#000;
}

.intl-tel-input .selected-flag .iti-flag {
  background-color:unset;
}

#phone-number-error {
  position: absolute;
}

/* FORM VALIDATION */
.input-wrap {
  position: relative;
}
input.error, input.form-error,
textarea.error, textarea.form-error {
  border-color: #fe5858!important;
}
label.error {
  position: absolute;
  bottom: -15px;
  left: 0;
  right: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  color: #fe5858!important;
  margin-bottom: 0;
  margin-left: 0;
}

/* bread-crumbs general */

.bread-crumbs {
  max-width: 90%;
}

.bread-crumbs p, .bread-crumbs p a {
  color: #B0B0B0;
  font-size: 12px;
  font-style: normal;
  font-weight: 300;
}

.bread-crumbs p span:last-child {
  color: var(--Yellow, #FFD86E);
}

.bread-crumbs p span img {
  margin: 0 7px;
}

.text-center {
  display: flex;
  justify-content: center;
  margin-top:25px;
}

/* preloader general */

#preloader-container {
  color:white;position: fixed;
  width:100%;
  height:100%;
  top:0;
  left:0;
  z-index:10;
  background: rgba(22, 22, 22, 0.90);
  backdrop-filter: blur(10.899999618530273px);
  display: flex;
  justify-content: center;
  align-items: center;
}

#preloader-container #preloader-wrap {
  width:447px;
  height:513px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(79deg, rgba(3, 2, 2, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%),rgba(22, 22, 22, 1);;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

#preloader-container .progress-bar {
  width: 181px;
  height: 222px;
  background:none;
  position: relative;
  transform: skewY(-10deg);
}

#preloader-container .progress {
  width: 100%;
  background-color: #D7AC00;
  position: absolute;
  bottom: 0;
  transition: height 0.3s ease-in-out;
}

#preloader-container #preloader-progress {
  margin: 25px 0 18px;
  color: #BFEB0C;
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
  text-transform: uppercase;
}

#preloader-container #preloader-status {
  color:#FFF;
  font-size: 10px;
  /* letter-spacing: 1.2px; */
  text-transform: uppercase;
}

#preload-image {
  position: absolute;
  width: 181px;
  height: 261px;
  top: -19px;
  left: 0;
  transform: skewY(12deg);
}

/* ----------------- HEADER ------------------- */

/* header */

header {
  display: flex;
  width: 100%;
  height: 68px;
  justify-content: space-between;
  position: absolute;
  top: 16px;
  z-index: 4;
  padding: 0 30px;
  box-sizing: border-box;
  align-items: center;
}

header .header_left, header .header_right {
  height: 100%;
  flex-basis: 49%;
  display: flex;
  align-items: center;
}

header .header_left {
  justify-content: start;
  gap:20px;
}

header .header_right {
  justify-content: end;
  gap:20px;
}

.menu, /* .header_right > .socials, */ .header_right > .profile-menu {
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(4.900000095367432px);
}

#register {
  margin-right: 14px;
}

header .socials {
  display: none;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
}

#header-right-socials {
  display:block;
}

header .socials {
  height: 68px;
}

.header_right > .profile-menu #profile-menu-popup,
.header_right #auth-panel #auth-panel-popup {
  display:none;
  padding: 10px;
  border-radius: 15px;
  background: #161616;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  position: absolute;
  top:125%;
  left:0;
}

header .buy-now {
  height: 47px;
}

.buy-now {
  font-weight: 600;
  font-family: CDB, RFB, sans-serif;
}

.header_right #auth-panel #auth-panel-popup {
  min-width: 180px;
  box-sizing: border-box;
  height: fit-content;
  left:-12px;
}

#popup-mobile-menu {
  display: none;
  padding: 10px;
  border-radius: 15px;
  background: #161616;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  position: absolute;
  top:125%;
  left:0;
  min-width: 124px;
  box-sizing: border-box;
}

.header_right > .profile-menu #profile-menu-popup #localisation,
.header_right > .profile-menu #profile-menu-popup #auth-or-reg,
.header_right #auth-panel #auth-panel-popup
{
  display:none;
}

.header_right > .profile-menu #profile-menu-popup .lang, 
.header_right > .profile-menu #profile-menu-popup #auth-or-reg div,
.header_right #auth-panel #auth-panel-popup .profile-link,
.menu-popup-link
{
  padding: 15px 10px;
  border-radius: 12px;
  background: rgba(22, 22, 22, 0.23);
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  cursor: pointer;
}

.header_right #auth-panel #auth-panel-popup .profile-link {
  white-space: nowrap;
  width: 86%;
  color:#FFF;
}

.menu-popup-link {
  padding:0;
  width: 100%;
}

.menu-popup-link a {
  color:#FFF;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  white-space: nowrap;
  width: 100%;
}

.menu-popup-link a {
  display: block;
  width: 100%;
  height: 100%;
  padding:15px 10px;
}

.menu-popup-link.active a {
  color:#BFEB0C;
}

.header_right > .profile-menu #profile-menu-popup .lang.active {
  color:#BFEB0C;
}

@media (hover: hover) {
  .header_right > .profile-menu #profile-menu-popup .lang:hover,
  .header_right > .profile-menu #profile-menu-popup #auth-or-reg div:hover,
  .header_right #auth-panel #auth-panel-popup .profile-link:hover,
  .menu-popup-link:hover
  {
    background: var(--Yellow, #FFD86E);
    box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
    color: #161616;
  }

  .menu-popup-link:hover a {
    color: #161616;
    text-decoration: none;
  }
}

header .menu, footer .menu {
  padding: 0px 30px;
  /* width: 475px; */
}

@media (hover: hover) {
  header .menu:hover, header .socials:hover {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(7.199999809265137px);
  }
}

header .menu.full {
  width: 425px;
}

header .menu.full ul {
  justify-content: space-around;
}

.menu .soldier-icon {
  margin-top: -4px;
  position: relative;
  top: 1px;
  right: 2px;
}

.menu > ul {
  display:flex;
  width:100%;
  justify-content: space-between;
  height: 100%;
  align-items: center;
}

/* header  */.menu > ul {
  gap:50px;
  justify-content: start;
}

#mobile-menu-popup .menu > ul {
  gap:0;
}

.menu > ul > li {
  position: relative;
  height: 22px;
  display: flex;
  align-items: center;
}

.menu > ul > li a {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 700;
  position: relative;
  white-space: nowrap;
}

@media (hover: hover) {
  .menu > ul > li.active a, .menu > ul > li.active a:hover {
    color: var(--Yellow, #FFD86E);
  }

  .menu > ul > li a:hover {
    color: #BFEB0C;
    text-decoration: none;
  }
}

.menu > ul > li.active::before {
  content: "";
  display: block;
  width: 13px;
  height: 15px;
  background-image: url('../images/soldier-icon.svg');
  background-size: cover;
  background-position: center;
  position: absolute;
  left: -14px;
  top: 2px;
}

.header_center,.header_right {
  height: 100%;
} 

.header_center {
  align-self: center;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
}

.header_center p {
  margin:0;
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
}

.header_right {
  display: flex;
}



.socials > ul {
  height: 100%;
  display:flex;
  align-items: center;
  justify-content: space-between; 
  height: 100%;
} 

.socials > ul > li {
  cursor: pointer;
  width:18px;
  height: 18px;
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
}

.socials a {
  display: block;
  width:100%;
  height: 100%;
}

.socials > ul > li:nth-child(1) {
  background-image: url('../images/instagram-icon.svg'); 
}



.socials > ul > li:nth-child(2) {
  background-image: url('../images/tiktok-icon.svg'); 
}


.socials > ul > li:nth-child(3) {
  background-image: url('../images/twitter-icon.svg');
}

@media (hover: hover) {
  .socials > ul > li:nth-child(1):hover {
    background-image: url('../images/instagram-icon-hover.svg'); 
  }



  .socials > ul > li:nth-child(2):hover {
    background-image: url('../images/tiktok-icon-hover.svg'); 
  }


  .socials > ul > li:nth-child(3):hover {
    background-image: url('../images/twitter-icon-hover.svg');
  }
}

.socials > ul > li:not(:last-child) {
  margin-right: 14px;
}

header .socials {
  /* margin: 5px 0 0; */
  padding: 0 15px;
  border-radius: 12px;
}

#profile-header .socials > ul > li {
  margin-right: 0;
}

.header_right > .profile-menu {
  display: flex;
  height: 100%;
  align-items: center;
  padding: 0 1px 0 18px;
  gap: 14px;
}

@media (hover: hover) {
  .header_right > .profile-menu:hover:not(:has(div:hover)) {
    background: rgba(0, 0, 0, 0.80) !important;
    backdrop-filter: blur(7.199999809265137px);
  }
}

.header_right > .profile-menu > #language, .header_right > .profile-menu > .profile-icon,
.header_right > .profile-menu > #language, .header_right > .profile-menu > .bookmark-icon,
.bottom-panel .profile-icon
{
  display: flex;
  width: 47px;
  height: 47px;
  justify-content: center;
  align-items: center;
  border-radius: 47px;
  /* margin-right: 14px; */
  cursor: pointer;
}

.header_right > .profile-menu > .bookmark-icon {
  position: relative;
}

.bookmark-icon #new_notifications {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 5px;
  height: 5px;
  display: flex;
  padding: 2px;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  background: #F00;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  color: #FFF;
  font-size: 7px;
  font-weight: 300;
}

.header_right > .profile-menu > #language {
  color: rgba(255, 255, 255, 0.70);
  border: 1px solid rgba(255, 255, 255, 0.20);
  font-size: 12px;
  font-weight: 700;
}

.header_right > .profile-menu > .profile-icon, .bottom-panel .profile-icon {
  background: rgba(191, 235, 12, 0.20);
  background-image: url('../images/profile-icon.svg'); 
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}

@media (hover: hover) {
  .header_right > .profile-menu > #language:hover {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    color: var(--Black, #161616);
  }

  .header_right > .profile-menu > .profile-icon:hover, .bottom-panel .profile-icon:hover {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    color: var(--Black, #161616);
    background-image: url('../images/profile-icon-hover.svg');
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

.header_right > .profile-menu > .profile-icon.active {
  background: var(--Active, #BFEB0C);
  box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
  color: var(--Black, #161616);
  background-image: url('../images/profile-icon-hover.svg');
  background-size: 58%;
  background-repeat: no-repeat;
  background-position: center;
}

.header_right > .profile-menu > .bookmark-icon {
  background: none;
  /* border: 1px solid #161616; */
  margin-right: 0;
  box-sizing: border-box;
}

@media (hover: hover) {
  .header_right > .profile-menu > .bookmark-icon:hover {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
  }
}

#notification img {
  width:48px;
  height: 48px;
}

#notification.new {
  border: 1px solid rgba(255, 255, 255, 0.20);
}

#notification.new img {
  content: url('../images/notification-hover.svg');
}

@media (hover: hover) {
  #notification:hover img {
    content: url('../images/notification-black.svg');
  }

  /* #notification:hover img {
    content: url('../images/notification-black.svg');
    width:48px;
    height: 48px;
    z-index: 1;
  } */

  #notification:hover {
    border: 1px solid rgba(255, 255, 255, 0.20);
  }
}

.open-mobile-menu-frame {
  display: none;
  justify-content: center;
  align-items: center;
  min-width: 124px;
  height: 100%;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(4.900000095367432px);
  position: relative;
  box-sizing: border-box;
}

#open-mobile-menu {
  display:none;
  align-items:center;
  cursor: pointer;
  /* margin-left: 10px; */
}

#open-mobile-menu img {
  width:16px;
}

#open-mobile-menu p {
  font-size: 12px;
}

#open-mobile-menu p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 14px;
  font-weight: 200;
  margin-left:5px;
}

@media (hover: hover) {
  .open-mobile-menu-frame:hover, .counter-frame:hover {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(7.199999809265137px);
  }
}

.counter-frame {
  display: none;
  width: 369px;
  height: 100%;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
}

.counter-frame a {
  font-weight: 600;
  font-family: CDB, RFB, sans-serif;
}

#header-right-counter {
  display: flex;
}

.header-counter {
  padding-right:14px;
  max-width:169px;
  border-right: 1px solid #282828;
  margin-right:14px;
  height: 55px;
}

.header-counter > p {
  font-size:12px;
  color:#FFD86E;
  font-weight:400;
  line-height:13px;
  margin-bottom:4px;
}

.header-counter > p > span {
  color:#FFF;
}

.header-counter > div {
  display:flex;
  align-items:center;
}

.header-counter > div > p {
  font-size:10px;
  color:#FFF;
}

.header-counter > div > p > span {
  color:#BFEB0C;
}

/* header popup */

.profile-menu {
  position:relative;
}

#info_popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 10;
  width: 550px;
  background:
  linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%),
  rgba(22, 22, 22, 1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
  height: fit-content;
  padding-bottom: 100px;
}

#info_popup #registration-conteiner {
  width: 100%;
  display: none;
}

#info_popup #login-conteiner {
  width: 100%;
  display: none;
}

#info_popup .form-wrap {
  padding: 30px 38px 0 38px;
}

#info_popup .form-wrap h1, #standart-block .form-wrap h1 {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  letter-spacing:normal;
  margin-bottom:0;
}

#info_popup .form-wrap h2, #standart-block .form-wrap h2 {
  color: var(--Yellow, #FFD86E);
  font-size: 36px;
  font-weight: 700;
  letter-spacing:normal;

}

#info_popup .form-wrap .input-wrap, #standart-block .form-wrap .input-wrap {
  margin-bottom:24px;
}

#info_popup .avatar-name {
  align-items: center;
}

.full-registration-button-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 28px;
}

  .full-registration-text {
    color: #FFF;
    font-size: 16px;
    font-weight: 300;
    line-height: 170%;
  }

    .full-registration-text span {
      color: var(--Yellow, #FFD86E);
    }

  .full-registration-button {
    border-radius: 12px;
    background: rgba(49, 49, 49, 0.23);
    display: flex;
    padding: 15px 10px 15px 20px;
    align-items: center;
    gap: 40px;
    color: #FFF;
    font-size: 12px;
    font-weight: 300;
    line-height: 170%;
    outline: none;
    border:none;
    cursor:pointer;
  }

    .full-registration-button img {
      width: 18px;
      height: 18px;
    }

  #full-registration-form {
    display: none;
  }

#info_popup .avatar-name .comment-time {
  color: rgba(255, 255, 255, 0.60);
  /* font-family: Poppins; */
  font-size: 12px;
  line-height: 170%;
}

#info_popup .comment-text {
  margin-top: 15px;
  padding: 20px 20px 3px 20px;
  box-sizing: border-box;
  border-radius: 4px;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
}

#info_popup .avatar-name img {
  width: 24px;
  height: 24px;
}

#info_popup .h2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#info_popup .h2-wrap button {
  height: 27px;
  border-radius: 6px;
}

#info_popup #close-info_popup {
  position: absolute;
  top: 15px;
  left: 0;
  cursor: pointer;
  width: 36px;
  height: 36px;
  display: none;
}

#info_popup .notification-count {
  position: absolute;
  top: 65px;
  left: 0;
  display: none;
  color: #FFF;
  font-size: 18px;
  /* letter-spacing: -1.62px; */
}

#info_popup #close-info_popup img {
  width: 100%;
}

#info_popup #popup-back-button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 77px;
  height: 74px;
  top: 0px;
  left: -77px;
  border-radius: 10px 0 0 10px;
  background: #000;
  cursor: pointer;
}

@media (hover: hover) {
  #info_popup #popup-back-button:hover {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    color: var(--Black, #161616);
  }

  #info_popup #popup-back-button:hover img {
    content: url('../images/chevron-right.svg');
  }
}

.facite-titile {
  width:100%;
  margin: 25px 0;
  display: flex;
  justify-content: space-beteen;
  align-items:center;
}

.facite-titile .p-1 {
  width:100%;
  border-top:1px solid rgba(255, 255, 255, 0.16);
  height:1px;
}

.facite-titile .p-2 {
  color: #FFF;
  font-size: 16px;
  white-space: nowrap;
  padding: 0 10px;
}

.new-bottom-block {
  display:flex;
  width:100%;
  justify-content:center;
  align-items:center;
  gap:10px;
  margin-top:50px;
}

.new-bottom-block .p-1 {
  color: #FFF;
  font-size: 18px;
}

.new-bottom-block a {
  color:#BFEB0C;
  font-weight: 700;
}

/* ------------ FOOTER ---------------- */
footer, header {
  width: 100%;
  max-width: 1920px;
}

footer .menu {
  padding: 0px;
  width: 400px;
}

footer#desctop-footer .socials > ul > li:not(:last-child) {
  margin-right: 4px;
}

footer#mobile-footer {
  display:none;
}

footer#mobile-footer > div {
  flex-direction:column;
  justify-content: center;
  align-items: center;
}

footer#mobile-footer > div > div:last-child p, footer#mobile-footer > div > div:last-child a {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 300;
  text-align:center;
}

footer#mobile-footer > div > div:last-child div:last-child, footer#mobile-footer > div > div:last-child div:last-child > p:last-child {
  margin-top:15px;
}

footer {
  /* background: var(--Black, #161616); */
  color: rgba(255, 255, 255, 0.70);
  padding: 30px 30px 20px;
  box-sizing: border-box;
}

footer > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer > div:last-child {
  justify-content: center;
  margin-top:20px;
}

footer .footer-left, footer .footer-right {
  flex-basis:49%;
}

footer > div > p:first-child {
  width:246px;
}

footer .menu {
  background: unset;
}

footer .menu > ul > li {
  color: rgba(255, 255, 255, 0.70);
}

footer .socials > ul {
  justify-content: right;
}

footer .socials > ul > li {
  padding: 10px;
  border-radius: 12px;
  background: rgba(135, 135, 135, 0.20);
  backdrop-filter: blur(4.900000095367432px);
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  width:38px;
  height: 38px;
}

footer .socials {
  padding: 0;
  margin-right: 0;
}

footer > div:last-child > div p {
  text-align: center;
}

footer > div:last-child > div > div p:first-child {
  margin-right: 15px;
}

footer > div:last-child > div > p:last-child {
  margin-top:20px;
}

footer > div:last-child > div > div a {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 300;
}

.footer-bottom {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom p {
  font-size: 12px;
}

.footer-bottom__links {
  display: flex;
  gap: 15px;
}

.footer-bottom__rights {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.footer-bottom__payments {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

.footer-bottom__payments-text {
  line-height: 14px;
  padding-right: 10px;
  border-right: 1px solid rgba(217, 217, 217, 0.20);
}

/* mobile menu popup */

#mobile-menu-popup {
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 75px;
  box-sizing: border-box;
  background: rgba(22, 22, 22, 0.8);
}

#mobile-menu-popup .menu {
  background: none;
  backdrop-filter: none;
  height: auto;
}

#mobile-menu-popup .menu > ul > li {
  margin-bottom: 15px;
}

#mobile-menu-popup .top-panel {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(0, 0, 0, 0.90);
  height: 70px;
  padding: 0 3%;
  box-sizing: border-box;
  /* margin-top: 24px; */
}

#mobile-menu-popup .top-panel button {
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  background:none;
  border:none;
  cursor: pointer;
}

#mobile-menu-popup .top-panel .lang-choose {
  display: flex;
}

#mobile-menu-popup .top-panel .lang-choose a p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 700;
  cursor: pointer;
}

#mobile-menu-popup .top-panel .lang-choose a {
  border-right: 1px solid rgba(255, 255, 255, 0.70);
  padding-right: 4px;
  margin-right: 4px;
}

#mobile-menu-popup .top-panel .lang-choose a:last-child {
  border-right: none;
  padding-right: 0;
  margin-right: 0;
}

#mobile-menu-popup .top-panel .lang-choose p.active {
  color: #FFD86E;
  font-family: M, sans-serif;
  font-size: 12px;
  font-weight: 700;
}

#mobile-menu-popup .bottom-panel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: none;
  box-sizing: border-box;
  height: 68px;
}

#mobile-menu-popup .bottom-panel .profile-panel {
  display: flex;
  width: 327px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
  height: 68px;
  padding: 14px 0 14px 14px;
  margin-bottom: 30px;
}

@media (hover: hover) {
  #mobile-menu-popup .bottom-panel .profile-panel:hover {
    cursor: pointer;
    border:1px solid #BFEB0C;
  }

  #mobile-menu-popup .bottom-panel.not-auth .profile-panel:hover p  {
    color: #BFEB0C;
  }

  #mobile-menu-popup .bottom-panel.not-auth .profile-panel:hover div {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 4px 12px 0px rgba(191, 235, 12, 0.76);
    color: var(--Black, #161616);
    background-image: url('../images/profile-icon-hover.svg');
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
  }
}

#mobile-menu-popup .bottom-panel .profile-panel p {
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: -0.24px; */
}

.auth-user-panel {
  display:flex;
  align-items: center;
}

.auth-user-panel img {
  max-height: 50px;
  max-width: 50px;
  border-radius: 18px;
}

#mobile-menu-popup .bottom-panel:not(not-auth) .profile-panel {
  padding-right: 15px;
}

#mobile-menu-popup .bottom-panel:not(not-auth) > button {
  width: 355px;
  margin-bottom: 14px;
}

#mobile-menu-popup .bottom-panel:not(not-auth) {
  height: 145px;
}

/* modal window*/

#modal-window-wrap, #modal-window-share {
  width:549px;
  height:492px;
  padding: 81px 89px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background: linear-gradient(79deg, rgba(3, 2, 2, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%),rgba(22, 22, 22, 1);;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
}

#modal-window-share {
  width: 817px;
  height: 413px;
  padding: 40px 0 0 40px;
  box-sizing: border-box;
  margin: 0 10px;
}

#modal-window {
  display: flex;
  justify-content: center;
  align-items: center;
}

#modal-window-wrap {
  position: relative;
}

#modal-window-wrap.forgot::before {
  position: absolute;
  content: "";
  width: 15%;
  height: 300px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/background-logo.svg);
  top: 73%;
  left: 82%;
  z-index: 0; 
}

#modal-window-wrap, #hold-on, #forgot-password, #withdrawal-popup,
#modal-window-share, #modal-window-wrap .warnings, #password_sended, #forgot-password-sended {
  display: none;
}

#modal-window p {
  text-align: center;
}

#modal-window a {
  margin: 0 auto;
}

#modal-window .modal-title {
  color: var(--Yellow, #FFD86E);
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
  margin-bottom: 17px;
}

#modal-window .modal-subtitle {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
  margin-bottom: 40px;
}

#modal-window .modal-content {
  color: #FFF;
  text-align: center;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom: 30px;
}

#modal-window .buy-button-wrap {
  margin-top:20px;
  margin-bottom:30px;
}

#modal-window .close-modal-btn {
  color: var(--Active, #BFEB0C);
  text-align: center;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 700;
  line-height: 170%;
  text-decoration: underline;
  cursor: pointer;
}

#account-warning .buy-button-wrap {
  margin-bottom: 10px;
}

#close-account-warning {
  height: 54px;
}

#hold-on img,
#modal-window-wrap .warnings img {
  position: absolute;
  top: -36px;
  left: -50px;
}

#modal-window-wrap .warnings img {
  top: -96px;
  left: -72px;
}

#forgot-password img, #forgot-password-sended img {
  position: absolute;
  top: -51px;
  left: -54px;
}

#password_sended img {
  position: relative;
  top: -18px;
  left: 50%;
  transform: translateX(-50%);
}

#password_sended .modal-title {
  margin-top:-24px;
}

#modal-window-wrap .input-wrap {
  width: 100%;
}

#modal-window-wrap .input-wrap input, #modal-window-wrap .btn-filled {
  width: 100%;
  box-sizing: border-box;
}

#modal-window-share > div {
  flex-basis: 50%;
}

#modal-window-share .share_left .p-1 {
  color: var(--Yellow, #FFD86E);
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
}

#modal-window-share .share_left .p-2 {
  color: #FFF;
  text-align: center;
  /* font-family: Poppins; */
  font-size: 12px;
  line-height: 170%;
  margin-top:20px;
  margin-bottom:30px;
}

#modal-window-share .share_right {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#modal-window-share .share_right img:first-child {
  width: 225px;
  align-self: center;
  margin-top:40px;
}

#modal-window-share .share_right img:last-child {
  width: 100%;
  border-radius: 20px;
}

#modal-window-share .buttons-wrap .btn-filled {
  width: 100%;
  margin-bottom: 10px;
  height: 47px;
}

#modal-window-share .buttons-wrap .btn-filled > img {
  margin-right: 8px;
}

#modal-window-share .close-modal-btn {
  margin-top:20px;
}

#withdrawal-popup .modal-title .span-1 {
  color: #FFF;
}

#withdraw-paypal, #withdraw-crypto {
  display: none;
}

#withdraw-crypto select {
  border-radius: 12px;
  background: var(--Black, #161616);
  color:#FFF;
  padding: 15px 15px 15px 20px;
  width: 100%;
  margin-bottom: 15px;
}

/* order popup*/
#black-satin #order-popup {
  display: none;
  width:100%;
  background:none;
  position:relative;
    overflow: auto;
  justify-content: space-between;
}

#order-popup .order-popup__left {
  background:none;
  padding-left: 30px;
  padding-top:30px;
  box-sizing: border-box;
  color:#FFF;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
}

/*#order-popup .order-popup__left > div, #order-popup .order-popup__left > p:first-of-type {*/
/*  margin-top: 28px;*/
/*}*/

#order-popup .order-popup__left > div:first-child {
  width: 100px;
}

#order-popup .order-popup__left > .order-img-wrap {
  position: relative;
  width: 87%;
  height: 50%;
  flex:1;
}

#order-popup .order-popup__left > img {
  /* height: 50vh; */
  margin-left: -10px;
  object-fit: contain;
  flex-shrink: 1;
  max-width: 100%;
}

#order-popup .order-popup__left > div:nth-child(5) {
  display: flex;
  width: 95%;
  justify-content: space-between;
  margin-bottom: 50px;
}

#order-popup .order-popup__left > div:nth-child(5) > p {
  display: flex;
  flex-basis: 33%;
  align-items: center;
  color: #FFF;
  font-size: 21px;
  font-weight: 700;
  font-family: "SF Pro Text";
  line-height: 26px;
  /* letter-spacing: -1.84px; */
}

#order-popup .order-popup__left > p {
  display: inline;
  padding: 10px;
  border-radius: 8px;
  background: #C80000;
  box-shadow: 4px 4px 5.7px 0px rgba(0, 0, 0, 0.41);
  text-transform: uppercase;
}

#order-popup .order-popup__right {
  min-width: 675px;
  min-height: 780px;
  height: 100%;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%), rgba(22, 22, 22, 1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
  padding:30px 30px 100px 30px;
  box-sizing: border-box;
}

#order-popup .order-popup__right > p:first-child {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
}

#order-popup .order-popup__right > p {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}

#order-popup .order-popup__right > p:nth-child(2) span:first-child {
  color: var(--Yellow, #FFD86E);
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
}

#order-popup .order-popup__right > p:nth-child(2) span:last-child {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
}

#order-popup .order-popup__right .pay-data {
  margin-top:20px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);

}

#order-popup .order-popup__right .pay-data > p {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  /* letter-spacing: -2.415px; */
  margin-bottom: 10px;
}

#order-popup .order-popup__right .pay-data > p:nth-child(2) {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#order-popup .order-popup__right .pay-data > p:nth-child(2) span {
  display: flex;
  align-items: center;
  color: var(--Active, #BFEB0C);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing:normal;
}

#order-popup .order-popup__right > p:nth-child(5) {
  display: block;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: M, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  margin-top: 20px;
  margin-bottom: 30px;
}

.order-popup__policies {
  display: block;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: M, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  margin-bottom: 30px;
}

.order-popup__hint {
  display: block;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  font-family: M, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  margin-top: 20px;
  margin-bottom: 10px;
}

#order-popup .order-popup__right a {
  color: #BFEB0C;
  font-family: M, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 133%;
}

.order-popup__cancel-button {
  width: 100%;
  margin-top:5px;
  padding: 25px 40px;
}

.order-popup__error-message {
  margin-top: 10px;
  margin-left: 17px;
  color: #C80000;
  font-family: M, sans-serif;
  font-size: 13px;
}

#order-popup .order-popup__right .pay-data .form-group {
  display:flex;
  align-items: center;
}

#order-popup .order-popup__right .pay-data .form-group > div {
  display:flex;
}

#order-popup .order-popup__right .pay-data .form-group > div:first-child > p {
  margin-top:5px;
  margin-right: 145px;
}

#order-popup .order-popup__right .pay-data .form-group > div:last-child > p {
  margin-top:5px;
  margin-right: 15px;
}

#order-popup .order-popup__right .pay-data .form-group > div:first-child input {
  width: 14px;
}

#order-popup .order-popup__right .pay-data .input-span {
  position: relative;
}

#order-popup .order-popup__right .pay-data .input-span::before {
  content:"";
  width:30%;
  height:1px;
  border-bottom:1px solid rgba(255, 255, 255, 0.30);
  display: block;
  position: absolute;
  top:70%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

#order-popup .order-popup__right .pay-data .form-group > div:last-child input {
  width: 22px;
}

#order-popup .order-popup__right .card-data > div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color:#FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 24px;
}


#order-popup .order-popup__right .card-data > div p span {
  color: #C5C5C5;
  font-size: 10px;
  font-weight: 300;
  white-space: nowrap;
}

#order-popup .order-popup__right .card-data .input-wrap {
  width: auto;
  position: relative;
  flex-direction: row;
  align-items: center;
}

#order-popup .order-popup__right .card-data .input-wrap img {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 20;
}

#order-popup .order-popup__right .card-data .input-wrap > p.slash {
  font-size: 24px;
  font-weight: 400;
  margin: 0 10px;
}

#order-popup .order-popup__right .card-data .card-number-wrap {
  border: 1px solid rgba(255, 255, 255, 0.80);
  border-radius: 12px;
  width: 297px;
  padding-left: 60px;
}

#order-popup .order-popup__right .card-data .card-number-wrap:focus-within {
  border: 1px solid #BFEB0C;
  box-shadow: 0px 0px 8px 0px rgba(191, 235, 12, 0.40);
  backdrop-filter: blur(8px);
}

#order-popup .order-popup__right .card-data .card-number-wrap .input-span::before {
  width: 50%;
}

#order-popup .order-popup__right .card-data .card-number {
  width: 30px;
  border: none;
  background: none;
  padding: 0 10px;
}

@media (hover: hover) {
  #order-popup .order-popup__right .card-data .card-number-wrap:hover {
    border: 1px solid #BFEB0C;
    box-shadow: 0px 0px 8px 0px rgba(191, 235, 12, 0.40);
    backdrop-filter: blur(8px);
  }
  
  #order-popup .order-popup__right .card-data .card-number:hover {
    border: none;
    background: none;
    box-shadow: none;
    backdrop-filter: none;
  }
}

#order-popup .order-popup__right .card-data input.card-number:focus {
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  backdrop-filter: none;
}

#order-popup .order-popup__right .other-pay-method {
  margin-top:20px;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.24);
}

#order-popup .order-popup__right .other-pay-method > p {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  text-align: center;
  width: 200px;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.12) -1%, rgba(253, 253, 253, 0.154) 50.11%),
rgba(22, 22, 22, 1);
  margin: -36px auto 36px;
}

#order-popup .order-popup__right .other-pay-method .black-radio-block {
  display: flex;
  padding: 15px 20px;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  border-radius: 10px;
  background: #000;
  box-shadow: 4px 2px 9px 0px rgba(0, 0, 0, 0.08);
  margin-bottom: 10px;
}

#order-popup .order-popup__right .other-pay-method .black-radio-block > span {
  display: flex;
  align-items: center;
} 

#order-popup .order-popup__right > p:nth-child(5) {
  display: block;
  color: rgba(255, 255, 255, 0.80);
  text-align: center;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 133%;
  margin-top: 20px;
  margin-bottom: 30px;
}

#order-popup .order-popup__right a {
  color: var(--Active, #BFEB0C);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 700;
  line-height: 133%;
}

#order-popup .order-popup__right .btn-filled {
  width: 100%;
}

#order-popup .order-popup__right input[type="radio"] {
  visibility: hidden;
  position: absolute;
}

#order-popup .order-popup__right label {
  color: var(--Passive, #BEBEBE);
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  cursor: pointer;
}

#order-popup .order-popup__right input[type="radio"] + label::before {
  content: '';
  display: inline-block;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #000;
  border: 2px solid #BEBEBE;
  position: relative;
  top: 5px;
}

#order-popup .order-popup__right input[type="radio"]:checked + label::before {
  background-color: #BFEB0C;
}

#order-popup .order-popup__right >button:last-child {
  width: 100%;
  margin-top:5px;
  padding: 25px 40px;
}

/* --------------- HOME PAGE NON-AUTH --------------- */

/* first-block */
#first-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%); 
  height: 100%;
}

#first-block .first-block-content {
  display: flex;
  justify-content: space-between;
  height:197px;
  width:95%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  bottom: 11vh;
  position: absolute;
}

.first-block-content .content__left {
  width:501px;
}

.first-block-content .content__left p { 
  color: #FFF;
}

.first-block-content .content__left > p:first-child { 
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
}

.first-block-content .content__left > p:nth-child(2) { 
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
  margin-top:16px;
  margin-bottom:32px;
}

.buy-block {
  display: flex;
  width: 420px;
  align-items: center;
}

.buy-block > p {
  display: inline;
  color: rgba(255, 255, 255, 0.81);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.buy-block > p span {
  color: #FFF;
  font-weight: 600;
}

.buy-block button {
  margin-right: 28px;
}

/* second-block */

#second-block {
  /* background: var(--Black, #161616); */
  padding: 60px 45px 102px 30px;
  width: 100%;
}

#second-block #image-slider {
  height: 100%;
  width: 100%;
  justify-content: center;
}

#second-block .banner-img {
  display: block;
}

#second-block .banner-img-mobile {
  display: none;
}

#second-block .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom:-50px;
  border-radius: 50%;
}

#second-block .slick-dots li {
  float: left;
  margin-left:6px;
}

#second-block .slick-dots li button {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: no-repeat;
  border: 1px solid grey;
}

#second-block .slick-dots li.slick-active button {
  background-color: #BFEB0C;
}

#image-slider, #banners-slider {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#banners-slider { 
  width: 97%;
  margin:0 auto;
}

#image-slider .slider-btn-wrap {
  display: flex;
  align-items: center;
  height: 100%;
  width: 35px;
}

#image-slider .slider-content {
  display: flex;
  justify-content: center;
  width: 95%;
}

#image-slider .slider-content .slider-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  margin:0 auto;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

#image-slider .slider-content .slider-item img {
  border-radius: 9.871px;
}

#image-slider .slider-content .slider-item .slider-text {
  position: absolute;
  bottom:0;
  right: 0;
  width: 45%;
  padding: 30px;
  border-radius: 10px;
  margin-right: 30px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
}

#image-slider .slider-content .slider-item .slider-text > p:first-child {
  color: var(--Yellow, #FFD86E);
  font-size: 21px;
  font-weight: 500;
  /* letter-spacing: -2.415px; */
  margin-bottom:14px;
}

#image-slider .slider-content .slider-item .slider-text p:last-child {
  color: rgba(255, 255, 255, 0.85);
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

/* Third-block */

#third-block {
  display: flex;
  background-image: url('../images/third-block-background.jpg'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  min-height: 619px;
  position: relative;
}

#third-block::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.4) 50%, rgba(22, 22, 22, 1) 100%),
              linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.4) 50%, rgba(22, 22, 22, 1) 100%),
              linear-gradient(to right, #161616 0%, rgba(22, 22, 22, 0.0) 50%, rgba(22, 22, 22, 1) 100%),
              linear-gradient(to left, #161616 0%, rgba(22, 22, 22, 0.0) 50%, rgba(22, 22, 22, 1) 100%);
  pointer-events: none;
  height: 100%;
}

#third-block .sun {
  top:-130px;
  left:-55px;
  background-size: 75%;
  height: 876px;
  width: 443px;
}

#third-block .soldier {
  position: absolute;
  top: 0px;
  left: 0px;
  background-image: url('../images/00-FINAL%201.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 700px;
  width: 395px;
  z-index: 1;
}

#third-block .boots-shadow-left {
  position: absolute;
  top: 525px;
  left: 1px;
  background-image: url('../images/ellipse_58.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 53px;
  width: 155px;
}

#third-block .boots-shadow-right {
  position: absolute;
  top: 525px;
  left: 109px;
  background-image: url('../images/ellipse_57.png'); 
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
  height: 75px;
  width: 140px;
}

#third-block .third-block__left #circle-wrap {
  width: 505px;
  height: 505px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left:140px;
}

#third-block #outer-circle, #third-block #outer-circle-2 {
  position: absolute;
  width:99%;
  height:99%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.00) -1%, rgba(253, 253, 253, 0.01) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  opacity: 0;
  transition: 0s;
  z-index: 0;
}

#third-block #outer-circle-2 { 
  width:90%;
  height:90%;
}

#third-block #middle-circle, #third-block #middle-circle-2 {
  position: absolute;
  width: 84%;
  height: 84%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  opacity: 0.5;
  transition: 0s;
  z-index: 2;
}

#third-block #middle-circle {
  opacity: 0;
}

#third-block #middle-circle-2 { 
  width:70%;
  height:70%;
}

#third-block #outer-circle.visibled, #third-block #outer-circle-2.visibled,
#third-block #middle-circle.visibled, #third-block #middle-circle-2.visibled
{
  opacity: 1;
  transition: 6s ease-in-out;
}

#third-block #outer-circle.vanished {
  width:90%;
  height:90%;
  opacity: 0;
  transition: 6s ease-in-out;
}

#third-block #outer-circle-2.vanished { 
  width:99%;
  height:99%;
  opacity: 0;
  transition: 6s ease-in-out;
}

#third-block #middle-circle.vanished {
  width:70%;
  height:70%;
  opacity: 0;
  transition: 6s ease-in-out;
}

#third-block #middle-circle-2.vanished { 
  width:84%;
  height:84%;
  opacity: 0;
  transition: 6s ease-in-out;
}

#third-block #progress-bar-circle.transparrent {
  background-color: #BFEB0C;
  transition: 3s ease-in-out;
}

#third-block #progress-bar-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  width: 58%;
  height: 58%;
  border-radius: 50%;
  z-index: 3;
  background: conic-gradient( #BFEB0C 0% 120deg, transparent 120deg 360deg ), rgba(4, 4, 4, 0.17);
  transition: 3s ease-in-out;
}

#third-block #progress-bar-circle.second {
  background: conic-gradient( #BFEB0C 0% 240deg, transparent 240deg 360deg ), rgba(4, 4, 4, 0.17);
}

#third-block #progress-bar-circle.third {
  background: #BFEB0C;
}

#third-block .inner-circle {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 54%;
  height: 54%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%),
  rgba(22, 22, 22, 1);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
  z-index: 4;
}

#third-block .inner-circle img {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 47.526px;
}

#third-block .slick-slide {
  margin: 0 50px;
}

#third-block .mini-imageslider-wrap {
  width: 100%;
  height: 63%;
}

#third-block .third-block__left, #third-block .third-block__right {
  width: 49%;
}

#third-block .third-block__left, #third-block .third-block__right .bonus-slider {
  width: 86%;
}

#third-block .third-block__right .third-block-content {
  display: flex;
  height: 170px;
  top:155px;
  position: relative;
}

#third-block .third-block__right .third-block-content #mobile-btn-wrap {
  display: none;
}

.shifted-title-block > .p-1 {
  font-size: 64px;
  font-weight: 700;
  /* letter-spacing: -7.36px; */
  color: #000;
  -webkit-text-stroke: 1px #FFD86E;
}

.shifted-title-block > .p-2 {
  color: var(--Yellow, #FFD86E);
  font-size: 64px;
  font-weight: 700;
  /* letter-spacing: -7.36px; */
}

.shifted-title-block > .p-3 {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;  
  margin-top:20px;
  margin-left:230px;
  padding-right: 7px;
}

#third-block .third-block__right .third-block-content .slider-btn-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#third-block .third-block__right .third-block-content .slider-btn-wrap .slider-btn {
  margin-top: 15px;
}

#third-block .third-block__right .shifted-title-block {
  margin-left: 0;
  padding:0 3px;
}

/* forth-block */

#forth-block {
  display: flex;
  position: relative;
}

#forth-block-mobile {
  display: none;
}

#forth-block::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 80%;
}

#forth-block .forth-block-content-wrap {
  display: flex;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  height: 97px;
  width: 96%;
  color: #FFF;
}

#forth-block .forth-block-content-wrap .marafon-item .marafon-item-point {
  width: 25px;
  height: 25px;
  background-image: url('../images/marafon-item.svg'); 
  background-repeat: no-repeat;
  background-position: center;
  top:49px;
}

@media (hover: hover) {
  #forth-block .forth-block-content-wrap .marafon-item:hover .marafon-item-point {
    background-image: url('../images/marafon-item-hover.svg');
  }

  #forth-block-mobile .accordion .accordion-header > div:first-of-type:hover .marafon-item-point {
    background-image: url('../images/marafon-item-hover.svg');
  }

  #forth-block-mobile .accordion-header > div:first-of-type:hover p:last-of-type {
    color: #BFEB0C !important;
  }
}

#forth-block .forth-block-content-wrap .marafon-item.active .marafon-item-point {
  background-image: url('../images/marafon-item-hover.svg');
}

#forth-block .forth-block-content-wrap .marafon-item > p:first-child, #forth-block .forth-block-content-wrap .marafon-item > div > p:first-child {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 200;
  /* letter-spacing: -0.3px; */
  margin-bottom: 6px;
  margin-top: 6px;
}

@media (hover: hover) {
  #forth-block .forth-block-content-wrap .marafon-item:hover {
    color: var(--Active, #BFEB0C);
    cursor: pointer;
  }
}

#forth-block .forth-block-content-wrap .marafon-item.active {
  color: var(--Active, #BFEB0C);
  cursor: pointer;
}

#forth-block .content-block {
  background-color: #161616;
  padding:10px 20px 20px 20px;
  position: absolute;
  bottom: 10%;
  right: 30px;
  max-width: 375px;
}

#forth-block .content-block > p:first-child {
  color: rgba(255, 255, 255, 0.60);
  font-size: 12px;
  font-weight: 700;
  /* letter-spacing: 1.2px; */
  margin-bottom: 10px;
}

#forth-block .content-block > p:nth-child(2) {
  color:#FFF;
  /* font-family: Poppins; */
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
}

#forth-block .forth-block-content-wrap .marafon-item > p:nth-child(2) {
  color: #FFF;
}

#forth-block .forth-block-content-wrap .marafon-block {
  display: flex;
}

#forth-block .forth-block-content-wrap .marafon-item {
  position: relative;
  width: 210px;
}

#forth-block .forth-block-content-wrap .marafon-block .marafon-item:first-child {
  margin-right: 36px;
  margin-left: 0;
  width: 175px;
}

#forth-block .forth-block-content-wrap .marafon-item > div {
  position: absolute;
}

#forth-block .forth-block-content-wrap .marafon-item > div p {
  white-space: nowrap;
}

#forth-block .forth-block-content-wrap .marafon-item::before {
  display: block;
  content: '';
  position: absolute;
  top: 61px;
  left: -185px;
  height: 1px;
  background: rgba(217, 217, 217, 0.40);
  width: 185px;
}

#forth-block .forth-block-content-wrap .marafon-block .marafon-item:first-child::before {
  display: none;
}

#forth-block .forth-block-content-wrap .marafon-item:nth-child(even) > div {  
  top: 75px;
}

#forth-block .forth-block-content-wrap .marafon-item:nth-child(even) .marafon-item-point {  
  top: 48px;
}

#forth-block-mobile {
  width: 100%;
  /* background: var(--Black, #161616); */
  color:#FFF;
  padding-left: 30px;
  padding-top: 45px;
}

#forth-block-mobile .accordion {
  width: 89%;
}

#forth-block-mobile .accordion-item {
  transition: height 1s ease;
}

#forth-block-mobile .accordion-item.active .accordion-header > div:first-of-type > div:last-of-type > p:last-of-type {
  color: #BFEB0C;
}

#forth-block-mobile .accordion-item.active .marafon-item-point {
  background-image: url('../images/marafon-item-hover.svg');
}

#forth-block-mobile .accordion-content {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  background: var(--Black, #161616);
  box-sizing: border-box;
  transition: max-height 0.7s ease, visibility 0s 1s, opacity 1s ease;
  border-radius: 0 0 4px 4px;
  margin-left: 30px;
  transition: height 1s ease;
}

#forth-block-mobile .accordion-item.active .accordion-content {
  visibility: visible;
  opacity: 1;
  max-height: max-content;
  transition: max-height 1s ease, visibility 0s, opacity 1s ease;
  box-sizing: border-box;
}

#forth-block-mobile .marafon-item-point {
  width: 25px;
  height: 25px;
  background-image: url('../images/marafon-item.svg'); 
  background-repeat: no-repeat;
  background-position: center;
  top:49px;
  margin-right: 7px;
}

#forth-block-mobile .accordion-header {
  min-height: 100px;
  position: relative;
  padding-bottom: 50px;
  box-sizing: border-box;
}

#forth-block-mobile .accordion-header > div:first-of-type {
  display: flex;
  align-items: center;
  cursor:pointer;
}

@media (hover: hover) {
  #forth-block-mobile .accordion-header > div:first-of-type:hover p:first-of-type {
    color: #FFF !important;
  }
}

#forth-block-mobile .accordion-item:not(:last-child) .accordion-header::before {
  content: "";
  height: calc(100% - 25px);
  width: 2px;
  left: 12px;
  top: 28px;
  border-left:1px solid grey;
  position: absolute;
}

#forth-block-mobile .accordion-header > div:first-of-type > div:last-of-type > p:first-of-type {
  color: rgba(255, 255, 255, 0.65);
  font-size: 10px;
  font-weight: 200;
  /* letter-spacing: -0.3px; */
  margin-bottom: 6px;
}

#forth-block-mobile .accordion-header > div:first-of-type > div:last-of-type > p:last-of-type {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: -1.61px; */
}

#forth-block-mobile .accordion-header > div:last-of-type p:first-of-type {
  color: rgba(255, 255, 255, 0.60);
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
  margin-top: 17px;
  margin-bottom: 10px;
}

#forth-block-mobile .accordion-header > div:last-of-type p:last-of-type {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 300;
  line-height: 120%;
}

/* fifth-block */

#fifth-block {
  display: flex;
  position: relative;
}

#fifth-block::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 80%;
}

#fifth-block .fifth-block-content-wrap {
  display: flex;
  flex-direction: column;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  width: 681px;
  color: #FFF;
}

#fifth-block .fifth-block-content-wrap > p:first-child {
  position:absolute;
  top: -28px;
  left: -51px;
  transform: rotate(-5.695deg);
  padding: 10px;
  justify-content: center;
  align-items: center;
  border-radius: 8px;
  background: #C80000;
  box-shadow: 4px 4px 5.7px 0px rgba(0, 0, 0, 0.41);
  z-index: -1;
}

#fifth-block .fifth-block-content-wrap > p:nth-child(2) {
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
}

#fifth-block .fifth-block-content-wrap > div {
  display:flex;
  justify-content: center;
  align-items: center;
}

#fifth-block .fifth-block-content-wrap > div > p:first-child {
  font-size: 64px;
  font-weight: 700;
  /* letter-spacing: -7.36px; */
  margin-right: 34px;
}

/* leptop-block */

#leptop-block {
  display: flex;
  /* background: var(--Black, #161616); */
  position: relative;
  height: 700px;
  margin-top: -1px;
}

#leptop-block .sun {
  top: -149px;
  right: -60px;
  background-size: 75%;
  height: 891px;
  width: 456px;
  transform: scaleX(-1);
}

#leptop-block .leptop-block-content {
  display: flex;
  top:15%;
  left:36%;
  position: absolute;
}

#leptop-block .leptop-block-content div .p-1 {
  color: var(--Yellow, #FFD86E);
  font-size: 42px;
  font-weight: 700;
  /* letter-spacing: -5.04px; */
}

#leptop-block .leptop-block-content div .p-2 {
  font-size: 42px;
  font-weight: 700;
  /* letter-spacing: -4.83px; */
  color: #FFF;
  white-space: nowrap;
}

#leptop-block .leptop-block-content div .p-3 {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 170%;  
  margin-top:20px;
  margin-left:230px;
  width: 625px;
}

#leptop-block .leptop-block-content .p-3 > a {
  display: block;
  margin-top:50px;
}

#leptop-block .mobile-notebook {
  width: 90%;
  display: none;
}

/* faq-block */

#faq-block {
  display: flex;
  flex-direction: column;
  /* background: var(--Black, #161616); */
  position: relative;
  padding-bottom: 160px;
}

#faq-block .sun {
  top: 176px;
  left: -55px;
  background-size: 100%;
  height: 876px;
  width: 443px;
}

#faq-block .faq-conteiner {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;

}

#faq-block .faq-title {
  text-align: center;
  display: inline-flex;
  align-items: center;
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 19px;
}

#faq-block .faq-conteiner {
  width: 100%;
}

#faq-block .faq-conteiner .faq-title span {
  margin: 0 20px;
}

#faq-block .faq-conteiner .accordion {
  width: 72%;
}

#faq-block .faq-conteiner .accordion-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  padding: 0 20px;
}

#faq-block .faq-conteiner .accordion-header > p:first-child {
  display: inline-flex;
  align-items: center;
  margin-bottom: 20px;
}

#faq-block .faq-conteiner .accordion-item.active .accordion-header > p:first-child {
  color: var(--Yellow, #FFD86E);
}

#faq-block .faq-conteiner .accordion-header > p:nth-child(2) {
  width:32px;
  height: 32px;
  border-radius: 10px;
  background-image: url('../images/plus.svg'); 
  background-repeat: no-repeat;
  background-position: center;
  transition: 0.5s ease;
  margin-bottom: 20px;
}

#faq-block .faq-conteiner .accordion-item.active .accordion-header > p:nth-child(2) {
  background-color: #BFEB0C;
  border-radius: 10px;
  background-image: url('../images/plus-white.svg'); 
  transform-origin: center;
  transform: rotate(-45deg);
}

#faq-block .faq-conteiner .accordion-item {
  padding-top: 20px;
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.19);
  backdrop-filter: blur(7.937651634216309px);
  margin-bottom: 12px;
  color: #FFF;
  font-size: 14px;
  font-weight: 500;
  transition: height 1s ease;
  letter-spacing: 1px;
}

#faq-block .faq-conteiner .accordion-content {
  padding: 0;
  visibility: hidden;
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  background: #161616;
  backdrop-filter: blur(7.937651634216309px);
  box-sizing: border-box;
  transition: max-height 0.7s ease, visibility 0s 1s, opacity 1s ease, padding-top 1s ease, padding-bottom 1s ease;
  border-radius: 0 0 4px 4px;
  /* font-family: Poppins; */
  font-weight: 400;
  padding: 0 60px;
}

#faq-block .faq-conteiner .accordion-content > p {
  margin-bottom: 20px;
}

#faq-block .faq-conteiner .accordion-item.active .accordion-content {
  visibility: visible;
  opacity: 1;
  max-height: max-content;
  transition: max-height 1s ease, visibility 0s, opacity 1s ease, padding-top 1s ease, padding-bottom 1s ease;
  box-sizing: border-box;
  padding-top: 20px;
  padding-bottom: 20px;
}

#faq-block .form-conteiner {
  margin: 125px auto 0;
  width:662px;
  color: #FFF;

}

#faq-block .form-conteiner > p {
  text-align: center;
}

#faq-block .form-conteiner > .p-2 {
  font-size: 78px;
  font-weight: 700;
  margin-top:41px;
  margin-bottom:30px;
  letter-spacing: 5px;
}

#faq-block .form-conteiner > .p-3 {
  color: #FFF;
  text-align: center;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  margin-bottom:30px;
}

#faq-block .form-conteiner .form-wrap {
  width:100%;
  border-top: 1px solid rgba(217, 217, 217, 0.40);
  padding-top: 10px;
/* height: 500px; */
}

#faq-block .form-conteiner .form-wrap > div {
  display: flex;
  margin-top: 20px;
}

#faq-block .form-conteiner .form-wrap > div > .input-wrap:first-child {
  margin-right: 20px;
}


/* ------------ BASE PAGE ----------------- */

#base-block {
  /* background: var(--Black, #161616); */
  color: rgba(255, 255, 255, 0.70);
  min-height: 100vh;
  padding: 121px 30px 160px 30px;
  width: 100%;
}

#base-block .video-status > p:nth-of-type(2) {
  margin-left:10px;
}

main {
  width: 100%;
  height: 100%;
  margin-top:65px;
}

.top-block {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

.top-block > p:first-child {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  /* letter-spacing: -4.83px; */
  white-space: nowrap;
  padding-right: 10px;
}

.top-block > p:nth-child(2) {
  display: flex;
  align-items: center;
  padding: 10px 28px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
  width: 50vw;
}

#search-text {
  width: 100%;
  color: #FFF;
  border: none;
  background: unset;
  backdrop-filter: url();
}

@media (hover: hover) {
  .top-block .search-wrap:hover {
    background: rgba(0, 0, 0, 0.80);
    backdrop-filter: blur(7.199999809265137px);
  }
  
  .top-block .search-wrap:hover > img {
    content: url('../images/search-white.svg');
  }
  
  .top-block .search-wrap:hover > #search-text::placeholder {
    color: #FFF;
  }

  #search-text:hover {
    border:none;
    box-shadow: none;
  }

  #search-text:hover::placeholder {
    color:#FFF;
  }
}

#search-text:focus {
  border:none;
  box-shadow: none;
}

#search-text:focus::placeholder {
  color:#FFF;
}

.search-focused {
  background: rgba(0, 0, 0, 0.80) !important;
  backdrop-filter: blur(7.199999809265137px) !important;
}

.search-focused > img {
  content: url('../images/search-white.svg');
}


/* .top-block > p:nth-child(2) input {
  width: 100%;
  color: #FFF;
  border: none;
} */

.top-block > p:nth-child(2) > img {
  margin-right: 10px;
}

@media (hover: hover) {
  .top-block > p:nth-child(2) > img:hover {
    content: url('../images/search-hover.svg');
    cursor: pointer;
  }
}

.view-choice {
  display: flex;
}

.view-choice button {
  display: flex;
  width: 68px;
  height: 68px;
  padding: 15px 10px;
  justify-content: center;
  align-items: center;
  border-radius: 12px;
  box-shadow:none;
  cursor: pointer;
}

.view-choice button .line-up-grid-img, .view-choice button .line-up-row-img {
  width:24px;
  height: 24px;
}

.view-choice button:first-child {
  margin-right: 10px;
}

.view-choice button:first-child {
  background: var(--Yellow, #FFD86E);
  box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
}

@media (hover: hover) {
  .view-choice button:first-child:hover, .view-choice button:last-child:hover {
    background: var(--Yellow, #FFD86E);
    box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
  }
}

.view-choice button:last-child {
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
}

.view-choice button > div {
  width:24px;
  height: 24px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.view-choice button:first-child > div {
  background-image: url('../images/line-up-grid.svg'); 
}

.view-choice button:last-child > div {
  background-image: url('../images/line-up-rows-white.svg'); 
}

.content-block .article-item .image-wrap {
  position: relative;
}

main .content-block {
  margin-top:20px;
  border-top:1px solid rgba(255, 255, 255, 0.24);
  padding-top: 20px;
}

main .content-block .categories {
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  overflow: hidden;
}

main .content-block .categories > .background-CS {
  display: none;
}

main .content-block .categories > p {
  color: rgba(255, 255, 255, 0.70);
  font-size: 12px;
  font-weight: 700;
}

main .content-block .categories ul {
  display: flex;
  justify-content: space-between;
  text-align: center;
  margin-top:20px;
  text-transform: uppercase;
}

main .content-block .categories ul > li {
  display: inline-block;
  flex-grow: 1;
  /* padding: 15px 10px; */
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
  background: rgba(22, 22, 22, 0.23);
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  cursor: pointer;
  white-space: nowrap;
}

main .content-block .categories ul > li > a {
  color: #FFF;
  text-decoration: none;
  display: block;
  width: 100%;
  padding: 15px 10px;
  box-sizing: border-box;
}

main .content-block .categories ul > li.active > a {
  color: #161616;
}

@media (hover: hover) {
  main .content-block .categories ul > li:hover > a {
    color: #161616;
  }
}

main .content-block .categories ul > li:not(:last-child) {
  margin-right: 4px;
}

@media (hover: hover) {
  main .content-block .categories ul > li:hover {
    background: var(--Yellow, #FFD86E);
    color: var(--Black, #161616);
  }
}

main .content-block .categories ul > li.active {
  background: var(--Yellow, #FFD86E);
  color: var(--Black, #161616);
}

main .content-block .articles {
  margin-top:20px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
  justify-content: start;
  gap:1%;
}

main .content-block .article-item {
  flex: 1 0 30%;
  display: flex;
  padding: 20px;
  flex-direction: column;
  border-radius: 20px;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  margin-top:10px;
  /* margin-right: 10px; */
  justify-content: space-between;
  /* justify-content: start; */
  max-width: 33%;
  box-sizing: border-box;
position:relative;
}

main .content-block .article-item .date-wrap {
  display: none;
}

.date-wrap-mobile {
  display: none;
  justify-content: space-between;
  align-items: center;
  color: #FFF;
  font-size: 14px;
  /* letter-spacing: -1.61px; */
  margin: 10px 0;
}

  .date-wrap-mobile_month-year {
    display: flex;
    align-items: center;
  }

  .date-wrap-mobile_time {
    color: rgba(255, 255, 255, 0.60);
    /* letter-spacing: -0.98px; */
  }

/* main .content-block .article-item */ .grid-date-wrap {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  /* letter-spacing: -0.84px; */
  border-right: 1px solid #FFD86E;
  padding-right: 5px;
  margin-right: 5px;
  text-transform: uppercase;
}

main .content-block .article-item .image-wrap, main .content-block .article-item .image-wrap > img {
  border-radius: 10px;
  max-width: 573px;
}

main .content-block .article-item .image-wrap {
  height: fit-content;
}

main .content-block .article-item.blocked::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(22, 22, 22, 0.50);
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 20px;
}

main .content-block .article-item.blocked .image-wrap::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  backdrop-filter: blur(4.25px);
  border-radius: 10px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

main .content-block .article-item.blocked .btn {
  display: none;
}

main .content-block .article-item .closed_info {
  display: none;
}

main .content-block .article-item.blocked .closed_info {
  display: flex;
}

main .content-block .article-item .content-wrap .content-time  {
  color: rgba(255, 255, 255, 0.60);
  font-size: 12px;
  font-weight: 300;
  /* letter-spacing: -0.84px; */
  margin-top:20px;
}

main .content-block .article-item .content-wrap .content-title  {
  color: #FFF;
  text-decoration: none;
  font-size: 21px;
  font-weight: 500;
  /* letter-spacing: -2.415px; */
  margin-top:20px;
  margin-bottom: 12px;
  min-height: 50px;
  cursor:pointer;
}

main .content-block .article-item .content-wrap .content-description  {
  color: rgba(255, 255, 255, 0.85);
  text-decoration: none;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
  cursor:pointer;
}

main .content-block .article-item .content-wrap .content-buttons,
main.line-up-row .content-block .article-item .image-wrap .content-buttons {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 10px;
}

main .content-block .article-item .image-wrap .content-buttons,
main .content-block .article-item .lesson-item .content-buttons {
  display: none;
}

main.line-up-row .content-block .article-item .image-wrap .content-buttons,
main.line-up-row .lesson-item .content-buttons {
  display: none;
}

main .content-block .article-item .content-wrap .content-buttons p,
main.line-up-row .content-block .article-item .image-wrap .content-buttons p {
  display: flex;
  align-items: center;
}

main .content-block .article-item .content-wrap .content-buttons p img,
main.line-up-row .content-block .article-item .image-wrap .content-buttons p img {
  margin-right: 4px;
}

main .content-block .article-item .content-wrap .content-buttons p span:nth-child(2),
main.line-up-row .content-block .article-item .image-wrap .content-buttons p span:nth-child(2) {
  margin-right: 20px;
}

/* column styles */

main.line-up-row .top-block .view-choice button:first-child {
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
}

main.line-up-row .top-block .view-choice button:last-child {
  background: var(--Yellow, #FFD86E);
  box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
}

main.line-up-row .top-block .view-choice button:first-child > div {
  background-image: url('../images/line-up-grid-white.svg'); 
}

main.line-up-row .top-block .view-choice button:last-child > div {
  background-image: url('../images/line-up-rows.svg'); 
}

main.line-up-row .content-block {
  display: flex;
  align-items: start;
  justify-content: space-between;
}

main.line-up-row .content-block .categories {
  width: 18vw;
  min-width: 199px;
  position: relative;
}

main.line-up-row .content-block .categories > ul {
  flex-direction: column;
  text-align: left;
}

main.line-up-row .content-block .categories > ul > li:not(:last-child) {
  margin-bottom: 4px;
}

main.line-up-row .content-block .categories > ul > li {
  position: relative;
  margin-right: 0;
}

main.line-up-row .content-block .categories > ul > li::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M6.14945 14.9401C6.14945 14.7976 6.20195 14.6551 6.31445 14.5426L11.2045 9.65264C11.5645 9.29264 11.5645 8.70764 11.2045 8.34764L6.31445 3.45764C6.09695 3.24014 6.09695 2.88014 6.31445 2.66264C6.53195 2.44514 6.89195 2.44514 7.10945 2.66264L11.9995 7.55264C12.7945 8.34764 12.7945 9.64514 11.9995 10.4476L7.10945 15.3376C6.89195 15.5551 6.53195 15.5551 6.31445 15.3376C6.20945 15.2251 6.14945 15.0826 6.14945 14.9401Z" fill="white" fill-opacity="0.88"/></svg>');
  position: absolute;
  top: 15px;
  right: 5px;
  bottom: 0;    
}

main.line-up-row .content-block .categories > ul > li.active::after {
  content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M6.14945 14.9401C6.14945 14.7976 6.20195 14.6551 6.31445 14.5426L11.2045 9.65264C11.5645 9.29264 11.5645 8.70764 11.2045 8.34764L6.31445 3.45764C6.09695 3.24014 6.09695 2.88014 6.31445 2.66264C6.53195 2.44514 6.89195 2.44514 7.10945 2.66264L11.9995 7.55264C12.7945 8.34764 12.7945 9.64514 11.9995 10.4476L7.10945 15.3376C6.89195 15.5551 6.53195 15.5551 6.31445 15.3376C6.20945 15.2251 6.14945 15.0826 6.14945 14.9401Z" fill="black" fill-opacity="0.88"/></svg>');
}

@media (hover: hover) {
  main.line-up-row .content-block .categories > ul > li:hover::after {
    content: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M6.14945 14.9401C6.14945 14.7976 6.20195 14.6551 6.31445 14.5426L11.2045 9.65264C11.5645 9.29264 11.5645 8.70764 11.2045 8.34764L6.31445 3.45764C6.09695 3.24014 6.09695 2.88014 6.31445 2.66264C6.53195 2.44514 6.89195 2.44514 7.10945 2.66264L11.9995 7.55264C12.7945 8.34764 12.7945 9.64514 11.9995 10.4476L7.10945 15.3376C6.89195 15.5551 6.53195 15.5551 6.31445 15.3376C6.20945 15.2251 6.14945 15.0826 6.14945 14.9401Z" fill="black" fill-opacity="0.88"/></svg>');
  }
}

main.line-up-row .content-block .article-conteiner {
  max-width: 1332px;
  padding-left: 10px;
  box-sizing: border-box;
}

main.line-up-row .content-block .articles {
  flex-direction: column;
  margin-top:0;
}

main.line-up-row .content-block .article-item .content-wrap .content-time  {
  margin-top:0;
}

main.line-up-row .content-block .articles .article-item {
  flex-direction: row;
  margin-bottom: 10px;
  margin-right: 0;
  min-width: 100%;
  box-sizing: border-box;
}

main.line-up-row .content-block .articles .article-item:first-child {
  margin-top: 0;
}

main.line-up-row .content-block .article-item .date-wrap {
  display: block;
}

main.line-up-row .content-block .article-item .grid-date-wrap {
  display: none;
}

main.line-up-row .content-block .article-item .date-wrap p:first-child {
  border-bottom: 1px solid #FFD86E;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: -1.61px; */
}

main.line-up-row .content-block .article-item .date-wrap p:last-child {
  color: #FFF;
  font-size: 48px;
  font-weight: 700;
  /* letter-spacing: -1.92px; */
}

main.line-up-row .content-block .article-item .image-wrap {
  margin: 0 30px;
}

main .content-block .article-item .image-wrap, main .content-block .article-item .image-wrap > img {
  /* max-width: 439px; */
 width: 100%;
}

main.line-up-row {
  position:relative;
}

main.line-up-row .content-block .categories > .background-CS {
  position: absolute;
  top: 400px;
  width: 100%;
  left: -7px;
} 

main.line-up-row .content-block .categories > .background-CS > img {
  width: 100%;
}

.article-item .content-wrap {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* ------------ ARTICLE PAGE -------------- */

#article-block {
  position: relative;
}

#article-block .bread-crumbs {
  position:absolute;
  top:121px;
  left:30px;
}

#article-block::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 80%;
}

#article-block .bread-crumbs p {
  color: #FFF;
}

#article-block .back-btn-wrap {
  position: absolute;
  top: 148px;
  /* left: 28px; */
}

#article-block .back-btn-wrap button {
  display: flex;
  width: 234px;
  height: 74px;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  background: #000;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: -0.24px; */
  cursor: pointer;
}

#article-block .h1-wrap {
  position: absolute;
  height: 197px;
  width: 90%;
  bottom: 0;
  left: 28px;
}

#article-block .h1-wrap p {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
  /* letter-spacing: -0.84px; */
}

#article-block .h1-wrap p span:first-child {
  border-right: 1px solid #FFD86E;
  padding-right: 16px;
  margin-right: 16px;
}

#article-block .h1-wrap h1 {
  color: var(--Yellow, #FFD86E);
  font-size: 36px;
  font-weight: 700;
  letter-spacing:normal;
  margin:16px 0;
}

#article-content {
  display: flex;
  justify-content: space-between;
  align-items: start;
  /* background: var(--Black, #161616); */
  color: rgba(255, 255, 255, 0.70);
  min-height: 100vh;
  padding: 0 30px 160px;
  width: 100%;

}

#article ul {
  list-style: inherit;
  padding: revert;
}

#article-content .author-panel {
  width: 20vw;
  min-width: 275px;
  position: relative;
  display: flex;
  padding: 20px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  margin-right: 50px;
}

.avatar-name {
  width:100%;
  display:flex;
  margin-top:7px;
  padding-top:20px;
  border-top:1px solid rgba(255, 255, 255, 0.16);
}

.avatar-name img {
  width: 50px;
  height: 50px;
  border-radius: 50px;
}

.avatar-name > p {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 16px;
  font-weight: 600;
  line-height: 170%;
  margin-left: 14px;
}

.avatar-name > p span {
  color: rgba(255, 255, 255, 0.60);
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.model-info {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin:15px 0;
}

.model-info p {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
}

.model-info p img {
  margin-right: 4px;
}

.model-info p img:not(:first-child) {
  margin-left: 8px;
}

.buttons-block {
  display: flex;
  width:100%;
  margin-top:7px;
  padding-top:20px;
  border-top:1px solid rgba(255, 255, 255, 0.16);
  justify-content: space-between;
}

.buttons-block button {
  flex-direction: row;
}

.buttons-block button img {
  margin-right: 8px;
}

#article-content .article-conteiner {
  max-width: 1225px;
  min-width: 60vw;
}

#popular-articles {
  background: var(--Black, #161616);
  padding: 0 30px 50px 30px;
  color:#FFF;
}

#popular-articles main {
  margin-top: 0;
}

#popular-articles .h2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

#popular-articles h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
  letter-spacing:normal;
}

#popular-articles .btn-more {
  color:#FFD86E;
  border-bottom: 1px solid #FFD86E;
}

@media (hover: hover) {
  #popular-articles .btn-more:hover {
    color:#BFEB0C;
    border-bottom: 1px solid #BFEB0C;
  }
}

#article-content .article {
  color: rgba(255, 255, 255, 0.80);
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  padding-right: 15px;
  padding-top: 5px;
}

#article-content .article img {
  width: 100% !important;
}

#article-content .article-conteiner .model-info.article-info {
  padding: 7px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  border-bottom: 1px solid rgba(255, 255, 255, 0.16)
}

#article-content .article h2 {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  letter-spacing:normal;
  margin-top:35px;
  margin-bottom:12px;
}

#article-content .article > img {
  margin-top: 35px;
}

#article-content .slider_control {
  justify-content: space-between;
  width:90%;
  margin: -100px auto 100px;
}
#article-content .slider_control > div:last-child {
  display: flex;
}

#article-content .slider_control > div:last-child > button:first-child {
  margin-right: 5px;
}

@media (hover: hover) {
  .add-to-favorite:hover {
    content: url('../images/frame-icon-hover.svg');
    cursor: pointer;
  }

  #article-content .author-link:hover {
    cursor:pointer;
    text-decoration: none;
  }
}

/* ---------------- ABOUT PAGE -------------------- */

#about-block {
  padding: 0;
  width: 100%;
  position: relative;
}

#about-block::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 80%;
}

#about-block .bread-crumbs {
  position:absolute;
  top:121px;
  left:30px;
}

#about-block .first-block-content {
  display:flex;
  width:100%;
  height:172px;
  position: absolute;
  bottom: 13%;
  left:30px;
}

#about-block .first-block-content .image-wrap {
  position: relative;
  margin-right: 48px;
max-width: 335px; /* for Fire Fox */
}

#about-block .first-block-content .image-wrap > img {
  height:100%;
  border-radius: 15.78px;
  border: 1.578px solid var(--Active, #BFEB0C);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%), url(../_path-to-image_.html), lightgray 50% / cover no-repeat;
  box-shadow: 0.732px 2.33px 6.679px 0px rgba(191, 235, 12, 0.06), 3.347px 10.65px 18.773px 0px rgba(191, 235, 12, 0.09), 8.471px 26.957px 50.361px 0px rgba(191, 235, 12, 0.11);
}

#about-block .first-block-content .duble-lesson {
  display: flex;
  align-items: center;
  position: absolute;
  color: #FFF;
  font-size: 11px;
  font-weight: 400;
  /* letter-spacing: 1.32px; */
  right: 10px;
  bottom: 10px;
}

#about-block .first-block-content .duble-lesson img {
  margin-right: 6px;
}

#about-block .first-block-content .text-wrap > div:first-child {
  display: flex;
}

#about-block .first-block-content .text-wrap > div:first-child > p:first-child {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 8px;
  background: #C80000;
  box-shadow: 4px 4px 5.7px 0px rgba(0, 0, 0, 0.41);
  color: #FFF;
  font-size: 14px;
  font-weight: 700;
  /* letter-spacing: -1.61px; */
  margin-right: 16px;
}

#about-block .first-block-content .text-wrap > p {
  color: #FFF;
  font-size: 36px;
  font-weight: 700;
  /* letter-spacing: -4.14px; */
  margin-top: 16px;
  margin-bottom: 45px;
  line-height: 27px;
}

#about-block .first-block-content .text-wrap .duble-lesson {
  position: inherit;
}

#about-block-2 {
  display: flex;
  position: relative;
}

#about-block-2 .about-block-2__left, .about-block-2__right {
  position: relative;
  flex: 1;
}

#about-block-2 .sun {
  bottom: -440px;
  background-size: 75%;
  height: 891px;
  width: 456px;
  filter: blur(30px);
  left: -83px;
}

#about-block-2 .about-block-2__left > p {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  color: #000;
  -webkit-text-stroke: 1px rgba(191, 235, 12);
  text-shadow: 4px 4px 14.9px rgba(191, 235, 12, 0.54);
  font-size: 128px;
  font-weight: 500;
  line-height: 90%;
  /* letter-spacing: -14.72px; */
  width: 450px;
}

#about-block-2 .about-block-2__right > div:first-of-type {
  background: none;
  position: absolute;
  top: 50%;
  left: -16%;
  transform: translateY(-50%);
  z-index: 2;
}

#about-block-2 .about-block-2__right .shifted-title-block .p-3 {
  font-family: M, sans-serif;
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  /* letter-spacing: -2.415px; */
  margin-top: 16px;
  margin-bottom: 14px;
  margin-left: 157px;
}

#about-block-2 .about-block-2__right .shifted-title-block > div {
  margin-left: 157px;
  width:465px;

  color: rgba(255, 255, 255, 0.85);
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

#about-block-2 .about-block-2__right > div button {
  margin-left: 157px;
  margin-top:40px;
}

#about-block-2 > img {
  position: absolute;
  top: 78px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}

#about-block-3 {
  position: relative;
}

#about-block-3::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 80%;
}

#about-block-4 {
  /* background: var(--Black, #161616); */
  width: 100%;
  display: flex;
  flex-direction: column;
  padding-top: 200px;
  padding-bottom: 60px;
}

#about-block-4::before {
  content: "";
  position: absolute;
  top: 85%;
  right: 0;
  left: 0;
  background: var(--Black, #161616);
  filter: blur(18.75px);
  pointer-events: none;
  height: 15%;
  z-index: 3;
}

#about-block-4 .top-conteiner {
  display: flex;
  justify-content: space-between;
  padding: 0 100px;
}

#about-block-4 .top-conteiner .top-conteiner__left, #about-block-4 .top-conteiner .top-conteiner__right {
  padding-top: 50px;
  position: relative;
  flex-basis: 20%;
  display: flex;
  align-items: end;
}

#about-block-4 .top-conteiner .background-image{
  width: auto;
}

#about-block-4 .top-conteiner .top-conteiner__right .sun, #about-block-4 .top-conteiner .top-conteiner__left .sun {
  top: -149px;
  background-size: 75%;
  height: 891px;
  width: 456px;
  filter: blur(120px);
}

#about-block-4 .top-conteiner .top-conteiner__right .sun {
  right: -205px;
  transform: scaleX(-1);
}

#about-block-4 .top-conteiner .top-conteiner__left .sun {
  left: -205px;
}

#about-block-4 .top-conteiner .top-conteiner__left .grand-logo {
  position: absolute;
  top: -34px;
  left: 177px;
  width: 344px;
  z-index: 0;
}

#about-block-4 .top-conteiner .top-conteiner__left .left-soldier {
  position: relative;
  z-index: 1;
}

#about-block-4 .top-conteiner .top-conteiner__center {
  position: relative;
  z-index: 1;
  left:150px;
}

#about-block-4 .top-conteiner .top-conteiner__center > div {
  display: flex;
  height: 100px;
  margin-bottom: 30px;
}

#about-block-4 .top-conteiner .top-conteiner__center > div > p {
  color: #FFF;
  text-align: right;
  font-size: 104.551px;
  font-weight: 700;
  /* letter-spacing: -17.251px; */
  line-height: 100px;
  width: 265px;
  padding-right: 5px;
}

#about-block-4 .top-conteiner .top-conteiner__center > div > div {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left:17px;
  padding-left: 17px;
  width: 260px;
  border-left: 1px solid #2F2F2F;
}

#about-block-4 .top-conteiner .top-conteiner__center > div > div p:nth-child(2) {
  color: var(--Yellow, #FFD86E);
  font-size: 14px;
  font-weight: 400;
  /* letter-spacing: 1.68px; */
}

#about-block-4 .top-conteiner .top-conteiner__center > div > div p:last-child {
  color: rgba(242, 242, 242, 0.85);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

#about-block-5 {
  /* background: var(--Black, #161616); */
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-around;
  padding-top: 75px;
  padding-bottom: 100px;
}

#about-block-5 .about-block-5__left {
  flex-basis: 60%;
  max-width: 632px;
}

#about-block-5 .about-block-5__right {
  flex-basis: 40%;
  max-width: 554px;
}

#about-block-5 .about-block-5__left h2 {
  color: #FFF;
  font-size: 21px;
  font-weight: 500;
  letter-spacing:normal;
}

#about-block-5 .about-block-5__left p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

#about-block-5 .about-block-5__left .button-wrap {
  display: flex;
  width: 100%;
  align-items: center;
}

#about-block-5 .about-block-5__left .button-wrap > p {
  color: #FFF;
  font-size: 64px;
  font-weight: 700;
  /* letter-spacing: -7.36px; */
  margin-right: 34px;
}

#timer-block {
  background: var(--Black, #161616);
  width: 100%;
  display: flex;
    min-height: 600px;
  position: relative;
  padding-top:100px;
  padding-bottom:100px;
}

#timer-block::before {
  content: "";
  position: absolute;
  top: 3%;
  right: 0;
  left: -61px;
  background: var(--Black, #161616);
  filter: blur(18.75px);
  pointer-events: none;
  height: 15%;
  z-index: 3;
}

#timer-block::after {
  content: "";
  position: absolute;
  bottom: 5%;
  right: 0;
  left: -61px;
  background: var(--Black, #161616);
  filter: blur(18.75px);
  pointer-events: none;
  height: 15%;
  z-index: 3;
}

.timer-content-block > p:first-child {
  color: #000;
  -webkit-text-stroke: 1px #FFD86E;
  font-size: 48px;
  font-weight: 700;
  /* letter-spacing: -1.44px; */
  margin-bottom: 26px;
  text-align: center;
}

.timer-content-block > p:nth-child(2) {
  color: #FFF;
  font-size: 24px;
  font-weight: 700;
  /* letter-spacing: -0.72px; */
  text-align: center;
}

.timer-content-block > p:nth-child(2) span {
  color: var(--Yellow, #FFD86E);
}

#timer-block .timer-block__left, #timer-block .timer-block__right {
  flex-grow: 1;
  flex-shrink: 1;
}

#timer-block .timer-block__left {
  flex-basis: 53%;
}

#timer-block .timer-block__right {
  flex-basis: 47%;
}

.timer-content-block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.timer-content-block .clocks {
  margin-top:60px;
}

.timer-content-block .clocks .cntSeparator { display: none; }
.timer-content-block .clocks  .cntDigit#cnt_1,
.timer-content-block .clocks  .cntDigit#cnt_3 
{ margin-right: 60px; }
.timer-content-block .clocks  .cntDigit#cnt_6,
.timer-content-block .clocks  .cntDigit#cnt_7 
{ display: none; }

.timer-content-block .clock-labels {
  display: flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  /* letter-spacing: -1.84px; */
  width: 550px;
}

.timer-content-block .clock-labels > p:first-child {
  margin-left: 50px;
  margin-right: 150px;
}

.timer-content-block .clock-labels > p:last-child {
  margin-left: 130px;
}

#standart-block .form-wrap {
  max-width: 818px;
  margin: 48px auto;
}

#standart-block .form-wrap h1, #standart-block .form-wrap h2 {
  text-align: center;
}

#standart-block .form-wrap .input-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#standart-block .form-wrap .input-wrap > div {
  flex-basis: 49%;
}

#standart-block .form-wrap .input-wrap input {
  width: 100%;
  box-sizing: border-box;
}


#standart-block .button-wrap button {
  width: 100%;
}

#standart-block .bottom-block {
  display: flex;
  height: 103px;
  padding: 15px 38px;
  justify-content: space-between;
  align-items: center;
  background: #000;
  box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
  margin-top: 50px;
  margin-left: -1px;
  margin-bottom: -1px;
  border-radius: 10px;
  cursor: pointer;
  box-sizing: border-box;
}

@media (hover: hover) {
  #standart-block .bottom-block:hover {
    background: var(--Active, #BFEB0C);
    box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08), 0.464px 1.476px 4.232px 0px rgba(191, 235, 12, 0.06), 2.121px 6.749px 11.897px 0px rgba(191, 235, 12, 0.09), 5.368px 17.083px 31.915px 0px rgba(191, 235, 12, 0.11), 10.604px 33.744px 73.21px 0px rgba(191, 235, 12, 0.17);
  }

  #standart-block .bottom-block:hover p {
    color: #161616 !important;
  }

  #standart-block .bottom-block:hover img {
    content: url('../images/chevron-right.svg');
  }
}

#standart-block .bottom-block > div:first-child > p:first-child {
  color: #FFF;
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
  margin-bottom: 6px;
}

#standart-block .bottom-block > div:first-child > p:nth-child(2) {
  color: var(--Yellow, #FFD86E);
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
}

/* profile header */

#auth-panel.active {
  border: 1px solid var(--Yellow, #FFD86E);
  background: rgba(255, 216, 110, 0.30);
  /* min-width: 158px; */
}

#auth-panel, #mobile-menu-popup .bottom-panel .mobile-auth-panel {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: end;
  cursor:pointer;
  border-radius: 12px;
/* margin-left:20px; */
  height: 47px;
  max-width: 47px;
  border-radius: 10px;
}

#auth-panel {
  padding-right: 18px;
  height: 100%;
  min-width: 160px;
  border: 1px solid transparent;
}

#auth-panel, #mobile-menu-popup .bottom-panel .mobile-auth-panel img {
  width: 100%;
  border-radius: 16px;
}

@media (hover: hover) {
  #auth-panel:hover {
    border: 1px solid var(--Yellow, #FFD86E);
    background: rgba(255, 216, 110, 0.30);
  }
  
  #auth-panel:hover .avatar-wrap img {
    box-shadow: 7px 7px 27px -3px rgba(191, 235, 12, 0.76);
  }
}

#auth-panel .avatar-wrap {
  height: 100%;
  width: 47px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
}

#auth-panel .avatar-wrap img {
  width: 97%;
  border-radius: 16px;
}

/* #auth-panel:hover img {
  content: url('/img/defoult-avatar.png');
  border-radius: 50%;
} */

@media (hover: hover) {
  #auth-panel:hover > div:last-child {
    background: none;
  }
}

/* #auth-panel::after, #mobile-menu-popup .bottom-panel .mobile-auth-panel::after {
  content:"+";
  color:#000;
  font-size: 13px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #FFD86E;
  position: absolute;
  bottom:0;
  right: 0;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
} */

#auth-panel > div > p {
  color: var(--Yellow, #FFD86E);
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 0.65px; */
  text-align: right;
  margin-right: 5px;
}

#auth-panel > div:last-child, #mobile-menu-popup .bottom-panel .mobile-auth-panel {
  width: 47px;
  height: 47px;
  display: flex;
  padding: 1px 1px;
  align-items: center;
  border-radius: 22px;
  justify-content: center;
  margin-left:10px;
}

#auth-panel > div:last-child {
  background-color: rgba(191, 235, 12, 0.20);
}

#mobile-menu-popup .bottom-panel .mobile-auth-panel {
  margin-right:10px;
}

#notification-conteiner {
  max-height: 100vh;
  min-height:90vh;
  background-image: url('../images/notification-background.png');
  background-size: 50%;
  background-repeat: no-repeat;
  background-position: center;
  overflow-y: auto;
}

#notification-conteiner::-webkit-scrollbar {
  width: 7px;
}

#notification-conteiner::-webkit-scrollbar-track {
  background-color: #1e1e1e;
}

#notification-conteiner::-webkit-scrollbar-thumb {
  background-color: #555;
  border-radius: 5px;
}

#notification-conteiner::-webkit-scrollbar-thumb:hover {
  background-color: #777; 
}

#notification-conteiner .form-wrap > p {
  color: rgba(255, 255, 255, 0.70);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
  margin-bottom:25px;
  margin-top:20px;
}

#notification-conteiner .message-item {
  border-radius: 8px;
  background: rgba(242, 242, 242, 0.02);
  padding: 10px;
  box-sizing: border-box;
  margin-bottom:5px;
}

#notification-conteiner .message-item.new {
  background: rgba(242, 242, 242, 0.10);
}

#notification-conteiner .message-item.new .message-info > p {
  position: relative;
}

#notification-conteiner .message-item.new .message-info > p::before {
  content: "";
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  height: 5px;
  padding: 2px;
  border-radius: 50px;
  background: #F00;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  float:left;
  margin-right:10px;
  margin-top: 3px;
}

#notification-conteiner .message-item .message-info {
  display:flex;
  justify-content: space-between;
  align-items:center;
  margin-bottom:4px;
  color: rgba(255, 255, 255, 0.70);
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 135%;
}

#notification-conteiner .message-item .message-info > p > span {
  display: block;
  width: 5px;
  height: 5px;
  padding: 2px;
  border-radius: 50px;
  background: #F00;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
  float:left;
  margin-right:10px;
  margin-top: 3px;
}

#notification-conteiner .message-item > p, #notification-conteiner .message-item li {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
}

#notification-conteiner .message-item p > a {
  color: var(--Active, #BFEB0C);
  font-size: 14px;
  font-weight: 400;
  text-decoration-line: underline;
}

#notification-conteiner .message-item p.message-title {
  color: var(--Yellow, #FFD86E);
  font-family: M, sans-serif;
  font-size: 14px;
  font-weight: 400;
  margin-bottom:10px;
}

#notification-conteiner .notification-edit {
  cursor: pointer;
  position: relative;
}

#notification-conteiner .notification-edit {
  width:24px;
  height:24px;
  background-image: url(../images/setting-icon.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
}

@media (hover: hover) {
  #notification-conteiner .notification-edit:hover {
    background-image: url(../images/setting-icon-hover.svg);
  }
}

#notification-conteiner .notification-edit .options-box {
  display: none;
  position: absolute;
  padding: 10px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: #161616;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  right: 0;
  top: 0;
  z-index: 1;
}

#notification-conteiner .notification-edit .options-box .btn-black {
  min-width: 122px;
}

#notification-conteiner .notification-edit .options-box .btn-black > img {
  margin-right: 10px;
}

@media (hover: hover) {
  #notification-conteiner .notification-edit .options-box .btn-black.set-read:hover > img {
    content: url('../images/done-hover.svg');
  }

  #notification-conteiner .notification-edit .options-box .btn-black.set-deleted:hover > img {
    content: url('../images/delete-hover.svg');
  }
}

#notification-conteiner .comments-wrap {
  border-top: 1px solid grey;
  margin-top: 10px;
}

/* --------------- PROFILE GROUP --------------- */

#profile-block, #full-access-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding: 160px 30px 110px 30px;
  box-sizing: border-box;
  gap:48px;
}

#profile-block {
  padding-bottom: 110px;
}

#profile-block .profile-block__left {
  position: relative;
}

#profile-block .profile-block__left .top_conteiner {
  display: flex;
  justify-content: space-between;
  gap:48px;
  width:100%;
}

#profile-block .profile-block__left .video_block {
  /* flex-basis: 37%; */
/* min-height: 1000px; */
  max-width:425px;
  min-width:425px;
  display: flex;
  flex-direction: column;
  /* justify-content: end; */
  justify-content: start;
  padding-bottom: 50px;
  z-index: 1;
}

.video_block-frame {
  border-radius: 20px;
  border: 1px solid rgba(212, 212, 212, 0.35);
  background: rgba(255, 255, 255, 0.10);
  padding: 20px;
  height: 603px;
  box-sizing: border-box;
  /* margin-top: -30px; */
}

.video_block--greeting {
  display: flex;
  justify-content: space-between;
  /* font-family: Poppins; */
  color:#161616;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
  width:340px;
}

.video_block--greeting > img {
  border-radius:50%;
}

.video_block--greeting > div {
  background-color: #FFFFFF;
  border-radius:0 14px 14px 14px;
  width: 215px;
  padding: 10px;
}

.video_block--greeting > div > p > span {
  font-weight: 700;
}

.video_block--greeting > p {
  color:#DDDDDD;
}

#profile-block .profile-block__left .video_block .video-wrap {
  width:385px;
  height: 385px;
  position: relative;
  margin-top:25px;
}

#profile-block .profile-block__left .video_block .video-wrap .circle-progress-bar {
  width: 99%;
  height: 99%;
  border-radius: 50%;
  margin: auto;
  background-color: rgba(4, 4, 4, 0.17);
}

#profile-block .profile-block__left .video_block .video-wrap .video-content {
  position: absolute;
  border-radius: 50%;
  overflow: hidden;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

#profile-block .profile-block__left .video_block .video-wrap .video-content__frame {
  width: 200%;
  height: 200%;
  position: absolute;
  top: -50%;
  left: -50%;
}

#profile-block .profile-block__left .video_block .video-wrap .video-content > img:first-child {
  border-radius: 50%;
  width: 100%;
}

#profile-block .profile-block__left .video_block .video-wrap .video-content > img:nth-child(2) {
  position: absolute;
  top: 75%;
  left: 15%;
}

#profile-block .profile-block__left .video_block .video-wrap .video-content > img:last-child {
  position: absolute;
  top: 75%;
  left: 77%;
}

#profile-block .sun {
  top: 11%;
  left: -85px;
  background-size: 126%;
  height: 982px;
  width: 443px;
  z-index: 0;
}

.video_block--logo {
  display: flex;
  gap: 20px;
  margin-top: 25px;
}

.video_block--typing {
  display: flex;
  margin-top: 25px;
}

.video_block--typing > div {
  background-color: rgba(191, 235, 12, 1);
  border-radius: 0 14px 14px 14px;
  padding: 15px 22px;
  margin-left: 10px;
}

#profile-block .profile-block__left .content_block {
  color:#FFF;
  /* flex-basis: 58%; */
  /* background-image: url(/img/black-background.png);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%; */
  /* font-family: Poppins; */
  background-color: #040404;;
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  padding: 35px 25px 50px 25px;
  box-sizing: border-box;
  height: fit-content;
  position: relative;
  border-radius: 20px;
}

#profile-block .profile-block__left #greeting {
  overflow: hidden;
}

#greeting .btn {
  height: 47px;
  max-width: 143px;
}

#profile-block .profile-block__left .content_block #open-hide-greeting {
  color: var(--Yellow, #FFD86E);
  font-size: 12px;
  /* letter-spacing: -0.24px; */
  text-decoration: underline;
  padding: 4px 10px;
  cursor: pointer;
  display: none;
}

@media (hover: hover) {
  #profile-block .profile-block__left .content_block #open-hide-greeting:hover {
    color:#BFEB0C;
  }
}

#profile-block .profile-block__left .content_block h1,
#profile-block .profile-block__left .content_block h2,
#profile-block .profile-block__left .content_block h3,
#profile-block .profile-block__left .content_block h4 {
  color:rgba(255, 216, 110, 1);
  font-weight:500;
  font-size: 24px;
  line-height: 28px;
  letter-spacing:normal;
  /* max-width: 369px; */
}

#profile-block .profile-block__left .content_block h2 {
  letter-spacing: unset;
}

.profile-block__left .content_block .h2-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  border: 1px solid var(--Dark-15, #262626);
  background: var(--Dark-08, #141414);
  width: 100%;
  padding: 18px 10px 18px 28px;
  box-sizing: border-box;
}

#profile-block .profile-block__left .content_block p, #profile-block .profile-block__left .content_block li {
  margin: 14px 0;
}

#profile-block .profile-block__left .content_block p:last-of-type {
  display: flex;
  align-items: center;
  margin-left:65px;
  margin-top: 30px;
}

#profile-block .profile-block__left .content_block p:last-of-type > img {
  margin-left:14px;
}

#profile-block .profile-block__left .content_block .buttons-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 32px 0;
  gap:10px;
}

#profile-block .profile-block__left .content_block .buttons-wrap a {
  width: 100%;
}

#profile-block .profile-block__left .content_block .buttons-wrap button {
  flex-direction: row;
}

#profile-block .profile-block__left .content_block .buttons-wrap button > img {
  margin-right: 5px;
}

#profile-block .profile-block__left .content_block .plastir-1 {
  position: absolute;
  top: -31px;
  left: 6%;
}

#profile-block .profile-block__left .content_block .plastir-2 {
  position: absolute;
  top: -31px;
  left: 87%;
}

.conteiner.dashboard-banner {
  padding-bottom: 120px;
}

.banner_box {
  width: 88%;
  margin:0 auto;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

.banner_box .banner_box_content {
  position:absolute;
  top: 23%;
  /* left: 40px; */
  margin-left: 40px;
}

.banner_box .banner_box_content a {
 text-decoration: none;
}

.banner_box .banner_box_content h2 {
  color:rgba(255, 216, 110, 1);
  font-weight: 700;
  font-size: 68px;
  letter-spacing:normal;
  margin: 0;
}

.banner_box .banner_box_content p {
  color:#FFF;
  font-weight: 400;
  font-size: 28px;
  letter-spacing: normal;
  margin-top:42px;
  margin-bottom:66px;
  max-width: 700px;
}

.banner_box .btn-filled {
  height: 76px;
  font-size: 17px;
  /* letter-spacing: -0.339px; */
}

#profile-block .profile-block__right {
  display: flex;
  flex-direction: column;
  min-width:707px;
  max-width:707px;
  /* padding-left: 30px; */
  justify-content: space-between;
  /* margin-top:-24px; */
}

#profile-block .profile-block__right .lessons-wrap-title {
  color:#FFD86E;
  font-size: 10px;
  line-height: 11.99px;
}

#profile-block .profile-block__right .lessons-box,
#lesson-block .lesson-block__right .lessons-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  gap:15px;
}

#profile-block .profile-block__right .lessons-box .play-button,
#lesson-block .lesson-block__right .lessons-box .play-button {
  width: 50px;
  height: 50px;
}

#profile-block .profile-block__right hr,
#lesson-block hr {
  width: 100%;
  background-color: rgba(255, 255, 255, 0.16);
  height: 1px;
  border: none;
  margin: 41px 0;
}

#profile-block .counter-wrap {
  display: none;
  flex-direction:row;
  width: 100%;
  max-width: 385px;
  justify-content: space-around;
  align-items: center;
  margin:50px auto 75px;
} 

#profile-block .counter-wrap button {
  max-width: 110px;
  margin-top: 0;
}

.more-video-block {
  display: flex;
  width: 100%;
  /* justify-content: space-between; */
    justify-content:center;
  align-items: center;
}

.more-video-block .btn {
  height: 47px;
}

.more-video-block > div {
  color:#FFF;
  position: relative;
  /* background-color: #161616; */
  z-index: -1;
}

.more-video-block > div > p:first-child {
  font-size: 48px;
  font-weight: 700;
  line-height: 36px;
}

.more-video-block > div::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to right, rgba(22, 22, 22, 0.9), transparent);
  z-index: 0;
}

.more-video-block > div::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
  background: linear-gradient(to left, rgba(22, 22, 22, 0.9), transparent);
  z-index: 0;
}

.more-video-block > div > p:nth-child(2) {
  font-size: 14px;
  font-weight: 300;
  /* letter-spacing: -2px; */
  text-align: center;
  margin-top: 7px;
  line-height: 10px;
}

.more-video-block > p {
  font-weight: 300;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: normal;
  color: #FFD86E;
}

#profile-block .profile-block__left .content_block .buttons-wrap .btn {
  max-width: unset;
  width: 100%;
  padding: unset;
}

/* full-access */

#full-access-block {
  position: relative;
  padding: 160px 30px 180px 45px;
}

#full-access-block .full-access-block__left {
  width: 100%;
  /* position: relative; */
}

#full-access-block .full-access-block__left .last-lesson-wrap {
  width: 100%;
  position: relative;
}

#full-access-block .full-access-block__left .last-lesson-wrap::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 81%;
  border-radius: 20px;
}

#full-access-block .full-access-block__left .last-lesson-wrap > img,
#full-access-block .wide-banner-wrap > img {
  border-radius: 20px;
  width: 100%;
}

#full-access-block .full-access-block__left .lesson {
  position:absolute;
  bottom: 16%;
  margin-left:30px;
}

#full-access-block .full-access-block__right {
  min-width:450px;
  max-width:450px;
  padding-left: 30px;
  justify-content: space-between;
  position: relative;
}

/* #full-access-block  */.short-banner-wrap > img {
  border-radius: 10px;
  width: 100%;
}

#full-access-block .wide-banner-wrap {
  display: none;
  width: 100%;
  margin-top:35px;
}

/* #full-access-block */ .short-banner-wrap {
  width: 100%;
  margin-bottom: 70px;
}

#full-access-block .video-box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
  padding-top: 15px;
  z-index: 2;
  /* margin-top: 100px; */
}

#full-access-block .full-access-block__right .most-pop-title {
  color: var(--Yellow, #FFD86E);
  font-size: 10px;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
  /* position: absolute; */
  top:0;
  left: 30px;
}

#full-access-block .video-item {
  flex-basis: 48%;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--Black, #161616);
  position: relative;
  margin-bottom: 60px;
  cursor: pointer;
}

#full-access-block .video-item .background-image {
  border-radius: 10px;
}

#full-access-block .video-item::before {
  content: "";
  position: absolute;
  top: 40%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 60%;
  border-radius: 10px;
}

#full-access-block .video-item div {
  width: 100%;
  display:flex;
  justify-content: space-around;
  position: absolute;
  bottom: 6px;
}

#full-access-block .video-item p {
  display: flex;
  align-items: center;
  color: #FFF;
  font-size: 8px;
  font-weight: 400;
  /* letter-spacing: 0.96px; */
}

#full-access-block .video-item p > img {
  margin-right:4px;
}

#full-access-block .video-status {
  top:30px;
}

/* lessons items */
.lesson-item {
  flex-basis: 48%;
  color:#FFF;
position: relative;
z-index: 1;
}

.lesson-item .lesson-image {
  position: relative;
}

.lesson-item .lesson-image::before {
  content: "";
  position: absolute;
  top: 0%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 150%);
  height: 100%;
  border-radius: 9px;
}

.lesson-item .lesson-image > img {
  width: 100%;
  height: auto;
  border-radius: 9px;
}

.mini-launch-date {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 46px;
  padding: 0 10px;
  background: linear-gradient(151deg, rgba(255, 255, 255, 0.24) -2.71%, rgba(255, 255, 255, 0.16) 115.94%);
  margin: 15px 0;
  box-sizing: border-box;
  width: 98%;
}

.mini-launch-date .p-1 {
  color: #FFF;
  font-size: 16px;
  /* letter-spacing: -0.48px; */
}

.mini-launch-date .p-2 {
  color: #BFEB0C;
  font-size: 16px;
  /* letter-spacing: -0.48px; */
  padding: 5px 10px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.video-status {
  color: #FFF;
  position: absolute;
  top:10px;
  left:0;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
}

.video-status > p:first-child {
  padding:6px 8px 6px 8px;
  border-radius:0px 4px 4px 0px;
  margin:8px 0;
}

.video-status .coming-date {
  margin-left:10px;
}

.video-status > .opened {
  background-color: #00861E;
}

.video-status > .coming {
  background-color: #C80000;
}

.lesson-item .lesson-image .video-status > p:nth-child(2) {
  margin-left: 8px;
}

.closed_info {
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.62);
  padding: 10px 0;
}

.closed_info > p {
  width: 173px;
  font-size: 12px;
  color:#FFFFFF;
  margin-left: 6px;
}

.closed_info > p span {
  color:#BFEB0C;
}

.lesson-item .p-2 {
  display: flex;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  margin-top:10px;
}

.closed-lessons .lesson-item .p-2 {
  margin-top:4px;
}

.closed-lessons .lesson-item > p {
  margin-top:8px;
}

.lesson-item .p-2 img {
  margin-right: 4px;
}

.lesson-item > p {
  font-size: 16px;
  font-weight: 400;
  line-height: 17px;
  margin-top: 10px;
}

.lesson-item .lesson-video-diration {
  font-size: 13px;
  font-weight: 400;
}

.lesson-item .video-progress {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 13px;
  color:#9F9F9F;
  letter-spacing: 1.56px; /* new */
  margin-top:10px;
}

.lesson-item .video-progress progress {
  width: 55%;
  height: 2px;
  background-color: #FFF;
}

.lesson-item .video-progress progress[value]::-webkit-progress-value {
  background-color: #BFEB0C;
}

#standart-block {
  /* background: var(--Black, #161616); */
  min-height: 100vh;
  padding: 121px 30px 160px 30px;
  /* width: 100%; */
}

/* SPEAKER PAGE */
#speaker-page {
  /* background: var(--Black, #161616); */
  min-height: 100vh;
  padding-top: 121px;
  padding-bottom: 160px;
  width: auto;
  display: grid;
  grid-template-columns: 1fr minmax(800px, 1308px) minmax(10px, 1fr);
  grid-template-rows: auto;
  grid-row-gap: 13px;
  width: 100%;
  margin: 0 auto;
  color: var(--LightGray, rgba(255, 255, 255, 0.80));
}

/* make 1 and 3 columns less wide */

#speaker-page h1, #speaker-page h2, #speaker-page h3, #speaker-page h4, #speaker-page h5, #speaker-page h6 {
  color: var(--White, #FFF);
  font-weight: 700;
  line-height: 170%;
  margin: 0;
}

#speaker-page .bread-crumbs {
  grid-column: 1 / -1;
  grid-row: 1 / 2;
  display: flex;
  align-items: center;
  gap: 7px;
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  color: #FFD86E;
  position: relative;
  padding-left: 30px;
}

#speaker-page .sun-right {
  transform: scaleX(-1);
  width: 204px;
  height: 448px;
  top: 216px;
  right: 0;
  opacity: 0.6;
  pointer-events: none;
}

#speaker-page .sun-left {
  top: 376px;
  left: 0px;
  background-size: 100%;
  height: 876px;
  width: 443px;
}

#speaker-page .bread-crumbs a {
  color: #B0B0B0;
}

@media (hover: hover) {
  #speaker-page .bread-crumbs a:hover {
    color: #FFD86E;
  }
}

.back-btn-wrap {
  grid-column: 1 / 2;
  grid-row: 2 / 3;
  padding-left: 30px;
}

.speaker-back-button {
  display: block;
  align-self: start;
  justify-self: start;
  padding-left: 30px;
  padding-right: 30px;
}

.speaker-button-icon {
  width: 20px;
  height: 20px;
  margin-right: 10px;
}

#speaker-page-main {
  grid-column: 2 / 3;
  grid-row: 2 / 3;
  border-radius: 20px;
  border: 1px;
  padding: 20px;
  margin: 0 10px;
  background: linear-gradient(79.04deg, rgba(253, 253, 253, 0.063) -1%, rgba(253, 253, 253, 0.168) 70.11%),
  linear-gradient(151.36deg, rgba(255, 255, 255, 0.096) -2.71%, rgba(255, 255, 255, 0.062) 115.94%);
}


.speaker-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.speaker-info-left {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 14px;
  padding-right: 50px;
}

.speaker-image {
  display: flex;
  justify-content: center;
  align-items: center;
}

.speaker-extra {
  flex: 1;
}

.speaker-name {
  font-size: 32px;
  font-weight: 600;
  line-height: 54px;
}

.speaker-title {
  font-size: 15px;
  font-weight: 400;
  line-height: 26px;
}

.speaker-socials {
  display: flex;
  margin-top: 35px;
}

.speaker-socials > *:not(:last-child) {
  padding-right: 14px;
}

.speaker-image .speaker-img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
}

@media (hover: hover) {
  .speaker-socials a:hover .speaker-social-icon-not-hovered {
    display: none;
  }
}

.speaker-socials a .speaker-social-icon-hovered {
  display: none;
}

@media (hover: hover) {
  .speaker-socials a:hover .speaker-social-icon-hovered {
    display: block;
  }
}

.speaker-bio {
  flex: 2;
}

.speaker-bio-divider {
  height: 1px;
  margin-top: 7px;
  margin-bottom: 20px;
  background: linear-gradient(151.36deg, rgba(255, 255, 255, 0.24) -2.71%, rgba(255, 255, 255, 0.155) 115.94%);
}

.speaker-bio-title {
  font-family: M, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  /* letter-spacing: 0em; */
}

.speaker-bio-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  /* letter-spacing: 0em; */
}

.speaker-posts {
  margin-top: 20px;
}

.speaker-posts-title {
  font-size: 12px;
  font-weight: 700;
  line-height: 14px;
  /* letter-spacing: 0em; */
}

.speaker-posts-container {
  margin-top: 15px;
}

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

.speaker-post {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(79.04deg, rgba(253, 253, 253, 0.021) -1%, rgba(253, 253, 253, 0.056) 70.11%);
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.speaker-post > * {
  flex: 1;
}

.speaker-post .date-wrap {
  flex: 0 0;
}

.speaker-post .date-wrap p {
  display: block;
  color: #FFF;
}

.speaker-post .date-wrap .post-month {
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
}

.speaker-post .post-date-divider {
  margin-top: 10px;
  height: 1px;
  width: 100%;
  background: #FFD86E;
}

.speaker-post .date-wrap .post-day {
  font-size: 48px;
  font-weight: 700;
  /* letter-spacing: -0.04em; */
  padding: 0;
}

.speaker-post .date-wrap .content-time {
  display: none;
}

.speaker-post .image-wrap {
  align-self: center;
}

.speaker-post-img {
  width: 100%;
  border-radius: 20px;
}

.speaker-post .content-wrap {
  min-width: 52%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.speaker-post .content-time {
  font-size: 12px;
  font-weight: 300;
  line-height: 14px;
  /* letter-spacing: -0.07em; */
  color: rgba(255, 255, 255, 0.6);
}
.speaker-post .content-title {
  color: #FFF;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
  /* letter-spacing: -0.115em; */
  margin-top: 40px;
}

.speaker-post .content-description {
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  /* letter-spacing: 0em; */
  text-align: left;
  margin-top: 12px;
}

.speaker-post .content-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.speaker-post .content-buttons a {
  display: block;
}

.speaker-post .post-likes-comments {
  display: flex;
  align-items: center;
  gap: 20px;
}
.speaker-post .post-likes-comments-wrap {
  display: flex;
  align-items: center;
  gap: 4px;
}

.speaker-post .post-likes-comments span {
  font-size: 10px;
}

.load-more-posts {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 15px;
}

.load-more-posts button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  gap: 17px;
  cursor: pointer;
  padding: 4px 10px;
  border: 0;
  color: rgba(191, 235, 12, 1);
  border-bottom: 1px solid rgba(191, 235, 12, 1);
  border-radius: 0;
}

.load-more-posts button > * {
  display: block;
}

.speaker-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 30px;
  width: 100%;
}

.pagination-arrows {
  display: flex;
  gap: 10px;
}

.pagination-bar {
  display: flex;
  align-items: center;
  gap: 10px;
  width: 243px;
  height: 3px;
}

.speaker-pagination .pagination-bar span {
  font-size: 10px;
}

.pagination-progress-container {
  display: flex;
  width: 100%;
  height: 0;
}

.pagination-progress-step {
  width: 100%;
  height: 1px;
  background: rgba(217, 217, 217, 0.4);
}
.pagination-progress-step.active {
  width: 100%;
  height: 1px;
  background: #FFD86E;
}

.speaker-pagination .progress-step {
  background: rgba(217, 217, 217, 0.4);
}

.hide {
  display: none!important;
}

/* --------------- ERROR PAGES --------------- */

#error-block {
  background: var(--Black, #161616);
  min-height: 75vh;
  padding: 121px 30px 75px 30px;
  width: 100%;
}

#error_page {
  padding-bottom: 100px;
  position: relative;
  z-index: 1;
}

#error_page p:first-child {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  /* letter-spacing: -4.83px; */
}

#error_page p:nth-child(2) {
  color: #000;
  -webkit-text-stroke: 1px #FFD86E;
  font-size: 244px;
  font-weight: 700;
  /* letter-spacing: -18px; */
}

#error_page p:nth-child(3) {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 12px;
  font-weight: 400;
  line-height: 170%; 
}

#error_page .btn-filled {
  margin-top:40px;
}

#error-block .yellow_background {
  position:absolute;
  top:0;
  right: 0;
  height: 100%;
  width:40vw;
  background-color: #FFD86E;
}

#error-block .yellow_background img {
  height: 100%;
  width: auto;
  position: relative;
  left:-236px;
}

/* --------------- LESSONS PAGE --------------- */

#video-block {
  position:relative;
  /* background: var(--Black, #161616); */
}

#video-block .slider-video-lesson {
  display: flex;
  background: var(--Black, #161616);
  position: relative;
}

#video-block .video-block-content-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 13%;
  left: 50%;
  transform: translateX(-50%);
  justify-content: space-between;
  width: 96%;
  color: #FFF;
}

#video-block .mini-videoslider-wrap {
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 13%;
  right: 0;
  justify-content: space-between;
  color: #FFF;
}

#video-block .video-block-content-wrap > p:first-child, #video-block .mini-videoslider-wrap > p:first-child {
  font-size: 12px;
  font-weight: 400;
  /* letter-spacing: 1.44px; */
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap {
  display: flex;
  overflow-x: hidden;
  max-width: 450px;
  margin-bottom: 30px;
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap .video-item {
  width: 185px;
  height: 109px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  border: 1px solid var(--Black, #161616);
  position: relative;
  margin-right: 30px;
  margin-left: 1px;
  cursor: pointer;
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap .video-item img {
  border-radius: 10px;
  width: 100%;
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap .video-item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 100%;
  width: 100%;
  border-radius: 10px;
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap .video-item.active {
  border: 1px solid var(--Active, #BFEB0C);
  cursor: default;
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap .video-item > p img {
  margin-right: 4px;
}

#video-block .mini-videoslider-wrap .video-slider .video-items-wrap .video-item > p {
  display: inline-flex;
  align-items: center;
  position: absolute;
  bottom: 6px;
  right: 6px;
  font-size: 7px;
  font-weight: 400;
  /* letter-spacing: 0.84px; */
  white-space: nowrap;
}

#video-block .mini-videoslider-wrap .video-slider .slider-btn.left-arrow {
  margin-right: 7px;
}

.select-and-line-up,.select-no-line-up {
  display: flex;
  align-items: center;
  color:#FFF;
  font-size: 12px;
  padding: 10px;
  border-radius: 12px;
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
  z-index: 2;
  white-space: nowrap;
}

.select-no-line-up {
  padding: 10px 30px;
  max-width: 296px;
  min-height: 68px;
  /* width: 296px; */
  box-sizing: border-box;
}

#video-block .bread-crumbs-and-line-up {
  position: absolute;
  top: 0;
  align-items: center;
  z-index: 1;
}

#video-block #desctop-sort::after, #desctop-sort-2::after {
  margin-left: 6px;
}

.view-choice {
  margin-left: 14px;
}

#video-block .view-choice button:first-child {
  background: rgba(0, 0, 0, 0.20);
  backdrop-filter: blur(7.199999809265137px);
}

@media (hover: hover) {
  #video-block .view-choice button:last-child, #video-block .view-choice button:first-child:hover, #video-block .view-choice button:last-child:hover {
    background: var(--Yellow, #FFD86E);
    box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
  }
}

#video-block .view-choice button:first-child > div {
  background-image: url('../images/line-up-grid-white.svg');
}

#video-block .view-choice button:last-child > div {
  background-image: url('../images/line-up-rows.svg');
}

#grid-lessons-1 {
  /* background: var(--Black, #161616); */
  padding-bottom:50px;
}

.bread-crumbs-and-line-up {
  display: flex;
  justify-content: space-between;
  padding: 0 30px;
  box-sizing: border-box;
  margin-top: 101px;
  width: 100%;
  align-items: center;
}

#grid-lessons-1 .grid-lessons-conteiner {
  display:flex;
  margin-top:20px;
  padding: 0 30px;
  box-sizing: border-box;
}

#grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__left {
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(13.699999809265137px);
  border:none;
  margin-right: 10px;
  flex-basis: 31%;
}

.greating-h1-wrap .div-3 span {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 10px;
}

 .lesson-greating-content .greating-h1-wrap .div-3 .p-2,
 .lesson-greating-content .greating-h1-wrap .div-3 .p-4 {
  margin-left:30px;
}

.announcement {
  color: #FFF;
  margin-top:48px;
  text-transform: uppercase;
}

.announcement p:first-child {
  display: inline-block;
  padding: 10px;
  border-radius: 0px 8px 8px 0px;
  background: #C80000;
  box-shadow: 4px 4px 5.7px 0px rgba(0, 0, 0, 0.41);
  font-size: 16px;
  font-weight: 700;
  /* letter-spacing: -1.84px; */
  margin-bottom: 8px;
}

.announcement.open p:first-child {
  background: #00861E;
}

.announcement p:nth-child(2) {
  font-size: 16px;
  font-weight: 700;
  margin-left:9px;
}

.announcement.mini {
  position: absolute;
  top:0;
  margin-top: 5px;
}

.announcement.mini p {
  font-size: 8px;
}
.announcement.mini p:first-child { 
  padding: 3px;
  border-radius: 0px 4px 4px 0px;
}

#grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__right {
  position: relative;
  border-radius: 20px;
  flex-basis: 69%;
z-index: 1;
}

#grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__right::before,
.grid-lessons-wrap .grid-lessons-conteiner__right::before {
  content: "";
  position: absolute;
  top: 20%;
  right: 0;
  left: 0;
  background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.00) 100%);
  pointer-events: none;
  height: 80%;
  border-radius: 20px;
}

.grid-lessons-wrap .grid-lessons-conteiner__right::before {
  top:unset;
  border-radius: unset;
  width: 100vw;
  left: -10px;
  bottom: 77px;
}

#grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__left .lesson,
#grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__right .lesson {
  position: absolute;
  bottom: 10%;
  left:28px;
  width:90%;
}

#grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__right img {
  border-radius: 20px;
}

#grid-lessons-2 {
  /* background: var(--Black, #161616); */
  color:#FFF;
  padding: 0 30px;
  box-sizing: border-box;
  padding-top:48px;
  padding-bottom: 150px;
}

#grid-lessons-2 .grid-lessons-conteiner__right {
  display: none;
}

.h1-and-sort {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.h1-and-sort span {
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
}

.h1-and-sort span select, #video-block select {
  color:white;
  background: none;
  border:none;
  height: 24px;
}

.h1-and-sort span select, #video-block select option {
  background-color: #161616;
}

#grid-lessons-2 .grid-lessons-wrap {
  display: flex;
  /* justify-content: space-between; */
  /* justify-content: space-evenly; */
  justify-content:start;
  gap:2%;
  flex-wrap: wrap;
  border-top:1px solid rgba(255, 255, 255, 0.24);
  padding-top:20px;
  margin-top:12px;
}

#grid-lessons-2 .grid-lessons-wrap .lesson-item {
  flex-basis:32%;
}

#grid-lessons-2 .grid-lessons-wrap .lesson-item .lessons-title {
  font-size: 21px;
  /* letter-spacing: -2.415px; */
}

.mini-videoslider-wrap .closed_info > p {
  width: 118px;
}

.grid-lessons-conteiner__left #lesson-greating {
  width:100%;
  height:100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

 .lesson-greating-content {
  padding:28px 28px 0 28px;
}

 .lesson-greating-content > .p-1 {
  color: #FFF;
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.20);
  /* letter-spacing: 0.4px; */
}

 .lesson-greating-content > .p-1 span {
  color: var(--Yellow, #FFD86E);
}

/*  .lesson-greating-content .greating-h1-wrap .h1-2 {
  color: var(--Yellow, #FFD86E);
  font-size: 32px;
  font-weight: 700;
  letter-spacing:normal;
  margin-top:30px;
  margin-bottom:24px;
} */

 .lesson-greating-content .greating-h1-wrap .div-3 {
  display:flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

 .lesson-greating-content .greating-h1-wrap .div-3 .p-1,
 .lesson-greating-content .greating-h1-wrap .div-3 .p-3
{
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  /* letter-spacing: -0.48px; */
}

 .lesson-greating-content .greating-h1-wrap .div-3 .p-2,
 .lesson-greating-content .greating-h1-wrap .div-3 .p-4
{
  height:30px;
  width:30px;
  border-radius: 50%;

  /* color: var(--Active, #BFEB0C); */
  font-size: 16px;
  font-weight: 400;
  /* letter-spacing: -0.48px; */
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(244, 230, 219, 0.20);


}

 .lesson-greating-content .greating-h1-wrap .div-3 .p-4 {
  color:#FFF;
}

 .lesson-greating-content > .p-4 {
  color: #FFF;
  font-size: 16px;
  /* letter-spacing: -0.48px; */
  margin:20px 0 0;
}

 .lesson-greating-content > .p-5 {
  color: var(--Yellow, #FFD86E);
  font-size: 32px;
  font-weight: 700;
}

 .lesson-greating-content > .p-6 {
  color: #FFF;
  font-size: 20px;
  font-weight: 500;
  /* letter-spacing: -2.415px; */
  margin-top:20px;
}

.grid-lessons-conteiner__left #lesson-greating > .launch-date {
  height: 46px;
  padding: 10px 20px;
  box-sizing: border-box;
  width: 100%;
  background: linear-gradient(151deg, rgba(255, 255, 255, 0.24) -2.71%, rgba(255, 255, 255, 0.16) 115.94%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 10px 0;
}

.grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-1 {
  color: #FFF;
  /* margin-left:28px; */
  font-size: 20px;
  /* letter-spacing: -0.48px; */
}

.grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-2 {
  /* margin-right: 48px; */
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  /* border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.48); */
  padding: 0 10px;
  color: var(--Active, #BFEB0C);
  font-size: 16px;
  /* letter-spacing: -0.48px; */
}

.sold-out-box {
  /* margin: 0 auto;
  max-height:200px; */
  height:100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.sold-out-box > img {
  width: 100%;
  max-width: 270px;
}

.counter-wrap .div-1 {
  display:flex;
  justify-content: center;
  align-items: center;
}

.counter-wrap .div-1 .order-img-wrap {
  width: 280px;
  margin-right: 15px;
}

.counter-wrap .div-1 .order-img-wrap img {
  width: 100%;
}

.counter-wrap .div-1 .header-counter-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-wrap .div-1 .header-counter {
  border-right: none;
}

.counter-wrap {
  margin-bottom:48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.counter-wrap > button {
  width: 87%;
  margin-top: 18px;
}

#sort-button, #sort-button-2, #sort-button-3 {
  color:#FFF;
  cursor: pointer;
  position: relative;
  padding-left:0;
  border-left: none;
  width: 100%;
}

#sort-button #sort-popup, #sort-button-2 #sort-popup-2, #sort-button-3 #sort-popup-3 {
  display:none;
  padding: 10px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: #161616;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  position: absolute;
  top:60px;
  /* right:-30px; */
    right: 0;
  z-index: 2;
}

#sort-button-3 #sort-popup-3 {
  top: 45px;
  right: 5px;
}

#sort-button #sort-popup .sort, #sort-button-2 #sort-popup-2 .sort-2, #sort-button-3 #sort-popup-3 .sort-3 {
  padding: 15px 10px;
  border-radius: 12px;
  background: rgba(22, 22, 22, 0.23);
  color: #FFF;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  white-space: nowrap;
  cursor: pointer;
}

#sort-button #sort-popup .sort.active, #sort-button-2 #sort-popup-2 .sort-2.active, #sort-button-3 #sort-popup-3 .sort-3.active {
  color:#BFEB0C;
}

@media (hover: hover) {
  #sort-button #sort-popup .sort:hover, #sort-button-2 #sort-popup-2 .sort-2:hover, #sort-button-3 #sort-popup-3 .sort-3:hover {
    background: var(--Yellow, #FFD86E);
    box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
    color: #161616;
  }
}

#mobile-sort, #mobile-sort-2, #mobile-sort-3 {
  display: none;
}

#desctop-sort, #desctop-sort-2, #desctop-sort-3 {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  gap:15px;
}

.select-elem::after {
  content: url('../images/arrow-down-icon.svg');
  border-radius: 8.936px;
  border: 0.8px solid var(--Gray-3, #828282);
  display: inline-flex;
  width: 14px;
  height: 14px;
  padding: 2.979px 5.957px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  margin-left: 10px;
}

/* --------------- LESSON PAGE ----------------- */

#lesson-block {
  /* background: var(--Black, #161616); */
  min-height: 100vh;
  padding: 121px 30px 160px 30px;
  width: 100%;
}

#lesson-block .bread-crumbs-and-line-up {
  padding: 0;
}

.back-button-wrap {
  margin: 20px 0;
}


#lesson-block main {
  width:100%;
  height:100%;
  display:flex;
  justify-content: space-between;
  margin-top: 0;
  gap:65px;
}

/* #lesson-block .lesson-block__left {
  margin-top:66px;
} */

#lesson-block .lesson-block__right {
  display:flex;
  /* flex-basis:83%; */
  width: 100%;
  justify-content: space-between;
  gap:65px;
  max-width: 100%;
}

#lesson-block .lesson-block__right .lesson-conteiner {
  /* max-width:1154px; */
  width: 100%;
  /* margin-right: 24px; */
}

#lesson-block .lesson-block__right .lesson-conteiner h1 {
  color: #FFD86E;
  font-size: 36px;
  font-weight: 700;
  letter-spacing:normal;
  margin: 35px 0;
}

#lesson-block .lesson-block__right .lesson-conteiner .motivation-block {
  padding: 30px;
  background: #131313;
  color: #FFF;
}

#lesson-block .lesson-block__right .lesson-conteiner .motivation-block h2 {
  color: var(--Yellow, #FFD86E);
  font-size: 24px;
  font-weight: 500;
  letter-spacing:normal;
  margin-bottom: 15px;
}

#lesson-block .lesson-block__right .lesson-conteiner .motivation-block p,
#lesson-block .lesson-block__right .lesson-conteiner .motivation-block li,
#lesson-block .lesson-block__right .lesson-conteiner .motivation-block ol {
  color: #FFF;
  /* font-family: Poppins; */
  font-size: 14px;
  margin-bottom: 20px;
}

#lesson-block .lesson-block__right .lesson-conteiner .motivation-block ul {
  padding-left:60px;
}

#lesson-block .lesson-block__right .lesson-conteiner .motivation-block ul li {
  list-style: circle;
}


#lesson-block .lesson-block__right .lesson-conteiner .motivation-block > span {
  margin: 30px 0;
}

#lesson-block .lesson-block__right .lesson-conteiner .motivation-block ol {
  list-style: none;
  counter-reset: item;
}
#lesson-block .lesson-block__right .lesson-conteiner .motivation-block ol > li {
  counter-increment: item;
  margin-bottom: 5px;
}
#lesson-block .lesson-block__right .lesson-conteiner .motivation-block ol > li:before {
  margin-right: 10px;
  content: counter(item);
  border-radius: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  border: 1.4px solid rgba(255, 255, 255, 0.48);
}

#lesson-block .lesson-block__right .videos-conteiner {
  min-width:330px;
  max-width:331px;
  /* margin-top:100px; */
  margin-top:5px;
}

#lesson-block .lesson-block__right .videos-conteiner > p {
  color: var(--Yellow, #FFD86E);
  font-size: 10px;
  /* letter-spacing: 1.2px; */
}

#lesson-block .lesson-item {
  flex-basis: 98%;
}

#lesson-block .more-video-block {
  flex-direction: column;
  height: 185px;
}

.open-share, .open-share > img {
  width:24px;
  height:24px;
}

@media (hover: hover) {
  .open-share:hover, .open-share > img:hover {
    content: url('../images/share-icon-hover.svg');
    width:24px;
    height:24px;
    cursor: pointer;
  }
}

@media (hover: hover) {
  #add-favorite:hover {
    content: url('../images/frame-icon-hover.svg');
    cursor: pointer;
  }
}

#lesson-block .video-iframe {
  position: relative;
  width: 100%;
  padding-bottom: 56.25%; /* 16:9 */
}

#lesson-block .video-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

@media (hover: hover) {
  .print-button:hover {
    content: url('../images/print-icon-hover.svg');
    cursor: pointer;
  }
}

/* ----------- PROFILE SETTINGS ---------------- */

#settings-block {
  /* background: var(--Black, #161616); */
  width: 100%;
  /* display: flex;
  justify-content: center;
  align-items: center; */
  /* padding-top:85px;
  padding-bottom: 150px; */
  padding: 110px 30px 150px 30px;
  margin: 0 auto;
  min-height: 1035px;
}

#settings-block .outer-conteiner {
  display: flex;
  justify-content: space-between;
}

#settings-block .outer-conteiner .block__left {
  margin-top: 65px;
}

#settings-block .outer-conteiner .block__right {
  flex-basis: 77%;
}

#settings-block main {
  display: flex;
  justify-content: center;
}

#settings-block .settings-block__left {
  width:343px;
  margin-right:100px;
}

#settings-block .settings-block__left .green-avatars {
  display: flex;
  align-items: end;
  font-size: 12px;
  font-weight: 300;
  line-height: 170%;
  margin-top: -23px;
  padding-bottom: 20px;
  margin-bottom:20px;
  border-bottom:1px solid rgba(255, 255, 255, 0.16);
  color:#FFF;
}

#settings-block .settings-block__left .avatar-image-wrap {
  position: relative;
  height: 210px;

}

#settings-block .settings-block__left .green-avatars > div:first-child {
  width: 55%;
}

#settings-block .settings-block__left .green-avatars > div:first-child > p {
  margin-top:-33px;
}

#settings-block .settings-block__right .delete-account {
  padding-top: 18px;
  margin-top:20px;
  padding-bottom: 18px;
  margin-bottom:20px;
}

#settings-block .settings-block__right .delete-account > p {
  color: #CBCBCB;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}

#settings-block .settings-block__right .delete-account > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#settings-block .settings-block__right .delete-account > div > p:first-child {
  color: #8B8B8B;
  /* font-family: Poppins; */
  font-size: 14px;
  font-weight: 400;
  width: 60%;
}

#settings-block .settings-block__right .delete-account > div > p:last-child {
  color: var(--Active, #BFEB0C);
  width: 180px;
  height: 47px;
  display: flex;
  justify-content: center;
  align-items:center ;
  /* font-family: Poppins; */
  font-size: 11px;
  font-weight: 500;
  border-radius: 8px;
  background: rgba(0, 0, 0, 0.20);
  cursor: pointer;
}

#settings-block .settings-block__right .delete-account table {
  color: #FFF;
  font-size: 14px;
  line-height: 170%;
  width:100%;
  border-collapse: collapse;
}

#settings-block .settings-block__right .delete-account table tr {
  line-height: 40px;
}

#settings-block .settings-block__right .delete-account table td:last-child {
  text-align: right;
}

.sub-valid {
  color:#53EB0C;
}

.sub-invalid {
  color:#C80000;
}

#settings-block .settings-block__right .delete-account .next-pay {
  margin:28px 0;
}

#settings-block .settings-block__right .delete-account .next-pay span {
  color:#FFD86E;
}

#mobile-subscription-expiration {
  display: none;
}

#settings-block .settings-block__left button {
  width:100%;
}

#settings-block .settings-block__right {
  width:698px;
}

#settings-block .settings_menu {
  display: flex;
  padding: 20px;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.48);
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  justify-content: space-between;
  text-align: center;
  color:#FFF;
  gap:4px;
}

#settings-block #mobile_settings_menu.settings_menu {
  display:none;
  margin-top:35px;
}

#settings-block .settings_menu > li {
  display: inline-block;
  flex-grow: 1;
  padding: 15px 10px;
  justify-content: space-between;
  align-items: center;
  border-radius: 12px;
  box-shadow: 4px 12px 19px 0px rgba(0, 0, 0, 0.08);
  background: rgba(22, 22, 22, 0.23);
  font-size: 12px;
  font-weight: 500;
  line-height: 170%;
  cursor: pointer;
  max-width: 216px;
  box-sizing: border-box;
  white-space: nowrap;
}

@media (hover: hover) {
  #settings-block .settings_menu > li:hover {
    background: var(--Yellow, #FFD86E);
    color: var(--Black, #161616);
  }
}

#settings-block .settings_menu > li.active {
  background: var(--Yellow, #FFD86E);
  color: var(--Black, #161616);
}

#settings-block .settings-block__right .form-wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 28px;
  margin-bottom:28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
}

#settings-block .settings-block__right .form-wrap > div {
  width: 49%;
}

#settings-block .settings-block__right .form-wrap .input-wrap {
  margin-top: 17px;
  position:relative;
}

#settings-block .settings-block__right .form-wrap .input-wrap input {
  border:none;
  background: linear-gradient(76deg, rgba(253, 253, 253, 0.01) 1.24%, rgba(253, 253, 253, 0.03) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  /* width:88%; */
  box-sizing: border-box;
  width:100%;
}

#settings-block .settings-block__right .form-wrap .input-wrap input:hover, #settings-block .settings-block__right .form-wrap .input-wrap input:focus {
  border:1px solid #BFEB0C;
  box-sizing: border-box;
}

#settings-block .settings-block__right .form-wrap .input-inner-wrap {
  position: relative;
}

#settings-block .settings-block__right .form-wrap .input-inner-wrap.ok-field::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../images/checked.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:none;
  position: absolute;
  top: 32px;
  right: 14px;
  width:24px;
  height: 24px;
}

#settings-block .settings-block__right .form-wrap .input-inner-wrap.empty-field::after {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background-image: url('../images/warning.svg');
  background-repeat: no-repeat;
  background-size: cover;
  border-radius:none;
  position: absolute;
  top: 32px;
  right: 14px;
  width:24px;
  height: 24px;
}

#settings-block .settings-block__right .button-wrap {
  display: flex;
  justify-content: space-between;
}

#settings-block .settings-block__right .button-wrap button {
  width: 49%;
}

#remove-account, #password-settins, #subscription {
  display: none;
}

#settings-block .settings-block__right .avatars-wrap {
  display: flex;
  /* justify-content: space-between; */
  justify-content: start;
  align-items: stretch;
  flex-wrap: wrap;
  height: fit-content;
  margin-top:28px;
  gap: 2.5%;
  margin-bottom: 18px;
  /* min-width: 698px; */
}

#settings-block .settings-block__right .avatars-wrap .avatar-item {
  flex-basis: 23%;
  border-radius: 15px;
  position: relative;
  margin-bottom: 15px;
  box-sizing: border-box;
  border: 2px solid #161616;
}

#settings-block .settings-block__right .avatars-wrap .avatar-item.active {
  border: 2px solid #BFEB0C;
}

#settings-block .settings-block__right .avatars-wrap .avatar-item.active::after {
  content: "";
  display: block;
  background-image: url(../images/checked.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 7px;
  right: 7px;
  width: 20px;
  height: 20px;
}

@media (hover: hover) {
  #settings-block .settings-block__right .avatars-wrap .avatar-item img:hover {
    border:2px solid #BFEB0C;
    box-sizing: border-box;
  }
}

#settings-block .settings-block__right .avatars-wrap .avatar-item img {
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

#settings-block .settings-block__right .avatars-wrap .avatar-item > p {
  position: absolute;
  bottom: 5px;
  left: 20px;
  color: #FFF;
  font-size: 7px;
  font-weight: 700;
  /* letter-spacing: 0.84px; */
}

#settings-block .settings-block__right > button {
  width: 100%;
}

#settings-block .settings-block__right .form-wrap > div.passwords-form-wrap {
  width: 100%;
}

#settings-block .settings-block__right .form-wrap > div.passwords-form-wrap .input-inner-wrap {
  margin-top:24px;
}

/* #settings-block .settings-block__right .form-wrap .passwords-form-wrap .input-inner-wrap::after {
  content: url('../images/password-eye.png');
  background-color:unset;
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 34px;
} */

.form-wrap .password-input {
  position: relative;
}

.form-wrap .password-input .show-passord {
  background-image: url('../images/password-eye.png');
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 34px;
  width: 24px;
  height: 24px;
}

#settings-block .settings-block__right .form-wrap .passwords-form-wrap .input-wrap input {
  width:100%;
}

#settings-block .settings-block__left #big-avatar {
  max-width: 150px;
  width: 150px;
  max-height: 150px;
  height: 150px;
  border-radius:60px;
  box-shadow: 10px 10px 29px 0px rgba(191, 235, 12, 0.76);
}

#settings-block .settings-block__left #small-avatar {
  max-width: 50px;
  width: 50px;
  max-height: 50px;
  height: 50px;
  border-radius:20px;
  box-shadow: 7px 7px 27px -3px rgba(191, 235, 12, 0.76);
  margin-bottom: 22px;
}

#settings-block #save-own-avatar {
  display: none;
}

#settings-block .settings-block__right #pagination {
  width: 100%;
  margin-bottom: 25px;
}

.avatar-actions {
  bottom: 62px;
  right: unset;
  left:107px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
}

.add-avatar-input {
  opacity: 0;
  width: 34px;
  height: 34px;
  position: absolute;
  bottom: 62px;
  right: unset;
  left:107px;
  border-radius: 50%;
  padding: 0;
  cursor:pointer;
}

@media (hover: hover) {
  #delete-avatar:hover {
    content: url('../images/delete-avatar-icon-hover.svg');
  }

  #add-avatar:hover {
    content: url('../images/add-avatar-icon-hover.png');
  }
}

#settings-block .sun {
  top: 10px;
  left: -90px;
  height: 100%;
  width: 528px;
}

/* #settings-block */ .sun-right {
  position: absolute;
  background-image: url('../images/ellipse_53.png');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  transform: scaleX(-1);
  top: 10px;
  right: -50px;
  height: 100%;
  width: 500px;
  opacity: 0.6;
  pointer-events: none;
}

/* .sun.header,.sun-right.header {
  display: none;
  z-index: 1;
}

.sun.header {
  top: unset;
  bottom:0;
  left: -90px;
  height: 50%;
  width: 30%;
} */


#settings-block .settings_menu .mobile-passchange, #settings-block #mobile-submit, #settings-block #mobile-cansel {
  display: none;
}

#settings-block .settings_menu .mobile-passchange {
  justify-content: center;
  align-items: center;
}



/* ----------- MY COMMENTS PAGE ---------------- */

#standart-block.mycomments {
  background-image: url(../images/logo_cs-grey.svg);
  background-size: 20%;
  background-repeat: no-repeat;
  background-position: 4% 53%;
}

#standart-block.mycomments .bread-crumbs-and-line-up {
  margin-top: 0;
}

#standart-block.mycomments h1 {
  color: #FFF;
  font-size: 42px;
  font-weight: 700;
  letter-spacing:normal;
}

/* #standart-block  */.mycomments-conteiner {
  width:100%;
  border-top: 1px solid rgba(255, 255, 255, 0.16);
  padding-top: 20px;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item {
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
  backdrop-filter: blur(8px);
  display:flex;
  width:100%;
  box-sizing: border-box;
  margin-top:15px;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item .essence {
  width:330px;
  margin-right: 30px;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item .mycomments-wrap {
  width: 100%;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item .avatar-name {
  border: none;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item .essence .play-button {
  width:48px;
  height: 48px;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item .essence .video-progress {
  margin-top:10px;
}

/* #standart-block .mycomments-conteiner */ .mycomments-item .essence .lesson-item .video-progress progress {
  width:65%;
}

.mycomments-item .article-item {
  font-size: 10px;
  color:#FFF;
  font-weight: 400;
  /* letter-spacing: 1.2px; */
}

.mycomments-item .article-item p {
  white-space: nowrap;
}

.mycomments-item .article-item .image-wrap img {
  width: 100%;
  border-radius: 9px;
  margin-bottom:16px;
}

/* ----------- THANKYOU PAGE ---------------- */

.thanks-content {
  max-width:818px;
  margin: 65px auto 160px;
  height:fit-content;
  display:flex;
  flex-direction:column;
  justify-content:start;
  align-items:center;
}

  .thanks-content__h1 {
    color: var(--Yellow, #FFD86E);
    font-size: 36px;
    font-weight: 700;
    letter-spacing:normal;
    margin: 0 auto 10px;
  }

  .thanks-content___p-1 {
    color: #FFF;
    font-size: 10px;
    font-weight: 400;
    /* letter-spacing: 1.2px; */
    text-transform: uppercase;
  }

  .thanks-content__img {
    margin:0 0 25px;
  }

  .thanks-content___p-2 {
    color: #FFF;
    /* font-family: Poppins; */
    font-size: 14px;
    font-weight: 400;
    line-height: 170%;    
    text-align:center;
  }

  .thanks-content__buttons-wrap {
    margin-top:28px;
    width:100%;
    display:flex;
    justify-content:space-between;
  }

    .thanks-content__buttons-wrap a {
      flex-basis:48%;
    }

      .thanks-content__buttons-wrap a button {
        width:100%;
      }
  
  /* ----------- REFERRAL SYSTEM -------------- */

  .referrals {
    padding: 0 30px;
  }
  .referrals main {
    display:flex;
  min-height: 100vh;
  }

  .referrals .left-side {
    flex-basis: 50%;
    max-width: 930px;
  /* min-height: 100vh; */
  }

  .referrals .right-side {
    flex-basis: 50%;
    max-width: 911px;
    padding: 55px 45px;
    border-radius: 20px;
    background: linear-gradient(79deg, rgba(253, 253, 253, 0.01) -1%, rgba(253, 253, 253, 0.03) 70.11%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(13.699999809265137px);
  }

  .withdrawal-box {
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    background: linear-gradient(79deg, rgba(253, 253, 253, 0.06) -1%, rgba(253, 253, 253, 0.17) 70.11%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    padding: 20px;
    box-sizing: border-box;
  }

  .withdrawal-box .auth-user-panel {
    height: 50px;
    margin-bottom: 35px;
    gap:10px;
    color: #FFD86E;
    font-size: 24px;
    /* letter-spacing: 1.56px; */
  }
  
  .withdrawal-buttons-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 20px;
  }

  .withdraw-button {
    border-radius: 12px;
    opacity: 0.3;
    background: #BFEB0C;
    display: flex;
    height: 54px;
    padding: 15px 30px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    font-size: 12px;
    /* letter-spacing: -0.24px; */
    color:#161616;
    outline: none;
    border: none;
    /* margin-right: 20px; */
  }

  .withdraw-button:hover {
    opacity: 1;
    cursor: pointer;
  }

  .ballance-wrap {
    display: flex;
  }

  .ballance-title {
    padding-left: 20px;
    border-left: 1px solid grey;
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: -0.8px; */
    height: 54px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 105px;
  }

  .ballance-sum {
    color: var(--Yellow, #FFD86E);
    font-size: 42px;
    font-weight: 700;
    /* letter-spacing: -2.94px; */
  }

  .minimal-withdrawal {
    display: flex;
    padding: 8px 28px;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(151deg, rgba(255, 255, 255, 0.24) -2.71%, rgba(255, 255, 255, 0.16) 115.94%);
    color: #FFF;
    font-size: 14px;
    /* letter-spacing: -0.42px; */
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .minimal-withdrawal-sum {
    display: flex;
    height: 30px;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    color: #BFEB0C;
    font-size: 16px;
    /* letter-spacing: -0.48px; */
    width: 60px;
  }

  .referral-link-wrap {
    display: flex;
    flex-direction: column;
  }

  .referral-link-title {
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 170%;
    margin-left:15px;
  }

  .referral-link-url {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    height: 48px;
    padding: 14px 20px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.80);
    background: linear-gradient(76deg, rgba(253, 253, 253, 0.01) 1.24%, rgba(253, 253, 253, 0.03) 70.11%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    box-sizing: border-box;
  }

  .referral-link-url > p {
    color: #FFF;
    font-size: 14px;
    line-height: 170%;
  }

  .copy-button {
    background:none;
    width:24px;
    height:24px;
    background-image: url(../images/copy-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    border:none;
    outline: none;
    cursor: pointer;
  }

  .referral-description-box {
    margin-top:35px;
  }

  .referral-do-it {
    display: flex;
    padding: 20px 13px 20px 20px;
    justify-content: space-between;
    align-items: center;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.19);
    backdrop-filter: blur(7.937651634216309px);
  }

  .referral-do-it-left > p:first-of-type {
    color: var(--Yellow, #FFD86E);
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 10px;
  }

  .referral-do-it-left > p:nth-of-type(2) {
    color: #FFF;
    font-size: 14px;
  }

  .referral-do-it-right {
    display: flex;
    align-items: center;
    gap:4px;
  }

  .referral-do-it-right > p:first-of-type {
    color: var(--Yellow, #FFD86E);
    font-size: 42px;
    font-weight: 700;
    /* letter-spacing: -2.94px; */
  }

  .referral-do-it-right > p:nth-of-type(2) {
    color: rgba(255, 255, 255, 0.65);
    font-size: 40px;
    font-weight: 100;
  }

  .referral-do-it-right > p:nth-of-type(3) {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    /* letter-spacing: -0.8px; */
  }

  .referral-do-it-right .open-button {
    width: 32px;
    height: 32px;
    border-radius: 10px;
    background-image: url(../images/plus.svg);
    background-repeat: no-repeat;
    background-position: center;
    transition: 0.5s ease;
  }

  .referral-explanation {
    padding: 20px 60px;
    border-radius: 4px;
    background: rgba(0, 0, 0, 0.19);
    backdrop-filter: blur(7.937651634216309px);
  }

  .referral-explanation p {
    color: #FFF;
    /* font-family: Poppins; */
    font-size: 14px;
    line-height: 170%;
  }

  .referrals .right-side {
    padding: 55px 45px;
  }

  .referral-table table {
    width: 100%;
    margin-right: 25px;
  }

  .referral-table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }

  .referral-table tr > td:nth-of-type(1) {
    width: 25px;
  }

  .referral-table tr > td:nth-of-type(2) {
    color: #FFF;
    font-size: 16px;
    font-weight: 500;
    line-height: 20.132px;
  }

  .referral-table tr > td:nth-of-type(3) {
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    font-weight: 300;
    line-height: 20.132px;
    text-align: right;
  }

  .conteiner.banners {
    padding: 0 30px 90px;
  }

  .conteiner.banners h2 {
    color: #FFF;
    font-size: 42px;
    font-weight: 700;
    letter-spacing:normal;
  }

  .banners-box {
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    margin-top:12px;
    padding-top: 12px;
    display: flex;
    align-items: stretch;
    gap: 27px;
  }

  .banners-description {
    color: #FFF;
    /* font-family: Poppins; */
    font-size: 14px;
    line-height: 170%;
    min-width: 215px;
  }

  .small-banner, .middle-banner {
    width: 300px;
  }

  .big-banner {
    max-width: 728px;
  }

  .banner-img-wrap > img {
    border-radius: 10px;
  }

  .banner-img-wrap {
    overflow: hidden;
    border-radius: 10px;
  }

  .banner-size-wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
  }

  .banner-size-wrap > .p-1, .withdrawal-status-value .p-1 {
    color: #FFF;
    font-size: 14px;
    /* letter-spacing: -0.42px; */
  }

  .banner-size-wrap > .p-2 {
    color: #BFEB0C;
    font-size: 14px;
    /* letter-spacing: -0.42px; */
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    padding: 10px;
  }

  .banners-box .btn-filled {
    max-height: 47px;
  }

  .withdrawal-status {
    padding: 12px 28px;
    background: linear-gradient(151deg, rgba(255, 255, 255, 0.24) -2.71%, rgba(255, 255, 255, 0.16) 115.94%);
  }

  .withdrawal-status-value {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .withdrawal-status-value .p-1 {
    color: #FFF;
    font-size: 14px;
    /* letter-spacing: -0.42px; */
  }

  .withdrawal-status-value .p-2 {
    color: #BFEB0C;
    font-size: 16px;
    /* letter-spacing: -0.48px; */
    border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    padding: 10px;
  }

  .withdrawal-status-info {
    margin-top:10px;
    padding-top:10px;
    border-top: 1px solid rgba(255, 255, 255, 0.16);
    display: flex;
    justify-content: flex-start;
    gap:35px;
  }

  .withdrawal-status-info .p-1 {
    color: #FFF;
    font-size: 14px;
    /* letter-spacing: -0.42px; */
  }

  .withdrawal-status-info .p-1 span {
    color: #FFD86E;
    font-size: 16px;
    margin-top: 10px;
  }

  .withdrawal-cansel {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .withdrawal-cansel > p {
    display: flex;
    align-items: center;
    gap:6px;
    margin: 20px 0;
    color: rgba(255, 255, 255, 0.70);
    font-size: 12px;
    line-height: 170%;
  }

/* --------------- MOBILE STYLES --------------- */

@media (max-width: 768px) {
  #lesson-block .lesson-block__left {
    margin-top: 0;
  }

  #profile-block {
    padding: 121px 10px 180px 10px;
    gap:20px;
  }

  #full-access-block {
    padding: 160px 10px 180px 10px;
    gap:20px;
  }

  #profile-block .profile-block__left .top_conteiner {
    gap:20px;
  }
}

@media (max-width: 768px) {

  #about-block-2 > img {
    top: 40px;
    width: 12%;
  }

   .lesson-greating-content > .p-5 {
    font-size: 24px;
  }

   .lesson-greating-content .greating-h1-wrap .h1-2 {
    font-size: 24px;
    letter-spacing:normal;
    margin-top: 24px;
    margin-bottom: 18px;
  }

   .lesson-greating-content > .p-6 {
    font-size: 18px;
    /* letter-spacing: -1.5px; */
  }

   .lesson-greating-content .greating-h1-wrap .div-3 {
    width: 100%;
  }

  /* .grid-lessons-conteiner__left #lesson-greating > .launch-date {
    padding: 0;
  } */

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .order-img-wrap {
    margin-left: 30px;
  }
}

@media (max-width: 768px) {
  #forth-block .content-block {
    width:300px;
    right: 0;
  }

  #article-content .article-conteiner {
    max-width: 1090px;
  }

  .banners-box {
    flex-direction: column;
  }

  #order-popup .order-popup__left > div:nth-child(5) > p {
    font-size:16px;
    line-height: unset;
  }
}

@media (max-width: 768px) {
  #profile-block .lesson-item {
    flex-basis: 98%;
  }

  #profile-block .profile-block__right {
    min-width: 330px;
    max-width: 330px;
  }

  #profile-block .profile-block__left .top_conteiner, #profile-block {
    gap:20px;
  }

  .more-video-block {
    flex-direction: column;
    /* height: 185px; */
      margin-bottom:30px !important;
  }

  .more-video-block > p {
    width: 185px;
    text-align: center;
    margin: 21px 0;
    line-height: 23px;
  }

  #profile-block .profile-block__left .content_block .buttons-wrap {
    width: 100%;
  }

  #profile-block .profile-block__left .content_block .buttons-wrap .btn {
    max-width: unset;
    width: 100%;
    padding: unset;
  }
}

@media (max-width: 768px) {
  #profile-block .profile-block__left .content_block .buttons-wrap .btn {
    width: 100%;
  }
}

@media (max-width: 768px) {
  /* #mobile-menu-popup .menu > ul {
    flex-direction:column;
  } 

  #open-mobile-menu {
    display:flex;
  }

  #header-right-counter {
    display: none;
  } 

  #header-left-counter {
    display: flex;
  }

  #header-left-socials {
    display:none;
  }

  #header-right-socials {
    display:block;
  }

  header .header_left, header .header_right {
    gap:10px;
  }

  .open-mobile-menu-frame {
    display: flex;
  }

  header .menu {
    display: none;
  }

  .banner_box {
    width: 1164px;
    padding: 0 10px;
    box-sizing: border-box;
  } */

  .banner_box {
    width: 1163px;
  }

  .banner_box .banner_box_content h2 {
    font-size: 48px;
    font-weight: 700;
    letter-spacing:normal;
  }

  .banner_box .banner_box_content p {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 25px;
    max-width: 430px;
  }

  .banner_box .btn-filled {
    height: 54px;
    font-size: 12px;
    /* letter-spacing: -0.24px; */
  }

  .conteiner.dashboard-banner {
    padding-bottom: 110px;
  }

  #faq-block .faq-conteiner .accordion {
    width: 81%;
  }

  #grid-lessons-2, #grid-lessons-1 .grid-lessons-conteiner {
    padding: 0 10px;
  }

  .withdrawal-buttons-wrap {
    flex-direction: column;
  }

  .withdraw-button {
    width: 100%;
  }

  .ballance-wrap {
    width: 100%;
    justify-content: space-between;
  }

  .ballance-title {
    border-left: none;
  }

  .comments-conteiner textarea {
    width: 95%;
  }

  .select-no-line-up {
    min-height: 44px;
    padding: 0px 30px;
  }

  .bread-crumbs-and-line-up {
    padding: 0 10px 0 30px;
  }

  .select-and-line-up,.select-no-line-up {
    font-size: 14px;
  }

  .select-no-line-up {
    padding: 0px 15px;
  }

}

@media (max-width: 768px) {

  /* #mobile-menu-popup .menu > ul {
    flex-direction:column;
  } 

  #open-mobile-menu {
    display:flex;
  } */

  #about-block-2 > img {
    top: 30px;
    width: 10%;
  }

  #profile-header.is-available .header-counter, #profile-header.is-available .socials {
    display:none;
  }

  #forth-block .content-block {
    right: unset;
    bottom: unset;
    top:30px;
    left:30px;
    width: 450px;
  }
  /* main .content-block .article-item {
    max-width: 46%;
  } */

  #about-block-4 .top-conteiner .top-conteiner__left .grand-logo {
    left: 170px;
    width: 231px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    font-size:85px;
    /* letter-spacing: -12.251px; */
  }

  #about-block-4 .top-conteiner .top-conteiner__center {
    left: 100px;
  }

  .timer-content-block .clocks {
    margin-top: 30px;
  }

  .timer-content-block > p:first-child {
    margin-bottom: 15px;
  }

  .first-block-content .content__left > p:nth-child(2) {
    font-size: 32px;
    /* letter-spacing: -2.14px; */
  }

  #first-block .first-block-content {
    bottom: 8vh;
  }

  /* header .menu {
    display: none;
  } */

  /* .open-mobile-menu-frame {
    display: flex;
  } */

  /* .menu, .header_right > .socials {
    padding: 0 10px;
  } */

  header .socials > ul > li:not(:last-child) {
    margin-right: 0;
  }

  /* #profile-block .profile-block__left .top_conteiner {
    flex-direction: column;
  } */

  #profile-block .profile-block__left .video_block {
    min-height: 700px;
    justify-content: start;
    /* padding-top:50px; */
  }

  #profile-block .sun {
    display: none;
  }

  /* #profile-block .profile-block__right {
    padding-top: 50px;
  } */

  /* .banner_box .background-image {
    width: 130%;
  } */

  #grid-lessons-2 .grid-lessons-wrap .lesson-item .lessons-title {
    font-size: 14px;
    /* letter-spacing: -1px; */
  }
  #grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__left .lesson > p:nth-child(2) {
    /* font-size: 24px; */
    /* letter-spacing: -2.14px; */
  }
   .lesson-greating-content > .p-4 {
    float: left;
    margin-right: 20px;
  }

   .lesson-greating-content > .p-5 {
    margin-top: 16px;
  }

   .lesson-greating-content .greating-h1-wrap .h1-2,
   .lesson-greating-content > .p-5
  {
    font-size: 20px;
  }
   .lesson-greating-content {
    padding: 20px 20px 0 20px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap {
    margin-bottom: 36px;
  }

  /* .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-1 {
    margin-left: 20px;
  } */

   .lesson-greating-content .greating-h1-wrap .div-3 .p-2,
   .lesson-greating-content .greating-h1-wrap .div-3 .p-4 {
    margin-left:20px;
  }

  #lesson-block .lesson-block__right .lesson-conteiner {
    width: 100%;
  }

  #speaker-page .sun-right {
    display: none;
  }

  /* #profile-header .buy-now {
    padding: 20px 15px;
    left: 240px;
  } */

  .thanks-content {
    max-width:600px;
    margin-top:50px;
    margin-bottom:50px;
  }

  /* #header-right-counter {
    display: none;
  } 

  #header-left-counter {
    display: flex;
  }

  #header-left-socials {
    display:none;
  }

  #header-right-socials {
    display:block;
  }

  header .header_left, header .header_right {
    gap:10px;
  } */

  #profile-block {
    padding-bottom: 70px;
  }
}

@media (max-width: 768px) {
  #faq-block .faq-conteiner .accordion {
    width: 92%;
  }

  #lesson-block .lesson-block__right {
    gap:20px;
  }

  #lesson-block main {
    gap: 20px;
  }

  #lesson-block {
    padding: 121px 10px 110px 10px;
  }
}

@media (max-width: 768px) {
  #settings-block .outer-conteiner {
    flex-direction: column;
  }
  #settings-block .sun, #settings-block .sun-right {
    display: none;
  }

  #full-access-block .video-box:nth-child(n+5) {
    display: none;
  }

  #faq-block .faq-conteiner .accordion {
    width: 97%;
  }

  .referrals main {
    flex-direction: column;
  }
}

@media (max-width: 768px) {

  #leptop-block {
    height: 650px;
    padding-top: 100px;
  }

  #leptop-block .sun {
    top: 10px;
    right: -100px;
    height: 550px;
    width: 409px;
  }

  #leptop-block .leptop-block-content div > .p-1, #leptop-block .leptop-block-content div .p-2 {
    font-size: 32px;
    /* letter-spacing: -2.04px; */
    white-space: inherit;
  }

  #leptop-block .leptop-block-content div .p-3 {
    margin-left: 0;
  }

  #leptop-block .noutbook-wrap {
    width:700px;
    height: auto;
  }
  #leptop-block .noutbook-wrap img {
    width:100%;
  }

  #leptop-block .leptop-block-content {
    width: 50vw;
  }

  #leptop-block .leptop-block-content {
    top: 15%;
    left: 50%;
  }

  #leptop-block .leptop-block-content div .p-3 {
    width:450px;
  }

  main.line-up-row .content-block .article-item .content-wrap .content-buttons {
    display: none;
  }

  main.line-up-row .content-block .article-item .image-wrap .content-buttons {
    display: flex;
  }

  #about-block-2 > img {
    width:12%;
    top: 15px;
  }

  #about-block-4 .top-conteiner .background-image {
    height: 400px;
  }

  #about-block-4::before {
    height: 30%;
    left: -15px;
  }

  #about-block-4 .top-conteiner .top-conteiner__left .grand-logo {
    left: 122px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    font-size: 64px;
    /* letter-spacing: -5.251px; */
    width: 170px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center {
    left: 60px;
  }

  #about-block-4 .top-conteiner {
    padding: 0 60px;
  }

  #about-block-5 .about-block-5__left, #about-block-5 .about-block-5__right {
    max-width: 40%;
  }

  #about-block-5 .about-block-5__right img {
    max-width: 100%;
  }

  #timer-block .background-image {
    width: 130%;
  }
  
  #timer-block .timer-block__left .background-image {
    margin-left: -30%;
  }

  #timer-block .timer-block__right .background-image {
    margin-left: -13%;
  }

  #order-popup .order-popup__left > div:nth-child(5) > p {
    font-size: 10px;
    font-weight: 500;
    flex-direction: column;
    justify-content: center;
    text-align: center;
  }

  #order-popup .order-popup__left > p {
    font-size: 12px;
  }

  .timer-content-block > p:first-child {
    font-size: 36px;
  }

  .timer-content-block > p:nth-child(2) {
    font-size: 18px;
  }

  .timer-content-block .clocks {
    transform: scale(0.8);
  }

  .timer-content-block .clock-labels > p:first-child {
    margin-left: 90px;
    margin-right: 111px;
  }

  .timer-content-block .clock-labels > p:last-child {
    margin-left: 98px;
  }

  #first-block .background-image {
    width: 130%;
    margin-left: -15%;
  }

  /* .banner_box .background-image {
    width: 150%;
  } */

  /* .banner_box .banner_box_content h2 {
    font-size: 24px;
  } */

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap {
    position: absolute;
    bottom: -250px;
    flex-direction: row;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .order-img-wrap {
    width: 445px;
  }

  /* #grid-lessons-1 {
    padding-bottom: 200px;
  } */

  .grid-lessons-conteiner__left #lesson-greating {
    justify-content: space-around;
  }

   .lesson-greating-content > .p-1 {
    font-size: 14px;
    letter-spacing: normal;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-1 {
    font-size: 13px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap > button {
    margin-top: 0;
  }

  .shifted-title-block > .p-1, .shifted-title-block > .p-2 {
    font-size: 48px;
    /* letter-spacing: -4.36px; */
  }

  #speaker-page {
    grid-template-columns: 1fr;
  }

  #speaker-page bread-crumbs {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
  }

  #speaker-page .back-btn-wrap {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
  }

  #speaker-page .btn-back {
    width: 143px;
    height: 34px;
    font-size: 10px;
    font-weight: 300;
    line-height: 12px;
    /* letter-spacing: -0.02em; */
    text-align: left;
    border-radius: 8px;
    padding: 0;
  }

  #speaker-page .btn-back img{
    width: 14px;
    height: 14px;
  }

  #speaker-page-main {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    margin-left: 30px;
    margin-right: 30px;
  }

  #speaker-page .sun-left {
    display: none;
  }

  header .buy-now {
    padding: 20px 17px;
  }

  /* #full-access-block .video-item {
    flex-basis: 98%;
  } */

  #full-access-block .wide-banner-wrap {
    display: block;
  }

  /* #full-access-block .short-banner-wrap {
    display: none;
  } */

  /* #full-access-block .full-access-block__right {
    min-width: 300px;
    max-width: 300px;
  } */

  #faq-block .faq-conteiner .accordion {
    width: 100%;
    padding: 0 10px;
    box-sizing: border-box;
  }

}

@media (max-width: 768px) {
  .open-mobile-menu-frame {
    display: flex;
  }

  header .menu {
    display: none;
  }

  @media (hover: hover) {
    #profile-header:hover:not(:has(.profile-menu:hover)) {
      background: rgba(0, 0, 0, 0.80);
      backdrop-filter: blur(7.199999809265137px);
    }
  }

  header {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4.900000095367432px);
    width:95%;
    left:50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }

  .menu > ul {
    flex-direction:column;
    gap:0;
  }

  header .socials {
    display:none;
  }

  header .header_right > .profile-menu {
    background:none;
    backdrop-filter: none;
    padding:0;
  }

  #open-mobile-menu img {
    width:24px;
  }

  .header_right > .profile-menu > #language {
    border:none;
    margin-right:0;
  }

  .header_right > .profile-menu > .profile-icon {
    background: rgba(191, 235, 12, 0.0);
    background-image: url(../images/profile-icon-white.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:0;
  }

  .header_center img {
    width:35px;
    height:50px;
  }

  #mobile-menu-popup .menu > ul {
    flex-direction:column;
  } 

  #open-mobile-menu {
    display:flex;
  }

  #header-right-counter {
    display: none;
  } 

  #header-left-counter {
    display: flex;
  }

  header .header_left, header .header_right {
    gap:10px;
  }

  #header-right-socials, #header-left-counter {
    display: none;
  }

  .open-mobile-menu-frame {
    background: none;
    backdrop-filter: none;
  }

  #profile-header #language {
    display: none;
  }
}


@media (max-width: 768px) {
  header .header_right > .profile-menu #register {
    display:none;
  }

  .header_right > .profile-menu > .profile-icon {
    margin-right: 0;
  }

  header .menu {
    width: 380px;
  }

  footer .menu {
    width: 340px;
  }
  
  #forth-block .forth-block-content-wrap .marafon-item {
    width: 150px;
  }

  #forth-block .forth-block-content-wrap .marafon-item::before {
    left: -124px;
    width: 123px;
  }

  #forth-block .forth-block-content-wrap .marafon-block .marafon-item:first-child {
    width: 113px;
  }

  #forth-block .forth-block-content-wrap .marafon-item > div p {
    font-size: 14px;
  }

  #video-block .video-block-content-wrap, #video-block .mini-videoslider-wrap {
    bottom: 5%;
  }

  main.line-up-row .content-block .article-item .image-wrap img{
    max-width: 350px;
  }

  #article-block .background-image {
    width: 135%;
    margin-left: -15%;
  } 

  #error_page {
    padding-bottom: 0;
  }

  #error-block .yellow_background img {
    left: -205px;
  }

  #error-block .yellow_background {
    width:35vw;
  }

  #about-block .background-image {
    width: 140%;
  }

  #about-block .first-block-content {
    bottom: 8%;
  }

  #about-block-4 .top-conteiner {
    padding: 0 20px;
  }

  #order-popup .order-popup__right > p:nth-child(2) span:first-child {
    font-size: 24px;
    /* letter-spacing: 0.86px; */
  }

  #order-popup .order-popup__right > p:nth-child(2) span:last-child {
    font-size: 24px;
    /* letter-spacing: -1.14px; */
  }

  #order-popup .order-popup__right .pay-data {
    margin-top: 10px;
    padding-top: 15px;
  }

  #order-popup .order-popup__right .pay-data > p {
    font-size: 18px;
    /* letter-spacing: -2.07px; */
  }

  #order-popup .order-popup__right .pay-data > p:nth-child(2) span {
    font-size: 12px;
  }

  #order-popup .order-popup__right .card-data .card-number-wrap {
    width: 201px;
  }

  #order-popup .order-popup__right .pay-data .form-group {
    flex-direction: column;
  }

  #order-popup .order-popup__right .pay-data .form-group > div {
    width: 100%;
    justify-content: space-between;
  }

  #order-popup .order-popup__right .pay-data .form-group > div:last-of-type {
    margin-top:20px;
  }

  #order-popup .order-popup__right {
    min-width: 535px;
  }

  #order-popup .order-popup__right .other-pay-method {
    margin-top: 15px;
    padding-top: 15px;
  }

  #order-popup .order-popup__right .other-pay-method > p {
    margin: -22px auto 20px;
  }

  #profile-block .profile-block__right {
    min-width: 350px;
    max-width: 350px;
  }

  .lesson-item {
    flex-basis: 98%;
  }

 /*  .lessons-box > div:nth-child(n+4) {
    display: none;
  } */

  .socials > ul > li {
    width: 12px;
  }

  /* .banner_box .background-image {
    width: 130%;
  } */

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-2 {
    margin-right: 17px;
  }

  #lesson-block .lesson-block__right .videos-conteiner {
    min-width: 276px;
    max-width: 275px;
  }

  .more-video-block > p {
    font-size: 16px;
  }

  #lesson-block .lesson-block__right .lesson-conteiner h1 {
    color: var(--Yellow, #FFD86E);
    font-size: 32px;
    letter-spacing:normal;
  }

  #settings-block .settings-block__left .green-avatars {
    justify-content: space-between;
  }

  #settings-block .settings-block__left {
    width: 235px;
    min-width: 234px;
  }

  .shifted-title-block > .p-1, .shifted-title-block > .p-2 {
    font-size: 36px;
    /* letter-spacing: -3.36px; */
  }

  .speaker-info-left {
    text-align: center;
    padding-right: 0;
  }

  .speaker-info-left > * {
    width: 100%;
  }

  .speaker-socials {
    justify-content: center;
  }

  .speaker-post .date-wrap {
    flex-basis: 100%;
    display: flex;
    align-items: baseline;
    gap: 7px;
  }

  .speaker-post .date-wrap > * {
    display: block;
  }

  .speaker-post .date-wrap .post-month {
    font-size: 14px;
  }

  .speaker-post .date-wrap .post-day {
    font-size: 14px;
  }
  .speaker-post .date-wrap .post-date-divider {
    width: 1px;
    height: 10px;
  }

  .speaker-post .date-wrap .content-time {
    display: block;
    flex: 1;
    text-align: right;
    font-size: 14px;
  }

  .speaker-post .content-wrap .content-time {
    display: none;
  }

  .speaker-post .content-wrap .content-title {
    margin-top: 0;
  }

   .lesson-greating-content .greating-h1-wrap .div-3 {
    flex-direction: column;
  }
   .lesson-greating-content .greating-h1-wrap .div-3 span {
    width: 100%;
    justify-content: space-between;
    margin-top:5px;
  }

  #preloader-container #preloader-wrap {
    width:223px;
    height:256px;
  }

  #preloader-container .progress-bar {
    width: 90px;
    height: 110px;
  }

  #preload-image {
    width: 90px;
    height: 130px;
    top: -10px;
  }

  #preloader-container #preloader-progress {
    font-size:18px;
    /* letter-spacing: -2px; */
    margin: 16px 0 9px;
  }

  #preloader-container #preloader-status {
    font-size: 8px;
    /* letter-spacing: 1px; */
  }

  /* #profile-block .profile-block__left .top_conteiner {
    flex-direction: column;
  } */

  #profile-block .profile-block__left .video_block {
    min-height: unset;
  }

  .video_block-frame, #profile-block .profile-block__right {
    margin-top: 0;
  }

  #profile-block .profile-block__left .video_block {
    max-width: 425px;
    min-width: 425px;
    min-height: 700px;
  }

  #profile-block .profile-block__left .video_block .video-wrap {
    width: 385px;
    height: 385px;
  }

  #profile-block .profile-block__left .video_block .video-wrap #circle-progress-bar {
    width: 400px;
    height: 400px;
  }

  #profile-block {
    flex-direction: column;
  }

  .profile-block__right .sun-right {
    display: none;
  }

  #profile-block .profile-block__right {
    max-width: unset;
    min-width: unset;
    width: 100%;
  }

  #profile-block .lesson-item {
    flex-basis: 48%;
  }

  .banner_box {
    width: 90%;
  }
}

@media (max-width: 768px) {

  #auth-panel {
    padding-right: 10px;
    padding-left: 10px;
  }

  footer > div > div:nth-child(2) > div > div {
    flex-direction:column;
  }

  #third-block .third-block__left #circle-wrap {
    width: 400px;
    height: 400px;
  }

  #third-block .third-block__right .third-block-content {
    padding-right: 10px;
    box-sizing: border-box;
  }

  #third-block .third-block__right .shifted-title-block {
    margin-right: 10px;
    margin-left: 100px;
  }

  .shifted-title-block > div {
    margin-left: 0;
  }

  /* .shifted-title-block > p:first-child, .shifted-title-block > p:nth-child(2) {
    font-size: 48px;
    letter-spacing: -5px;
  } */

  .lesson > p:nth-child(2) {
    margin-top: 10px;
    margin-bottom: 24px;
    width: auto;
    font-size: 24px;
    /* letter-spacing: -2.14px; */
  }

  #video-block .mini-videoslider-wrap .video-slider .video-items-wrap {
    margin-bottom: 10px;
  }

  #leptop-block .leptop-block-content div .p-1, #leptop-block .leptop-block-content div .p-2 {
    font-size: 24px;
    /* letter-spacing: -2.04px; */
  }

  #leptop-block .leptop-block-content {
    width: 500px;
  }

  .top-block > p:nth-child(2) {
    width: 45%;
  }

  main.line-up-row .content-block .article-item .content-wrap .content-title {
    font-size: 18px;
    /* letter-spacing: -1.415px; */
  }

  main.line-up-row .content-block .article-item .image-wrap img {
    max-width: 300px;
  }

  #video-block .mini-videoslider-wrap {
    right: -130px;
  }

  #leptop-block .noutbook-wrap {
    width: 550px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    font-size: 48px;
    /* letter-spacing: -4.251px; */
  }

  #about-block-4 .top-conteiner .background-image {
    height: 345px;
  }

  #about-block-4 .top-conteiner .top-conteiner__left .grand-logo {
    width: 185px;
    left: 97px;
    top: -10px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > div p:nth-child(2) {
    font-size: 12px;
    /* letter-spacing: 2px; */
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > div {
    width: 215px;
  }

  #about-block-4 .top-conteiner {
    padding: 0 40px 0 20px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div {
    margin-bottom: 20px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center {
    left: 30px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    width: 130px;
  }

  #about-block-2 .background-image {
    width:130%;
    position: relative;
  }

  #about-block-2 .about-block-2__left .background-image {
    z-index: 0;
  }

  #about-block-2 .about-block-2__right .background-image {
    z-index: -1;
    margin-left: -100px;
  }

  #about-block-2 .about-block-2__right .shifted-title-block > div, .shifted-title-block > .p-3 {
    width: 350px;
    margin-left: 100px;
  }

  .shifted-title-block > .p-3 {
    width: 250px;
    margin-left: 0;
  }

  #about-block-2 .about-block-2__right .shifted-title-block .p-3 {
    margin-left: 99px;
  }

  #about-block-2 .about-block-2__left > p {
    font-size: 115px;
    width: 387px;
  }

  #about-block-2 .about-block-2__right > div button {
    margin-left: 100px;
    margin-top: 30px;
  }

  #timer-block .background-image {
    width: 150%;
  }
  
  #timer-block .timer-block__left .background-image {
    margin-left: -47%;
  }

  #timer-block .timer-block__right .background-image {
    margin-left: -20%;
  }

  #timer-block::before {
    top: 8%;
  }

  #timer-block::after {
    bottom: 10%;
  }

  #order-popup .order-popup__left > div:nth-child(5) > p {
    font-size: 8px;
  }

  #order-popup .order-popup__left > div:nth-child(5) > p > img {
    width: 50%;
  }

  #first-block .background-image {
    width: 160%;
    margin-left: -30%;
  }

  .first-block-content .content__left > p:nth-child(2) {
    font-size: 24px;
    /* letter-spacing: -1.14px; */
    margin-top: 14px;
    margin-bottom: 20px;
  }

  #first-block .first-block-content {
    bottom: 5vh;
  }

  .first-block-content .sold-out-wrap img {
    width:32%;
  }

  #image-slider .slider-content .slider-item .slider-text > p:first-child {
    font-size: 16px;
    /* letter-spacing: -1.415px; */
  }

  #image-slider .slider-content .slider-item .slider-text p:last-child {
    font-size: 10px;
    font-weight: 400;
    line-height: 150%;
  }

  #profile-header #auth-panel {
   /*  margin-left:10px; */
   /*  box-sizing: border-box; */
  }

  #profile-block .sun {
    display: none;
  }

   .lesson-greating-content .greating-h1-wrap .div-3 .p-1,
   .lesson-greating-content .greating-h1-wrap .div-3 .p-3
  {
    font-size: 12px;
  }

   .lesson-greating-content .greating-h1-wrap .div-3 .p-2,
   .lesson-greating-content .greating-h1-wrap .div-3 .p-4 {
    height: 20px;
    width: 20px;
    font-size: 12px;
  }

   .lesson-greating-content .greating-h1-wrap .h1-2,
   .lesson-greating-content > .p-5 {
    font-size: 16px;
  }

   .lesson-greating-content > .p-5 {
    margin-top: 21px;
  }

   .lesson-greating-content > .p-6 {
    font-size: 14px;
    /* letter-spacing: -1px; */
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-2 {
    font-size: 12px;
    letter-spacing: normal;
  }

  #settings-block main {
    justify-content: space-between;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
  }

  #settings-block .settings-block__left {
    margin-right:30px;
  }

  .speaker-info {
    grid-template-columns: 1fr;
  }

  .speaker-info-left {
    grid-column: 1 / -1;
    grid-row: 1 / 2;
  }

  .speaker-bio {
    grid-column: 1 / -1;
    grid-row: 2 / 3;
    margin-top: 20px;
  }

  .speaker-post .image-wrap {
    flex-basis: 100%;
  }

  #profile-header #auth-panel, #auth-panel, #mobile-menu-popup .bottom-panel .mobile-auth-panel {
    min-width: unset;
    width: 47px;
  }

  #profile-header #auth-panel > div:first-child {
    display: none;
  }

  .header_right #auth-panel #auth-panel-popup {
    left: -102px;
  }

  #full-access-block {
    flex-direction: column;
  }

  #full-access-block .full-access-block__right {
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin-top:35px;
    padding-left: 0;
  }

  #full-access-block .video-item {
    flex-basis: 48%;
  }

  #full-access-block .full-access-block__right .most-pop-title {
    font-size: 14px;
    left:0;
  }

  #third-block .mini-imageslider-wrap {
    width: 100%;
    height: 53%;
  }

  #third-block .inner-circle img {
    border-radius: 20px;
  }

  .banner_box .banner_box_content h2 {
    font-size: 30px;
  }

  .banner_box .banner_box_content p {
    font-size: 16px;
    letter-spacing: normal;
    margin-top: 10px;
    margin-bottom: 24px;
    max-width: 320px;
  }
}

@media (max-width: 768px) { 

  /* @media (hover: hover) {
    #profile-header:hover:not(:has(.profile-menu:hover)) {
      background: rgba(0, 0, 0, 0.80);
      backdrop-filter: blur(7.199999809265137px);
    }
  }

  header {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4.900000095367432px);
    width:95%;
    left:50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }

  .menu > ul {
    flex-direction:column;
    gap:0;
  }

  header .socials {
    display:none;
  }

  header .header_right > .profile-menu {
    background:none;
    backdrop-filter: none;
    padding:0;
  }

  #open-mobile-menu img {
    width:24px;
  }

  .header_right > .profile-menu > #language {
    border:none;
    margin-right:0;
  }

  .header_right > .profile-menu > .profile-icon {
    background: rgba(191, 235, 12, 0.0);
    background-image: url(../images/profile-icon-white.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:0;
  }

  .header_center img {
    width:35px;
    height:50px;
  }

  #mobile-menu-popup .menu > ul {
    flex-direction:column;
  } 

  #open-mobile-menu {
    display:flex;
  }

  #header-right-counter {
    display: none;
  } 

  #header-left-counter {
    display: flex;
  }

  header .header_left, header .header_right {
    gap:10px;
  } */

  /* .open-mobile-menu-frame {
    display: flex;
  }

  header .menu {
    display: none;
  } */


  /* #profile-header #auth-panel, #auth-panel, #mobile-menu-popup .bottom-panel .mobile-auth-panel {
    min-width: unset;
    width: 49px;
  } */

  /* #auth-panel:hover > div:last-child {
    margin-left: 0;
  } */

  footer > div > p:first-child {
    width:auto;
    margin-bottom:30px;
  }

  footer > div > p:first-child img {
    width:34px;
    height:50px;
  }

  footer > div > div:nth-child(2) {
    margin:0;
  }

  footer .menu {
    margin-top:30px;
    margin-bottom:30px;
  }

  footer .menu > ul > li {
    margin-bottom:12px;
  }

  footer > div:last-child > div > div {
    flex-direction: column;
  }

  .view-choice {
    display: none;
  }

  #search-text {
    width: 100%;
  }

  .top-block > p:first-child {
    font-size: 32px;
    /* letter-spacing: -1.83px; */
  }

  .top-block > p:nth-child(2) {
    width: 100%;
    margin-left: 20px;
  } 

  #article-block .h1-wrap h1 {
    font-size: 24px;
    letter-spacing:normal;
  }

  #article-block .h1-wrap {
    bottom: -65px;
  }
  
  #article-block .back-btn-wrap button {
    width: 185px;
    height: 65px;
  }

  #article-content {
    flex-direction: column;
  }

  #article-content .author-panel {
    width: 500px;
    margin-bottom: 50px;
  }

  main .content-block .article-item {
    max-width: 49%;
    flex-basis: 48%;
  }

  #error_page p:nth-child(2) {
    font-size: 150px;
    /* letter-spacing: -10px; */
  }

  #error_page p:first-child {
    font-size: 32px;
    /* letter-spacing: -3.83px; */
  }

  #error-block .yellow_background img {
    left: -172px;
  } 

  #about-block-4 .top-conteiner .top-conteiner__right {
    display: none;
  }

  #about-block-4 .top-conteiner {
    justify-content: space-around;
  }

  #about-block-4 .top-conteiner .background-image {
    height: 450px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center {
    left:0;
  }

  #about-block-4 .top-conteiner .top-conteiner__left .grand-logo {
    left: 130px;
  }

  #about-block .first-block-content .image-wrap {
    display: none;
  }

  #black-satin #order-popup {
    flex-direction: column;
  }

  #order-popup .order-popup__left {
    height: auto;
  }

  #order-popup .order-popup__left > div:nth-child(5) > p {
    font-size: 10px;
  }

  footer#desctop-footer {
    display:none;
  }

  footer#mobile-footer {
    display:block;
  }

  /* #profile-header #language {
    display: none;
  } */

  /* .banner_box .background-image {
    width: 150%;
  } */

  .profile-block__left .content_block .h2-wrap > img {
    width: 60px;
    height: 60px;
  }

   .lesson-greating-content .greating-h1-wrap .h1-2,  .lesson-greating-content > .p-5 {
    font-size: 16px;
  }
  .header_right .btn-filled {
    display: none;
  }

  #grid-lessons-2 .grid-lessons-wrap .lesson-item {
    flex-basis: 48%;
  }

  #lesson-block .lesson-block__right {
    margin-top: 50px;
  }

  #video-block .slider-video-lesson {
    display:none;
  }

  #profile-header .btn-filled {
    display:none;
  }

  #faq-block .form-conteiner > .p-2 {
    font-size: 48px;
    /* letter-spacing: -4px; */
  }

  #profile-block .counter-wrap {
    display: flex;
  }

  #profile-header .header-counter {
    display: none;
  }

  #profile-block {
    padding: 113px 10px 180px 10px;
  }
  
  /* #profile-block .profile-block__left .video_block {
    padding-top: 15px;
  } */

  #profile-block .profile-block__left .video_block {
    min-height: unset;
  }

  .select-no-line-up {
    min-height: 50px;
  }

  #greeting .btn {
    max-width: 100px;
  }

  /* #header-right-socials, #header-left-counter {
    display: none;
  }

  .open-mobile-menu-frame {
    background: none;
    backdrop-filter: none;
  } */
}

@media (max-width: 768px) { 
  #leptop-block .leptop-block-content {
    left: 45%;
  }

  #leptop-block .noutbook-wrap {
    margin-top: 100px;
  }

  .timer-content-block > p:first-child {
    font-size: 32px;
    margin-bottom: 8px;
  }

  .timer-content-block .clocks {
    transform: scale(0.7);
    margin-top: 18px;
  }

  .timer-content-block .clocks #cnt_0 {
    margin-left: 12px;
  }

  .timer-content-block .clock-labels {
    position: relative;
    font-size: 12px;
    top:-14px;
  }

  .timer-content-block .clock-labels > p:first-child {
    margin-left: 121px;
    margin-right: 97px;
  }

  .timer-content-block .clock-labels > p:last-child {
    margin-left: 84px;
  }

  /*  .lesson-greating-content .greating-h1-wrap .div-3 .p-2 {
    margin-right: 10px;
  } */

   .lesson-greating-content .greating-h1-wrap .h1-2 {
    margin-top: 18px;
    margin-bottom: 16px;
  }

  /*  .lesson-greating-content .greating-h1-wrap .div-3 .p-2 {
    margin-right: 10px;
  } */

   .lesson-greating-content .greating-h1-wrap .h1-2 {
    margin-top: 18px;
    margin-bottom: 16px;
  }
}

@media (max-width: 768px) {
  .first-block-content .content__left > p:nth-child(2) {
    font-size: 24px;
    font-weight: 500;
    /* letter-spacing: -2.07px; */
    margin-top:16px;
    margin-bottom:16px;
    max-width: 95vw;
  }

  #first-block .first-block-content {
    bottom: 10px;
    width: 90%;
  }

  #first-block .background-image {
    width: 190%;
    margin-left: -45%;
  }

  #second-block .banner-img {
    display: none !important;
  }

  #second-block .banner-img-mobile {
    display: block !important;
  }

  #image-slider .slider-content .slider-item {
    width: auto;
  }

  #forth-block .background-image {
    width:145%;
  }

  #fifth-block .fifth-block-content-wrap > p:nth-child(2) {
    font-size: 24px;
    /* letter-spacing: -1.14px; */
  }

  #fifth-block .fifth-block-content-wrap > div > p:first-child {
    font-size: 48px;
    /* letter-spacing: -2.36px; */
    margin-right: 0;
    margin-bottom: 10px;
  }

  #fifth-block .fifth-block-content-wrap > div {
    flex-direction: column;
  }

  #fifth-block .fifth-block-content-wrap {
    justify-content: center;
  }

  #fifth-block .fifth-block-content-wrap {
    width: 505px;
  }

  #fifth-block .fifth-block-content-wrap > p:first-child {
    font-size: 12px;
  }

  #leptop-block {
    flex-direction: column-reverse;
  }

  #leptop-block .noutbook-wrap, #leptop-block .sun {
    display: none;
  }

  #leptop-block .leptop-block-content div .p-3 {
    margin-top: 0;
  }

  #leptop-block .leptop-block-content {
    left: 15px;
  }

  #leptop-block .leptop-block-content {
    width: 100%;
  }

  /* #leptop-block .leptop-block-content div > p:nth-child(3) {
    margin-top:330px;
  } */

  /* #leptop-block .noutbook-wrap {
    margin: 54px auto;
  } */

  #leptop-block {
    height: auto;
    padding-top: 105px;
  }

  #faq-block .faq-conteiner .accordion-header > p:first-child {
    width: 90%;
  }

  #error_page p:nth-child(3) {
    max-width: 300px;
  }

  #about-block .first-block-content .text-wrap > p {
    font-size: 32px;
    margin-bottom: 24px;
  }

  #about-block .first-block-content {
    bottom: 4%;
  }

  #about-block-2 .about-block-2__left > p {
    font-size: 96px;
    width: 330px;
    /* letter-spacing: -11.04px; */
  }

  #about-block-2 .about-block-2__right .shifted-title-block > div {
    margin-left: 0;
  }

  #about-block-2 .about-block-2__right .shifted-title-block .p-3 {
    margin-left:0;
  }

  #about-block-2 .about-block-2__right > div button {
    margin-left: 0;
  }

  #about-block-2 .about-block-2__right .shifted-title-block .p-3 {
    font-size: 18px;
    /* letter-spacing: -2.07px; */
  }

  #about-block-2 .about-block-2__right > div:first-child {
    left: 0%;
  }

  #about-block-2 > img {
    top: 0;
  }

  #about-block-5 {
    flex-direction: column-reverse;
    padding-top: 0;
    padding-bottom: 0;
  }

  #about-block-5 .about-block-5__left, #about-block-5 .about-block-5__right {
    max-width: 95%;
  }

  #about-block-5 .about-block-5__left p {
    padding-right: 20px;
  }

  #timer-block {
    padding-top: 0;
  }

  #timer-block .background-image {
    width: 200%;
  }
  
  #timer-block .timer-block__left .background-image {
    margin-left: -30%;
    width: 150%;
  }

  #timer-block .timer-block__right {
    display: none;
  }
  
  #timer-block .timer-block__left {
    flex-basis:100%;
  }

  .timer-content-block .clocks  .cntDigit#cnt_0 {
    margin-left: 45px;
  }

  .timer-content-block .clocks  .cntDigit#cnt_1,
  .timer-content-block .clocks  .cntDigit#cnt_3 
  { margin-right: 30px; }

  .timer-content-block .clock-labels > p:first-child {
    margin-left: 144px;
    margin-right: 75px;
  }

  .timer-content-block .clock-labels > p:last-child {
    margin-left: 65px;
  }

  #timer-block::before {
    top: -7%;
  }

  #timer-block::after {
    bottom: 7%;
  }

  #image-slider .slider-content .slider-item .slider-text {
    position: static;
    width: 85%;
    /* bottom: 10%; */
    margin: 0 auto;
    border:none;
    background: none;
    backdrop-filter:none;
  }

  #image-slider .slider-content .slider-item .slider-text > p:first-child {
    color: #FFF;
  }

  footer > div > p:first-child {
    width: auto;
  }
  
  #profile-block {
    flex-direction: column;
  }

  #profile-block .profile-block__left .content_block .buttons-wrap {
    width: 420px;
  }

  #profile-block .profile-block__right {
    min-width: unset;
    max-width: unset;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
  }

  .lesson-item {
    flex-basis: 48%;
  }

  .lessons-box :nth-child(n+4) {
    display: block;
  }

  /* .banner_box .background-image {
    width: 130%;
  } */

  #modal-window-share .share_left .p-1 {
    font-size: 28px;
    /* letter-spacing: -2.14px; */
  }

  #grid-lessons-1 .grid-lessons-conteiner {
    flex-direction: column;
    /* max-width: 700px; */
    margin: 30px auto 0;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap {
    position: static;
  }

  #grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__left {
    margin-bottom: 75px;
    margin-right: 0;
  }

  .grid-lessons-conteiner__left #lesson-greating {
    min-height: 720px;
  }

   .lesson-greating-content {
    padding:28px 28px 0 28px;
  }

   .lesson-greating-content > .p-1 {
    color: #FFF;
    font-size: 20px;
    /* letter-spacing: 0.4px; */
  }

   .lesson-greating-content > .p-1 span {
    color: var(--Yellow, #FFD86E);
  }

   .lesson-greating-content .greating-h1-wrap .h1-2 {
    color: var(--Yellow, #FFD86E);
    font-size: 32px;
    font-weight: 700;
    letter-spacing:normal;
    margin-top:30px;
    margin-bottom:24px;
  }

   .lesson-greating-content .greating-h1-wrap .div-3 .p-1,
   .lesson-greating-content .greating-h1-wrap .div-3 .p-3
  {
    color: #FFF;
    font-size: 16px;
    font-weight: 400;
    /* letter-spacing: -0.48px; */
  }

   .lesson-greating-content .greating-h1-wrap .div-3 .p-2,
   .lesson-greating-content .greating-h1-wrap .div-3 .p-4
  {
    height:30px;
    width:30px;
    font-size: 16px;
  }

   .lesson-greating-content > .p-4 {
    color: #FFF;
    font-size: 16px;
    /* letter-spacing: -0.48px; */
    margin:20px 0 0;
  }

   .lesson-greating-content > .p-5 {
    font-size: 32px;
    font-weight: 700;
  }

   .lesson-greating-content > .p-6 {
    color: #FFF;
    font-size: 20px;
    font-weight: 500;
    /* letter-spacing: -2.415px; */
    margin-top:20px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date {
    height: 46px;
    padding: 0px 48px 0px 28px;
    box-sizing: border-box;
    width: 100%;
    background: linear-gradient(151deg, rgba(255, 255, 255, 0.24) -2.71%, rgba(255, 255, 255, 0.16) 115.94%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 10px 0;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-1 {
    color: #FFF;
    margin-left:28px;
    font-size: 16px;
    /* letter-spacing: -0.48px; */
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-2 {
    margin-right: 48px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 30px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    padding: 0 10px; */
    font-size: 16px;
    /* letter-spacing: -0.48px; */
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 {
    display:flex;
    justify-content: center;
    align-items: center;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .order-img-wrap {
    width: 280px;
    margin-right: 15px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .order-img-wrap img {
    width: 100%;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .header-counter-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .header-counter {
    border-right: none;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap {
    margin-bottom:48px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap > button {
    width: 80%;
    margin-top: 18px;
  }

   .lesson-greating-content > .p-4 {
    float: unset;
  }

  #grid-lessons-1.conteiner {
    /* padding-bottom: 0; */
    padding: 0 20px 0 10px;
  }

  #grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__right .lesson {
    bottom: 0%;
    margin-left: 0;
    /* left: -10px; */
    top:18px;
    position: relative;
  }

  #grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__right img {
    border-radius: unset;
  }

  #lesson-block .lesson-block__right {
    flex-direction: column;
  }

  #lesson-block .lesson-block__right .videos-conteiner {
    min-width: unset;
    max-width: unset;
    width: 100%;
  }

  #lesson-block .lesson-item {
    flex-basis: 49%;
  }

  .lesson-item .video-progress progress {
    width: 75%;
  }

  /* #standart-block .mycomments-conteiner */ .mycomments-item {
    flex-direction: column;
  }

  #settings-block main {
    flex-direction: column;
  }

  #settings-block .settings-block__left {
    margin-left: 0;
    min-width: 260px;
    width: 260px;
    margin-bottom: 50px;
  }

  #third-block {
    flex-direction: column;
    min-height: 755px;
  }

  #third-block .third-block__left, #third-block .third-block__right {
    width: 100%;
  }

  #third-block .third-block__left {
    height: 269px;
  }

  #third-block .third-block__right .third-block-content {
    flex-direction: column;
    border-radius: 6px;
    background: linear-gradient(79deg, rgba(253, 253, 253, 0.02) -1%, rgba(253, 253, 253, 0.06) 70.11%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
    width: 80%;
    margin: 0 auto;
    padding: 10px;
    box-sizing: border-box;
    height: fit-content;
    z-index: 5;
  }

  #third-block .third-block__right .third-block-content .slider-btn-wrap {
    flex-direction: row;
  }

  #third-block .third-block__right .third-block-content #desctop-btn-wrap {
    display: none;
  }

  #third-block .third-block__right .third-block-content #mobile-btn-wrap {
    display: flex;
    justify-content: space-between;
    width:90%;
    align-items: center;
    margin: 30px auto 10px;
  
  }

  #third-block .third-block__right .third-block-content #mobile-btn-wrap .slider-btn-wrap > button {
    margin-top:0;
  }

  #third-block .third-block__right .third-block-content #mobile-btn-wrap .slider-btn-wrap > button:first-of-type {
    margin-right:7px;
  }

  #full-access-block {
    padding: 160px 30px 60px 20px;
  }

  .more-video-block {
    flex-direction: row;
    height: 85px;
  }

  #profile-block {
    padding: 90px 10px 90px 10px;
  }

  #profile-block .profile-block__left .video_block {
    min-height: unset;
    /* margin-bottom: 30px; */
    padding-bottom: 0;
  }

  .thanks-content {
    max-width:400px;
    margin-top:30px;
    margin-bottom:0;
  }

  .thanks-content__buttons-wrap a {
    flex-basis:45%;
  }
  
  body::before, body::after {
    display: none !important;
  }

  #greeting .btn {
    max-width: 143px;
  }

  #profile-block .profile-block__left .top_conteiner {
    flex-direction: column;
  }

  #leptop-block .leptop-block-content {
    position: relative;
  }

  #leptop-block .mobile-notebook {
    display: block;
  }

  #leptop-block {
    margin-bottom: 100px;
  }

}

@media (max-width: 768px) {
  #forth-block .background-image {
    display: none !important;
  }

  #first-block .background-image-mobile, #forth-block .background-image-mobile {
    display: block !important;
  }

  #first-block .first-block-content {
    flex-direction: column;
  }

  #fifth-block .background-image {
    width:150%;
  }

  #fifth-block .fifth-block-content-wrap > p:nth-child(2) {
    width: 395px; 
    text-align: center;
    margin:0 auto;
  }

  #fifth-block .fifth-block-content-wrap > p:first-child {
    left: 30px;
  }

  #fifth-block .buy-block {
    flex-direction: column;
  }

  #fifth-block .fifth-block-content-wrap > p:first-child {
    left: 55px;
  }

  #video-block .video-block-content-wrap, #video-block .mini-videoslider-wrap {
    flex-direction: column-reverse;
  }

  #video-block .video-block-content-wrap {
    align-items: start;
  }

  .lesson {
    width: 90vw;
  }

  #video-block .mini-videoslider-wrap {
    position: relative;
    right: 0;
    margin-top:20px;
  }

  #video-block {
    padding-bottom:10px;
  }

  #video-block .play-button {
    width: 70px;
    height: 70px;
  }

  .lesson > p:nth-child(2) {
    font-size: 18px;
    /* letter-spacing: -1.14px; */
    margin-bottom: 15px;
    margin-top: 8px;
  }

  #video-block .video-block-content-wrap, #video-block .mini-videoslider-wrap {
    bottom:0;
  }

  #faq-block .faq-title {
    text-transform: uppercase;
    font-size: 32px;
    /* letter-spacing: -2.83px; */
  }

  #faq-block .faq-title {
    font-size: 24px;
    /* letter-spacing: -0.83px; */
  }

  #faq-block .faq-title img {
    width: 100px;
    height: auto;
  }

  #faq-block .faq-conteiner .accordion-content > p {
    font-size: 12px;
  }

  #faq-block .sun {
    display: none;
  }

  #faq-block .form-conteiner {
    width: 90%;
  }

  #faq-block .form-conteiner {
    margin: 50px auto 0;
  }

  main .content-block .categories ul > li {
    font-size: 10px;
    /* padding: 10px; */
  }

  #article-block .background-image {
    width: 185%;
    margin-left: -40%;
  }

  #article-content .author-panel {
    width: 90%;
  }

  #error_page p:nth-child(2) {
    font-size: 120px;
    /* letter-spacing: -8px; */
  }

  #error_page p:nth-child(3) {
    max-width: 225px;
  }

  #error-block {
    padding-bottom: 0;
    min-height: 65vh;
  }

  #error-block .yellow_background img {
    left: -149px;
  }

  #modal-window-wrap {
    width: 400px;
    height: 432px;
    padding: 81px 40px;
  }

  #hold-on img {
    top: -30px;
    left: -37px;
    width: 52%;
  }

  #forgot-password img, #forgot-password-sended img {
    top: -42px;
    left: -43px;
    width: 52%;
  }

  #modal-window .modal-title {
    font-size: 24px;
    /* letter-spacing: -1.14px; */
    margin-bottom: 14px;
  }

  #modal-window .modal-subtitle {
    margin-bottom: 23px;
  }

  #modal-window .modal-content {
    margin-bottom: 14px;
  }

  #modal-window .buy-button-wrap {
    margin-bottom: 20px;
  }

  #about-block-4 .top-conteiner {
    flex-direction: column;
    align-items: center;
  }
  
  #about-block-4 .top-conteiner .top-conteiner__left, #about-block-4 .top-conteiner .top-conteiner__right {
    padding-bottom: 100px;
  }

  #about-block-4 .top-conteiner .top-conteiner__left .sun {
    top: -116px;
    background-size: 75%;
    height: 438px;
    width: 477px;
    filter: blur(137px);
    left: -379px;
  }

  #about-block-4::before {
    top: 55%;
    height: 7%;
  }

  #about-block-4 .top-conteiner .top-conteiner__left {
    flex-basis: auto;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    width: 128px;
  }

  #about-block .background-image {
    width: 175%;
    margin-left: -37%;
  }

  #about-block-2 {
    flex-direction: column;
  }

  #about-block-2 .background-image {
    width: 100%;
  }

  #about-block-2 .about-block-2__right .background-image {
    margin-left: 0;
  }

  #about-block-2 .about-block-2__left, #about-block-2 .about-block-2__right {
    /* max-height: 450px; */
    overflow: hidden;
  }

  #about-block-2 .about-block-2__right > div:first-child {
    left:30px;
  }

  #timer-block .timer-block__left .background-image {
    margin-left: -47%;
    width: 175%;
  }

  .first-block-content .content__left > p:nth-child(2) {
    font-size: 18px;
    /* letter-spacing: -0.5px; */
    max-width: 75vw;
  }

  /* #image-slider .slider-content .slider-item .slider-text {
    bottom: 5%;
  } */

  #forth-block {
    max-height: 0;
  }

  #forth-block-mobile {
    display: block;
  }

  #profile-block .profile-block__right {
    min-width: 100%;
    max-width: 350px;
  }

  .lesson-item {
    flex-basis: 98%;
  }

  /* .lessons-box > div:nth-child(n+3) {
    display: none;
  } */

  #lesson-block .lesson-item {
    flex-basis: 98%;
  }

  #lesson-block .lesson-block__right .lesson-conteiner h1 {
    font-size: 24px;
    letter-spacing:normal;
  }

  #settings-block {
    padding: 110px 10px 150px 10px;
  }

  #settings-block .settings-block__right {
    width: 100%;
  }

  #third-block {
    min-height: 800px;
  }

  #speaker-page-main {
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  #speaker-page .bread-crumbs {
    padding-left: 10px;
  }

  #speaker-page .back-btn-wrap {
    padding-left: 10px;
  }

  .speaker-post {
    padding: 10px;
    gap: 10px;
    border-radius: 6px;
  }

  .speaker-post .content-title {
    font-size: 18px;
  }

  .speaker-post .content-description {
    font-size: 12px;
  }

  .speaker-post-img {
    border-radius: 4px;
  }

  .banner_box img {
    width: 130%;
  }

  #modal-window-wrap.forgot::before {
    top: 77%;
  }
}

@media (max-width: 768px) { 
  #first-block .background-image {
    width: 220%;
    margin-left: -60%;
  }

  /* #image-slider .slider-content .slider-item .slider-text {
    bottom: 0;
  } */

  .banner_box .banner_box_content h2 {
    font-size: 18px;
  }

  .banner_box .banner_box_content p {
    font-size: 10px;
    max-width: 200px;
  }

  #modal-window-share .share_left .p-1 {
    font-size: 18px;
    /* letter-spacing: -1px; */
  }

  #info_popup {
    width: 360px;
    padding-bottom: 50px;
  }

  #info_popup .form-wrap {
    padding: 10px;
  }

  #info_popup .form-wrap h2 {
    text-align: center;
    margin:10px;
  }

  #info_popup .h2-wrap {
    flex-direction: column;
    margin-bottom: 15px;
  }

  #grid-lessons-2 .grid-lessons-wrap .lesson-item {
    flex-basis: 98%;
  }
  /* .grid-lessons-conteiner__right {
    display: none;
  } */

  main .content-block .article-item {
    max-width: 100%;
    flex-basis: 100%;
  }

  .more-video-block > p {
    display: none;
  }

  main .content-block .categories ul, #settings-block .settings_menu {
    overflow-x: auto;
  }

  #settings-block .settings_menu {
    padding: 3px;
  }

  #settings-block .settings_menu li {
    /* min-width: 135px; */
  }
}

@media (max-width: 768px) { 
  #third-block {
    min-height: 680px;
  }
  #third-block .inner-circle img {
    width: 70px;
    height: 70px;
  }

  #third-block .inner-circle {
    width: 131px;
    height: 131px;
  }

  #third-block .middle-circle {
    width: 175px;
    height: 175px;
    top: 84px;
    left: 185px;
  }

  #third-block .third-block__left #circle-wrap {
    width: 237px;
    height: 237px;
    left: 157px;
    top: 42px;
  }

  #third-block .soldier {
    left: 31px;
    height: 524px;
    width: 329px;
  }

  #third-block::before {
    background: linear-gradient(to top, #161616 0%, rgba(22, 22, 22, 0.4) 50%, rgba(22, 22, 22, 1) 100%),
                linear-gradient(to bottom, #161616 0%, rgba(22, 22, 22, 0.4) 50%, rgba(22, 22, 22, 1) 100%),
                linear-gradient(to right, #161616 0%, rgba(22, 22, 22, 0.0) 50%, rgba(22, 22, 22, 1) 100%);
  }

  #third-block .sun {
    filter: blur(81.8499984741211px);
    width: 357px;
  }

  #third-block .boots-shadow-right {
    top: 406px;
    left: 121px;
    height: 62px;
    width: 104px;
  }

  #third-block .boots-shadow-left {
    top: 408px;
    left: 30px;
    height: 49px;
    width: 134px;
  }

  #third-block .third-block__right .third-block-content {
    top: 65px;
  }

  #fifth-block .fifth-block-content-wrap > p:nth-child(2) {
    font-size: 21px;
    font-weight: 500;
    /* letter-spacing: -2.415px; */
    width: 305px;
  }

  #fifth-block .fifth-block-content-wrap > div > p:first-child {
    font-size: 42px;
    font-weight: 700;
    /* letter-spacing: -4.83px; */
    margin-top:20px;
    margin-bottom: 20px;
  }
  #fifth-block .background-image {
    width: 250%;
    margin-left: -96px;
  }

  #fifth-block .buy-block button {
    margin-bottom:28px;
  } 

  #fifth-block .buy-block > p {
    max-width: 50vw;
    text-align: center;
  }

  #fifth-block .fifth-block-content-wrap {
    bottom: 20px;
  }

  .lesson > p:first-child {
    font-size: 10px;
  }

  .lesson > p:nth-child(2) {
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: -1.61px; */
  }

  .lesson > div > p:first-child {
    font-size: 12px;
    font-weight: 400;
    /* letter-spacing: -0.36px; */
  }

  .lesson > div > p:first-child span {
    color: rgba(255, 255, 255, 0.65);
    font-size: 10px;
    font-weight: 200;
    /* letter-spacing: -0.3px; */
  }

  .lesson > div > p:nth-child(2) {
    font-size: 10px;
    font-weight: 400;
    /* letter-spacing: 1.2px; */
  }

  #leptop-block .noutbook-wrap {
    width: 450px;
  }

  #leptop-block {
    padding-top: 90px;
    padding-bottom: 90px;
    margin-bottom: 0;
  }

  #leptop-block .leptop-block-content div .p-1, #leptop-block .leptop-block-content div .p-2 {
    font-size: 18px;
    font-weight: 700;
    /* letter-spacing: -2.07px; */
    max-width: 95vw;
  }

  #leptop-block .leptop-block-content div .p-3 {
    width: 90vw;
  }

  #faq-block .faq-conteiner .accordion-content {
    padding-left: 15px;
  }

  #faq-block .faq-title {
    font-size: 18px;
    /* letter-spacing: -2.07px; */
  }

  #faq-block .faq-conteiner .faq-title span {
    margin: 0 10px;
  }

  main .content-block .article-item .image-wrap, main .content-block .article-item .image-wrap > img {
    max-width: 100%;
  }

  .top-block > p:first-child {
    font-size: 24px;
    /* letter-spacing: -0.83px; */
  }

  .top-block > p:nth-child(2) {
    padding: 14px 20px;
  }

  #search-text {
    height: 32px;
    padding: 0;
  }

  #article-block .h1-wrap h1 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing:normal;
  }

  #article-block .background-image {
    width: 300%;
    margin-left: -105%;
  }

  #article-block .back-btn-wrap {
    top: 175px;
    left: 20px;
  }

  #article-block .bread-crumbs {
    left: 20px;
  }

  #article-block .h1-wrap {
    left: 20px;
  }

  #article-content {
    padding: 0 30px 75px 20px;
  }

  #popular-articles {
    padding: 0 20px 50px 20px;
  }

  #popular-articles h2 {
    font-size: 24px;
    letter-spacing:normal;
  }

  #standart-block .form-wrap .input-wrap {
    flex-direction: column;
  }

  #standart-block .form-wrap .input-wrap > div {
    flex-basis: 100%;
    width: 100%;
    margin-bottom:24px;
  }

  #standart-block .form-wrap .input-wrap {
    margin-bottom: 0;
  }

  #about-block-4 {
    padding-top: 85px;
  }

  #about-block-4::before {
    top: 48%;
    height: 13%;
  }

  #about-block .first-block-content .text-wrap > div:first-child > p:first-child {
    font-size: 11px;
    font-weight: 700;
    /* letter-spacing: -1.265px; */
  }

  #about-block .first-block-content .text-wrap > p {
    font-size: 18px;
    font-weight: 500;
    /* letter-spacing: -2.07px; */
    margin-top:16px;
    margin-bottom: 15px;
  }

  #about-block .first-block-content .text-wrap .buy-block {
    flex-direction: column-reverse;
    align-items: start;
    width: 310px;
  }

  #about-block .first-block-content .text-wrap .buy-block button {
    margin-top: 28px;
  }

  #about-block .first-block-content {
    bottom: 10%;
  }

  #about-block .background-image {
    width: 345%;
    margin-left: -126%;
  }

  #timer-block .timer-block__left .background-image {
    margin-left: -60%;
    width: 200%;
  }

  #order-popup .order-popup__left > div:nth-child(5) > p {
    font-size: 8px;
  }

  #order-popup #close-order-popup {
    padding: 5px 13px 5px 5px;
    width: 170px;
    height: 44px;
  }

  #order-popup .order-popup__left > p {
    display: none;
  }

  /* #order-popup .order-popup__left > img {
    content: url('/img/order-tickets.png');
  } */

  #order-popup .order-popup__left > div:nth-child(5) {
    display: none;
  }

  #order-popup .order-popup__right {
    background: none;
    padding: 30px 15px 100px 10px;
    box-sizing: border-box;
    min-width: auto;
    width: 99%;
    min-height: 870px;
  }

  #order-popup .order-popup__right > p:first-child {
    font-size: 12px;
    /* letter-spacing: 0.24px; */
  }

  #order-popup .order-popup__right > p:nth-child(2) span:first-child,
  #order-popup .order-popup__right > p:nth-child(2) span:last-child
  {
    font-size: 16px;
    /* letter-spacing: -1.84px; */
  }

  #order-popup .order-popup__right .card-data > div {
    flex-direction: column;
    align-items: start;
  }

  #order-popup .order-popup__right .pay-data .card-data {
    border-radius: 16px;
    background: rgba(242, 242, 242, 0.10);
    padding: 10px;
  }

  #order-popup .order-popup__right .pay-data .card-data > div:first-of-type > p {
    margin-bottom:16px;
  }

  #order-popup .order-popup__right .pay-data .form-group {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 0;
  }

  #order-popup .order-popup__right .pay-data .form-group > div {
    flex-direction: column;
    width: auto;
  }

  #order-popup .order-popup__right .pay-data .form-group > div > p {
    margin-bottom:16px;
  }

  #order-popup .order-popup__right .pay-data .form-group > div:last-of-type {
    margin-top: 0;
  }

  #order-popup .order-popup__right .pay-data .form-group > div:last-child > p {
    margin-right: 0;
  }

  #order-popup .order-popup__right .pay-data .form-group > div input,
  #order-popup .order-popup__right .card-data .card-number-wrap {
    background: linear-gradient(76deg, rgba(253, 253, 253, 0.04) 1.24%, rgba(253, 253, 253, 0.11) 70.11%);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.04);
    backdrop-filter: blur(8px);
  }

  #order-popup .order-popup__right .card-data .card-number-wrap {
    background: (253, 253, 253, 0.2) 1.24%;
  }

  #order-popup .order-popup__right .card-data .card-number-wrap input {
    background: none;
    backdrop-filter: none;
  }

  #order-popup .order-popup__right .other-pay-method > p {
    background: #000;
  }

  #order-popup .order-popup__right .other-pay-method {
    margin-top: 30px;
  }

  #order-popup .order-popup__right .pay-data .form-group > div:first-child > p {
    margin-right: 0;
  }

  #first-block .background-image {
    width: 250%;
    margin-left: -85%;
  }

  #first-block .buy-block > p {
    max-width: 75vw;
  }

  /* #image-slider .slider-content .slider-item .slider-text {
    bottom: -5%;
  } */

  #profile-block {
    padding: 90px 10px 90px 10px;
  }

  #profile-block .profile-block__left .content_block #open-hide-greeting {
    display: block;
  }

  .profile-block__left .content_block .h2-wrap {
    padding: 15px 10px 15px 8px;
  }

  .profile-block__left .content_block .h2-wrap > img {
    width: 40px;
    height: 40px;
  }

  #modal-window-share {
    flex-direction: column;
    padding: 40px 0 0 10px;
    height: fit-content;
  }

  #modal-window-share .buttons-wrap {
    margin-right: 10px;
  }

  #modal-window-share .share_right {
    flex-direction: row;
    justify-content: space-between;
  }

  #modal-window-share .share_right img:first-child {
    margin-top:0;
  }

  #modal-window-share .share_right img:last-child {
    width: 50%;
  }

   .lesson-greating-content .greating-h1-wrap .div-3 {
    width: 100%;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-1 {
    margin-left: 0;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-2 {
    margin-right: 0;
  }

  #sort-button {
    padding-left:15px;
    border-left: 1px solid rgba(217, 217, 217, 0.50);
  }

  #mobile-sort {
    display: inline;
  }

  #desctop-sort {
    display: none;
  }

  #standart-block.mycomments {
    padding: 121px 30px 55px 15px;
  }

  .comment-item .comment-text .model-info {
    /* flex-direction: column; */
    align-items: center;
    margin-top: 10px;
    width: 99%;
  }

  .hide-in-mobile {
    display: none;
  }

  .comment-item .comment-text .btn {
    width: 125px;
  }

  #settings-block .settings-block__right .form-wrap {
    flex-direction: column;
  }

  #settings-block .settings-block__right .form-wrap > div {
    width: 100%;
  }

  #settings-block .settings_menu {
    background: none;
    border: unset;
    border-radius: unset;
    /* padding: 0; */
  }

  #settings-block .settings_menu > li {
    border: 1px solid var(--Black, rgba(255, 255, 255, 0.48));
    padding: 7px 10px;
    border-radius: 6px;
  }
  

  /* #settings-block main {
    padding: 0 30px 0 30px;
  } */

  #settings-block .settings_menu > li {
    margin-right: 5px;
  }

  #settings-block .settings-block__right .avatars-wrap .avatar-item {
    flex-basis: 31%;
  }

  #third-block {
    min-height: 720px;
  }

  #third-block .third-block__right .shifted-title-block {
    margin-left: 62px;
  }

  .shifted-title-block > p:first-child, .shifted-title-block > .p-2 {
    font-size: 18px;
    /* letter-spacing: -2.16px; */
  }

  #profile-block .profile-block__left #greeting {
    max-height: 230px;
  }

  #third-block .slick-slide {
    margin: 0 30px;
  }

  #third-block .inner-circle img {
    border-radius: 12px;
  }

  #notification-conteiner .comment-item .comment-text .model-info {
    flex-direction: row;
    align-items: center;
  }

  label.error {
    position: static;
  }

  #mobile-menu-popup .top-panel {
    margin-top: 24px;
  }

  #banners-slider .slider-btn-wrap, #banners-slider .slick-dots {
    display: none !important;
  }

  .dashboard-banner {
    margin-top:50px;
  }

  .banner_box {
    width: 100%;
  }

}

@media (max-width: 768px) {
  #base-block .top-block {
    flex-direction: column;
    align-items: start;
  }

  #base-block .top-block > p:nth-child(2) {
    margin-left:0;
    box-sizing: border-box;
  }

  #search-text {
    width: 80%;
  }

  .top-block > p:first-child {
    height: 60px;
    width: 98%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.24);
    margin-bottom:15px;
  }

  main .content-block {
    border-top: none;
  }

  .thanks-content__img {
    width: 75%;
  }
}

@media (max-width: 768px) {
  header {
    border-radius: 12px;
    background: rgba(0, 0, 0, 0.20);
    backdrop-filter: blur(4.900000095367432px);
    width:90%;
    left:50%;
    transform: translateX(-50%);
    padding: 0 10px;
  }

  header .socials {
    display:none;
  }

  header .header_right > .profile-menu {
    background:none;
    backdrop-filter: none;
    padding:0;
  }

  #first-block .background-image-mobile, #forth-block .background-image-mobile {
    width:150%;
  }

  .header_right > .profile-menu > #language {
    border:none;
    margin-right:0;
  }

  .header_right > .profile-menu > .profile-icon {
    background: rgba(191, 235, 12, 0.0);
    background-image: url(../images/profile-icon-white.svg);
    background-size: 58%;
    background-repeat: no-repeat;
    background-position: center;
    margin-right:0;
  }

  .header_center img {
    width:35px;
    height:50px;
  }

  .buy-block {
    flex-direction: column;
    align-items: start;
  }

  .buy-block > p {
   margin-top:10px;
   max-width: 90vw;
  }

  .first-block-content .content__left {
    width: auto;
  }
  #first-block .first-block-content {
    bottom: 50px;
  }

  #second-block .slider-btn-wrap {
    display: none;
  }
  #second-block {
    padding: 60px 0 102px 0;
  }

  #fifth-block .buy-block {
    align-items: center;
  }

  #fifth-block .buy-block button {
    margin: 0 auto;
  }

  #leptop-block .noutbook-wrap {
    width:375px;
    margin-left: 0;
  }

  #faq-block .faq-conteiner .accordion-header > p:first-child {
    font-size: 12px;
    font-weight: 300;
    line-height: normal;
  }

  #faq-block .faq-conteiner .accordion {
    margin-left: 0;
  }

  #faq-block .form-conteiner .form-wrap > div {
    flex-direction: column;
  }

  #faq-block .form-conteiner .form-wrap > div .input-wrap:last-child {
    margin-top:20px;
  }

  #faq-block .form-conteiner .p-2 {
    color: #FFF;
    font-size: 24px;
    font-weight: 700;
    line-height: 104.932%;
    /* letter-spacing: -2.76px; */
  }

  /* #faq-block .form-conteiner .form-wrap {
    border:none;
  } */

  main .content-block .categories {
    background: none;
    border:none;
    padding: 0;
    border-radius: 0%;
  }

  main .content-block .article-item .content-wrap .content-buttons p span {
    font-size: 12px;
  } 

  #base-block {
    padding: 121px 20px 160px 15px;
  }

  #error_page p:nth-child(2) {
    font-size: 100px;
    /* letter-spacing: -7px; */
  }

  #error_page p:first-child {
    font-size: 24px;
    /* letter-spacing: -1.83px; */
  }


  #modal-window-wrap {
    width: 325px;
    height: 420px;
    padding: 81px 10px;
  }

  #hold-on img {
    top: -23px;
    left: -30px;
  }

  #forgot-password img, #forgot-password-sended img {
    top: -33px;
    left: -34px;
  }

  #about-block-4 .top-conteiner {
    align-items: start;
  }

  #about-block-5 .about-block-5__left p {
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
  }

  .timer-content-block > p:first-child {
    font-size: 32px;
    /* letter-spacing: -0.44px; */
    margin-bottom: 15px;
  }

  .timer-content-block > p:nth-child(2) {
    font-size: 18px;
  }

  .timer-content-block .clocks {
    transform: scale(0.7);
  }

  .timer-content-block .clock-labels {
    font-size: 10px;
  }

  .timer-content-block .clock-labels > p:first-child {
    margin-left: 148px;
    margin-right: 84px;
  }

  .timer-content-block .clock-labels > p:last-child {
    margin-left: 70px;
  }

  #first-block .background-image {
    width: 280%;
    margin-left: -107%;
  }

  #first-block .first-block-content {
    bottom: 0;
  }

  #profile-block .profile-block__left .content_block .buttons-wrap {
    flex-direction: column;
    height: 170px;
  }

  #profile-block .profile-block__left .content_block .buttons-wrap {
    width: 100%;
  }

  #lesson-block {
    padding: 121px 30px 30px 10px;
  }

  #lesson-block .lesson-block__right .lesson-conteiner .motivation-block {
    padding: 15px;
  }

  #lesson-block .lesson-block__right .lesson-conteiner .motivation-block h2 {
    font-size: 16px;
    font-weight: 500;
    letter-spacing:normal;
  }

  #lesson-block .lesson-block__right .lesson-conteiner .motivation-block p {
    font-size: 13px;
  }

  #lesson-block .lesson-block__right .lesson-conteiner .motivation-block .castom-ul span {
    width: 24px;
    height: 24px;
  }

  #profile-header .header-counter, #profile-header .btn-filled {
    display: none;
  }

  #lesson-block .btn-back {
    padding: 5px 13px 5px 0px;
    height: 45px;
    width: 180px;
  }

  #lesson-block .lesson-block__right .lesson-conteiner h1 {
    font-size: 14px;
    letter-spacing:normal;
  }

  #lesson-block main {
    margin-top: 20px;
  }

  #lesson-block .lesson-block__right {
    margin-top: 20px;
  }

  #faq-block .form-conteiner > p > img {
    width: 112px;
  }

  #faq-block .form-conteiner > .p-2 {
    margin-top: 20px;
  }

  #faq-block .form-conteiner {
    margin-top: 90px;
  }

  #faq-block .form-conteiner > .p-2 {
    font-size: 24px;
    font-weight: 700;
    /* letter-spacing: -2.76px; */
  }

}

@media (max-width: 768px) {

  .full-registration-text {
    font-size: 12px;
  }

  #faq-block .form-conteiner > .p-2 {
    font-size: 24px;
    /* letter-spacing: -2px; */
    margin-top: 20px;
    margin-bottom: 10px;
  }

  #third-block .soldier {
    left: 0;
  }

  #third-block .outer-circle {
    left: 120px;
  }

  #third-block .middle-circle {
    left: 150px;
  }

  #third-block .third-block__right .third-block-content {
    width: 90%;
  }

  .shifted-title-block > p:first-child, .shifted-title-block > .p-2 {
    font-size: 18px;
    font-weight: 700;
    /* letter-spacing: -2.16px; */
  }

  .top-block > p:nth-child(2) {
    /* padding: 0; */
    margin-left: 0;
    text-align: right;
    /* width: 185px; */
  }

  main .content-block .article-item .content-wrap .content-title {
    font-size: 18px;
    font-weight: 500;
    /* letter-spacing: -2.07px; */
  }

  #standart-block .form-wrap h1, #standart-block .form-wrap h2 {
    text-align: left;
  }

  #standart-block .form-wrap h1 {
    font-size: 10px;
    font-weight: 400;
    letter-spacing:normal;
  }

  #standart-block .form-wrap h2 {
    font-size: 18px;
    font-weight: 500;
    letter-spacing:normal;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    line-height: 30px;
    margin-top:0;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div {
    flex-direction: column;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    width: 42px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div {
    height: auto;
  }

  #about-block-4::before {
    top: 38%;
    height: 100px;
  }

  #about-block-4 {
    padding-left: 30px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > div {
    height: 85px;
  }

  #about-block-4 .top-conteiner .top-conteiner__left, #about-block-4 .top-conteiner .top-conteiner__right {
    padding-bottom: 50px;
  }

  #about-block-4 .top-conteiner .top-conteiner__center > div > p {
    color: #FFF;
    font-size: 104.551px;
    font-weight: 700;
    /* letter-spacing: -17.251px; */
    margin-bottom: 25px;
  }

  #timer-block .timer-block__left .background-image {
    margin-left: -70%;
    width: 230%;
  }

  #first-block .background-image {
    width: 315%;
    margin-left: -125%;
  }

  /* #image-slider .slider-content .slider-item .slider-text {
    bottom: -10%;
  } */

  .banner_box {
    display: none;
  }

  #modal-window-share .share_right img:first-child {
    width: 45%;
  }

  #modal-window-share .share_right img:last-child {
    width: 70%;
    margin-left: -100%;
  }

  #info_popup {
    width: 100%;
    height: 100%;
    left: 0;
    background: rgba(22, 22, 22, 0.95);
    backdrop-filter: blur(10.899999618530273px);
    border: none;
  }

  #info_popup .h2-wrap {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
    padding-bottom: 10px;
  }

  #info_popup .h2-wrap button {
    align-self: flex-end;
  }

  #notification-conteiner .form-wrap > p {
    display: none;
  }

  #info_popup #popup-back-button {
    display: none;
  }

  #info_popup #close-info_popup, #info_popup .notification-count {
    display: block;
  }

  #info_popup .form-wrap h2 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing:normal;
    margin: 17px;
  }

   .lesson-greating-content .greating-h1-wrap .h1-2 {
    font-size: 16px;
    letter-spacing:normal;
    margin-top: 11px;
    margin-bottom: 11px;
  }

   .lesson-greating-content .greating-h1-wrap .div-3 .p-2,  .lesson-greating-content .greating-h1-wrap .div-3 .p-4 {
    height: 24px;
    width: 24px;
  }

   .lesson-greating-content > .p-4 {
    font-size: 12px;
    /* letter-spacing: -0.36px; */
  }

   .lesson-greating-content > .p-5 {
    font-size: 14px;
    /* letter-spacing: -1.61px; */
    margin-top:10px;
    letter-spacing: normal;
  }

   .lesson-greating-content > .p-6 {
    font-size: 15px;
    /* letter-spacing: -1.725px; */
    margin-top:10px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-1 {
    font-size: 14px;
    /* letter-spacing: -0.42px; */
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date > .p-2 {
    font-size: 14px;
    /* letter-spacing: -0.42px; */
  }

   .lesson-greating-content {
    padding: 16px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap {
    margin-bottom: 10px;
  }

  .grid-lessons-conteiner__left #lesson-greating {
    min-height: 450px;
  }

  #grid-lessons-1 .grid-lessons-conteiner .grid-lessons-conteiner__left {
    margin-bottom: 0;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .order-img-wrap {
    width: unset;
    margin: 0;
    margin-left: 10px;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap .div-1 .header-counter {
    min-width: 169px;
    padding: 0;
  }

  .grid-lessons-conteiner__left #lesson-greating > .counter-wrap > button {
    width: 92%;
  }

  .grid-lessons-conteiner__left #lesson-greating > .launch-date {
    padding: 0px 20px 0px 18px;
  }

  #video-block .mini-videoslider-wrap {
    align-items: start;
  }

  #video-block .my-slick-item {
    padding-bottom: 121px;
  }

  #video-block .play-button {
    top: 35%;
  }

  /* .shifted-title-block > p:first-child, .shifted-title-block > p:nth-child(2) {
    font-size: 48px;
    letter-spacing: -5.76px;
  } */

  #about-block-2 .background-image {
    width: 110%;
  }

  #profile-block .profile-block__left .top_conteiner {
    width: 95%;
  }

  #profile-block .profile-block__left .video_block .video-wrap {
    width: 350px;
    height: 350px;
  }

  /* #standart-block .mycomments-conteiner */ .mycomments-item .essence {
    margin:0;
  }

  /* #standart-block .mycomments-conteiner */ .mycomments-item {
    padding: 0;
    background: none;
  }

  #third-block .third-block__right .shifted-title-block {
    margin-right: 0;
    margin-left: 50px;
  }

  #about-block-2 .about-block-2__right .background-image {
    width: 135%;
  }

  #standart-block {
    padding: 121px 30px 70px 30px;
  }

  #mobile-sort, #mobile-sort-2 {
    display: block;
  }
  
  #desctop-sort, #desctop-sort-2 {
    display: none;
  }

  #full-access-block .wide-banner-wrap {
    display: none;
  }

  #full-access-block .short-banner-wrap {
    display: block;
  }

  #full-access-block .full-access-block__right {
    display: flex;
    flex-direction: column-reverse;
  }

  #faq-block .form-conteiner > .p-3 {
    font-size: 10px;
  }

  /* .grid-lessons-conteiner__right {
    display: none;
  } */

  #profile-block .profile-block__left .content_block h2 {
    font-size: 16px;
    font-weight: 500; 
    letter-spacing:normal;
    line-height: normal;
  }

  #base-block {
    padding: 121px 10px 90px 10px;
    justify-content: center;
  }

  #grid-lessons-2 {
    padding-bottom: 90px;
  }

  main .content-block .articles {
    margin-top:0;
  }

  #article-content {
    padding: 0 10px 0 10px;
    justify-content: center;
  }

  .comments-conteiner textarea {
    width: 88%;
  }

  #popular-articles {
    padding: 0 10px 0 10px;
  }

  #popular-articles .h2-wrap {
    border-bottom: 1px solid rgba(255, 255, 255, 0.48);
  }
  
  #popular-articles h2 {
    font-size: 18px;
    font-weight: 700;
    letter-spacing:normal;
  }

  #popular-articles .btn-more {
    width: unset;
  }

  #article-block .back-btn-wrap button, #settings-block .btn-back {
    height: 34px;
    padding: 5px 13px 5px 0px;
    width: unset;
  }

  .back-btn-wrap {
    padding-left: 10px;
  }

  #article-block .back-btn-wrap {
    left: 0px;
  }

  #speaker-page {
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  #faq-block {
    padding-left: 10px;
    padding-right: 10px;
  }

  #faq-block .faq-conteiner .accordion {
    padding:0;
  }

  #faq-block.conteiner .bread-crumbs {
    margin-left: 0;
  }

  #faq-block .faq-conteiner .accordion, #faq-block .form-conteiner {
    width: 100%;
  }

  #settings-block {
    padding-bottom: 75px;
  }

  #settings-block .settings-block__right .avatars-wrap .avatar-item {
    flex-basis: 48%;
  }

  #settings-block .settings-block__right .delete-account table {
    font-size: 12px;
  }

  #settings-block .settings-block__right .delete-account table tr td:first-of-type {
    max-width: 89px;
  }

  #desctop-subscription-expiration {
    display: none;
  }

  #mobile-subscription-expiration {
    display: inline;
  }

  #settings-block .settings-block__right .delete-account table td {
    line-height: 16px;
  }

  #settings-block .settings-block__right .delete-account table tr {
    border-top:1px solid rgba(255, 255, 255, 0.16);
    height: 34px;
  }

  #settings-block .settings-block__right .delete-account .next-pay {
    color:#FFF;
  }

  #grid-lessons-1 .grid-lessons-conteiner {
    /* padding: 0 20px 70px 10px; */
    padding: 0 10px 20px 10px;
    margin-top: 25px !important;
  }

  #grid-lessons-1.conteiner {
    padding: 0 10px 0 10px;
  }

  #grid-lessons-1 .grid-lessons-conteiner .play-button {
    top:40%;
  }

  #grid-lessons-2 {
    padding: 0 10px 90px 10px;
  }

  .bread-crumbs-and-line-up {
    padding: 0 20px 0 10px;
  }

  header {
    width: 100%;
    padding: 0 20px 0 10px;
  }

  #profile-block {
    padding: 90px 10px 90px 10px;
  }
  
  #settings-block .settings_menu .mobile-passchange, #settings-block #mobile-submit, #settings-block #mobile-cansel {
    display: flex;
  }

  #settings-block #desctop-passchange, #settings-block #desctop-submit {
    display: none;
  }

  .greating-h1-wrap {
    display: flex;
    padding: 1px 0;
    margin-top:10px;
  }
  
  .greating-h1-wrap .div-3 {
    flex-direction: column;
  }

  .lesson-greating-content .greating-h1-wrap .div-3 .p-2,
  .lesson-greating-content .greating-h1-wrap .div-3 .p-4 {
    margin-right: 0;
    width: 27px;
    height: 27px;
  }

   .lesson-greating-content > .p-4 {
    margin-top: 10px;
  }

  #full-access-block {
    padding: 110px 10px 45px 10px;
    justify-content: center;
  }

  #full-access-block .full-access-block__left .last-lesson-wrap > img, #full-access-block .wide-banner-wrap > img {
    border-radius: unset;
  }

  #full-access-block .full-access-block__right .most-pop-title {
    font-size: 10px;
    font-weight: 400;
    /* letter-spacing: 1.2px; */
    position: absolute;
  }

  #full-access-block .full-access-block__left .lesson {
    position: relative;
  }

  #full-access-block .full-access-block__left .lesson {
    bottom: 0%;
    margin-left: 0;
    top:8px;
  }

  #full-access-block .short-banner-wrap {
    margin-top:45px;
    margin-bottom: 0;
  }

  .lesson > p:nth-child(2) {
    color: #FFF;
    font-size: 14px;
    font-weight: 400;
    /* letter-spacing: -1.61px; */
  }

  #full-access-block .full-access-block__left .last-lesson-wrap::before {
    height: 60%;
    min-width: 100vw;
    left:-20px;
  }

  #standart-block.mycomments h1 {
    font-size: 24px;
    font-weight: 500;
    letter-spacing:normal;
  }

  #grid-lessons-2 .grid-lessons-conteiner__right {
    display: block;
    position: relative;
    margin-bottom: 24px;
    width: 100%;
  }

  #full-access-block .full-access-block__left .last-lesson-wrap > img,
  .grid-lessons-conteiner__right > img {
    min-width: 100vw;
    margin-left: -10px;
  }

  .grid-lessons-conteiner__right > img {
    margin-left: -10px;
  }

  #grid-lessons-2 .grid-lessons-wrap {
    justify-content: center;
  }

  #full-access-block .video-status {
    left: -10px;
    top: 20px;
  }

  .grid-lessons-conteiner__right .video-status {
    left: -10px;
    top: 20px;
  }

  #sort-button-2 {
    display: none;
  }

  #mobile-sort-3 {
    display: block;
    padding-left:10px;
    border-left: 1px solid grey;
    margin-right: 5px;
  }

  .grid-lessons-conteiner__right .lesson {
    margin-top:8px;
  }

  /* .video-status p:last-of-type {
    margin-left: 10px;
  } */

  #grid-lessons-2 .grid-lessons-wrap {
    margin-top:0;
  }

  main .content-block {
    margin-top:12px;
    padding-top:12px;
  }

  main {
    margin-top:43px;
  }

  #settings-block {
    min-height: unset;
  }

  .date-wrap-mobile {
    display: flex;
  }

  .content-time {
    display: none;
  }

  .thanks-content__buttons-wrap {
    flex-direction:column;
  }

    .thanks-content__buttons-wrap a {
      flex-basis:100%;
      margin-bottom:10px;
    }

  #article-content {
    min-height: unset;
  }

  .banner_box img {
    width: 150%;
  }

  .banner_box .btn-filled {
    max-height: 30px;
  }

  .comments-conteiner .buttons-block button {
    width: 50%;
  }
  
  #sort-button, #sort-button-2, #sort-button-3 {
    width: unset;
  }

  main .content-block .categories ul > li > a {
    padding: 10px;
  }
}

@media (max-width: 768px) {
  #first-block .background-image-mobile {
    width: 152%;
  }

  #first-block .background-image-mobile {
    width:175%;
  }
  
  #fifth-block .background-image {
    width: 295%;
    margin-left: -130px;
  }

  #fifth-block .fifth-block-content-wrap > p:first-child {
    left: 80px;
    top: -31px;
  }

  #faq-block .form-conteiner > p:first-of-type img {
    width: 112px;
  }

  #about-block-4 {
    padding-left: 0;
  }

  #about-block-2 .about-block-2__right > div:first-child {
    left:20px;
  }

  #about-block-2 .about-block-2__right .shifted-title-block > div {
    width: 330px;
  }

  #profile-block .profile-block__left .top_conteiner {
    /* width: 90%; */
    width: 99%;
  }

  /* #settings-block main {
    padding: 0 5px 0 25px;
  } */

  #leptop-block .leptop-block-content div .p-3 > a {
    text-align: center;
  }
  
  .shifted-title-block > .p-3 {
    width: 200px;
    margin-left: 0;
  }

  #third-block .third-block__right .shifted-title-block {
    margin-left: 10px;
  }

  #third-block .third-block__right .third-block-content {
    width: 85%;
  }

  .speaker-pagination .pagination-bar {
    width: 168px;
  }

}


/* Стиль для Iphone */
@media only screen 
  and (min-device-width: 320px) 
  and (max-device-width: 568px) 
  and (-webkit-min-device-pixel-ratio: 2) {
    .timer-content-block > p:nth-child(2) {
      font-size: 15px;
    }
}

.embed-youtube-fullscreen {
  width: 100%;
  height: calc(100vw / 2);
}

@media screen and (max-width: 768px) {
    /* Estilos para dispositivos móveis */
}

@media screen and (min-width: 769px) and (max-width: 1024px) {
    /* Estilos para tablets */
}

@media screen and (min-width: 1025px) {
    /* Estilos para desktops */
}

.text-container {
    overflow-wrap: break-word; /* Permite a quebra de palavras longas */
    word-wrap: break-word; /* Compatibilidade com navegadores antigos */
}

.element {
    padding: 10px 5%; /* Em vez de valores fixos */
    margin: 0 auto; /* Centraliza o elemento */
}

.container {
    display: flex;
    flex-wrap: wrap; /* Permite que os itens "quebrem" para a próxima linha se necessário */
    justify-content: space-around; /* Distribui os itens de forma uniforme */
    overflow: visible;
}

img {
    max-width: 100%;
    height: auto; /* Mantém a proporção */
}

body {
    font-size: 1rem; /* Baseado na configuração de fonte padrão do navegador */
}

@media screen and (max-width: 768px) {
  .movie__img img {
    display: none; /* Oculta as imagens dentro da div .movie__img em dispositivos móveis */
  }
}