:root {
  --font-family: "DINPro";
  --content-width: 1525px;
  --container-offset: 25px;
  --container-width: calc(var(--content-width) + (var(--container-offset) * 2));
  --swiper-navigation-size: 15px;
  --colorMain: #323e48;
  --colorYellow: #ffd145;
  --colorWhite: #ffffff;
  --colorBg: #edf1f7;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
.custom-checkbox__field:checked + .custom-checkbox__content::after {
  opacity: 1;
}

.custom-checkbox__field:focus + .custom-checkbox__content::before {
  outline: 2px solid #f00;
  outline-offset: 2px;
}

.custom-checkbox__field:disabled + .custom-checkbox__content {
  opacity: 0.4;
  pointer-events: none;
}

/* stylelint-disable */
/* stylelint-disable */
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/../fonts/DINPro.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/../fonts/DinproMedium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/../fonts/DinproBold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Dinpro";
  src: url("../fonts/../fonts/DinproBlack.woff2") format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

.all_pages {
  position: fixed;
  top: 20%;
  right: 0;
  z-index: 101;
}
.all_pages:hover ul {
  right: 0;
}
.all_pages .page_point {
  padding: 10px 15px;
  background: #00d2ff;
  cursor: pointer;
}
.all_pages ul {
  background: #00D2FF;
  padding: 15px 20px;
  position: absolute;
  top: 61%;
  width: 200px;
  right: -200px;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  max-height: 450px;
  overflow-y: auto;
}
.all_pages ul li {
  list-style: none;
  margin-bottom: 15px;
  font-size: 16px;
}
.all_pages ul li a {
  color: #fff;
}

.page {
  height: 100%;
  font-family: var(--font-family, sans-serif);
  font-weight: 500;
  color: var(--colorMain);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  background-color: var(--colorBg);
}

.page__body {
  margin: 0;
  min-width: 320px;
  min-height: 100%;
  font-size: 16px;
}
.page__body.lock {
  overflow: hidden;
}

img {
  height: auto;
  max-width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

a {
  text-decoration: none;
}

.btn-reset {
  border: none;
  padding: 0;
  background: transparent;
  cursor: pointer;
}

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

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

.site-container {
  overflow: hidden;
}

.container {
  margin: 0 auto;
  padding: 0 var(--container-offset);
  max-width: var(--container-width);
}
@media (max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}

.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}

.btn {
  color: var(--colorMain);
  font-size: 20px;
  line-height: 36px;
  padding: 20px 60px;
  background-color: var(--colorYellow);
  border-radius: 10px;
  text-transform: uppercase;
  font-weight: 500;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.btn:hover {
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.2);
}
@media (max-width: 992px) {
  .btn {
    padding: 15px 45px;
  }
}
@media (max-width: 576px) {
  .btn {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 30px !important;
  }
}

.title {
  text-transform: uppercase;
  font-size: 60px;
  font-weight: 700;
}

.banner {
  width: 100%;
  height: 420px;
  border-radius: 20px;
  background-color: var(--colorMain);
  position: relative;
  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;
}
.banner__img {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.banner__img img {
  position: absolute;
  top: -128px;
  left: -150px;
}
@media (max-width: 1456px) {
  .banner__img img {
    position: static;
    -webkit-transform: translateY(4px);
    -ms-transform: translateY(4px);
    transform: translateY(4px);
  }
}
.banner__text {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  max-width: 440px;
  -webkit-transform: translateX(-150px);
  -ms-transform: translateX(-150px);
  transform: translateX(-150px);
}
.banner__text p {
  color: var(--colorWhite);
  font-weight: 700;
  font-size: 40px;
  text-transform: uppercase;
  line-height: 60px;
}
.banner__text p span {
  position: relative;
  display: inline-block;
  margin-bottom: 7px;
}
.banner__text p span a {
  color: var(--colorYellow);
  font-size: 55px;
}
.banner__text p span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 4px;
  background-color: var(--colorYellow);
}
@media (max-width: 1456px) {
  .banner {
    height: 350px;
  }
  .banner__img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .banner__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 40%;
    margin: 0 auto;
  }
  .banner__text p {
    font-size: 37px;
    line-height: 37px;
  }
  .banner__text p span a {
    font-size: 50px;
  }
}
@media (max-width: 1200px) {
  .banner {
    height: 300px;
  }
  .banner__img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .banner__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .banner__text {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 70%;
    padding-left: 50px;
  }
}
@media (max-width: 992px) {
  .banner__img {
    display: none;
  }
  .banner__text {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    padding-left: 0;
    width: 100%;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    text-align: center;
  }
}
@media (max-width: 768px) {
  .banner__text p {
    font-size: 35px;
    line-height: 42px;
  }
  .banner__text p span a {
    font-size: 45px;
  }
}
@media (max-width: 576px) {
  .banner {
    height: 250px;
  }
  .banner__text p {
    font-size: 24px;
    line-height: 30px;
  }
  .banner__text p span a {
    font-size: 30px;
  }
}

.label {
  color: #777777;
  font-size: 15px;
  line-height: 20px;
}
.label span {
  text-transform: uppercase;
  display: inline-block;
  margin-left: 5px;
  font-weight: 700;
}
@media (max-width: 992px) {
  .label {
    font-size: 13px;
    line-height: 13px;
  }
}

.banner-yell {
  width: 100%;
  height: 450px;
  background-color: var(--colorYellow);
  border-radius: 20px;
  position: relative;
  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;
}
.banner-yell__descr {
  -ms-flex-preferred-size: 40%;
  flex-basis: 40%;
  padding-left: 120px;
}
.banner-yell__text {
  margin-top: 50px;
  font-size: 20px;
  line-height: 30px;
}
.banner-yell__img {
  -ms-flex-preferred-size: 60%;
  flex-basis: 60%;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.banner-yell__img img {
  position: absolute;
  top: -70px;
  right: 0px;
}
.banner-yell__btn {
  white-space: nowrap;
}
@media (max-width: 992px) {
  .banner-yell__btn {
    padding: 10px 45px;
  }
}
@media (max-width: 576px) {
  .banner-yell__btn {
    font-size: 16px;
    line-height: 28px;
    padding: 10px 30px !important;
  }
}
@media (max-width: 1456px) {
  .banner-yell {
    height: 350px;
  }
  .banner-yell__img {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
  }
  .banner-yell__img img {
    width: 50%;
    top: -50px;
  }
  .banner-yell__descr {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 40%;
    margin: 0 auto;
    padding-left: 0;
  }
}
@media (max-width: 1307px) {
  .banner-yell__img img {
    top: 0px;
  }
}
@media (max-width: 1200px) {
  .banner-yell__img img {
    top: auto;
    bottom: 0;
  }
}
@media (max-width: 992px) {
  .banner-yell__text {
    margin-top: 15px;
    font-size: 17px;
    line-height: 25px;
  }
}
@media (max-width: 769px) {
  .banner-yell {
    height: 280px;
  }
  .banner-yell__img {
    display: none;
    -ms-flex-preferred-size: 0%;
    flex-basis: 0%;
  }
  .banner-yell__descr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 0 50px;
  }
}
@media (max-width: 577px) {
  .banner-yell {
    height: 260px;
  }
  .banner-yell__descr {
    padding: 10px 30px;
  }
  .banner-yell__text {
    font-size: 15px;
  }
}

.header {
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 32px 0;
}
.header.backgroundWhite {
  background-color: white;
  padding: 10px 0;
  border-bottom: 1px solid rgba(50, 62, 72, 0.3);
}
.header__wrap .burger {
  position: absolute;
  display: none;
  width: 40px;
  height: 20px;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  background-color: transparent;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__wrap .burger:after, .header__wrap .burger:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 2px;
  background-color: var(--colorMain);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__wrap .burger:before {
  top: auto;
  bottom: 0px;
}
.header__wrap .burger span {
  position: absolute;
  width: 100%;
  height: 2px;
  display: inline-block;
  background-color: var(--colorMain);
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.header__wrap .burger.open:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 9px;
}
.header__wrap .burger.open:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  bottom: 9px;
}
.header__wrap .burger.open span {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.nav-menu > ul {
  margin: 0;
  padding: 0;
  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-wrap: wrap;
  flex-wrap: wrap;
}
.nav-menu > ul > li {
  text-align: center;
  list-style: none;
  margin: 0 45px;
}
.nav-menu > ul > li:nth-child(4) a:after {
  width: 0%;
}
.nav-menu > ul > li > a {
  color: var(--colorMain);
  font-size: 18px;
  text-transform: uppercase;
  position: relative;
}
.nav-menu > ul > li > a.active:hover:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.nav-menu > ul > li > a.active:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 35px;
  height: 35px;
  border: 2px solid var(--colorYellow);
  border-radius: 50%;
  background-color: transparent;
  opacity: 0.8;
  z-index: -1;
}
.nav-menu > ul > li > a:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: var(--colorMain);
  bottom: -3px;
  left: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.nav-menu > ul > li > a:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.promo__wrap {
  padding-top: 300px;
  padding-bottom: 250px;
}
.promo__content {
  max-width: 722px;
}
.promo__content h1 {
  font-size: 48px;
  text-transform: auto;
  font-size: 48px;
  color: var(--colorMain);
  text-transform: uppercase;
  font-weight: 700;
}
.promo__content h1 span {
  font-size: 60px;
  font-weight: 900;
}
.promo__descr p {
  font-size: 20px;
  line-height: 36px;
  letter-spacing: 0.05px;
}
.promo__btn {
  margin-top: 57px;
}

