@import url(https://fonts.googleapis.com/css?family=Mulish:300,regular,500,600,700,400italic,600italic&display=swap);
@import url(https://fonts.googleapis.com/css?family=Montserrat:500&display=swap);

@font-face {
  font-family: icons;
  font-display: swap;
  src: url(../fonts/icons.woff2) format("woff2");
  font-weight: 400;
  font-style: normal
}

[class*=_icon-]:before {
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: block
}

._icon-s-wp:before {
  content: ""
}

._icon-s-fb:before {
  content: ""
}

._icon-search:before {
  content: ""
}

._icon-ch-right:before {
  content: ""
}

._icon-ch-left:before {
  content: ""
}

._icon-s-viber:before {
  content: ""
}

._icon-s-inst:before {
  content: ""
}

._icon-triangle:before {
  content: ""
}

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

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

*::after,
*::before {
  display: inline-block
}

input:focus,
textarea:focus {
  outline: 0
}

* {
  -webkit-tap-highlight-color: transparent
}

body,
html {
  height: 100%;
  min-width: 320px
}

body {
  color: #333;
  line-height: 1;
  font-family: Mulish, sans-serif;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale
}

button,
input,
textarea {
  font-family: Mulish, sans-serif;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: rgba(0, 0, 0, 0)
}

input,
textarea {
  width: 100%
}

button,
option,
select {
  cursor: pointer
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none
}

ul li {
  list-style: none
}

img {
  vertical-align: top;
  -o-object-fit: cover;
  object-fit: cover
}

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

details summary {
  list-style: none
}

details summary::-webkit-details-marker {
  display: none
}

input {
  border-radius: 0
}

input[type=search] {
  -webkit-appearance: none
}

body {
  position: relative
}

body::after {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  z-index: 20;
  pointer-events: none;
  opacity: 0;
  transition: opacity .3s
}

.lock body {
  overflow: hidden;
  touch-action: none;
  -ms-scroll-chaining: none;
  overscroll-behavior: none
}

.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: hidden
}

@supports (overflow:clip) {
  .wrapper {
    overflow: clip
  }
}

.wrapper>main {
  flex: 1 1 auto
}

.wrapper>* {
  min-width: 0
}

[class*=__container] {
  max-width: 77.4375rem;
  margin: 0 auto;
  padding: 0 1.25rem
}

.select {
  min-width: 0;
  position: relative
}

.select__body {
  position: relative
}

.select__title {
  color: inherit;
  text-align: left;
  border: .0625rem solid #7b7f97;
  background-color: #fff;
  cursor: pointer;
  width: 100%;
  border-radius: .75rem
}

.select_input .select__title,
.select_lang .select__title {
  border-color: transparent;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 0
}

.select_input._select-open .select__title,
.select_lang._select-open .select__title {
  background-color: #fff;
  border-color: #7b7f97
}

._select-open:not(.select--show-top) .select__title {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-color: transparent
}

._select-open.select--show-top .select__title {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top-color: transparent
}

.select__value {
  display: flex;
  min-width: 0;
  align-items: center;
  padding: .75rem .4375rem;
  padding-right: 1.125rem;
  border-radius: .75rem;
  gap: .625rem;
  border-bottom: .0625rem solid transparent;
  transition: all .3s
}

._select-active .select__value {
  border-bottom-color: #eef1f4
}

.select:not(._select-active) .select__value {
  color: #7b7f97
}

.select_input .select__value {
  padding: .125rem .3125rem;
  font-size: 1.125rem;
  border-bottom: none
}

.select__value>* {
  flex: 1 1 auto
}

.select__value::after {
  content: "";
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  font-size: .5rem;
  flex-shrink: 0
}

.select_lang .select__value {
  color: #2a2e4a;
  font-weight: 500;
  line-height: 1.4;
  font-size: 1rem;
  padding: .125rem .3125rem;
  border-bottom: none;
  font-family: Manrope, sans-serif
}

.select_input .select__value {
  padding: .125rem .3125rem
}

.select_input .select__value::after,
.select_triangle .select__value::after {
  content: "";
  font-size: .625rem;
  color: #2a2e4a
}

._select-open .select__value::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.select__value._select-pseudo-label::before {
  content: attr(data-pseudo-label);
  opacity: .5
}

.select__content {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select_input .select__content,
.select_lang .select__content {
  min-width: -webkit-max-content;
  min-width: max-content;
  overflow: visible;
  flex-shrink: 0
}

.select__text {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

.select__input {
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  height: 100%
}

.select__options {
  position: absolute;
  top: calc(100% - .0625rem);
  border-radius: .75rem;
  min-width: 100%;
  left: 0;
  overflow: hidden;
  background-color: #fff;
  border: .0625rem solid #7b7f97;
  transition: all .3s
}

.select_lang .select__options {
  padding: 0
}

.select_input .select__options,
.select_lang .select__options {
  border-color: transparent;
  border-radius: 0
}

.select_input._select-open .select__options,
.select_lang._select-open .select__options {
  background-color: #fff;
  border-color: #7b7f97
}

._select-open:not(.select--show-top) .select__options {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none
}

.select--show-top .select__options {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: none
}

.select_countries .select__options {
  padding: .3125rem 0;
  min-width: 0;
  width: -webkit-min-content;
  width: min-content;
  top: calc(100% + .3125rem);
  border-radius: .25rem;
  border: .0625rem solid #d9d9d9
}

.select__scroll {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 12.5rem
}

.select__option {
  width: 100%;
  text-align: left;
  cursor: pointer;
  padding: .8125rem .625rem;
  color: inherit
}

.select_countries .select__option {
  padding: .3125rem
}

.select_lang .select__option {
  font-size: 1rem;
  padding: .125rem .3125rem
}

.select_input .select__option {
  padding: .125rem .3125rem;
  font-size: 1.125rem
}

.select__row {
  display: inline-flex;
  align-items: center
}

.select__asset {
  width: 1.25rem;
  height: 1.25rem
}

.select--show-top .select__options {
  top: auto;
  bottom: calc(100% - .0625rem)
}

._select-tag {
  cursor: pointer
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, .4);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .8s ease 0s;
  pointer-events: none;
  z-index: 51
}

.popup-show body::after {
  opacity: 1
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility .8s ease 0s;
  visibility: hidden;
  pointer-events: none
}

.popup_show {
  z-index: 52;
  visibility: visible;
  overflow: auto;
  pointer-events: auto
}

.popup_show .popup__content {
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.popup__wrapper {
  flex-direction: column;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center
}

.popup__content {
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  transition: -webkit-transform .3s ease 0s;
  transition: transform .3s ease 0s;
  transition: transform .3s ease 0s, -webkit-transform .3s ease 0s;
  background-color: #fff;
  padding: 2.625rem;
  width: 100%;
  max-width: 45.5rem;
  border-radius: 1.25rem
}

.bid-popup__back {
  color: #7b7f97;
  line-height: 1.2;
  padding: .6875rem;
  border-radius: 1.3125rem;
  background-color: #eef1f4;
  display: flex;
  align-items: center;
  gap: .5rem;
  transition: all .3s
}

.bid-popup__back:not(:last-child) {
  margin-bottom: 2rem
}

.bid-popup__back::before {
  font-size: .8125rem
}

.bid-popup__form:not(:last-child) {
  margin-bottom: 1rem
}

.bid-popup__form>*:not(:last-child) {
  margin-bottom: 1rem
}

.bid-popup__label {
  line-height: 1.2
}

.bid-popup__label:not(:last-child) {
  margin-bottom: .5rem
}

.field .bid-popup__label:not(:last-child) {
  margin-bottom: 0
}

.bid-popup__type-radios {
  gap: .3125rem
}

.bid-popup__type-radios:not(:last-child) {
  margin-bottom: .375rem
}

.bid-popup__type-radios .type-radios__item:has(input:checked) {
  background-color: #2a2e4a
}

.bid-popup__type-radios .type-radios__item:not(:last-child) {
  position: relative
}

.bid-popup__type-radios .type-radios__item:not(:last-child)::after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translate(.1875rem, -50%);
  transform: translate(.1875rem, -50%);
  right: 0;
  height: 50%;
  width: .0625rem;
  background-color: #7b7f97
}

.bid-popup__block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.875rem
}

.bid-popup__address-block>*:not(:last-child) {
  margin-bottom: .5rem
}

.bid-popup__field input {
  font-size: 1.125rem !important
}

.bid-popup__ship-block {
  display: flex;
  gap: .4375rem
}

.bid-popup__ship-block .radiobox {
  padding: .625rem;
  gap: 1.5rem;
  color: #2a2e4a;
  font-size: 1rem
}

.bid-popup__scroll {
  max-height: 21.25rem
}

.bid-popup__body {
  padding-top: 2rem;
  border-top: .0625rem solid #dddee2
}

.bid-popup__body-block:not(:last-child) {
  margin-bottom: 1rem
}

.bid-popup__body-block>*:not(:last-child) {
  margin-bottom: 1rem
}

.bid-popup__dimensions {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.1875rem
}

.bid-popup__details {
  display: grid;
  align-items: end;
  grid-template-columns: 5rem 12rem 1fr 12.1875rem;
  gap: 2rem
}

.bid-popup__or {
  flex-grow: 1;
  height: 2.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 1.25rem;
  line-height: 1.2;
  letter-spacing: -.0275rem
}

.bid-popup__cargo {
  display: grid;
  grid-template-columns: 1fr 12rem;
  gap: 1.1875rem
}

.bid-popup__code {
  display: grid;
  grid-template-columns: 348fr 278fr;
  gap: 1.1875rem
}

.bid-popup__add {
  display: flex;
  align-items: center;
  line-height: 1.2;
  gap: .5rem
}

.bid-popup__add:not(:last-child) {
  margin-bottom: 1.5rem
}

.bid-popup__add button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #998ee0;
  border-radius: 50%;
  transition: all .3s
}

