@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Montserrat+Alternates:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
.wrapper {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

@media (max-width: 960px) {
  .wrapper {
    padding: 110px 0px 0px 0px;
  }
}
.container {
  width: 930px;
  margin: auto;
  position: relative;
}

@media (max-width: 990px) {
  .container {
    width: 100%;
  }
  .container {
    padding: 0px 30px;
  }
}
@media (max-width: 600px) {
  .container {
    padding: 0px 10px;
  }
}
.main {
  padding: 60px 0px 0px 0px;
  flex: 1 0 auto;
}

@media (max-width: 600px) {
  .main {
    padding: 30px 0px 0px 0px;
  }
}
* {
  padding: 0;
  margin: 0;
  border: 0;
}

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

:focus, :active {
  outline: none;
}

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

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

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

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

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

button {
  cursor: pointer;
}

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

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

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

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

.header {
  padding: 0px 0px 0px 0px;
  position: relative;
}
.header:hover {
  z-index: 10000;
}

@media (max-width: 960px) {
  .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10000;
    background: #fff;
  }
}
.shortInfo-header {
  background: #2D9F9B;
}

.shortInfo-header__body {
  padding: 10px 0px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.shortInfo-header__language {
  display: flex;
}

.shortInfo-header__button-language:nth-child(1) {
  margin: 0px 18px 0px 0px;
}

.shortInfo-header__button-text {
  background: #2D9F9B;
  font-family: Montserrat;
  color: #fff;
}
.shortInfo-header__button-text.active {
  font-weight: 800;
  color: #FFD047;
}

.shortInfo-header__messages {
  display: flex;
  align-items: center;
}

.shortInfo-header__messages-phone {
  margin: 0px 22.25px 0px 0px;
  display: flex;
  align-items: center;
}

.shortInfo-header__messages-phoneIcon {
  margin: 0px 10px 0px 0px;
  min-width: 19.5px;
  height: 19.5px;
  background: url("../image/icons/phone.svg") 0 0/100% 100% no-repeat;
}

.shortInfo-header__messages-phoneText {
  font-family: Montserrat;
  color: #fff;
}

.shortInfo-header__messages-mail {
  display: flex;
  align-items: center;
}

.shortInfo-header__messages-mailIcon {
  margin: 0px 10px 0px 0px;
  min-width: 24px;
  height: 18px;
  background: url("../image/icons/email.svg") 0 0/100% 100% no-repeat;
}

.shortInfo-header__messages-mailText {
  font-family: Montserrat;
  color: #fff;
}

@media (max-width: 960px) {
  .shortInfo-header__messages-phoneText,
  .shortInfo-header__messages-mailText {
    display: none;
  }
}
.menu-header {
  padding: 40px 0px 0px 0px;
}

.menu-header__body {
  display: flex;
  align-items: center;
}

.menu-header__logo {
  flex: 1 0 auto;
  display: flex;
  align-items: center;
}

.menu-header__logo-icon {
  margin: 0px 12px 0px 0px;
  min-width: 80px;
  height: 40px;
  background: url("../image/icons/logo.svg") 0 0/100% 100% no-repeat;
}

.menu-header__logo-text {
  font-family: Montserrat Alternates;
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  color: #000;
}

.menu-header__burger {
  display: none;
}

.menu-header__list {
  margin: 0px 40px 0px 0px;
  display: flex;
}

.menu-header__list-item {
  margin: 0px 30px 0px 0px;
  padding: 20px 0px;
  position: relative;
}
.menu-header__list-item:last-child {
  margin: 0px;
}
.menu-header__list-item.active .menu-header__list-itemText {
  color: #2D9F9B;
}
.menu-header__list-item.active.false .menu-header__list-itemText {
  color: #000;
}
.menu-header__list-item.active.false:hover .menu-header__list-itemText, .menu-header__list-item:hover .menu-header__list-itemText {
  color: #2D9F9B;
}
.menu-header__list-item.active.false:hover .menu-header__list-menu, .menu-header__list-item:hover .menu-header__list-menu {
  top: 100%;
  opacity: 1;
}
.menu-header__list-item:nth-child(1) .menu-header__list-menu {
  width: 200px;
}
.menu-header__list-item:nth-child(2) .menu-header__list-menu.ru,
.menu-header__list-item:nth-child(2) .menu-header__list-menu.kz {
  width: 250px;
}
.menu-header__list-item:nth-child(3) .menu-header__list-menu.ru {
  width: 280px;
}
.menu-header__list-item:nth-child(3) .menu-header__list-menu.kz {
  width: 320px;
}

.menu-header__list-itemText {
  font-family: Montserrat;
  color: #000;
  cursor: pointer;
  transition: 0.5s all;
}

.menu-header__list-menu {
  position: absolute;
  top: -1000000px;
  left: 0;
  padding: 30px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  opacity: 0;
  display: flex;
  flex-direction: column;
  transition: opacity 0.5s;
}

.menu-header__menuList-item {
  margin: 0px 0px 20px 0px;
}
.menu-header__menuList-item:last-child {
  margin: 0;
}

.menu-header__menuList-link {
  display: inline-block;
  font-family: Montserrat;
  color: #000;
  transition: 0.5s all;
}
.menu-header__menuList-link:hover {
  color: #2D9F9B;
}

.menu-header__accaount-sign {
  padding: 11.5px 16px;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s all;
  font-family: Montserrat;
  color: #000;
}
.menu-header__accaount-sign:hover {
  border: 1px solid #2D9F9B;
  background: #2D9F9B;
  color: #fff;
}

@media (max-width: 960px) {
  .menu-header {
    padding: 10px 0px;
    border-bottom: 1.5px solid #2D9F9B;
  }
  .menu-header__burger {
    margin: 0px 0px 0px 0px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #2D9F9B;
  }
  .menu-header__burger .menu-header__burger-icon {
    width: 24px;
    height: 4px;
    background: #fff;
    position: relative;
    transition: transform 1s;
  }
  .menu-header__burger .menu-header__burger-icon::before, .menu-header__burger .menu-header__burger-icon::after {
    content: "";
    position: absolute;
    width: 24px;
    height: 4px;
    background: #fff;
    transition: 0.3s all;
  }
  .menu-header__burger .menu-header__burger-icon::before {
    top: -8px;
    left: 0;
  }
  .menu-header__burger .menu-header__burger-icon::after {
    bottom: -8px;
    left: 0;
  }
  .menu-header__burger .menu-header__burger-icon.active {
    height: 0;
    transform: rotate(720deg);
  }
  .menu-header__burger .menu-header__burger-icon.active::before {
    top: -3px;
    transform: rotate(45deg);
  }
  .menu-header__burger .menu-header__burger-icon.active::after {
    top: -3px;
    transform: rotate(-45deg);
  }
  .menu-header__list {
    position: fixed;
    margin: 0;
    padding: 49.5px 30px;
    top: 0;
    right: -100%;
    width: 70%;
    height: 100%;
    background: #2D9F9B;
    z-index: 12000;
    flex-direction: column;
    align-items: end;
    transition: 0.3s all;
  }
  .menu-header__list.active {
    right: 0;
  }
  .menu-header__list.active::before {
    right: 0;
  }
  .menu-header__menuList-exit {
    margin: 0px 0px 30px 0px;
    width: 50px;
    height: 50px;
    border: 4px solid #fff;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.5s all;
  }
  .menu-header__menuList-exit.active {
    transform: rotate(720deg);
  }
  .menu-header__menuList-exitIcon {
    width: 30px;
    height: 4px;
    position: relative;
  }
  .menu-header__menuList-exitIcon::before, .menu-header__menuList-exitIcon::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
  }
  .menu-header__menuList-exitIcon::before {
    transform: rotate(45deg);
  }
  .menu-header__menuList-exitIcon::after {
    transform: rotate(-45deg);
  }
  .menu-header__list-item {
    margin: 0px 18px 0px 0px;
    padding: 0;
  }
  .menu-header__list-item:last-child {
    margin: 0px 18px 0px 0px;
  }
  .menu-header__list-item.active .menu-header__list-itemText {
    color: #fff;
  }
  .menu-header__list-item.active.false .menu-header__list-itemText {
    color: #fff;
  }
  .menu-header__list-item.active.false .menu-header__list-itemText:hover {
    color: #fff;
  }
  .menu-header__list-item:hover .menu-header__list-itemText {
    color: #fff;
  }
  .menu-header__list-item:nth-child(2) .menu-header__list-menu.ru,
  .menu-header__list-item:nth-child(2) .menu-header__list-menu.kz {
    width: 100%;
  }
  .menu-header__list-item:nth-child(3) .menu-header__list-menu.ru {
    width: 100%;
  }
  .menu-header__list-item:nth-child(3) .menu-header__list-menu.kz {
    width: 100%;
  }
  .menu-header__list-menu {
    display: none;
    position: static;
    margin: 0px 0px 40px 0px;
    padding: 0px;
    border: 0px solid #000;
    border-radius: 0px;
    background: #2D9F9B;
    opacity: 1;
    text-align: end;
  }
  .menu-header__list-menu::before {
    content: "";
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 20px;
    width: 2px;
    background: #fff;
  }
  .menu-header__list-itemText {
    padding: 0px 0px 40px 0px;
    width: 100%;
    display: inline-block;
    text-align: end;
    color: #fff;
  }
  .menu-header__menuList-link {
    margin: 0px 20px 0px 0px;
    color: #fff;
  }
  .menu-header__accaount-sign {
    display: none;
  }
}
@media (max-width: 600px) {
  .menu-header__list {
    padding: 49.5px 10px;
  }
}
@media (max-width: 500px) {
  .menu-header__logo-text {
    display: none;
  }
}
@media (max-width: 460px) {
  .menu-header__list {
    width: 100%;
  }
}
.home {
  margin: -30px 0px 0px 0px;
}

