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

body, h1, h2, h3, h4, h5, p, figure, picture {
  margin: 0;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 400;
}

img, picture {
  display: block;
  max-width: 100%;
}

input, button, textarea, select {
  font: inherit;
}

a {
  text-decoration: none;
}

@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    scroll-behavior: auto !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
  }
}
body {
  font-family: "Roboto";
  color: #3a3e38;
  font-style: normal;
  background: #2c3330;
  font-size: 16px;
}

body::-webkit-scrollbar {
  width: 15px;
}

body.overflow {
  overflow: hidden;
}

input {
  border: none;
  border-radius: 5px;
}

a {
  color: #fff;
}

a:visited {
  text-decoration: none;
}

h2 {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 50px;
}

@media (max-width: 1220px) {
  h2 {
    font-size: 40px;
  }
}
@media (max-width: 1000px) {
  h2 {
    font-size: 30px;
  }
}
h3 {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 24px;
}

.hidden {
  display: none !important;
}

.grow-1 {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

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

.list .list__item:not(.active) {
  cursor: pointer;
}

.container {
  background: #fff;
  padding: 8px;
  border-radius: 20px;
}

@media (max-width: 1000px) {
  .container {
    padding: 4px;
  }
}
.media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.media .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 7px;
}

.flag {
  border: 1px solid #fff;
  border-radius: 3px;
}

.block {
  background: #ebf0fa;
  border-radius: 5px;
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 130px;
  padding-right: 130px;
  position: relative;
}
.block.set {
  padding: 0px;
  height: 100px;
}

.contMap {
  padding: 0px;
}
.contMap .catalog {
  height: 700px;
  grid-auto-rows: -webkit-min-content;
  grid-auto-rows: min-content;
}
.contMap .catalog .itemMap {
  padding-top: 15px;
}
.contMap .catalog .itemMap .catalog__item {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
}
.contMap .catalog .filtres {
  max-height: 630px;
  overflow: auto;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
.contMap .catalog .filtres .closeItem {
  width: 30px;
  height: 30px;
  margin: 6px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}
.contMap .catalog .filtres .closeItem::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #3a3e38;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}
.contMap .catalog .filtres .closeItem:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #3a3e38;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}

.blockMap {
  padding-bottom: 30px !important;
}

.block .maps {
  width: calc(100% + 0px);
  height: calc(100% + 0px);
  max-height: 700px;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
}

@media (max-width: 1220px) {
  .block {
    padding: 80px 30px;
  }
}
@media (max-width: 1000px) {
  .block {
    padding: 50px 16px;
  }
}
@media (max-width: 1000px) {
  .block {
    border-radius: 20px;
  }
}
._popup {
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: rgba(0, 0, 0, 0.062);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 10;
  overflow-x: auto;
}

@media (max-height: 766px) {
  ._popup {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
._popup._popup--hidden {
  display: none;
}

@media (max-width: 374px) {
  ._popup ._popup__content {
    width: 100%;
    height: 100%;
  }
}
.grid-1-2 {
  display: grid;
  grid-template-columns: 1fr 2fr;
}

@media (max-width: 1000px) {
  .grid-1-2 {
    grid-template-columns: 1fr;
  }
}
.grid-2-1 {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media (max-width: 1000px) {
  .grid-2-1 {
    grid-template-columns: 1fr;
  }
}
.grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
}

@media (max-width: 1220px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .grid-2 {
    grid-template-columns: 1fr;
  }
}
.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: stretch;
}

.grid-3a {
  display: grid;
  grid-template-columns: 1fr 2fr;
  justify-items: stretch;
}

@media (max-width: 1220px) {
  .grid-3 {
    grid-template-columns: 1fr 1fr;
  }
  .grid-3a {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .grid-3 {
    grid-template-columns: 1fr;
  }
  .grid-3a {
    grid-template-columns: 1fr;
  }
}
.grid-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: center;
}

@media (max-width: 1220px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 766px) {
  .grid-4 {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1000px) {
  .grid-min-2 {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1220px) {
  .l-2-col {
    grid-column-start: 1;
    grid-column-end: 3;
  }
}
@media (max-width: 1000px) {
  .l-2-col {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.col-2 {
  grid-column-start: 1;
  grid-column-end: 3;
}

@media (max-width: 1220px) {
  .col-2 {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.grid-gap-45 {
  -moz-column-gap: 45px;
  -webkit-column-gap: 45px;
  column-gap: 45px;
}

.grid-gap-20 {
  gap: 20px;
}

.grid-gap-15 {
  gap: 15px;
}

.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.checkbox + label {
  max-width: 400px;
  position: relative;
  padding-left: 25px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer;
}

.checkbox + label::after,
.checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 0;
  left: 0px;
}

.checkbox + label::before {
  border: 4px solid #fff;
}

.checkbox.checked + label::before {
  background: #2c5334;
  border-radius: 7px;
  top: 0;
}

.checkbox:not(:disabled):not(:checked) + label:hover::before {
  border-color: #b3d7ff;
}

.checkbox:not(:disabled):active + label::before {
  background-color: #b3d7ff;
  border-color: #b3d7ff;
}

.checkbox:focus + label::before {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.checkbox:focus:not(:checked) + label::before {
  border-color: #80bdff;
}

.checkbox:disabled + label::before {
  background-color: #e9ecef;
}

.form-hr {
  opacity: 0.1;
}

.form-group {
  margin: 30px 0;
}

.form-group .form-group__label {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
}

.form-group .form-group__input-group {
  margin: 15px 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.form-group .form-group__input-group.priceBlock {
  width: 100%;
}

.form-group .form-group__input-group:last-child {
  margin-bottom: 0;
}

.form-group:first-child {
  margin-top: 0;
}

.form-group:last-child {
  margin-bottom: 0;
}

.range-wrapper {
  position: relative;
  width: 100%;
}

.range-container {
  position: relative;
  padding: 20px 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  outline: none;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0);
  pointer-events: none;
}

.range-slider-track {
  width: 100%;
  height: 5px;
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  border-radius: 5px;
}

.range-couners {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 10px;
  font-weight: 700;
  font-size: 12px;
  color: #2c5334;
}

input[type=range]::-webkit-slider-runnable-track {
  -webkit-appearance: none;
  height: 5px;
}

input[type=range]::-moz-range-track {
  -moz-appearance: none;
  height: 5px;
}

input[type=range]::-ms-track {
  appearance: none;
  height: 5px;
}

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 5px solid #2c5334;
  margin-top: -8px;
}

input[type=range]::-moz-range-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 5px solid #2c5334;
}

input[type=range]::-ms-thumb {
  -webkit-appearance: none;
  cursor: pointer;
  pointer-events: auto;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  background-color: #fff;
  border: 5px solid #2c5334;
}

input[type=range]:active::-webkit-slider-thumb {
  background-color: #fff;
  border: 3px solid #2c5334;
}

@-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;
  -moz-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__container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}

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

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

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  list-style-type: none !important;
  margin: 0;
  position: relative;
}
.splide__slide .itemDormFav, .splide__slide .itemFav {
  position: absolute;
  top: 18px;
  right: 18px;
  z-index: 5;
  display: block;
  width: 18px;
  height: 18px;
  background: url("/publ/src/img/fav.svg") center no-repeat;
  cursor: pointer;
}
.splide__slide .itemDormFav.set, .splide__slide .itemFav.set {
  background: url("/publ/src/img/fav_act.svg") center no-repeat;
}

.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: rgba(0, 0, 0, 0);
  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;
}

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

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

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

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  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: rgba(0, 0, 0, 0);
  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;
}

@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;
  -moz-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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 2em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-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: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.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);
  -ms-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: 0.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: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

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

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.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: rgba(0, 0, 0, 0);
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .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;
  }
}
.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 rgba(0, 0, 0, 0);
  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);
  -ms-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);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-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);
  -ms-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

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

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

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

.splide__pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  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;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-flex-negative: 0;
  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: rgba(0, 0, 0, 0);
  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;
}

@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;
  -moz-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 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 3em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 3em;
  z-index: 1;
}

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

.splide__arrow:hover:not(:disabled) {
  opacity: 0.9;
}

.splide__arrow:disabled {
  opacity: 0.3;
}

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

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

.splide__arrow--prev {
  left: -4em;
}

.splide__arrow--next {
  right: -4em;
}

@media (max-width: 1220px) {
  .splide__arrow--prev {
    left: -2em;
  }
  .splide__arrow--next {
    right: -2em;
  }
}
@media (max-width: 1000px) {
  .splide__arrow--prev {
    left: 0px;
  }
  .splide__arrow--next {
    right: 0px;
  }
}
.splide.is-focus-in .splide__arrow:focus {
  outline: 3px solid #0bf;
  outline-offset: 3px;
}

.splide__pagination {
  bottom: 0.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: 0.7;
  padding: 0;
  position: relative;
  -webkit-transition: -webkit-transform 0.2s linear;
  transition: -webkit-transform 0.2s linear;
  transition: transform 0.2s linear;
  transition: transform 0.2s linear, -webkit-transform 0.2s linear;
  width: 8px;
}

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

.splide__pagination__page:hover {
  cursor: pointer;
  opacity: 0.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: rgba(0, 0, 0, 0);
}

.splide__slide img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.splide__slide:focus {
  outline: 0;
}

@supports (outline-offset: -3px) {
  .splide__slide:focus-visible {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .splide__slide:focus-visible {
    border: 3px solid #0bf;
  }
}
@supports (outline-offset: -3px) {
  .splide.is-focus-in .splide__slide:focus {
    outline: 3px solid #0bf;
    outline-offset: -3px;
  }
}
@media screen and (-ms-high-contrast: none) {
  .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;
  }
}
.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 rgba(0, 0, 0, 0);
  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);
  -ms-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);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
}

.splide__arrows--ttb .splide__arrow {
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-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);
  -ms-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);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.splide__pagination--ttb {
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  left: auto;
  padding: 1em 0;
  right: 0.5em;
  top: 0;
}

.splide__slide--has-video {
  cursor: pointer;
}

.splide__slide--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__slide__container--has-video {
  cursor: pointer;
  position: relative;
}

.splide__slide__container--has-video:hover .splide__video__play {
  opacity: 1;
}

.splide__video {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.splide__video__wrapper {
  background: #000;
  height: inherit;
  width: inherit;
}

.splide__video__wrapper div, .splide__video__wrapper iframe, .splide__video__wrapper video {
  height: 100%;
  width: 100%;
}

.splide__video__play {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #ccc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  left: 50%;
  opacity: 0.7;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.1s linear;
  transition: opacity 0.1s linear;
  width: 40px;
}

.splide__video__play:after {
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) #000;
  border-style: solid;
  border-width: 9px 0 9px 17px;
  content: "";
  display: inline-block;
  margin-left: 4px;
}

.video-slide {
  min-height: 300px;
}

.video-slide img {
  border-radius: 5px;
}

.video-slide video {
  min-height: 300px;
}

.dropdown {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  z-index: 1;
}

.dropdown .list__item {
  cursor: pointer;
  border-radius: 5px;
  padding: 10px 15px;
}

.dropdown .list__item.active {
  font-weight: 800;
  color: #000;
}

.dropdown .list__item:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown .dropdown__title {
  cursor: pointer;
  border-radius: 5px;
  padding: 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown .dropdown__title:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.dropdown .dropdown__title .text {
  word-break: break-all;
  max-height: 2rem;
  overflow: hidden;
}

.dropdown .dropdown__list {
  max-height: 0;
  overflow: hidden;
}

.dropdown .dropdown__list.active {
  max-height: unset;
}

.dropdown .dropdown__list.visible {
  overflow: visible;
}

.dropdown .dropdown__arrow {
  position: relative;
  margin: 0 10px 0 6px;
  display: inline;
}

@media (max-width: 1220px) {
  .dropdown .dropdown__arrow {
    margin: 0 20px 0 6px;
  }
}
.dropdown .dropdown__arrow .arrow::after, .dropdown .dropdown__arrow .arrow::before {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  content: "";
  position: absolute;
  width: 8px;
  height: 1px;
  border-radius: 2px;
  background-color: #fff;
  top: 50%;
}

.dropdown .dropdown__arrow .arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dropdown .dropdown__arrow .arrow::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 5px;
}

.dropdown.active {
  z-index: 2;
}

.dropdown.active .arrow.active::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.dropdown.active .arrow.active::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 5.5px;
}

.dropdown.lastActive {
  z-index: 2;
}

.dropdown.blacks .arrow::after, .dropdown.blacks .arrow::before {
  background: #000;
}

.dropdown__arrow.big-arrow .arrow::after, .dropdown__arrow.big-arrow .arrow::before {
  width: 14px;
  height: 2px;
}

.dropdown__arrow.big-arrow .arrow.active::before, .dropdown__arrow.big-arrow .arrow::before {
  left: 9px;
}

@media (max-width: 1000px) {
  .dropdown__arrow.big-arrow-m .arrow::after, .dropdown__arrow.big-arrow-m .arrow::before {
    width: 14px;
    height: 2px;
  }
  .dropdown__arrow.big-arrow-m .arrow.active::before, .dropdown__arrow.big-arrow-m .arrow::before {
    left: 9px;
  }
}
.lk-instituts__grid.active {
  margin: 25px 0px 0px;
}

.btn {
  cursor: pointer;
  border-radius: 5px;
  border: none;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  padding: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.btn-m {
  padding: 20px 50px;
  font-size: 16px;
}

.btn-transporent {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.1);
}

.btn-transporent:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.btn-transporent:active {
  background: rgba(242, 242, 242, 0.1);
}

.btn-transporent:visited {
  color: #fff;
}

.btn-main {
  background: #2c5334;
  color: #fff;
}

.btn-main:hover {
  background-color: #35643e !important;
}

.btn-main:active {
  background: #23422a;
}

.btn-main:visited {
  color: #fff;
}

.btn-white {
  background: #fff;
}

.btn-white:hover {
  background-color: #fafafa;
}

.btn-white:active {
  background: #e6e6e6;
}

.btn-unactive {
  color: #000;
  background: #ebf0fa;
}