.bid-popup__add button::before {
  font-size: 1.125rem;
  color: #fff
}

.bid-popup__footer {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  flex-wrap: wrap
}

.bid-popup__button {
  min-width: 12.1875rem
}

[data-showmore-button] span:last-child {
  display: none
}

._showmore-active [data-showmore-button] span {
  display: none
}

._showmore-active [data-showmore-button] span:last-child {
  display: block
}

.ibg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.ibg--top {
  -o-object-position: top;
  object-position: top
}

.ibg--bottom {
  -o-object-position: bottom;
  object-position: bottom
}

.ibg--left {
  -o-object-position: left;
  object-position: left
}

.ibg--right {
  -o-object-position: right;
  object-position: right
}

.ibg--contain {
  -o-object-fit: contain;
  object-fit: contain
}

.breadcrumbs__container ul li a {
  text-decoration: underline;
  text-decoration-color: transparent;
  transition: text-decoration-color .3s
}

.button {
  color: #2ac3c1;
  text-align: center;
  font-weight: 500;
  padding: .8125rem 1.875rem;
  border-radius: 2.5rem;
  border: .0625rem solid #2ac3c1;
  background: hsla(0, 0%, 100%, .1);
  transition: all .3s;
  cursor: pointer
}

.button--fill {
  background-color: #2ac3c1;
  color: #fff;
  transition: all .3s
}

.title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3
}

.title:not(:last-child) {
  margin-bottom: 1.875rem
}

.text {
  font-weight: 500;
  line-height: 1.3
}

.splide__arrow {
  opacity: 1 !important;
  background: 0 0 !important;
  font-size: 1.875rem !important;
  color: #2ac3c1 !important;
  transition: color .3s !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important
}

.splide__arrow:disabled {
  opacity: 0 !important
}

.splide__arrow svg {
  display: none
}

.splide__arrow--prev {
  left: .9375rem !important
}

.splide__arrow--next {
  right: .9375rem !important
}

.breadcrumbs__container ul {
  display: flex;
  align-items: center;
  gap: .3125rem;
  flex-wrap: wrap
}

.breadcrumbs__container ul li {
  display: flex;
  align-items: center;
  gap: .3125rem;
  font-size: .875rem;
  line-height: 1.14
}

.breadcrumbs__container ul li:not(:last-child)::after {
  content: "/"
}

.breadcrumbs__container ul li:last-child {
  font-weight: 600
}

.header {
  padding: .75rem 0;
  background-color: #fff;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 50
}

.header__container {
  display: flex;
  align-items: center;
  gap: 1.875rem
}

.header__logo {
  aspect-ratio: 259/39;
  width: 16.1875rem;
  position: relative;
  z-index: 2
}

.header__menu {
  flex-grow: 1
}

.header__search-btn {
  color: #262626;
  font-weight: 500;
  display: flex;
  align-items: center;
  gap: .625rem;
  transition: color .3s
}

.header__search-btn::before {
  font-size: .875rem
}

.menu__body {
  display: flex;
  align-items: center;
  gap: 1.875rem
}

.menu__body>ul {
  display: flex;
  align-items: center;
  flex-grow: 1;
  justify-content: end;
  gap: 1.875rem;
  padding-right: 2.375rem
}

.menu__body>ul>li {
  font-weight: 500;
  position: relative
}

.menu__body>ul li {
  transition: color .3s
}

.menu__body>ul li:has(>details>.sublist) summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .375rem;
  cursor: pointer;
  position: relative
}