.organisation {
  padding-top: 210px;
  padding-bottom: 150px;
  position: relative;
  overflow: hidden;
}
.organisation:before {
  content: "";
  position: absolute;
  width: 670px;
  height: 670px;
  background-color: #eceab8;
  border-radius: 50%;
  z-index: -1;
  top: 65%;
  -webkit-transform: translate(-56%, -50%);
  -ms-transform: translate(-56%, -50%);
  transform: translate(-56%, -50%);
}
@media (max-width: 1553px) {
  .organisation:before {
    width: 0;
    height: 0;
  }
}
.organisation:after {
  content: "";
  position: absolute;
  width: 310px;
  height: 310px;
  background-color: #eceab8;
  border-radius: 50%;
  right: 0px;
  left: auto;
  bottom: 10%;
  -webkit-transform: translateX(100px);
  -ms-transform: translateX(100px);
  transform: translateX(100px);
  z-index: -1;
}
@media (max-width: 1553px) {
  .organisation:after {
    width: 0;
    height: 0;
  }
}
.organisation__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.organisation__title {
  color: var(--colorYellow);
}
.organisation__subtitle {
  margin-top: 40px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
}
.organisation__text {
  font-size: 20px;
  line-height: 36px;
}
.organisation__bottom {
  margin-top: 20px;
}

.top-organisation__left {
  -ms-flex-preferred-size: 55%;
  flex-basis: 55%;
}
.top-organisation__right {
  -ms-flex-preferred-size: 45%;
  flex-basis: 45%;
  padding-left: 100px;
}

.bottom-organisation__items {
  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-wrap: wrap;
  flex-wrap: wrap;
}
.bottom-organisation__img-wr {
  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;
  height: 278px;
}
.bottom-organisation__item {
  width: 360px;
  height: 460px;
  background-color: var(--colorWhite);
  border-radius: 20px;
  text-align: center;
  padding-top: 30px;
  margin-left: 75px;
  margin-right: 98px;
  margin-top: 130px;
}
.bottom-organisation__item:first-child {
  margin-left: 0;
}
.bottom-organisation__descr {
  width: 100%;
  height: 135px;
  padding: 0 25px;
  background-color: var(--colorYellow);
  border-radius: 20px;
  -webkit-transform: translate(30px, 60px);
  -ms-transform: translate(30px, 60px);
  transform: translate(30px, 60px);
  text-align: left;
  font-size: 15px;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.whatwedo {
  text-align: center;
  padding-top: 100px;
  padding-bottom: 90px;
  background-blend-mode: multiply;
  background-image: url("../img/bg-whatwedo.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-color: var(--colorMain);
}
.whatwedo__title {
  font-weight: 700;
  font-size: 40px;
  color: var(--colorWhite);
}
.whatwedo__text {
  margin-top: 60px;
  font-size: 18px;
  line-height: 36px;
  color: var(--colorWhite);
  max-width: 1120px;
  margin: 0 auto;
}
.whatwedo__btn {
  margin-top: 60px;
}
.whatwedo__btn:hover:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2), -1px -1px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2), -1px -1px 10px rgba(255, 255, 255, 0.2);
}

.mission {
  padding-top: 150px;
}
.mission__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.top-mission__title {
  font-size: 80px;
  font-weight: 900;
}
.top-mission__btn {
  margin-top: 50px;
}
.top-mission__left {
  padding-right: 210px;
}
.top-mission__right > ul {
  list-style: none;
  margin: 0;
  margin-top: 15px;
  padding: 0;
}
.top-mission__right > ul > li {
  font-size: 20px;
  line-height: 30px;
  padding-left: 46px;
  margin-bottom: 30px;
  background-image: url("../img/icons/checkmark-circle-2.svg");
  background-repeat: no-repeat;
  background-position: left 6px;
  background-size: 24px 24px;
}

.bottom-mission__banner {
  margin-top: 102px;
}

.mainblog {
  padding-top: 200px;
  padding-bottom: 150px;
  background-color: var(--colorWhite);
}
.mainblog__wrap {
  position: relative;
}
.mainblog__title {
  display: inline-block;
}
.mainblog__all {
  display: inline-block;
  margin-left: 70px;
  font-size: 18px;
  color: var(--colorMain);
  text-decoration: underline;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.mainblog__all:hover {
  color: #000;
}
.mainblog__all:after {
  content: "";
  position: absolute;
  right: -15px;
  top: calc(50% + 2px);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  width: 6px;
  height: 6px;
  background-color: transparent;
  border-right: 1px solid var(--colorMain);
  border-bottom: 1px solid var(--colorMain);
}
.mainblog__slider {
  margin-top: 85px;
}
.mainblog .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.mainblog .swiper-button-prev {
  background: transparent url("../img/arrow-left-slide-newsblog.png") 0 0 no-repeat;
  color: transparent;
  left: 50px;
  width: 48px;
  height: 48px;
  top: 35px;
  right: 300px;
  left: auto;
}
.mainblog .swiper-button-next {
  background: transparent url("../img/arrow-right-slide-newsblog.png") 0 0 no-repeat;
  color: transparent;
  right: 50px;
  width: 48px;
  height: 48px;
  top: 35px;
  right: 230px;
}

.slide-item {
  display: inline-block;
  width: 362px !important;
  color: var(--colorMain);
}
.slide-item img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  margin: 0 auto;
}
.slide-item__img img {
  border-radius: 20px;
  border-bottom-left-radius: 0px;
}
.slide-item__name {
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-top: 35px;
}
.slide-item__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
}