.btn-unactive:hover {
  background-color: #f3f6fc;
}

.btn-unactive:active {
  background: #d7e1f5;
}

.btn-unactive:visited {
  color: #000;
}

.copirate {
  font-weight: 300;
  font-size: 15px;
  opacity: 0.8;
  letter-spacing: -0.01em;
}

@media (max-width: 1220px) {
  .copirate {
    margin-top: 18px;
  }
}
header.header {
  color: #fff;
  background: #2c5334;
}

header.header .header__grid {
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1220px) {
  header.header .header__grid {
    padding: 10px 15px;
  }
}
header.header .nav {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  font-weight: 500;
  font-size: 18px;
}

header.header .nav .nav__logo {
  padding: 16px 11px;
}

@media (min-width: 1220px) {
  header.header .nav .nav__logo {
    display: none;
  }
}
header.header .nav .nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

header.header .nav .nav__list .list__item {
  margin: 0 25px;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

header.header .nav .nav__list .list__item:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

header.header .nav .nav__footer {
  border-top: 1px solid rgba(245, 245, 245, 0.2);
  margin-top: 16px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

header.header .nav .nav__footer .phone {
  margin: 25px 0;
  font-weight: 300;
}

header.header .nav .nav__footer .btn-block {
  max-width: 330px;
}

header.header .nav .nav__footer .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

header.header .nav .nav__footer .options .btn {
  padding: 15px;
}

header.header .nav .nav__footer .options .profile-btn {
  font-size: 20px;
  padding: 15px 50px;
}

header.header .nav .nav__footer .media {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (min-width: 1220px) {
  header.header .nav .nav__footer {
    display: none;
  }
}
@media (max-width: 1500px) {
  header.header .nav {
    font-size: 16px;
  }
}
@media (max-width: 1220px) {
  header.header .nav {
    background: conic-gradient(from 141deg at 50% 50%, #4F8863 0deg, #2C5334 102.08deg, #103927 189.38deg, #233727 279.38deg, #417A51 360deg);
    position: fixed;
    z-index: 5;
    top: 0;
    left: 0;
    -webkit-transform: translateY(-110vh);
    -ms-transform: translateY(-110vh);
    transform: translateY(-110vh);
    width: 100%;
    height: 100%;
    overflow-y: hidden;
    font-size: 20px;
  }
  header.header .nav .nav__list {
    font-weight: 400;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  header.header .nav .list__item {
    line-height: 59px;
  }
  header.header .nav.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
.logo {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-size: 36px;
  line-height: 33px;
}

@media (min-width: 1220px) {
  .logo {
    padding-bottom: 10px;
  }
}
@media (max-width: 1220px) {
  .logo {
    font-size: 26px;
  }
}
.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.options .option {
  justify-self: stretch;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 8px;
}
.options .option.profile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  margin: auto;
}

.options .option .btn {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1220px) {
  .options {
    display: none;
  }
}
.profile .profile-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 18px;
}

.profile .profile-ico {
  margin-right: 10px;
}

.profile .logout-ico {
  width: 20px;
}

.lang {
  min-width: 60px;
}

.lang .dropdown {
  position: absolute;
  background-color: rgba(255, 255, 255, 0.1);
}

.lang .dropdown__title {
  padding: 10px;
}

.burger-btn {
  border-radius: 5px;
  position: absolute;
  top: 0;
  right: 0px;
  z-index: 6;
  display: none;
  width: 50px;
  height: 50px;
  background-color: #2c5334;
}

@media (max-width: 1220px) {
  .burger-btn {
    display: block;
    position: fixed;
  }
}
.burger-btn .hamburger__part {
  position: absolute;
  top: 23px;
  left: 50%;
  width: 32px;
  height: 3px;
  margin-left: -16px;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  -webkit-transition-duration: 75ms;
  transition-duration: 75ms;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  background: #fff;
  border-radius: 5px;
}

.burger-btn .hamburger__part--top {
  top: 14px;
  -webkit-transition: top 75ms ease 0.12s, opacity 75ms ease;
  transition: top 75ms ease 0.12s, opacity 75ms ease;
}

.burger-btn .hamburger__part--bottom {
  top: 33px;
  -webkit-transition: top 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms ease 0.12s, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: top 75ms ease 0.12s, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

.burger-btn.active {
  background-color: rgba(0, 0, 0, 0);
}

.burger-btn.active .hamburger__part--top {
  top: 23px;
  -webkit-transition: top 75ms ease, opacity 75ms ease 0.12s;
  transition: top 75ms ease, opacity 75ms ease 0.12s;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  opacity: 0;
}

.burger-btn.active .hamburger__part--middle {
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.burger-btn.active .hamburger__part--bottom {
  top: 23px;
  -webkit-transition: top 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 75ms ease, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  transition: top 75ms ease, transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s, -webkit-transform 75ms cubic-bezier(0.215, 0.61, 0.355, 1) 0.12s;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.close-btn {
  width: 30px;
  height: 30px;
  position: absolute;
  right: 0;
  top: 0;
  margin: 20px;
  cursor: pointer;
}

.close-btn span {
  position: relative;
}

.close-btn span::after, .close-btn span::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #3a3e38;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}

.close-btn span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.auth {
  border-radius: 5px;
  background: #fff;
  padding: 40px 45px;
  position: relative;
}

@media (max-width: 374px) {
  .auth {
    padding: 35px 16px;
    width: 100%;
    min-height: 100%;
    border-radius: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.auth .dropdown {
  background: #fff;
  border: 1px solid #cfd5e0;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  padding: 5px;
  width: calc(100% - 0px);
  position: relative;
}

.auth .dropdown .dropdown__title {
  color: #000;
  font-weight: 500;
}

.auth .dropdown .dropdown__arrow {
  margin: 0 20px 0 6px;
}

.form-title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 40px;
}

.form-txt {
  margin: 10px 0px 0px 0px;
}

.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form label {
  color: #a3a3a3;
  font-size: 15px;
}

.form .dropdown {
  border-radius: 5px;
  border: 1px solid #cfd5e0;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: 20px;
  position: relative;
}
.form .dropdown.active .dropdown__list {
  position: absolute;
  width: calc(100% + 2px);
  background: #fff;
  border: 1px solid #cfd5e0;
  z-index: 2;
  top: 50px;
  left: -1px;
  border-radius: 0px 0px 5px 5px;
  border-top: 0px;
}
.form .dropdown.err {
  color: #f00;
  border-color: #f00;
}

.form input,
.form select {
  border-radius: 5px;
  border: 1px solid #cfd5e0;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 20px;
}
.form input.err,
.form select.err {
  color: #f00;
  border-color: #f00;
}

.form .forgot-password-btn {
  color: #2c5334;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  margin: 15px 0;
}

.login .privacy {
  margin: 0px 0px 30px;
  width: 280px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 20px;
  font-size: 13.5px;
  line-height: 1.2;
}
.login .privacy a {
  color: #2c5334;
  text-decoration: underline;
}

.login .alternative-login {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  border-top: 1px solid #a3a3a3;
  border-bottom: 1px solid #a3a3a3;
  padding: 30px 0;
  margin: 30px 0 20px 0;
}

.login .alternative-login .btn {
  color: #3a3e38;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 50px;
}

.login .alternative-login .btn img {
  padding-right: 8px;
}

.login .alternative-login .btn:last-child {
  margin-top: 20px;
}

.login .alternative-login .else {
  -ms-flex-item-align: center;
  align-self: center;
  background: #fff;
  margin-top: -40px;
  padding: 0 15px 20px 15px;
}

@media (max-width: 1000px) {
  .login .alternative-login .btn {
    padding: 15px 25px;
  }
}
.regin .privacy {
  margin: 0px 0px 30px;
  width: 400px;
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 20px;
  font-size: 13.5px;
  line-height: 1.2;
}
.regin .privacy a {
  color: #2c5334;
  text-decoration: underline;
}

.regin .regin-form {
  border-bottom: 1px solid #a3a3a3;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.regin .regin-form .alert {
  font-size: 12px;
  color: #f00;
  margin: 10px 0px 0px;
}

.regin .regin-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 800;
  font-size: 18px;
  color: #a3a3a3;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 10px;
  font-family: "Roboto Slab";
}

@media (max-width: 765px) {
  .regin .regin-type .dropdown {
    position: relative;
    z-index: 5;
  }
  .regin .regin-type .dropdown .dropdown__title {
    color: #000;
    font-size: 16px;
    font-weight: normal;
  }
  .regin .regin-type .dropdown .dropdown__list {
    width: 100%;
    position: absolute;
    top: 51px;
    left: 0px;
    z-index: 3;
    background: #edf2fb;
  }
  .regin .regin-type .dropdown .dropdown__list .list__item {
    font-weight: normal;
    font-size: 16px;
  }
}
.regin .regin-type .dropdown {
  background: #edf2fb;
  width: 100%;
}

@media (min-width: 766px) {
  .regin .regin-type .dropdown {
    background: none;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%;
  }
  .regin .regin-type .dropdown .dropdown__title {
    display: none;
  }
  .regin .regin-type .dropdown .dropdown__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-height: 100vh;
    gap: 10px;
  }
  .regin .regin-type .dropdown .list__item {
    border: 1px dashed;
  }
  .regin .regin-type .dropdown .list__item.active {
    border: 1px solid;
  }
}
.regin .regin-type .type {
  cursor: pointer;
}

.regin .regin-type .type.active {
  color: #3a3e38;
}

.regin .regin-institute .dropdown {
  margin-top: 20px;
  position: relative;
}
.regin .regin-institute .dropdown .dropdown__list {
  position: absolute;
  width: calc(100% + 2px);
  top: 46px;
  left: -1px;
  background: #fff;
  border-radius: 0px 0px 5px 5px;
  border: 1px solid #cfd5e0;
  border-top: 0px;
  display: none;
}
.regin .regin-institute .dropdown .dropdown__list.active {
  display: block;
}

.regin .politics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 20px 0;
}

.regin .politics .checkbox + label {
  max-width: 400px;
  position: relative;
  padding-left: 30px;
}

.regin .politics .checkbox + label::after, .regin .politics .checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 0;
  left: 5px;
}

.regin .politics .checkbox + label::before {
  border: 4px solid #fff;
}

.regin .politics .checkbox.checked + label::before {
  background: #2c5334;
  border-radius: 7px;
  top: 0;
}

.forgot-password input {
  margin-bottom: 20px;
}

.forgot-password .alternative {
  padding-top: 15px;
  margin-top: 15px;
  border-top: 1px solid #a3a3a3;
}

.login, .regin, .regin-institute, .regin-enrollee, .forgot-password {
  display: none;
}

.login.active, .regin.active, .regin-institute.active, .regin-enrollee.active, .forgot-password.active {
  display: block;
}

.captcha {
  margin-top: 20px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.captcha .g-recaptcha {
  -webkit-transform: scale(1.11);
  -ms-transform: scale(1.11);
  transform: scale(1.11);
}

@media (max-width: 766px) {
  .captcha .g-recaptcha {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }
}
.pass {
  position: relative;
}

.pass img {
  right: 15px;
  top: 36px;
  position: absolute;
  cursor: pointer;
}

.pass input {
  width: 100%;
}

.alternative {
  text-align: center;
}

.alternative a {
  color: #2c5334;
  font-size: 15px;
  font-weight: 500;
}

.login .alternative .btn,
.regin .alternative .btn,
.forgot-password .alternative .btn {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer {
  color: #fff;
  padding: 0 40px;
}

.footer .footer__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer .top-side {
  padding: 80px 0 60px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1220px) {
  .footer .top-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    text-align: center;
  }
}
.footer .top-side .navigation {
  font-weight: 400;
  font-size: 15px;
  letter-spacing: -0.01em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 130px;
  max-width: 1300px;
}
.footer .top-side .navigation a {
  opacity: 0.8;
}
.footer .top-side .navigation a:hover {
  opacity: 1;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

@media (max-width: 1220px) {
  .footer .top-side .navigation {
    display: none;
  }
}
.footer .top-side .navigation .list {
  max-width: 150px;
}

.footer .top-side .navigation .list li {
  padding-bottom: 20px;
}

.footer .top-side .options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1220px) {
  .footer .top-side .options {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 766px) {
  .footer .top-side .options {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.footer .top-side .options .option {
  margin: 5px 0;
}

.footer .top-side .options .phone {
  margin-bottom: 20px;
}

.footer .top-side .options .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 10px 15px;
}

@media (max-width: 1220px) {
  .footer .top-side .options .btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 300px;
    padding: 18px 15px;
  }
}
@media (max-width: 766px) {
  .footer .top-side .options .btn {
    width: 100%;
  }
}
.footer .top-side .options .btn img {
  margin-right: 10px;
}

.footer .bottom-side {
  padding: 12px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1220px) {
  .footer .bottom-side {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}
.preheader {
  background: conic-gradient(from 116.28deg at 50% 50%, #4F8863 0deg, #2C5334 102.08deg, #103927 189.38deg, #233727 279.38deg, #417A51 360deg);
  margin-top: -150px;
  margin-bottom: -25px;
  padding: 225px 100px 125px 100px;
}

@media (max-width: 1220px) {
  .preheader {
    padding: 165px 16px 70px 16px;
  }
}
.preheader .headliner {
  color: #fff;
  font-family: "Roboto Slab";
  font-weight: 800;
  text-align: center;
}

.preheader .headliner .headliner__primary {
  font-size: 80px;
  line-height: 106px;
}

@media (max-width: 1220px) {
  .preheader .headliner .headliner__primary {
    font-size: 38px;
    line-height: normal;
  }
}
.preheader .headliner .headliner__secondary {
  font-size: 40px;
  line-height: 53px;
  letter-spacing: 5px;
}

@media (max-width: 1220px) {
  .preheader .headliner .headliner__secondary {
    font-size: 19px;
    line-height: normal;
  }
}
@supports (-webkit-text-stroke: 1px white) {
  .preheader .headliner .headliner__secondary {
    color: rgba(0, 0, 0, 0);
    -webkit-text-stroke: 0.5px #fff;
  }
}
.preheader .filters {
  background: rgba(255, 255, 255, 0.5);
  border: 1px solid #fff;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  border-radius: 5px;
  padding: 45px;
  margin-top: 75px;
  position: relative;
  z-index: 4;
}

@media (max-width: 1500px) {
  .preheader .filters {
    padding: 20px;
  }
}
@media (max-width: 1220px) {
  .preheader .filters {
    margin-top: 20px;
  }
}
.preheader .filters .filters__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1220px) {
  .preheader .filters .filters__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.preheader .filters .filter {
  width: 100%;
  position: relative;
  color: #787878;
  padding: 0 7px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
}

.preheader .filters .filter:first-child {
  padding: 0;
  padding-right: 7px;
}

@media (max-width: 1500px) {
  .preheader .filters .filter:first-child {
    padding-right: 14px;
  }
}
@media (max-width: 1220px) {
  .preheader .filters .filter:first-child {
    padding-right: 0;
    margin-top: 0;
  }
}
@media (max-width: 1220px) {
  .preheader .filters .filter {
    padding: 0;
    margin: 12px 0;
  }
}
.preheader .filters .filter .input {
  width: calc(100% - 7px);
}

.preheader .filters .filter .input img {
  position: absolute;
  left: 20px;
  top: 18px;
}

@media (max-width: 1500px) {
  .preheader .filters .filter .input img {
    left: 10px;
    width: 25px;
    height: 25px;
  }
}
.preheader .filters .filter .input input {
  width: 100%;
  height: 100%;
  padding: 20px 5px 20px 55px;
}

@media (max-width: 1500px) {
  .preheader .filters .filter .input {
    width: 100%;
  }
  .preheader .filters .filter .input input {
    padding: 20px 5px 20px 45px;
  }
}
.preheader .filters .filter .dropdown {
  width: calc(100% - 14px);
  left: 0;
  position: absolute;
  background: #fff;
  min-height: 100%;
}

@media (max-width: 1220px) {
  .preheader .filters .filter .dropdown {
    width: 100%;
  }
}
.preheader .filters .filter .dropdown .dropdown__title {
  padding: 20px 10px 20px 55px;
}

.preheader .filters .filter .dropdown .dropdown__title img {
  position: absolute;
  left: 20px;
  top: 18px;
}

.preheader .filters .filter .dropdown .list__item:first-child {
  opacity: 0.5;
}

.fcountry .dropdown .list__item:first-child {
  opacity: 0.5;
}

.fcountry .dropdown__list.active {
  max-height: 200px;
  overflow: auto;
}

.preheader .filters .filter .dropdown .dropdown__list.active {
  max-height: 200px;
  overflow: auto;
}

.list__itemType {
  opacity: 1 !important;
}

@media (max-width: 1500px) {
  .preheader .filters .filter .dropdown .dropdown__title img {
    left: 10px;
    width: 25px;
    height: 25px;
  }
}
@media (max-width: 1500px) {
  .preheader .filters .filter .dropdown .dropdown__title {
    padding: 20px 10px 20px 40px;
  }
}
.preheader .filters .filter .dropdown .arrow::after, .preheader .filters .filter .dropdown .arrow::before {
  background: #000;
}

.preheader .filters .filters-btn {
  background: #2c5334;
  padding: 10px 30px;
  font-size: 18px;
}

@media (max-width: 1220px) {
  .preheader .filters .filters-btn {
    margin-top: 12px;
    height: 60px;
  }
}
.content-collection {
  padding: 80px 130px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
}

@media (max-width: 1500px) {
  .content-collection {
    padding: 80px 0px;
  }
}
@media (max-width: 1220px) {
  .content-collection {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .content-collection {
    grid-template-columns: repeat(1, 1fr);
    padding: 50px 0;
  }
}
.collection__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  margin: 10px;
  padding: 20px;
  border-radius: 5px;
}

@media (max-width: 374px) {
  .collection__item {
    padding: 10px;
  }
}
.collection__item .preview {
  background: #ebf0fa;
  padding: 25px;
  border-radius: 5px;
}

.collection__item .title {
  font-weight: 700;
  font-size: 20px;
  padding: 20px;
}

@media (max-width: 766px) {
  .collection__item .title {
    padding: 30px;
  }
}
@media (max-width: 374px) {
  .collection__item .title {
    padding: 20px;
  }
}
.collection__item:hover {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
  background: #2c5334;
}

.collection__item:hover .preview {
  background: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.7s;
  transition: 0.7s;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.block-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}

.block-header .header__title {
  color: #3a3e38;
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 61px;
}

@media (max-width: 1000px) {
  .block-header .header__title {
    font-size: 40px;
    line-height: 53px;
  }
}
.block-header .header__more {
  color: #2c5334;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}

@media (max-width: 1000px) {
  .block-header .header__more {
    display: none;
  }
}
.mobile__more {
  display: none;
  color: #2c5334;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  padding: 20px;
}

@media (max-width: 1000px) {
  .mobile__more {
    display: block;
  }
}
.blog {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 130px;
  padding-right: 130px;
}

@media (max-width: 1220px) {
  .blog {
    padding: 80px 30px;
  }
}
@media (max-width: 1000px) {
  .blog {
    padding: 50px 16px;
  }
}
.blog .splide__track {
  margin: -20px -10px !important;
  padding: 20px 10px !important;
  margin-right: 0 !important;
}

.blog .splide__slide {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.blog .splide__arrow {
  background: #ebf0fa;
}

.blog .post {
  width: 320px;
  height: 100%;
}

@media (max-width: 766px) {
  .content {
    border-radius: 15px;
  }
}
.content .content__block {
  margin-bottom: 80px;
}

.content .content__block:last-child {
  margin-bottom: 0;
}

.content .content__item {
  position: relative;
  display: block;
}

.content .content__item:hover .item__img {
  -webkit-transition-duration: 2s;
  transition-duration: 2s;
  -webkit-transition-property: background-gradient;
  transition-property: background-gradient;
  background: conic-gradient(from 116.28deg at 50% 50%, rgba(79, 136, 99, 0.85) 0deg, rgba(44, 83, 52, 0.85) 102.08deg, rgba(16, 57, 39, 0.85) 189.38deg, rgba(35, 55, 39, 0.85) 279.38deg, rgba(65, 122, 81, 0.85) 360deg);
}

.content .content__item .item__img {
  background: linear-gradient(22.84deg, rgba(16, 57, 39, 0.9) 26.03%, rgba(16, 57, 39, 0) 48.51%);
  border-radius: 5px;
  height: 385px;
}

.content .content__item .item__img img {
  border-radius: 5px;
  -o-object-fit: cover;
  object-fit: cover;
  height: 100%;
  width: 100%;
  opacity: 0.9;
  position: relative;
  z-index: -1;
}

.content .content__item .item__info {
  position: absolute;
  z-index: 1;
  bottom: 0;
  color: #fff;
  font-size: 20px;
  line-height: 22px;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.content .content__item .item__info .info__flag {
  height: 22px;
}

.content .content__item .item__info .info__more {
  display: none;
}

.content .content__item .item__info .info__title {
  margin-top: 15px;
  margin-bottom: 5px;
}

.content .content__item .item__info .info__price {
  font-size: 24px;
  line-height: 34px;
  font-weight: 500;
}

.content .content__item:hover .item__info {
  bottom: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.content .content__item:hover .item__info .info__flag {
  height: auto;
}

.content .content__item:hover .item__info .info__more {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.content .content__item:hover .item__info .info__more .btn {
  padding: 15px 30px;
  font-size: 20px;
  background: none;
  border: 1px solid #fff;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  color: #fff;
}

.content .content__item:hover .item__info .info__more .btn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.institute-intro {
  color: #fff;
  padding-bottom: 50px;
  margin-bottom: -50px;
  background-size: cover !important;
  background-position: center !important;
}

.institute-intro .intro__grid {
  padding-top: 100px;
  padding-bottom: 100px;
  padding-left: 140px;
  padding-right: 140px;
  padding-top: 120px;
  padding-bottom: 30px;
  display: grid;
  -moz-column-gap: 100px;
  -webkit-column-gap: 100px;
  column-gap: 100px;
  row-gap: 10px;
  grid-template-columns: 3fr 2fr;
}

@media (max-width: 1220px) {
  .institute-intro .intro__grid {
    padding: 80px 30px;
  }
}
@media (max-width: 1000px) {
  .institute-intro .intro__grid {
    padding: 50px 16px;
  }
}
@media (max-width: 1000px) {
  .institute-intro .intro__grid {
    grid-template-columns: 1fr;
  }
}
.institute-intro .breadcrunch {
  opacity: 0.5;
  grid-column-start: 1;
  grid-column-end: span 2;
}

@media (max-width: 1000px) {
  .institute-intro .breadcrunch {
    grid-column-end: 1;
  }
}
.institute-intro .institut-name {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
}

@media (max-width: 1000px) {
  .institute-intro .institut-name {
    font-size: 24px;
  }
}
.institute-intro .institut-date {
  padding-top: 20px;
  opacity: 0.9;
}

.institute-intro {
  position: relative;
}
.institute-intro .btn_fix {
  height: 155px;
  width: 50px;
  padding: 6px 6px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column wrap;
  flex-flow: column wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
  border-radius: 10px;
  background: var(--1, linear-gradient(95deg, #195550 8.08%, #3C8E7A 83.15%));
  color: #FFF;
  font-family: Inter;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.72px;
  border: 0px;
  position: fixed;
  bottom: 5px;
  right: 4px;
  z-index: 77;
}
.institute-intro .btn_fix:after {
  content: "";
  display: block;
  width: 38px;
  height: 38px;
  background: url("/publ/src/img/new/phone.svg") center no-repeat;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}
.institute-intro .btn_fix span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  width: 155px;
  position: absolute;
  top: 0px;
  right: -62px;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.institute-intro .institut-contacts {
  margin-bottom: 130px;
  letter-spacing: 0.03em;
}
.institute-intro .institut-contacts .btn_block {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.institute-intro .institut-contacts .btn_block .btn_mess {
  width: 100%;
  height: 45px;
  padding: 0px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  background: #2c5334;
  border-radius: 5px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1;
  text-align: center;
  color: #FFFAFA;
  border: 0px;
  margin-top: 20px;
}
.institute-intro .institut-contacts .btn_block .btn_mess:hover {
  background: #35643e;
}
.institute-intro .institut-contacts .btn_block .btn_fav {
  border: 1px solid #FFFFFF;
  border-radius: 5px;
  background: none;
  cursor: pointer;
  width: 100%;
  height: 45px;
  padding: 0px 22px;
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #FFFAFA;
  margin: 20px 0px 0px;
}
.institute-intro .institut-contacts .btn_block .btn_fav:before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background: url("/publ/src/img/fav.svg") center no-repeat;
  background-size: contain;
  margin: 0px 7px 0px 0px;
}
.institute-intro .institut-contacts .btn_block .btn_fav.set:before {
  background: url("/publ/src/img/fav_act.svg") center no-repeat;
  background-size: contain;
}

@media (max-width: 1000px) {
  .institute-intro .institut-contacts {
    margin: 60px 0;
  }
}
.institute-intro .institut-contacts .contact {
  padding: 11px 0;
  font-weight: 300;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.institute-intro .institut-contacts .contact a, .institute-intro .institut-contacts .contact span {
  margin-left: 5px;
  font-weight: 500;
  text-decoration: underline;
}

.institute-intro .institut-contacts .contact img {
  padding-right: 15px;
}

.institute-intro .note {
  border-radius: 5px;
  background: #2c5334;
  padding: 5px 10px;
  display: inline-block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.institute-intro .country {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.institute-intro .country .flag {
  margin-right: 15px;
  width: 33px;
}

@media (min-width: 766px) {
  .institut-info.act {
    padding-bottom: 0px;
  }
}
.institut-info .institut-info__item {
  margin-bottom: 100px;
}

.institut-info .institut-info__item:last-child {
  margin-bottom: 0;
}

.institut-info .institut-info__stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 20px;
}

@media (max-width: 1220px) {
  .institut-info .institut-info__stats {
    grid-template-columns: 1fr;
  }
}
.institut-info .institut-info__stats .stat {
  border-radius: 5px;
  background: #fff;
  padding: 25px;
  display: grid;
  grid-template-columns: 2fr 1fr;
}

.institut-info .institut-info__stats .stat .stat__name {
  font-size: 20px;
  font-weight: 500;
  -ms-flex-item-align: center;
  align-self: center;
}

.institut-info .institut-info__stats .stat .stat__count {
  border-radius: 5px;
  padding: 25px 10px;
  background-color: #ebf0fa;
  font-size: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  height: 100%;
}

@media (max-width: 1500px) {
  .institut-info .institut-info__stats .stat .stat__count {
    font-size: 30px;
    min-height: 140px;
  }
}
.institut-info .institut-info__reference {
  border-radius: 5px;
  padding: 15px;
  background: #fff;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-column-gap: 45px;
  -moz-column-gap: 45px;
  column-gap: 45px;
  row-gap: 30px;
}
.institut-info .institut-info__reference.set {
  grid-template-columns: 1fr;
}

@media (max-width: 1000px) {
  .institut-info .institut-info__reference {
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }
}
.institut-info .institut-info__reference .reference__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.institut-info .institut-info__reference .reference__preview {
  border-radius: 5px;
  max-height: 440px;
}

.institut-info .institut-info__reference .reference__preview img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}

.institut-info .institut-info__reference .reference__tittle {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 30px;
  line-height: 120%;
}

.institut-info .institut-info__reference .reference__text {
  margin: 25px 0;
}
.institut-info .institut-info__reference .reference__text.full {
  margin-top: 0px;
  display: none;
}
.institut-info .institut-info__reference .reference__text.full.active {
  display: block;
}

.institut-info .institut-info__reference .reference__more .btn {
  display: inline-block;
  background: #2c5334;
  padding: 15px 50px;
  text-align: center;
}

@media (max-width: 1000px) {
  .institut-info .institut-info__reference .reference__more .btn {
    display: block;
  }
}
.institut-info .institut-info__reference .reference__more .btn:hover {
  background: #35643e;
}

.institut-info .institut-info__reference .reference__more .btn:active {
  background: #23422a;
}

.institut-info .institut-info__parameters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}

@media (max-width: 1220px) {
  .institut-info .institut-info__parameters {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .institut-info .institut-info__parameters {
    grid-template-columns: 1fr;
  }
}
.institut-info .institut-info__parameters .parameter {
  border-radius: 5px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.institut-info .institut-info__parameters .parameter .parameter__img {
  border: 1px solid #2c5334;
  border-radius: 50%;
  margin-right: 35px;
  padding: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 374px) {
  .institut-info .institut-info__parameters .parameter .parameter__img {
    padding: 10px;
    margin-right: 5px;
  }
}
.institut-info .institut-info__parameters .parameter .parameter__text {
  font-size: 20px;
}

.institut-info .institut-info__parameters .parameter .parameter__text p {
  color: #2c5334;
  font-size: 15px;
  line-height: 20px;
}

.institut-info .institut-info__parameters .parameter .parameter__text b {
  color: #2c5334;
  font-size: 25px;
  font-weight: 500;
}

.institut-info .institut-info__parameters .parameter .parameter__text b.numb {
  font-size: 40px;
  font-weight: 400;
}

@media (max-width: 766px) {
  .institut-info .institut-info__parameters .parameter .parameter__text {
    font-size: 18px;
  }
  .institut-info .institut-info__parameters .parameter .parameter__text b.numb {
    font-size: 26px !important;
  }
  .institut-info .institut-info__parameters .parameter .parameter__text b {
    font-size: 20px;
  }
}
.price {
  background: none;
  padding-top: 0;
  padding-bottom: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  overflow: hidden;
}

@media (max-width: 766px) {
  .price {
    margin-top: 50px;
  }
}
.price .price__img {
  margin-right: 50px;
}

.price .title-table-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media (max-width: 766px) {
  .price .title-table-block {
    padding: 0;
  }
}
.price .price__img img {
  max-width: 500px;
}

@media (max-width: 1000px) {
  .price .price__img {
    display: none;
  }
}
.price .price__title {
  font-weight: 700;
  font-size: 45px;
  line-height: 50px;
  position: relative;
  padding-bottom: 35px;
}
.price .price__title:before {
  content: "";
  position: absolute;
  top: 0px;
  left: -800px;
  z-index: -1;
  width: calc(100% + 1000px);
  height: 100%;
  background: #ebf0fa;
}

@media (max-width: 766px) {
  .price {
    padding-bottom: 0px;
  }
  .price .price__title {
    font-size: 20px;
    line-height: 20px;
    padding-top: 30px;
  }
}
.price .price__table {
  font-weight: 500;
  font-size: 20px;
  line-height: 33px;
  padding-top: 50px;
}

@media (max-width: 766px) {
  .price .price__table {
    padding-top: 20px;
  }
}
.price .price__table .table-row {
  display: grid;
  grid-template-columns: 3fr 2fr 2fr;
  border: 1px solid #a3a3a3;
  margin-top: -1px;
  overflow-wrap: anywhere;
}

@media (max-width: 766px) {
  .price .price__table .table-row {
    grid-template-columns: 1fr;
    padding: 20px 20px;
  }
}
.price .price__table .th {
  font-weight: 400;
}

@media (max-width: 1000px) {
  .price .price__table .th {
    display: none;
  }
}
.price .price__table .table-td {
  padding: 20px;
  border-left: 1px solid #a3a3a3;
  width: 100%;
}
.price .price__table .table-td span {
  display: none;
}

@media (max-width: 766px) {
  .price .price__table .table-td {
    border-left: none;
    padding: 0;
  }
  .price .price__table .table-td span {
    display: block;
    color: #969696;
    font-size: 16px;
    line-height: 1;
  }
  .price .price__table .table-td:not(:first-child) {
    margin-top: 15px;
  }
}
.price .price__table .table-td:first-child {
  border-left: none;
}

.calendar {
  background: none;
}

.calendar .calendar__title {
  font-weight: 700;
  font-size: 45px;
}

.calendar .calendar__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
}

.calendar .calendar__directions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 1000px) {
  .calendar .calendar__title {
    font-size: 22px;
  }
  .calendar .calendar__directions {
    display: none;
  }
}
.calendar .calendar__directions .btn {
  font-weight: 700;
  margin-bottom: 8px;
}

.calendar .calendar__directions .btn:first-child {
  margin-top: 0;
}

.calendar .calendar__timeline {
  position: relative;
  padding-left: 60px;
}

@media (max-width: 1000px) {
  .calendar .calendar__timeline {
    padding-left: 0;
    width: 100%;
  }
}
.calendar .calendar__timeline::before {
  display: none;
  position: absolute;
  height: 100%;
  width: 1px;
  content: "";
  left: 180px;
  background: linear-gradient(181deg, #2C5334 88.14%, rgba(44, 83, 52, 0) 101.86%);
}

@media (max-width: 1000px) {
  .calendar .calendar__timeline::before {
    display: none;
  }
}
@media (min-width: 1000px) {
  .calendar .calendar__timeline .direction {
    display: none;
  }
}
.calendar .calendar__timeline .direction .direction__title {
  padding: 20px;
  font-weight: 700;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1000px) {
  .calendar .calendar__timeline .direction .direction__title {
    margin-bottom: 25px;
    font-size: 18px;
  }
}
@media (min-width: 1000px) {
  .calendar .calendar__timeline .direction .direction__title {
    display: none;
  }
}
.calendar .calendar__timeline .direction .dropdown__list {
  padding: 0 20px;
}

@media (max-width: 1000px) {
  .calendar .calendar__timeline .direction .dropdown__list {
    margin: 10px 0;
  }
}
.calendar .calendar__timeline .direction .direction__more {
  color: #2c5334;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline;
  display: block;
  margin-top: 40px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

@media (max-width: 1000px) {
  .calendar .calendar__timeline .direction .direction__more {
    margin: 0px 0px 40px;
  }
}
.calendar .calendar__timeline .direction-selected {
  display: block;
}

@media (min-width: 1000px) {
  .calendar .calendar__timeline .direction-selected .dropdown__list {
    max-height: none;
  }
}
.calendar .calendar__timeline .timeline__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .calendar .calendar__timeline .timeline__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media (max-width: 1000px) {
  .calendar .calendar__timeline .timeline__item::before {
    display: none;
  }
  .calendar .calendar__timeline .timeline__item .item__date {
    padding-bottom: 10px !important;
  }
  .calendar .calendar__timeline .timeline__item .item__date:after, .calendar .calendar__timeline .timeline__item .item__date:before {
    display: none;
  }
}
.calendar .calendar__timeline .timeline__item .item__date {
  width: 180px;
  font-weight: 700;
  font-size: 18px;
  padding-bottom: 25px;
  margin-right: 40px;
  position: relative;
}
.calendar .calendar__timeline .timeline__item .item__date:after {
  content: "";
  width: 1px;
  height: 100%;
  background: -webkit-gradient(linear, left top, right top, color-stop(88.14%, #2C5334), color-stop(101.86%, rgba(44, 83, 52, 0)));
  background: linear-gradient(90deg, #2C5334 88.14%, rgba(44, 83, 52, 0) 101.86%);
  position: absolute;
  top: 0px;
  right: -1px;
}
.calendar .calendar__timeline .timeline__item .item__date:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  right: -9px;
  background: conic-gradient(from 116.28deg at 50% 50%, #4F8863 0deg, #2C5334 102.08deg, #103927 189.38deg, #233727 279.38deg, #417A51 360deg);
  border-radius: 50%;
  z-index: 1;
}

.calendar .calendar__timeline .timeline__item:last-child .item__date:after {
  display: none;
}

.calendar .calendar__timeline .timeline__item .item__text {
  width: 100%;
  padding-bottom: 25px;
}

.roadmap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .roadmap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (min-width: 1000px) {
  .roadmap .roadmap__title-track {
    padding-left: 60px;
    width: calc(100% - 490px);
  }
}
@media (max-width: 1000px) {
  .roadmap .roadmap__title-track {
    padding: 0px 20px 40px;
  }
}
.roadmap .roadmap__title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 45px;
  padding-bottom: 40px;
}

@media (max-width: 1220px) {
  .roadmap .roadmap__title {
    font-size: 22px;
  }
}
.roadmap .track {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 40px;
}

@media (max-width: 1220px) {
  .roadmap .track {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1000px) {
  .roadmap .track {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 766px) {
  .roadmap .track {
    grid-template-columns: repeat(1, 1fr);
  }
}
.roadmap .track__item {
  font-weight: 500;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

@media (max-width: 766px) {
  .roadmap .track__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    justify-self: self-start;
  }
}
.roadmap .track__item .item__img {
  height: 100px;
  width: 100px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 766px) {
  .roadmap .track__item .item__img {
    width: 60px;
    height: 60px;
  }
  .roadmap .track__item .item__img img {
    max-width: 50%;
  }
  .roadmap .track__item .item__title {
    padding-left: 20px;
    font-size: 18px;
  }
}
.roadmap .filler {
  -ms-flex-item-align: center;
  align-self: center;
  padding-bottom: 50px;
}

@media (max-width: 1220px) {
  .roadmap .filler {
    display: none;
  }
}
.directions {
  margin-top: 100px;
  margin-bottom: -40px;
}
.directions.set {
  margin-top: -40px;
}

@media (max-width: 1000px) {
  .directions {
    margin-top: 0;
  }
}
.directions .directions__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 30px;
}

.directions .directions__header .directions__title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 45px;
}

@media (max-width: 1220px) {
  .directions .directions__header .directions__title {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .directions .directions__header .directions__title {
    font-size: 22px;
  }
}
.directions .directions__header .directions__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1220px) {
  .directions .directions__header .directions__search {
    display: none;
  }
}
.directions .directions__header .directions__search img {
  position: absolute;
  left: 1.3rem;
  pointer-events: none;
  top: 1.3rem;
}

.directions .directions__header .directions__search input {
  padding: 20px;
  padding-left: 50px;
  margin-right: 15px;
}

@media (min-width: 1500px) {
  .directions .directions__header .directions__search input {
    min-width: 420px;
  }
}
.directions .directions__list {
  margin: 16px 0;
}

.directions .directions__list .dropdown__title {
  padding: 0;
  font-weight: 700;
  font-size: 22px;
}

@media (max-width: 1000px) {
  .directions .directions__list .dropdown__title {
    font-size: 18px;
  }
}
.directions .directions__list .dropdown.active .dropdown__list {
  max-height: unset;
}

.directions .directions__list .directions__item {
  padding: 20px 40px;
  background: #fff;
  margin-bottom: 20px;
}

.directions .directions__list .direction__table {
  margin-top: 20px;
}

.directions .directions__list .direction__table .table-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  border: 1px solid #a3a3a3;
}
.directions .directions__list .direction__table .table-row:not(:first-child) {
  border-top: 0px;
}

@media (max-width: 1000px) {
  .directions .directions__list .direction__table .table-row {
    grid-template-columns: repeat(1, 1fr);
  }
  .directions .directions__list .directions__item {
    padding: 20px 20px;
  }
}
.directions .directions__list .direction__table .table-td {
  border-left: 1px solid #a3a3a3;
  max-width: 350px;
  padding: 30px;
}
.directions .directions__list .direction__table .table-td:first-child {
  border: 0px;
}
.directions .directions__list .direction__table .table-td a {
  color: #3a3e38;
  text-decoration: underline;
}

@media (max-width: 1000px) {
  .directions .directions__list .direction__table .table-td {
    border-left: none;
    padding: 0px 20px 20px;
  }
  .directions .directions__list .direction__table .table-td:first-child {
    padding-top: 20px;
  }
  .directions .directions__list .direction__table .table-td:first-child .td-title {
    font-weight: 700;
    color: #3a3e38;
  }
}
.directions .directions__list .direction__table .td-title {
  color: #a3a3a3;
  padding-bottom: 10px;
}

.directions .directions__list .direction__table .td-value {
  font-weight: 700;
}

.galleryBlock {
  background: none;
  padding-top: 50px;
}

.courseGallery {
  background: #ebf0fa;
}

.galleryBlock .gallery__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 45px;
  margin-bottom: 25px;
  color: #a3a3a3;
}

@media (max-width: 1220px) {
  .galleryBlock .gallery__title {
    font-size: 35px;
  }
}
@media (max-width: 1000px) {
  .galleryBlock .gallery__title {
    color: #3a3e38;
  }
}
.galleryBlock .gallery__title .active {
  color: #3a3e38;
}

.galleryBlock .gallery__title .photo, .galleryBlock .gallery__title .video {
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  padding-right: 50px;
}

.galleryBlock .gallery__title .photo:hover, .galleryBlock .gallery__title .video:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

@media (max-width: 1000px) {
  .galleryBlock .gallery__title .photo, .galleryBlock .gallery__title {
    font-size: 22px;
  }
  .galleryBlock .gallery__title .video {
    display: none;
  }
}
.galleryBlock .gallery__video, .galleryBlock .gallery__photo {
  display: none;
}

.galleryBlock .gallery__video.active, .galleryBlock .gallery__photo.active {
  display: block;
}

@media (max-width: 1000px) {
  .galleryBlock .gallery__video, .galleryBlock .gallery__photo {
    display: block;
  }
}
.galleryBlock .gallery__video .video__title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 45px;
  margin: 25px 0;
}

@media (max-width: 1220px) {
  .galleryBlock .gallery__video .video__title {
    font-size: 35px;
  }
}
@media (min-width: 1000px) {
  .galleryBlock .gallery__video .video__title {
    display: none;
  }
}
.galleryBlock .photo__more, .galleryBlock .video__more {
  padding: 20px 10px;
  text-decoration: underline;
  color: #2c5334;
  font-weight: 500;
}

@media (min-width: 1000px) {
  .galleryBlock .photo__more, .galleryBlock .video__more {
    display: none;
  }
}
.main-intro .breadcrunch {
  color: #a3a3a3;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .main-intro .breadcrunch {
    font-size: 10px;
    display: block;
  }
}
.main-intro .catalog__type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  padding: 0 8px;
}

@media (max-width: 1000px) {
  .main-intro .catalog__type {
    margin-bottom: 30px;
    padding: 0 4px;
  }
}
@media (max-width: 766px) {
  .main-intro .catalog__type {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.main-intro .catalog__type .type {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 50px;
  line-height: 1em;
  opacity: 0.3;
  margin-right: 75px;
  text-decoration: none;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
}

@media (max-width: 1000px) {
  .main-intro .catalog__type .type {
    font-size: 40px;
  }
}
.main-intro .catalog__type .type:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  transform: scale(1.03);
}

.main-intro .catalog__type .type.active {
  opacity: 1;
}

.course {
  margin-top: -180px;
}

@media (max-width: 1000px) {
  .course {
    margin-top: -100px;
  }
}
.catalog {
  display: grid;
  margin-top: -150px;
  position: relative;
  grid-template-columns: 1fr 3fr;
  -moz-column-gap: 35px;
  -webkit-column-gap: 35px;
  column-gap: 35px;
}

@media (max-width: 1000px) {
  .catalog {
    grid-template-columns: 1fr;
    margin-top: -100px;
    row-gap: 15px;
  }
}
.catalog .map-btn {
  padding: 25px 40px;
  font-weight: 500;
  -ms-flex-item-align: start;
  align-self: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 4;
}

.catalog .map-btn img {
  margin-right: 15px;
}

@media (max-width: 1220px) {
  .catalog .map-btn {
    padding: 20px;
  }
}
.catalog .filtres {
  border-radius: 5px;
  padding: 28px;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0, 0.55, 0, 0.96);
  transition: all 0.5s cubic-bezier(0, 0.55, 0, 0.96);
  -ms-flex-item-align: self-start;
  align-self: self-start;
  position: relative;
  z-index: 4;
}

@media (max-width: 1000px) {
  .catalog {
    height: auto !important;
  }
  .catalog .filtres {
    max-height: 80px;
    overflow: hidden;
    display: none;
  }
  .catalog .filtres .filtres__label {
    margin-bottom: 0px !important;
  }
  .catalog .filtres .filterBlock2 {
    display: none;
  }
  .catalog .filtres.active {
    max-height: unset;
    overflow: auto;
  }
  .catalog .filtres.active .filterBlock2 {
    display: block;
  }
  .catalog .filtres.active .filtres__label {
    margin-bottom: 30px !important;
  }
  .block .maps {
    position: relative;
    overflow: auto;
    height: 700px;
    margin-top: 15px;
  }
}
.catalog .filtres.active {
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 1, 1);
}

.catalog .filtres.active .filtres__label .arrow::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.catalog .filtres.active .filtres__label .arrow::before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 9px;
}

.catalog .filtres .form-group {
  min-height: 60px;
}

.catalog .filtres .filtres__label {
  font-weight: 700;
  font-size: 22px;
  color: #3a3e38;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-right: 15px;
}

.catalog .filtres .filtres__label .arrow {
  position: relative;
}

.catalog .filtres .filtres__label .arrow::after, .catalog .filtres .filtres__label .arrow::before {
  -webkit-transition-duration: 0.1s;
  transition-duration: 0.1s;
  content: "";
  position: absolute;
  width: 14px;
  height: 2px;
  border-radius: 2px;
  background-color: #000;
  top: 50%;
}

.catalog .filtres .filtres__label .arrow::after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.catalog .filtres .filtres__label .arrow::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: 9px;
}

@media (min-width: 1000px) {
  .catalog .filtres .filtres__label {
    display: none;
  }
}
.catalog .filtres .dropdown {
  color: #787878;
  border: 1px solid #a3a3a3;
  width: calc(100% - 56px);
  position: absolute;
  background: #fff;
}

.catalog .filtres .dropdown img {
  margin-right: 10px;
}

.catalog .search {
  border-radius: 5px;
  background: #fff;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
  z-index: 4;
}

.catalog .search img {
  position: absolute;
  left: 2.2rem;
  pointer-events: none;
  top: 2.2rem;
}

.catalog .search input {
  border-radius: 5px;
  background: #ebf0fa;
  border: 1px solid #cfcfcf;
  padding: 18px 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 50px;
}

.catalog .search .btn {
  margin-left: 10px;
}

@media (max-width: 1000px) {
  .catalog .search .btn {
    display: none;
  }
}
.catalog .content__grid .catalogCont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
  gap: 20px;
}

@media (max-width: 1000px) {
  .catalog .content__grid .catalogCont {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  .catalog .content__grid .catalogCont {
    grid-template-columns: 1fr;
  }
}
.course .content__grid .catalogCont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 40px;
  gap: 20px;
}

@media (max-width: 1000px) {
  .course .content__grid .catalogCont {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }
}
@media (max-width: 766px) {
  .course .content__grid .catalogCont {
    grid-template-columns: 1fr;
  }
}
.coursePage .price {
  background: #ebf0fa;
  padding-top: 0px;
  padding-bottom: 20px;
}

.coursePage .price .price__table {
  padding-top: 0px;
}

@media (max-width: 1000px) {
  .institut-info .institut-info__reference .reference__tittle {
    font-size: 20px;
  }
  .coursePage .institut-name {
    font-size: 30px;
  }
  .coursePage .institut-info .institut-info__reference .reference__tittle {
    font-size: 20px;
  }
  .coursePage .price {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .courseGallery {
    margin-top: 50px;
    padding-top: 30px;
  }
  .coursePage .price .title-table-block {
    width: 100%;
  }
  .coursePage .price .price__title {
    font-size: 20px;
    line-height: 20px;
    padding-top: 0px;
  }
}
.modbox.item {
  padding: 0px;
}

.modbox .catalogItem {
  display: block;
  width: 340px;
}

.modbox .catalog__item {
  display: block;
}

.course .catalog__item,
.catalog .catalog__item,
.modbox .catalog__item {
  border-radius: 5px;
  background: #fff;
  padding: 15px;
  position: relative;
  padding-bottom: 110px;
  height: 100%;
}
.course .catalog__item .itemDormFav,
.course .catalog__item .itemFav,
.catalog .catalog__item .itemDormFav,
.catalog .catalog__item .itemFav,
.modbox .catalog__item .itemDormFav,
.modbox .catalog__item .itemFav {
  position: absolute;
  bottom: 18px;
  right: 18px;
  z-index: 5;
  display: block;
  width: 18px;
  height: 18px;
  background: url("/publ/src/img/fav2.svg") center no-repeat;
  cursor: pointer;
}
.course .catalog__item .itemDormFav.set,
.course .catalog__item .itemFav.set,
.catalog .catalog__item .itemDormFav.set,
.catalog .catalog__item .itemFav.set,
.modbox .catalog__item .itemDormFav.set,
.modbox .catalog__item .itemFav.set {
  background: url("/publ/src/img/fav_act.svg") center no-repeat;
}

.course .catalog__item {
  padding-bottom: 75px;
}

.course .catalog__item .item__img,
.catalog .catalog__item .item__img,
.modbox .catalog__item .item__img {
  width: 100%;
  margin-bottom: 25px;
  display: block;
}

.course .catalog__item .item__img img,
.catalog .catalog__item .item__img img,
.modbox .catalog__item .item__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  background: #eee;
  overflow: hidden;
}

.course .catalog__item .item__location,
.catalog .catalog__item .item__location,
.modbox .catalog__item .item__location {
  font-size: 15px;
  color: #a3a3a3;
  display: block;
}

.course .catalog__item .item__name,
.catalog .catalog__item .item__name,
.modbox .catalog__item .item__name {
  font-weight: 700;
  margin: 8px 0;
  color: #3a3e38;
  display: block;
}

.course .catalog__item .item__priceBlock,
.catalog .catalog__item .item__priceBlock,
.modbox .catalog__item .item__priceBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.course .catalog__item .item__priceBlock .item__price,
.catalog .catalog__item .item__priceBlock .item__price,
.modbox .catalog__item .item__priceBlock .item__price {
  font-weight: 700;
  color: #2c5334;
}

.course .catalog__item .btn_mess,
.catalog .catalog__item .btn_mess,
.modbox .catalog__item .btn_mess {
  position: absolute;
  left: 15px;
  bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(100% - 30px);
  margin: 15px 0px 0px;
  height: 40px;
  border-radius: 5px;
  border: 0px;
}

.course .catalog__item .btn_mess {
  bottom: 15px;
}

.lk__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-top: -140px;
}

@media (max-width: 1000px) {
  .lk__grid {
    margin-top: -35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}
.lk__nav {
  border-radius: 6px;
  background: #fff;
  margin-right: 40px;
  min-width: 280px;
}

@media (max-width: 1000px) {
  .lk__nav {
    margin-right: 0;
    margin-bottom: 40px;
  }
}
.lk__nav .list__item {
  display: block;
  border-top: 1px solid #a3a3a3;
}

.lk__nav .list__item li {
  font-weight: 500;
  color: #3a3e38;
  padding: 20px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk__nav .list__item li img {
  margin-right: 15px;
  width: 30px;
  height: 25px;
  -o-object-fit: contain;
  object-fit: contain;
}

.lk__nav .list__item:first-child {
  border-top: none;
}

.lk__nav .list__item.active + .list__item {
  border-top: none;
}

.lk__nav .list__item.active {
  border-radius: 5px;
  background: #2c5334;
}

.lk__nav .list__item.active li {
  color: #fff;
}

.lk__nav .list__item.active li svg {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.lk__content {
  width: 100%;
}

.lk-item {
  border-radius: 5px;
  background: #fff;
  padding: 60px 80px;
}
.lk-item:not(:first-child) {
  margin-top: 5px;
}

@media (max-width: 1000px) {
  .lk-item {
    padding: 20px 15px;
  }
}
@media (min-width: 1500px) {
  .lk-item {
    padding: 60px 100px;
  }
}
.eduImageForm label {
  margin: 0px 0px 12px 0px;
}

.lk-item .form-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
}

.lk-item .form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lk-item .form label {
  color: #a3a3a3;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
}

@media (max-width: 1000px) {
  .lk-item .form label {
    display: none;
  }
}
.lk-item .form input, .lk-item .form select, .lk-item .form textarea, .lk-item .form .dropdown {
  border-radius: 5px;
  border: 1px solid #a3a3a3;
  margin-bottom: 30px;
  margin-top: 12px;
  padding: 15px 20px;
  width: 100%;
  resize: none;
}
.lk-item .form input.size2, .lk-item .form select.size2, .lk-item .form textarea.size2, .lk-item .form .dropdown.size2 {
  resize: inherit !important;
  max-width: 100%;
  min-width: 100%;
  min-height: 200px;
  max-height: 400px;
}

@media (max-width: 1000px) {
  .lk-item .form input, .lk-item .form select, .lk-item .form textarea, .lk-item .form .dropdown {
    margin-bottom: 20px;
    margin-top: 0px;
  }
}
.lk-item .form .dropdown-box {
  min-height: 70px;
  margin-bottom: 30px;
}

@media (max-width: 1000px) {
  .lk-item .form .dropdown-box {
    margin: 0px;
  }
}
.lk-item .form .dropdown {
  position: absolute;
  padding: 5px 20px;
  background: #fff;
}

.lk-item .form .btn {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.lk-item .form .date {
  position: relative;
}

.lk-item .form .date input {
  padding-left: 45px;
}

.lk-item .form .date img {
  cursor: pointer;
  position: absolute;
  left: 15px;
  top: 27px;
}

@media (max-width: 1000px) {
  .lk-item .form .date img {
    top: 15px;
  }
}
.droparea {
  border-radius: 5px;
  max-width: 220px;
  border: 1px solid #2c5334;
  text-align: center;
  padding: 20px 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #a3a3a3;
  position: relative;
}
.droparea .profileImage {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.droparea.set {
  padding-top: 0px;
}

.droparea b {
  color: #3a3e38;
  display: block;
  font-weight: 700;
  font-size: 20px;
  padding: 10px 0;
}

.lk-profile .lk-profile__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1220px) {
  .lk-profile .lk-profile__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lk-profile .lk-profile__grid .avatar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

@media (min-width: 1220px) {
  .lk-profile .lk-profile__grid .avatar {
    padding-right: 100px;
  }
}
.lk-profile .lk-profile__grid .avatar .avatar__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.lk-profile .lk-profile__grid .avatar .avatar__img {
  background: #a3a3a3;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-bottom: 25px;
}
.lk-profile .lk-profile__grid .avatar .avatar__img.set {
  position: relative;
}
.lk-profile .lk-profile__grid .avatar .avatar__img.set .avatarDel {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("/publ/src/img/close.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}

.lk-profile .lk-profile__grid .avatar .avatar__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}

.lk-profile .lk-profile__grid .lk-profile-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk-profile-data input.err {
  border-color: #f00;
  color: #f00;
}
.lk-profile-data .box {
  position: relative;
}
.lk-profile-data .box .country_select {
  position: relative;
  padding: 0px;
  background: none;
}

.lk-instituts .lk-instituts__date .date {
  display: block;
}

.lk-instituts .lk-instituts__date .form-item {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

@media (max-width: 1000px) {
  .lk-instituts .lk-instituts__date .grid-2 {
    margin-top: 20px;
  }
}
.lk-institut-block {
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 8px;
}

.lk-institut-block .add-btn {
  border: 1px solid #2c5334;
  font-weight: 500;
  font-size: 16px;
  color: #2c5334;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 35px;
  margin-right: 45px;
}

@media (max-width: 1000px) {
  .lk-institut-block .add-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
  .lk-institut-block .add-btn:last-child {
    margin: 20px 0;
  }
}
.lk-institut-block .add-btn .img {
  border-radius: 5px;
  padding: 8px 10px;
  background: rgba(44, 83, 52, 0.1);
  margin-right: 20px;
}

.lk-institut-block .add-btn.btn-main {
  color: #fff;
}

.lk-institut-block .add-btn.btn-main .img {
  background: rgba(255, 255, 255, 0.1);
}

.lk-institut-block .lki-title {
  font-family: "Roboto Slab";
  font-weight: 700;
  font-size: 34px;
  margin: -20px -80px;
  padding: 20px 80px;
}

@media (max-width: 1000px) {
  .lk-institut-block .lki-title {
    padding: 20px 15px;
    margin: -20px -15px;
  }
}
@media (min-width: 1500px) {
  .lk-institut-block .lki-title {
    padding: 20px 100px;
    margin: -20px -100px;
  }
}
@media (max-width: 766px) {
  .lk-institut-block .lki-title {
    font-size: 25px;
  }
}
.lk-institut-block .card-list .card {
  border-radius: 5px;
  padding: 0 30px;
  padding-top: 30px;
  background: #ebf0fa;
  margin-bottom: 10px;
  position: relative;
}

.lk-institut-block .card-list .card:last-child {
  margin-bottom: 0;
}

@media (max-width: 1000px) {
  .lk-institut-block .card-list .card {
    padding: 10px;
    padding-bottom: 35px;
  }
}
.lk-institut-block .card-list .card .delete-item {
  cursor: pointer;
  font-size: 14px;
  color: #2c5334;
  text-decoration: underline;
  position: absolute;
  right: 0;
  z-index: 1;
  padding-right: 35px;
}

@media (max-width: 1000px) {
  .lk-institut-block .card-list .card .delete-item {
    bottom: 0;
    width: 100%;
    text-align: center;
    padding: 0;
    padding-bottom: 20px;
  }
}
.lk-institut-block .card-list .card .input-type {
  display: grid;
  grid-template-columns: 2fr 1fr;
}

@media (min-width: 1000px) {
  .lk-institut-block .card-list .card .input-type input {
    border-radius: 5px 0 0 5px;
    border-right: none;
  }
  .lk-institut-block .card-list .card .input-type input:nth-child(2) {
    border: 1px solid #a3a3a3;
    border-left: none;
    border-radius: 0px 5px 5px 0px;
  }
}
@media (max-width: 1000px) {
  .lk-institut-block .card-list .card .input-type input {
    width: calc(100% - 0px);
  }
  .lk-institut-block .card-list .card .input-type input:nth-child(2) {
    margin-left: 12px;
    width: calc(100% - 12px);
  }
}
.lk-institut-block .card-list .card .input-type .dropdown.mini {
  padding: 0;
  max-width: 33%;
}

@media (min-width: 1000px) {
  .lk-institut-block .card-list .card .input-type .dropdown.mini {
    border-radius: 0 5px 5px 0;
    border-left: none;
  }
}
.lk-institut-block .card-list .card .input-type .dropdown.mini .dropdown__title {
  padding: 18.5px 10px;
  padding-left: 5px;
}

@media (max-width: 1000px) {
  .lk-institut-block .card-list .card .input-type .dropdown.mini .dropdown__title {
    padding: 15px 10px;
    padding-left: 5px;
  }
}
.lk-institut-block .card-list .card .input-type .dropdown.mini.active {
  border-left: 1px solid #a3a3a3;
}

.lk-institut-block .show-on-page {
  margin: 20px 0;
}

.lk-institut-block .show-on-page .checkbox + label {
  max-width: 400px;
  position: relative;
  padding-left: 30px;
}

.lk-institut-block .show-on-page .checkbox + label::after, .lk-institut-block .show-on-page .checkbox + label::before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  border: 1px solid #a3a3a3;
  border-radius: 5px;
  margin-right: 0.5em;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
  position: absolute;
  top: 0;
  left: 5px;
}

.lk-institut-block .show-on-page .checkbox + label::before {
  border: 4px solid #fff;
}

.lk-institut-block .show-on-page .checkbox:checked + label::before {
  background: #2c5334;
  border-radius: 7px;
  top: 0;
}

.lk-institut-block .show-on-page .item {
  margin: 30px 0;
}

.lk-chat {
  border-radius: 5px;
  padding: 0;
  display: grid;
  grid-template-columns: 1fr 2fr;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1220px) {
  .lk-chat {
    grid-template-columns: 2fr 3fr;
  }
}
@media (max-width: 1000px) {
  .lk-chat {
    grid-template-columns: 1fr;
  }
}
.lk-chat .chat__list {
  z-index: 1;
  -webkit-box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.021);
  box-shadow: 10px 0px 10px rgba(0, 0, 0, 0.021);
}

.lk-chat .chat__list .chat-preview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px;
  border-top: 1px solid #a3a3a3;
}

@media (max-width: 1000px) {
  .lk-chat .chat__list .chat-preview {
    display: none;
  }
}
.lk-chat .chat__list .chat-preview .preview__position {
  padding-top: 5px;
  color: #a3a3a3;
  font-size: 12px;
}

.lk-chat .chat__list .chat-preview img {
  width: 75px;
  height: 75px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%;
  margin-right: 20px;
}

.lk-chat .chat__list .chat-preview:first-child {
  border-top: none;
}

.lk-chat .chat__list .chat-preview:last-child {
  border-bottom: 1px solid #a3a3a3;
}

.lk-chat .chat__list .chat-preview.active {
  background: #2c5334;
  color: #fff;
  border-radius: 5px 0 0 5px;
  border: none;
}

@media (max-width: 1000px) {
  .lk-chat .chat__list .chat-preview.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-radius: 5px;
  }
}
.lk-chat .chat__list .chat-preview.active .preview__position {
  color: #d6d6d6;
}

.lk-chat .chat__list .chat-preview.active + .chat-preview {
  border-top: none;
}

.lk-chat .chat {
  background: #f0f0f0;
  border-radius: 0 5px 5px 0;
}

.lk-chat .chat .message-list {
  max-height: 500px;
  min-height: 336px;
  overflow-y: scroll;
  padding: 50px;
  -webkit-box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.103);
  box-shadow: inset 0 0 20px rgba(0, 0, 0, 0.103);
}

@media (max-width: 1000px) {
  .lk-chat .chat .message-list {
    padding: 16px;
  }
}
.lk-chat .chat .message-list .message-box {
  margin-top: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.lk-chat .chat .message-list .message-box.date {
  font-size: 12px;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.lk-chat .chat .message-list .message {
  padding: 10px 20px;
}

.lk-chat .chat .message-list .receiver, .lk-chat .chat .message-list .sender {
  position: relative;
  z-index: 1;
}

.lk-chat .chat .message-list .receiver::after, .lk-chat .chat .message-list .sender::after {
  content: "";
  width: 20px;
  height: 20px;
  background: #c2edcc;
  -webkit-transform: matrix(0.97, -0.26, -0.71, 1.22, 0, 0);
  -ms-transform: matrix(0.97, -0.26, -0.71, 1.22, 0, 0);
  transform: matrix(0.97, -0.26, -0.71, 1.22, 0, 0);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
}

.lk-chat .chat .message-list .sender::after {
  background: #fff;
  -webkit-transform: matrix(0.5, 0.87, -1.37, -0.37, 0, 0);
  -ms-transform: matrix(0.5, 0.87, -1.37, -0.37, 0, 0);
  transform: matrix(0.5, 0.87, -1.37, -0.37, 0, 0);
  right: 0;
  left: auto;
}

.lk-chat .chat .message-list .receiver {
  background: #c2edcc;
  border-radius: 15px;
}

.lk-chat .chat .message-list .sender {
  background: #fff;
  border-radius: 15px;
  margin-left: auto;
  margin-right: 0;
}

.lk-chat .chat .input-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 30px;
  background: #fff;
  border-radius: 5px;
}

@media (max-width: 1000px) {
  .lk-chat .chat .input-area {
    padding: 15px;
  }
}
.lk-chat .chat .input-area .attach-btn {
  margin: 0px;
  cursor: pointer;
  width: 55px;
  position: relative;
}
.lk-chat .chat .input-area .attach-btn img {
  width: 100%;
  -o-object-fit: none;
  object-fit: none;
}
.lk-chat .chat .input-area .attach-btn input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.lk-chat .chat .input-area .attach-btn input::-webkit-file-upload-button {
  display: none;
}
.lk-chat .chat .input-area .attach-btn input::file-selector-button {
  display: none;
}

.lk-chat .chat .input-area textarea {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  border: none;
  padding: 15px 10px;
  resize: none;
  margin: 0 5px;
}

.lk-chat .chat .input-area .emoji-btn {
  margin: 0 20px;
  cursor: pointer;
}

@media (max-width: 1000px) {
  .lk-chat .chat .input-area .emoji-btn {
    display: none;
  }
}
.lk-chat .chat .input-area .send-btn {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lk-notice .notice__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

@media (max-width: 1000px) {
  .lk-notice .notice__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
.lk-notice .notice__header .notice__title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 36px;
}

.lk-notice .notice__header .add-notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 600;
  font-size: 18px;
}

@media (max-width: 1000px) {
  .lk-notice .notice__header .add-notice {
    border-radius: 5px;
    background: #ebf0fa;
    margin-top: 20px;
    padding: 10px;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.lk-notice .notice__header .add-notice .btn {
  border-radius: 50%;
  margin-right: 10px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.lk-notice .notice__list .noticeItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #ebf0fa;
}

.lk-notice .notice__list .notice:last-child {
  border-bottom: 1px solid #ebf0fa;
}

.lk-notice .notice__list .noticeItem .notice-data {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.lk-notice .notice__list .noticeItem .notice-data .notice__text {
  font-weight: 500;
  font-size: 20px;
  padding-right: 50px;
}

@media (max-width: 1000px) {
  .lk-notice .notice__list .noticeItem .notice-data .notice__text {
    padding-right: 10px;
  }
}
.lk-notice .notice__list .noticeItem .notice-data .notice__date {
  font-size: 12px;
}

@media (max-width: 1000px) {
  .lk-notice .notice__list .noticeItem .notice-data .notice__date {
    margin-top: 20px;
  }
}
.lk-notice .notice__list .noticeItem .notice__edit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 766px) {
  .lk-notice .notice__list .noticeItem .notice__edit {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }
}
.about-droparea {
  max-width: none;
  margin: 30px 0px 30px 0;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 100%;
  position: relative;
}
.about-droparea input[type=file] {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  opacity: 0;
  cursor: pointer;
}
.about-droparea.first {
  margin-top: 0px;
}
.about-droparea.videos {
  padding: 10px 12px;
}
.about-droparea.videos b {
  padding-bottom: 0px;
}

@media (max-width: 1000px) {
  .about-droparea {
    -ms-flex-item-align: stretch;
    align-self: stretch;
  }
}
.about-droparea .droparea__img {
  border-radius: 5px;
  padding: 12px;
  background: rgba(163, 163, 163, 0.5);
  margin-bottom: 15px;
}
.about-droparea.set {
  padding: 0px;
}
.about-droparea.set .droparea__img {
  padding: 0px;
  position: relative;
}
.about-droparea.set .droparea__img .delImage {
  content: "";
  width: 16px;
  height: 16px;
  display: block;
  background: url("/publ/src/img/close.svg") center no-repeat #fff;
  background-size: contain;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}

.about-droparea .droparea__img img {
  margin: 0 auto;
  border-radius: 5px;
}

.lki__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-start: 2;
  grid-column-end: 4;
  position: relative;
}

@media (max-width: 1220px) {
  .lki__about {
    grid-column-start: auto;
    grid-column-end: auto;
  }
}
.lki__about textarea {
  resize: inherit !important;
  min-height: 122px;
  max-height: 300px;
  max-width: 100%;
  min-width: 100%;
}
.lki__about textarea.size2 {
  min-height: 200px;
  max-height: 400px;
}

.lki__gallery {
  margin: 30px 0;
}

.lki__gallery .video-item, .lki__gallery .image-item {
  position: relative;
  display: inline-block;
  justify-self: center;
}

.lki__gallery .video-item img, .lki__gallery .image-item img {
  border-radius: 5px;
  min-height: 100px;
  -o-object-fit: cover;
  object-fit: cover;
}

.lki__gallery .video-item .gallery-del, .lki__gallery .image-item .gallery-del {
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  width: 15px;
  height: 15px;
  margin: 6px;
  background: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.lki__gallery .video-item .gallery-del span, .lki__gallery .image-item .gallery-del span {
  position: absolute;
  top: 2.5px;
  left: 7px;
}

.lki__gallery .video-item .gallery-del span::after, .lki__gallery .video-item .gallery-del span::before, .lki__gallery .image-item .gallery-del span::after, .lki__gallery .image-item .gallery-del span::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 10px;
  background: #2c5334;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.lki__gallery .video-item .gallery-del span::after, .lki__gallery .image-item .gallery-del span::after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.double-input {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.double-input::before {
  position: absolute;
  top: 25%;
  left: 50%;
  content: "";
  width: 1px;
  height: 25%;
  background: #a3a3a3;
}

.double-input input {
  margin: 0;
}

.double-input input:first-child {
  border-right: none;
  border-radius: 5px 0 0 5px;
  padding-right: 0 !important;
}

.double-input input:last-child {
  border-left: none;
  border-radius: 0 5px 5px 0;
}

.news__container {
  margin-top: -220px;
}

@media (max-width: 1000px) {
  .news__container {
    margin-top: -30px;
  }
}
.news__container .news__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: stretch;
  margin-bottom: 30px;
  margin-left: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .news__container .news__tabs {
    display: none;
  }
}
.news__container .news__tabs .tab-item {
  cursor: pointer;
  font-weight: 500;
  color: #a3a3a3;
  padding: 10px 25px;
}

.news__container .news__tabs .tab-item.active {
  border-radius: 5px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.news__container .load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.blog__container {
  margin-top: -220px;
}

@media (max-width: 1000px) {
  .blog__container {
    margin-top: -30px;
  }
}
.blog__container .blog__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: stretch;
  margin-bottom: 30px;
  margin-left: 25%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 1000px) {
  .blog__container .blog__tabs {
    display: none;
  }
}
.blog__container .blog__tabs .tab-item {
  cursor: pointer;
  font-weight: 500;
  color: #a3a3a3;
  padding: 10px 25px;
}

.blog__container .blog__tabs .tab-item.active {
  border-radius: 5px;
  padding: 10px 15px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}

.blog__container .load-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}

.post {
  background-color: #fff;
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.1);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  cursor: pointer;
  border-radius: 5px;
}

.post:hover {
  -webkit-box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

@media (max-width: 766px) {
  .post {
    width: 100%;
  }
}
.post .post__title {
  color: #3a3e38;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  padding: 16px 0;
}

.post .post__img img {
  border-radius: 5px;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.post .post__info {
  width: 100%;
  color: #a3a3a3;
  padding-bottom: 15px;
}

.post-container {
  padding: 60px 300px;
}

@media (max-width: 1220px) {
  .post-container {
    padding: 40px 150px;
  }
}
@media (max-width: 1000px) {
  .post-container {
    padding: 15px;
  }
}
.post-container .note {
  border-radius: 5px;
  background: #fff;
  font-weight: 700;
  padding: 25px 30px;
  margin-bottom: 30px;
}

.post-container p {
  margin: 30px 0;
}

.post-container img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
  object-fit: cover;
}

.interesting {
  padding-top: 40px;
}

.interesting .splide__track {
  margin: -20px -10px !important;
  padding: 20px 10px !important;
  margin-right: 0 !important;
}

.interesting h2 {
  margin-bottom: 30px;
}

.post-intro {
  color: #fff;
  padding-top: 120px;
  padding-bottom: 40px;
}

@media (max-width: 766px) {
  .post-intro {
    padding: 30px;
  }
}
.post-intro .breadcrunch {
  opacity: 0.5;
}

@media (max-width: 1000px) {
  .post-intro .breadcrunch {
    grid-column-end: 1;
  }
}
.post-intro .post-title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 50px;
  line-height: 110%;
}

@media (max-width: 1000px) {
  .post-intro .post-title {
    font-size: 40px;
  }
}
.post-intro .date-subject {
  opacity: 0.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0 100px 0;
}

@media (max-width: 766px) {
  .post-intro .date-subject {
    margin: 30px 0;
  }
}
.post-intro .post-date {
  font-weight: 300;
  margin-right: 15px;
}

.post-intro .post-subject {
  font-weight: 500;
  text-decoration: underline;
}

.post-intro .blog-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -15px;
}

@media (max-width: 766px) {
  .post-intro .blog-nav {
    display: none;
  }
}
.post-intro .blog-nav .prev-post, .post-intro .blog-nav .next-post {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 300;
}

.post-intro .blog-nav .prev-post .arrow, .post-intro .blog-nav .next-post .arrow {
  margin: 0 15px;
}

.post-intro .blog-nav .arrow {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: rgba(163, 163, 163, 0.3);
  position: relative;
}

.post-intro .blog-nav .arrow span {
  position: absolute;
  top: calc(50% - 10px);
  left: calc(50% - 2px);
}

.post-intro .blog-nav .arrow span::after, .post-intro .blog-nav .arrow span::before {
  content: "";
  width: 1.5px;
  height: 12px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background: #fff;
  position: absolute;
  border-radius: 5px;
}

.post-intro .blog-nav .arrow span::after {
  top: 8px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post-intro .blog-nav .arrow-right span {
  left: calc(50% - 0px);
}

.post-intro .blog-nav .arrow-right span::before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post-intro .blog-nav .arrow-right span::after {
  top: 8px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contacts__address span {
  cursor: pointer;
}

.select {
  padding: 0px !important;
}
.select .dropdown__arrow {
  margin-right: 20px;
}
.select .dropdown__list.active {
  max-height: 200px;
  overflow: auto;
}

.mt25 {
  margin-top: 25px;
}

.item label {
  cursor: pointer;
}

.levelsCard .check {
  margin: -10px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.levelsCard .check label {
  padding: 0px 25px 0px 0px;
}
.levelsCard .check label:before, .levelsCard .check label:after {
  left: auto;
  right: 0px;
  margin: 0px;
}
.levelsCard .check .handle {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("/publ/src/img/move.svg") center no-repeat;
  background-size: contain;
  margin-left: 30px;
}

@media (max-width: 1000px) {
  .levelsCard .check {
    margin: 0px;
    padding: 5px 0px 15px 0px;
  }
  .levelsCard .check label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.eduForm3 {
  margin-top: 25px;
}

.lk-calendar:not(:last-child) {
  margin-bottom: 45px;
  padding: 0px 0px 50px;
  border-bottom: 1px solid #a3a3a3;
}

.lk-direction:not(:last-child) {
  margin-bottom: 45px;
  padding: 0px 0px 50px;
  border-bottom: 1px solid #a3a3a3;
}
.lk-direction .direction-item:not(:last-child) {
  margin-bottom: 25px;
}
.lk-direction .direction-item .handle {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("/publ/src/img/move.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}

.lk-faculty {
  margin-bottom: 30px;
  border-radius: 5px;
  border-color: #ebf0fa;
}
.lk-faculty legend {
  color: #a3a3a3;
  font-weight: 500;
  font-size: 15px;
}
.lk-faculty .faculty-block .faculty-item {
  margin-bottom: 20px;
}
.lk-faculty .faculty-block .faculty-item .card {
  padding-bottom: 30px;
}
.lk-faculty .faculty-block .faculty-item .handle {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("/publ/src/img/move.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.lk-faculty .faculty-block .faculty-item .faculty-direction-blocks {
  border-radius: 5px;
  border-color: #ebf0fa;
}
.lk-faculty .faculty-block .faculty-item .faculty-direction-blocks .direction-item {
  border: 1px dashed #aaa;
  margin-bottom: 20px;
  border-radius: 5px;
}
.lk-faculty .faculty-block .faculty-item .faculty-direction-blocks .direction-item .card {
  padding-bottom: 0px;
  background: #f3feff;
}
.lk-faculty .add-btn {
  margin: 0px;
}

.gallery-block label {
  margin-bottom: 12px;
  color: #a3a3a3;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
}

.lk-video {
  width: 100%;
}
.lk-video .video-item {
  position: relative;
}
.lk-video .video-item label {
  margin-bottom: 12px;
  color: #a3a3a3;
  font-weight: 500;
  font-size: 15px;
  overflow: hidden;
}
.lk-video .video-item:not(:last-child) {
  margin-bottom: 25px;
}
.lk-video .video-item .handle {
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url("/publ/src/img/move.svg") center no-repeat;
  background-size: contain;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 3;
}
.lk-video .video-item .delete-item {
  margin-right: 30px;
}
.lk-video .video-item input {
  margin: 0px;
}
.lk-video .video-item .form-item:not(:first-child) {
  margin-top: 25px;
}
.lk-video .video-item .form-item .droparea__file {
  display: none;
}
.lk-video .video-item .form-item .droparea__file.set {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 5px 10px;
  border: 1px solid #2c5334;
  border-radius: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.lk-video .video-item .form-item .droparea__file.set a {
  color: #2c5334;
}
.lk-video .video-item .form-item .droparea__file.set .delFile {
  width: 16px;
  height: 16px;
  display: block;
  background: url("/publ/src/img/close.svg") center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 30px;
}

@media (max-width: 1000px) {
  .lk-video .video-item .delete-item {
    margin-right: 0px;
  }
}
.lk-instituts .add-btn {
  border: 1px solid #2c5334;
  font-weight: 500;
  font-size: 16px;
  color: #2c5334;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 35px;
  margin-right: 45px;
}

@media (max-width: 1000px) {
  .lk-instituts .add-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
  .lk-instituts .add-btn:last-child {
    margin: 20px 0;
  }
}
.lk-instituts .add-btn .img {
  border-radius: 5px;
  padding: 8px 10px;
  background: rgba(44, 83, 52, 0.1);
  margin-right: 20px;
}

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-top: 40px;
}
.flex .add-btn {
  margin: 0px 0px 0px 15px;
}

.education-block .education-item {
  position: relative;
}
.education-block .education-item .delete-item {
  cursor: pointer;
  font-size: 14px;
  color: #2c5334;
  text-decoration: underline;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 1;
  display: none;
}
.education-block .education-item:not(:first-child) {
  margin-top: 25px;
  padding-top: 40px;
  border-top: 1px solid #2c5334;
}
.education-block .education-item:not(:first-child) .delete-item {
  display: block;
}

@media (max-width: 1000px) {
  .education-block .education-item .delete-item {
    position: relative;
    margin: 0px auto 25px;
    top: 0px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  .education-block .education-item .lk-instituts__date .grid-2 {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .education-block .education-item .lk-instituts__date .grid-2 input {
    margin: 0px;
  }
  .education-block .education-item .lk-instituts__date .date {
    margin-bottom: 12px;
  }
  .educationForm .flex .add-btn {
    margin: 0px 0px 0px 15px;
  }
}
.editNotes .form-title {
  margin-bottom: 25px;
}
.editNotes input {
  margin: 12px 0px 25px;
}
.editNotes textarea {
  border-radius: 5px;
  border: 1px solid #cfd5e0;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 12px;
  width: 600px;
  max-width: 100%;
  height: 200px;
  resize: none;
}
.editNotes .btn {
  margin-top: 40px;
}

.catalog.catalogFav {
  margin: 0px;
  grid-template-columns: 1fr;
}
.catalog.catalogFav .content__grid .catalogCont {
  padding: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

@media (max-width: 1900px) {
  .catalog.catalogFav .content__grid .catalogCont {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1500px) {
  .catalog.catalogFav .content__grid .catalogCont {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .catalog.catalogFav .content__grid .catalogCont {
    grid-template-columns: 1fr;
  }
}
.lk-profile .fav__header {
  margin-bottom: 28px;
}
.lk-profile .fav__header .fav__title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 36px;
}
.lk-profile .fav__header .fav__txt {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #3A3E38;
  margin-top: 20px;
}

.fav__content .fav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 0px;
  border-bottom: 1px solid #ECEFF5;
}
.fav__content .fav__item:first-child {
  border-top: 1px solid #ECEFF5;
}
.fav__content .fav__item .fav__name {
  width: calc(100% - 540px);
}
.fav__content .fav__item .fav__name a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2C5334;
}
.fav__content .fav__item .fav__name a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.fav__content .fav__item .fav__country {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #969696;
  width: 165px;
}
.fav__content .fav__item .fav__login {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2C5334;
  width: 245px;
}
.fav__content .fav__item .fav__btn {
  background: rgba(44, 83, 51, 0.07);
  border-radius: 5px;
  border: 0px;
  width: 130px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #2C5334;
}
.fav__content .fav__item .fav__btn img {
  margin-right: 7px;
}

@media (max-width: 1600px) {
  .fav__content .fav__item .fav__name {
    width: calc(100% - 475px);
  }
  .fav__content .fav__item .fav__country {
    width: 125px;
  }
  .fav__content .fav__item .fav__login {
    width: 185px;
  }
}
@media (max-width: 1200px) {
  .fav__content .fav__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .fav__content .fav__item .fav__name {
    width: 100%;
  }
  .fav__content .fav__item .fav__country {
    width: 100%;
    margin: 10px 0px 0px;
  }
  .fav__content .fav__item .fav__login {
    width: 100%;
    margin: 10px 0px 15px 0px;
  }
}
.userProfileItem {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  margin-bottom: 35px;
}
.userProfileItem .leftColumn {
  width: 206px;
}
.userProfileItem .leftColumn img {
  width: 156px;
  border-radius: 100%;
}
.userProfileItem .rightColumn {
  width: calc(100% - 206px);
}
.userProfileItem .rightColumn .backBtn {
  background: rgba(44, 83, 51, 0.07);
  border-radius: 5px;
  border: 0px;
  padding: 0px 18px;
  width: auto;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #2C5334;
}
.userProfileItem .rightColumn .backBtn img {
  margin-right: 7px;
}
.userProfileItem .rightColumn .name {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 800;
  font-size: 30px;
  line-height: 36px;
  color: #3A3E38;
  margin: 18px 0px 6px;
}
.userProfileItem .rightColumn .bdate {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.02em;
  color: #969696;
  margin: 0px 0px 17px;
}
.userProfileItem .rightColumn .cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.userProfileItem .rightColumn .cont .phone {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 800;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.01em;
  color: #2C5334;
  margin-right: 46px;
}
.userProfileItem .rightColumn .cont .mail {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2C5334;
}
.userProfileItem .rightColumn .writeBtn {
  background: rgb(44, 83, 51);
  border-radius: 5px;
  border: 0px;
  margin-top: 35px;
  padding: 0px 30px;
  width: auto;
  height: 48px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
}
.userProfileItem .rightColumn .writeBtn img {
  margin-right: 12px;
}

.itemProfile {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  padding: 15px 0px;
}
.itemProfile:not(:first-child) {
  border-top: 1px solid #ECEFF5;
}
.itemProfile .leftColumn {
  width: 206px;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #969696;
}
.itemProfile .rightColumn {
  width: calc(100% - 206px);
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #3A3E38;
}

@media (max-width: 1000px) {
  .userProfileItem {
    position: relative;
  }
  .userProfileItem .leftColumn {
    width: 100%;
    position: absolute;
    top: 70px;
    left: 0px;
  }
  .userProfileItem .rightColumn {
    width: 100%;
  }
  .userProfileItem .rightColumn .backBtn {
    margin-bottom: 210px;
  }
  .userProfileItem .rightColumn .cont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .userProfileItem .rightColumn .cont .phone {
    margin: 5px 0px 15px 0px;
  }
  .itemProfile .leftColumn {
    width: 100%;
  }
  .itemProfile .rightColumn {
    width: 100%;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .institut-info .institut-info__stats {
    margin-bottom: 50px;
  }
  .institut-info .institut-info__stats .stat {
    padding: 15px;
  }
  .institut-info .institut-info__stats .stat .stat__count {
    font-size: 24px;
    min-height: unset;
    padding: 15px 10px;
  }
  .institut-info .institut-info__item {
    margin-bottom: 50px;
  }
  .institut-info .institut-info__parameters .parameter {
    padding: 15px;
  }
  .institut-info .institut-info__parameters .parameter .parameter__img {
    width: 80px;
    padding: 15px;
  }
  .institut-info .institut-info__parameters .parameter .parameter__text b.numb {
    font-size: 36px;
  }
}
.lk-profile .views__header {
  margin-bottom: 28px;
}
.lk-profile .views__header .views__title {
  font-family: "Roboto Slab";
  font-weight: 800;
  font-size: 36px;
}
.lk-profile .views__header .views__txt {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  color: #3A3E38;
  margin-top: 20px;
}

.views__show {
  margin-bottom: 28px;
}
.views__show .views__showItem {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 21px;
  color: #2C5334;
}
.views__show .views__showItem span {
  font-weight: 700;
}
.views__show .views__showItem:not(:first-child) {
  margin-top: 10px;
}

.views__filters {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.views__filters .dropdown {
  border: 1px solid #a3a3a3;
  position: relative;
}
.views__filters .dropdown .dropdown__list {
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 2;
  background: #fff;
}
.views__filters .dropdown .dropdown__list.active {
  border: 1px solid #a3a3a3;
}
.views__filters .dropdown .dropdown__list .list__item:first-child {
  opacity: 0.5;
}
.views__filters .country_count {
  margin-left: 15px;
  color: #969696;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.views__filters .country_count span {
  font-weight: 700;
}

.views__content .views__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 17px 0px;
  border-bottom: 1px solid #ECEFF5;
}
.views__content .views__item:first-child {
  border-top: 1px solid #ECEFF5;
}
.views__content .views__item .views__name {
  width: calc(100% - 540px);
}
.views__content .views__item .views__name a {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: #2C5334;
}
.views__content .views__item .views__name a:hover {
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
}
.views__content .views__item .views__country {
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: #969696;
  width: 165px;
}
.views__content .views__item .views__login {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  color: #2C5334;
  width: 245px;
}
.views__content .views__item .views__btn {
  background: rgba(44, 83, 51, 0.07);
  border-radius: 5px;
  border: 0px;
  width: 130px;
  height: 40px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  color: #2C5334;
}
.views__content .views__item .views__btn img {
  margin-right: 7px;
}

@media (max-width: 1600px) {
  .views__content .views__item .views__name {
    width: calc(100% - 475px);
  }
  .views__content .views__item .views__country {
    width: 125px;
  }
  .views__content .views__item .views__login {
    width: 185px;
  }
}
@media (max-width: 1200px) {
  .views__content .views__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
  }
  .views__content .views__item .views__name {
    width: 100%;
  }
  .views__content .views__item .views__country {
    width: 100%;
    margin: 10px 0px 0px;
  }
  .views__content .views__item .views__login {
    width: 100%;
    margin: 10px 0px 15px 0px;
  }
}
.country_select {
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.country_select .dropdown__title {
  padding: 0px;
  position: relative;
}
.country_select .dropdown__title input {
  border: 0px;
  margin: 0px;
  width: 100%;
  padding: 15px 45px 15px 15px;
}
.country_select .dropdown__title input.country {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  -webkit-box-shadow: unset !important;
  box-shadow: unset !important;
}
.country_select .dropdown__title .dropdown__arrow {
  position: absolute;
  right: 0px;
  z-index: 2;
}
.country_select .dropdown__title .dropdown__arrow .arrow {
  position: absolute;
  right: 25px;
}
.country_select .dropdown__list.active {
  max-height: 200px;
  overflow: auto;
}

@media (max-width: 765px) {
  .country_select .dropdown__title .dropdown__arrow .arrow {
    right: 15px;
  }
}
.lkViewsBtnMore {
  margin-top: 50px;
}

.lkFavBtnMore {
  margin-top: 50px;
}

.fav__filters {
  margin-bottom: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fav__filters .dropdown {
  border: 1px solid #a3a3a3;
  position: relative;
}
.fav__filters .dropdown .dropdown__list {
  width: 100%;
  position: absolute;
  top: 48px;
  left: 0px;
  z-index: 2;
  background: #fff;
}
.fav__filters .dropdown .dropdown__list.active {
  border: 1px solid #a3a3a3;
}
.fav__filters .dropdown .dropdown__list .list__item:first-child {
  opacity: 0.5;
}
.fav__filters .country_count {
  margin-left: 15px;
  color: #969696;
  font-weight: 400;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
}
.fav__filters .country_count span {
  font-weight: 700;
}

.user_type_txt {
  max-width: 400px;
  width: 100%;
  color: #f00;
  font-size: 14px;
  line-height: 1.4;
  margin-top: 5px;
}

.lk-verify {
  background: #ECF1FB;
  border-radius: 5px;
  padding: 40px 40px;
  margin-bottom: 53px;
}
.lk-verify .lk-verify__name {
  font-family: "Roboto Slab";
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 110%;
  color: #3A3E38;
}
.lk-verify .lk-verify__text {
  font-weight: 400;
  font-size: 16px;
  line-height: 110%;
  color: #A3A3A3;
  margin-top: 10px;
}
.lk-verify .profileVerifyForm {
  margin-top: 26px;
}
.lk-verify .profileVerifyForm .fileBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lk-verify .profileVerifyForm .fileBlock .droparea {
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.07);
  border-radius: 5px 0px 0px 5px;
  width: 175px;
  height: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px 24px;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #A3A3A3;
  position: relative;
  border: 0px;
}
.lk-verify .profileVerifyForm .fileBlock .droparea input {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.lk-verify .profileVerifyForm .fileBlock button[type=submit] {
  background: #2C5334;
  border-radius: 5px;
  width: 130px;
  height: 38px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #FFFFFF;
  border: 0px;
  margin-left: -5px;
  position: relative;
  z-index: 3;
}
.lk-verify .profileVerifyForm .fileBlock .downloadTemplate {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #2C5334;
  margin: 0px 0px 0px 35px;
  padding: 5px 0px 5px 30px;
  background: url("/publ/src/img/images/lk/download.svg") left center no-repeat;
  background-size: 20px;
}
.lk-verify .verifyFileBlock {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.lk-verify .verifyFileBlock a {
  font-weight: 500;
  font-size: 15px;
  line-height: 1;
  text-align: center;
  color: #2C5334;
}
.lk-verify .verifyFileBlock a:hover {
  text-decoration: underline;
}
.lk-verify .verifyFileBlock .fileDel {
  cursor: pointer;
  width: 14px;
  height: 14px;
  background: url("/publ/src/img/close.svg") left center no-repeat;
  background-size: cover;
  margin-left: 10px;
}
.lk-verify .lk-verify__text2 {
  font-weight: 400;
  font-size: 14px;
  line-height: 110%;
  color: #A3A3A3;
  margin-top: 10px;
}

.faculty {
  margin: 0px 0px 30px 0px;
}
.faculty .name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0;
  font-weight: 700;
  font-size: 22px;
  background: #ebf0fa;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 42px 5px 20px;
  border-radius: 5px;
  cursor: pointer;
}
.faculty .name .dropdown__arrow {
  margin: 0px 0px 0px 10px;
}
.faculty .facultyBlock {
  padding: 25px 0px 0px 0px;
  display: none;
}
.faculty.set .facultyBlock {
  display: block;
}

.writeUserModal {
  max-width: 600px;
}
.writeUserModal .form-title {
  margin-bottom: 25px;
}
.writeUserModal input {
  margin: 12px 0px 25px;
}
.writeUserModal textarea {
  border-radius: 5px;
  border: 1px solid #cfd5e0;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  padding: 15px;
  margin-top: 12px;
  width: 600px;
  max-width: 100%;
  height: 200px;
  resize: none;
}
.writeUserModal .btn {
  margin-top: 40px;
}

@media (max-width: 1000px) {
  .writeUserModal .form-title {
    font-size: 22px;
  }
}
.cookieWin {
  position: fixed;
  bottom: 20px;
  right: 20px;
  margin-left: 20px;
  z-index: 777;
  padding: 20px 60px 20px 20px;
  border-radius: 10px;
  background: #fff;
  max-width: 600px;
  border: 1px solid #ebf0fa;
}

.cookieClose {
  width: 30px;
  height: 30px;
  margin: 6px;
  cursor: pointer;
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 3;
}
.cookieClose::before {
  content: "";
  width: 20px;
  height: 2px;
  background: #3a3e38;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}
.cookieClose:after {
  content: "";
  width: 20px;
  height: 2px;
  background: #3a3e38;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  position: absolute;
  top: 13px;
  left: 5px;
}

.cookieText {
  font-size: 14px;
  line-height: 1.4;
  height: 62px;
  overflow: hidden;
}
.cookieText.set {
  height: auto;
  overflow: auto;
}
.cookieText a {
  color: #2c5334;
  text-decoration: underline;
}

.cookieWin .btnBlock {
  margin: 15px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
.cookieWin .btnBlock .cookieBtn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  margin: 0px 10px 0px 0px;
  border: 1px solid #2c5334;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cookieWin .btnBlock .cookieBtnClose {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 5px 15px;
  border: 1px solid;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.login-btn {
  margin: 20px 0px 20px;
}
.login-btn:disabled {
  opacity: 0.5;
  background: #23422a !important;
  cursor: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.loginNew .privacy {
  width: auto;
  font-size: 13.5px;
  line-height: 1.2;
}
.loginNew .privacy a {
  color: #2c5334;
  text-decoration: underline;
}

.newForm {
  background: #EBF0FA;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  margin: 0px 130px 90px;
  padding: 60px 70px;
}
.newForm .form-title {
  font-size: 45px;
}
.newForm .contBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 18px;
}
.newForm .contBlock button {
  width: 200px;
  height: 56px;
  margin: 0px;
}
.newForm .contBlock input {
  width: calc((100% - 260px) / 3);
  height: 56px;
  margin: 0px !important;
}
.newForm .contBlock .phoneBlock {
  width: calc((100% - 260px) / 3);
  height: 56px;
  margin-top: 0px;
}
.newForm .contBlock .phoneBlock select, .newForm .contBlock .phoneBlock input, .newForm .contBlock .phoneBlock .phone_code {
  margin: 0px !important;
  height: 56px;
}
.newForm .contBlock .phoneBlock .phone_code .item {
  height: 54px;
}
.newForm .privacy {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  line-height: 1.2;
  color: #A3A3A3;
  margin-top: 20px;
}
.newForm .privacy a {
  color: #A3A3A3;
  border-bottom: 1px dotted;
}
.newForm .captcha .g-recaptcha {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 1220px) {
  .newForm {
    margin: 0px 30px 80px;
    padding: 30px 30px;
  }
  .newForm .form-title {
    font-size: 36px;
  }
}
@media (max-width: 1000px) {
  .newForm {
    margin: 0px 16px 50px;
    padding: 20px 20px;
  }
  .newForm .form-title {
    font-size: 26px;
  }
  .newForm .contBlock {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .newForm .contBlock button {
    width: 100%;
    height: 56px;
    margin: 0px;
  }
  .newForm .contBlock input {
    width: 100%;
    height: 56px;
    margin: 0px 0px 20px !important;
  }
  .newForm .contBlock .phoneBlock {
    width: 100%;
    height: 56px;
    margin: 0px 0px 20px !important;
  }
}
.blockForm {
  padding-top: 0px;
}
.blockForm .newForm {
  background: #fff;
  margin: 0px;
  border-radius: 5px;
}

.loginNew-form .login-btn {
  margin-left: 1px;
}

.phoneBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  position: relative;
}
.phoneBlock .phone_code {
  width: 120px;
  height: 51px;
  border-radius: 5px;
  border: 1px solid #cfd5e0;
  -webkit-box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 20px 30px rgba(0, 0, 0, 0.1);
  margin-top: 0px;
  background: #fff;
}
.phoneBlock .phone_code .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
}
.phoneBlock .phone_code .items .item {
  display: none;
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  font-size: 1rem;
  line-height: 1;
  height: 49px;
}
.phoneBlock .phone_code .items .item .img {
  width: 20px;
  height: 15px;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0px 10px 0px 0px;
  background: #eee;
}
.phoneBlock .phone_code .items .item span {
  display: none;
}
.phoneBlock .phone_code .items .item.set {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.phoneBlock .phone_code.set .items {
  width: 100%;
  background: #fff;
  max-height: 200px;
  overflow: auto;
  position: absolute;
  border: 2px solid #000;
  border-radius: 5px;
  top: 0px;
  left: 0px;
  z-index: 3;
}
.phoneBlock .phone_code.set .items .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  padding: 15px 13px;
}
.phoneBlock .phone_code.set .items .item span {
  display: block;
  width: calc(100% - 90px);
  font-size: 0.875rem;
  line-height: 1;
  margin-left: 10px;
  color: #aaa;
}
.phoneBlock input {
  width: calc(100% - 130px) !important;
  margin: 0px !important;
}

.profileForm .phoneBlock,
.profile2Form .phoneBlock {
  margin: 12px 0px 30px;
}
.profileForm .phoneBlock .phone_code,
.profile2Form .phoneBlock .phone_code {
  border-color: #a3a3a3;
}

.view_mess_text {
  max-width: 420px;
  font-size: 1rem;
  line-height: 1.6;
}

.collection__item,
.collection__item:visited {
  color: #3a3e38;
}

.collection__item:hover {
  color: #fff;
}

.pageTopBlock {
  background-size: cover !important;
  background-position: center !important;
}

.none {
  display: none !important;
}

.hide {
  visibility: hidden !important;
}

.content .content__item .item__info {
  width: 100%;
}

.container {
  position: relative;
  z-index: 3;
}

.main-intro {
  z-index: 1;
}

.main-intro .catalog__type span.type:hover {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.catalog .map-btn {
  font-size: 18px;
  line-height: 1;
}
.catalog .map-btn img {
  margin-top: -3px;
}

.line {
  width: 100%;
  height: 1px;
  background: #3A3E38;
  opacity: 0.1;
  margin: 16.5px 0px;
}

.catalog .catalog__item,
.catalog .catalog__item span {
  display: block;
}

.catalog .content__grid {
  display: block;
  padding: 0px;
}

.catalogCont {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 40px;
  gap: 20px;
  grid-template-rows: -webkit-min-content;
  grid-template-rows: min-content;
  padding-bottom: 40px;
}

.course .catalog__item,
.course .catalog__item span {
  display: block;
}

.course .content__grid {
  display: block;
  padding: 0px;
}