.menu__body>ul li:has(>details>.sublist) summary::after {
  content: "";
  font-family: icons;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: .4375rem;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.menu__body>ul li a {
  transition: color .3s
}

.breadcrumbs{
  margin-bottom: 14px;
}

.sublist {
  position: absolute;
  padding-top: 1.6875rem;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 100%;
  opacity: 0;
  visibility: hidden
}

li:hover>details>.sublist {
  opacity: 1;
  visibility: visible
}

.sublist>li {
  padding: 1rem .875rem;
  background-color: #fff;
  color: #333;
  position: relative;
  font-size: .875rem;
  font-weight: 500
}

.sublist>li:last-child {
  border-radius: 0 0 .625rem .625rem
}

.sublist>li>details>.sublist {
  left: 100%;
  top: 0;
  z-index: 5;
  padding-left: .0625rem;
  padding-top: 0
}

.sublist>li>details>.sublist li {
  border-radius: 0
}

summary._spoiler-active::after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.icon-menu {
  display: none
}

.social-footer__title {
  color: #fff;
  font-weight: 500
}

.social-footer__title:not(:last-child) {
  margin-bottom: .9375rem
}

.social-footer__item {
  color: #fff;
  font-weight: 500;
  padding: .9375rem;
  border-radius: 3.125rem;
  border: .0625rem solid #2ac3c1;
  background: hsla(0, 0%, 100%, .1);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1.6875rem;
  transition: all .3s
}

.social-footer__item:not(:last-child) {
  margin-bottom: .625rem
}

.social-footer__item::before {
  font-size: 1rem;
  width: 1rem
}

.footer {
  padding-top: 1.875rem;
  padding-bottom: 1rem;
  background-color: #020000;
  border-radius: 1.25rem 1.25rem 0 0
}

.footer__wrapper {
  display: flex
}

.footer__wrapper:not(:last-child) {
  margin-bottom: 1.5625rem
}

.footer__logo {
  width: 3.125rem;
  height: 5.6875rem;
  align-self: center
}

.footer__body {
  flex-grow: 1;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 3.125rem
}

.footer__menu li {
  color: #fff;
  font-weight: 500
}

.footer__qr-code {
    max-width: 120px;
    width: 100%;
    height: auto;
    margin-top: 15px;
    display: block;
}

.footer__menu li:not(:last-child) {
  margin-bottom: 1.25rem
}

.footer__menu li a {
  transition: color .3s
}

.footer__social {
  flex-grow: 1;
  max-width: 15.625rem
}

.footer__copy {
  padding-top: 1rem;
  border-top: .0625rem solid #fff;
  color: #706f6f;
  text-align: center;
  font-size: .9375rem;
  font-weight: 500;
  text-transform: uppercase
}

.main-page__breadcrumbs:not(:last-child) {
  margin-bottom: 2.875rem
}

.hero {
  min-height: calc(100dvh - var(--header-height));
  position: relative
}

.hero__video video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.courses-home__title {
  text-align: left
}

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

.courses-home__item {
  min-width: 0
}

.item-course {
  position: relative;
  overflow: hidden;
  border-radius: 1.25rem;
  padding: 3.125rem 1.75rem 2.25rem;
  display: flex;
  flex-direction: column
}

.item-course:first-child {
  padding: 3.125rem 3.125rem 2.25rem
}

.item-course>* {
  position: relative;
  z-index: 3
}

.item-course__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1
}

.item-course::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .7)
}

.item-course__title {
  color: #fff;
  text-align: left;
  font-size: 1.5rem
}

.item-course:first-child .item-course__title {
  font-size: 1.25rem;
  text-transform: uppercase
}

.item-course__text {
  color: #fff;
  flex-grow: 1
}

.item-course__text:not(:last-child) {
  margin-bottom: 2.875rem
}

.item-course__footer {
  display: flex;
  align-items: end;
  flex-wrap: wrap;
  gap: 1.875rem 3.125rem
}

.item-course__time-label {
  color: #fff;
  font-size: .875rem;
  font-weight: 600
}

.item-course__time-body {
  display: flex;
  gap: 1.25rem;
  color: #2ac3c1;
  font-size: .875rem;
  font-weight: 600
}

.item-course__time-body div {
  display: flex;
  align-items: end;
  gap: .375rem;
  padding-bottom: .75rem
}

.item-course__time-body span {
  font-size: 4rem;
  text-transform: uppercase;
  display: block;
  margin-bottom: -.75rem
}

.item-course__button {
  flex-grow: 1
}

.form-section {
  position: relative;
  padding: 3.125rem 0;
  border-radius: 1.875rem;
  overflow: hidden
}

.form-section>* {
  position: relative;
  z-index: 3
}

.form-section__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1
}

.form-section::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, .7)
}

.form-section__container {
  max-width: 51rem;
  display: flex;
  gap: 1.25rem;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between
}

.form-section__body {
  max-width: 24.875rem;
  display: flex;
  flex-direction: column;
  gap: .75rem
}

.form-section__title {
  color: #2ac3c1;
  font-size: 2rem;
  font-weight: 700;
  text-transform: uppercase
}

.form-section__text {
  color: #fff4f4;
  line-height: 1.2;
  font-weight: 500
}

.form-section__button {
  min-width: 17.375rem
}

.item-about-h {
  border-radius: 1.25rem;
  overflow: hidden;
  display: flex
}

.item-about-h__body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  background: linear-gradient(90deg, #000 0, #239593 100%);
  flex: 1 0 28.5rem
}

.item-about-h__title {
  color: #2ac3c1;
  font-size: 2.5rem;
  font-style: italic;
  text-align: center
}

.item-about-h__title:not(:last-child) {
  margin-bottom: 1.875rem
}

.item-about-h__text {
  color: #fff
}

.about-home__container {
  display: flex;
  flex-direction: column;
  gap: 3.125rem
}

.about-home__header {
  display: flex;
  align-items: end;
  gap: 1.25rem;
  justify-content: space-between
}

.about-home__body {
  max-width: 30.625rem
}

.about-home__title {
  font-style: italic;
  text-transform: uppercase
}

.about-home__title:not(:last-child) {
  margin-bottom: 1.25rem
}

.about-home__subtitle {
  text-align: left;
  font-size: 1.5rem;
  font-style: italic;
  text-transform: uppercase
}

.about-home__text {
  max-width: 36.25rem
}

.about-home__item:nth-child(even) {
  flex-direction: row-reverse
}

.about-home__item:not(:last-child) {
  margin-bottom: 1.25rem
}

.about-home__quote {
  font-size: 1.25rem;
  font-weight: 500;
  padding: .4375rem 0 0 1.25rem;
  position: relative;
  max-width: 54.9375rem;
  align-self: center;
  font-style: italic;
  line-height: 1.3
}

.about-home__quote::before {
  content: "";
  position: absolute;
  height: 100%;
  left: 0;
  top: 0;
  width: .25rem;
  border-radius: .25rem;
  background-color: #2ac3c1
}

.about-home__image {
  aspect-ratio: 1199/419;
  border-radius: 1.25rem;
  overflow: hidden
}

.about-home__image img {
  -o-object-position: top center;
  object-position: top center
}

.about-home__label {
  max-width: 61.8125rem;
  text-align: center;
  align-self: center
}

.speakers-home__title:not(:last-child) {
  margin-bottom: 2.5rem
}

.item-speakers {
  position: relative;
  border-radius: .625rem;
  overflow: hidden;
  min-width: 0;
  display: flex;
  height: 100%;
  flex-direction: column;
  min-height: 22.1875rem;
  padding: 6.1875rem .625rem 1.5rem
}

.item-speakers>* {
  position: relative;
  z-index: 4
}

.item-speakers__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
  -o-object-position: top center;
  object-position: top center
}

.item-speakers::after,
.item-speakers::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  transition: all .4s;
  pointer-events: none
}

.item-speakers::before {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 35.63%, rgba(0, 0, 0, .6) 100%)
}

.item-speakers::after {
  background-color: rgba(0, 0, 0, .6);
  opacity: 0;
  transition: all .4s
}

.item-speakers__body {
  position: relative;
  top: 100%;
  display: flex;
  flex-direction: column;
  gap: .75rem;
  transition: all .4s;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  align-items: stretch;
  left: 0
}

.item-speakers__body:not(:last-child) {
  margin-bottom: 1.875rem
}

.item-speakers__label {
  color: #fff;
  font-size: .75rem;
  font-weight: 500
}

.item-speakers__title {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3
}

.item-speakers__title span {
  font-weight: 700;
  display: block
}

.item-speakers__button {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(.625rem);
  transform: translateY(.625rem);
  transition: all .3s
}

