﻿@media (max-width: 1599px) {
  /*.hero-section {
      padding: 0 30px;
  }*/
  .hero-slider {
    /*&__dots {
        @include flex-flow(column, wrap);
        width: 18px;
        margin: 16px auto;
    }*/
  }
  .hero-slider__content {
    left: -30px;
    right: -30px;
    padding-bottom: 143px;
  }
  .hero-slider__title {
    max-width: 388px;
  }
  .hero-slider__btn {
    margin-top: 35px;
  }
  .hero-slider__control {
    /*transform: none;
    top: initial;*/
    /*bottom: 0px;*/
  }
  .hero-slider__decore {
    right: 180px;
  }
  .our-lessons-section__decore {
    top: 280px;
  }
  /*.our-lessons-slider {
      max-width: 1368px;
  }*/
  .our-projects-slider {
    max-width: 1368px;
  }
  .lesson-preview-section {
    margin-top: 66px;
  }
  .lesson-preview__content {
    max-width: 356px;
  }
  .lesson-preview__content::after {
    width: 257px;
  }
  .lesson-preview__title {
    max-width: 290px;
  }
  .lesson-preview__btn {
    margin-top: 26px;
  }
  .lesson-preview__thumbs::after {
    width: 904px;
  }
  .lesson-preview__control {
    max-width: 1286px;
  }
  .our-event {
    padding-bottom: 40px;
  }
  .our-event::after {
    max-width: 650px;
  }
  .our-event__date {
    left: 20px;
    right: initial;
  }
  .our-event__content {
    max-width: 372px;
    padding: 33px 24px 0 24px;
  }
  .our-event__desc {
    max-width: 100%;
  }
  .our-event__btn {
    margin-top: 22px;
  }
  .our-staff-section {
    margin-top: 120px;
    padding-bottom: 63px;
  }
  .our-staff-section::after {
    max-width: 920px;
  }
  .our-staff__signature {
    top: 100%;
    left: -100px;
  }
  .our-staff__control {
    max-width: 1303px;
  }
  .about-project-section {
    margin-top: 110px;
    padding: 35px 0 65px 0;
  }
  .about-project-section::after {
    max-width: 1335px;
  }
  .about-project-section__decore {
    top: -130px;
    left: 4%;
  }
  .our-news-section {
    margin-top: 120px;
    padding: 42px 0 50px;
  }
  .our-news-section::after {
    width: 987px;
  }
  .our-news-section__decore_big {
    max-width: 270px;
    left: -16px;
    top: -26px;
  }
  .dictionary-section {
    margin-top: 100px;
  }
  .dictionary-section__decore {
    left: -80px;
  }
  .dictionary-slider .swiper-container {
    max-width: 1368px;
  }
  .dictionary-item {
    padding-left: 2px;
  }
  .dictionary-item__img {
    position: relative;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    max-width: 200px;
  }
  .dictionary-item__content {
    padding: 30px 30px 24px 12px;
  }
  .dictionary-item__desc {
    margin-top: 16px;
  }
  .dictionary-item__hashtags {
    margin-top: 20px;
  }
  .dictionary-item__hashtag {
    padding: 4px 10px;
  }
  .our-partners-section {
    margin-top: 105px;
  }
  .partners-slider__control {
    max-width: 1266px;
  }
}
/*colors*/
@font-face {
  font-family: "HelveticaNeueLTARMW05-55Rm";
  src: url(../../scss/pages/~/fonts/HelveticaNeueLTARMW05-55Rm.woff);
}
@font-face {
  font-family: "HelveticaNeueLTARMW05-75Bd";
  src: url(../../scss/pages/~/fonts/HelveticaNeueLTARMW05-75Bd.woff);
}
/* font */
/*grid dimensions*/
/*font settings*/
/* grid settings */
/*screenSises*/
@media (max-width: 650px) {
  .slider-donation-info {
    margin-top: 450px !important;
  }
  .slider-donation-info {
    flex-wrap: wrap !important;
  }
}
@media (max-width: 558px) {
  .raised {
    margin-top: 50px !important;
    margin-left: 70px !important;
  }
}
@media (max-width: 369px) {
  .donate-button {
    width: 70% !important;
  }
}
@media only screen and (max-width: 1200px) and (min-width: 1023px) {
  .donate-button {
    margin-top: 10px !important;
  }
}
@media only screen and (max-width: 850px) and (min-width: 767px) {
  .donate-button {
    font-size: 12px !important;
    padding: 6px 0px !important;
  }
}
@media (max-width: 767px) {
  .hero-section {
    padding: 0;
  }
  .slider-info-container {
    top: 110% !important;
    left: 0 !important;
    padding: 0 10px !important;
    width: 100% !important;
  }
  .slider-donation-info {
    margin-top: 300px !important;
  }
  .slider-info-container h1 {
    color: black !important;
  }
  .slider-info-container p {
    color: black !important;
  }
  .progress-bar-rem-text {
    color: black !important;
  }
  .donate-button {
    background-color: rgb(253, 215, 87) !important;
    color: black !important;
    max-width: 200px !important;
  }
  .donate-button > svg > path {
    /*fill: black !important;*/
  }
  .hero-slider {
    border-radius: 0;
    padding-bottom: 62px;
    margin-bottom: -62px;
    /*&__control {
        bottom: -28px;
        background-color: black;
        left: 50%;
        @include translate(-50%, 0);
        display: flex;
        display: -ms-flexbox;
        @include align-items(center);
        border-radius: 32px 32px 0 0px;
        padding: 21px 26px;
        height: 50px;
        top: unset;
        transform: rotate(180deg);
        display: flex;
        justify-content: center;
    }*/
  }
  .hero-slider__decore {
    right: 100px;
  }
  .hero-slider__content {
    padding-bottom: 115px;
  }
  .hero-slider__dots {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    width: initial;
    margin: 0 38px;
  }
  .hero-slider__arrow_prev {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .hero-slider__arrow_next {
    -moz-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .our-lessons-section__decore {
    top: 50px;
    left: 60px;
    opacity: 0.5;
    transform: matrix(-1, 0, 0, 1, 0, 0);
  }
  .our-lessons-slider {
    /* @media (max-width: $media-sm) {
         margin-left: -17px;
     }*/
  }
  .our-lessons-slider__control {
    margin-bottom: 0;
  }
  .our-projects-slider {
    width: initial;
    max-width: initial;
    margin-top: 28px;
    padding: 24px 24px 24px 24px;
    margin: 0 -24px;
  }
  .our-projects-slider__control {
    margin-bottom: 0;
  }
  .lesson-preview__decore {
    display: none;
  }
  .lesson-preview__control {
    transform: none;
    top: initial;
    bottom: 77px;
    left: 0;
    width: 100%;
  }
  .our-events__decore {
    display: none;
  }
  .our-staff-section {
    padding-bottom: 0;
  }
  .our-staff__slider {
    padding-bottom: 80px;
  }
  .our-staff__signature {
    top: 90%;
    left: 130px;
  }
  .our-staff__control {
    transform: none;
    top: initial;
    left: 0;
    bottom: 0;
    max-width: 116px;
  }
  .our-staff .our-staff__arrow_next {
    background-color: #000;
  }
  .about-project-section::after {
    max-width: 100%;
    border-radius: 0;
  }
  .about-project-section__decore {
    top: -100px;
    left: -80px;
  }
  .our-news-section::after {
    width: 915px;
  }
  .our-news-section__decore {
    display: none;
  }
  .dictionary-section__decore {
    display: none;
  }
  .dictionary-slider .swiper-container {
    max-width: 1400px;
  }
  .partners-slider__control {
    display: none;
  }
}
@media (max-width: 450px) {
  .our-lessons {
    padding-bottom: unset !important;
  }
}
@media (max-width: 1279px) {
  .our-lessons-section__decore {
    display: none;
  }
  .lesson-preview__thumbs::after {
    width: 750px;
  }
  .our-events__slider {
    margin-right: -30px;
  }
  .our-event {
    padding-bottom: 24px;
  }
  .our-event::after {
    max-width: 90%;
  }
  .our-event__content {
    max-width: 320px;
    padding: 24px 20px 0 20px;
  }
  .our-staff-section::after {
    max-width: 630px;
  }
  .our-staff__signature {
    top: 85%;
  }
  .about-project-section__decore {
    top: -170px;
  }
  .dictionary-slider .swiper-container {
    max-width: 1240px;
  }
  .dictionary-item__content {
    padding: 24px 24px 24px 12px;
  }
}
@media (max-width: 1023px) {
  .slider-info-container h1 {
    font-size: 25px !important;
  }
  .slider-info-container p {
    font-size: 11px !important;
    line-height: 14px !important;
    margin-top: 5px !important;
  }
  .progress-bar-container {
    margin-top: 10px !important;
  }
  .donate-button {
    margin-top: 10px !important;
  }
}
@media (max-width: 767px) {
  .hero-slider {
    padding-bottom: 59px;
  }
  .hero-slider__play {
    width: 52px;
    height: 52px;
  }
  .hero-slider__content {
    padding: 14px 0 0 0;
  }
  .hero-slider__title {
    max-width: 190px;
  }
  .hero-slider__btn {
    margin-top: 20px;
    padding-bottom: 1px;
  }
  .hero-slider__btn .btn {
    max-width: 189px;
  }
  .hero-slider__control {
    left: 0px;
    right: 0px;
    padding: 0 8px;
    border-radius: 8px;
  }
  .hero-slider__dots {
    margin: 0 16px;
  }
  .hero-slider__decore {
    right: 12px;
  }
  .hero-slider__video img {
    border-bottom-right-radius: unset !important;
  }
  .our-lessons-section {
    padding-top: 55px;
  }
  .our-lessons-section::after {
    height: 229px;
  }
  .our-lessons {
    padding-bottom: 34px;
  }
  .our-lessons-slider__control {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .our-lessons-slider__dots {
    display: flex;
    display: -ms-flexbox;
    margin: 0 15px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(360deg);
  }
  .our-projects-slider__control {
    bottom: 0;
    right: 0;
    width: 100%;
  }
  .our-projects-slider__dots {
    display: flex;
    display: -ms-flexbox;
    margin: 0 15px;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    -ms-flex-pack: center;
    justify-content: center;
    transform: rotate(360deg);
  }
  .lesson-preview-section {
    margin-top: 55px;
  }
  .lesson-preview {
    margin: 0 -8px;
  }
  .lesson-preview__main {
    border-radius: 0;
  }
  .lesson-preview__slide {
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .lesson-preview__img img {
    position: static;
  }
  .lesson-preview__title {
    max-width: 100%;
    margin-top: 16px;
  }
  .lesson-preview__content {
    width: 100%;
    max-width: 100%;
    padding: 10px 26px 32px;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .lesson-preview__content::after {
    background: linear-gradient(0deg, #000000 8.1%, rgba(0, 0, 0, 0) 95.56%);
    width: 100%;
    height: 120px;
    right: 0;
    top: initial;
    bottom: 100%;
  }
  .lesson-preview__thumbs {
    padding-top: 15px;
    padding-bottom: 19px;
  }
  .lesson-preview__thumbs .swiper-container {
    max-width: 198px;
  }
  .lesson-preview__thumbs::after {
    width: 100%;
    border-radius: 0 0 15px 15px;
  }
  .lesson-preview__thumb-img {
    height: 48px;
  }
  .lesson-preview__thumb::after {
    width: 43px;
  }
  .lesson-preview__btn {
    margin-top: 20px;
  }
  .lesson-preview__btn .btn {
    width: 100%;
    max-width: 170px;
  }
  .lesson-preview__control {
    bottom: 71px;
    left: 8px;
    right: 8px;
    width: initial;
  }
  .our-events-section {
    margin-top: 60px;
  }
  /*.our-events {
      &__control {
          display: none;
      }
  }*/
  .our-event {
    padding-bottom: 20px;
    -ms-flex-flow: column wrap;
    flex-flow: column wrap;
  }
  .our-event::after {
    max-width: 100%;
    height: 85%;
    border-radius: 14px;
    bottom: 0;
    top: initial;
  }
  .our-event__img {
    border-radius: 14px 0;
    width: 100%;
  }
  .our-event__img img {
    position: static;
  }
  .our-event__date {
    left: 10px;
    min-width: 48px;
    padding: 9px;
    border-radius: 0 0 10px 10px;
  }
  .our-event__content {
    max-width: 100%;
    padding: 15px 19px 0 19px;
  }
  .our-event__title {
    margin-top: 8px;
  }
  .our-event__desc {
    margin-top: 9px;
  }
  .our-event__btn .btn {
    max-width: 140px;
  }
  .our-staff-section {
    margin-top: 60px;
    overflow: hidden;
  }
  .our-staff-section::after {
    display: none;
  }
  .our-staff__signature {
    display: none;
  }
  .our-staff__heading .title_double {
    padding-right: 16px;
  }
  .our-staff__all {
    color: #000;
  }
  .our-staff__slider {
    margin-top: 18px;
    padding-bottom: 0;
    width: 768px;
    max-width: 768px;
  }
  .our-staff__control {
    display: none;
  }
  .our-goals-section {
    margin-top: 60px;
  }
  .about-project-section {
    padding: 22px 0 34px 0;
    margin-top: 70px;
  }
  .about-project-section__decore {
    display: none;
  }
  .about-project__heading .title_double {
    padding-right: 16px;
  }
  .about-project__galery {
    margin-top: 15px;
  }
  .our-news-section {
    margin-top: 60px;
    padding: 0 0 46px 0;
  }
  .our-news-section::after {
    display: none;
  }
  .our-news__wrap {
    margin-top: 20px;
  }
  .our-news__link {
    position: absolute;
    bottom: 0;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .dictionary-section {
    margin-top: 60px;
  }
  .dictionary-slider {
    margin-top: 15px;
  }
  .dictionary-slider .swiper-container {
    width: 100%;
    max-width: 100%;
  }
  .dictionary-slider__control {
    margin-bottom: 15px;
  }
  .dictionary-item {
    display: block;
    border-radius: 14px;
    text-align: center;
  }
  .dictionary-item__img {
    padding-top: 10px;
    max-width: 100%;
    height: 250px;
    margin: 0 auto;
  }
  .dictionary-item__img img {
    position: static;
    object-fit: contain;
  }
  .dictionary-item__content {
    padding: 9px 16px 18px 16px;
  }
  .dictionary-item__desc {
    margin-top: 11px;
    -webkit-line-clamp: 6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .dictionary-item__hashtags {
    -ms-flex-pack: center;
    justify-content: center;
  }
  .our-partners-section {
    margin-top: 60px;
  }
  .our-partners__heading .title_double {
    padding-right: 16px;
  }
  .partners-slider .swiper-container {
    width: 1500px;
    max-width: 780px;
  }
}
@media (max-width: 450px) {
  .swiper-pagination {
    margin: 0 !important;
  }
  .swiper-pagination-bullet {
    margin: 0 1px !important;
  }
  .our-lessons-section .slider-circle-contorls {
    display: flex !important;
  }
  .projects-heading-block {
    display: flex !important;
  }
}
@media (max-width: 1439px) {
  .slider-info-container {
    bottom: 7.32% !important;
    left: 44px !important;
  }
}
@media (max-width: 369px) {
  .donate-button {
    width: 100% !important;
    max-width: 100% !important;
  }
}
.donation-projects-slider {
  top: 11%;
  right: 6%;
  position: absolute;
  justify-content: space-between;
  display: flex;
  width: 120px;
}
.donation-projects-slider .slider-color {
  color: white;
  background-color: black;
}
@media (max-width: 1439px) {
  .donation-projects-slider {
    top: 6%;
  }
}
@media (max-width: 767px) {
  .donation-projects-slider {
    top: 13%;
    width: 94px;
  }
}
@media (max-width: 540px) {
  .donation-projects-slider {
    top: 16%;
  }
}
@media (max-width: 450px) {
  .donation-projects-slider {
    display: none;
  }
}
