@font-face {
  font-family: 'Manrope';
  src: url('../fonts/Manrope-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 400 500 600 800 900;
  font-style: normal;
  font-display: swap;
}

.regular {
  font-weight: 400;
}

.medium {
  font-weight: 500;
}

.semibold {
  font-weight: 600;
}

.bold {
  font-weight: 700;
}

.extrabold {
  font-weight: 800;
}

.lh-20 {
  line-height: 20px;
}

.lh-22 {
  line-height: 22px;
}

.lh-24 {
  line-height: 24px;
}

.lh-28 {
  line-height: 28px;
}

.lh-30 {
  line-height: 30px;
}

.lh-34 {
  line-height: 34px;
}

.lh-36 {
  line-height: 36px;
}

.lh-42 {
  line-height: 42px;
}

.lh-48 {
  line-height: 48px;
}

/* .font-18 {
    font-size: 18px;
}
.font-20 {
    font-size: 20px;
}
.font-24 {
    font-size: 24px;
}
.font-30 {
    font-size: 30px;
}
.font-36 {
    font-size: 36px;
}
.font-40 {
    font-size: 40px;
} */

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

  .font-20 {
    font-size: 16px;
  }

  .font-24 {
    font-size: 16px;
  }

  .font-30 {
    font-size: 20px;
  }

  .font-36 {
    font-size: 20px;
  }

  .font-40 {
    font-size: 24px;
  }

  .col-450-12 {
    flex: 0 0 100%;
    max-width: 100%;

  }

  .btn {
    padding: 16px 0;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }



  .main-container {
    /* max-width: 1110px; */
    padding-left: 32px;
    padding-right: 32px;

    padding-top: 40px;
    padding-bottom: 40px;
  }

  .filter-checkboxes {
    flex-direction: column;
  }

  .menu-min {
    display: block;
    margin-left: 16px;
  }

  .author-btn a {
    width: 100%;
  }

  .bunner-left {
    text-align: center;
    margin-bottom: 24px;
  }

  .btn {
    width: 100%;
  }

  .my-rounded-card {
    padding: 24px;
  }

  .second_block>.container>.row {
    gap: 16px;
  }

  .main-filter>p,
  .author-block>p,
  .event-block>p,
  .journal-name>p {
    margin-top: 8px;
  }

  .filter-checkboxes {
    flex-direction: column !important;
  }

  .filter-checkboxes div {
    margin-right: auto;
  }

  .filter-buttons {
    flex-direction: column !important;
  }

  .event-cards .col-md-4 {
    margin-bottom: 16px;
  }

  .journal-card .btn-container {
    padding: 0 24px;
  }

  .journal-cards .col-md-4 {
    display: none;
  }

  .journal-cards .col-md-4:first-of-type {
    display: block;
  }

  .footer-top {
    flex-direction: column;
    align-items: center;
  }

  .footer-top-2 ul,
  .footer-top-3 ul {
    display: flex;
    flex-direction: row;
    gap: 24px;
    align-items: center;
  }

  .footer-top-5,
  .footer-bot {
    text-align: center;
  }

  .footer-top-2 h5,
  .footer-top-3 h5,
  .footer-top-1,
  .footer-bot .first-img {
    display: none;
  }

  .footer-bot .second-img {
    display: block;
    margin: 0 auto;
  }

  #footer-logo {
    margin-right: auto;
    margin-bottom: 16px;
  }

}