.faq-section__title:not(:last-child) {
  margin-bottom: 3.0625rem
}

.faq-spoilers {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem
}

.faq-spoilers__title {
  font-weight: 500;
  display: flex;
  justify-content: space-between;
  padding: 1.875rem;
  gap: .625rem;
  align-items: center;
  border-radius: 1.25rem;
  transition: all .3s, border-radius .3s .5s;
  cursor: pointer;
  background-color: #f5f5f5
}

.faq-spoilers__title span {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  flex-shrink: 0;
  position: relative
}

.faq-spoilers__title span::after,
.faq-spoilers__title span::before {
  content: "";
  height: .125rem;
  width: 100%;
  background-color: #2ac3c1;
  border-radius: .125rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all .3s;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.faq-spoilers__title span::before {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg)
}

.faq-spoilers__title._spoiler-active {
  border-radius: 1.25rem 1.25rem 0 0;
  transition: all .3s, border-radius 0s 0s
}

.faq-spoilers__title._spoiler-active span::before {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0)
}

.faq-spoilers__body {
  padding: 1.25rem 1.875rem;
  border-radius: 0 0 1.25rem 1.25rem;
  border-top: .125rem solid #fff;
  background-color: #f5f5f5
}

.faq-spoilers__body .text {
  font-size: .875rem
}

.lector__container>*:not(:last-child) {
  margin-bottom: 3.125rem
}

.lector__info {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  max-width: 66.3125rem
}

.lector__info-item:not(:last-child) {
  margin-bottom: 0
}

.lector__info-title {
  display: flex;
  align-items: center;
  gap: .5rem
}

.lector__info-marker {
  color: #2fbfcf;
  font-size: .875rem
}

.lector__socials {
  display: flex;
  gap: .625rem
}

.lector__socials a {
  width: 1.875rem;
  height: 1.875rem;
  font-size: 1.25rem;
  color: #fff;
  background-color: #2ac3c1;
  transition: all .3s;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.lector__slider img {
  border-radius: 1.875rem;
  aspect-ratio: 284/200
}

.hero-lector {
  display: grid;
  grid-template-columns: 531fr 580fr;
  gap: 5.5625rem;
  align-items: center
}

.hero-lector__body {
  display: flex;
  flex-direction: column
}

.hero-lector__position {
  color: #727272;
  font-weight: 500
}

.hero-lector__position:not(:last-child) {
  margin-bottom: .75rem
}

.hero-lector__title {
  color: #000;
  text-transform: uppercase;
  text-align: left
}

.hero-lector__title:not(:last-child) {
  margin-bottom: 1.375rem
}

.hero-lector__text {
  color: #000;
  font-weight: 500;
  line-height: 1.3
}

.hero-lector__text ul li:not(:last-child) {
  margin-bottom: 1rem
}

.hero-lector__text:not(:last-child) {
  margin-bottom: 2rem
}

.hero-lector__membership {
  color: #2ac3c1;
  font-weight: 600;
  font-size: 1.125rem
}

.hero-lector__membership:not(:last-child) {
  margin-bottom: 1.5rem
}

.hero-lector__button {
  min-width: 17.5rem;
  padding: 1rem 1.25rem
}

.hero-lector__image {
  /*aspect-ratio: 580/589;*/
  border-radius: 1.875rem;
  overflow: hidden
}

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

.courses__title {
  text-transform: uppercase
}

.courses__title:not(:last-child) {
  margin-bottom: 1.875rem
}

.courses__nav {
  display: flex;
  gap: 1.25rem;
  padding-bottom: .9375rem;
  overflow-x: auto;
  margin-right: -1.25rem;
  padding-right: 1.25rem
}

.courses__nav:not(:last-child) {
  margin-bottom: 1.5625rem
}

.courses__link {
  padding: 1rem 1.25rem;
  min-width: 14rem;
  position: relative;
  flex-shrink: 0
}

.courses__items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(18.75rem, 1fr));
  gap: 3.125rem 1.25rem
}

.courses__items:not(:last-child) {
  margin-bottom: 3.125rem
}

.courses__pagination {
  align-self: center;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 1rem;
  margin-bottom: 25px;
}

.courses__pagination li {
  font-family: Montserrat, sans-serif;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2
}

.courses__pagination li.active {
  color: #2ac3c1
}

.courses__pagination li a {
  transition: color .3s
}

.courses__pagination:not(:last-child) {
  margin-bottom: 1.5625rem
}

.courses__more {
  align-self: center;
  font-weight: 700;
  padding: 1rem 1.25rem;
  min-width: 12.875rem
}

.card-course__image {
  min-height: 25rem;
  display: flex;
  flex-direction: column;
  align-items: end;
  position: relative;
  overflow: hidden;
  gap: 2.5rem;
  padding: 2.625rem 1.125rem 1.3125rem;
  border-radius: 1.25rem;
  background: #1c1c1c
}

.card-course__image>* {
  z-index: 2
}

.card-course__tag {
  color: #fff;
  font-size: 1.25rem;
  font-weight: 700;
  text-transform: uppercase
}