.mainContent-home {
  margin: 0px 0px 30px 0px;
}

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

.mainContent-home__info-mainTitle {
  margin: 0px 0px 30px 0px;
  font-family: Montserrat Alternates;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  color: #000;
}
.mainContent-home__info-mainTitle span {
  color: #2D9F9B;
}

.mainContent-home__info-linkBoris {
  margin: 0px 0px 50px 0px;
  padding: 11.5px 36px 11.5px 16px;
  display: inline-block;
  border: 1px solid #000;
  border-radius: 5px;
  position: relative;
  transition: 0.5s all;
  font-family: Montserrat;
  color: #000;
}
.mainContent-home__info-linkBoris::before {
  content: "";
  position: absolute;
  top: 13px;
  right: 20px;
  width: 6px;
  height: 12px;
  background: url("../image/icons/arrow-right.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}
.mainContent-home__info-linkBoris:hover {
  border: 1px solid #2D9F9B;
  background: #2D9F9B;
  color: #fff;
}
.mainContent-home__info-linkBoris:hover::before {
  background: url("../image/icons/arrow-right-active.svg") 0 0/100% 100% no-repeat;
}

.mainContent-home__info-list {
  display: flex;
  align-items: center;
}

.mainContent-home__info-item {
  margin: 0px 23px 0px 0px;
}
.mainContent-home__info-item:last-child {
  margin: 0;
}
.mainContent-home__info-item:nth-child(1) {
  min-width: 18.33px;
  height: 18.33px;
  background: url("../image/icons/whatsapp.svg") 0 0/100% 100% no-repeat;
}
.mainContent-home__info-item:nth-child(2) {
  min-width: 17.88px;
  height: 17.88px;
  background: url("../image/icons/instagram.svg") 0 0/100% 100% no-repeat;
}
.mainContent-home__info-item:nth-child(3) {
  min-width: 18.33px;
  height: 18.33px;
  background: url("../image/icons/vk.svg") 0 0/100% 100% no-repeat;
}
.mainContent-home__info-item:nth-child(4) {
  min-width: 18.33px;
  height: 18.29px;
  background: url("../image/icons/facebook.svg") 0 0/100% 100% no-repeat;
}
.mainContent-home__info-item:nth-child(5) {
  font-family: Mulish;
  font-weight: 800;
  color: #000;
}

.mainContent-home__content-image {
  min-width: 406px;
  height: 367px;
}

.mainContent-home__image-img {
  width: 90%;
  height: 100%;
  background: url("../image/main/house.svg") 0 0/100% 100% no-repeat;
}

@media (max-width: 850px) {
  .mainContent-home__info-mainTitle {
    font-size: 26px;
  }
}
@media (max-width: 680px) {
  .mainContent-home__content {
    flex-direction: column;
  }
  .mainContent-home__content-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
  }
  .mainContent-home__info-mainTitle {
    margin: 0px 0px 10px 0px;
    text-align: center;
  }
  .mainContent-home__info-linkBoris {
    margin: 0px 0px 20px 0px;
  }
  .mainContent-home__content-image {
    min-width: 100%;
    height: 100%;
    order: 1;
  }
  .mainContent-home__image-img {
    width: 100%;
  }
}
.content-home {
  margin: 0px 0px 36px 0px;
}

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

.content-home__column {
  margin: 0px 10px 20px 10px;
  padding: 45px 0px;
  border: 1px solid #000;
  border-radius: 10px;
  cursor: pointer;
  position: relative;
}
.content-home__column:nth-child(1) .content-home__column-info-icon {
  background: url("../image/icons/video-camera.svg") 0 0/100% 100% no-repeat;
}
.content-home__column:nth-child(2) .content-home__column-info-icon {
  background: url("../image/icons/course.svg") 0 0/100% 100% no-repeat;
}
.content-home__column:nth-child(3) .content-home__column-info-icon {
  background: url("../image/icons/mugs.svg") 0 0/100% 100% no-repeat;
}
.content-home__column:nth-child(4) .content-home__column-info-icon {
  background: url("../image/icons/plants.svg") 0 0/100% 100% no-repeat;
}
.content-home__column:hover .content-home__column-info-text {
  text-decoration: underline;
}
.content-home__column:hover .content-home__column-submenu {
  top: 100%;
  opacity: 1;
}
.content-home__column:hover .content-home__column-submenu.mobalActive {
  top: 1000000px;
  opacity: 0;
  transition: opacity 0s;
}

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

.content-home__column-info-icon {
  margin: 0px 14px 0px 0px;
  width: 30px;
  height: 30px;
}

.content-home__column-info-text {
  font-family: Montserrat Alternates;
  font-size: 16px;
  font-weight: 500;
}

.content-home__column-submenu {
  padding: 20px 0px 0px 0px;
  position: absolute;
  top: -1000000px;
  left: 0;
  width: 100%;
  opacity: 0;
  z-index: 50;
  transition: opacity 0.5s;
}

.content-home__column-submenu-list {
  padding: 16px 40px;
  border: 1px solid #000;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
}

.content-home__column-submenu-link {
  padding: 12px 0px;
  text-align: center;
  border-bottom: 1px solid #C9D0D9;
  font-family: Montserrat Alternates;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  transition: 0.5s all;
}
.content-home__column-submenu-link:last-child {
  border-bottom: 0px solid #C9D0D9;
}
.content-home__column-submenu-link:hover {
  color: #2D9F9B;
}

@media (max-width: 600px) {
  .content-home__row {
    padding: 0px 5px;
  }
  .content-home__column {
    margin: 0px 5px 10px 5px;
  }
}
@media (max-width: 440px) {
  .content-home__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.redBook-home {
  margin: 0px 0px 30px 0px;
}

.redBook-home__body {
  display: flex;
  align-items: center;
}

.redBook-home__image {
  flex: auto;
  display: flex;
  justify-content: center;
}

.redBook-home__image-img {
  width: 400px;
}

.redBook-home__content-title {
  margin: 0px 0px 10px 0px;
  font-family: Montserrat Alternates;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}
.redBook-home__content-title span {
  color: #EA4F44;
}

.redBook-home__content-info {
  width: 333px;
  margin: 0px 0px 23px 0px;
  font-family: Montserrat;
  line-height: 17.57px;
}

.redBook-home__content-button {
  display: inline-block;
  padding: 11px 38px 11px 16px;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s all;
  position: relative;
}
.redBook-home__content-button:hover {
  border: 1px solid #fff;
  background: #2D9F9B;
}
.redBook-home__content-button:hover .redBook-home__button-text {
  color: #fff;
}
.redBook-home__content-button:hover .redBook-home__button-arrow::before {
  background: url("../image/icons/arrow-right-active.svg") 0 0/100% 100% no-repeat;
}

.redBook-home__button-text {
  font-family: Montserrat;
  color: #000;
  transition: 0.5s all;
}

.redBook-home__button-arrow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.redBook-home__button-arrow::before {
  content: "";
  position: absolute;
  right: 20px;
  width: 6px;
  height: 12px;
  background: url("../image/icons/arrow-right.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}

@media (max-width: 900px) {
  .redBook-home__image {
    flex: 1 0 50%;
  }
  .redBook-home__image-img {
    width: 100%;
  }
}
@media (max-width: 730px) {
  .redBook-home__content-title {
    font-size: 28px;
  }
  .redBook-home__content-info {
    width: 100%;
  }
}
@media (max-width: 560px) {
  .redBook-home__body {
    flex-direction: column;
  }
  .redBook-home__image {
    margin: 0px 0px 30px 0px;
  }
  .redBook-home__content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .redBook-home__content-title,
  .redBook-home__content-info {
    text-align: center;
  }
}
.community-home {
  display: none;
  margin: 0px 0px 30px 0px;
}

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

.community-home__content-title {
  margin: 0px 0px 24px 0px;
  font-family: Montserrat Alternates;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}
.community-home__content-title span {
  color: #2D9F9B;
}

.community-home__content-text {
  margin: 0px 0px 24px 0px;
  width: 480px;
  font-family: Montserrat;
  line-height: 18px;
}

.commutine-home__content-formInput {
  margin: 0px 20px 0px 0px;
  padding: 10px 20px;
  width: 344px;
  border: 1px solid #000;
  border-radius: 5px;
  font-family: Montserrat;
}

.community-home__content-formButton {
  padding: 10px 16px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  transition: 0.5s all;
  font-family: Montserrat;
}
.community-home__content-formButton:hover {
  border: 1px solid #2D9F9B;
  background: #2D9F9B;
  color: #fff;
}

.community-home__mainImg {
  min-width: 368px;
}

.community-home__mainImg-img {
  width: 100%;
}

.news-home {
  margin: 0px 0px 50px 0px;
}

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

.news-home__mainTitle {
  margin: 0px 0px 20px 0px;
  width: 100%;
  font-family: Montserrat Alternates;
  font-size: 32px;
}

.news-home__row {
  margin: 0px -10px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}
.news-home__row .column {
  margin: 0px 10px 20px 10px;
}

.news-home__link {
  margin: 30px 0px 0px;
  padding: 10px 30px;
  border: 2px solid #2D9F9B;
  border-radius: 10px;
  background: #2D9F9B;
  display: inline-block;
  transition: 0.5s all;
  text-align: center;
  font-family: Montserrat;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  color: #fff;
}
.news-home__link:hover {
  background: transparent;
  color: #2D9F9B;
}

.pagination {
  padding: 20px 0px 0px;
  width: 100%;
  display: flex;
  justify-content: center;
}
.pagination span,
.pagination a {
  margin: 0px 10px 0px 0px;
  width: 30px;
  height: 30px;
  border: 2px solid #2D9F9B;
  border-radius: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: 0.5s all;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 22px;
  color: #000;
}
.pagination span:last-child,
.pagination a:last-child {
  margin: 0;
}
.pagination span:hover,
.pagination a:hover {
  background: #2D9F9B;
  color: #fff;
}
.pagination span {
  background: #2D9F9B;
  color: #fff;
}

@media (max-width: 960px) {
  .news-home__row .standart-contentNews__image {
    min-width: 180px;
    height: 110px;
  }
  .news-home__row .standart-contentNews__title {
    font-size: 16px;
  }
}
@media (max-width: 780px) {
  .news-home__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .news-home__row .standart-contentNews__image {
    max-width: 300px;
    min-width: 300px;
    height: 180px;
  }
}
@media (max-width: 630px) {
  .news-home__row .standart-contentNews__image {
    max-width: 200px;
    min-width: 200px;
    height: 120px;
  }
}
@media (max-width: 420px) {
  .news-home__row .standart-contentNews-link {
    flex-direction: column;
  }
  .news-home__row .standart-contentNews__image {
    margin: 0px 0px 10px 0px;
    max-width: inherit;
    min-width: inherit;
    height: auto;
  }
  .news-home__row .standart-contentNews__title {
    text-align: center;
  }
  .news-home__row .standart-contentNews__time {
    text-align: center;
  }
}
.modalVideo-home {
  padding: 40px 0px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
}
.modalVideo-home.active {
  display: flex;
}

.modalVideo-home__body {
  padding: 40px 0px 80px 0px;
  width: 100%;
  border: 1px solid #2D9F9B;
  border-radius: 10px;
  background: #fff;
  display: flex;
  flex-direction: column;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  align-items: center;
  position: relative;
  overflow: auto;
}
.modalVideo-home__body.element::-webkit-scrollbar {
  width: 0;
}
.modalVideo-home__body.element {
  -ms-overflow-style: none;
}
.modalVideo-home__body.element {
  overflow: -moz-scrollbars-none;
}

.modalVideo-home__mainTitle {
  margin: 0px 0px 20px 0px;
}
.modalVideo-home__mainTitle .content-home__column-submenu-link {
  margin: 0px 0px 0px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 24px;
  font-weight: 600;
  color: #2D9F9B;
}

.modalVideo-home__content {
  width: 492px;
  height: 368px;
  border-radius: 10px;
}

.modalVideo-home__content {
  position: relative;
}
.modalVideo-home__content .slick-list {
  overflow: hidden;
}
.modalVideo-home__content .slick-track {
  flex-direction: row-reverse;
}

.modalVideo-home__content .slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
}

.modalVideo-home__content .slick-arrow.slick-prev {
  left: -160px;
  padding: 6px 20px 6px 30px;
  border: 1px solid #000;
  border-radius: 50px;
  background: #fff;
  font-family: Mulish;
  color: #000;
  transition: 0.5s all;
}
.modalVideo-home__content .slick-arrow.slick-prev::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 12px;
  width: 6px;
  height: 12px;
  border: 10px;
  background: url("../image/icons/arrowSlick-left.svg") 0 0/100% 100% no-repeat;
}
.modalVideo-home__content .slick-arrow.slick-prev:hover {
  border: 1px solid #2D9F9B;
  color: #fff;
  background: #2D9F9B;
}
.modalVideo-home__content .slick-arrow.slick-prev:hover::before {
  background: url("../image/icons/arrowSlick-left-active.svg") 0 0/100% 100% no-repeat;
}

.modalVideo-home__content .slick-arrow.slick-next {
  right: -150px;
  padding: 6px 30px 6px 20px;
  border: 1px solid #000;
  border-radius: 50px;
  background: #fff;
  font-family: Mulish;
  color: #000;
  transition: 0.5s all;
}
.modalVideo-home__content .slick-arrow.slick-next::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 12px;
  width: 6px;
  height: 12px;
  border: 10px;
  background: url("../image/icons/arrowSlick-right.svg") 0 0/100% 100% no-repeat;
}
.modalVideo-home__content .slick-arrow.slick-next:hover {
  border: 1px solid #2D9F9B;
  color: #fff;
  background: #2D9F9B;
}
.modalVideo-home__content .slick-arrow.slick-next:hover::before {
  background: url("../image/icons/arrowSlick-right-active.svg") 0 0/100% 100% no-repeat;
}

.modalVideo-home__content .slick-dots {
  position: absolute;
  right: 0;
  bottom: -40px;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modalVideo-home__content .slick-dots li {
  margin: 0px 10px 0px 0px;
}
.modalVideo-home__content .slick-dots li:last-child {
  margin: 0;
}

.modalVideo-home__content .slick-dots .slick-active button {
  width: 8px;
  height: 8px;
  background: #2D9F9B;
}

.modalVideo-home__content .slick-dots button {
  font-size: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #C9D0D9;
  transition: 0.5s all;
}

.modalVideo-home__content-column {
  padding: 0px 10px 20px 10px;
  width: 100%;
  height: 100%;
}

.modalVideo-home__content-video {
  width: 100%;
  height: 368px;
  border-radius: 10px;
  flex: 1 1 auto;
  background: #000;
}

.mobalVideo-home__exit {
  position: absolute;
  top: 27px;
  right: 25px;
  min-width: 27px;
  height: 27px;
  border: 1px solid #2D9F9B;
  border-radius: 50%;
  background: url("../image/icons/close.svg") center/12px 12px no-repeat;
  cursor: pointer;
  transition: 0.5s all;
}
.mobalVideo-home__exit:hover {
  background: url("../image/icons/close-active.svg") center/12px 12px no-repeat, #2D9F9B;
}

@media (max-width: 900px) {
  .modalVideo-home {
    z-index: 15000;
  }
  .modalVideo-home__body {
    padding: 40px 20px 80px 20px;
  }
  .modalVideo-home__content .slick-arrow {
    top: auto;
    bottom: -50px;
  }
  .modalVideo-home__content .slick-arrow.slick-prev {
    left: 0px;
  }
  .modalVideo-home__content .slick-arrow.slick-next {
    right: 0px;
  }
}
@media (max-width: 620px) {
  .modalVideo-home__body {
    padding: 40px 10px;
  }
  .modalVideo-home__content {
    width: 100%;
    height: auto;
  }
  .modalVideo-home__content .slick-arrow.slick-next,
  .modalVideo-home__content .slick-arrow.slick-prev {
    display: none;
    padding: 0;
    border: 0px solid #000;
    border-radius: 0;
    background: #fff;
    font-family: Mulish;
    font-size: 0;
    color: #000;
    transition: 0.5s all;
  }
  .modalVideo-home__content .slick-arrow.slick-next::before,
  .modalVideo-home__content .slick-arrow.slick-prev::before {
    display: none;
  }
  .modalVideo-home__content .slick-dots {
    bottom: -10px;
  }
}
.content-library {
  margin: 0px 0px 40px 0px;
}

.content-library__mainTitle {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.content-library__row {
  display: flex;
}

.content-library__mainImage {
  flex: 1 0 50%;
}

.content-library__img {
  width: 100%;
  border-radius: 5px;
}

.content-library__info {
  padding: 0px 0px 0px 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.content-library__info-text {
  margin: 0px 0px 16px 0px;
  font-family: Montserrat;
  line-height: 18px;
}
.content-library__info-text:last-child {
  margin: 0;
}

.content-library__info-buttonLink {
  padding: 11.5px 16px;
  display: inline-flex;
  align-items: center;
  border: 1px solid #000;
  border-radius: 5px;
  transition: 0.5s all;
}
.content-library__info-buttonLink:hover {
  border: 1px solid #2D9F9B;
  background: #2D9F9B;
}
.content-library__info-buttonLink:hover .content-library__info-buttonText {
  color: #fff;
}
.content-library__info-buttonLink:hover .content-library__info-buttonArrow {
  background: url("../image/icons/arrow-right-active.svg") 0 0/100% 100% no-repeat;
}

.content-library__info-buttonText {
  margin: 0px 7px 0px 0px;
  font-family: Montserrat;
  color: #000;
  transition: 0.5s all;
}

.content-library__info-buttonArrow {
  width: 6px;
  height: 14px;
  background: url("../image/icons/arrow-right.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}

@media (max-width: 670px) {
  .content-library__mainTitle {
    font-size: 28px;
  }
  .content-library__row {
    flex-direction: column;
  }
  .content-library__mainImage {
    margin: 0px 0px 20px 0px;
  }
  .content-library__info {
    padding: 0;
  }
}
.info-library {
  margin: 0px 0px 40px 0px;
}

.info-library__mainTitle {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 24px;
  font-weight: 500;
}

.info-library__row {
  padding: 20px 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 5px;
  background: #F4FAFA;
}

.info-library__content {
  flex: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.info-library__content.line {
  max-width: 1px;
  height: 70px;
  background: #000;
}
.info-library__content:nth-child(1) .info-library__content-timeIcon, .info-library__content:nth-child(7) .info-library__content-timeIcon {
  background: url("../image/icons/prohibition.svg") 0 0/100% 100% no-repeat;
}
.info-library__content:nth-child(3) .info-library__content-timeIcon, .info-library__content:nth-child(5) .info-library__content-timeIcon {
  background: url("../image/icons/time.svg") 0 0/100% 100% no-repeat;
}
.info-library__content:nth-child(3) .info-library__content-title,
.info-library__content:nth-child(3) .info-library__content-timeText, .info-library__content:nth-child(5) .info-library__content-title,
.info-library__content:nth-child(5) .info-library__content-timeText {
  color: #2D9F9B;
}

.info-library__content-title {
  margin: 0px 0px 14px 0px;
  font-family: Montserrat Alternates;
  font-size: 16px;
  font-weight: 500px;
}

.info-library__content-time {
  display: flex;
  align-items: center;
}

.info-library__content-timeIcon {
  margin: 0px 5px 0px 0px;
  width: 15px;
  height: 15px;
}

.info-library__content-timeText {
  font-family: Montserrat;
}

@media (max-width: 920px) {
  .info-library__row {
    flex-direction: column;
  }
  .info-library__content.line {
    margin: 20px 0px;
    min-width: 100%;
    height: 1px;
  }
  .info-library__content-title {
    text-align: center;
    line-height: 24px;
  }
}
.title-news {
  margin: 0px 0px 20px 0px;
}

.title-news__body {
  border-bottom: 1px solid #C9D0D9;
}

.title-news__mainTitle {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #2D9F9B;
}

.title-news__data {
  margin: 0px 0px 20px 0px;
  text-align: center;
  font-family: Montserrat;
}

.content-news {
  margin: 0px 0px 50px 0px;
}
.content-news .container {
  width: 730px;
}

.content-news__body {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.content-news__body p {
  margin: 0px 0px 16px 0px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 22px;
}

@media (max-width: 750px) {
  .content-news .container {
    width: 100%;
  }
}
@media (max-width: 600px) {
  .title-news__mainTitle {
    font-size: 20px;
  }
}
.title-designContentRedBook {
  margin: 0px 0px 40px 0px;
}

.title-designContentRedBook__body {
  text-align: center;
  font-family: Montserrat;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.content-designContentRedBook {
  margin: 0px 0px 80px 0px;
}

.conten-designContentRedBook__body .wp-block-columns.is-layout-flex.wp-container-3 {
  display: flex;
}
.conten-designContentRedBook__body .wp-block-column.is-layout-flow {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.conten-designContentRedBook__body .wp-block-column.is-layout-flow .wp-block-image size-full {
  flex: 0 1 50%;
}
.conten-designContentRedBook__body .wp-block-column.is-layout-flow ul {
  padding: 0px 0px 0px 30px;
}
.conten-designContentRedBook__body .wp-block-column.is-layout-flow ul li {
  padding: 8px 0px 8px 20px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}
.conten-designContentRedBook__body .wp-block-column.is-layout-flow ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2D9F9B;
}
.conten-designContentRedBook__body .wp-block-column.is-layout-flow p {
  margin: 8px 0px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
}
.conten-designContentRedBook__body p {
  margin: 15px 0px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 24px;
}
.conten-designContentRedBook__body.wp-block-embed {
  display: flex;
  justify-content: center;
}
.conten-designContentRedBook__body .wp-block-embed {
  margin: 50px 0px;
}
.conten-designContentRedBook__body .wp-block-embed .wp-block-embed__wrapper {
  display: flex;
  justify-content: center;
}
.conten-designContentRedBook__body .wp-block-embed .wp-block-embed__wrapper iframe {
  margin: auto;
  width: 800px;
  height: 450px;
}
.conten-designContentRedBook__body ul li {
  padding: 8px 0px 8px 20px;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  position: relative;
}
.conten-designContentRedBook__body ul li::before {
  content: "";
  position: absolute;
  top: 16px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #2D9F9B;
}

.title-desingContentLaboratory__body {
  margin: 0px 0px 50px 0px;
  text-align: center;
  font-family: Mulish;
  font-size: 30px;
  font-weight: 700;
}

.conten-desingContentLaboratory__body {
  padding: 0px 0px 100px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.conten-desingContentLaboratory__body p {
  margin: 10px 0px;
  width: 100%;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
}

.standart-contentNews-link {
  display: flex;
  align-items: center;
}
.standart-contentNews-link:hover .standart-contentNews__image img {
  transform: scale(1.2);
}

.standart-contentNews__image {
  margin: 0px 30px 0px 0px;
  min-width: 224px;
  height: 140px;
  border-radius: 10px;
  overflow: hidden;
}
.standart-contentNews__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.standart-contentNews__content {
  display: flex;
  flex-direction: column;
}

.standart-contentNews__title {
  margin: 0px 0px 10px 0px;
  font-family: Montserrat;
  font-size: 20px;
  line-height: 22px;
  font-weight: 600;
  color: #000;
  transition: 0.5s all;
}

.standart-contentNews__time {
  font-family: Montserrat;
  color: #2D9F9B;
  transition: 0.5s all;
  color: #2D9F9B;
}

.record {
  margin: 0px 0px 40px 0px;
}

.title-record {
  margin: 0px 0px 40px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.form-record__form {
  margin: auto;
  width: 466px;
}

.form-record__form-title {
  margin: 0px 0px 10px 0px;
  font-family: Montserrat;
  font-size: 16px;
  font-weight: 600;
}

.form-record_form-input {
  margin: 0px 0px 20px 0px;
  width: 100%;
  padding: 10px;
  border: 1px solid #C9D0D9;
  border-radius: 5px;
  background: #F4FAFA;
  font-family: Montserrat;
  font-size: 16px;
  color: #2D9F9B;
}

.form-record__form-button {
  width: 100%;
  display: flex;
  justify-content: center;
}
.form-record__form-button button {
  padding: 14px 16px;
  border: 1px solid #2D9F9B;
  border-radius: 5px;
  background: #2D9F9B;
  font-family: Montserrat;
  color: #fff;
  transition: 0.5s all;
}
.form-record__form-button button:hover {
  background: #fff;
  color: #2D9F9B;
}

@media (max-width: 550px) {
  .form-record__form {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 400px) {
  .title-record {
    font-size: 28px;
  }
}
.redBook {
  padding: 0px 0px 0px 0px;
}

.info-redBook {
  margin: 0px 0px 50px 0px;
}

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

.info-redBook__image {
  width: 400px;
}

.info-redBook__info {
  padding: 0px 0px 0px 20px;
}

.info-redBook__info-title {
  margin: 0px 0px 20px 0px;
  font-family: Montserrat Alternates;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
}
.info-redBook__info-title span {
  padding: 0px 5px;
  color: #EA4F44;
  background: #FFF4F3;
}

.info-redBook__info-text {
  font-family: Montserrat;
  line-height: 18px;
}
.info-redBook__info-text p {
  margin: 0px 0px 10px 0px;
}
.info-redBook__info-text p:last-child {
  margin: 0px;
}

.content-redBook {
  margin: 0px 0px 50px 0px;
}

.content-redBook__menu {
  margin: 0px -10px 20px -10px;
  display: flex;
}

.content-redBook__menu-form {
  flex: 1 0 50%;
}
.content-redBook__menu-form.active .content-redBook__menu-link, .content-redBook__menu-form:hover .content-redBook__menu-link {
  border: 1px solid #EA4F44;
  background: #FFF4F3;
}
.content-redBook__menu-form.active .content-redBook__link-text, .content-redBook__menu-form:hover .content-redBook__link-text {
  color: #EA4F44;
}
.content-redBook__menu-form:nth-child(1) {
  padding: 0px 10px 0px 0px;
}
.content-redBook__menu-form:nth-child(1) .content-redBook__link-img {
  background: url("../image/resource/redBook/plants.svg") 0 0/100% 100%;
}
.content-redBook__menu-form:nth-child(1).active .content-redBook__link-img, .content-redBook__menu-form:nth-child(1):hover .content-redBook__link-img {
  background: url("../image/resource/redBook/plants-active.svg") 0 0/100% 100%;
}
.content-redBook__menu-form:nth-child(2) {
  padding: 0px 0px 0px 10px;
}
.content-redBook__menu-form:nth-child(2) .content-redBook__link-img {
  background: url("../image/resource/redBook/animal.svg") 0 0/100% 100%;
}
.content-redBook__menu-form:nth-child(2).active .content-redBook__link-img, .content-redBook__menu-form:nth-child(2):hover .content-redBook__link-img {
  background: url("../image/resource/redBook/animal-active.svg") 0 0/100% 100%;
}

.content-redBook__menu-link {
  width: 100%;
  padding: 45px 0px;
  border: 1px solid #000;
  border-radius: 5px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s all;
}

.content-redBook__link-icon {
  margin: 0px 16px 0px 0px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.content-redBook__link-img {
  width: 30px;
  height: 30px;
  transition: 0.5s all;
}

.content-redBook__link-text {
  font-family: Montserrat Alternates;
  font-size: 16px;
  color: #000;
  transition: 0.5s all;
}

.content-redBook__content {
  display: flex;
  flex-direction: column;
}

.content-redBook__content-row {
  margin: 0px -10px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}
.content-redBook__content-row .column {
  margin: 0px 10px 30px 10px;
}

.navigation.pagination {
  display: flex;
  justify-content: center;
}
.navigation.pagination .nav-links, .navigation.pagination a {
  font-family: Montserrat;
  font-size: 16px;
  color: #000;
}
.navigation.pagination a, .navigation.pagination span {
  margin: 0px 5px;
}
.navigation.pagination a:hover,
.navigation.pagination .current {
  color: #2D9F9B;
}

.content-redBook__animal {
  margin: 0px 0px 20px 0px;
}

.content-redBook__animal-row {
  margin: 0px -20px 50px -20px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(2, 1fr);
}

.content-redBook__animal-column {
  margin: 0px 10px;
  border: 1px solid #EA4F44;
  border-radius: 5px;
  transition: 0.5s all;
  position: relative;
}
.content-redBook__animal-column:hover {
  background: #FFF4F3;
}
.content-redBook__animal-column:hover .content-redBook__animal-submenu {
  top: 100%;
  opacity: 1;
}

.content-redBook__animal-text {
  padding: 30px 0px;
  width: 100%;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 16px;
  color: #EA4F44;
  cursor: pointer;
}

.content-redBook__animal-submenu {
  position: absolute;
  padding: 20px 0px 0px 0px;
  top: 1000000px;
  left: 0px;
  width: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  z-index: 50;
}

.content-redBook__animal-submenu-list {
  padding: 0px 40px;
  border: 1px solid #EA4F44;
  border-radius: 5px;
  background: #fff;
}

.content-redBook__animal-submenu-item {
  border-bottom: 1px solid #C9D0D9;
  text-align: center;
}
.content-redBook__animal-submenu-item:last-child {
  border: 0px solid #C9D0D9;
}

.content-redBook__animal-button {
  padding: 16px 0px;
  width: 100%;
  background: #fff;
  font-family: Montserrat Alternates;
  font-size: 16px;
  font-weight: 500;
  color: #EA4F44;
}
.content-redBook__animal-button:hover {
  text-decoration: underline;
}

.content-redBook__animal-title {
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 24px;
}

.standart-contentRedBook__column:hover .standart-contentRedBook__img {
  transform: scale(1.2);
}

.standart-contentRedBook__image {
  margin: 0px 0px 16px 0px;
  border-radius: 5px;
  overflow: hidden;
}

.standart-contentRedBook__img {
  width: 100%;
  height: 177px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.standart-contentRedBook__content {
  width: 100%;
  text-align: center;
}

.standart-contentRedBook__title {
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 700px) {
  .info-redBook__body {
    display: flex;
    flex-direction: column;
  }
  .content-redBook__content-row {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .content-redBook__content-row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .content-redBook__menu .content-redBook__menu-form:nth-child(1) {
    padding: 0 10px 0 10px;
  }
  .content-redBook__menu .content-redBook__menu-form:nth-child(2) {
    padding: 0 10px 0 10px;
  }
}
@media (max-width: 400px) {
  .content-redBook__content-row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .content-redBook__menu {
    flex-direction: column;
  }
  .content-redBook__menu .content-redBook__menu-form:nth-child(1) {
    padding-bottom: 10px;
  }
  .content-redBook__animal-row {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
  }
  .content-redBook__animal-row .content-redBook__animal-column:nth-child(1) {
    margin-bottom: 10px;
  }
}
.title-games .container {
  width: 100%;
}

.title-games__body {
  margin: 0px 0px 38px 0px;
  position: relative;
}

.title-games__img {
  width: 100%;
}

.title-games__content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.title-games__title {
  margin: 0px 0px 14px 0px;
  padding: 10px 20px;
  font-family: Montserrat Alternates;
  font-size: 20px;
  font-weight: 600;
  color: #2D9F9B;
  border-radius: 44px;
  background: #fff;
}

.title-games__subtitle {
  font-family: Montserrat Alternates;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
}

.game-games__list {
  margin: 0px 0px 30px 0px;
}

.game-games__item {
  margin: 0px 0px 50px 0px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.game-games__item audio {
  margin: 0px 40px 0px 0px;
}
.game-games__item p {
  font-family: Montserrat Alternates;
  font-size: 24px;
  font-weight: 600;
}
.game-games__item.active::before {
  background: #2D9F9B;
}

.game-games__game {
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

.game-games__game-item {
  margin: 0px 10px 20px 10px;
  padding: 20px;
  border-radius: 20px;
  border: 3px solid #EFF4F9;
  box-shadow: 0px 2px 25px 0px rgba(0, 0, 0, 0.15);
  background: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
}
.game-games__game-item:hover {
  border: 3px solid #2D9F9B;
}
.game-games__game-item:hover .game-games__game-image {
  background: #F4FAFA;
}

.game-games__game-image {
  margin: 0px 0px 8px 0px;
  padding: 15px;
  width: 120px;
  border-radius: 50%;
  background: #EFF4F9;
}

.game-games__game-img {
  width: 100%;
}

.game-games__game-title {
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 16px;
  font-weight: 500;
  color: #292424;
}

@media (max-width: 760px) {
  .game-games__game {
    grid-template: repeat(1, 1fr)/repeat(5, 1fr);
  }
  .game-games__game-item {
    height: 13vw;
  }
  .game-games__game-img {
    width: 40px;
  }
}
@media (max-width: 660px) {
  .game-games__game {
    grid-template: repeat(1, 1fr)/repeat(4, 1fr);
  }
  .game-games__game-item {
    height: 15vw;
  }
}
@media (max-width: 490px) {
  .game-games__item audio {
    width: 100%;
  }
  .game-games__game {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  }
  .game-games__game-item {
    height: 20vw;
  }
}
@media (max-width: 390px) {
  .game-games__game {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .game-games__game-item {
    height: 30vw;
  }
}
.info-laboratory {
  margin: 0px 0px 65px 0px;
}

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

.info-laboratory__content {
  margin: 0px 0px 0px 60px;
  width: 490px;
}

.info-laboratory__title {
  margin: 0px 0px 16px 0px;
  font-family: Montserrat Alternates;
  font-size: 36px;
  line-height: 43px;
  font-weight: 600;
  color: #000;
}

.info-laboratory__text {
  width: 100%;
  font-family: Montserrat;
  line-height: 17px;
  color: #000;
}

@media (max-width: 666px) {
  .info-laboratory__body {
    flex-direction: column;
  }
  .info-laboratory__content {
    margin: 0;
    width: 100%;
  }
  .info-laboratory__title {
    text-align: center;
  }
  .info-laboratory__text {
    text-align: center;
  }
}
.button-laboratory {
  margin: 0px 0px 44px 0px;
}

.button-laboratory__body {
  margin: 0px -10px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}

.button-laboratory__column {
  padding: 10px;
}

.button-laboratory__button {
  width: 100%;
  height: 100px;
  border-radius: 10px;
  border: 2px solid #C9D0D9;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.button-laboratory__button.active, .button-laboratory__button:hover {
  border: 2px solid #2D9F9B;
}

.button-laboratory__img {
  margin: 0px 16px 0px 0px;
}

.button-laboratory__title {
  font-family: Montserrat Alternates;
  font-weight: 500;
  color: #000;
}

@media (max-width: 950px) {
  .button-laboratory__body {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 550px) {
  .button-laboratory__body {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.content-laboratory__content {
  margin: 0px 0px 100px 0px;
}

.content-laboratory__content-column {
  margin: 0px -10px;
  display: none;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}
.content-laboratory__content-column.active {
  display: grid;
}

.content-laboratory__content-column-border {
  margin: 0px 10px 20px 10px;
}
.content-laboratory__content-column-border:hover .content-laboratory__content-column-img {
  transform: scale(1.1);
}

.content-laboratory__content-column-image {
  margin: 0px 0px 16px 0px;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
}

.content-laboratory__content-column-img {
  width: 100%;
  height: 177px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
}

.content-laboratory__content-column-title {
  text-align: center;
  font-family: Montserrat;
  font-size: 16px;
  line-height: 20px;
  color: #000;
}

@media (max-width: 700px) {
  .content-laboratory__content-column {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .content-laboratory__content-column {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
/* Слайдер */
/* Слайдер запущен */
/* Слайдер с точками */
/* Ограничивающая оболочка */
/* Лента слайдов */
.slick-track {
  display: flex;
}

/* Слайд */
/* Слайд активный (показывается) */
/* Слайд основной */
/* Слайд по центру */
/* Клонированный слайд */
/* Стрелка */
/* Стрелка влево */
/* Стрелка вправо */
/* Стрелка не активная */
/* Точки (булиты) */
/* Активная точка */
/* Элемент точки */
.content-biography {
  margin: 0px 0px 40px 0px;
}

.content-biography__body {
  display: flex;
  flex-direction: column;
}

.content-biography__title {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

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

.content-biography__image {
  flex: 0 1 50%;
  margin: 0px 0px 20px 0px;
  border-radius: 5px;
}

.content-biography__conten001 {
  margin: 0px 0px 0px 20px;
}

.content-biography__content002 {
  margin: 0px 20px 0px 0px;
}

.content-biography__text {
  margin: 0px 0px 20px 0px;
  font-family: Montserrat;
  line-height: 24px;
}
.content-biography__text span {
  width: 300px;
  height: 150px;
  background: red;
}

@media (max-width: 1000px) {
  .content-biography__row {
    flex-direction: column;
  }
  .content-biography__conten001 {
    margin: 0px 0px 0px 0px;
  }
  .content-biography__content002 {
    margin: 0px 0px 0px 0px;
  }
}
@media (max-width: 600px) {
  .content-biography__title {
    margin: 0px 0px 20px 0px;
    font-size: 30px;
  }
  .content-biography__content {
    text-align: left;
    font-size: 16px;
  }
}
.book {
  margin: 0px 0px 20px 0px;
}

.title-book {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.row-book {
  margin: 0px -10px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(5, 1fr);
}

.row-book__column {
  margin: 0px 10px 30px 10px;
  border-bottom: 2px solid #F4FAFA;
  transition: 0.5s all;
}
.row-book__column:hover {
  border-bottom: 2px solid #2D9F9B;
}

.row-book__column-link {
  display: inline-flex;
  flex-direction: column;
  height: 100%;
}

.row-book__column-img {
  width: 100%;
}
.row-book__column-img img {
  width: 100%;
  height: 100%;
  border-radius: 5px;
}

.row-book__column-image {
  width: 100%;
}

.row-book__column-title {
  padding: 10px 0px;
  font-family: Montserrat Alternates;
  font-size: 16px;
  line-height: 22px;
  color: #000;
  transition: 0.5s all;
  flex: 1 0 auto;
}

.row-book__column-info {
  margin: 10px 0px;
  font-family: Montserrat Alternates;
  line-height: 18px;
  color: #000;
}

@media (max-width: 1000px) {
  .row-book {
    grid-template: repeat(1, 1fr)/repeat(4, 1fr);
  }
}
@media (max-width: 800px) {
  .row-book {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  }
}
@media (max-width: 600px) {
  .row-book {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .row-book {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.content-photo {
  margin: 0px 0px 40px 0px;
}

.content-photo__mainTitle {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.content-photo__row {
  padding: 0px -10px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}
.content-photo__row .image-modal__img {
  margin: 0px 10px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-photo__row .image-modal__image {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
  cursor: pointer;
}
.content-photo__row .image-modal__image:hover {
  transform: scale(1.05);
}

@media (max-width: 1000px) {
  .content-photo__row {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .content-photo__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .content-photo__mainTitle {
    font-size: 28px;
  }
  .content-photo__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.modal-image {
  position: fixed;
  display: none;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.modal-image.active {
  display: block;
}
.modal-image .container {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.modal-image__body {
  width: 100%;
  padding: 80px 20px;
  border: 1.5px solid #2D9F9B;
  border-radius: 10px;
  box-shadow: 0px 2px 20px 0px rgba(0, 0, 0, 0.2);
  background: #fff;
  position: relative;
}

.modal-image__exit {
  position: absolute;
  top: 27px;
  right: 25px;
  min-width: 27px;
  height: 27px;
  border: 1px solid #2D9F9B;
  border-radius: 50%;
  background: url("../image/icons/close.svg") center/12px 12px no-repeat, #fff;
  cursor: pointer;
  transition: 0.3s all;
}
.modal-image__exit:hover {
  background: url("../image/icons/close-active.svg") center/12px 12px no-repeat, #2D9F9B;
}

.modal-image__content {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-image__content img {
  max-height: 500px;
  border-radius: 20px;
  overflow: hidden;
  transition: 0.5s all;
  cursor: pointer;
}

.content-routes {
  margin: 0px 0px 50px 0px;
}

.content-routes__mainTitle {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.content-routes__mapBoris {
  margin: 0px 0px 50px 0px;
  width: 100%;
}

.content-routes__row {
  margin: 0px -10px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(4, 1fr);
}
.content-routes__row .image-modal__img {
  margin: 0px 10px 20px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content-routes__row .image-modal__image {
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  transition: 0.5s all;
  cursor: pointer;
}
.content-routes__row .image-modal__image:hover {
  transform: scale(1.05);
}

@media (max-width: 1000px) {
  .content-routes__row {
    grid-template: repeat(1, 1fr)/repeat(3, 1fr);
  }
}
@media (max-width: 700px) {
  .content-routes__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
}
@media (max-width: 400px) {
  .content-routes__mainTitle {
    font-size: 28px;
  }
  .content-routes__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
}
.top-performances {
  margin: 0px 0px 20px 0px;
}
.top-performances .container {
  width: 1200px;
}

.top-performances__title {
  margin: 0px 0px 30px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 36px;
  font-weight: 600;
  color: #2D9F9B;
}

.top-performances__row {
  width: 100%;
  margin: 0px -10px 0px 0px;
  display: grid;
  grid-template: repeat(1, 1fr)/repeat(3, 1fr);
}

.top-performances__column {
  padding: 0px 10px 20px 10px;
  width: 100%;
  height: 20vw;
}
.top-performances__column iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

@media (max-width: 1230px) {
  .top-performances .container {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .top-performances__row {
    grid-template: repeat(1, 1fr)/repeat(2, 1fr);
  }
  .top-performances__column {
    height: 30vw;
  }
}
@media (max-width: 600px) {
  .top-performances__title {
    font-size: 26px;
  }
  .top-performances__row {
    grid-template: repeat(1, 1fr)/repeat(1, 1fr);
  }
  .top-performances__column {
    padding: 0px 0px 20px 0px;
    height: 60vw;
  }
}
.footer {
  background: #F4FAFA;
}

.content-footer {
  padding: 40px 0px;
}

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

.content-footer__icon {
  margin: 0px 0px 20px 0px;
  width: 80px;
  height: 40px;
  background: url("../image/icons/logo.svg") 0 0/100% 100%;
}

.content-footer__mainTitle {
  margin: 0px 0px 10px 0px;
  text-align: center;
  font-family: Montserrat Alternates;
  font-size: 20px;
}

.content-footer__subtitle {
  margin: 0px 0px 22px 0px;
  font-family: Montserrat Alternates;
  font-size: 16px;
}

.content-footer__list {
  margin: 0px 0px 22px 0px;
  display: flex;
  align-items: center;
}

.content-footer__list-link {
  margin: 0px 23px 0px 0px;
}
.content-footer__list-link:last-child {
  margin: 0;
}
.content-footer__list-link:nth-child(1) {
  width: 18.33px;
  height: 18.33px;
  background: url("../image/icons/whatsapp.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}
.content-footer__list-link:nth-child(2) {
  width: 17.88px;
  height: 17.88px;
  background: url("../image/icons/instagram.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}
.content-footer__list-link:nth-child(3) {
  width: 18.33px;
  height: 18.33px;
  background: url("../image/icons/vk.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}
.content-footer__list-link:nth-child(4) {
  margin: 0px 21px 0px 0px;
  width: 18.33px;
  height: 18.29px;
  background: url("../image/icons/facebook.svg") 0 0/100% 100% no-repeat;
  transition: 0.5s all;
}
.content-footer__list-link:nth-child(5) {
  font-family: Mulish;
  font-weight: 800;
  color: #000;
}

.content-footer__info {
  text-align: center;
  font-family: Montserrat;
  font-size: 12px;
}