@import url("https://fonts.googleapis.com/css2?family=Inter:wght@200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;500;700&display=swap");
.wrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 100px 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}

.container {
  margin: auto;
  padding: 0px 10px;
  width: 100%;
  min-height: 100%;
}

.main {
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

aside,
nav,
footer,
header,
section {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

.header {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  border-top: 1px solid #99A2AD;
  background: #fff;
  z-index: 10000;
}

.button-back {
  position: relative;
  display: none;
}
.button-back.active {
  display: block;
}
.button-back.active-mapGoogle {
  display: block;
}
.button-back.active-mapGoogle .button-back__body {
  margin: -70px 70px 0px 0px;
}

.button-back__body {
  margin: -70px 10px 0px 0px;
  position: absolute;
  right: 0;
}

.button-back__button {
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: #26835F;
  display: flex;
  justify-content: center;
  align-items: center;
}

.button-back__img {
  width: 30px;
}

.menuNavigation-header {
  padding: 20px 30px;
}

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

.menuNavigation-header__menu-column {
  background: #fff;
}
.menuNavigation-header__menu-column svg {
  fill: #000;
}

.menuNavigation-header__menu-column {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.menuNavigation-header__menu-column:nth-child(1) .menuNavigation-header__menu-icon {
  background: url("../image/icons/home.svg") 0 0/100% 100% no-repeat;
  fill: #000;
}
.menuNavigation-header__menu-column:nth-child(2) .menuNavigation-header__menu-icon {
  background: url("../image/icons/user.svg") 0 0/100% 100% no-repeat;
}
.menuNavigation-header__menu-column:nth-child(3) .menuNavigation-header__menu-icon {
  background: url("../image/icons/search.svg") 0 0/100% 100% no-repeat;
}
.menuNavigation-header__menu-column.active:nth-child(1) .menuNavigation-header__menu-icon {
  background: url("../image/icons/home-active.svg") 0 0/100% 100% no-repeat;
}
.menuNavigation-header__menu-column.active:nth-child(1) .menuNavigation-header__menu-text {
  color: #000;
}
.menuNavigation-header__menu-column.active:nth-child(2) .menuNavigation-header__menu-icon {
  background: url("../image/icons/search-active.svg") 0 0/100% 100% no-repeat;
}
.menuNavigation-header__menu-column.active:nth-child(2) .menuNavigation-header__menu-text {
  color: #000;
}
.menuNavigation-header__menu-column.active:nth-child(3) .menuNavigation-header__menu-icon {
  background: url("../image/icons/user-active.svg") 0 0/100% 100% no-repeat;
}
.menuNavigation-header__menu-column.active:nth-child(3) .menuNavigation-header__menu-text {
  color: #000;
}

.menuNavigation-header__menu-icon {
  margin: 0px 0px 10px 0px;
  width: 30px;
  height: 30px;
}

.menuNavigation-header__menu-text {
  font-family: Inter;
  font-weight: 500;
  color: #99A2AD;
}

.menu-home__title {
  margin: 20px 0px;
  display: flex;
  align-items: center;
}

.menu-home__title-icon {
  margin: 0px 10px 0px 0px;
  width: 44px;
  height: 44px;
  background: url("../image/icons/oralkchanBokey.png") 0 0/100% 100% no-repeat;
}

.menu-home__title-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.menu-home__row {
  margin: 0px -4px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.menu-home__column {
  padding: 0px 4px 20px;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #fff;
}

.menu-home__column-img {
  margin: 0px 0px 10px;
  padding-bottom: 100%;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #26835F;
  position: relative;
}
.menu-home__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.menu-home__column-title {
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #000;
}

.language {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26835F;
  z-index: 11000;
}

.fullscreen-language__body {
  width: 100%;
  height: 100vh;
}

.fullscreen-language__fullscreen {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.fullscreen-language__fullscreen-title {
  margin: 40px 0px 50px 0px;
  font-family: Inter;
  font-size: 30px;
  font-weight: 700;
  color: #fff;
}

.fullscreen-language__fullscreen-button {
  margin: 0px 0px 20px 0px;
}
.fullscreen-language__fullscreen-button:last-child {
  margin: 0;
}
.fullscreen-language__fullscreen-button:nth-child(1) .fullscreen-language__fullscreen-link-icon {
  background: url("../image/language/002.png") 0 0/100% 100% no-repeat;
}
.fullscreen-language__fullscreen-button:nth-child(2) .fullscreen-language__fullscreen-link-icon {
  background: url("../image/language/003.png") 0 0/100% 100% no-repeat;
}

.fullscreen-language__fullscreen-button {
  padding: 15px 0px;
  width: 300px;
  border-radius: 50px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.fullscreen-language__fullscreen-link-icon {
  margin: 0px 14px 0px 0px;
  width: 50px;
  height: 50px;
}

.fullscreen-language__fullscreen-link-text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 600;
  color: #000;
}

.fullscreen-language__fullscree-version {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0px 0px 20px 0px;
  text-align: center;
  font-family: Inter;
  font-size: 18px;
  color: #fff;
}

.search::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26835F;
  z-index: -1000;
}

.search-search__title {
  margin: 20px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.search-search__title-text {
  font-family: Inter;
  font-size: 18px;
  font-weight: 700;
  color: #fff;
}

.search-search__title-icon {
  width: 28px;
  height: 28px;
  background: url("../image/icons/setting.svg") 0 0/100% 100%;
}

.search-search__form-text {
  width: 100%;
  padding: 15px 20px;
  border: 2px solid #fff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.search-search__form-text::-moz-placeholder {
  color: #bde6d6;
}
.search-search__form-text::placeholder {
  color: #bde6d6;
}

.search-search__searched-title {
  margin: 20px 0px;
  font-family: Inter;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.profile {
  height: 100%;
}
.profile::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26835F;
  z-index: -1000;
}

.user-profile__body {
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px 10px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.user-profile__title {
  margin: 0px 0px 45px 0px;
  display: flex;
}

.user-profile__link-entrancte,
.user-profile__link-registr {
  font-family: Roboto;
  font-size: 24px;
  color: #fff;
}
.user-profile__link-entrancte.active,
.user-profile__link-registr.active {
  font-weight: 700;
}

.user-profile__link-entrancte {
  margin: 0px 20px 0px 0px;
  position: relative;
}
.user-profile__link-entrancte::before {
  content: "";
  position: absolute;
  top: -10px;
  right: -10px;
  width: 1.5px;
  height: 50px;
  background: #fff;
}

.user-profile__profile {
  position: relative;
}

.user-profile__registr-form {
  display: flex;
  flex-direction: column;
}

.user-profile__registr-form.entrancte {
  position: absolute;
  top: 0;
  left: -300%;
}
.user-profile__registr-form.entrancte.active {
  position: static;
}

.user-profile__registr-form.registr {
  position: absolute;
  top: 0;
  right: -300%;
}
.user-profile__registr-form.registr.active {
  position: static;
}

.user-profile__registr-input {
  margin: 0px 0px 15px 0px;
  padding: 15px 20px;
  width: 100%;
  border: 1.5px solid #fff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}
.user-profile__registr-input::-moz-placeholder {
  color: #bde6d6;
}
.user-profile__registr-input::placeholder {
  color: #bde6d6;
}
.user-profile__registr-input.error {
  border: 1.5px solid #F45252;
}
.user-profile__registr-input.correctly {
  border: 1.5px solid #52F459;
}

.user-profile__registr-button {
  margin: 20px 0px 20px 0px;
  padding: 15px 20px;
  border-radius: 50px;
  background: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}

.user-profile__message {
  margin: 30px 0px 0px 0px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 50px;
  background: #F45252;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}
.user-profile__message.active {
  background: #52F459;
}

.user-profile__registr-link {
  text-align: center;
  padding: 10px 0px;
  display: inline;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.validation_message {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  display: none;
  margin: 20px 20px 40px 20px;
  padding: 20px;
  text-align: center;
  font-family: Roboto;
  font-size: 18px;
  color: #fff;
  border-radius: 10px;
  background: red;
  z-index: 100000;
  transition: 2s all;
}
.validation_message.active {
  display: block;
}
.validation_message.active-true {
  display: block;
  background: #26835F;
}
.validation_message.exit {
  bottom: -100%;
}

.forgot::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #26835F;
  z-index: -1000;
}

.forgot-forgot__body {
  padding: 0px 10px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.forgot-forgot__form-email {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.forgot-forgot__form-email p {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: #fff;
}
.forgot-forgot__form-email input {
  margin: 0px 0px 15px 0px;
  padding: 15px 20px;
  width: 100%;
  border: 1.5px solid #fff;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.15);
  font-family: Inter;
  font-size: 15px;
  font-weight: 500;
  color: #fff;
}
.forgot-forgot__form-email input::-moz-placeholder {
  color: #bde6d6;
}
.forgot-forgot__form-email input::placeholder {
  color: #bde6d6;
}
.forgot-forgot__form-email button {
  padding: 15px 20px;
  border-radius: 50px;
  background: #fff;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
}
.forgot-forgot__form-email .forgot-forgot__message {
  margin: 30px 0px 0px 0px;
  padding: 15px 20px;
  width: 100%;
  border-radius: 50px;
  background: #F45252;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  line-height: 22px;
  color: #fff;
}

.user-user__body {
  margin: 20px 0px 24px 0px;
}

.user-user__mainTitle {
  margin: 0px 0px 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-user__mainTitle-title {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
}

.user-user__setting-img {
  width: 25px;
}

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

.user-user__profile-image {
  margin: 0px 0px 16px 0px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: #26835F;
  overflow: hidden;
}

.user-user__profile-img {
  width: 100%;
  height: 100%;
}

.user-user__profile-name {
  margin: 0px 0px 16px 0px;
  font-family: Roboto;
  font-size: 28px;
  font-weight: 700;
  color: #26835F;
}

.user-user__profile-id {
  margin: 0px 0px 10px 0px;
  padding: 10px;
  border-radius: 50px;
  background: #000;
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}

.user-user__profile-exit {
  padding: 10px 20px;
  border-radius: 50px;
  background: red;
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}

.info-user {
  position: relative;
}
.info-user::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #26835F;
  z-index: -1000;
}

.info-user__info-card {
  padding: 16px 0px;
  border-bottom: 1px solid #99A2AD;
}

.info-user__card-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.info-user__card-title.active .info-user__title-logo {
  transform: rotate(0deg);
}

.info-user__title-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
}

.info-user__title-logo {
  transform: rotate(-90deg);
}

.info-user__card-list {
  display: none;
  padding: 10px 0px;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500px;
  color: #fff;
}

.modal-user {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.modal-user.active {
  display: block;
}

.modal-user__body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-user__modal {
  padding: 60px 0px;
  width: 80%;
  border: 1px solid #26835F;
  border-radius: 20px;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.modal-user__exit {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 30px;
  height: 30px;
  border: 1px solid #000;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-user__exit span {
  position: relative;
  width: 20px;
}
.modal-user__exit span::before, .modal-user__exit span::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 1.5px;
  background: #000;
}
.modal-user__exit span::before {
  transform: rotate(-45deg);
}
.modal-user__exit span::after {
  transform: rotate(45deg);
}

.modal-user__text {
  margin: 0px 0px 20px 0px;
  font-family: Inter;
  font-size: 16px;
}

.mobal-user__button-delete {
  padding: 10px 20px;
  border-radius: 50px;
  background: red;
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}

.modal-user__modal-delete {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  justify-content: center;
  align-items: center;
}
.modal-user__modal-delete.active {
  display: flex;
}

.modal-user__modal-delete-form {
  width: 80%;
  padding: 50px 0px;
  border: 1px solid #26835F;
  border-radius: 20px;
  background: #fff;
}

.modal-user__modal-delete-form-text {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: Inter;
  font-size: 16px;
}

.modal-user__modal-delete-form-button {
  display: flex;
  justify-content: center;
}

.modal-user__modal-delete-form-button-yes {
  margin: 0px 10px 0px 0px;
  padding: 10px 20px;
  border-radius: 10px;
  background: red;
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}

.modal-user__modal-delete-form-button-no {
  padding: 10px 20px;
  border-radius: 10px;
  background: #26835F;
  font-family: Roboto;
  font-size: 16px;
  color: #fff;
}

.list-social__title {
  margin: 20px 0px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.list-social__content {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.list-social__item {
  padding: 20px 0px;
}

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

.list-social__img {
  width: 100px;
}

.choice-services__title {
  margin: 30px 0px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  color: #000;
}

.choice-services__row {
  margin: 0px -4px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.choice-services__column {
  margin: 0px 4px 20px;
  height: 100%;
  background: #fff;
  display: flex;
  flex-direction: column;
  justify-content: start;
}

.choice-services__column-image {
  margin: 0px 0px 10px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: #26835F;
}

.choice-services__column-img {
  padding-bottom: 100%;
  width: 100%;
  position: relative;
}
.choice-services__column-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.choice-services__column-title {
  width: 100%;
  text-align: center;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  color: #000;
}

.services.active .choice-services {
  display: none;
}
.services.active::before {
  content: "";
  position: fixed;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: #26835F;
  z-index: -1000;
}

.form {
  display: none;
}
.form.active {
  display: block;
}

.form {
  margin: 0 auto;
}

.form-main {
  padding: 40px 10px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  font-family: "Roboto", sans-serif;
  color: #ffffff;
}

.form-titles {
  display: flex;
  align-items: center;
}

.form-titles-img {
  width: 18px;
}

.form-title {
  margin-left: 6px;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
}

.form-subtitle {
  padding-top: 18px;
  max-width: 340px;
  font-size: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.form-text {
  padding-top: 16px;
  line-height: 20px;
  letter-spacing: 0.1px;
  font-size: 16px;
}

.form-forms {
  padding-top: 16px;
}

.form-form-kitap,
.form-form {
  display: grid;
  grid-template-columns: auto;
  gap: 16px;
}

.form-item {
  width: 100%;
  height: 57px;
  padding: 15px 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.form-textarea {
  padding: 15px 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: rgba(255, 255, 255, 0.15);
  outline: none;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0.1px;
}

.form-item::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-item::placeholder,
.form-textarea::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.form-btn {
  max-width: 390px;
  height: 57px;
  padding: 15px 30px;
  border-radius: 40px;
  border: 1px solid #fff;
  background: #fff;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.15);
  outline: none;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
  cursor: pointer;
  margin: 0px 0 40px;
}

.title-studeKazakh__body {
  margin: 20px 0px;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
}

.content-studeKazakh__main-title {
  margin: auto;
  padding: 0px 0px 20px 0px;
  width: 250px;
  text-align: center;
  font-family: Roboto;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  color: #26835F;
}

.content-studeKazakh__text {
  margin: 12px 0px;
  font-family: Roboto;
  font-size: 16px;
  line-height: 24px;
}

.content-studeKazakh__title {
  margin: 12px 0px;
  font-family: Roboto;
  font-size: 20px;
  line-height: 30px;
}

.content-studeKazakh__item {
  margin: 0px 0px 10px 0px;
  padding: 0px 0px 0px 20px;
  font-family: Inter;
  font-size: 16px;
  line-height: 24px;
  position: relative;
}
.content-studeKazakh__item::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #26835F;
}

.content-studeKazakh__link {
  color: #26835F;
}

.audio::before {
  content: "";
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #26835F;
  z-index: -1000;
}

.list-audio__title {
  padding: 20px 0px 22px 0px;
  display: flex;
  align-items: center;
}

.list-audio__title-img {
  margin: 0px 6px 0px 0px;
}

.list-audio__title-text {
  font-family: Roboto;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  color: #fff;
  flex: 1 1 auto;
}

.list-audio__title-img1 {
  width: 100px;
}

.list-audio__column {
  position: relative;
}
.list-audio__column::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: -100%;
  width: 300%;
  height: 1px;
  background: #99A2AD;
}

.list-audio__link {
  width: 100%;
  padding: 15px;
  display: flex;
  align-items: center;
  background: #26835F;
}

.list-audio__link-img {
  margin: 0px 15px 0px 0px;
  min-width: 55px;
  height: 55px;
  border-radius: 50%;
  background: #fff;
}

.list-audio__link-text {
  text-align: left;
  font-family: Roboto;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  color: #fff;
}

.content-course__body {
  padding: 20px 0px 20px;
}

.content-course__conten.exit {
  margin: 0px 0px 33px;
  padding: 0px 0px 0px 30px;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  letter-spacing: 0.38px;
  color: #000000;
  position: relative;
}
.content-course__conten.exit::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 20px;
  height: 20px;
  background: url("../image/icons/arrow-back-dark.svg") 0 0/100% 100% no-repeat;
}
.content-course__conten.row {
  display: flex;
  flex-direction: column;
}
.content-course__conten.column {
  margin: 0px 0px 10px 0px;
  padding: 5px;
  border-radius: 20px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: space-between;
}
.content-course__conten.column:last-child {
  margin: 0;
}
.content-course__conten.column_content {
  margin: 0px 5px 0px 0px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  font-family: Inter;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  color: #26835F;
}
.content-course__conten.column_title {
  text-align: center;
}
.content-course__conten.line {
  width: 100%;
  height: 2px;
  background: #EAEAEA;
}
.content-course__conten.column_time {
  text-align: center;
}
.content-course__conten.column_link {
  text-align: center;
  font-size: 16px;
  color: #000;
}
.content-course__conten.column_img {
  border-radius: 20px;
  max-width: 180px;
}

.title-branch-menu__body {
  padding: 30px 0px;
}

.title-branch-menu__title {
  margin: 0px 0px 20px;
  font-family: Inter;
  font-size: 25px;
  line-height: 30px;
  font-weight: 600;
  color: #000;
}

.title-branch-menu__list-item {
  margin: 0px 0px 20px;
  font-family: Inter;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}
.title-branch-menu__list-item:last-child {
  margin: 0;
}
.title-branch-menu__list-item p {
  margin: 0px 0px 5px;
}
.title-branch-menu__list-item p:last-child {
  margin: 0;
}
.title-branch-menu__list-item p:nth-child(1) {
  font-size: 18px;
  font-weight: 600;
}
.title-branch-menu__list-item a {
  color: #26835F;
}

.map-mapGoogle__body {
  padding: 0px 0px 96.67px 0px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#map-mapGoogle__map {
  width: 100%;
  height: 100%;
}

.player-audioUser__body {
  padding: 80px 0px 0px 0px;
  display: flex;
  justify-content: center;
  position: relative;
  font-family: Inter;
}
.player-audioUser__body .container_player {
  margin: 0px 0px 30px;
  background-color: #fff;
  width: 400px;
  border-radius: 1rem;
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.3);
}

.background {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #26835F;
  z-index: -1;
}
.background img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.player_img {
  width: 300px;
  height: 300px;
  position: relative;
  top: -50px;
  left: 50px;
}

.player_img img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 0;
  width: 0;
  opacity: 0;
  box-shadow: 0 5px 30px 5px rgba(0, 0, 0, 0.5);
  border-radius: 20px;
}

.player_img img.active {
  width: 100%;
  height: 100%;
  opacity: 1;
}

h2 {
  font-size: 1.2rem;
  text-align: center;
  font-weight: 500;
}

h3 {
  font-size: 1rem;
  text-align: center;
  color: #c6bfbf;
}

.player_progress {
  background-color: #c6bfbf;
  border-radius: 5px;
  height: 6px;
  width: 90%;
  margin: 40px 20px 35px;
  position: relative;
  cursor: pointer;
}

.progress {
  background-color: #212121;
  border-radius: 5px;
  height: 100%;
  width: 0%;
  transition: all 0.2s linear;
}

.music_duration {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -25px;
}

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

.fa-solid {
  font-size: 30px;
  color: #666;
  cursor: pointer;
  margin-right: 30px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  transition: all 0.3s ease-in;
}
.fa-solid:last-child {
  margin-right: 0;
}

.fa-solid:hover {
  filter: brightness(40%);
}

.play-button {
  font-size: 44px;
}

.player-audioUser__list {
  padding: 30px 20px 40px;
}

.player-audioUser__item {
  padding: 20px 0px;
  display: flex;
  align-items: center;
}
.player-audioUser__item.active .player-audioUser__active {
  display: block;
}
.player-audioUser__item.active .player-audioUser__text {
  color: #26835F;
}

.player-audioUser__active {
  display: none;
  margin: 0px 10px 0px 0px;
  width: 14px;
  height: 14px;
  background: url("../image/icons/player.svg") 0 0/100% 100% no-repeat;
}

.loading {
  width: 100%;
  height: 100%;
  position: fixed;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loading_content {
  width: 48px;
  height: 48px;
  border: 5px solid #26835F;
  border-bottom-color: transparent;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}

.custom-button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #26835F;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-size: 16px;
}

.custom-button:hover {
    background-color: #1e6f4d;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/* Уменьшение размера иконок для соответствия размеру текста */
.icon {
    width: 18px; /* Устанавливаем ширину иконки */
    height: 18px; /* Устанавливаем высоту иконки */
    vertical-align: middle; /* Выравниваем иконку по вертикали с текстом */
    margin-right: 8px; /* Отступ справа от иконки, чтобы текст не слипался с иконкой */
    object-fit: contain; /* Сохраняем пропорции изображения */
}

/* Мелкие иконки (если нужно уменьшить их еще больше) */
.small-icon {
    width: 14px; /* Меньший размер иконки */
    height: 14px; /* Меньший размер иконки */
    object-fit: contain; /* Сохраняем пропорции изображения */
}

.text-green {
    color: #26835f;
}

.content-course__conten.column_title {
    font-size: clamp(0.8em, 2vw, 1.2em);
    max-width: 100%; /* Ограничивает ширину, предотвращая перенос */
    word-break: break-word; /* Разбивает длинные слова */
    text-align: center; /* Центрирование для равномерного распределения */
}

