.ideal {
  display: flex;
  position: relative;
  z-index: 1;
}
.ideal::after {
  content: "";
  max-width: 320px;
  max-height: 379px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  bottom: 0;
  left: -20%;
}
.ideal__blocks {
  /* margin-top: 30px; */
  display: flex;
  gap: 30px;
  flex-wrap: wrap-reverse;
  justify-content: center;
  width: 100%;
}
.ideal__left {
  background-image: url("/assets/img_new/ideal-fon.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
  max-width: 552px;
  max-height: 527px;
  padding: 80px;
  margin-left: -10px;
}
.ideal__img {
  transition: 0.5s ease-in-out;
}
.ideal__img:hover {
  transform: scale(1.1);
}
.ideal__img img {
  max-width: 392px;
  max-height: 374px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.ideal__right {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 78px;
  padding: 40px;
  display: flex;
  max-width: 678px;
  max-height: 527px;
}
.ideal__right-block {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.ideal__right-subtitle {
  width: 243px;
}
.ideal__right-title h1 {
  font-size: 50px;
  height: 220px;
}
.ideal__right-btns {
  display: flex;
  gap: 30px;
}
.ideal__right-btns a {
  color: #fff;
}
.ideal__btn {
  transition: background-color 0.8s;
}
.ideal__btn:first-child {
  width: 189px;
}
.ideal__btn:first-child:hover {
  background-color: transparent;
  border: 1px solid #fff;
}
.ideal__btn:last-child {
  width: 163px;
  background-color: transparent;
  border: 1px solid #fff;
}
.ideal__btn:last-child:hover {
  background-color: #FF816A;
  border: none;
}
@media (max-width: 1290px) {
  .ideal__right {
    max-width: 1270px;
  }
}
@media (max-width: 767px) {
  .ideal {
    padding-right: 0;
    padding-left: 0;
  }
  .ideal::after {
    display: none;
  }
  .ideal__blocks {
    gap: 20px;
    overflow: hidden;
  }
  .ideal__right-block {
    gap: 40px;
  }
  .ideal__right {
    padding: 10px;
    border-radius: 30px;
  }
  .ideal__right-title h1 {
    font-size: 27px;
    height: auto;
  }
  .ideal__right-btns {
    flex-direction: column;
  }
  .ideal__left {
    background-image: none;
    padding: 20px;
  }
  .ideal__right-btns {
    gap: 15px;
  }
  .ideal__btn:first-child {
    width: auto;
  }
  .ideal__btn:last-child {
    width: auto;
  }
  .ideal__img:hover {
    transform: scale(0.9);
  }
}

.description {
  display: flex;
  position: relative;
  z-index: 2;
}
.description::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  position: absolute;
  height: 100%;
  width: 100%;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200;
  bottom: 0;
  right: 0;
}
.description__blocks {
  /* margin-top: 53px; */
  display: flex;
  flex-direction: column;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 30px 30px 40px 30px;
  border-radius: 30px;
}
.description__blocks-title {
  display: flex;
  justify-content: space-between;
    align-items: center;
}
.description__title {
  max-width: 244px;
}
.description__logo {
  margin-top: -15px;
}
.description__text {
  margin-top: 40px;
  margin-bottom: 40px;
}
.description__text ul {
    margin-top: 20px;
}
.description__text ul span {
    color: #FF816A;
}
.description__text p:last-child {
    margin-top: 20px;
    font-weight: 700;
}
.description__blocks-ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.description__ul {
  display: flex;
  justify-content: space-between;
}
.description__ul:first-child {
  padding-right: 200px;
}
.description__ul:last-child {
  padding-left: 150px;
}
.description__ul:last-child li:last-child {
  padding-right: 0;
}
.description__li {
  position: relative;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 1024px) {
  .description__blocks {
    padding-right: 15px;
    padding-left: 15px;
  }
  .description__ul:first-child {
    padding-right: 0px;
  }
  .description__ul:last-child {
    padding-left: 0px;
  }
}
@media (max-width: 767px) {
  .description::before {
    display: none;
  }
  .description__blocks {
    margin-top: 50px;
    padding: 10px 0;
  }
  .description__blocks-ul {
    flex-direction: row;
    justify-content: space-evenly;
  }
  .description__ul {
    flex-direction: column;
    gap: 15px;
  }
  .description__logo {
    display: none;
  }
  .description__text {
    margin: 20px 0;
  }
}

.advantages {
  display: flex;
  padding: 30px;
  margin-top: 50px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  position: relative;
}
.advantages::after {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.advantages::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200px;
  bottom: -10%;
  right: 0;
}
.advantages__content {
  display: flex;
  flex-direction: column;
}
.advantages__title {
  max-width: 243px;
}
.advantages__blocks {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: minmax(173px, auto);
  grid-gap: 30px;
}
.advantages__block {
  border-radius: 20px;
  border-top: 1px solid #FFF;
  background: linear-gradient(318deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%), #111320;
  padding: 30px 20px;
  z-index: 1;
}
.advantages__block h2 {
  padding-bottom: 30px;
}
@media (max-width: 1024px) {
  .advantages {
    margin-top: 30px;
    padding: 20px;
  }
  .advantages__blocks {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }
}
@media (max-width: 767px) {
  .advantages {
    padding: 20px 0px;
    margin-top: 50px;
  }
  .advantages::after {
    display: none;
  }
  .advantages::before {
    display: none;
  }
  .advantages__blocks {
    grid-template-columns: 1fr;
    margin-top: 20px;
  }
}

.sistem {
  display: flex;
  margin-top: 50px;
  position: relative;
}
.sistem::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  bottom: 0;
  left: 0;
}
.sistem__content {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: 30px;
  width: 100%;
  justify-content: center;
}
.sistem__content-left {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 84px 25px;
  z-index: 1;
}
.sistem__left-img {
  transition: 0.5s ease-in-out;
  z-index: 1;
}
.sistem__left-img:hover {
  transform: scale(0.9);
}
.sistem__left-img img {
  max-width: 445px;
  max-height: 239px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  cursor: pointer;
}
.sistem__content-right {
  background-color: rgba(0, 0, 0, 0.15);
  border-radius: 30px;
  padding: 40px 30px;
  max-width: 724px;
}
.sistem__title {
  max-width: 273px;
  width: 100%;
}
.sistem__logo {
  margin-top: -15px;
}
.sistem__text {
  margin-top: 40px;
}
@media (max-width: 1290px) {
  .sistem__content-right {
    max-width: 1270px;
  }
}
@media (max-width: 1024px) {
  .sistem {
    margin-top: 30px;
  }
  .sistem__content-right {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media (max-width: 767px) {
  .sistem {
    margin-top: 50px;
  }
  .sistem::before {
    display: none;
  }
  .sistem__content {
    gap: 20px;
  }
  .sistem__content-right {
    padding: 10px;
  }
  .sistem__text {
    margin-top: 20px;
  }
  .sistem__logo {
    display: none;
  }
  .sistem__content-left {
    padding: 20px;
  }
}

.tariff {
  margin-top: 50px;
  border-radius: 30px 30px 0 0;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 30px;
  position: relative;
  z-index: 1;
}
.tariff::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200;
  bottom: 0;
  left: 20%;
}
.tariff::after {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200px;
  bottom: 0;
  right: 0;
}
.tariff__content {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.tariff__title {
  max-width: 271px;
  margin-bottom: 50px;
}
.tariff__bloks {
  display: flex;
  gap: 30px;
  justify-content: space-between;
  z-index: 1;
}
.tariff__blok {
  border-radius: 30px;
  border-top: 1px solid #FFF;
  background: linear-gradient(318deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(138deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  flex: 1 1 33.333%;
  display: flex;
  flex-direction: column;
}
.tariff__blok-title {
  text-align: center;
  margin-bottom: 20px;
}
.tariff__blok-price {
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  margin-bottom: 20px;
}
.tariff__blok-price h3 {
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
  margin-bottom: 10px;
}
.tariff__blok-sale {
  display: flex;
  gap: 8px;
  align-items: center;
}
.tariff__blok-sale p {
  position: relative;
  font-weight: 400;
  line-height: 100%;
}
.tariff__blok-sale p:first-child:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 100%;
  background-color: #557DFC;
  border-radius: 5px;
  left: 0;
  top: 7px;
}
.tariff__blok-sale p:last-child {
  border-radius: 5px;
  background: #557DFC;
  padding: 4px;
}
.tariff__blok-btn {
  margin-bottom: 20px;
  color: #fff;
}
.tariff__blok-ul {
    height: 100%;
  border-radius: 20px;
  background: linear-gradient(0deg, #111320 0%, #111320 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 36.78%, rgba(0, 0, 0, 0) 100%);
  padding: 20px 20px 30px 38px;
}
.tariff__blok-li {
  position: relative;
  padding-bottom: 10px;
}
.tariff__blok-li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF816A;
  top: 25%;
  left: -20px;
}
.tariff .no-active::before {
  content: "";
  border: 1px solid #fff;
  background-color: transparent;
}
.tariff__blok-details {
  display: flex;
  padding-top: 20px;
  position: relative;
}
.tariff__blok-summary {
  list-style: none;
  padding-left: 60px;
  display: flex;
  position: relative;
  align-items: center;
}
.tariff__blok-summary::after {
  content: url(/assets/img_new/arrow-tariff.svg);
  margin-left: 8px;
}
.tariff details[open] {
  margin-top: -20px;
  padding-bottom: 20px;
}
.tariff__blok-ul-active {
  padding-bottom: 50px;
}
.tariff details[open] summary {
  position: absolute;
  z-index: 22;
  bottom: -10px;
}
.tariff details[open] summary::after {
  rotate: -180deg;
}
.tariff__blok-summary-li {
  position: relative;
  padding-bottom: 10px;
}
.tariff__blok-summary-li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF816A;
  top: 25%;
  left: -20px;
}
@media (max-width: 1024px) {
  .tariff {
    margin-top: 30px;
  }
  .tariff__title {
    margin-bottom: 30px;
  }
  .tariff__bloks {
    flex-wrap: wrap;
  }
  .tariff__blok {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .tariff {
    padding: 0;
    margin-top: 50px;
  }
  .tariff::after {
    display: none;
  }
  .tariff::before {
    display: none;
  }
  .tariff__blok {
    padding: 10px;
    flex: 1 1 auto;
  }
}

.special {
  display: flex;
  border-radius: 0 0 30px 30px;
  background-color: rgba(0, 0, 0, 0.15);
  padding: 0px 30px 30px 30px;
  z-index: 1;
  position: relative;
  margin-top: -50px !important;
}
.special::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200;
  bottom: 0;
  left: 0;
}
.special__content {
  display: flex;
  border-radius: 30px;
  border-top: 1px solid #FFF;
  background: linear-gradient(138deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(318deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  flex-direction: column;
  width: 100%;
  z-index: 1 !important;
}
.special__title {
  text-align: center;
}
.special__content-blocks {
  margin-top: 20px;
  background-color: #111320;
  display: flex;
  justify-content: space-between;
  padding: 20px 20px 20px 36px;
  border-radius: 20px;
  gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  z-index: 1;
}
.special__content-left {
  display: flex;
  z-index: 1;
}
.special__left-uls {
  display: flex;
  gap: 28px;
  justify-content: space-between;
}
.special__left-ul:first-child {
  /* max-width: 214px; */
    max-width: 321px;
}
.special__left-ul:last-child {
  max-width: 291px;
}
.special__left-li {
  position: relative;
  line-height: 150%;
  padding-bottom: 10px;
}
.special__left-li span {
    color: #FF816A;
}
.special__left-li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 30%;
  left: -16px;
}
.special__content-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  /* max-width: 495px; */
    max-width: 394px;
  width: 100%;
}
.special__right-btn {
  color: #fff;
}
.special__right-price {
  flex: 1 1 auto;
  border-radius: 20px;
  background: linear-gradient(45deg, rgba(0, 0, 0, 0) 0%, rgba(85, 125, 252, 0.15) 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  display: flex;
  text-align: center;
  padding: 40px 46px 38px 45px;
}
.special__right-price p {
  font-size: 24px;
  line-height: 130%;
  font-weight: 400;
}
@media (max-width: 1290px) {
  .special__content-left {
    width: 100%;
  }
  .special__left-uls {
    justify-content: space-evenly;
    width: 100%;
  }
}
@media (max-width: 1024px) {
  .special__content {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .special {
    padding-left: 0;
    padding-right: 0;
    margin-top: 30px;
  }
  .special::before {
    display: none;
  }
  .special__content {
    padding: 10px;
  }
  .special__left-uls {
    flex-direction: column;
    gap: 0;
    margin-left: 22px;
  }
  .special__content-blocks {
    gap: 20px;
    margin-top: 10px;
    padding: 20px 10px 10px 10px;
  }
  .special__content-right {
    max-width: 768px;
    gap: 20px;
  }
  .special__right-price {
    padding: 10px;
  }
}

.update {
  margin-top: 50px;
  border-radius: 30px;
  background-color: rgba(0, 0, 0, 0.15);
  display: flex;
  padding: 30px 30px 23px 30px;
  position: relative;
  z-index: 1;
  width: auto;
}
.update::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  bottom: 0;
  left: 40%;
}
.update__content {
  display: flex;
  flex-direction: column;
  gap: 30px;
  z-index: 1;
  width: 100%;
}
.update__title-block {
  display: flex;
  flex-direction: column;
}
.update__title {
  margin-bottom: 40px;
  max-width: 271px;
}
.update__title-text {
  line-height: 100%;
}
.update__blocks {
  display: flex;
  gap: 40px;
  justify-content: space-between;
}
.update__block {
  border-radius: 30px;
  background: linear-gradient(138deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 20px;
flex: 1 1 100%;
}
.update__block-top {
  display: flex;
  justify-content: space-between;
  border-radius: 20px;
  background-image: url("/assets/img_new/update-left.png");
  padding: 24px 20px;
  background-repeat: no-repeat;
  background-size: cover;
}
.update__block-top p {
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
.update__block-right {
  background-image: url("/assets/img_new/update-right.png");
}
.update__block-bottom {
  border-radius: 20px;
  background: linear-gradient(0deg, #111320 0%, #111320 100%), linear-gradient(45deg, rgba(85, 125, 252, 0.15) 36.78%, rgba(0, 0, 0, 0) 100%);
  padding: 30px 20px 30px 36px;
}
.update__li {
  position: relative;
  padding-bottom: 10px;
  line-height: 100%;
}
.update__li:last-child {
  padding-bottom: 0;
}
.update__li::before {
  content: "";
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #fff;
  top: 30%;
  left: -16px;
}
@media (max-width: 1024px) {
  .update {
    margin-top: 30px;
    padding: 15px;
  }
  .update__blocks {
    gap: 20px;
  }
  .update__block {
    padding: 15px;
  }
}
@media (max-width: 767px) {
  .update {
    margin-top: 50px;
    padding: 10px;
    padding-right: 0;
    padding-left: 0;
  }
  .update::before {
    display: none;
  }
  .update__blocks {
    flex-direction: column;
    width: 100%;
  }
  .update__title {
    margin-bottom: 20px;
  }
  .update__content {
    gap: 20px;
    max-width: 768px;
    width: 100%;
  }
  .update__block {
    padding: 10px;
  }
}

.questions {
  margin-top: 50px;
  padding: 30px;
  border-radius: 30px;
  background: rgba(0, 0, 0, 0.15);
  position: relative;
  z-index: 1;
}
.questions::before {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(85, 125, 252, 0.7);
  z-index: -200;
  bottom: 0;
  left: 0;
}
.questions::after {
  content: "";
  max-width: 320px;
  max-height: 401px;
  width: 100%;
  height: 100%;
  position: absolute;
  filter: blur(160px);
  background-color: rgba(255, 129, 106, 0.5);
  z-index: -200;
  top: 0;
  right: 0;
}
.questions__content {
  display: flex;
  flex-direction: column;
  z-index: 1;
}
.questions__title {
  max-width: 311px;
  margin-bottom: 40px;
}
.questions__blocks {
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 1;
}
.questions__details {
  border-radius: 20px;
  background: #111320;
}
.questions__details p {
  padding: 8px 20px 32px 20px;
}
.questions__summary {
  list-style: none;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  padding: 32px 20px;
}
.questions__summary::after {
  content: url("/assets/img_new/add.svg");
  padding-left: 30px;
}
.questions details[open] summary::after {
  content: url("/assets/img_new/clear.svg");
}
@media (max-width: 767px) {
  .questions {
    margin-top: 50px;
    padding: 10px 0;
  }
  .questions::after {
    display: none;
  }
  .questions__summary {
    font-size: 18px;
  }
  .questions::before {
    display: none;
  }
  .questions .subtitle {
    padding-right: 20px;
  }
  .questions__title {
    margin-bottom: 20px;
  }
  .questions__blocks {
    gap: 10px;
  }
  .questions__details {
    padding: 0px;
  }
  .questions__details p {
    font-size: 14px;
    padding-top: 0;
  }
}

.program {
  margin-top: 50px;
  display: flex;
  z-index: 1;
  position: relative;
}
.program__content {
  border-radius: 30px;
  border-top: 1px solid #FFF;
  background: linear-gradient(138deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%), linear-gradient(318deg, rgba(85, 125, 252, 0.15) 0%, rgba(0, 0, 0, 0) 100%);
  padding: 30px 30px 17px 30px;
  display: flex;
  flex-direction: column;
  width: 100%;
  z-index: 1;
}
.program__content-title {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
align-items: center;
}
.program__title {
  max-width: 289px;
}
.program__logo {
  margin-top: -15px;
}
.program__blocks {
  display: flex;
  gap: 30px;
  z-index: 1;
}
.program__text {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
  max-width: 580px;
}
.program__btn {
  color: #fff;
}
.program__block-right {
  display: flex;
  align-items: center;
  margin-top: -20px;
  justify-content: center;
  z-index: 1;
}
.program__right-img {
  display: flex;
  z-index: 1;
}
.program__right-img img {
  max-width: 580px;
  width: 100%;
  z-index: 1;
}
@media (max-width: 1024px) {
  .program__blocks {
    flex-direction: column;
  }
  .program__text {
    max-width: 1024px;
  }
  .program__block-left {
    margin-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .program {
    margin-top: 50px;
  }
  .program__content {
    padding: 10px;
    gap: 20px;
  }
  .program__title {
    padding-right: 30px;
  }
  .program__logo {
    display: none;
  }
  .program__text {
    gap: 15px;
    margin-bottom: 20px;
  }
  .program__content-title {
    margin-bottom: 0;
  }
  .program__block-left {
    margin-bottom: 20px;
  }
}


/* Mob menu */
/* Гамбургер иконка */
.menu-btn {
    width: 30px;
    height: 30px;
    position: relative;
    z-index: 3;
    overflow: hidden;
}

.menu-btn span {
    width: 30px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    background-color: #ffffff;
    transition: all 0.5s;
}

.menu-btn span:nth-of-type(2) {
    top: calc(50% - 7px);
}

.menu-btn span:nth-of-type(3) {
    top: calc(50% + 7px);
}

/* Меняем гамбургер иконку, когда меню открыто */
.menu-btn.active span:nth-of-type(1) {
    display: none;
}

.menu-btn.active span:nth-of-type(2) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(45deg);
}

.menu-btn.active span:nth-of-type(3) {
    top: 50%;
    transform: translate(-50%, 0%) rotate(-45deg);
}

/* Меню, которое будет появляться */
.menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 60%;
    height: 100%;
    padding: 15px;
    background: #2b3150;
    transform: translateX(-100%);
    transition: transform 0.5s;
    border-right: 1px solid #fff;
    z-index: 3;
}

.ground {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #2424249e;
    transform: translateX(-100%);
    transition: transform 0.5s;
    z-index: 2;
}

.menu.active,
.ground.active {
    transform: translateX(0);
}

.menu .logo {
    margin: 20px 0 30px;
}

.menu ul {
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.menu li {
    list-style-type: none;
}

.menu li a {
    color: #fff;
    text-decoration: none;
    font-size: 20px;
}