@media (min-width: 501px) and (max-width: 768px) {
  .font-18 {
    font-size: 14px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-24 {
    font-size: 16px;
  }

  .font-30 {
    font-size: 20px;
  }

  .font-36 {
    font-size: 20px;
  }

  .font-40 {
    font-size: 24px;
  }

  .btn {
    padding: 16px 32px;
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }

  .main-container {
    max-width: 688px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .menu-min {
    display: block;
    margin-left: 24px;
  }

  .my-rounded-card {
    padding: 24px;
  }

  /* .second_block > .container > .row{
        gap: 16px;
    } */
  .main-filter>p,
  .author-block>p,
  .event-block>p,
  .journal-name>p {
    margin-top: 10px;
  }

  .filter-buttons {
    flex-direction: column !important;
  }



  .event-card {
    flex-direction: row !important;
    margin: 0 -15px;

  }

  .event-card-img {
    width: 50% !important;
    height: 100% !important;
  }

  .event-card-cont {
    gap: 0;
  }

  .event-cards .row {
    gap: 24px;
  }

  .journal-cards .row {
    gap: 24px;
  }

  .journal-card {
    flex-direction: row !important;
  }

  .journal-card-img {
    width: 40% !important;
    height: 100% !important;
    object-fit: cover;
    object-position: center;
    flex-shrink: 0;
  }

  .btn-container {
    padding: 0 24px;
    text-align: left !important;
  }

  .footer-bot .first-img {
    display: none;
  }
}

@media (min-width: 769px) and (max-width: 992px) {
  .font-18 {
    font-size: 14px;
  }

  .font-20 {
    font-size: 18px;
  }

  .font-24 {
    font-size: 20px;
  }

  .font-30 {
    font-size: 28px;
  }

  .font-36 {
    font-size: 24px;
  }

  .font-40 {
    font-size: 28px;
  }


  .main-container {
    max-width: 880px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .menu-min {
    display: block;
    margin-left: 40px;
  }

  .my-rounded-card {
    padding: 32px 24px;
  }

  header nav {
    margin-right: 40px;
  }

  .search-box input {
    width: 440px;
  }

  .btn {
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
  }

  .footer-bot .second-img {
    display: none;
  }

  .main-filter>p,
  .author-block>p,
  .event-block>p,
  .journal-name>p {
    margin-top: 16px;
  }
}

@media (min-width: 993px) and (max-width: 1280px) {
  .font-18 {
    font-size: 18px;
  }

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

  .font-24 {
    font-size: 24px;
  }

  .font-30 {
    font-size: 30px;
  }

  .font-36 {
    font-size: 36px;
  }

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


  .main-container {
    max-width: 1110px;
    padding-top: 60px;
    padding-bottom: 60px !important;
  }

  header nav {
    margin-right: 40px;
  }

  .search-box input {
    width: 252px;
  }

  .btn {
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
  }

  .footer-bot .second-img {
    display: none;
  }

  .main-filter>p,
  .author-block>p,
  .event-block>p,
  .journal-name>p {
    margin-top: 24px;
  }
}

@media (min-width: 1281px) {
  .font-18 {
    font-size: 18px;
  }

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

  .font-24 {
    font-size: 24px;
  }

  .font-30 {
    font-size: 30px;
  }

  .font-36 {
    font-size: 36px;
  }

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


  .main-container {
    max-width: 1296px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .journal-container {
    max-width: 1326px;
  }

  .container {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  header nav {
    margin-right: 40px;
  }

  .search-box input {
    width: 438px;
  }

  .btn {
    padding: 18px 40px;
    font-size: 20px;
    font-weight: 800;
    line-height: 24px;
  }

  .footer-bot .second-img {
    display: none;
  }

  .main-filter>p,
  .author-block>p,
  .event-block>p,
  .journal-name>p {
    margin-top: 24px;
  }
}

@media (max-width: 768px) {
  #filter-col {
    width: 117px !important;
  }
}

@media (max-width: 576px) {
  .second_block .my-rounded-card {
    text-align: center;

  }

  .second_block>.container>.row {
    gap: 16px;
  }

  .bunner-right .img-fluid {
    margin-right: auto;
  }

  .bunner-left {
    text-align: center;
    margin-bottom: 24px;
  }

}



.ls0 {
  letter-spacing: 0 !important;
}

.ls1 {
  letter-spacing: 0.01em !important;
}

body {
  font-family: 'Manrope';
  color: #202020;
  margin: 0;
  padding: 0;
}

p {
  font-weight: 500;
}

p,
h1,
h2,
h3,
h4,
h5,
span {
  margin-top: 0;
  margin-bottom: 0;
}


.search-box {
  background-color: #F3F3F3;
  border: 2px solid #FFEBCD;
  border-radius: 12px;
}

.search-box input {
  background-color: #F3F3F3;

}

.nav-link {
  padding: 0;
}

.search-icon {
  margin-left: 16px;
  margin-right: 11px;
}

.menu {
  gap: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-right: 40px;
  flex-wrap: nowrap;
}

.menu a {
  color: #202020;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
}

.menu-min {
  display: none;
}

.login-btn {
  padding: 12px 32px !important;
  font-size: 16px !important;
  line-height: 20px !important;
  font-weight: 800 !important;

}

.bunner {
  padding-top: 90px !important;
}

.bunner-left>div {
  margin-top: auto;
  margin-bottom: auto;
}

.bunner-left {
  /* height: 100%; */
  display: flex;
}

.bunner-left p {
  letter-spacing: 0.01em;
}

.bunner-left .btn {
  margin-top: 64px;
}

.bunner-text {
  display: flex;
  flex-direction: column;
  margin-bottom: 64px;
}

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

.main-container {
  position: relative;
}

.main-container.welcome-container {
  position: relative;
  padding-bottom: 78px;
}

.main_bg_image {
  position: absolute;
  top: 25px;
  width: 1600px;
  right: 0;
  max-width: none;
}

.bunner-bot {
  height: 115px;
  width: 100%;
  background-color: #FFF6E9;
}

.col-450-12 {
  padding-left: 16px;
  padding-right: 16px;
}

.my-rounded-card {
  /* margin: 60px 0; */
  border-radius: 40px;
  padding: 50px 32px;
  background-color: #fff;
  width: 100%;
}

.my-rounded-card h3 {
  margin-bottom: 2px;
}

.my-rounded-card p {
  letter-spacing: 0.01em;
}

.my-rounded-card p.medium {
  margin-bottom: 0;
  margin-top: 16px;
}

.second_block {
  background-color: #FFF6E9;
}

.btn {
  border-radius: 12px;

  border: 2px solid #202020;
}

.btn-dark {
  background-color: #202020 !important;
}

/* .main-filter{
    margin-top: 11px;
} */

.filter {
  border-radius: 40px;
  border: 2px solid #000;
  padding: 24px 32px;
  color: #434343;
  margin-top: 32px;

}

.filter>div.d-flex {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.filter-svg {
  width: auto;
  height: 100%;
  aspect-ratio: 1 / 1;

  display: flex;
}

.filter-svg svg {
  margin: auto;
  transition: all .2s linear;
}

.filter label {
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 600;
}

.filter input,
.filter select {

  padding: 0.5rem;
  border: 2px solid #ccc;
  border-radius: 0.5rem;
}

.filter-input {
  margin-top: 24px;
  max-height: 2000px;
  transition: all .5s linear;
}

.filter-input.filter-input_hidden {
  max-height: 0px;
  overflow: hidden;
  margin-top: 0;
}

.filter-input>div {
  margin-bottom: 16px;
  padding-left: 12px;
  padding-right: 12px;
}

.filter-input input,
.filter-input select {
  width: 100%;
  height: 50px;
}

.filter-buttons {
  display: flex;
  margin-top: 24px;
  gap: 24px;
  width: 100%;
}

/*.filter-buttons a {
    
     margin-right: 24px; 
}*/

.filter-checkboxes {
  display: flex;
  align-items: center;
  gap: 24px;
  /* flex-wrap: wrap; */
  margin-top: -3px;
}

.filter-checkboxes label {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 600;
}

.filter-checkboxes input {
  width: 24px;
  height: 24px;
  margin-right: 4px;
  vertical-align: middle;
}




.filter-container {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
  margin-top: 32px;
  gap: 32px;
  flex-direction: row;
}

.filter-container label {
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.filter-container select {
  margin-left: 10px;
  /* padding: 0.5rem; */
  border: 2px solid #C4C4C4;
  border-radius: 12px;
  height: 50px;
}

#filter-sort {
  width: 230px;
  /* margin-right: 32px; */
}

#filter-col {
  width: 87px;
}

.course-card {
  position: relative;
  border-radius: 40px;
  border: 2px solid #ddd;
  padding: 27px 32px 24px;
  height: 100%;
  min-height: 454px;
  display: flex;
  flex-direction: column;
}

.course-card .tags {
  margin-bottom: 19px;
}

.course-card .tags span {
  border: 2px solid #8F8F8F;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
  color: #8F8F8F;
  line-height: 16px;
  background-color: #fff;
  transition: all .2s linear;
}

.course-card .tags span:hover {
  border: 2px solid #202020;
  color: #202020;
}

.course-card .tags span:active {
  background-color: #EDEDED;
}

.course-card .tags span:hover a {
  color: #202020;
  text-decoration: none;
}

.course-card .tags span a {
  color: #8F8F8F;
  font-weight: 600;
  font-size: 12px;
  line-height: 16px;
  transition: all .2s linear;
}

.course-card-name h1 {
  margin-top: 16px;
  font-size: 24px;
  font-weight: bold;
}

.course-card-container {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.4rem;
  height: 90px;
}

.course-card .white_button {
  margin-top: 1rem;
}

.course-card-cont {
  margin-top: auto;
}

.price-block-left {
  display: flex;
  flex-direction: column;
}

.discount-percent {
  background-color: #FEE5EF;
  color: red;
  padding-left: 13px;
  padding-right: 13px;
  margin-left: 16px;
  border-radius: 0.4rem;
}

.discount-percent:empty {
  display: none;
}

.discount-price {
  color: #8F8F8F;
  text-decoration: line-through;

}

.mb-24 {
  margin-bottom: 24px;
}

.bg-light-blue {
  background-color: #EEFAFF;
  border-color: #BCEBFF !important;
}

.bg-light-green {
  background-color: #EFFCE5;
  border-color: #EFFCE5 !important;
}

.bg-light-yellow {
  background-color: #FFF6E9;
  border-color: #FFEBCD !important;
}

.bg-light-pink {
  background-color: #FFF3F5;
  border-color: #FFDFE5 !important;
}

/* .bg-color-w{
    background-color:white !important;
} */


.like-icon {
  position: absolute;
  top: 15px;
  right: 20px;
  font-size: 35px;
  cursor: pointer;
  color: #bbb;
  transition: color 0.3s;
}

.like-icon.liked {
  color: red;
}

.installment {
  display: flex;
  flex-direction: column;
}



.select-page {
  margin: auto;
  display: flex;
  align-items: center;
  /* width: 288px; */
  padding: 8px 8px 0;
  justify-content: center;
}

.select-page-num {
  display: flex;
  gap: 8px;
  margin: 0 16px;
}

.select-page-num div {
  width: 46px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-num {
  border: 2px solid #000;
  border-radius: 12px;
}


.author-block>p {
  /* margin-top: 24px; */
  margin-bottom: 32px;
}

.card-author {
  position: relative;
  /* display: flex;
    flex-direction: column;
    word-wrap: break-word;
    background-clip: border-box; */
  border: 2px solid #ddd;
  border-radius: 40px;
  background-color: white !important;
  width: calc((100% / 2) - 24px + (24px / 2));
  display: flex;
  align-items: center;
}

.card-author .like-icon {
  top: 14px;
  right: 14px;
  width: 24px;
  height: 21px;
  font-size: initial;
}

.card-author .like-icon svg {
  width: 100%;
  height: 100%;
}

.card-author .img-fluid {
  height: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: 50% 50%;
  border: 2px solid #BCEBFF;
  transform: translate(-2px, -2px);
  margin-right: 16px;
  border-radius: 40px;
  width: 172px;
}

.tag-author {
  border: 2px solid #EDEDED;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 12px;
  background-color: #EDEDED;
  color: #8F8F8F;
  display: inline-block;
}

.author-container {
  display: grid;
  grid-gap: 16px;
  padding: 8px;
}

.author-btn {
  margin-top: 8px;
}

.event-block>p {
  /* margin-top: 24px; */
  margin-bottom: 32px;
}

.event-cards {
  /*position: relative;
    display: flex;
    flex-direction: column;
     word-wrap: break-word;
    background-clip: border-box;  */
  padding: 24px 32px;
  margin-top: 30px;
  border: 2px solid #BCEBFF;
  border-radius: 40px;
  background-color: #EEFAFF;
}

.event-cards h4 {
  margin-bottom: 32px !important;
}

.event-card-img,
.journal-card-img {
  border-radius: 40px;
  width: 100%;
  height: 170px;
  object-fit: cover;

}

.event-card {
  border-radius: 40px;
  background-color: #FFFFFF;
  border: 2px solid;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.event-card-body {
  display: flex;
  flex-direction: column;
  gap: 16px;
  flex-grow: 1;
}

.event-card-title {
  margin-top: 24px;
}

.event-date {
  margin-bottom: 24px;
  margin-top: auto;
}

.event-date-name {
  color: #8F8F8F;
}

.event-card-cont {
  display: flex;
  gap: 14px;
  padding: 0 24px;
  flex-grow: 1;
}

.event-arrow {
  margin: auto 0;
}




.journal-name>p {
  /* margin-top: 24px; */
  margin-bottom: 32px;
}

.journal-slider div {
  display: flex;
  gap: 6px;
  align-items: center;
}

.journal-slider {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 20px;
  margin-top: 24px;
}

.journal-card {
  border: 2px solid red;
  border-radius: 40px;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.journal-card-body {
  padding: 16px 24px 0;
}

.journal-card-body a {
  margin-bottom: 8px;
}

.journal-card-title {
  margin-bottom: 8px;
}

.journal-card>div {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.btn-container {
  text-align: center;
  margin-bottom: 32px;
  margin-top: auto;
}


#our_partners h2 {
  margin-bottom: 32px;
}

/* #our_partners img{
    width: 100%;
}  */

.img-partners {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
}

.img-partners div {
  width: calc(20% - 16px);
  box-sizing: border-box;
}

.img-partners div img {
  width: 100%;
  display: block;
}


footer {
  background-color: #EEFAFF;
}

footer a {
  color: #202020;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  transition: all .2s linear;
}

footer a:hover {
  text-decoration: underline;
  color: #202020;
}

footer a:active {
  text-decoration: underline;

}

.footer_link_confidentiality {
  text-decoration: underline;
}

footer hr {
  border-color: #B0B0B0;
}

footer h5 {
  margin-bottom: 10px;
}

footer p {
  margin-bottom: 8px;
}

.footer .list-unstyled {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 12px;
}

.footer .list-unstyled li a {
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.footer-top {
  display: flex;
  justify-content: space-between;
}

.footer-bot {
  margin-top: 32px;
}

.footer-bot h5 {
  margin-bottom: 11px;
}

.footer-bot p {
  margin-bottom: 16px;
}

.footer-bot img {
  display: block;
  margin-left: auto;
}

.footer-bot span {
  color: #303030;
  font-size: 10px;
  line-height: 14px;
}

.footer-bot span a {
  color: #FBC500;
  font-size: 10px;
}

.technical_jobs_container {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #FFF6E9;
  width: 100vw;
  height: 100vh;
}

.technical_jobs_content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.technical_jobs_content svg {
  margin-bottom: 24px;
}

.technical_jobs_title {
  font-size: 32px;
  line-height: 30px;
  font-family: 'Manrope';
  font-weight: 800;
  margin-bottom: 16px;
  text-align: center;
}

.technical_jobs_description {
  font-weight: 600;
  font-size: 20px;
  text-align: center;
}

.header {
  height: 78px;
  background-color: #fff;
}

.bar_item.icms-favorites__btn.text-success .favorites_icon_svg {
  fill: #FF5555;
}

.bar_item.icms-favorites__btn.text-success .favorites_icon_svg path {
  stroke: #FF5555;
}

.courses_time {
  height: 28px;
}

.nav-link.dataset_link_item {
  background-color: #fff;
  border: 1px solid #000;
  padding: 2px 8px;
  transition: all .2s linear;
}

.nav-link.dataset_link_item:hover {
  background-color: #FFE06F;
}

.pagination_page_number .page-link {
  height: 46px;
  width: 46px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 4px;
  padding: 0;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  transition: all .2s linear;
}

.pagination_page_number .page-link:hover {
  font-weight: 800;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  text-decoration: none;
  color: #202020;
}

.pagination_page_number.active .page-link {
  color: #202020;
  border: 2px solid #000;
  height: 46px;
  width: 46px;
  border-radius: 12px !important;
  font-weight: 500;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_page_switching {
  display: flex;
  justify-content: center;
  align-items: center;
}

.pagination_page_switching .page-link {
  background: transparent;
  padding: 0;
  margin-right: 12px
}

.pagination_page_switching .page-link svg path {
  transition: all .2s linear;
}

.pagination_page_switching .page-link:hover svg path {
  stroke-width: 3px;
}

.pagination_page_switching .page-link:active svg path {
  stroke-width: 3px;
}

.search-box {
  background-color: #F3F3F3;
  border: 1px solid #FFEBCD;
  border-radius: 12px;
  overflow: hidden;
}

.search-box input {
  background-color: #F3F3F3;
  width: 350px;
}

.search-icon {
  margin-left: 16px;
  margin-right: 11px;
}

.menu a {
  color: #202020;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  transition: all .2s linear;
}

.menu a.nav-link.active {
  color: #202020;
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.menu a:hover {
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.menu a:active {
  font-weight: 800;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0%;
  text-decoration: underline;
  text-decoration-style: solid;
  text-decoration-offset: 0%;
  text-decoration-thickness: 0%;
}

.my-rounded-card {
  border-radius: 2rem;
}

.second_block {
  background-color: #FFF7EE;
}

.btn {
  border-radius: 12px;
}

.filter-card {
  border-radius: 1rem;
  border: 1px solid #000;
  padding: 1.5rem;
}

.filter-card input,
.filter-card select {

  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

.filter-card-input input,
.filter-card-input select {
  width: 100%;
}


.filter-checkboxes {
  display: flex;
  align-items: center;
  gap: 1rem;
  flex-wrap: wrap;
}

.filter-checkboxes label {
  margin-bottom: 0;
}

@media (min-width: 1300px) {
  .main-container {
    max-width: 1296px;
  }
}

.filter-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}

.filter-container select {
  margin-left: 1rem;
  padding: 0.5rem;
  border: 1px solid #ccc;
  border-radius: 0.5rem;
}

.course-card {
  position: relative;
  border-radius: 40px;
  border: 1px solid #ddd;
  padding: 1.5rem;
  background: #fff;
}

.course-card .tags {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.tag {
  border: 1px solid #000;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 12px;
}

.price-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1rem;
  background: #fff;
  border-radius: 1rem;
  padding: 1.4rem;
  height: 90px;
}

.course-card .btn {
  margin-top: 1rem;
}

.courses-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.5rem;
}

.price-block-left {
  display: flex;
  flex-direction: column;
}

.discount-percent {
  background-color: #FEE5EF;
  color: red;
  padding-left: 13px;
  padding-right: 13px;
  margin-left: 16px;
  border-radius: 0.4rem;
}

.discount-percent:empty {
  display: none;
}

.discount-price {
  color: #8F8F8F;
  text-decoration: line-through;

}

.bg-light-blue {
  background-color: #E3F2FD;
}

.bg-light-green {
  background-color: #EFFCE5;
}

.bg-light-yellow {
  background-color: #FFF6E9;
}

.bg-light-pink {
  background-color: #FFF3F5;
}

.like-icon {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-size: 1.5rem;
  cursor: pointer;
  color: #bbb;
  transition: color 0.3s;
}

.like-icon svg path {
  transition: all .2s linear;
}

.like-icon:hover svg path {
  stroke: #FF5555;
}

.installment {
  display: flex;
  flex-direction: column;
}

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

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

.font-24 {
  font-size: 24px;
}

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

.font-36 {
  font-size: 36px;
}

.select-page {
  margin: auto;
  display: flex;
  align-items: center;
  width: 288px;
  padding: 8px;
}

.select-page-num {
  display: flex;
  gap: 8px;
  margin: 0 8px;
}

.select-page-num div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.selected-num {
  border: 2px solid #000;
  border-radius: 5px;
}





.tag-author {
  border: 1px solid #EDEDED;
  padding: 0.25rem 0.5rem;
  border-radius: 0.5rem;
  font-size: 12px;
  background-color: #EDEDED;
  color: #8F8F8F;
  display: inline-block;
}

.author-container {
  display: grid;
  grid-gap: 16px;
  width: 100%;
}

.author-container .school_item_category_list {
  margin-bottom: 0;
}

.event-cards {
  position: relative;
  display: flex;
  flex-direction: column;
  word-wrap: break-word;
  background-clip: border-box;
  border: 1px solid #BCEBFF;
  border-radius: 40px;
  background-color: #EEFAFF;
}

.event-card-img {
  border-radius: 40px;
  width: 100%;
}

.event-card {
  border-radius: 40px;
  background-color: #FFFFFF;
}

.event-date {
  /* margin-top: 46px; */
  position: relative;
  bottom: 0;
}

footer {
  background-color: #EEFAFF;
}

.center_container {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 152px;
}

.section {
  margin: 0 auto;
  max-width: 1600px;
  padding: 0 152px;
}

.main_section {
  margin: 0 auto;
  max-width: 1600px;
  padding: 60px 152px;
}

.header_wrapper {
  max-width: 1600px;
  padding: 16px 152px;
  margin: 0 auto;
  justify-content: space-between;
}

.course_item_section {
  margin: 0 auto;
  max-width: 1600px;
  padding: 40px 152px;
}

.bread_crumbs_container {
  margin-top: 60px;
}

.bread_crumbs_link {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: underline;
  color: #202020;
}

.bread_crumbs_link:hover {
  color: #202020;
}

.bread_crumbs_container {
  display: flex;
  gap: 5px;
}

.bread_crumbs_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.list_school_search {
  margin-top: 32px;
}

.list_school_search .section_title {
  margin-bottom: 24px;
}

.list_school_search .section_subtitle {
  margin-bottom: 32px;
}

.section_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
}

.course_item .section_title {
  margin-bottom: 24px;
}

.section_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.filter-card {
  border: 2px solid rgb(32, 32, 32);
  border-radius: 40px;
  padding: 24px 32px;
}

.filter_title {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
  margin-bottom: 24px;
  color: #434343;
}

.filter_input_item {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.filter_inputs_wrapper {
  display: flex;
  gap: 24px;
}

.filter_input_item label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 4px;
  color: #434343;
}

.filter_input_item input,
.filter-card select {
  border: 2px solid rgb(196, 196, 196);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #202020;
  height: 50px;
}

.filter-card select {
  color: #C4C4C4;
}

.filter_input_item input::placeholder {
  color: #C4C4C4;
}

.filter_school_info_courses {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 16px;
  color: #434343;
}

.filter_checkboxes_schools {
  display: flex;
  flex-direction: column;
}

.filter_schools_checkboxes {
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

.filter_schools_checkboxes_item {
  display: flex;
  align-items: center;
  gap: 8px;
}

.filter_checkboxes_schools_container {
  display: flex;
}

.default_button {
  padding: 0 40px;
  border: 2px solid rgb(32, 32, 32);
  border-radius: 12px;
  background: rgb(32, 32, 32);
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #FFFFFF;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
}

.default_button:hover {
  background-color: #FFE06F;
  color: #202020;
  text-decoration: none;
}

.default_button:active {
  background-color: #FAD13F;
}

.white_button {
  border: 2px solid rgb(32, 32, 32);
  border-radius: 12px;
  padding: 0 40px;
  font-size: 20px;
  font-weight: 800;
  line-height: 24px;
  color: #202020;
  background-color: transparent;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all .2s linear;
  width: fit-content;
}

.white_button:hover {
  background-color: #EDEDED;
  color: #202020;
  text-decoration: none;
}

.white_button:active {
  background-color: transparent;
}

.filter-buttons {
  margin-top: 24px;
  display: flex;
  gap: 24px;
}

.filter_schools_checkboxes_item input[type="checkbox"] {
  accent-color: #C4C4C4;
  width: 24px;
  min-width: 24px;
  height: 24px;
  min-height: 24px;
  appearance: none;
  position: relative;
  background: transparent;
  border-radius: 4px;
  border: 2px solid #C4C4C4;
  padding: 0;
  margin: 0;
}

.filter_schools_checkboxes_item input[type="checkbox"]:checked {
  background-color: #C4C4C4;
}

.filter_schools_checkboxes_item input[type="checkbox"]:checked::after {
  width: 24px;
  height: 24px;
}

.filter_schools_checkboxes_item input[type="checkbox"]::after {
  content: "\2714";
  position: absolute;
  top: -1px;
  left: 2px;
  width: 0px;
  height: 0px;
  font-size: 20px;
  overflow: hidden;
  color: #fff;
}

.filter_schools_checkboxes.one {
  max-width: 843px;
  width: 100%;
}

.filter_schools_checkboxes.one .filter_schools_checkboxes_item {
  width: calc((100% / 3) - 26px + (26px / 3));
}

.sorting_container {
  display: flex;
  gap: 32px;
  margin-top: 32px;
  margin-bottom: 24px;
}

.sorting_item {
  display: flex;
  gap: 10px;
  align-items: center;
}

.sorting_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #202020;
  margin: 0;
}

.sort .chosen-single {
  min-width: 230px;
  display: flex;
  align-items: center;
}

.sorting_select,
.sort .chosen-single {
  border: 2px solid rgb(196, 196, 196);
  border-radius: 12px;
  padding: 0 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #202020;
  height: 50px;
}

.sorting_select.sorting {
  min-width: 230px;
}

.select-page.school_list {
  margin-bottom: 60px;
  width: auto;
  display: flex;
  justify-content: center;
}

.school_item {
  border-radius: 40px;
  padding: 24px 32px;
  height: 416px;
  display: flex;
  flex-direction: column;
}

.light_blue {
  background: rgb(238, 250, 255);
  border: 2px solid rgb(188, 235, 255);
}

.light_green {
  background: #EFFCE5;
  border: 2px solid rgb(213, 248, 187);
}

.light_orange {
  background: #FFF6E9;
  border: 2px solid rgb(255, 235, 205);
}

.light_red {
  background: #FFF3F5;
  border: 2px solid rgb(255, 223, 229);
}

.school_item_header {
  display: flex;
  justify-content: space-between;
  height: fit-content;
}

.school_item_category_list {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-bottom: 16px;
}

.school_item_category_item {
  border: 1px solid rgb(143, 143, 143);
  border-radius: 8px;
  background: rgb(255, 255, 255);
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
  color: #8F8F8F;
  height: fit-content;
}

.school_item_header .like-icon {
  position: initial;
}

.school_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  color: #202020;
  margin-bottom: 24px;
  flex: 1;
}

.school_item_description {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 26px;
}

.school_link_container {
  display: flex;
  justify-content: end;
}

.school_link {
  height: 44px;
  width: 44px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(32, 32, 32);
  border-radius: 24px;
}

.school_reviews_container {
  display: flex;
  gap: 16px;
}

.school_reviews_number_container {
  display: flex;
  gap: 6px;
}

.school_reviews_text {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #8F8F8F;
}

.schools_container {
  margin-bottom: 24px;
}

.filter_schools_checkboxes_item label {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #202020;
  margin: 0;
}

.school_item_info {
  padding: 32px;
  margin-top: 40px;
  width: 100%;
  display: flex;
  gap: 32px;
  border-radius: 40px;
}

.section.school_item_info_section {
  padding-bottom: 60px;
}

.school_item_info .school_item_category_list {
  margin-bottom: 32px;
}

.school_item_info_wrapper {
  flex: 1;
}

.school_item_image_soc_wrapper {
  width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.school_item_info_wrapper .section_title {
  margin-bottom: 32px;
}

.school_item_info_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.show_more_link,
.show_less_link {
  color: #8F8F8F;
  text-decoration: underline;
}

.school_item_image_wrapper {
  max-width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(188, 235, 255);
  border-radius: 40px;
  background-color: #fff;
  padding: 17px;
}

.school_item_image_wrapper.course_item {
  border: none;
}

.school_item_image_wrapper img {
  max-width: 100%;
  object-fit: contain;
  object-position: 50% 50%;
  border-radius: 40px;
}

.soc_networks_wrapper {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin: 16px 0;
}

.soc_networks_item,
.ya-share2__link {
  height: 44px;
  width: 44px;
  display: flex !important;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(32, 32, 32);
  border-radius: 12px;
}

.ya-share2__item .ya-share2__link {
  transition: all .2s linear;

}

.ya-share2__item .ya-share2__link .ya-share2__badge {
  transition: all .2s linear;
  background-color: transparent !important;
}


.ya-share2__item_service_vkontakte .ya-share2__link:hover .ya-share2__badge {
  background-color: #0277FF;
}

.ya-share2__item_service_odnoklassniki .ya-share2__link:hover .ya-share2__badge {
  background-color: #FF7700;
}

.ya-share2__item_service_telegram .ya-share2__link:hover .ya-share2__badge {
  background-color: #64A9DC;
}

.ya-share2__item_service_twitter .ya-share2__link:hover .ya-share2__badge {
  background-color: #1DA1F2;
}

.ya-share2__item_service_whatsapp .ya-share2__link:hover .ya-share2__badge {
  background-color: #66BC54;
}

.ya-share2__item_service_messenger .ya-share2__link:hover .ya-share2__badge {
  background-color: #00D2CC;
}

.ya-share2__item_copy .ya-share2__link:hover .ya-share2__badge {
  background-color: #0258D5;
}



.ya-share2__item_service_vkontakte .ya-share2__link:hover {
  background-color: #0277FF;
}

.ya-share2__item_service_odnoklassniki .ya-share2__link:hover {
  background-color: #FF7700;
}

.ya-share2__item_service_telegram .ya-share2__link:hover {
  background-color: #64A9DC;
}

.ya-share2__item_service_twitter .ya-share2__link:hover {
  background-color: #1DA1F2;
}

.ya-share2__item_service_whatsapp .ya-share2__link:hover {
  background-color: #66BC54;
}

.ya-share2__item_service_messenger .ya-share2__link:hover {
  background-color: #00D2CC;
}

.ya-share2__item_copy .ya-share2__link:hover {
  background-color: #0258D5;
}

.ya-share2__item .ya-share2__link .ya-share2__icon {
  transition: all .2s linear;
}

.ya-share2__item .ya-share2__link:hover .ya-share2__icon {
  filter: invert(100%);
}

.link {
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  color: #202020;
  text-decoration: underline;
  text-align: center;
}

.link_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.school_item_video {
  width: 100%;
}

.school_item_video .video_preview {
  width: 100%;
  border-radius: 40px;
}

.school_item_reviews_header {
  margin-bottom: 24px;
  display: flex;
  justify-content: space-between;
}

.schoold_item_grade_image {
  width: 38px;
  height: 38px;
  min-width: 38px;
  min-height: 38px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 2px solid rgb(188, 235, 255);
  border-radius: 23px;
  background-color: #fff;
}

.school_item_reviews_grade_container {
  display: flex;
  gap: 10px;
  align-items: center;
}

.schoold_item_grade_image {
  width: 38px;
  height: 38px;
  border: 2px solid rgb(188, 235, 255);
  border-radius: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.school_item_reviews_grade_nubmer {
  font-size: 32px;
  font-weight: 600;
  line-height: 34px;
  color: #202020;
  margin-right: 16px;
}

.reviews_list_info_items {
  display: flex;
  gap: 21px;
  justify-content: space-between;
  margin-bottom: 40px;
}

.grade_list_info_item {
  padding: 8px 20px;
  border-radius: 12px;
  display: flex;
  align-items: center;
}

.grade_list_info_item_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #202020;
  margin-right: 16px;
}

.grade_list_info_item_text.number {
  margin-right: 8px;
}

.tab>input[type="radio"] {
  display: none;
}

.tab-content {
  display: none;
}

.tab-btn-:first-of-type:checked~.tab-content:first-of-type,
.tab-btn:last-of-type:checked~.tab-content:last-of-type {
  display: block;
}

.tabs_container {
  position: relative;
  border-radius: 12px;
  display: flex;
  width: fit-content;
  overflow: hidden;
  background: white;
}

.tab-btn {
  display: none;
}

.tab-btn-label {
  width: 240px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 16px 0;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
  color: #8F8F8F;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  text-align: center;
}

.tab-btn-label:first-of-type {
  border: 3px solid rgb(143, 143, 143);
  border-radius: 12px 0px 0px 12px;
  border-right: none;
}

.tab-btn-label:last-of-type {
  border: 3px solid rgb(143, 143, 143);
  border-radius: 0px 12px 12px 0px;
  border-left: none;
}

.tab-btn:checked+label {
  font-weight: 800;
  color: #202020;
  position: relative;
  z-index: 2;
}

.tab-indicator {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  border: 3px solid #202020;
  border-radius: 12px;
  transition: transform 0.3s ease-in-out;
  z-index: 3;
}

.tab-btn:last-of-type:checked~.tab-indicator {
  transform: translateX(240px);
}

.tab-content {
  margin-top: 40px;
}

.school_reviews_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  margin-bottom: 24px;
}

.school_reviews_list_item {
  padding: 32px;
  border-radius: 40px;
}

.review .user.school_reviews_list_item_name {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #202020;
  margin-bottom: 8px;
}

.school_reviews_list_item_name {
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #202020;
  margin-bottom: 8px;
}

.school_reviews_list_item_date {
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #434343;
  margin-bottom: 16px;
}

.review .reviews-rating.school_grade_list {
  margin-bottom: 16px;
  display: flex;
  gap: 21px;
  justify-content: space-between;
  background-color: transparent;
}

.review_grade_list_info_item {
  display: flex;
  align-items: center;
}

.review_grade_list_info_item_text {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #202020;
}

.review_grade_list_info_item_text.number {
  margin-left: 8px;
  margin-right: 16px;
  font-size: 20px;
  font-weight: 700;
  line-height: 26px;
  color: #202020;
}

.review_description_text {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #202020;
  margin-bottom: 16px;
}

.review_verified_button {
  border: 1px solid rgb(144, 221, 15);
  border-radius: 8px;
  background-color: transparent;
  padding: 4px 8px;
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #90DD0F;
}

.reviews_buttons {
  display: flex;
  gap: 16px;
}

.review_complain_button {
  border: 1px solid rgb(143, 143, 143);
  border-radius: 8px;
  background-color: transparent;
  padding: 4px 8px;
  display: flex;
  gap: 16px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  color: #8F8F8F;
}

.select-page.school_item_select-page {
  margin-bottom: 32px;
  width: auto;
  display: flex;
  justify-content: center;
}

.school_reviews_number_text {
  font-size: 18px;
  font-weight: 600;
  line-height: 24px;
  color: #8F8F8F;
}

.grade_list_info_item_grade_wrapper {
  display: flex;
  align-items: center;
}

.filter_checkboxes_schools.all_width {
  width: 100%;
}

.filter_inputs_wrapper.courses {
  flex-wrap: wrap;
}

.filter_inputs_wrapper.courses .filter_input_item {
  flex: auto;
  width: calc((100% / 2) - 24px + (24px / 2));
}

.filter_prices_wrapper {
  display: flex;
  gap: 4px;
  align-items: center;
}

.filter_prices_wrapper input {
  flex: 1;
  min-width: 100px;
}

.course_item {
  border: 2px solid rgb(32, 32, 32);
  border-radius: 40px;
}

.course_item .review_verified_button,
.course_item .review_complain_button {
  margin-bottom: 24px;
}

.school_item_info_description_ul {
  padding-left: 26px;
}

.school_item_info_description_ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #202020;
}

.course_description_wrapper {
  padding: 32px;
  border-radius: 40px;
}

.course_description_wrapper .school_reviews_list_item_name {
  margin-bottom: 16px;
}

.accordions_wrapper {
  display: flex;
  gap: 8px;
  flex-direction: column;
}

.accordion_item svg {
  transition: all .2s linear;
}

.light_blue .accordion_item {
  border-color: rgb(188, 235, 255);
  ;
}

.light_orange .accordion_item {
  border: 2px solid rgb(255, 235, 205);
}

.accordion_item {
  border-width: 2px;
  border-style: solid;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
  padding: 16px 32px;
  transition: max-height .2s ease;
}

.accordion_item:hover {
  cursor: pointer;
}

.accordion_item.open_question svg {
  transform: rotate(180deg);
}

.accordion_item.open_question .answer {
  max-height: 2000px;
  opacity: 1;
  margin-top: 24px;
}

.accordion {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.accordion p {
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  color: #0F172A;
}

.answer {
  max-height: 0px;
  overflow: hidden;
  opacity: 0;
  transition: all .5s ease;
}

.answer p {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #303030;
}

.answer ul {
  list-style-type: disc;
  list-style-position: inside;
}

.answer ul li {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #303030;
  padding-left: 5px;
}

.accordion_price_wrapper {
  display: flex;
  align-items: center;
  gap: 32px;
}

.accordion_price_discount {
  display: flex;
  gap: 16px;
  align-items: center;
  padding-right: 32px;
}

.accordion p.accordion_price_before_dicount {
  text-decoration: line-through;
  color: #8F8F8F;
}

.accordion_price_discount_percent {
  padding: 0px 13px;
  border-radius: 8px;
  background: rgb(254, 229, 239);
  font-size: 24px;
  font-weight: 800;
  line-height: 30px;
  color: #E71A2F;
}

.rate_title {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

.form_consultation {
  display: flex;
  gap: 48px;
}

.form_consultation_image_wrapper {
  width: 459px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.form_consultation_title_image {
  width: 169px;
  height: 63px;
  border-radius: 12px;
}

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

.form_consultation_main_image img {
  max-height: 100%;
  border-radius: 40px;
  border: 1px solid #000;
  height: 100%;
  object-fit: contain;
}

.form_consultation_form {
  flex: 1;
  padding: 85px;
  padding-right: 60px;
  padding-left: 0;
}

.form_consultation_form_title {
  font-size: 32px;
  font-weight: 800;
  line-height: 38px;
  color: #202020;
  margin-bottom: 24px;
}

.form_consultation_form .tab-pane.iforms_tab .row {
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  margin-bottom: 24px;
}

.form_consultation_form .tab-pane.iforms_tab .row .filter_input_item {
  width: 100%;
  margin: 0;
}

.filter_schools_checkboxes_item label a {
  color: #202020;
  text-decoration: underline;
}

.form_consultation_form .filter_schools_checkboxes_item {
  margin-bottom: 32px;
}

.recommended_courses_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 40px;
}

.accordion_discount_wrapper {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: space-between;
}

.accordion_price_price {
  width: 100px;
  text-align: right;
}

.about_us_welcome_section {
  padding: 80px 152px;
  margin: 0 auto;
  max-width: 1600px;
}

.about_us_welcome_title {
  font-size: 40px;
  font-weight: 800;
  line-height: 48px;
  color: #202020;
  margin-bottom: 24px;
}

.about_us_welcome_subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  color: #202020;
  margin-bottom: 48px;
}

.about_us_titles_wrapper {
  max-width: 692px;
  margin-bottom: 98px;
}

.about_us_achievements_list {
  display: flex;
  gap: 16px;
  width: 100%;
  flex-wrap: wrap;
}

.about_us_achievements_item {
  border: 2px solid rgb(255, 235, 205);
  border-radius: 40px;
  background: rgb(255, 255, 255);
  padding: 16px 40px;
  width: calc((100% / 3) - 16px + (16px / 3));
}

.about_us_achievements_item_title {
  margin-bottom: 4px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #202020;
}

.about_us_achievements_item_subtitle {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  color: #202020;
}

.section_title.about_us {
  margin-bottom: 48px;
}

.advantages_title {
  margin-bottom: 32px;
}

.actions_button .dropdown .btn.btn-light {
  padding: 12px 24px;
  display: flex;
  gap: 8px;
  border: 2px solid #202020;
  transition: all .2s linear;
}

.actions_button .dropdown .btn.btn-light:hover {
  background-color: #EDEDED;
  border: 2px solid #202020;
}

.actions_button .dropdown .btn.btn-light:focus {
  background-color: #EDEDED;
  box-shadow: none;
}

.actions_button .dropdown-menu {
  border: 2px solid #202020;
  border-radius: 12px;
  padding: 12px 24px;
  margin-top: 4px;
}

.actions_button .dropdown-menu .nav-item:not(:last-child) {
  border-bottom: 1px solid #EEEEEE;
  margin-bottom: 8px;
}

.actions_button .dropdown-menu .nav-item {
  padding-bottom: 8px;
}

.actions_button .dropdown-menu .nav-item .nav-item-text {
  color: #202020;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

#scroll-top {
  border: 2px solid #202020;
  background-color: #fff;
  border-radius: 41px;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
}

#scroll-top:hover {
  background-color: #FFE06F;
}

#scroll-top:active {
  background-color: #FAD13F;
}

#scroll-top svg {
  fill: #202020;
}

.edit.btn.btn-secondary.btn-sm,
.delete.btn.btn-danger.btn-sm {
  background-color: #fff;
  border: 2px solid #202020;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
}

.edit.btn.btn-secondary.btn-sm svg,
.delete.btn.btn-danger.btn-sm svg {
  fill: #202020;
}

.header_profile_button {
  border: 2px solid #202020;
  display: flex;
  background-color: #fff;
  border-radius: 12px;
  padding: 7px 24px;
}

.header_profile_button .icms-user-menu__nickname span i {
  font-weight: 800;
  font-size: 16px;
  line-height: 20px;
  max-width: 75px;
}

.icms-profile-avatar__default.avatar__mini {
  background-color: #FFD863 !important;
  border: 1px solid #000;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown,
.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown .dropdown-menu {
  border: 2px solid #202020;
  border-radius: 12px;
  padding: 0;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown li {
  padding: 0 24px;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown li:not(:last-child) a {
  padding-bottom: 8px;
  border-bottom: 1px solid #EEEEEE;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown li:last-child a {
  padding-bottom: 14px;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown li:first-child a {
  padding-top: 14px;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown li:not(:first-child) a {
  padding-top: 8px;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown li a {
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
}

.icms-user-menu ul.dropdown-menu.header_profile_button_dropdown a {
  padding: 0;
}

.nav-pills .nav-link.active.new_nav_pills_active {
  background-color: #FAD13F;
  border: 1px solid #C4C4C4;
  padding: 2px 8px;
  color: #202020;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 164px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
}

.nav-pills .nav-link.new_nav_pills {
  border: 1px solid #C4C4C4;
  padding: 2px 8px;
  color: #202020;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  width: 164px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: 12px;
}

.new_nav_pills:hover {
  background-color: #FFE06F;
}

.category_description {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;

}

.icms-body-toolbox h1 {
  font-weight: 800;
  font-size: 36px;
  line-height: 42px;

}

.icms-user-menu ul.dropdown-menu a svg {
  fill: #000;
}

.header .logo {
  margin-right: 32px;
}

.search-box {
  margin-right: 32px;
}


.course_list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.courses_list_item {
  padding: 0;
  flex: auto;
  width: calc((100% / 2) - 24px + (24px / 2));
}

.main_static_item {
  background-color: #fff;
  border-radius: 40px;
  padding-top: 50px;
  padding-right: 32px;
  padding-bottom: 50px;
  padding-left: 32px;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.main_static_item_title {
  font-weight: 700;
  font-size: 40px;
  line-height: 48px;
  margin-bottom: 2px;
}

.main_static_item_subtitle {
  font-weight: 700;
  font-size: 30px;
  line-height: 36px;
  margin-bottom: 16px;
}

.main_static_item_description {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
}

.main_static_list {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.chosen-container-single .chosen-single div:after {
  top: 8px;
}

.breadcrumb-item+.breadcrumb-item::before {
  content: "/";
}

@media (width <=1300px) {
  .search-box {
    margin-right: 15px;
  }

  .header .logo {
    margin-right: 15px;
  }

  .menu {
    margin-right: 32px;
    flex-wrap: nowrap;
  }
}

@media (width <=1280px) {
  .bunner-bot {
    height: 80px;
  }

  .main_static_item_description {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

  }

  .section {
    padding: 0 85px;
  }

  .main_section {
    padding: 60px 85px;
  }

  .header_wrapper {
    padding: 16px 85px;
  }

  .course_item_section {
    padding: 40px 85px;
  }

  .schools_container {
    padding: 0 85px;
  }

  .center_container {
    padding: 0 85px;
  }

  .grade_list_info_item_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-right: 8px;
    text-wrap: nowrap;
  }

  .reviews_list_info_items {
    gap: 17px;
    flex-wrap: wrap;
  }

  .grade_list_info_item {
    padding: 8px 16px;
    flex: 1;
  }

  .tab-btn-label {
    width: 213px;
  }

  .tab-indicator {
    width: 213px;
  }

  .tab-btn:last-of-type:checked~.tab-indicator {
    transform: translateX(213px);
  }

  .review_grade_list_info_item_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .review_grade_list_info_item_text.number {
    margin-right: 8px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .form_consultation_image_wrapper {
    width: 427px;
  }

  .accordion_price_discount_percent {
    font-size: 20px;
    font-weight: 800;
    line-height: 28px;
  }

  .main_bg_image {
    top: 100px;
    width: 1280px;
    right: 0;
    max-width: none;
  }

  .main-container.welcome-container {
    padding-bottom: 0 !important;
  }
}

@media (width <=992px) {
  .main_static_item_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
  }

  .main_static_item_subtitle {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 8px;
  }

  .main_static_item_description {
    font-weight: 500;
    font-size: 18px;
    line-height: 24px;
  }

  .bunner-text {
    margin-bottom: 40px;
  }

  .main_bg_image {
    width: 992px;
  }

  .category_description {
    font-weight: 500;
    font-size: 20px;
    line-height: 26px;

  }

  .section {
    padding: 0 56px;
  }

  .main_section {
    padding: 60px 56px;
  }

  .header_wrapper {
    padding: 16px 56px;
  }

  .course_item_section {
    padding: 32px 56px;
  }

  .schools_container {
    padding: 0 56px;
  }

  .center_container {
    padding: 0 56px;
  }

  .section_title {
    margin-bottom: 16px;
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .section_subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
    margin-bottom: 24px;
  }

  .list_school_search {
    margin-top: 24px;
  }

  .filter_title {
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
  }

  .filter_checkboxes_schools_container {
    flex-direction: column;
  }

  .sorting_container {
    margin: 24px 0;
  }

  .courses-grid {
    gap: 24px;
  }

  .school_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .school_item_description {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
  }

  .school_item_image_soc_wrapper {
    width: 300px;
  }

  .school_item_info_wrapper .section_title {
    margin-bottom: 16px;
  }

  .school_item_info_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .reviews_list_info_items {
    margin-bottom: 32px;
    gap: 16px;
  }

  .tab-btn-label {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
  }

  .tab-content {
    margin-top: 32px;
  }

  .review_description_text,
  .school_item_info_description_ul li {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .school_reviews_list {
    gap: 16px;
  }

  .grade_list_info_item {
    justify-content: space-between;
  }

  .form_consultation_image_wrapper {
    width: 345px;
  }

  .form_consultation_form_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .form_consultation {
    padding: 32px;
  }

  .accordion p {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .accordion_price_discount_percent {
    font-size: 18px;
    font-weight: 800;
    line-height: 24px;
  }

  .main_static_item_title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;

  }

  .main_static_item {
    padding: 32px 24px;
  }
}

@media (width <=900px) {
  .filter_inputs_wrapper {
    flex-wrap: wrap;
    gap: 0;
  }

  .filter_inputs_wrapper.courses {
    gap: 16px;
  }

  .filter_inputs_wrapper.courses .filter_input_item:first-child {
    margin: 0;
  }

  .filter-card .filter_input_item:first-child {
    margin-right: 24px;
    margin-bottom: 8px;
  }

  .courses-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .soc_networks_wrapper {
    flex-wrap: wrap;
  }

  .school_item_image_soc_wrapper {
    width: 197px;
  }

  .school_item_image_wrapper {
    height: 197px;
  }

  .school_grade_list {
    flex-wrap: wrap;
  }

  .review_grade_list_info_item {
    max-width: 284px;
    width: 100%;
  }
}

@media (width <=768px) {

  .main_static_item_title {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }

  .main_static_item_subtitle {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;
  }

  .main_static_item_description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

  }

  .main_static_item {
    padding: 24px;
  }

  .main_static_list {
    gap: 16px;
  }

  .category_description {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .bunner-text {
    margin-bottom: 24px;
  }

  main {
    overflow: hidden;
  }

  .main_bg_image {
    top: 53px;
    right: -63px;
  }

  .bread_crumbs_container {
    margin-top: 68px;
  }

  .section {
    padding: 0 40px;
  }

  .main_section {
    padding: 48px 40px;
  }

  .header_wrapper {
    padding: 16px 40px;
  }

  .course_item_section {
    padding: 32px 40px;
  }

  .schools_container {
    padding: 48px 40px;
  }

  .center_container {
    padding: 0 48px;
  }

  .bread_crumbs_link,
  .bread_crumbs_text {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .section_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 10px;
  }

  .section_subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .filter-card {
    padding: 24px;
  }

  .filter_title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
  }

  .filter-card input,
  .filter-card select {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .filter_schools_checkboxes {
    gap: 24px;
  }

  .filter_schools_checkboxes.one .filter_schools_checkboxes_item {
    width: 100%;
    max-width: 235px;
  }

  .filter_schools_checkboxes_item label {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
  }

  .filter-buttons button {
    flex: 1;
  }

  .default_button,
  .white_button {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }

  .school_item {
    height: 356px;
  }

  .school_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .school_item_description {
    margin-bottom: 16px;
  }

  .school_item_info {
    margin-top: 24px;
  }

  .school_item_info .school_item_category_list {
    margin-bottom: 24px;
  }

  .school_item_info_wrapper .section_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
  }

  .school_item_info_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .link {
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
  }

  .school_item_reviews_grade_nubmer {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
  }

  .school_item_reviews_grade_container {
    gap: 10px;
  }

  .school_item_reviews_grade_nubmer {
    margin-right: 6px;
  }

  .reviews_list_info_items {
    gap: 8px;
  }

  .tab-btn-label {
    font-size: 18px;
    font-weight: 800;
    line-height: 22px;
  }

  .tab-content {
    margin-top: 24px;
  }

  .school_reviews_list_item {
    padding: 24px;
  }

  .school_reviews_list_item_date {
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
  }

  .school_reviews_list_item_name {
    margin-bottom: 4px;
  }

  .review_description_text,
  .school_item_info_description_ul li {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .review_verified_button,
  .review_complain_button {
    font-size: 14px;
    font-weight: 600;
    line-height: 18px;
    align-items: center;
  }

  .form_consultation_form_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .form_consultation {
    padding: 32px 24px;
  }

  .accordion p {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .accordion_price_discount_percent {
    font-size: 16px;
    font-weight: 800;
    line-height: 22px;
  }

  .accordion_price_price {
    width: 72px;
  }
}

@media (width <=700px) {
  .filter-buttons {
    flex-direction: column;
    gap: 8px;
  }

  .filter-buttons button {
    flex: auto;
  }

  .sorting_item {
    flex-direction: column;
    gap: 4px;
    align-items: start;
  }

  .sorting_item:first-child {
    flex: 1;
  }

  .sorting_select.sorting {
    width: 100%;
  }

  .sorting_select {
    width: 100%;
  }

  .school_item_info {
    flex-direction: column;
  }

  .school_item_image_soc_wrapper {
    width: 100%;
  }

  .school_item_image_wrapper {
    height: 386px;
  }

  .tabs_container {
    width: 100%;
  }

  .tab-btn-label {
    width: 50%;
  }

  .tab-btn:last-of-type:checked~.tab-indicator {
    transform: translateX(100%);
  }

  .tab-indicator {
    width: 50%;
  }

  .bread_crumbs_link {
    white-space: nowrap;
  }

  .form_consultation_image_wrapper {
    width: 252px;
  }

  .form_consultation_title_image {
    width: 116px;
    height: 43px;
  }

  .form_consultation_main_image {
    height: 279px;
  }
}

@media (width <=600px) {
  .filter_input_item:first-child {
    margin: 0;
  }

  .filter_inputs_wrapper {
    flex-direction: column;
    gap: 8px;
  }

  .filter_inputs_wrapper.courses .filter_input_item {
    width: 100%;
  }

  .form_consultation {
    flex-direction: column-reverse;
    gap: 32px;
  }

  .form_consultation_image_wrapper {
    width: 100%;
  }

  .form_consultation_title_image {
    display: none;
  }

  .accordion_discount_wrapper {
    flex-direction: column;
    align-items: start;
    gap: 17px;
  }

  .bunner {
    padding-top: 40px !important;
  }
}

@media (width <=576px) {
  .main-container.welcome-container {
    display: flex;
    flex-direction: column;
  }

  .main_bg_image {
    object-fit: cover;
    object-position: 95% 50%;
    width: 100%;
    height: 441px;
    top: 222px;
    right: 0px;
    position: initial;
  }

  .main-container.welcome-container {
    height: 795px;
  }

  .bunner-left>div {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (width <=450px) {
  .category_description {
    text-align: center;
  }

  .header .logo {
    flex: 1;
  }

  .header {
    height: 120px;
  }

  .img-partners div {
    width: calc(30% - 16px);
  }

  .img-partners {
    justify-content: space-between;
    gap: 20px;
  }

  .courses_list_item {
    width: 100%;
  }

  .main_static_list {
    flex-direction: column;
  }

  .main_static_item {
    align-items: center;
  }

  .main_static_item_description {
    text-align: center;
  }

  .course_item {
    padding: 32px 24px;
  }

  .accordion_price_discount {
    flex-direction: column-reverse;
    gap: 4px;
    align-items: start;
  }

  .default_button {
    width: 100%;
  }

  .bread_crumbs_container {
    margin-top: 40px;
  }

  .center_container {
    padding: 0 32px;
  }

  .section {
    padding: 0 32px;
  }

  .main_section {
    padding: 40px 32px;
  }

  .header_wrapper {
    padding: 8px 32px;
    align-items: start;
    position: relative;
  }

  .search-box {
    width: calc(100% - 64px);
    position: absolute;
    bottom: 8px;
  }

  .course_item_section {
    padding: 32px 32px;
  }

  .course_item_section.section_mb_nopadding {
    padding: 32px 0;
  }

  .bread_crumbs_link,
  .bread_crumbs_text {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .bread_crumbs_container {
    justify-content: center;
  }

  .section_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    text-align: center;
    margin-bottom: 10px;
  }

  .section_subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    text-align: center;
  }

  .filter_school_info_courses {
    margin-bottom: 10px;
  }

  .filter_schools_checkboxes {
    gap: 10px;
  }

  .filter-buttons {
    margin-top: 16px !important;
  }

  .sorting_container {
    gap: 16px;
  }

  .school_item {
    padding: 16px 24px
  }

  .school_item_header {
    flex-direction: column;
  }

  .school_item_title {
    margin-bottom: 16px;
  }

  .school_item {
    height: 423px;
  }

  .section.school_item_info_section {
    padding: 0;
    padding-bottom: 40px;
  }

  .school_item_info_wrapper .section_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    text-align: left;
  }

  .school_item_reviews_header {
    flex-direction: column;
    gap: 16px;
  }

  .school_item_reviews_grade_nubmer {
    font-size: 18px;
    font-weight: 600;
    line-height: 22px;
  }

  .school_reviews_list_item_name {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .reviews_buttons {
    gap: 8px;
  }

  .review_verified_button,
  .review_complain_button {
    gap: 8px;
  }

  .form_consultation_form_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 16px;
  }

  .accordion_item {
    padding: 16px;
  }
}

@media (width <=350px) {
  .reviews_buttons {
    flex-direction: column;
  }

  .filter_prices_wrapper {
    flex-direction: column;
  }

  .filter_prices_wrapper input {
    flex: auto;
    width: 100%;
  }
}

.about_us_welcome_section {
  position: relative;
}

.about_us_image {
  position: absolute;
  top: 80px;
  right: 152px;
  width: 580px;
}

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

.about_us_advantages {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
}

.about_us_advantages_item {
  border: 1px solid #000;
  display: flex;
  gap: 24px;
  border-radius: 40px;
  width: calc((100% / 2) - 24px + (24px / 2));
  padding: 37px 32px;
  align-items: center;
}

.about_us_advantages_item svg {
  width: 50px;
  height: 50px;
  min-width: 50px;
}

.about_us_advantages_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.about_us_advantages_info {
  display: flex;
  flex-direction: column;
}

.about_us_advantages_description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.study_with_us_description {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.study_with_us_description:not(:last-child) {
  margin-bottom: 16px;
}

.study_with_us_container {
  display: flex;
  gap: 25px;
}

.future_about_us_item {
  border-radius: 40px;
  padding-bottom: 32px;
  width: calc((100% / 2) - 24px + (24px / 2));
  display: flex;
  flex-direction: column;
}

.future_about_us_item_button_container {
  display: flex;
  justify-content: center;
  width: 100%;
}

.future_about_us_item .default_button {
  width: 288px;
}

.future_about_us_item img {
  max-width: 100%;
  height: 220px;
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 40px;
  margin-bottom: 16px;
}

.future_about_us_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.future_about_us_item_description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  margin-bottom: 24px;
  flex: 1;
}

.future_about_us_item_info {
  padding: 0px 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

.future_about_us_container {
  display: flex;
  gap: 24px;
}

.about_us_titles_wrapper {
  max-width: none;
  display: flex;
  gap: 48px;
}

.about_us_info {
  max-width: 692px;
}

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

.about_us_achievements_item {
  border: none;
  outline: 2px solid rgb(255, 235, 205);
}

.about_us_achievements_item_subtitle {
  text-wrap: nowrap;
}

.about_us_advantages_item_description {
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.study_with_us_container img {
  width: 512px;
  object-fit: contain;
  object-position: 50% 50%;
}

.study_with_us_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.study_with_us_container img {
  width: 473px;
}

#page-wrapper.main_page_wrapper {
  padding-top: 78px;
}

@media (width <=1280px) {
  .about_us_image {
    position: initial;
    height: 373px;
    width: auto;
  }

  .about_us_titles_wrapper {
    margin-bottom: 16px;
  }

}

@media (width <=992px) {
  .about_us_welcome_title {
    font-size: 28px;
    font-weight: 800;
    line-height: 34px;
    margin-bottom: 16px;
  }

  .about_us_welcome_subtitle {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .about_us_image {
    height: 343px;
  }

  .about_us_achievements_item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .about_us_achievements_item_subtitle {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .about_us_advantages_item {
    padding: 24px;
    gap: 16px;
  }

  .about_us_advantages_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .study_with_us_container img {
    width: 339px;
  }

  .future_about_us_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }
}

@media (width <=768px) {
  .about_us_image {
    height: 245px;
  }

  .about_us_welcome_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 8px;
  }

  .about_us_welcome_subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 40px;
  }

  .about_us_titles_wrapper {
    margin-bottom: 33px;
    gap: 8px;
  }

  .about_us_achievements_item {
    padding: 16px 24px;
  }

  .about_us_achievements_item_title {
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
  }

  .about_us_achievements_item_subtitle {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }

  .about_us_advantages_item {
    flex-direction: column;
    align-items: start;
  }

  .about_us_advantages_item_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .study_with_us_container {
    flex-direction: column;
  }

  .study_with_us_container img {
    width: 100%;
  }

  .future_about_us_item img {
    height: 146px;
  }

  .future_about_us_item_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
}

@media (width <=600px) {
  .about_us_titles_wrapper {
    flex-direction: column;
  }

  .about_us_image {
    height: auto;
    width: 100%;
  }

  .future_about_us_container {
    flex-direction: column;
  }

  .future_about_us_item {
    width: 100%;
  }
}

@media (width <=450px) {
  .about_us_welcome_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 8px;
    text-align: center;
  }

  .about_us_welcome_subtitle {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: center;
    margin-bottom: 24px;
  }

  .about_us_achievements_item {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .about_us_achievements_item_title {
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
  }

  .about_us_advantages_item {
    width: 100%;
    flex-direction: row;
    align-items: center;
  }

  .about_us_advantages_item svg {
    width: 32px;
    min-width: 32px;
  }

  .future_about_us_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .future_about_us_item_button_container {
    padding: 0px 24px;
  }

}

.main_section.post_course_welcome {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.section_container.post_course_welcome {
  padding: 20px 0;
}

.post_course_welcome_title {
  text-align: center;
  margin-bottom: 24px;
}

.post_course_descrition {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  text-align: center;
  max-width: 860px;
}

.post_course_welcome_info {
  margin-bottom: 48px;
}

.post_course_welcome.why_us {
  justify-content: center;
}

.why_us_list {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  width: 100%;
  margin-top: 32px;
}

.why_us_item {
  display: flex;
  flex-direction: column;
  padding: 32px 24px;
  border-radius: 40px;
  width: calc((100% / 3) - 24px + (24px / 3));
}

.why_us_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
  margin-top: 10px;
}

.why_us_item_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.who_suitable_list {
  display: flex;
  gap: 24px;
  margin-top: 32px;
  width: 100%;
}

.who_suitable_item {
  padding-top: 32px;
  outline: 2px solid rgb(32, 32, 32);
  border-radius: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.who_suitable_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 16px;
}

.who_suitable_info {
  display: flex;
  flex-direction: column;
  padding: 0 32px;
  margin-bottom: 24px;
}

.who_suitable_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.who_suitable_item img {
  width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  height: 170px;
  outline: 2px solid rgb(32, 32, 32);
  border-radius: 40px;
}

.why_us .img-partners {
  margin-top: 32px;
}

.post_courses_offers_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.post_courses_offers_item {
  display: flex;
  background-color: #fff;
  border: 2px solid rgb(255, 235, 205);
  border-radius: 40px;
}

.post_courses_offers_item_info {
  padding: 32px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.post_courses_offers_item_title {
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
  margin-bottom: 8px;
}

.post_courses_offers_item_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.post_courses_offers_item img {
  border: 2px solid rgb(255, 235, 205);
  border-radius: 40px;
  min-width: 400px;
  width: 400px;
  object-fit: cover;
  height: 180px;
  object-position: 50% 50%;
  max-height: 100%;
}

.increase_sales_container {
  display: flex;
  gap: 40px;
  border: 2px solid rgb(0, 0, 0);
  border-radius: 40px;
  width: 100%;
  padding-right: 32px;
  height: fit-content;
}

.increase_sales_info {
  padding: 50px 0;
  flex: 1;
}

.increase_sales_image_container {
  flex: 1;
  position: relative;
}

.increase_sales_image {
  max-height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  border: 2px solid rgb(32, 32, 32);
  border-radius: 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.increase_sales_title {
  font-size: 36px;
  font-weight: 800;
  line-height: 42px;
  margin-bottom: 24px;
}

.increase_sales_description {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  margin-bottom: 32px;
}

.default_button {
  width: fit-content;
}

@media (width <=1280px) {
  .section_container.post_course_welcome {
    padding: 0;
  }

  .post_courses_offers_item img {
    height: 206px;
  }
}

@media (width <=992px) {
  .post_course_welcome_title {
    margin-bottom: 16px;
  }

  .post_course_descrition {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .why_us_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .why_us_item_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .who_suitable_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .who_suitable_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .who_suitable_info {
    margin-bottom: 16px;
  }

  .post_courses_offers_item img {
    height: 202px;
    width: 309px;
    min-width: 309px;
  }

  .post_courses_offers_item_info {
    padding: 32px 24px;
  }

  .post_courses_offers_item_title {
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
  }

  .post_courses_offers_item_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .increase_sales_title {
    font-size: 24px;
    font-weight: 800;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .increase_sales_description {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .increase_sales_container {
    gap: 32px;
  }
}

@media (width <=768px) {
  .post_course_descrition {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .post_course_welcome_info {
    margin-bottom: 40px;
  }

  .why_us_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .why_us_item_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .why_us_item {
    width: calc((100% / 2) - 24px + (24px / 2));
  }

  .who_suitable_item {
    flex-direction: row;
    padding-left: 32px;
    padding-top: 0;
    margin: 0;
    min-height: 346px;
  }

  .who_suitable_item img {
    height: auto;
    width: 257px;
    flex: 1;
  }

  .who_suitable_list {
    flex-direction: column;
  }

  .who_suitable_info {
    padding: 0;
    padding: 24px 0;
    padding-right: 24px;
  }

  .who_suitable_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 8px;
  }

  .who_suitable_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .post_courses_offers_item_info {
    padding: 16px 24px;
  }

  .post_courses_offers_item_title {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
  }

  .post_courses_offers_item_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }

  .post_courses_offers_item img {
    width: 225px;
    height: 220px;
  }

  .increase_sales_title {
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
  }

  .increase_sales_info {
    padding: 32px 0;
  }

  .increase_sales_description {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
  }
}

@media (width <=600px) {
  .post_courses_offers_item {
    flex-direction: column;
    padding-top: 181px;
    position: relative;
  }

  .post_courses_offers_item img {
    width: 100%;
    height: 181px;
    position: absolute;
    top: 0;
  }

  .increase_sales_container {
    flex-direction: column-reverse;
    padding: 0;
    border: none;
    gap: 0;
  }

  .increase_sales_image {
    height: 248px;
    width: 100%;
    position: initial;
  }

  .main_section.increase_sales_section {
    padding: 0;
  }

  .increase_sales_info {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 32px;
    flex-direction: column;
    padding-top: 40px;
    padding-bottom: 24px;
  }

  .increase_sales_title {
    text-align: center;
    font-size: 20px;
    font-weight: 800;
    line-height: 26px;
    margin-bottom: 8px;
  }

  .increase_sales_description {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    margin-bottom: 24px;
    text-align: center;
  }
}

@media (width <=450px) {
  .post_course_descrition {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .post_course_welcome_title {
    margin-bottom: 8px;
  }

  .why_us_item {
    width: 100%;
  }

  .why_us_list {
    margin-top: 16px;
  }

  .who_suitable_item {
    flex-direction: column;
    padding-left: 0;
    padding-top: 24px;
  }

  .who_suitable_info {
    padding: 0 24px;
  }

  .who_suitable_item img {
    width: 100%;
    height: 170px;
    max-height: 170px;
  }
}

.post_course_welcome_info {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.goals_title {
  margin-bottom: 32px;
}

.goals_list {
  display: flex;
  gap: 24px;
}

.goals_item {
  flex: 1;
  padding: 48px 24px;
  border-radius: 40px;
  display: flex;
  gap: 16px;
}

.light_red .goal_item_number {
  color: #FFDFE5;
}

.light_orange .goal_item_number {
  color: #FFEBCD;
}

.light_blue .goal_item_number {
  color: #BCEBFF;
}

.light_green .goal_item_number {
  color: #D5F8BB;
}

.goal_item_number {
  font-size: 96px;
  font-weight: 500;
  line-height: 100px;
}

.goal_item_content {
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
}

.post_school_ul {
  padding-left: 30px;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
}

.post_school_image {
  object-position: 96% 60%;
  position: initial;
}

.post_school_no_flex {
  flex: auto;
}

.how_add_school_list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
}

.how_add_school_item {
  width: 100%;
  border-radius: 40px;
  padding: 32px 24px;
  display: flex;
  gap: 24px;
  align-items: center;
}

.how_add_school_content {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

.how_add_school_content ul {
  padding-left: 30px;
}

.increase_sales_info.post_school_no_flex {
  padding: 32px 0;
}

.increase_sales_container.how_work {
  gap: 32px;
}

.increase_sales_image_container.post_school_no_flex {
  width: 100%;
  max-width: 446px;
  min-width: 446px;
}

@media (width <=1280px) {
  .how_add_school_content {
    font-size: 20px;
    font-weight: 500;
    line-height: 26px;
  }

  .form_consultation_form {
    padding: 48px;
    padding-left: 0;
  }
}

@media (width <=992px) {

  .goals_item {
    flex-direction: column;
    padding: 24px;
  }

  .goals_list {
    gap: 16px;
  }

  .goal_item_content {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .increase_sales_container.how_work {
    gap: 24px;
  }

  .increase_sales_image_container.post_school_no_flex {
    width: 100%;
    max-width: 316px;
    min-width: 316px;
  }

  .post_school_ul {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .increase_sales_title {
    margin-bottom: 24px;
  }

  .post_school_image {
    object-position: 78% 60%;
  }

  .how_add_school_item {
    padding: 24px;
  }
}

@media (width <=768px) {
  .goals_list {
    flex-direction: column;
  }

  .goals_item {
    flex-direction: row;
    align-items: center;
  }

  .goal_item_number {
    font-size: 64px;
    font-weight: 500;
    line-height: 70px;
  }

  .increase_sales_container.how_work {
    flex-direction: column-reverse;
    padding-right: 0;
  }

  .increase_sales_info.post_school_no_flex {
    padding: 32px;
    padding-bottom: 0;
  }

  .increase_sales_image_container.post_school_no_flex {
    width: 100%;
    max-width: 100%;
    height: 268px;
  }

  .increase_sales_info.post_school_no_flex h1 {
    align-items: center;
  }

  .how_add_school_content {
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .how_add_school_item {
    padding: 16px 24px;
  }
}

@media (width <=600px) {
  .increase_sales_container.how_work {
    border: 2px solid rgb(0, 0, 0);
  }

  .post_school_image {
    height: 100%;
  }

  .post_school_ul {
    text-align: left;
  }

  .increase_sales_section.post_school_image {
    padding: 48px 40px;
  }
}

@media (width <=450px) {
  .increase_sales_section.post_school_image {
    padding: 40px 32px;
  }

  .increase_sales_info.post_school_no_flex {
    padding: 32px 24px 0px 24px;
  }

  .how_add_school_item {
    padding: 24px;
    flex-direction: column;
    align-items: start;
  }
}

.section_title_container {
  display: flex;
  justify-content: space-between;
}

.section_title_container .like-icon {
  position: relative;
  height: 36px;
  top: 0;
  right: 0;
}

.expert_name {
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #202020;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.expert_name .like-icon {
  top: 0;
  right: 0;
  width: 24px;
  min-width: 24px;
  height: 21px;
  font-size: initial;
  position: relative;
}

.expert_name a {
  color: #202020;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;

}

.expert_profession {
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #202020;
  margin-top: 8px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.expert_text_wrapper {
  overflow: hidden;
  text-overflow: ellipsis;
}

.school_item_image_soc_wrapper.expert .school_item_image_wrapper {
  padding: 0;
}

.school_item_image_soc_wrapper.expert .school_item_image_wrapper img {
  width: 100%;
}

.course_item.expert.light_blue {
  border: 2px solid rgb(188, 235, 255);
}

.section_title_container.expert {
  justify-content: start;
  gap: 16px;
}

.burger_menu_button {
  display: none;
  margin-left: 40px;
}

.burger_menu_button :hover {
  cursor: pointer;
}

.burger_active .line1 {
  transform: rotate(45deg) translate(0px, 8px);
}

.burger_active .line2 {
  transform: rotate(-45deg) translate(0px, 0px);
}

.burger_active .line3 {
  opacity: 0;
}

.burger_menu_button .line1,
.burger_menu_button .line2,
.burger_menu_button .line3 {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform-origin: center;
}

.mobile_menu.show {
  max-height: 1000px;
  border: 2px solid #202020;
  opacity: 1;
  padding: 16px 40px;
}

.mobile_menu {
  position: absolute;
  transform: translateY(5px);
  right: 90px;
  width: 520px;
  border-radius: 24px;
  background: #fff;
  max-height: 0px;
  transition: all .2s ease-in-out;
  padding: 0 40px;
  border: 2px solid transparent;
  opacity: 0;
}

.header_mobile_menu .navbar-nav {
  width: 100%;
}

.header_mobile_menu .nav-item .nav-link {
  padding: 10px 0px;
  font-size: 20px;
  line-height: 26px;
  color: #303030;
  width: 100%;
}

.header_mobile_menu .nav-item:not(:last-child) .nav-link {
  border-bottom: 1px solid rgb(226, 226, 226);
}

.header_mobile_menu .menu {
  flex-direction: column;
  width: 100%;
  gap: 0;
}

.header_mobile_menu .nav-item {
  width: 100%;
}

.mobile_menu * {
  pointer-events: none;
}

.mobile_menu.show * {
  pointer-events: all;
}

.list_title_container h1 {
  width: 100%;
  max-width: 100%;
}

@media (max-width: 992px) {
  .burger_menu_button {
    display: block;
  }

  .mobile_menu {
    right: 40px;
  }

  .expert_name a {
    font-weight: 700;
    font-size: 20px;
    line-height: 26px;

  }

  .card-author .img-fluid {
    width: 146px;
  }

  .expert_profession {
    font-weight: 400;
    font-size: 14px;
    line-height: 18px;
  }

  .author-container {
    gap: 8px;
  }
}

@media (width <=780px) {
  .mobile_menu {
    margin: 0 40px;
    width: calc(100% - 80px);
    right: 0;
  }

  .mobile_menu_header_buttons {
    display: flex;
    gap: 8px;
    margin-top: 10px;
  }

  .mobile_menu_header_buttons .default_button {
    width: 100%;
  }

  .mobile_menu_header_buttons .white_button.tg {
    min-width: 48px;
  }
}

@media (width <=768px) {


  .card-author {
    width: 100%;
  }
}

@media (width <=450px) {
  .f_iprices .slider-range-hint .align-items-center {
    flex-direction: column;
    gap: 20px;
  }

  .f_iprices .slider-range-hint .align-items-center .mr-3 {
    margin: 0 !important;
  }

  .nav-pills .nav-link.active.new_nav_pills_active {
    width: 150px;
  }

  .answer p {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;
  }

  .answer ul li {
    font-weight: 500;
    font-size: 16px;
    line-height: 22px;

  }

  .course_list {
    flex-direction: column;
  }

  .new_datapills_category {
    justify-content: center;
  }

  .card-author .img-fluid {
    margin-right: 8px;
  }

  .expert_name a {
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
  }

  #page-wrapper.main_page_wrapper {
    padding-top: 120px;
  }

  .burger_menu_button {
    margin-left: 16px;
  }

  .mobile_menu {
    margin: 0;
    width: 100%;
    border-radius: 0 0 24px 24px;
    padding: 16px 32px;
    background: #fff;
  }

  .header_mobile_menu .nav-item .nav-link {
    font-size: 18px;
    line-height: 24px;
  }

  .mobile_menu_header_buttons {
    flex-direction: column;
  }

  .mobile_menu_header_buttons .white_button.tg {
    width: 100%;
  }

  .mobile_menu_header_buttons .white_button.tg p {
    display: block;
  }
}

.maintenance-overlay {
  position: fixed;
  z-index: 9999;
}

.no_minus_margin {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.footer_title {
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 4px;
}

.footer * {
  line-height: normal;
  font-size: 16px;
  line-height: 20px;
}

.footer_time_word_container {
  display: flex;
}

.main_section.footer_content {
  padding-top: 50px;
  padding-bottom: 30px;
  display: flex;
  flex-direction: column;
}

.footer_content {
  width: 100%;
}

.footer_time_wrapper {
  display: flex;
  justify-content: space-between;
  width: 50%;
}

.tablet-visible {
  display: none;
}

.footer-top-4,
.footer-top-5 {
  line-height: normal;
}

.footer-phone {
  margin-bottom: 6px;
}

.footer-time-word,
.footer-time-word-title {
  margin-bottom: 4px;
}

.footer-m-twelve {
  margin-bottom: 12px;
}

@media (width <=992px) {
  .tablet-hide {
    display: none;
  }

  .tablet-visible {
    display: flex;
  }

  .footer-tablet-wrapper {
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-left: 32px;
  }

  .footer-top-2 {
    display: flex;
    gap: 24px;
    margin-bottom: 16px;
    flex-wrap: wrap;
  }

  .footer-top-2 .list-unstyled {
    display: flex;
    flex-direction: row;
    gap: 24px;
    margin: 0;
    flex-wrap: wrap;
  }

  .footer-top-2 .footer_title {
    display: none;
  }

  .footer-top-4 .list-unstyled {
    margin-bottom: 16px;
  }

  .footer-top-5 {
    display: flex;
    gap: 32px;
    flex-wrap: wrap;
  }

  .footer_time_wrapper {
    width: 100%;
    gap: 32px;
    justify-content: start;
    flex-wrap: wrap;
  }

  .footer * {
    font-size: 14px;
    line-height: 18px;
  }

  .footer .list-unstyled li a {
    font-size: 14px;
    line-height: 18px;
  }

  .footer-time-word {
    margin-bottom: 2px;
  }

  .footer-time-word-title {
    margin-bottom: 4px;
  }

  .footer-m-twelve {
    margin: 0;
  }
}

@media (width <=500px) {
  .footer-tablet-wrapper{
    margin: 0;
  }

  .footer-top-2 {
    flex-direction: column;
    gap: 10px;
  }
  .footer .list-unstyled {
    align-items: center;
    justify-content: center;
  }
  .footer_time_wrapper{
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  .footer-top-4{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .footer-top-5{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }
  .footer-bot{
    margin: 0;
  }

  .footer-freepik{
    display: block;
    margin-bottom: 16px;
  }
}