.card-course__tag span {
  position: relative;
  background: #2ac3c1;
  padding: .5rem .75rem;

  font-size: 14px;

  line-height: 2;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -webkit-filter: url(#goo);
  filter: url(#goo)
}

.card-course__body {
  flex-grow: 1;
  justify-content: end;
  display: flex;
  flex-direction: column;
}

.card-course__labels-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
  margin-bottom: 4px;
  width: 100%;
}

.card-course__label {
  display: inline-flex;
  align-items: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size: .9375rem;

  background: #2ac3c1;
  border-radius: 20px;
  padding: 5px;
}

.card-course__date {
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  text-align: end;
}

.card-course__time {
  display: block;
  font-size: 1.1rem;
  font-weight: 600;
  opacity: 0.85;
}

.card-course__logo {
  aspect-ratio: 182/28;
  width: 11.375rem
}

.card-course__decor {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  aspect-ratio: 193/400;
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  z-index: 1;
  background-color: hsla(0, 0%, 100%, .1);
  pointer-events: none
}

.card-course__decor img {
  position: absolute;
  top: 50%;
  left: 0;
  width: 81.865285%;
  height: 89.75%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 0 100% 100% 0/0 50% 50% 0;
  transition: all .3s
}

.card-course__content {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 1.5625rem;
  align-items: center;
  padding: 1.5625rem 1.375rem 0
}

.card-course__title {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
  height: 100%;
  text-align: center;
  justify-content: center;
  display: flex;
  align-items: start;
}

.card-course__title a {
  transition: all .3s
}

.card-course__button {
  width: 100%;
  max-width: 17.375rem;
  padding: 1rem 1.25rem
}

.info-page {
  padding-top: 2.5rem;
  padding-bottom: 3rem;
}

.info-page__container {
  max-width: 77.4375rem;
  margin: 0 auto;
  padding: 0 1.25rem;
}

.info-page__title {
  font-size: 2rem;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.info-page__content {
  line-height: 1.5;
  font-size: 0.95rem;
}

.info-page__content p {
  margin-bottom: 1rem;
  display: block;
}

.info-page__content p:last-child {
  margin-bottom: 0;
}

.info-page__content h2,
.info-page__content h3 {
  display: block;
  font-size: 1rem;
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.splide__container {
  box-sizing: border-box;
  position: relative
}

.splide__list {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: flex;
  height: 100%;
  margin: 0 !important;
  padding: 0 !important
}

.splide.is-initialized:not(.is-active) .splide__list {
  display: block
}

.splide__pagination {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0;
  pointer-events: none
}

.splide__pagination li {
  display: inline-block;
  line-height: 1;
  list-style-type: none;
  margin: 0;
  pointer-events: auto
}

.splide:not(.is-overflow) .splide__pagination {
  display: none
}

.splide__progress__bar {
  width: 0
}

.splide {
  position: relative;
  visibility: hidden
}

.splide.is-initialized,
.splide.is-rendered {
  visibility: visible
}

.splide__slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative
}

.splide__slide img {
  vertical-align: bottom
}

.splide__spinner {
  -webkit-animation: splide-loading 1s linear infinite;
  animation: splide-loading 1s linear infinite;
  border: 2px solid #999;
  border-left-color: transparent;
  border-radius: 50%;
  bottom: 0;
  contain: strict;
  display: inline-block;
  height: 20px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
  width: 20px
}

.splide__sr {
  clip: rect(0 0 0 0);
  border: 0;
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px
}

.splide__toggle.is-active .splide__toggle__play,
.splide__toggle__pause {
  display: none
}

.splide__toggle.is-active .splide__toggle__pause {
  display: inline
}

.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0
}

@-webkit-keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes splide-loading {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

.splide__track--draggable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splide__track--fade>.splide__list>.splide__slide {
  margin: 0 !important;
  opacity: 0;
  z-index: 0
}

.splide__track--fade>.splide__list>.splide__slide.is-active {
  opacity: 1;
  z-index: 1
}

.splide--rtl {
  direction: rtl
}

.splide__track--ttb>.splide__list {
  display: block
}

.splide__arrow {
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  height: 2em;
  justify-content: center;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2em;
  z-index: 1
}

.splide__arrow svg {
  fill: #000;
  height: 1.2em;
  width: 1.2em
}

.splide__arrow:hover:not(:disabled) {
  opacity: .9
}

.splide__arrow:disabled {
  opacity: .3
}

.splide__arrow:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__arrow--prev {
  left: 1em
}

.splide__arrow--prev svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.splide__arrow--next {
  right: 1em
}

.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__pagination {
  bottom: .5em;
  left: 0;
  padding: 0 1em;
  position: absolute;
  right: 0;
  z-index: 1
}

.splide__pagination__page {
  background: #ccc;
  border: 0;
  border-radius: 50%;
  display: inline-block;
  height: 8px;
  margin: 3px;
  opacity: .7;
  padding: 0;
  position: relative;
  transition: -webkit-transform .2s linear;
  transition: transform .2s linear;
  transition: transform .2s linear, -webkit-transform .2s linear;
  width: 8px
}

.splide__pagination__page.is-active {
  background: #fff;
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 1
}

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: .9
}

.splide__pagination__page:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__pagination__page:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__progress__bar {
  background: #ccc;
  height: 3px
}

.splide__slide {
  -webkit-tap-highlight-color: transparent
}

.splide__slide:focus {
  outline: 0
}

@supports (outline-offset:-3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

@supports (outline-offset:-3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px
  }
}

.splide__toggle {
  cursor: pointer
}

.splide__toggle:focus-visible {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide.is-focus-in .splide__toggle:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px
}

.splide__track--nav>.splide__list>.splide__slide {
  border: 3px solid transparent;
  cursor: pointer
}

.splide__track--nav>.splide__list>.splide__slide.is-active {
  border: 3px solid #000
}

.splide__arrows--rtl .splide__arrow--prev {
  left: auto;
  right: 1em
}

.splide__arrows--rtl .splide__arrow--prev svg {
  -webkit-transform: scaleX(1);
  transform: scaleX(1)
}

.splide__arrows--rtl .splide__arrow--next {
  left: 1em;
  right: auto
}

.splide__arrows--rtl .splide__arrow--next svg {
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1)
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%)
}

.splide__arrows--ttb .splide__arrow--prev {
  top: 1em
}