.arts-promo {
  padding-top: 140px;
  padding-bottom: 95px;
  position: relative;
}
.arts-promo:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, var(--colorBg)), color-stop(51%, transparent));
  background: -o-linear-gradient(left top, var(--colorBg) 50%, transparent 51%);
  background: linear-gradient(to right bottom, var(--colorBg) 50%, transparent 51%);
  z-index: 1;
}
.arts-promo__wrap {
  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;
}
.arts-promo__title {
  font-weight: 900;
  line-height: 70px;
  color: var(--colorYellow);
}
.arts-promo__title span {
  color: var(--colorMain);
  font-size: 100px;
  line-height: 100px;
  font-weight: 900;
}
.arts-promo__text {
  margin-top: 40px;
  max-width: 410px;
  font-size: 20px;
  line-height: 30px;
}
.arts-huluku {
  padding-top: 230px;
  padding-bottom: 50px;
}
.arts-huluku:nth-child(3) .arts-huluku__img, .arts-huluku:nth-child(1) .arts-huluku__img {
  margin-right: 100px;
}
.arts-huluku:nth-child(odd) {
  background-color: var(--colorWhite);
  position: relative;
}
.arts-huluku:nth-child(odd) .arts-huluku__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.arts-huluku:nth-child(odd) .arts-huluku__descr {
  padding-left: 40px;
}
.arts-huluku:nth-child(odd):after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, var(--colorWhite)), color-stop(51%, #edf1f7), color-stop(52%, transparent));
  background: -o-linear-gradient(left top, var(--colorWhite) 50%, #edf1f7 51%, transparent 52%);
  background: linear-gradient(to right bottom, var(--colorWhite) 50%, #edf1f7 51%, transparent 52%);
  z-index: 1;
}
.arts-huluku:nth-child(even) {
  background-color: #fafbfd;
  position: relative;
}
.arts-huluku:nth-child(even) .arts-huluku__descr {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.arts-huluku:nth-child(even):after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, #fafbfd), color-stop(51%, #edf1f7), color-stop(52%, transparent));
  background: -o-linear-gradient(left top, #fafbfd 50%, #edf1f7 51%, transparent 52%);
  background: linear-gradient(to right bottom, #fafbfd 50%, #edf1f7 51%, transparent 52%);
  z-index: 1;
}
.arts-huluku__item {
  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;
}
.arts-huluku__descr {
  max-width: 650px;
}
.arts-huluku__title {
  font-weight: 900;
}
.arts-huluku__text {
  margin-top: 45px;
  font-size: 20px;
  line-height: 30px;
}
.arts-huluku__btn {
  margin-top: 50px;
}
.arts-huluku__banner {
  padding-top: 250px;
  padding-bottom: 200px;
}

.huluku {
  padding-top: 200px;
}
.huluku__top {
  position: relative;
}
.huluku__top:after {
  content: "";
  position: absolute;
  left: 0;
  top: 102%;
  width: 100%;
  height: 480px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, var(--colorBg)), color-stop(50%, transparent));
  background: -o-linear-gradient(left top, var(--colorBg) 50%, transparent 50%);
  background: linear-gradient(to right bottom, var(--colorBg) 50%, transparent 50%);
  z-index: 1;
}
.top-huluku__banner {
  margin-bottom: 140px;
}
.top-huluku__text {
  max-width: 1020px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
}

.bottom-huluku {
  padding-bottom: 64px;
  background-color: #313d47;
  text-align: center;
  padding-top: 250px;
}
.bottom-huluku__img {
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
  position: relative;
  z-index: 1;
}
.bottom-huluku__img:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: -1;
  width: 930px;
  height: 930px;
  background-color: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
}
.bottom-huluku__text {
  font-size: 24px;
  line-height: 44px;
  color: var(--colorWhite);
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
  max-width: 1300px;
  margin: 0 auto;
}
.bottom-huluku__button {
  -webkit-transform: translateY(-70px);
  -ms-transform: translateY(-70px);
  transform: translateY(-70px);
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.bottom-huluku__button span {
  margin-top: 15px;
}
.bottom-huluku__btn {
  padding-left: 100px;
  padding-right: 100px;
}
.bottom-huluku__btn:hover:hover {
  -webkit-box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2), -1px -1px 10px rgba(255, 255, 255, 0.2);
  box-shadow: 1px 1px 10px rgba(255, 255, 255, 0.2), -1px -1px 10px rgba(255, 255, 255, 0.2);
}

.huluku-gallery {
  padding-top: 140px;
  padding-bottom: 120px;
  background-color: #232e37;
  position: relative;
}
.huluku-gallery__title {
  color: var(--colorWhite);
  text-align: center;
}
.huluku-gallery__slider {
  margin-top: 110px;
}
.huluku-gallery .swiper-button-prev {
  left: 100px !important;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid white;
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}
.huluku-gallery .swiper-button-prev:after {
  color: white !important;
  width: 12px !important;
  height: 15px !important;
}
@media (max-width: 1860px) {
  .huluku-gallery .swiper-button-prev {
    top: 250px !important;
    left: 165px !important;
  }
}
@media (max-width: 992px) {
  .huluku-gallery .swiper-button-prev {
    top: 155px !important;
    left: 50px !important;
  }
}
@media (max-width: 768px) {
  .huluku-gallery .swiper-button-prev {
    display: none !important;
  }
}
.huluku-gallery .swiper-button-next {
  right: 100px !important;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid white;
  border-radius: 50%;
}
.huluku-gallery .swiper-button-next:after {
  color: white !important;
  width: 5px !important;
  height: 15px !important;
}
@media (max-width: 1860px) {
  .huluku-gallery .swiper-button-next {
    top: 250px !important;
    right: auto;
    left: 240px !important;
  }
}
@media (max-width: 992px) {
  .huluku-gallery .swiper-button-next {
    top: 155px !important;
    left: 120px !important;
  }
}
@media (max-width: 768px) {
  .huluku-gallery .swiper-button-next {
    display: none !important;
  }
}
.huluku-gallery .slide-item__name {
  color: var(--colorYellow);
}
.huluku-gallery .slide-item__text {
  margin-top: 5px;
  color: var(--colorWhite);
}

.another {
  padding-top: 120px;
  padding-bottom: 100px;
  background-color: var(--colorMain);
  color: var(--colorWhite);
  text-align: center;
}
.another__title {
  font-size: 36px;
  line-height: 44px;
  font-weight: 900;
}
.another__text {
  font-size: 20px;
  line-height: 44px;
  max-width: 1330px;
  margin: 50px auto 0 auto;
}
.another__text p:nth-child(1) {
  margin-bottom: 40px;
}
.another__banner {
  margin-top: 130px;
}
.another__banner .banner-yell__descr {
  padding-left: 0;
  text-align: left;
  color: var(--colorMain);
}
.another__banner .banner-yell__title {
  font-size: 80px;
  font-weight: 900;
  line-height: 90px;
  margin-top: 20px;
}
.another__banner .banner-yell__text {
  margin-top: 20px;
  font-size: 60px;
  line-height: 70px;
  text-transform: uppercase;
}
.another__banner .banner-yell__img {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.another__banner .banner-yell__img img {
  top: auto;
  left: 10px;
  bottom: 0;
}

.uusi-promo {
  padding-top: 200px;
}
.uusi-promo__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 125px 100px 230px;
  background-color: var(--colorWhite);
  border-radius: 20px;
}
.uusi-promo__title {
  color: var(--colorYellow);
  font-weight: 900;
  white-space: nowrap;
  margin-right: 100px;
}
.uusi-promo__subtitle {
  font-size: 36px;
  line-height: 44px;
}
.uusi-promo__bottom {
  text-align: center;
  -webkit-transform: translateY(-180px);
  -ms-transform: translateY(-180px);
  transform: translateY(-180px);
}
.uusi-promo__img {
  margin-bottom: 100px;
}
.uusi-promo__text {
  max-width: 1000px;
  margin: 0 auto;
  font-size: 20px;
  line-height: 36px;
}

.item-worker {
  margin-bottom: 120px;
}
.item-worker:last-child {
  margin-bottom: 0;
  padding-bottom: 320px;
}
.item-worker:nth-child(3), .item-worker:nth-child(4) {
  background-color: var(--colorWhite);
  position: relative;
}
.item-worker:nth-child(3):before, .item-worker:nth-child(4):before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 100%;
  width: 100%;
  height: 360px;
  background-color: var(--colorWhite);
  z-index: -1;
}
.item-worker:nth-child(3):before {
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, transparent), color-stop(50%, var(--colorWhite)));
  background: -o-linear-gradient(left top, transparent 50%, var(--colorWhite) 50%);
  background: linear-gradient(to right bottom, transparent 50%, var(--colorWhite) 50%);
}
.item-worker:nth-child(odd) .item-worker__descr {
  padding-left: 145px;
}
.item-worker:nth-child(even) .item-worker__descr {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  padding-right: 145px;
}
.item-worker__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.item-worker__img {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.item-worker__descr {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
}
.item-worker__name {
  font-size: 30px;
  line-height: 30px;
  font-weight: 700;
  text-transform: uppercase;
}
.item-worker__social {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.item-worker__social > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
}
.item-worker__social > ul > li {
  width: 25px;
  height: 25px;
  margin-right: 7px;
}
.item-worker__social > ul > li img {
  width: 25px;
  height: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.item-worker__social > ul > li img:hover {
  -webkit-box-shadow: 1px 1px 7px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
  box-shadow: 1px 1px 7px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
}
.item-worker__text {
  font-size: 16px;
  line-height: 30px;
  max-width: 560px;
  margin-top: 25px;
}

.uusi-banner {
  padding-top: 30px;
  padding-bottom: 30px;
}
.uusi-banner .banner {
  -webkit-transform: translateY(-150px);
  -ms-transform: translateY(-150px);
  transform: translateY(-150px);
}
.uusi-banner .banner__text p:nth-child(1) span:after {
  width: 0;
}

.perito-promo {
  padding-top: 200px;
}
.perito-promo__descr {
  margin-top: 170px;
  text-align: center;
}
.perito-promo__title {
  font-size: 36px;
  line-height: 70px;
  font-weight: 900;
}
.perito-promo__text {
  font-size: 18px;
  line-height: 30px;
  max-width: 1367px;
  margin: 0 auto;
}
.perito-promo__text p {
  margin-bottom: 40px;
}
.perito-promo__btn {
  margin-top: 40px;
  background-color: transparent;
  border: 2px solid var(--colorYellow);
  margin-bottom: 30px;
}
.perito-promo__images {
  -webkit-transform: translateY(90px);
  -ms-transform: translateY(90px);
  transform: translateY(90px);
  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;
  gap: 10px;
}
.perito-promo .banner-yell__descr {
  padding-left: 100px;
}
.perito-promo .banner-yell__title {
  font-weight: 900;
}
.perito-promo .banner-yell__text {
  font-size: 20px;
  line-height: 30px;
  max-width: 565px;
}
.perito-promo .banner-yell__img img {
  top: auto;
  bottom: 0;
  right: -15px;
}
.perito-promo .banner-yell__btn {
  background-color: var(--colorWhite);
  margin-top: 30px;
}

.howtoenter {
  padding-top: 240px;
  padding-bottom: 140px;
  background-blend-mode: multiply;
  background: url("../img/prize-img-5.png") right bottom/cover no-repeat;
}
.howtoenter__descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.howtoenter__title {
  color: var(--colorYellow);
  padding-right: 200px;
}
.howtoenter__list {
  color: var(--colorWhite);
  max-width: 911px;
}
.howtoenter__list p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 25px;
}
.howtoenter__list p:first-child {
  margin-top: 0;
}
.howtoenter__text {
  font-size: 30px;
  line-height: 48px;
  font-weight: 900;
  margin-top: 100px;
  max-width: 1170px;
  color: var(--colorWhite);
}
.howtoenter__button {
  margin-top: 100px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.howtoenter__button span {
  margin-top: 15px;
}
.howtoenter__btn {
  padding-right: 100px;
  padding-left: 100px;
}
.anthology {
  background-color: var(--colorWhite);
  padding-bottom: 200px;
}
.anthology__banner {
  -webkit-transform: translateY(-250px);
  -ms-transform: translateY(-250px);
  transform: translateY(-250px);
}
.anthology__btn {
  background-color: var(--colorWhite);
}
.anthology__content {
  margin-top: -50px;
}

.banner-ant {
  padding: 85px;
  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;
  background: url("../img/prize-img-7.png") center center/cover no-repeat;
  border-radius: 30px;
}
.banner-ant__title {
  color: var(--colorYellow);
}
.banner-ant__text {
  margin-top: 45px;
  max-width: 875px;
  color: var(--colorWhite);
  font-size: 18px;
  line-height: 30px;
}

.content {
  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;
}
.content__img {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
}
.content__descr {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 50%;
  flex: 0 1 50%;
  padding-left: 30px;
}
.content__text {
  margin-top: 45px;
  font-size: 18px;
  line-height: 30px;
}
.content__text p {
  margin-bottom: 25px;
}
.content__text p:last-child {
  margin-bottom: 0;
}

.podcasts {
  padding-top: 200px;
  padding-bottom: 190px;
}
.podcasts .banner-yell {
  background-color: var(--colorWhite);
}
.podcasts .banner-yell__img img {
  top: auto;
  bottom: 0;
}

.winners {
  padding-top: 150px;
  padding-bottom: 400px;
  /* .swiper-slide-prev {
    opacity: 0.3;
  } */
}
@media (max-width: 992px) {
  .winners {
    padding-top: 85px;
  }
}
@media (max-width: 576px) {
  .winners {
    padding-top: 45px;
  }
}
.winners__title {
  font-size: 36px;
  line-height: 70px;
  font-weight: 900;
  text-align: center;
}
.winners__slider {
  margin-top: 80px;
}
@media (max-width: 992px) {
  .winners__slider {
    margin-top: 50px;
  }
}
@media (max-width: 992px) {
  .winners__slider {
    margin-top: 30px;
  }
}
.winners .swiper {
  padding-left: 150px;
  padding-right: 150px;
}
@media (max-width: 1200px) {
  .winners .swiper {
    padding-left: 0px;
    padding-right: 0px;
  }
}
.winners .swiper-slide {
  opacity: 0.3;
}
.winners .swiper-slide-visible {
  opacity: 1;
}
.winners .swiper-button-prev {
  left: 70px !important;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid var(--colorMain);
  border-radius: 50%;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  opacity: 0.5;
}
.winners .swiper-button-prev:after {
  color: var(--colorMain) !important;
  width: 12px !important;
  height: 15px !important;
}
@media (max-width: 1400px) {
  .winners .swiper-button-prev {
    top: 25%;
  }
}
@media (max-width: 1200px) {
  .winners .swiper-button-prev {
    left: 10px !important;
    top: 35%;
    width: 35px !important;
    height: 35px !important;
  }
}
@media (max-width: 992px) {
  .winners .swiper-button-prev {
    top: 30% !important;
  }
}
@media (max-width: 768px) {
  .winners .swiper-button-prev {
    display: none !important;
  }
}
.winners .swiper-button-next {
  z-index: 1000;
  right: 70px !important;
  top: 35%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: auto;
  width: 48px !important;
  height: 48px !important;
  border: 2px solid var(--colorMain);
  border-radius: 50%;
  opacity: 0.5;
}
.winners .swiper-button-next:after {
  color: var(--colorMain) !important;
  width: 5px !important;
  height: 15px !important;
}
@media (max-width: 1400px) {
  .winners .swiper-button-next {
    top: 25%;
    right: 85px !important;
  }
}
@media (max-width: 1200px) {
  .winners .swiper-button-next {
    right: 10px !important;
    top: 35%;
    width: 35px !important;
    height: 35px !important;
  }
  .winners .swiper-button-next:after {
    width: 8px !important;
  }
}
@media (max-width: 992px) {
  .winners .swiper-button-next {
    top: 30% !important;
  }
}
@media (max-width: 768px) {
  .winners .swiper-button-next {
    display: none !important;
  }
}

.slide-winners__item {
  color: var(--colorMain);
}
.slide-winners__descr {
  max-width: 90%;
}
@media (max-width: 576px) {
  .slide-winners__descr {
    max-width: 100%;
  }
}
.slide-winners__img {
  max-width: 480px;
  max-height: 360px;
}
.slide-winners__name {
  margin-top: 30px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  text-transform: uppercase;
}
.slide-winners__text {
  margin-top: 25px;
  font-size: 16px;
  line-height: 24px;
}

.blocks {
  padding-bottom: 130px;
}
@media (max-width: 1200px) {
  .blocks {
    padding-bottom: 70px;
  }
}
.blocks__items {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (488px)[3];
  grid-template-columns: repeat(3, 488px);
  -ms-grid-rows: (360px)[4];
  grid-template-rows: repeat(4, 360px);
  gap: 30px;
}
.blocks__item {
  border-radius: 20px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  cursor: pointer;
  background-color: var(--colorWhite);
}
.blocks__item:hover .blocks__name {
  opacity: 0.9;
  visibility: visible;
}
.blocks__image {
  text-align: center;
}
.blocks__name {
  position: absolute;
  bottom: 0;
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  color: var(--colorWhite);
  padding: 30px;
  width: 100%;
  height: 100%;
  background: url("../img/media-icon.png") center center no-repeat #282828;
  background-size: 120px 120px;
  opacity: 0;
  visibility: hidden;
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blocks__button {
  text-align: center;
  margin-top: 115px;
}
@media (max-width: 1200px) {
  .blocks__button {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .blocks__button {
    margin-top: 40px;
  }
}
@media (max-width: 577px) {
  .blocks__button {
    margin-top: 15px;
  }
}
.blocks__button button {
  background-color: transparent;
  border: 2px solid var(--colorYellow);
}

.learning {
  padding-top: 200px;
}
.learning__wrap {
  padding-left: 110px;
  padding-right: 110px;
}
.learning__bottom {
  background-color: var(--colorWhite);
}
.learning .banner-yell {
  background-color: var(--colorWhite);
}
.learning .banner-yell__img img {
  top: auto;
  bottom: 0;
  right: 30px;
}
.top-learning__text {
  font-size: 18px;
  line-height: 36px;
  margin-top: 100px;
}
.top-learning__img {
  text-align: center;
  margin-top: 40px;
}
.top-learning__descr {
  margin-top: 90px;
}
.top-learning__name {
  font-size: 30px;
  line-height: 40px;
}
.top-learning__list {
  margin-top: 30px;
  margin-bottom: 100px;
}
.top-learning__list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.top-learning__list > ul > li {
  padding-left: 40px;
  background: url("../img/icons/checkmark-circle-2.svg");
  background-size: 20px 20px;
  background-position: left -1px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
.bottom-learning {
  padding-bottom: 135px;
}
.bottom-learning__list {
  margin-top: 30px;
  margin-bottom: 100px;
}
.bottom-learning__list > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.bottom-learning__list > ul > li {
  padding-left: 40px;
  background: url("../img/icons/checkmark-circle-2.svg");
  background-size: 20px 20px;
  background-position: left -1px;
  background-repeat: no-repeat;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
}
.bottom-learning__name {
  font-size: 30px;
  line-height: 40px;
  padding-top: 100px;
}
.bottom-learning__text p {
  font-size: 30px;
  line-height: 40px;
}
.bottom-learning__text p:last-child {
  font-size: 40px;
  font-weight: 700;
}
.bottom-learning__banner {
  margin-top: 140px;
}

.accreditation {
  padding-bottom: 95px;
  position: relative;
}
@media (max-width: 1200px) {
  .accreditation {
    padding-bottom: 50px;
  }
}
@media (max-width: 577px) {
  .accreditation {
    padding-bottom: 20px;
  }
}
.accreditation:after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 170px;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(50%, var(--colorBg)), color-stop(51%, transparent));
  background: -o-linear-gradient(left top, var(--colorBg) 50%, transparent 51%);
  background: linear-gradient(to right bottom, var(--colorBg) 50%, transparent 51%);
  z-index: 1;
}
@media (max-width: 1200px) {
  .accreditation:after {
    height: 100px;
  }
}
@media (max-width: 577px) {
  .accreditation:after {
    height: 50px;
  }
}
.accreditation__banner img {
  max-height: 475px;
  width: auto;
}

.accreditation__banner img {
  max-height: 475px;
  width: auto;
}
@media (max-width: 1456px) {
  .accreditation__banner img {
    max-height: 400px;
    width: auto;
  }
}
@media (max-width: 992px) {
  .accreditation__banner img {
    max-height: 300px;
    width: auto;
  }
}
.accreditation .arts-huluku__img {
  margin-right: 0px !important;
}
@media (max-width: 768px) {
  .accreditation .arts-huluku__img {
    margin-bottom: 40px !important;
  }
}
.accreditation:nth-child(1) .arts-huluku__title {
  margin-top: 60px !important;
}
@media (max-width: 1200px) {
  .accreditation:nth-child(1) .arts-huluku__title {
    margin-top: 0 !important;
  }
}
.accreditation:nth-child(odd) .arts-huluku__descr {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media (max-width: 768px) {
  .accreditation:nth-child(odd) .arts-huluku__descr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
}

.store {
  padding-top: 200px;
}
.store .banner-yell__text {
  position: relative;
  z-index: 1;
}
.store .banner-yell__img img {
  top: auto;
  bottom: 0;
  width: auto;
  height: 100%;
}
.store-block {
  margin-top: 110px;
  padding-bottom: 130px;
}
.store-block__wrap {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (490px)[3];
  grid-template-columns: repeat(3, 490px);
  -ms-grid-rows: (680px)[3];
  grid-template-rows: repeat(3, 680px);
  gap: 30px;
}
.store-block__item {
  margin-top: 70px;
  color: var(--colorMain);
}
.store-block__item img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.store-block__item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}
.store-block__img {
  background-color: var(--colorWhite);
  border-radius: 15px;
  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;
  padding: 40px;
  overflow: hidden;
}
.store-block__name {
  font-size: 24px;
  line-height: 36px;
  font-weight: 700;
  text-transform: uppercase;
  max-width: 80%;
  margin-top: 40px;
}
.store-block__button {
  text-align: center;
  margin-top: 115px;
}
@media (max-width: 1200px) {
  .store-block__button {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .store-block__button {
    margin-top: 40px;
  }
}
@media (max-width: 577px) {
  .store-block__button {
    margin-top: 15px;
  }
}
.store-block__button button {
  background-color: transparent;
  border: 2px solid var(--colorYellow);
}

.news {
  padding-top: 200px;
  padding-bottom: 100px;
}
.news__nav {
  margin-top: 45px;
  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;
}
.news__nav > ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.news__nav > ul > li {
  margin-right: 23px;
}
@media (max-width: 576px) {
  .news__nav > ul > li {
    margin-right: 0;
  }
}
.news__nav > ul > li a {
  display: inline-block;
  font-size: 18px;
  padding: 15px 20px;
  color: var(--colorMain);
  text-transform: uppercase;
  border-radius: 10px;
  background-color: var(--colorWhite);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.news__nav > ul > li a:hover {
  background-color: var(--colorYellow);
}
.news__nav > ul > li a.active {
  background-color: var(--colorYellow);
}
.news__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  cursor: pointer;
}
.news__search .search {
  margin-right: 20px;
  font-size: 18px;
  color: #a1a7ad;
}
.news__search .search.active {
  display: none;
}
.news__search button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  cursor: pointer;
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  display: none;
  position: relative;
  z-index: 2;
}
.news__search input {
  width: 170px;
  padding: 10px 65px 10px 20px;
  -webkit-box-shadow: 0 0 10px 0 #000;
  box-shadow: 0 0 10px 0 #000;
  border: none;
  font-size: 12px;
  line-height: 16px;
  color: #000;
  border-radius: 22px;
  position: absolute;
  left: -137px;
  top: -9px;
  z-index: -1;
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.news__search.active input {
  opacity: 1;
  z-index: 1;
}
.news__search.active button {
  display: block;
}
.news__search.active .icons__img {
  display: none;
}
.news__content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: (1fr)[3];
  grid-template-rows: repeat(3, 1fr);
  justify-items: start;
}
@media (max-width: 1350px) {
  .news__content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    justify-items: center;
  }
}
.news__item {
  margin-top: 75px;
}
.news__item:nth-child(4) {
  -ms-grid-column-align: end;
  justify-self: end;
}
@media (max-width: 1350px) {
  .news__item:nth-child(4) {
    -ms-grid-column-align: center;
    justify-self: center;
  }
}
.news__button {
  text-align: center;
  margin-top: 115px;
}
@media (max-width: 1200px) {
  .news__button {
    margin-top: 80px;
  }
}
@media (max-width: 992px) {
  .news__button {
    margin-top: 40px;
  }
}
@media (max-width: 577px) {
  .news__button {
    margin-top: 15px;
  }
}
.news__button button {
  background-color: transparent;
  border: 2px solid var(--colorYellow);
}

.item-news {
  max-width: 625px;
}
.item-news_width {
  max-width: 750px;
  /* @media (max-width: 1550px) {
    max-width: 625px;
  } */
}
.item-news__name {
  font-size: 24px;
  line-height: 36px;
  text-transform: uppercase;
  margin-top: 40px;
  font-weight: 700;
  color: var(--colorMain);
}
.item-news__text {
  font-size: 18px;
  line-height: 30px;
  margin-top: 25px;
  color: var(--colorMain);
}
.item-news__info {
  font-size: 14px;
  line-height: 30px;
  color: #717171;
  margin-top: 20px;
}
.single {
  padding-top: 200px;
  padding-bottom: 140px;
}
.single__wrapper {
  padding-left: 120px;
  padding-right: 120px;
}
@media (max-width: 1345px) {
  .single__wrapper {
    padding-right: 20px;
    padding-left: 20px;
  }
}
.single__img img {
  border-radius: 20px;
}
.single__title {
  margin-top: 115px;
  text-align: center;
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
}
.single__info {
  margin-top: 55px;
  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-size: 18px;
  color: #a1a7ad;
}
.single__date {
  margin-right: 70px;
}
.single__date span {
  text-transform: uppercase;
}
.single__share {
  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;
}
.single__share > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  list-style: none;
  margin: 0;
  padding: 0;
}
.single__share > ul > li {
  width: 25px;
  height: 25px;
  margin-left: 14px;
}
.single__share > ul > li:last-child {
  margin-left: 8px;
}
.single__share > ul > li img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.single__share > ul > li img:hover {
  -webkit-box-shadow: 1px 1px 7px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
  box-shadow: 1px 1px 7px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
}
.single__facebook {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.single__facebook > div {
  margin-top: 30px;
  padding-left: 45px;
  background: url("../img/icons/facebook.png");
  background-size: 24px 24px;
  background-position: 0 center;
  background-repeat: no-repeat;
  font-size: 16px;
  line-height: 24px;
}
.single__facebook > div a {
  color: #3b5998;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.single__facebook > div a:hover {
  color: #1654db;
}

.content-single {
  margin-top: 80px;
  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;
}
.content-single__img {
  margin-right: 50px;
}
.content-single__text {
  max-width: 900px;
  font-size: 20px;
  line-height: 30px;
}
.content-single__text a {
  color: #3b5998;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 14px;
}
.content-single__text a:hover {
  color: #1654db;
}
.content-single__text p {
  margin-top: 0;
  margin-bottom: 40px;
}
.content-single__text p:last-child {
  margin-bottom: 0;
}

.questions-single {
  margin-top: 90px;
}
.questions-single__item {
  padding: 30px 35px;
  background-color: var(--colorWhite);
  border-radius: 15px;
  margin-bottom: 20px;
}
.questions-single__item:last-child {
  margin-bottom: 0;
}
.questions-single__name {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
}
.questions-single__text {
  margin-top: 12px;
  font-size: 18px;
  line-height: 30px;
}

.contact {
  padding-top: 200px;
  padding-bottom: 180px;
}
.contact__title {
  text-align: center;
}
.contact__wrapper {
  margin-top: 90px;
  background-color: var(--colorWhite);
  border-radius: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contact__info {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 90px 60px 90px 100px;
}
.contact__form {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
  padding: 100px 95px;
  background-color: var(--colorYellow);
  border-radius: 20px;
  position: relative;
}
.contact__plane {
  position: absolute;
  left: -147px;
  bottom: -55px;
}
.info-contact__text {
  font-size: 24px;
  line-height: 30px;
}
.info-contact__text p {
  margin-top: 0;
  margin-bottom: 40px;
}
.info-contact__text p:last-child {
  margin-bottom: 0;
}
.info-contact__mail {
  margin-top: 70px;
  padding-left: 50px;
  background-image: url("../img/icons/icon-mail.png");
  background-size: 33px 24px;
  background-position: 0px 7px;
  background-repeat: no-repeat;
}
.info-contact__name {
  font-size: 20px;
  line-height: 30px;
  color: #9da0a3;
}
.info-contact__email {
  font-size: 30px;
  line-height: 36px;
  color: var(--colorMain);
  display: inline-block;
  margin-bottom: 30px;
}
.info-contact__phone {
  padding-left: 50px;
  background-image: url("../img/icons/icon-phone.png");
  background-size: 32px 31px;
  background-position: 0px 7px;
  background-repeat: no-repeat;
}
.info-contact__tel {
  font-size: 24px;
  line-height: 36px;
  color: var(--colorMain);
  margin-bottom: 30px;
  display: inline-block;
}
.info-contact__policy {
  padding-left: 50px;
  font-size: 20px;
  line-height: 30px;
  color: var(--colorMain);
  text-decoration: underline;
}
.info-contact__social {
  margin-top: 50px;
  padding-left: 50px;
}
.info-contact__social > ul {
  list-style: none;
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.info-contact__social > ul > li {
  margin-right: 7px;
}
.info-contact__social > ul > li a img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.info-contact__social > ul > li a img:hover {
  -webkit-box-shadow: 1px 1px 5px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
  box-shadow: 1px 1px 5px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
}

.feed-form {
  text-align: center;
}
.feed-form input {
  width: 100%;
  padding: 25px;
  border-radius: 10px;
  border: 0;
  margin-bottom: 32px;
  outline: none;
}
.feed-form input:focus {
  background-color: var(--colorBg);
}
.feed-form input::-webkit-input-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form input::-moz-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form input:-ms-input-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form input::-ms-input-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form input::placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form textarea {
  width: 100%;
  border-radius: 10px;
  resize: none;
  border: none;
  padding: 25px;
  height: 200px !important;
  margin-bottom: 50px;
  outline: none;
}
.feed-form textarea:focus {
  background-color: var(--colorBg);
}
.feed-form textarea::-webkit-input-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form textarea::-moz-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form textarea:-ms-input-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form textarea::-ms-input-placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form textarea::placeholder {
  font-size: 18px;
  color: #717171;
}
.feed-form .btn {
  background-color: var(--colorMain);
  color: var(--colorWhite);
  border: none;
  cursor: pointer;
}
.feed-form .btn:hover {
  -webkit-box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
  box-shadow: 1px 1px 7px rgba(0, 0, 0, 0.6);
}

.footer {
  background-color: var(--colorMain);
  padding-top: 45px;
  padding-bottom: 50px;
  color: var(--colorWhite);
}
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer__left {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.footer__right {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}

.left-footer__logowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.left-footer__contacts {
  margin-left: 50px;
}
.left-footer__contacts a {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: var(--colorWhite);
}
.left-footer__contacts a:last-child:hover {
  text-decoration: underline;
}
.left-footer__text {
  margin-top: 35px;
  font-size: 12px;
  line-height: 18px;
}
.left-footer__text p {
  max-width: 455px;
}

.right-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.right-footer__menu > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.right-footer__menu > ul > li a {
  font-size: 16px;
  text-transform: uppercase;
  color: var(--colorWhite);
}
.right-footer__menu > ul > li a:hover {
  text-decoration: underline;
}
.right-footer__social {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.right-footer__social > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.right-footer__social > ul > li {
  width: 25px;
  height: 25px;
  margin-left: 7px;
}
.right-footer__social > ul > li img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
}
.right-footer__social > ul > li img:hover {
  -webkit-box-shadow: 1px 1px 7px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
  box-shadow: 1px 1px 7px rgba(109, 116, 121, 0.5), -1px -1px 7px rgba(109, 116, 121, 0.5);
}

.copyright {
  margin-top: 40px;
  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;
  font-size: 12px;
  line-height: 18px;
  color: #6d7479;
}
@media (max-width: 1600px) {
  .blocks__items {
    -ms-grid-columns: (488px)[2];
    grid-template-columns: repeat(2, 488px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .blocks__name {
    padding: 20px;
  }

  .store-block__wrap {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (490px)[2];
    grid-template-columns: repeat(2, 490px);
    -ms-grid-rows: (680px)[auto];
    grid-template-rows: repeat(auto, 680px);
    gap: 30px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1553px) {
  .bottom-organisation__item:first-child {
    margin-left: 75px;
  }
}
@media (min-width: 1457px) {
  .mission .bottom-mission__banner {
    -webkit-transform: translateY(88px);
    -ms-transform: translateY(88px);
    transform: translateY(88px);
  }
}
@media (max-width: 1456px) {
  .arts-promo__title {
    font-size: 58px;
  }

  .arts-huluku__banner {
    padding-top: 180px;
    padding-bottom: 140px;
  }

  .perito-promo .banner-yell__descr {
    margin-left: 0;
  }
}
@media (max-width: 1272px) {
  .perito-promo .banner-yell__descr {
    margin-right: 0;
    padding-left: 60px;
  }
}
@media (max-width: 1100px) {
  .perito-promo .banner-yell__descr {
    padding-left: 30px;
  }
}
@media (max-width: 1400px) {
  .promo__wrap {
    padding-top: 240px;
    padding-bottom: 150px;
  }

  .organization {
    padding-top: 150px;
  }

  .another .banner-yell__title {
    font-size: 70px;
  }
  .another .banner-yell__text {
    font-size: 45px;
    line-height: 50px;
  }

  .item-worker:last-child {
    padding-bottom: 250px;
  }
}
@media (max-width: 1200px) {
  .title {
    font-size: 49px;
  }

  .nav-menu > ul > li {
    margin: 0 32px;
  }

  .promo__wrap {
    background-position: 240px top !important;
    padding-bottom: 200px;
  }

  .organisation {
    padding-top: 50px;
  }
  .organisation__subtitle {
    font-size: 25px;
  }
  .organisation .top-organisation__right {
    padding-left: 50px;
  }
  .organisation .bottom-organisation__item {
    margin-right: 50px;
    margin-left: 50px;
  }

  .mission .top-mission__left {
    padding-right: 150px;
  }
  .mission .top-mission__btn {
    width: 277px;
  }
  .mission .bottom-mission__banner {
    margin-top: 100px;
  }

  .arts-promo__title {
    font-size: 47px;
  }
  .arts-promo__title span {
    font-size: 80px;
    line-height: 90px;
  }

  .arts-promo:after {
    height: 100px;
  }

  .arts-huluku {
    padding-top: 150px;
    padding-bottom: 10px;
  }
  .arts-huluku:nth-child(3) .arts-huluku__img, .arts-huluku:nth-child(1) .arts-huluku__img {
    margin-right: 100px;
  }
  .arts-huluku:nth-child(odd):after {
    height: 100px;
  }
  .arts-huluku:nth-child(even):after {
    height: 100px;
  }
  .arts-huluku__banner {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .another .banner-yell__title {
    font-size: 59px;
  }
  .another .banner-yell__text {
    font-size: 42px;
    line-height: 50px;
  }
  .another .banner-yell__text p {
    margin-top: 10px;
  }

  .podcasts {
    padding-bottom: 130px;
  }

  .blocks {
    padding-bottom: 100px;
  }
  .blocks__items {
    -ms-grid-columns: (440px)[2];
    grid-template-columns: repeat(2, 440px);
  }
  .blocks__name {
    font-size: 17px;
    line-height: 24px;
    padding: 15px;
    background-size: 80px 80px;
  }

  .store-block__wrap {
    -ms-grid-columns: (420px)[2];
    grid-template-columns: repeat(2, 420px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .store-block__name {
    max-width: 100%;
  }

  .content-single__text {
    max-width: 650px;
  }
}
@media (max-width: 1005px) {
  .nav-menu > ul > li {
    margin: 0 18px;
  }
  .nav-menu > ul > li > a {
    font-size: 16px;
  }
  .nav-menu > ul > li > a img {
    max-width: 80%;
  }

  .huluku .bottom-huluku__img {
    max-width: 70%;
    margin: 0 auto;
  }
  .huluku .bottom-huluku__img:after {
    width: 800px;
    height: 800px;
  }
  .huluku .bottom-huluku__text {
    font-size: 21px;
    line-height: 36px;
  }

  .uusi-promo {
    padding-bottom: 70px;
  }
  .uusi-promo__top {
    padding: 100px 50px;
    margin-bottom: 50px;
  }
  .uusi-promo__bottom {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
  .uusi-promo__img {
    margin-bottom: 70px;
  }

  .item-worker:nth-child(odd) .item-worker__descr {
    padding-left: 45px;
  }
  .item-worker:nth-child(even) .item-worker__descr {
    padding-right: 45px;
  }
  .item-worker__name {
    font-size: 27px;
  }
  .item-worker__text {
    font-size: 15px;
    line-height: 26px;
  }

  .howtoenter__title {
    padding-right: 110px;
  }

  .winners {
    padding-bottom: 260px;
  }

  .anthology {
    padding-bottom: 120px;
  }
  .anthology__banner {
    -webkit-transform: translateY(-150px);
    -ms-transform: translateY(-150px);
    transform: translateY(-150px);
  }
  .anthology .banner-ant {
    padding: 60px;
  }

  .single {
    padding-bottom: 100px;
    padding-top: 165px;
  }
  .single__title {
    margin-top: 80px;
    line-height: 60px;
  }

  .contact__wrapper {
    margin-top: 60px;
  }
  .contact__info {
    padding: 50px 40px 50px 40px;
  }
  .contact__form {
    padding: 50px 40px;
  }
  .contact__plane {
    width: 205px;
    height: 168px;
    z-index: 100;
  }
}
@media (max-width: 992px) {
  .title {
    font-size: 38px;
  }

  .btn {
    margin-top: 28px;
  }

  .promo__wrap {
    padding-bottom: 100px;
    padding-top: 180px;
  }
  .promo__content h1 {
    font-size: 35px;
  }
  .promo__content h1 span {
    font-size: 48px;
  }
  .promo__descr p {
    max-width: 490px;
    font-size: 18px;
    line-height: 28px;
  }

  .organisation {
    padding-top: 115px;
  }
  .organisation__subtitle {
    font-size: 21px;
  }
  .organisation .top-organisation__right {
    padding-left: 30px;
  }
  .organisation__text {
    font-size: 17px;
    line-height: 30px;
  }
  .organisation .bottom-organisation__item {
    margin-top: 80px;
  }

  .whatwedo__text {
    font-size: 17px;
    line-height: 30px;
  }
  .whatwedo__title {
    font-size: 38px;
  }
  .whatwedo__btn {
    margin-top: 50px;
  }

  .mission .top-mission__left {
    padding-right: 45px;
  }
  .mission .top-mission__right > ul > li {
    font-size: 17px;
    line-height: 24px;
  }

  .mainblog {
    padding-top: 100px;
  }
  .mainblog .swiper-button-prev {
    top: 25px;
    width: 48px;
    height: 48px;
    right: 200px;
    left: auto;
  }
  .mainblog .swiper-button-next {
    top: 25px;
    width: 48px;
    height: 48px;
    right: 130px;
  }

  .arts-promo__title {
    font-size: 36px;
  }
  .arts-promo__title span {
    font-size: 70px;
    line-height: 80px;
  }

  .footer .right-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footer .right-footer__menu > ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .right-footer__menu > ul > li {
    margin-bottom: 7px;
  }
  .footer .right-footer__menu > ul > li a {
    font-size: 14px;
  }
  .footer .right-footer__social {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }

  .arts-huluku {
    padding-bottom: 30px;
  }
  .arts-huluku__banner {
    padding-top: 100px;
    padding-bottom: 80px;
  }

  .huluku .top-huluku__banner {
    margin-bottom: 90px;
  }
  .huluku .bottom-huluku {
    padding-bottom: 10px;
  }
  .huluku .bottom-huluku__img:after {
    width: 600px;
    height: 600px;
  }
  .huluku .bottom-huluku__button {
    -webkit-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    transform: translateY(-100px);
  }

  .huluku-gallery {
    padding-top: 90px;
    padding-bottom: 40px;
  }
  .huluku-gallery__slider {
    margin-top: 80px;
  }

  .another .banner-yell {
    padding-left: 50px;
  }
  .another .banner-yell__title {
    font-size: 42px;
  }
  .another .banner-yell__text {
    font-size: 30px;
    line-height: 45px;
  }

  .uusi-promo__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-top: 60px;
    padding-bottom: 60px;
  }
  .uusi-promo__subtitle {
    margin-top: 30px;
    font-size: 27px;
    line-height: 37px;
  }

  .item-worker:last-child {
    padding-bottom: 100px;
  }

  .uusi-banner .banner {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px);
  }

  .perito-promo__descr {
    margin-top: 100px;
  }
  .perito-promo__images {
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  .perito-promo__btn {
    margin-top: 0px;
  }

  .howtoenter {
    padding-top: 120px;
    padding-bottom: 90px;
  }
  .howtoenter__title {
    padding-right: 50px;
  }
  .howtoenter__text {
    margin-top: 70px;
    font-size: 26px;
    line-height: 44px;
  }
  .howtoenter__button {
    margin-top: 45px;
  }

  .anthology .banner-ant {
    padding: 40px;
  }
  .anthology__btn {
    margin-left: 15px;
  }
  .anthology__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }
  .anthology .content__img {
    margin-bottom: 30px;
  }
  .anthology .content__descr {
    padding-left: 0;
  }

  .blocks {
    padding-bottom: 80px;
  }
  .blocks__items {
    -ms-grid-columns: (354px)[2];
    grid-template-columns: repeat(2, 354px);
  }

  .learning {
    padding-top: 170px;
  }
  .learning__wrap {
    padding-right: 50px;
    padding-left: 50px;
  }
  .learning .top-learning__text {
    margin-top: 65px;
  }
  .learning .top-learning__descr {
    margin-top: 60px;
  }
  .learning .top-learning__list {
    margin-bottom: 70px;
  }
  .learning .bottom-learning {
    padding-bottom: 100px;
  }
  .learning .bottom-learning__name {
    padding-top: 70px;
  }
  .learning .bottom-learning__list {
    margin-bottom: 70px;
  }
  .learning .bottom-learning__banner {
    margin-top: 100px;
  }

  .store {
    padding-top: 170px;
  }

  .store-block {
    padding-bottom: 100px;
    margin-top: 70px;
  }
  .store-block__wrap {
    -ms-grid-columns: (350px)[2];
    grid-template-columns: repeat(2, 350px);
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .store-block__name {
    max-width: 100%;
  }
  .store-block__item {
    margin-top: 40px;
  }

  .single__title {
    margin-top: 50px;
    line-height: 50px;
  }
  .single .content-single {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .single .content-single__text {
    max-width: 450px;
  }

  .contact {
    padding-top: 160px;
    padding-bottom: 140px;
  }
  .contact__info {
    padding: 30px;
  }
  .contact__form {
    padding: 30px;
  }
  .contact__plane {
    width: 141px;
    height: 116px;
    left: -93px;
  }
  .contact .info-contact__text {
    font-size: 20px;
    line-height: 27px;
  }
  .contact .info-contact__text p {
    margin-bottom: 25px;
  }
  .contact .info-contact__text p:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 768px) {
  .header {
    position: relative;
    padding: 59px 0;
  }
  .header .burger {
    display: block;
  }

  .nav-menu > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0;
    background-color: white;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0vh;
    -webkit-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
  .nav-menu > ul.transformation {
    height: 100vh;
  }
  .nav-menu > ul > li {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 0s;
    transition: all 0.5s ease 0s;
    margin: 0;
    margin-bottom: 15px;
  }
  .nav-menu > ul > li:nth-child(4) {
    opacity: 1;
    visibility: visible;
    text-align: left;
  }
  .nav-menu > ul > li a {
    font-size: 0;
  }
  .nav-menu > ul > li a:hover:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
  }
  .nav-menu > ul > li:nth-child(4) {
    position: absolute;
    left: 20px;
    top: 20px;
  }
  .nav-menu > ul.transformation li {
    opacity: 1;
    visibility: visible;
  }
  .nav-menu > ul.transformation li a {
    font-size: 25px;
  }
  .nav-menu > ul.transformation {
    background-color: var(--colorWhite);
  }

  .promo__wrap {
    background-size: cover !important;
    padding-bottom: 0;
    padding-top: 45px;
  }

  .organisation {
    padding-top: 100px;
  }
  .organisation__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .organisation .top-organisation__right {
    padding-left: 0;
    margin-top: 20px;
  }

  .mission {
    padding-top: 100px;
  }
  .mission .top-mission__btn {
    margin-bottom: 15px;
  }
  .mission .top-mission__right > ul > li {
    background-position: left 2px;
  }
  .mission__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .mission .bottom-mission {
    /* .banner {
      &__text {
        p {
          font-size: 35px;
          line-height: 42px;
          span {
            a {
              font-size: 45px;
            }
          }
        }
      }
    } */
  }
  .mission .bottom-mission__banner {
    margin-top: 65px;
  }

  .mainblog {
    padding-bottom: 50px;
  }
  .mainblog .swiper-button-prev {
    width: 48px;
    height: 48px;
    right: 58px;
  }
  .mainblog .swiper-button-next {
    width: 48px;
    height: 48px;
    right: 0;
  }

  .arts-promo {
    padding-top: 90px;
  }
  .arts-promo__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .arts-promo__img {
    margin-top: 60px;
  }

  .arts-huluku:nth-child(even) .arts-huluku__descr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }
  .arts-huluku:nth-child(odd) .arts-huluku__descr {
    padding-left: 0px;
  }
  .arts-huluku__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .arts-huluku:nth-child(3) .arts-huluku__img, .arts-huluku:nth-child(1) .arts-huluku__img {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .huluku {
    padding-top: 100px;
  }
  .huluku .top-huluku__banner {
    margin-bottom: 70px;
  }

  .huluku__top:after {
    height: 200px;
  }
  .huluku .bottom-huluku__img:after {
    width: 500px;
    height: 500px;
  }
  .huluku .bottom-huluku__text {
    font-size: 18px;
    line-height: 28px;
  }

  .another .banner-yell__title {
    font-size: 50px;
    line-height: 60px;
  }
  .another .banner-yell__text {
    font-size: 35px;
    line-height: 40px;
  }
  .another .banner-yell__text p {
    margin-top: 0;
  }

  .another {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .another__banner {
    margin-top: 85px;
  }

  .uusi-promo {
    padding-top: 90px;
  }
  .uusi-promo__top {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .uusi-promo__subtitle {
    margin-top: 20px;
    font-size: 20px;
    line-height: 30px;
  }

  .item-worker {
    margin-bottom: 50px;
  }
  .item-worker:nth-child(3):before {
    height: 150px;
  }
  .item-worker:nth-child(odd) .item-worker__descr {
    padding-left: 0px;
  }
  .item-worker:nth-child(even) .item-worker__descr {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
    padding-right: 0px;
  }
  .item-worker__wrap {
    -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;
  }
  .item-worker__img {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .item-worker__descr {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
  }
  .item-worker__name {
    margin-top: 25px;
  }

  .perito-promo {
    padding-top: 90px;
  }
  .perito-promo .banner-yell__btn {
    margin-top: 0;
  }

  .howtoenter {
    background-position: center center;
  }
  .howtoenter__descr {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .howtoenter__title {
    margin-bottom: 25px;
  }
  .howtoenter__title br {
    display: none;
  }

  .anthology .banner-ant {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .podcasts {
    padding-top: 95px;
  }

  .blocks {
    padding-bottom: 70px;
  }
  .blocks__items {
    -ms-grid-columns: (400px)[1];
    grid-template-columns: repeat(1, 400px);
  }

  .learning {
    padding-top: 70px;
  }
  .learning__wrap {
    padding-right: 20px;
    padding-left: 20px;
  }
  .learning .top-learning__text {
    margin-top: 55px;
    font-size: 17px;
    line-height: 30px;
  }
  .learning .top-learning__descr {
    margin-top: 50px;
  }
  .learning .top-learning__list {
    margin-bottom: 60px;
  }
  .learning .top-learning__name {
    font-size: 24px;
    line-height: 34px;
  }
  .learning .bottom-learning {
    padding-bottom: 80px;
  }
  .learning .bottom-learning__name {
    padding-top: 60px;
    font-size: 24px;
    line-height: 34px;
  }
  .learning .bottom-learning__list {
    margin-bottom: 60px;
  }
  .learning .bottom-learning__banner {
    margin-top: 60px;
  }
  .learning .bottom-learning__text p {
    font-size: 25px;
    line-height: 37px;
  }
  .learning .bottom-learning__text p:last-child {
    font-size: 34px;
  }

  .store {
    padding-top: 80px;
  }

  .store-block {
    margin-top: 50px;
  }
  .store-block__wrap {
    -ms-grid-columns: 350px;
    grid-template-columns: 350px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .store-block__name {
    font-size: 21px;
    line-height: 28px;
    margin-top: 20px;
  }
  .store-block__item {
    margin-top: 25px;
  }

  .news {
    padding-top: 70px;
  }
  .news__nav {
    margin-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news__nav > ul > li a {
    font-size: 13px;
  }
  .news__search {
    margin-top: 40px;
  }
  .news__search.active {
    margin-bottom: 17.391px;
    margin-top: 35px;
  }
  .news__search input {
    left: -84px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .news__search button {
    position: absolute;
    right: -75px;
  }
  .news .item-news {
    margin-top: 50px;
  }

  .single {
    padding-bottom: 50px;
    padding-top: 95px;
  }
  .single__facebook > div {
    padding-left: 35px;
    background-size: 20px 20px;
    font-size: 12px;
    line-height: 13px;
    background-position: 0 0;
  }
  .single__title {
    margin-top: 60px;
    line-height: 50px;
  }
  .single .content-single {
    -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;
  }
  .single .content-single__text {
    margin-top: 25px;
  }
  .single .content-single__text p {
    margin-bottom: 20px;
  }
  .single .content-single__text p:last-child {
    margin-bottom: 0;
  }

  .contact {
    padding-top: 70px;
    padding-bottom: 90px;
  }
  .contact__plane {
    display: none;
  }
  .contact__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 35px;
  }
  .contact .info-contact__mail {
    margin-top: 50px;
  }
  .contact .info-contact__name {
    font-size: 18px;
    line-height: 27px;
  }
  .contact .info-contact__email {
    font-size: 27px;
    line-height: 32px;
  }
  .contact .info-contact__tel {
    font-size: 21px;
    line-height: 29px;
  }
  .contact .info-contact__policy {
    font-size: 18px;
    line-height: 23px;
  }
  .contact .info-contact__social {
    margin-top: 30px;
  }
  .contact .feed-form input {
    padding: 15px 25px;
  }
  .contact .feed-form input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact .feed-form input::-moz-placeholder {
    font-size: 16px;
  }
  .contact .feed-form input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact .feed-form input::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact .feed-form input::placeholder {
    font-size: 16px;
  }
  .contact .feed-form textarea {
    padding: 15px 25px;
    height: 125px !important;
    margin-bottom: 20px;
  }
  .contact .feed-form textarea::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact .feed-form textarea::-moz-placeholder {
    font-size: 16px;
  }
  .contact .feed-form textarea:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact .feed-form textarea::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact .feed-form textarea::placeholder {
    font-size: 16px;
  }
  .contact .feed-form .btn {
    padding: 10px 45px;
  }
}
@media (max-width: 576px) {
  .title {
    font-size: 27px;
  }

  .header {
    padding: 48px 0;
  }
  .header .nav-menu > ul > li:nth-child(4) img {
    max-width: 60%;
  }

  .promo__wrap {
    padding-bottom: 50px;
    padding-top: 20px;
  }
  .promo__content h1 {
    font-size: 30px;
  }
  .promo__content h1 span {
    font-size: 40px;
  }
  .promo__descr p {
    font-size: 16px;
  }
  .organisation {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .organisation__subtitle {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }
  .organisation__text {
    font-size: 15px;
    line-height: 25px;
  }
  .organisation .bottom-organisation__item {
    margin: 40px 5px 0 5px;
  }
  .organisation .bottom-organisation__descr {
    font-size: 13px;
    line-height: 20px;
    -webkit-transform: translate(0, 17px);
    -ms-transform: translate(0, 17px);
    transform: translate(0, 17px);
  }

  .whatwedo {
    padding-top: 80px;
    padding-bottom: 70px;
  }
  .whatwedo__btn {
    margin-top: 35px;
  }
  .whatwedo__text {
    font-size: 15px;
    line-height: 25px;
  }

  .mission {
    padding-top: 60px;
  }
  .mission .top-mission__right > ul > li {
    font-size: 15px;
    line-height: 22px;
    padding-left: 35px;
    background-size: 18px 18px;
    background-position: left 5px;
  }
  .mission .bottom-mission {
    /* .banner {
      height: 250px;
      &__text {
        p {
          font-size: 24px;
          line-height: 30px;
          span {
            a {
              font-size: 30px;
            }
          }
        }
      }
    } */
  }
  .mission .bottom-mission__banner {
    margin-top: 30px;
  }

  .mainblog {
    padding-bottom: 0px;
  }
  .mainblog__slider {
    margin-top: 55px;
  }
  .mainblog__all {
    margin-left: 0;
  }
  .mainblog__title {
    display: block;
  }
  .mainblog .swiper-button-prev {
    width: 0px;
    height: 0px;
  }
  .mainblog .swiper-button-next {
    width: 0px;
    height: 0px;
  }

  .footer {
    background-color: var(--colorMain);
    padding-top: 45px;
    padding-bottom: 50px;
    color: var(--colorWhite);
  }
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .right-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer .right-footer__social {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .footer .right-footer ul {
    text-align: center;
    padding-left: 0;
  }

  .copyright {
    margin-top: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .arts-promo {
    padding-bottom: 50px;
  }
  .arts-promo__title {
    font-size: 25px;
    line-height: 40px;
  }
  .arts-promo__title span {
    font-size: 50px;
    line-height: 60px;
  }
  .arts-promo__text {
    font-size: 18px;
    margin-top: 25px;
  }

  .arts-promo:after {
    height: 50px;
  }

  .arts-huluku {
    padding-top: 100px;
    padding-bottom: 20px;
  }
  .arts-huluku:nth-child(odd):after {
    height: 50px;
  }
  .arts-huluku:nth-child(even):after {
    height: 50px;
  }
  .arts-huluku__text {
    margin-top: 25px;
    font-size: 17px;
  }
  .arts-huluku__btn {
    margin-top: 30px;
  }
  .arts-huluku__banner {
    padding-top: 30px;
  }
  .arts-huluku__banner .banner__text p span a {
    font-size: 27px;
  }

  .huluku {
    padding-top: 60px;
  }
  .huluku__top:after {
    height: 0px;
  }
  .huluku .top-huluku__banner {
    margin-bottom: 50px;
  }
  .huluku .top-huluku__text {
    font-size: 16px;
    line-height: 26px;
  }
  .huluku .bottom-huluku {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .huluku .bottom-huluku__img {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-bottom: 10px;
  }
  .huluku .bottom-huluku__img:after {
    width: 90%;
    height: auto;
  }
  .huluku .bottom-huluku__text {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    font-size: 16px;
    line-height: 26px;
  }
  .huluku .bottom-huluku__button {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .huluku-gallery {
    padding-top: 50px;
  }
  .huluku-gallery__slider {
    margin-top: 45px;
  }

  .another .banner-yell {
    padding-left: 30px;
  }
  .another .banner-yell__title {
    font-size: 36px;
  }
  .another .banner-yell__text {
    font-size: 25px;
    line-height: 35px;
  }

  .another__text {
    font-size: 16px;
    line-height: 30px;
    margin-top: 30px;
  }

  .uusi-promo {
    padding-top: 60px;
  }
  .uusi-promo__top {
    padding: 25px;
  }
  .uusi-promo__subtitle {
    font-size: 17px;
    line-height: 25px;
  }
  .uusi-promo__img {
    margin-bottom: 40px;
  }
  .uusi-promo__text {
    font-size: 17px;
    line-height: 25px;
  }

  .item-worker__name {
    font-size: 22px;
  }
  .item-worker__text {
    font-size: 14px;
    line-height: 23px;
    margin-top: 15px;
  }

  .item-worker:last-child {
    padding-bottom: 50px;
  }

  .uusi-banner .banner {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .perito-promo {
    padding-top: 65px;
  }
  .perito-promo .banner-yell__text {
    font-size: 14px;
    line-height: 21px;
  }
  .perito-promo .banner-yell__btn {
    margin-top: 20px;
  }

  .perito-promo {
    padding-bottom: 50px;
  }
  .perito-promo__descr {
    margin-top: 50px;
  }
  .perito-promo__title {
    font-size: 24px;
  }
  .perito-promo__text {
    font-size: 17px;
  }
  .perito-promo__images {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  .howtoenter {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .howtoenter__list p {
    font-size: 17px;
    line-height: 28px;
  }
  .howtoenter__text {
    margin-top: 40px;
    font-size: 22px;
    line-height: 35px;
  }
  .howtoenter__btn {
    padding-right: 50px !important;
    padding-left: 50px !important;
  }

  .anthology {
    padding-bottom: 40px;
  }
  .anthology .banner-ant {
    text-align: center;
    padding: 25px 15px;
  }
  .anthology .banner-ant__text {
    margin-top: 10px;
    font-size: 17px;
    line-height: 25px;
  }
  .anthology .content__text {
    margin-top: 25px;
    font-size: 17px;
    line-height: 25px;
  }

  .podcasts {
    padding-top: 70px;
    padding-bottom: 60px;
  }

  .blocks {
    padding-bottom: 50px;
  }
  .blocks__items {
    -ms-grid-columns: (90%)[1];
    grid-template-columns: repeat(1, 90%);
  }
  .blocks__name {
    font-size: 12px;
    line-height: 18px;
    padding: 15px;
    background-size: 50px 50px;
  }

  .learning {
    padding-top: 50px;
  }
  .learning__wrap {
    padding-right: 10px;
    padding-left: 10px;
  }
  .learning .top-learning__text {
    margin-top: 45px;
    font-size: 17px;
    line-height: 25pxpx;
  }
  .learning .top-learning__descr {
    margin-top: 40px;
  }
  .learning .top-learning__list {
    margin-bottom: 40px;
  }
  .learning .top-learning__list > ul > li {
    padding-left: 30px;
    background-size: 15px 15px;
    background-position: left 5px;
  }
  .learning .top-learning__name {
    font-size: 22px;
    line-height: 28px;
  }
  .learning .bottom-learning {
    padding-bottom: 50px;
  }
  .learning .bottom-learning__name {
    padding-top: 40px;
    font-size: 22px;
    line-height: 28px;
  }
  .learning .bottom-learning__list {
    margin-bottom: 40px;
  }
  .learning .bottom-learning__list > ul > li {
    padding-left: 30px;
    background-size: 15px 15px;
    background-position: left 5px;
  }
  .learning .bottom-learning__banner {
    margin-top: 40px;
  }
  .learning .bottom-learning__text p {
    font-size: 20px;
    line-height: 28px;
  }
  .learning .bottom-learning__text p:last-child {
    font-size: 28px;
  }

  .store {
    padding-top: 60px;
  }

  .store-block {
    padding-bottom: 65px;
    margin-top: 40px;
  }
  .store-block__wrap {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .store-block__name {
    font-size: 17px;
    line-height: 23px;
  }
  .store-block__item {
    margin-top: 15px;
  }

  .news {
    padding-top: 50px;
    padding-bottom: 60px;
  }
  .news__nav {
    margin-top: 20px;
  }
  .news__nav > ul {
    -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;
  }
  .news__nav > ul > li {
    margin-bottom: 15px;
  }
  .news__nav > ul > li:last-child {
    margin-bottom: 0;
  }
  .news__nav > ul > li a {
    padding: 10px 30px;
    font-size: 13px;
  }
  .news__search {
    margin-top: 25px;
  }
  .news .item-news {
    margin-top: 35px;
  }
  .news .item-news__name {
    font-size: 18px;
    line-height: 26px;
    margin-top: 20px;
  }
  .news .item-news__text {
    font-size: 16px;
    line-height: 24px;
    margin-top: 12px;
  }
  .news .item-news__info {
    font-size: 12px;
    line-height: 18px;
  }

  .single {
    padding-top: 60px;
  }
  .single__wrapper {
    padding-right: 0;
    padding-left: 0;
  }
  .single__info {
    font-size: 13px;
  }
  .single__date {
    margin-right: 60px;
  }
  .single__share > ul > li {
    width: 20px;
    height: 20px;
  }
  .single__img img {
    border-radius: 10px;
  }
  .single__title {
    margin-top: 30px;
    line-height: 40px;
  }
  .single .content-single {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 55px;
  }
  .single .content-single__text {
    max-width: 100%;
    font-size: 17px;
    margin-top: 15px;
  }
  .single .content-single__text p {
    margin-bottom: 15px;
  }
  .single .content-single__text p:last-child {
    margin-bottom: 0;
  }
  .single .content-single__text p span {
    font-size: 15px;
  }
  .single .questions-single {
    margin-top: 60px;
  }
  .single .questions-single__item {
    padding: 20px 25px;
  }
  .single .questions-single__name {
    font-size: 18px;
    line-height: 24px;
  }
  .single .questions-single__text {
    font-size: 16px;
    line-height: 26px;
  }

  .contact__info {
    padding: 20px;
  }
  .contact__form {
    padding: 20px;
  }
  .contact .info-contact__text {
    font-size: 17px;
    line-height: 24px;
  }
  .contact .info-contact__name {
    font-size: 17px;
    line-height: 23px;
  }
  .contact .info-contact__email {
    font-size: 24px;
    line-height: 28px;
  }
  .contact .info-contact__tel {
    font-size: 19px;
    line-height: 23px;
  }
  .contact .info-contact__mail {
    background-size: 27px 17px;
    padding-left: 40px;
    background-position: 0px 5px;
    margin-top: 40px;
  }
  .contact .info-contact__phone {
    padding-left: 40px;
    background-size: 28px 25px;
  }
  .contact .info-contact__policy {
    padding-left: 40px;
  }
  .contact .info-contact__social {
    padding-left: 40px;
  }
}
@media (max-width: 400px) {
  .mainblog .slide-item {
    width: 100% !important;
  }
  .mainblog .slide-item__name {
    font-size: 17px;
    line-height: 24px;
    margin-top: 25px;
  }
  .mainblog .slide-item__text {
    margin-top: 17px;
    font-size: 15px;
    line-height: 22px;
  }

  .huluku-gallery .slide-item {
    width: 100% !important;
  }
  .huluku-gallery .slide-item__name {
    font-size: 17px;
    line-height: 24px;
    margin-top: 25px;
  }
  .huluku-gallery .slide-item__text {
    font-size: 15px;
    line-height: 22px;
  }
}
/*# sourceMappingURL=main.css.map */