#header__pc .catalog {
  height: calc(100vh - 200px);
  overflow: hidden;
  overflow-y: hidden;
  overflow-y: scroll;
}

.catalog__item .titlesect {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
}

.imglogo {
  display: flex;
  flex-direction: column;
  margin-top: -10px;
  width: 160px;
}

.imglogo span {
  display: block;
  position: relative;
  color: #1C2028;
}

.imglogo span:first-child {
  height: 34px;
}

[data-property-id-row="21"]>label {
  font-size: 16px !important;
}

.thanks-ordering {
  z-index: 5;
}

ul.catalog-section-list-text-list {
  padding-left: 0rem;
}

.product-top__slide::before {
  height: 50% !important;
}

.footer__menu .menu__logo {
  font-style: normal;
  font-weight: 400;
  font-size: 1rem;
  line-height: 24px;
  letter-spacing: 0.01em;
  color: #FFFFFF;
}

.footer__menu .menu__logo a:hover {
  color: #ff5c00;
}

.courses__sort div:first-child {
  margin: 0px 20px 0px 0px;
}

.tabs__link {
  border: 2px solid #5E25FF;
  color: #5E25FF;
}

.article-courses__type {
  color: #7239ff;
}

.set__info2 {
  position: relative;
  padding: 45px 50px;
  border-radius: 40px;
  background: #f2f5f8;
  margin-top: 8px;
  display: flex;
  margin-bottom: 30px;
}

.set__infolist {
  width: 100%;
  max-width: 96.58%;
  margin-bottom: 5px;
}

.info-set__anons2 {
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 14px;
}

.info-set__content2 {
  width: 100%;
  position: relative;
  z-index: 2;
  max-width: 45%;
}

.info-set__item2 {
  width: 100%;
  overflow: hidden;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 8px;
  backdrop-filter: blur(20px);
  background: white;
  padding: 16px;
  margin-bottom: 10px;
  display: flex;
  font-weight: 400;
}

.info-set__item2 img {
  position: relative;
  top: 1px;
  margin-right: 10px;
}

.info-set__item2 div span {
  display: block;
  color: #041325;
  line-height: 120%;
  margin-bottom: 5px;
  font-weight: 500;
  font-size: 18px;
}

.info-set__sub2 {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 10px;
  width: 231px;
  height: 40px;
  border: 1px solid #5e25ff;
  border-radius: 8px;
  color: #5e25ff;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  padding-bottom: 2px;
}

.info-set__pic {
  right: 0;
  bottom: 0;
  object-fit: contain;
  width: 100%;
  z-index: 0;
}

.info-set__img2 {
  max-width: 57.1%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.info-set__anons {
  margin: 0 0 10px;
  font-weight: 400;
  font-size: 18px;
  line-height: 130%;
}

.info-set__title2 {
  text-align: left !important;
  margin: 0 0 30px;
}

/*@media screen and (max-width: 576px) {
  .header__pic {
    right: 7px;
    max-width: 104%;
    width: 104%;
  }
} */

.set__info2 .btn {
  width: 96%;
  position: relative;
  display: block;
  text-align: center;
}

@media screen and (max-width: 1750px) {
  .info-set__content2 {
    max-width: 50%;
  }
}

@media screen and (max-width: 1450px) {
  .info-set__content2 {
    max-width: 52%;
  }

  .set__info2 {
    padding: 40px 30px;
  }
}

@media screen and (max-width: 1280px) {
  .info-set__content2 {
    max-width: 50%;
  }

  .info-set__title2.title {
    font-size: 32px;
  }

  .info-set__img2 {
    max-width: 50%;
  }
}

@media (max-width: 991px) {
  .info-set__content2 {
    max-width: 100%;
  }

  .set__info2 {
    flex-direction: column;
  }

  .info-set__img2 {
    max-width: 100%;
    margin-top: 30px;
  }

}

.bx-catalog-element .set__info2 {
  border-radius: 20px;
  margin-top: 40px;
  background: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
}

.phone-container {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

.phone-container .nav-header__item {
  display: flex;
  align-items: center;
  text-decoration: none;
  color: inherit;
}

.phone-container .nav-header__item svg {
  margin-right: 8px;
}


.phone-container .nav-header__item:nth-child(2) {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #fff;
  padding: 10px;
  z-index: 100;
  white-space: nowrap;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  border-radius: 30px;
}

.phone-container:hover .nav-header__item:nth-child(2) {
  display: flex;
}