.splide__arrows--ttb .splide__arrow--prev svg {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.splide__arrows--ttb .splide__arrow--next {
  bottom: 1em;
  top: auto
}

.splide__arrows--ttb .splide__arrow--next svg {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.splide__pagination--ttb {
  bottom: 0;
  display: flex;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: .5em;
  top: 0
}

@media (max-width:47.99875em) {
  .home__hero.hero:has(.hero__video) {
    aspect-ratio: 16 / 9;
    min-height: unset;
  }
}

@media (min-width:47.99875em) {
  .bid-popup__back {
    display: none
  }

  .bid-popup__dimensions .field {
    position: relative
  }

  .bid-popup__dimensions .field:not(:last-child)::after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: calc(100% + .875rem);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-family: icons;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: .4375rem
  }

  .about-home__item {
    min-height: 26.1875rem
  }

  .breadcrumbs{
    margin-bottom: 20px;
  }
}

@media (min-width:74.99875em)and (any-hover:hover) {
  .menu__body>ul li:has(>details>.sublist):hover>details>summary::after {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
  }

  .sublist>li:has(>details>.sublist):hover>details>summary::after {
    -webkit-transform: rotate(-90deg) !important;
    transform: rotate(-90deg) !important
  }
}

@media (min-width:74.99875em) {
  .sublist>li:not(:last-child) {
    border-bottom: .0625rem solid #f5f5f5
  }
}

@media (min-width:77.4375em) {
  .footer__wrapper {
    gap: 9rem
  }

  .main-page {
    margin-bottom: 6.25rem
  }

  .main-page>*:not(.main-page__breadcrumbs):not(:last-child) {
    margin-bottom: 5rem
  }

  .home>*:not(:last-child) {
    margin-bottom: 5rem
  }
}

@media (max-width:74.99875em) {
  .header__button {
    width: 100%
  }

  .menu__body>ul {
    flex-direction: column;
    align-items: stretch;
    justify-content: start;
    flex-grow: 1;
    gap: 0;
    overflow-y: auto;
    margin: 0 -1.25rem;
    padding-right: 0
  }

  .menu__body>ul:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .menu__body>ul>li {
    padding: 1rem 1.25rem;
    font-size: .875rem;
    width: 100%
  }

  .menu__body>ul>li:not(:last-child) {
    border-bottom: .0625rem solid #f5f5f5
  }

  .menu__body {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    overflow: auto;
    padding: calc(var(--header-height) + .625rem) 1.25rem .9375rem 1.25rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    flex-direction: column;
    align-items: stretch;
    background-color: #fff;
    max-width: 25rem;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  .menu__body::before {
    content: "";
    position: fixed;
    width: 100%;
    height: var(--header-height);
    left: 0;
    top: 0;
    max-width: 25rem;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    z-index: 2;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  .menu-open .menu__body {
    -webkit-transform: none;
    transform: none
  }

  .menu-open .menu__body::before {
    -webkit-transform: none;
    transform: none
  }

  .sublist {
    padding-top: 1.25rem;
    padding-right: .625rem
  }

  .sublist {
    opacity: 1;
    visibility: visible;
    position: static;
    padding-bottom: .25rem
  }

  .sublist>li {
    padding: 0;
    font-size: .875rem
  }

  .sublist>li:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .sublist>li>details>.sublist {
    padding-top: 1.25rem;
    padding-left: .625rem
  }

  .icon-menu {
    display: block;
    position: relative;
    width: 1.5rem;
    height: 1.125rem;
    flex-shrink: 0;
    z-index: 5
  }

  .icon-menu span,
  .icon-menu::after,
  .icon-menu::before {
    content: "";
    transition: all .3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: .125rem;
    border-radius: .125rem;
    background-color: #2ac3c1
  }

  .icon-menu::before {
    top: 0
  }

  .icon-menu::after {
    bottom: 0
  }

  .icon-menu span {
    top: calc(50% - .0625rem)
  }

  .menu-open .icon-menu span {
    width: 0
  }

  .menu-open .icon-menu::before {
    top: calc(50% - .0625rem);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
  }

  .menu-open .icon-menu::after {
    bottom: calc(50% - .0625rem);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
  }
}

@media (max-width:74.99875em)and (any-hover:none) {
  .icon-menu {
    cursor: default
  }
}

@media (max-width:74.99875em)and (any-hover:hover) {

  .icon-menu:hover span,
  .icon-menu:hover::after,
  .icon-menu:hover::before {
    background-color: #000
  }
}

@media (max-width:61.99875em) {
  .footer__wrapper {
    gap: 1.875rem
  }

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

  .item-course {
    padding: 1.875rem 3rem
  }

  .item-course:first-child {
    padding: 1.875rem 1.25rem
  }
}

@media (max-width:47.99875em) {
  .popup__content {
    padding: 1.25rem 1.25rem 4.75rem
  }

  .bid-popup__form:not(:last-child) {
    margin-bottom: 2.0625rem
  }

  .bid-popup__block {
    grid-template-columns: 1fr;
    gap: 1.125rem
  }

  .bid-popup__scroll {
    max-height: 41.875rem
  }

  .bid-popup__body {
    padding-right: 1.75rem
  }

  .bid-popup__dimensions {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .bid-popup__details {
    display: grid;
    grid-template-columns: 3.75rem 1fr;
    gap: 1.125rem 1.25rem
  }

  .bid-popup__cargo {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .bid-popup__code {
    grid-template-columns: 1fr;
    gap: 1rem
  }

  .bid-popup__add:not(:last-child) {
    margin-bottom: 3.75rem
  }

  .bid-popup__button {
    flex-grow: 1
  }

  .bid-popup__button--pc {
    display: none !important
  }

  .title {
    font-size: 1.5rem
  }

  .header__logo {
    width: 12.875rem
  }

  .social-footer__title {
    text-align: center
  }

  .social-footer__title:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .footer__wrapper:not(:last-child) {
    margin-bottom: 3.125rem
  }

  .footer__wrapper {
    flex-direction: column
  }

  .footer__logo {
    width: 1.9375rem;
    height: 3.5rem
  }

  .footer__body {
    justify-content: center
  }

  .main-page__breadcrumbs:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .courses-home__items {
    grid-template-columns: 1fr
  }

  .item-course__title {
    font-size: 1.25rem;
    text-align: center
  }

  .item-course:first-child .item-course__title {
    font-size: 1.125rem
  }

  .item-course__text {
    text-align: center;
    font-size: .875rem
  }

  .form-section {
    padding: 3.125rem 2.5625rem;
    border-radius: .625rem
  }

  .form-section__container {
    flex-direction: column;
    gap: 3.125rem
  }

  .form-section__body {
    gap: 1.25rem
  }

  .form-section__title {
    font-size: 1.5rem;
    text-align: center
  }

  .form-section__text {
    text-align: center
  }

  .form-section__button {
    min-width: 0;
    width: 100%;
    max-width: 17.375rem
  }

  .item-about-h {
    flex-direction: column
  }

  .item-about-h__image {
    aspect-ratio: 320/260
  }

  .item-about-h__body {
    flex: 0 0 auto;
    padding: 1.875rem 1.25rem
  }

  .item-about-h__title {
    font-size: 1.5rem
  }

  .item-about-h__text {
    text-align: center
  }

  .about-home__container {
    gap: 1.875rem
  }

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

  .about-home__subtitle {
    font-size: 1.25rem
  }

  .about-home__item:nth-child(even) {
    flex-direction: column-reverse
  }

  .about-home__quote {
    padding: 1.375rem 0 1.375rem 1.375rem
  }

  .speakers-home__title:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .faq-section__title:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .faq-spoilers {
    gap: .625rem;
    grid-template-columns: 1fr
  }

  .faq-spoilers__title {
    padding: 1rem 1.25rem
  }

  .faq-spoilers__body {
    padding: 1.25rem
  }

  .hero-lector {
    grid-template-columns: 1fr;
    gap: 1.875rem
  }

  .hero-lector__body {
    grid-row: 2
  }

  .hero-lector__position {
    font-size: .875rem
  }

  .hero-lector__position:not(:last-child) {
    margin-bottom: 1.25rem
  }

  .hero-lector__title {
    font-size: 1.25rem
  }

  .hero-lector__title:not(:last-child) {
    margin-bottom: 1rem
  }

  .hero-lector__button {
    align-self: center
  }

  .hero-lector__image {
    grid-row: 1;
    /*aspect-ratio: 320/380;*/
    max-width: 36.25rem
  }

  .courses__nav:not(:last-child) {
    margin-bottom: .9375rem
  }

  .courses__items {
    gap: 1.875rem 1.25rem
  }

  .courses__items:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .courses__pagination:not(:last-child) {
    margin-bottom: 1.875rem
  }

  .courses__more {
    min-width: 17.375rem
  }

  .card-course__image {
    padding: 2rem 1.25rem 1.25rem;
    min-height: 20.75rem
  }

  .card-course__tag {
    font-size: 1.125rem
  }

  .card-course__date {
    font-size: 1.875rem
  }

  .card-course__content {
    gap: 1.25rem
  }
}

@media (max-width:37.49875em) {
  .lector__info {
    flex-direction: column;
    gap: 1.875rem
  }
}

@media (max-width:31.24875em) {
  .splide__arrow--prev {
    left: .625rem !important
  }

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

  .footer__menu li {
    text-align: center
  }

  .footer__social {
    min-width: 15.625rem;
    flex-grow: 0
  }

  .item-course__footer {
    flex-direction: column;
    align-items: center
  }

  .item-course__button {
    width: 100%;
    max-width: 14rem
  }

  .about-home__image {
    aspect-ratio: 320/500;
    border-radius: .625rem
  }

  .speakers-home__slider {
    margin-right: -1.25rem
  }

  .speakers-home__slider .splide__arrow--next {
    right: 1.875rem !important
  }

  .lector__slider {
    margin-right: -1.25rem
  }
}

@media (max-width:24.99875em) {
  .courses__items {
    grid-template-columns: 1fr
  }
}

@media (max-width:22.5em) {
  .main-page {
    margin-bottom: 5rem
  }

  .main-page>*:not(.main-page__breadcrumbs):not(:last-child) {
    margin-bottom: 2.5rem
  }

  .home>*:not(:last-child) {
    margin-bottom: 2.5rem
  }
}

@media (min-width:61.99875em)and (max-width:77.4375em) {
  @supports (gap:clamp(1.875rem, -26.7374908914rem + 46.1501093029vw, 9rem)) {
    .footer__wrapper {
      gap: clamp(1.875rem, -26.7374908914rem + 46.1501093029vw, 9rem)
    }
  }

  @supports not (gap:clamp(1.875rem, -26.7374908914rem + 46.1501093029vw, 9rem)) {
    .footer__wrapper {
      gap: calc(1.875rem + 7.125*(100vw - 61.99875rem)/ 15.43875)
    }
  }
}

@media (min-width:22.5em)and (max-width:77.4375em) {
  @supports (margin-bottom:clamp(5rem, 4.4880546075rem + 2.2753128555vw, 6.25rem)) {
    .main-page {
      margin-bottom: clamp(5rem, 4.4880546075rem + 2.2753128555vw, 6.25rem)
    }
  }

  @supports not (margin-bottom:clamp(5rem, 4.4880546075rem + 2.2753128555vw, 6.25rem)) {
    .main-page {
      margin-bottom: calc(5rem + 1.25*(100vw - 22.5rem)/ 54.9375)
    }
  }

  @supports (margin-bottom:clamp(2.5rem, 1.476109215rem + 4.550625711vw, 5rem)) {
    .main-page>*:not(.main-page__breadcrumbs):not(:last-child) {
      margin-bottom: clamp(2.5rem, 1.476109215rem + 4.550625711vw, 5rem)
    }
  }

  @supports not (margin-bottom:clamp(2.5rem, 1.476109215rem + 4.550625711vw, 5rem)) {
    .main-page>*:not(.main-page__breadcrumbs):not(:last-child) {
      margin-bottom: calc(2.5rem + 2.5*(100vw - 22.5rem)/ 54.9375)
    }
  }

  @supports (margin-bottom:clamp(2.5rem, 1.476109215rem + 4.550625711vw, 5rem)) {
    .home>*:not(:last-child) {
      margin-bottom: clamp(2.5rem, 1.476109215rem + 4.550625711vw, 5rem)
    }
  }

  @supports not (margin-bottom:clamp(2.5rem, 1.476109215rem + 4.550625711vw, 5rem)) {
    .home>*:not(:last-child) {
      margin-bottom: calc(2.5rem + 2.5*(100vw - 22.5rem)/ 54.9375)
    }
  }
}

.courses__item.card-course .card-course__image {
  min-height: 433px;
  height: 433px;
}
.courses__item.card-course
  {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-bottom: 0 !important;
}

@media (any-hover:hover) {
  .select__option:hover {
    background: #eef1f4
  }

  .bid-popup__back:hover {
    background-color: #2a2e4a;
    color: #998ee0
  }

  .bid-popup__add button:not(:disabled):not(:focus):not(:active):hover {
    background-color: #3f456e;
    color: #fff
  }

  .breadcrumbs__container ul li a:hover {
    text-decoration-color: inherit
  }

  .button:not(:disabled):hover {
    background-color: #2ac3c1;
    color: #fff
  }

  .button--fill:not(:disabled):hover {
    background-color: rgba(0, 0, 0, 0);
    color: #2ac3c1
  }

  .splide__arrow:not(:disabled):hover {
    color: #000 !important
  }

  .header__search-btn:hover {
    color: #2ac3c1
  }

  .menu__body>ul li:hover {
    color: #2ac3c1
  }

  .menu__body>ul li a:hover {
    color: #2ac3c1
  }

  .social-footer__item:hover {
    background-color: #2ac3c1
  }

  .footer__menu li a:hover {
    color: #2ac3c1
  }

  .item-speakers:hover .item-speakers__body {
    top: 0;
    -webkit-transform: none;
    transform: none
  }

  .item-speakers:hover .item-speakers__button {
    opacity: 1;
    visibility: visible;
    transition: all .3s .3s, background-color .3s 0s, color .3s 0s;
    -webkit-transform: none;
    transform: none
  }

  .item-speakers:hover::before {
    opacity: 0
  }

  .item-speakers:hover::after {
    opacity: 1
  }

  .faq-spoilers__title:hover {
    color: #2ac3c1
  }

  .lector__socials a:hover {
    color: #2ac3c1;
    background-color: #fff
  }

  .courses__pagination li a:hover {
    color: #2ac3c1
  }

  .card-course:hover .card-course__decor img {
    width: 90%;
    height: 95%
  }

  .card-course__title a:hover {
    color: #2ac3c1
  }
}

@media all and not (any-hover:hover) {
  .item-speakers._active .item-speakers__body {
    top: 0;
    -webkit-transform: none;
    transform: none
  }

  .item-speakers._active .item-speakers__button {
    opacity: 1;
    visibility: visible;
    transition: all .3s .3s, background-color .3s 0s, color .3s 0s;
    -webkit-transform: none;
    transform: none
  }

  .item-speakers._active::before {
    opacity: 0
  }

  .item-speakers._active::after {
    opacity: 1
  }
}

@media screen and (-ms-high-contrast:none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__slide:focus {
    border: 3px solid #0bf
  }

  .splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus {
    border-color: #0bf
  }
}


.hero-event {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(90deg, #0B0B0B 0%, #0B4B48 100%);
  padding: 20px;
  color: #fff;
  gap: 40px;
  margin-bottom: 40px !important;
}

.hero-event .hero-event__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  flex-direction: column;
  align-items: center;
}

.hero-event .boxinfo {
  padding: 15px 30px;
  box-shadow: 0px 2px 2px 0px #FFFFFF1A;
  background-color: #FFFFFF1A;
  border-radius: 18px;
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  white-space: nowrap;
  align-items: center;
  gap: 10px;
  width: fit-content;
}

.hero-event .boxinfo.two-row {

  flex-direction: column;
  align-items: flex-start;
}

.hero-event__date-content {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.hero-event__details {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.hero-event__detail .label {
  font-weight: 400;
  font-size: 14px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
}

.hero-event__content {
  /* max-width: 600px; */
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
  margin-bottom: 40px;
}

.hero-event__tags {
  display: flex;
  gap: 16px;
  margin-bottom: 20px;
  flex-wrap: wrap;
}

.hero-event__tag {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 50px;
  padding: 8px 16px;
  font-size: 14px;
}

.hero-event__title {
  font-weight: 700;
  font-size: 22px;
  line-height: 100%;
  letter-spacing: normal;
  text-align: center;
  text-transform: uppercase;

}

.hero-event__info {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 32px;
}

.hero-event__info-item {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  padding: 12px 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
}

.hero-event__button {
  display: inline-block;
  border: 1px solid #fff;
  color: #fff;
  padding: 12px 70px;
  border-radius: 30px;
  text-decoration: none;
  transition: 0.3s;
}

.hero-event__button:hover {
  background-color: #fff;
  color: #0B4B48;
}

.hero-event__image {
  flex-shrink: 0;
  position: relative;
}

.hero-event__image-shadow {
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.15);
  /* цвет тени */
  border-radius: 20px;
  z-index: 0;
  max-width: 280px;
}

.hero-event__image img {
  /* max-width: 280px; */
  width: 100%;
  height: 100%;
  border-radius: 20px;
  display: block;
  position: relative;
  z-index: 1;
}

.hero-event__logo-vertical {
  position: absolute;
  right: -40px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
  transform-origin: right center;
  font-family: sans-serif;
  font-size: 18px;
  letter-spacing: 2px;
}

@media screen and (min-width: 980px) {
  .hero-event__container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 40px;
  }

  .hero-event .hero-event__meta {
    gap: 20px;
    flex-direction: row;
  }

  .hero-event__title {
    text-align: left;
    max-width: 425px;
  }

  .hero-event__content {
    align-items: flex-start;
    gap: 50px;
  }

  .hero-event {
    padding: 46px 20px;
    margin-bottom: 50px !important;
  }

  .hero-event__title {
    font-size: 32px;
  }

}

.expectation {
  /* padding: 60px 20px; */
  background-color: #fff;
  text-align: center;
  margin-bottom: 50px !important;
}


.expectation__title {
  font-weight: 700;
  font-size: 32px;
  line-height: 100%;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.expectation__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  text-align: center;
  margin-bottom: 30px;

}

.expectation__video {
  position: relative;
  display: inline-block;
  border-radius: 16px;
  overflow: hidden;
  max-width: 100%;
  max-height: 420px;
}

.video-preview {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 72px;
  height: 72px;
  background-color: white;
  border: none;
  border-radius: 50%;
  cursor: pointer;
  /* background-image: url('https://www.medicalacademy.com.ua/wp-content/uploads/2025/06/play-icon.png'); */
  /* SVG иконка треугольника */
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
}

.play-button__icon {
  margin-left: 6px;
  width: 35px;
}

@media (min-width: 980px) {
  .expectation__title {
    font-size: 32px;
    margin-bottom: 30px;
  }

  .expectation__text {
    font-size: 18px;
    padding-left: 110px;
    padding-right: 110px;
  }
}

.author-block__container {
  display: flex;
  /*flex-wrap: wrap;*/
  gap: 24px;
  align-items: center;
}

.author-block__photo img {
  border-radius: 12px;
  max-width: 100%;
  max-height: 350px;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  object-position: top;
}

.author-block__content {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.author-block__label {
  font-weight: 500;
  font-size: 16px;
}

.author-block__name {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}

.author-block__position {
  font-weight: 500;
  font-size: 16px;
}

.author-block__desc {
  font-weight: 700;
  font-size: 20px;
}

.author-block__links a {
  display: block;
  color: #0040d0;
  text-decoration: underline;
  margin-bottom: 4px;
}

@media (min-width: 980px) {

  .author-block__photo img {
    max-width: 284px;
    max-height: auto;
    aspect-ratio: unset;

  }

  .author-block__container {
    gap: 40px;
    justify-content: center;
  }

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

.course {
  /* padding: 40px 20px; */
}

.course__title,
.section__title {
  text-align: center;
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: 700;
  text-transform: uppercase;
}

.course__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 24px;
}

.course-program__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

.course-program__icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
}

.course-program__text {
  font-weight: 500;
  font-size: 16px;
  line-height: 1.4;
}

/* Desktop: two columns */
@media screen and (min-width: 980px) {
  .course__title {
    font-size: 32px;
    margin-bottom: 47px;
  }

  .course__grid {
    grid-template-columns: 1fr 1fr;
  }

  .course {
    /* padding: 50px 20px; */
  }
}

.course-audience__box{
  background-color: #F6F6F6;
  border-radius: 20px;
  padding: 33px 30px;
}

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

.course-schedule__tabs {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 16px;
  margin-bottom: 30px;
  overflow-x: auto;
}

.course-schedule__toggle {
  background-color: #2AC3C1;
  border-radius: 50px;
  white-space: nowrap;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: background-color 0.3s;
}

.course-schedule__toggle.active {
  background-color: #168c8a;
}

.course-schedule__contents {
  position: relative;
}

.course-schedule__events {
  padding: 0;
  margin: 0;
  list-style: none;
}

.course-schedule__event {
  /* margin-bottom: 8px; */
  padding: 20px;
  border-radius: 20px;
}

.course-schedule__event:nth-child(odd) {
  background-color: #F6F6F6;
}

.course-schedule__time {
  font-weight: bold;
  margin-right: 8px;
}

@media screen and (min-width: 980px) {
  .course-schedule__event {
    padding: 30px 20px;
  }


  .course-schedule__tabs {
    overflow-x: hidden;
  }
}



.certificate-conditions__content {
  display: grid;
}

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

.certificate-conditions__item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  margin-bottom: 16px;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0px;
  vertical-align: middle;
  position: relative;
}


.certificate-conditions__item::before {
  content: '';
  position: absolute;
  width: 2px;
  background-color: #2ac3c1;
  left: 23px;
  top: 46px;
  /* height: calc(100% + -38px); */
  height: 12px;
}

.certificate-conditions__item:last-child::before {
  /* Просто скрываем псевдо-элемент у последнего li */
  display: none;
}

.certificate-conditions__icon {
  width: 48px;
  height: 48px;
  object-fit: contain;
}

.certificate-conditions__subtitle {
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  letter-spacing: 0px;
  vertical-align: middle;
}

.certificate-conditions__image-block {
  width: 100%;
}

.certificate-conditions__image {
  width: 100%;
  height: auto;
  display: block;
}

.video-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}

.video-modal__overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  cursor: pointer;
}

.video-modal__content {
  position: relative;
  width: 90%;
  max-width: 800px;
  z-index: 10000;
}

.video-modal__content video {
  width: 100%;
  border-radius: 8px;
}

.video-modal__close {
  position: absolute;
  top: -20px;
  right: -20px;
  background: white;
  border: none;
  border-radius: 50%;
  font-size: 24px;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

@media screen and (max-width: 991px) {
.author-block__container {
    display: flex;
    gap: 24px;
    align-items: center;
    flex-direction: column;
  }
}

@media screen and (min-width: 980px) {
  .certificate-conditions__content {
    grid-template-columns: 1fr 1fr;
    align-items: center;
    column-gap: 30px;
  }
  .certificate-conditions__item {
    margin-bottom: 32px;
  }
}

.spickers__items {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  margin-bottom: 40px;
}
.spickers__item {
  display: flex;
}
.spickers__item .spicker {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
}
.spickers__img-blok{
  position: relative;
  margin-bottom: 20px;
}

.spickers__img-blok::after{
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  background: linear-gradient(to bottom, rgba(0,0,0,0) 35%, rgba(0,0,0,0.7) 100%);
}

.spickers__img-blok img {
  display: block;
  width: 100%;
  height: 355px;
  border-radius: 20px;
  object-fit: cover;
}

.spickers__seciality{
  font-weight: 500;
  font-size: 12px;
  margin-bottom: 12px;
}
.spickers__fullname{
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 20px;
}

.spickers__fullname span{
  font-weight: 700;
  display: block;
}


.spickers__seciality::before{
  content: '#';
  margin-right: 3px;
}

@media screen and (min-width: 640px) {
  .spickers__items {
    grid-template-columns: repeat(2, 1fr);
  }
  .spickers__img-blok img {
    height: 355px;
    object-position: top;
  }
}

@media screen and (min-width: 768px) {
  .spickers__items {
    grid-template-columns: repeat(3, 1fr);
  }
  .spickers__img-blok img {
    height: 435px;
  }
}

@media screen and (min-width: 1240px) {
  .spickers__items {
    grid-template-columns: repeat(4, 1fr);
  }

  .spickers__img-blok img {
    height: 355px;
    object-position: top;
  }
}

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

.text-green {
  color: #2AC3C1;
}

.lector__info h2 {
    font-size: 1.125rem;
    font-weight: 600;
    margin: 0 0 .5rem;
}

.lector__info p {
    line-height: 1.4;
    margin-bottom: 0;
}

.lector__info ul {
    padding-left: 20px;
    padding-bottom: 20px;
}

.lector__info ul li{
    list-style: disc;

}
