@charset "utf-8";
/*sticky footer*/
html{
  height: 100%; 
}
body{ 
  display: flex; 
  flex-direction: column; 
  height: 100%;  
}
header{
   flex: 0 0 auto;
   position: relative;
   background: #fff;
   left: 0;
   right: 0;
   top: 0;
   z-index: 1040;
   min-height: 72px;
   transition: opacity 0.4s linear;
   opacity: 1;
}

.color-blue {
  color: #0067b4;
}

.section {
  /* padding-top: 30px;
  padding-bottom: 80px; */
}

.section__row {
  display: flex;
  justify-content: space-between;
}

.section__content {
  width: 60.8%;
  padding-top: 38px;
  padding-bottom: 80px;
}

.section__content--full {
  width: auto;
}

.section__stage {
  position: relative;
  width: 32.66%;
}

.section__stage img {
  position: absolute;
  bottom: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
}

.section__notes {
  padding-top: 30px;
  padding-bottom: 35px;
}

@media (max-width: 768px) {
  .section__notes-item {
    width: 30%;
  }
}

@media (min-width: 480) and (max-width: 540px) {
  .section__notes-item p {
    font-size: 0.9em;
  }

  .section__notes-item h3 {
    font-size: 1em;
  }
}

@media (max-width: 480px) {
  .section__notes {
    display: block;
  }

  .section__notes-item {
    width: auto;
    margin: 0 auto;
    margin-bottom: 20px;
  }

  .section__notes-item:last-child {
    margin-bottom: 0;
  }
}

.donate-types h2 {
  margin-bottom: 30px;
}

.donate-types__row {
  display: flex;
  justify-content: space-between;
}

.donate-types__item {
  text-align: center;
}

.donate-types__item img {
  user-select: none;
  pointer-events: none;
  height: 73px;
}

@media (max-width: 768px) {
  .section__content {
    width: auto;
    padding-bottom: 45px;
  }

  .section__stage {
    display: none;
  }
}

@media (max-width: 600px) {
  .donate-types__row {
    justify-content: space-around;
    flex-wrap: wrap;
  }

  .donate-types__item {
    width: 33%;
  }

  .donate-types__item:nth-child(-n + 3) {
    margin-bottom: 30px;
  }
}

@media (max-width: 480px) {
  
  .donate-types__item {
    width: 40%; 
    margin: 0 auto;
  }

  .donate-types__item:nth-child(3) {
    margin-bottom: 0;
  }
}

.phone-operators {
  padding-top: 40px;
  padding-bottom: 90px;
}

.phone-operators__row {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
}

.phone-operators__col:first-child {
  margin-right: 15%;
}

.phone-operators__item {
  display: flex;
  margin-bottom: 25px;
}

.phone-operators__img {
  width: 55px;
  text-align: center;
  margin-right: 40px;
}

@media (max-width: 768px) {
  .phone-operators {
    padding-bottom: 30px;
  }

  .phone-operators .col:last-child .phone-operators__item:last-child {
    margin-bottom: 0;
  }
}

@media (max-width: 560px) {
  .phone-operators__row {
    display: block;
  }

  .phone-operators__col:first-child {
    margin-right: 0;
  }

  .phone-operators__col {
    width: auto;
  }

  .phone-operators__img {
    margin-right: 20px;
  }
}


.bg--blue {
  background-color: #ebf7fc;
}

.bg--gray {
  background-color: #eaeff2;
}

.mt0 {
  margin-top: 0;
}

.main-content{
  flex: 1 0 auto;
  overflow: hidden;
}
footer{
   flex: 0 0 auto;
}

/*header */
.header {
  box-shadow: 0 6px 8px -6px gray;
}
.header__donate > img{
  width: 35px;
  padding: 4px;
}
.header__logo-container,
.header__top-line{
  padding-top: 15px;
  padding-bottom: 15px;
}
.header__logo {
  max-width: 165px;
  width: 100%;
}
.header__top-line {
  margin-top: 0.5em;
}
.header__text {
  font-size: 16px;
  color: #adadad;
  margin-bottom: 5px;
}
.header__phone-number {
  font-size: 24px;
  float:right;
  color: rgb(0, 114, 188);
}
.header__donate{
  width: 100%;
}
.header__menu {
  margin: 0 -10px;
}
.header__menu-link{
  font-size: 16px;
  padding: 8px !important;
  color: rgb(0, 148, 222) !important;
}
.header__menu-link:hover,
.header__menu-link:focus{
  cursor: pointer;
  color: rgb(0, 114, 188) !important;
  background-color: inherit !important;
}
.header__submenu {
  text-align: center;
  background-image: url(../img/header_submenu_background.png);
}
.header__submenu>ul{
  display: inline-block;
  float: none;
  vertical-align: top;
}
.header__submenu-link {
  font-size: 14px;
  color: rgb(0, 148, 222);
}
.header__submenu-link:hover,
.header__submenu-link:focus{
  color: rgb(0, 148, 222);
  text-decoration: underline !important;
  background-color: transparent !important;
}
@media(max-width: 991px){
  .header__top-line {
    margin-top: 0;
  }
  .header__donate {
    margin: 1em 0;
  }
}
@media(max-width: 767px){
  header{
    min-height: 54px;
  }
  .header-mobile {
    width: 100%;
    background-color: #fff;
    position: fixed;
    z-index: 1040;
    box-shadow: 0 3px 8px -6px gray;
  }
  .header-mobile__top-line {
    max-height: 55px;
    border: 1px solid #e4e4e4;
  }
  .header-mobile__menu-button>img{
    -webkit-filter: grayscale(100%) brightness(0%);
    filter: grayscale(1) brightness(0);
  }
  .header-mobile__top-line .collapsed>img{
    -webkit-filter: none;
    filter: none;
  }
  .header-mobile__top-line .collapsed > img:hover{
    -webkit-filter: brightness(70%);
    filter: brightness(0.7);
  }
  .header-mobile__logo > img{
    display: table;
    width: 45px;
    margin: 8px auto;
    position: absolute;
    top: 0; left: 0; bottom: 0; right: 0;
  }
  .header-mobile__menu-button > img{
    width: 25px;
  }
  .header-mobile__donate > img{
    width: 32px;
  }
  .header-mobile__donate > img:hover{
    -webkit-filter: brightness(70%);
    filter: brightness(0.7);
  }
  .header-mobile__donate{
    float: right;
    padding: 13px 12px;
    margin: 0;
  }
  .header-mobile .main-menu__menu-item{
    text-align: center;
    padding: 16px 0;
    font-size: 18px;
  }
  .header-mobile .main-menu__menu-item a{
    padding: 10px 0;
    color: rgb(0, 114, 188);
    text-decoration: none;
  }
  .header-mobile .main-menu__menu-item a >img{
    width: 8px;
    margin: 0 10px;
  }
  .header-mobile .main-menu__menu-item .collapsed>img{
    transform: rotate(180deg);
  }
  .header-mobile .main-menu__menu-item .collapsed{
    color: rgb(0, 148, 222);
  }
  .header-mobile .main-menu__submenu{
    padding-bottom: 10px;
    margin-top: -5px;
  }
  .header-mobile .main-menu__submenu-item{
    text-align: center;
    padding: 11px 0;
    font-size: 13px;
  }
  .header-mobile .main-menu__submenu-item a{
    padding: 10px 0;
    text-decoration: none;
  }

  .navbar-toggle,
  .navbar-toggle:focus {
    background-color: #fff;
    float: left;
    padding: 15px 12px;
    margin: 0;
  }
  .navbar-toggle:hover {
    background-color: #fff;
  }

  .navbar-brand{
    color: #fff !important;
    text-transform: uppercase;
  }
  .navbar-collapse {
    background-color: #fff;
    padding: 16px 0;
  }
  .header__logo-container>a>img{
    display: block;
    margin: 0 auto;
  }
  .header__top-line,
  .header__text,
  .header__phone-number{
    text-align: center;
    padding-top: 0.25em;
    padding-bottom: 0.25em;
  } 
  .header__phone-number{
    float: none;
  }
  .header__submenu{
    background-image: none;
    text-align: left;
    padding-left: 1em;
  }
}

/*sticky header */

.min-header{
  position: fixed;
  flex: 0 0 auto;
  background: #fff;
  left: 0;
  right: 0;
  top: -130px;
  z-index: 1050;
  opacity: 0;
  transition: top 0.4s linear, opacity 0.4s linear;
}
.sticky-header {
  top: 0px;
  opacity: 1;
  box-shadow: 0 6px 8px -6px gray;
}
.sticky-header .min-header{
  display: block;
}
.min-header .header__logo-container,
.min-header .header__top-line{
  padding-top: 8px;
  padding-bottom: 8px;
}
.min-header .header__logo {
  width: 65px;
}

.min-header .header__donate > img{
  width: 40px;
  padding: 4px;
}
.min-header .header__donate {
  padding: 0;
}
.sticky-header .main-menu > .main-menu__menu-item {
  padding-top: 8px;
  padding-bottom: 8px;
}
.sticky-header .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
}

/* styles */
body {
  font-family: "ProximaNovaRegular";
  font-size: 18px;
  color: rgb(35, 31, 32);
}
@media (max-width: 767px) {
  body {
    line-height: normal;
    font-size: 16px;
  }
}
@font-face {
  font-family: "ProximaNovaBlack";
  src: url(../fonts/Proxima/ProximaNovaBlack.otf) format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaBold";
  src: url(../fonts/Proxima/ProximaNovaBold.otf) format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaLight";
  src: url(../fonts/Proxima/ProximaNovaLight.otf) format("opentype");
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaRegular";
  src: url(../fonts/Proxima/ProximaNovaRegular.otf) format("opentype");
  font-style: normal;
}
strong {
  font-family: "ProximaNovaBold";
  font-weight: bold;
}
.after-verical-text {
  display:inline-block; 
  height:100%; 
  vertical-align: middle;
}
.vertical-text {
  display: inline-block;
  vertical-align: middle;
}
.fa-container {
  width: 70px;
  height: 70px;
  font-size: 70px;
  line-height: 1;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.5;
}
.container {
  max-width: 970px;
}
@media(max-width: 767px){
  .container {
    margin: 0;
  }
}
.breadcrump{
  font-size: 16px;
  color: rgb(0, 148, 222);
  line-height: 1.375;
  text-align: left;
  margin-top: 40px;
}
.block-help__heading {
  font-size: 24px;
  color: rgb(231, 121, 65);
  line-height: 1.5;
}
/*using inside breadcrump and arcitles-list__controllers blocks*/
a, a:focus {
  color: rgb(0, 148, 222);
}
a:hover {
  color: rgb(0, 114, 188);
}
.breadcrump a, a:focus {
  color: rgb(0, 148, 222);
}
.breadcrump a:hover {
  color: rgb(0, 114, 188) !important;
}
.link, .link:focus {
  padding: 0.3em;
  margin-left: -0.3em;
  color: rgb(0, 148, 222) !important;
  cursor: pointer;
}
.link:hover {
  color: rgb(0, 114, 188) !important;
}
.link_underlined {
  text-decoration: underline;
}
.link_active {
  color: rgb(0,0,0) !important;
  pointer-events: none;
  cursor: default;
}
.link_grey {
  color: #ADADAD;
}
.link_disabled {
  color: grey !important;
  pointer-events: none;
}
@media(max-width: 767px){
  .link_active{
    white-space: nowrap;
  }
}
.articles-list__controllers{
  padding-bottom: 60px;
  padding-top: 20px;
}
.articles-list__pager {
  text-align: left;
}
.article {
  margin-bottom: 20px;
  margin-top: 20px;
}
.article__img {
  width: 100%;
  padding-bottom: 15px;
}
.article__link {
 padding: 10px;
 margin-left: -10px;
}
.article__source {
  font-size: 16px;
  color: #000;
  margin-top: 16px;
}
.article__source_upper {
  text-transform: uppercase;
}
.article__date {
  font-size: 16px;
  color:#ADADAD;
}
.article__paragraph {
  font-size: 16px;
  margin: 0.5em 0;
}
@media(max-width: 991px) {
  .articles-list{
    width: 100%;
  }
}
@media(max-width: 767px){
  .articles-list__pager {
    text-align: left;
    margin-top: 15px;
  }
  .article__img {
    width: auto;
  }
  .article__source {
    margin-top: 5px;
  }
  .article__date {
    margin-top: 5px;
  }
  .article {
    margin-bottom: 2.5em;
  }
  .articles-list__controllers{
    padding-top: 0em;
    padding-bottom: 2em;
  }
}
ol {
  padding-left: 20px;
}
ul {
  padding-left: 1.5em;
  padding-top: 0.7em;
  margin: 0;
  list-style-image: url(../img/list_item_dot.png);
}
.bullited-list_orange {
  list-style-image: url(../img/list_item_dot_orange.png);
}
ul>li {
  padding-bottom:20px;
}
ul>li> p {
  margin: 0;
}
#month_events_list{
  min-height: 200px;
}
#month_events_list > .carousel-inner > .item{
  -webkit-transition: 0.1s ease-in-out;
  -moz-transition: 0.1s ease-in-out;
  -o-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
}
.month_events{
  min-height: 200px;
}
.nav {
  padding-top: 0;
}
.main-menu{
  display: flex;
  justify-content:space-between;
  flex-wrap:wrap;
}
.nav> li {
  padding: 0;
}
.main-menu__menu-item{
  padding: 8px 0;
  font-size: 16px;
}
@media(max-width: 991px){
  .main-menu{
    justify-content:flex-start;
  }
  .main-menu__menu-item{
    padding: 8px;
  }
}
.button_big {
  min-height: 50px;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 12px 25px;
  text-transform: uppercase;
}
.button_dark-blue,
.button_dark-blue:focus{  
  font-family: "ProximaNovaBold";
  border-width: 2px;
  border-radius: 3px;
  border-color: rgb(0, 114, 188);
  background-color: rgb(0, 114, 188);
  color: rgb(255, 255, 255) !important;
}
.button_dark-blue:hover{
  border-color: #03629f;
  background-color: #03629f;
  outline: none !important;
  color: #fff !important;
}
@media(max-width: 767px){
  .button_big {
    font-size: 0.75em;
    min-height: 40px;
    padding: 10px 20px;
  }
}

.cards {
  display: flex;
  align-items: flex-start;
  padding-top: 15px;
  margin-bottom: 30px;
}

.cards img {
  max-width: 100%;
  height: auto;
  margin-right: 15px;
}

.cards img:nth-child(1),
.cards img:nth-child(2) {
  width: 28px;
}

.cards img:nth-child(3) {
  width: 48px; 
}

.cards img:nth-child(4) {
  width: 52px; 
}

@media (max-width: 530px) {
  .cards {
    margin-bottom: 0;
  }
}

.cost {
  display: flex;
  max-width: 600px;
  margin-left: -20px;
  margin-bottom: 25px;
}

.cost__item {
  margin-right: 40px;
}

.cost__item:last-child {
  margin-right: 0;
}

.cost__item p {
  padding-left: 20px;
}

.cost__info {
  position: relative;
}

.cost__info img {
  user-select: none;
  pointer-events: none;
}

.cost__num {
  position: absolute;
  font-size: 24px;
  font-weight: 700;
  color: #fff;
  top: 50%;
  left: 20px;
  transform: translateY(-50%);
  padding: 0;
}

@media (max-width: 580px) {
  .cost__item {
    flex-shrink: 1;
    margin-right: auto;
  }
}

@media (max-width: 530px) {
  .cost {
    display: none;
  }
}

.donate-sum {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
  padding-right: 30px;
}

.donate-sum__col {
  display: flex;
  width: 47.5%;
  margin-right: 5%;
}

.donate-sum__col:last-child {
  margin-right: 0;
}

.donate-sum__item {
  margin-right: 12%;
}

.donate-sum__item:last-child {
  margin-right: 0;
}

.donate-sum__label {
  position: relative;
  font-size: 24px;
  font-weight: 400;
  padding-left: 30px;
  margin-bottom: 0;
  cursor: pointer;
}

.donate-sum__label::before,
.donate-sum__label::after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}

.donate-sum__label::before {
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #b5e2f2;
  background-color: #fff; 
}

.donate-sum__label::after {
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #0067b4; 
  transform: scale(0);
  transition: transform 0.3s;
}

.donate-sum__input:checked + .donate-sum__label::after {
  transform: scale(1);
}

@media (max-width: 990px) {
  .donate-sum__label {
    font-size: 22px;
  }
}

@media (max-width: 768px) {
  .donate-sum__label {
    font-size: 20px;
  }

  .donate-sum {
    padding-right: 0;
  }
}

@media (max-width: 580px) {
  .donate-sum {
    display: block;
  }

  .donate-sum__col {
    width: auto;
    max-width: 265px;
    margin-right: 0;
  }

  .donate-sum__col:first-child {
    margin-bottom: 20px;
  }

  .donate-sum__item {
    width: 50%;
  }
}

.form {
  background-width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  margin: 1em auto; 
  padding: 3em;
}
.form-group {
  margin-top: 15px;
}
.form__line {
  max-width: 655px;
}

.form__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 625px;
}

.form__footer-check {
  margin-left: 30px;
  order: 1;
}

@media (max-width: 480px) {
  .form__footer {
    display: block;
  }

  .form__footer-check {
    margin-top: 20px;
    margin-left: 0;
    margin-bottom: 20px;
  }
}

.form__field {
  vertical-align: top;
  padding: 10px;
  border-width: 1px;
  border-style: solid;
  border-color: #b4e2f2;
  border-radius: 5px;
  margin-bottom: 15px;
  margin-top: 15px;
  width: 100%;
  transition: border 0.3s, box-shadow 0.3s;
}
.form__field_error {
  border-color: red;
}
.form__field:hover,
.form__field:focus {
  cursor: pointer;
  border-color: rgb(102, 173, 220);
  box-shadow: 0px 1px 5px 0px rgba(0, 114, 188, 0.35);
  outline: none;
}
.form__field_invis{
  display: none;
}
.form__field_money{
  background-image: url(../img/rouble_icon.png);
  background-repeat: no-repeat;
  background-position: right 15px center;
}
.form__error-m {
  color: red;
  font-size: 0.7em;
  line-height: 0;
  padding-left: 10px;
  margin-top: 7px;
  margin-bottom: -7px;  
  min-width: 300px;
}
.form__button {
  font-family: "ProximaNovaRegular";
  font-size: 15x;
  letter-spacing: 0.03em;
  margin-top: 15px;
  margin-bottom: 15px;
  padding: 13px 25px;
  border-radius: 25px;
  text-transform: uppercase;
  transition: background-color 0.3s;
}

.form__button:focus {
  font-family: "ProximaNovaRegular";
  border-radius: 25px;
}

.form__text {
  height: 100px;
  padding-top: 10px;
  resize: none;
}
.form_feedback {
  background-image: url(../img/feedback_background.png);
  padding: 3em 4em;
}
.form_donate {
  /* background-image: url(../img/donate_background.png); */
  /* padding: 3em 4em; */
  padding: 0;
  margin: 70px auto;
  margin-top: 0;
}
.form_donate__notice {
  padding: 15px 0;
  color: #ADADAD;
  font-size: 0.9em;
}

.form_subscribe {
  background-image: url(../img/subscribe_news_background.png);
}
.checkbox_custom {
  font-size: 1.6rem;
  padding-left: 35px; 
  margin-bottom: 10px;
  position: relative; 
  cursor: pointer;
  font-weight: 400;
}

.checkbox_custom--mb0 {
  margin-bottom: 0;
}

input[type="checkbox"] {
  display: none;
}
.checkbox_custom:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 20px;
  width: 20px;
  border: 1px solid #b4e2f2;  
  background-color: #fff;
}
.checkbox_custom:after {
  content: "";
  display: block;
  position: absolute;  
  top: calc(50% - 2px);
  left: 9px;
  width: 0;
  height: 0;
  opacity: 0;
  border-right: 3px solid #66addc;
  border-bottom: 3px solid #66addc;
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);  
  -webkit-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  box-sizing: border-box; 
}
input[type="checkbox"]:checked + .checkbox_custom:after {
  width: 7px;
  height: 16px;
  opacity: 1;
  
}
@media(max-width: 991px) {
  .form {
    margin: 1em 0;
    padding-left: 5%;
    padding-right: 5%;
    width: 100% !important;
  }
  .form_feedback {
    padding-top: 2em;
    padding-bottom: 3em;
  }
  .form_donate {
    padding-top: 2em;
    padding-bottom: 3em;

  }
  .form_subscribe {
    padding-top: 2em;
    padding-bottom: 2em;
  }
  .form__line {
    width: 100%;
  }

  .form_donate {
    padding-left: 0;
    padding-right: 0;
  }
}
@media(max-width: 767px) {
  .form__line {
    margin: 0;
  }
  .form__line>div {
    padding: 0;
  }
  .form_feedback {
    background-size: auto 600px;
  }
  .form_subscribe {
    background-size: auto 300px;
  }

  .form__footer {
    max-width: 655px;
  }
}
h1,h2,h3,h4,h5,h6 {
  font-family: "ProximaNovaBold";
  color: rgb(35, 31, 32);
}
h1 {
  font-size: 2.5em;
  margin: 1em 0 0 0;
}
h2 {
  font-size: 2em;
  margin: 1em 0 0.25em;
}
h3{
  font-size: 1.5em;
  margin: 0.75em 0 0.25em 0;
}
@media(max-width: 767px){
  h1 {
    font-size: 1.75em;
    margin-top: 1.5em;
    margin-bottom: 0.5em
  }
  h2 {
    font-size: 1.4em;
  }
  h3 {
    font-size: 1.2em;
    margin-bottom:0.25em;
  }
}
p {
  padding: 0.5em 0;
  margin: 0;
}
.paragraph,
.paragraph_bold {
  padding: 0.5em 0;
}
.paragraph_bold {
  font-weight: bold;
}
.paragraph>p {
  margin: 10px 0;
}
.paragraph_first {
  padding-bottom: 0.75em;
}
.paragraph_small {
  padding: 20px 0px;
  font-size: 14px;
}
.paragraph_gray {
  color: #696a6d;
}
.paragraph_blue {
  color: #0072bc;
}
.paragraph_bold {
  font-family: 'ProximaNovaBold';
}
.paragraph_light {
  font-family: 'ProximaNovaLight';
  font-size: 16px;
}
.under_paragraph {
  font-size: 16px;
  padding: 0;
  margin-bottom: 20px;
}
@media(max-width: 767px){
  .paragraph,
  .paragraph_first {
    padding: 0.3em 0;
  }
}
.anchor{
  display: block;  
  visibility: hidden;
  position: relative;
  top: -190px;
}
@media(max-width: 991px){
  .anchor{
    position: relative;
    top: 0px;
}
}
.attention-container {
  position: relative;  
  z-index: 1000;
}
.attention {
  height: 0;
}
.attention h4 {
  color: red; 
  display: inline-block;
  text-transform: uppercase;
  vertical-align: top;
  margin-right: 5px;
}
.attention a {
  width:70px; 
  height:60px; 
  background-image: url(../img/main_page/arrow_down.png);
  background-repeat: no-repeat;
  background-position: 0 -36px;
  display: inline-block;
}
.urgent-ads h3{
  font-family: "ProximaNovaRegular";
  color: #fc3c01;
  font-size: 30px;
  margin: 25px 0;
}
.urgent-ads .link + .link{
  margin-left: 20px;
}
#urgent-ads-slider .carousel-inner {
  border: 4px solid #fc3c01;
}
.urgent-ads .carousel-inner p {
  padding-right: 15px;
  padding-top: 15px;
}

@media (max-width: 991px) {
  #urgent-ads-slider .carousel-inner {
    padding: 15px;
  }
  .urgent-ads .carousel-inner p {
    padding-left: 15px;
    padding-right: 15px;
  }
  .urgent-ads .carousel-inner .link {
    padding-left: 15px;
    padding-right: 15px;
    margin: 0;
  }
}
.urgent-ads__slider-control {
  position: absolute;
  top: 55px;
  z-index: 10;
}
.urgent-ads__slider-control.left{
  left: 30px;
}
.urgent-ads__slider-control.right{
  right: 30px;
}
.urgent-ads-counter{
  color: #fc3c01;
  font-size: 20px;
  text-align: right;
  margin: 30px 0;
}
@media (max-width: 767px) {
  .urgent-ads-counter{
    text-align: left;
    margin: 0 0 20px 0;
  }
}
.urgent-ads .controls {
  height: 100%;
}
/* about page */
#all-projects {
  display: block;
  padding-top: 25px;
}
.task-item {
  padding: 15px 0px 20px 0px;
  background-image: url(../img/devider.png);
  background-repeat:repeat no-repeat;
  background-position: bottom;
}
.task-item__title {
  position: relative;
  padding-right: 15%;
}
.task-item__title:hover {
  cursor: pointer;
  color: #66b0e0; 
}
.task-item__title_opened {
  color: #66b0e0;
}
.task-item__arrow-container {
  position: absolute;
  top:5px;
  right: 5px;
  height: 100%;
}
.task-item__arrow-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.task-item__icon-arrow {
  margin-top: -50%;
}
.task-item__slide-block {
  display: none;
  padding: 25px 30px 10px 0px;
}
.results-list{
  display: flex;
  padding-left: 4px;
  padding-right: 4px;
}
.results-list__item{
  box-shadow: 0px 1px 4px 0px rgba(18, 28, 28, 0.25);
  border-radius: 5px;
  text-align: center;
  padding: 30px;
  margin:15px;
}
.results-list__item-heading{
  color:#94c638;
  margin-bottom: 25px;
}
.results-list__item-heading>div{
  font-size: 56px;
  font-weight: bold;
}
.help-children__button{
  display: block;
  margin: 30px auto 0 auto;
  max-width: 185px;
}
@media(max-width: 767px){
  #all-tasks {
    float:left;
    padding-top: 0px;
  }
}
/*reviews page*/
.review__item {
  color: rgb(0, 0, 0);
  display: block;
}
.review__item > h4{
  margin-bottom: 25px;
}
.review__paragraph-container {
  padding-bottom: 1em;
}
.review__paragraph {
  padding-left: 2em;
  background-image: url(../img/side_line.png);
  background-repeat: no-repeat repeat; 
  margin-right: -1em;
  padding-right: 1em;
}
/*.review__paragraph_hidden {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5; 
  -webkit-box-orient: vertical;
}*/
.review__paragraph_hidden {
    position:relative;    
    overflow: hidden;        
    max-height:7.0em;
}
.review__paragraph_hidden::before {
    content:"...";
    position:absolute;
    bottom:0;
    right:0;
    padding:0 20px 0 45px;
    background: linear-gradient(to right, rgba(255, 255, 255, 0), #FFFFFF 50%) repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.review__paragraph_hidden::after {
  content: '';
  position: absolute;
  right: 1em;
  width: 1em;
  height: 1em;
  margin-top: 0.2em;
  background: white;
}
.review__paragraph_italic {
  font-family: "ProximaNovaLight";
  font-style: italic;
  font-size: 18px;
  line-height: 1.2;
  text-align: left;
  padding-left: 20px;
}
.quote:before{
  content: url(../img/arrow_quotes_left.png);
  position: absolute;
  padding-right: 5px;
  margin-left: -23px;
}
.quote:after {
  content: url(../img/arrow_quotes_right.png);
  position: absolute;
  padding-top: 3px;
  padding-left: 5px;
}


@media (max-width: 767px) {
  .review__paragraph-container {
    padding-top: 1em;
  }
  .quote:before {
    position: static;
    margin-left: 0;
  }
}
.review__link-container {
  padding-left: 2em;
  padding-bottom: 1.5em;
}
.review__link {
}
@media(max-width: 767px){
  .review__paragraph {
    padding-left: 1.5em;
  }
}
/*news_item page*/
.news-item__date {
  font-size: 16px;
  color: #ADADAD;
  line-height: 1.375;
  text-align: left;
}
.news-item__container {
  max-width: 80%; 
}
.news-item__img {
  width: 100%;
  max-width: 300px;
  float:left;
  margin-right: 30px;
  margin-top: 0.75em;
}
.news__back-link {
  padding: 1em;
  margin-left: -1em;
}
.news__link-container {
  padding: 1em 0;
}
@media(max-width: 991px){
  .news-item__container {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .news-item__img {
    float: none;
  }
}
/*social block*/
.social {
  display: flex;
  margin: 0 0 20px;
}
@media (max-width: 991px) {
  .social {
    margin-bottom: 20px;
  }  
}
.social__item {
  position: relative;
  display: flex;
  padding: 1em 0;
  padding-right: 0.5em;
  min-width: 25%;
}
.social__icon {
  width: 30px;
  height: 30px;
  display: inline-block;
}
.social__icon_vk {
}
.social__icon_ok {
}
.social__icon_tw {
}
.social__icon_fb {
}
.social__counter {
  /*position: absolute;*/
  padding-left: 0.5em;
  /*top: 50%;
  transform: translateY(-50%);*/
  visibility: hidden;
}
.social__counter.active {
  visibility: visible;
}
@media(max-width: 767px) {
  .social {
    display: block;
  }
}
/*photogallery block*/

.photogallery {
  overflow: hidden;
}
.photogallery__counter{
  color: #ADADAD;
  padding-top: 3.0em;
  text-align: right;
}
.photogallery__item>img {
  width: 100%;
}
.photogallery__controller-container {
  font-size: 0;
  padding: 10px 0;
  position: relative;
  bottom: 0;
  left: 0;
  margin-left: 0;
  width: 100%;
  white-space: nowrap;
}
.photogallery__controller-item {
  display: inline-block;
  height: auto !important;
  min-width: 70px;
  max-width: 70px;
  margin: 0 2.5px !important;
}
.photogallery__controller-item>img {
  max-width: 120px;
  width: 100%;
  border: 3px solid #FFFFFF;
  box-shadow: 0px 1px 2px 0px rgba(18, 28, 28, 0.35);
  cursor: pointer;
}
.photogallery__controller-item.active>img {
  border-color: #0072bc;
}
.photogallety__arrow {
  position: absolute;
  top:50%;
  right: 50%;
  transform: translateY(-50%) translateX(50%);
}
@media(max-width: 991px){
  .photogallery__counter{
    padding-bottom: 0.5em;
    padding-top: 2.5em;
  }
  .photogallery__controller-item {
    min-width: 67px;
    max-width: 67px;
  }
}
@media(max-width: 767px){
  .photogallery__counter {
    text-align: left;
    padding: 0.5em 0;
  }
  .photogallery__controller-container {
    padding: 0.25em 0;
  }
  .photogallery__controller-item>img {
    display: none;
  }
  .photogallety__arrow {
    width: 50%; 
  }
}
/*slider*/
.carousel-control {
  z-index: 2;
  margin: auto;
  height: 50%;
  opacity: 0.8;
}

.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px; /* Adjusts for spacing */
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
.modal-content {
  background-color:transparent;
}

.modal .carousel-control,
.modal .carousel-control:hover,
.modal .carousel-control:focus {
  background-image: none !important;
}
.carousel-inner {
  z-index: 1;
}
.slider-controls__container {
  position: absolute;
  height: 60px;
  width: 100%;
  margin-top: -30px;
  top: 50%;
}
.slider-controls__container>div {
  height: inherit;
  margin: 0 2%;
}
.slider-controls__left,
.slider-controls__right,
.slider-controls__left_dark,
.slider-controls__right_dark{
  height: inherit;
  width: 60px;
  background-size: 100%;
  opacity: 0.8;
  margin: inherit;
}
.slider-controls__left:hover,
.slider-controls__right:hover,
.slider-controls__left_dark:hover,
.slider-controls__left_dark:hover{
  opacity: 1;
}
.slider-controls__left {
  background-image: url(../img/main_page/arrow_left.png) !important;
}
.slider-controls__right {
  background-image: url(../img/main_page/arrow_right.png) !important;
}
.slider-controls__left_dark {
  background-image: url(../img/main_page/arrow_left_dark.png) !important;
}
.slider-controls__right_dark{
  background-image: url(../img/main_page/arrow_right_dark.png) !important;
}
.slider-controls__left_dark:hover
{
  background-image: url(../img/main_page/arrow_left_blue.png) !important;
}
.slider-controls__right_dark:hover
{
  background-image: url(../img/main_page/arrow_right_blue.png) !important;
}
@media(min-width: 1200px) {
  .slider-controls__container>div {
    position: relative;
    width: 1150px;
    margin:0 auto;
  }
}
@media(max-width: 991px) {
  .slider-controls__container {
    height: 50px;
    margin-top: -25px;
  }
  .slider-controls__left,
  .slider-controls__right,
  .slider-controls__left_dark,
  .slider-controls__right_dark{
    width: 50px;
  }
}
@media(max-width: 767px){
  .slider-controls__container>div {
    margin: 0 0.35em;
  }
  .modal-dialog {
    display: block;
    position: fixed;
    top: 100px;
}
}
.slider-control_red {
  display: inline-block;
  width: 35px;
  height: 35px;
  background-size: 100%;
  background-repeat: no-repeat;
}
.slider-control_red_left {
  background-image: url(../img/main_page/arrow_left_dark.png) !important;
}
.slider-control_red_left:hover {
  background-image: url(../img/main_page/arrow_left_red.png) !important;
}
.slider-control_red_right {
  background-image: url(../img/main_page/arrow_right_dark.png) !important;
}
.slider-control_red_right:hover {
  background-image: url(../img/main_page/arrow_right_red.png) !important;
}
/*about page result-slider*/
.results-slider {
  position: relative;  
}
/*events page*/
.year-control select {
  -webkit-appearance: none;
     -moz-appearance: none;
      -ms-appearance: none;
       -o-appearance: none;
          appearance: none;
  cursor: pointer;
  max-width: 115px;
  border: 1px solid rgb(0, 114, 188);
  border-radius: 0;
  height: 50px;
  font-size: 18px;
  padding-left: 1em;
  background: url(../img/drop_down_arrow.png) no-repeat 90% center;  
}
.year-control select::-ms-expand {
    display: none;
}
.month-control {
  white-space: nowrap;
  padding: 0.25em 0;
}
.month-control__arrow-container {
  height: 100%;
  line-height: 100%;
  vertical-align: middle;
}
.month-control>span {
  display: inline-block;
}
.month-control__month-name {
  font-size: 24px;
  margin: 0 0.25em;
}
.month-control__month-name input {
  border: none !important;
  background: none !important;
}
#cur_month {
  font-size: 24px;
  margin: 0 0.25em;
  min-width: 120px;
  text-align: center;
}
.event {
  margin: 30px -15px;
}
.event__date {
  text-align: center;
  color: #d8224a;
  box-shadow: 0px 1px 4px 0px rgba(18, 28, 28, 0.25);
  border-radius: 10px;
  padding: 1em;
  margin-top: 5px;
  max-width: 115px;
}
.event__date-none {
  margin: 20px 0;
}
.event__date-numbers {
  font-size: 48px;
  line-height: 1;
  font-family: "ProximaNovaBold";
}
.event__info {
  padding: 0;
} 
@media(max-width: 991px) {
  .year-control select,
  .event__date {
    max-width: 145px;
  }
}
@media(max-width: 767px) {
  .month-control {
    padding: 15px;
    margin: 10px 0;
  }
  .month-control__month-name {
    font-size: 20px;
    margin: 0 0.5em;
  }
  .event__info {
    padding: 15px;
  }
  .event__date {
    margin: 0 auto;
  }
}
/*selectors*/
.selectors {
  padding: 1.5em 0;
}
.selectors_center {
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.selectors_center .selector {
  background-position: 100% 0;
}
.selector,
.selector_active{
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;  
}
.selector_support {
  background-image: url(../img/main_page/selector.png);
}
.selector_active {
  background-image: url(../img/main_page/selector_active.png);
}
.selector_support>.selector-text {
  color: rgb(12, 127, 55) !important;
  text-decoration: underline;
}
.selector_active>.selector-text{
  font-family: "ProximaNovaBold";
  color: #fff !important;
  text-decoration: none !important;
}
.selector>.selector-text {
  color: rgb(0, 148, 222);
  font-family: "ProximaNovaBold";
}
.selector>.selector-text:hover {  
  color: rgb(0, 114, 188);
}
.selector-text {
  padding: 1em 1.5em;
  font-size: 24px;    
}
.selecting-block{
  padding: 1em 0 0;
}
@media(max-width: 991px) {
  .selectors{
    padding: 0.5em 0;
  } 
  .selectors_center {
    text-align: left;
  }
  .selector,
  .selector_active {
    background-size: 100% 100%;
    margin: 1em auto;
    max-width: 300px;
    white-space: nowrap;
  }
  .selecting-block {
    padding: 0.5em 0;
  }
}
@media(max-width: 767px) {
  .selectors_center {
    width: 100%;
  }
  .selectors_center .selector-text {
    font-size: 20px;
  }
}

.support-items {
  margin-top: 1.5em;
}
.support-item__header,
.support__selector-text{
  font-size: 30px;
}
.support-item__img-container {
  min-height: 9em;
}
.support-item__img {
  vertical-align: middle;
  margin-left: auto;
  margin-right: auto;
}
.support-item__header {
  font-size: 30px;
}
@media(max-width: 991px) {
  .support {
    margin-top: 3em;
  }
  .support-item{
    padding-top: 2em;
  }
  .support-item__img-container {
    min-height: 0;
    text-align: center;
  }
  .support-item__img {
    width: 100%;
    max-width: 250px;
  }
  .support-top{
    padding: 0.5em 0;
  }  
}
@media(max-width: 767px) {
  .support {
    margin-top: 1.5em;
  }
  .support__button-container{
    padding-bottom: 3em;
  }
}
/*thanks page*/
.thanks-items__img {
  margin-top: -250px;
  width: 100%;
}
@media(max-width: 767px) {
  .thanks-items__img {
    display: none;
  }
}
.partners__item {
  cursor: pointer;
  display: inline-block;
  width: 100%;
  border-radius: 5px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 1px 2px 0px rgba(18, 28, 28, 0.35);
  line-height: 90px;
  margin: 0.75em 0;
  text-align: center;
}
.partners__item>img {
  display: inline-block;
  vertical-align: middle;
  max-width: 90% ;
  max-height: 75%;
}
/*contacts page*/
.contacts {
  margin: 10px 0;
}
.contacts__img,
.contacts__paragraph {
  vertical-align: middle;
}

.contacts__img {
  margin: 0 10px;
  float: left;
}
.contacts__requisites {
  margin-bottom: 90px;
}

#map {
  line-height: 0;
  margin-top: 30px;
  margin-bottom: 30px;
  height: 500px;
}
@media (max-width: 767px) {
  #map {
    height: 250px;
  }
}
.info-window p {
  margin: 7px 0;  
}
.info-window .stay {
  vertical-align: middle;
  display: inline-block;
}
.info-window .transport {
  width: 20px;
  height: 30px; 
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}
.info-window .bus {
  background: url(../img/bus.png) no-repeat;
}
.info-window .trolleybus {
  background: url(../img/trolleybus.png) no-repeat;
}
/* help_us page */
.help-us,
.grateful {
  text-align: center;
}
.grateful__img-container>img {
  width: 100%;
  max-width: 430px;
}
/*progects page*/
.our-projects-content {
  background-image: url(../img/main_page/background.png);
  background-position: 50% -300px;
  background-repeat: no-repeat;
  background-size: 100% auto;  
}
.our-projects-content  h1 {
  color: #fff;  
}
.our-projects {
  display: flex;
}
.our-projects__container {
  padding-top: 10px;
}
.our-projects__item{
  background-color: #fff;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 5px 0px rgba(18, 28, 28, 0.3);
  height: 95%;
  position: relative;
  display: block;  
  color: #000;
}
.other-projects__item{
  background-color: #fff;
  padding: 20px 10px 0 10px;
  margin-bottom: 20px;
  box-shadow: 0px 2px 5px 0px rgba(18, 28, 28, 0.2);
  height: 95%;  
  display: block;  
  color: #000;
  font-size: 16px;
  max-width: 250px;
}
.our-projects__item:hover,
.our-projects__item:focus,
.other-projects__item:hover,
.other-projects__item:focus {
  text-decoration: none;
  color: #000;
  box-shadow: 0px 2px 10px 0px rgba(18, 28, 28, 0.3);
  cursor: pointer;
}
.our-project__img {
  width: 100%;
  padding-bottom: 10px;
}
.item__img {
  width: 100%;
}
.our-projects__header {  
  margin: 0;
  font-size: 17px;
  color: rgb(0, 148, 222);
}
.our-projects__header:hover {  
  color: rgb(0, 114, 188);
}
.our-projects__p {
  padding-top: 0;
  color: black;
  padding-bottom: 20px;
  font-size: 14px;
}
.our-projects__date {  
  margin: 0;
  color: black;
  font-size: 12px;
  position: absolute;
  right: 15px;
  bottom: 5px;
}
@media (max-width: 767px) {
  .our-projects-content {
    background: #fff;
  }
  .our-projects-content  h1 {
    color: #000000;  
  }
  .our-projects {
    display: block;
  }
}
.our-project__button-container {
  padding-top: 20px;
  padding-bottom: 20px;
}
.other-projects {
  padding-top: 30px;
}
@media (max-width: 991px) {
  .other-projects {
    margin-bottom: 30px;
  }
  .other-projects__row {
    display: flex;
  }
}
@media (max-width: 767px) {
  .other-projects__row {
    display: block;
  }
  .other-projects__item {
    margin: 10px auto;
  }
}
.our-project__results{
  background: #e5f5ff;
  border-radius: 8px;
  padding: 20px 50px;
  margin: 50px 0 30px;
}
.our-project__results-img {
  width: 100%;
}
@media (max-width: 767px) {
  .our-project__results-img {
    display: none;
  }
}
/*volunteeres page*/
.volunteeres {
  padding: 20px 0;
}
.specialists br, .volunteeres br{
  margin-bottom: 10px;
}
.specialists {
  padding: 20px 0;
}
.specialists__img {
  
}
.specialists__post {
  font-size: 16px;
}

.results__results-list .results-list__item{
  margin: 20px 0;
}

.video {
  padding: 30px 0;
}
/*photo and video gallery page */
.photo-video-icons {
  float: right;
  margin-right: 4px;
}
.photo-video-icons_mt{
  margin-top: 2em;
}
@media (max-width: 767px) {
  .photo-video-icons{
    float: left;
  }
  .photo-video-icons_mt{
    margin-top: 0em;
  }
}
.photo__slider{
  pointer-events: auto;
}
.photo-icon {
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-right: 5px; 
}
.video-icon {
  width: 20px;
  height: 15px;
  display: inline-block;
  margin-left: 15px;
  margin-right: 5px; 
}
.photo-list {
  padding: 20px 4px 10px;
  display: flex;
}
.photo-list__item {
  background-color: #fff;
  padding: 10px;  
  box-shadow: 0px 2px 5px 0px rgba(18, 28, 28, 0.4);
  cursor: pointer;  
  height: 100%;  
}
.photo-list__item:hover,
.photo-list__item:focus {
  text-decoration: none;
  color: #000;
  box-shadow: 0px 2px 10px 0px rgba(18, 28, 28, 0.3);
  cursor: pointer;
}
@media (max-width: 767px) {
  .photo__slider {
  }
  .photo-list {
    padding-bottom: 0;
    padding-top: 0;
  }
  .photo-list__item {
    margin-bottom: 15px;
  }
}
.photo {
  width: 100%;
}
/*.carousel-inner>.item>a>img, 
.carousel-inner>.item>img,*/
.carousel-inner>.item>.video-container  {
  line-height: 1;
  height: 90vh;
  object-fit: contain;
  background: #000;
}
.poster {  
  height: 90vh;
  background-color: #000;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.video-frame {   
    width: 100%;
    height: 100%;
}

/* main_page */
.content {
	min-height: 100em;
	background-image: url(../img/main_page/background.png);
	background-position: 50% -150px;
	background-repeat: no-repeat; 
}
@media(min-width: 1200px){
	.content {
		background-size: contain;
	}
}
.main-slider {
	position: relative;
	padding: 3em 0;
}
.main-slider__rainbow-container{
	position:absolute;
  right: 0;
  height: 90%;
  width: 65%;
}
.main-slider__rainbow {
	width: 100%;
	height: 100%;
	max-height: 450px;
}
.main-slider .carousel-inner {
	position: relative;
	width: auto;
}
.carousel-control.right,
.carousel-control.left {
	background-image: none;
}
.main-slider .carousel-indicators {
	position: relative;
	width: 100%;
	left: 0;
	bottom:0;
	margin: 0;
}
.main-slider .carousel-indicators>li {
  border-style: solid;
  border-width: 3px;
  border-color: rgb(255, 255, 255);
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0);
  opacity: 0.7;
  width: 18px;
  height: 18px;
  margin: 0 0.25em;
}
.main-slider .carousel-indicators>.active {
  background-color: #7ab819;
  opacity: 1;
}
.main-slider .carousel-indicators>li:hover {
  opacity: 1;
}
.main-slider__item{
	display: block;
	padding: 0 10%;
}
.main-slider__item>.container {
	width: auto;
}
.main-slider__col_left{
	float:left;
}
.main-slider__col_right{
	float:right;
}
.main-slider__item-header{
  font-size: 60px;
	font-family: "ProximaNovaBold";
	color:#fff;
	line-height: 0.9;
	margin-top: 0;
	margin-bottom: 20px;
	max-height: 130px;
}
.main-slider__item-header>span{
	white-space: nowrap;
}
.main-slider__item-text {
	color:#fff;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-right: 1em;
}
.main-slider__item-button {
	border-radius: 4px;
  box-shadow: 0px 1px 2px 0px rgba(18, 28, 28, 0.35);
	background-color: #fff;
	color: rgb(0, 114, 188);
	font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0.75em 1.75em;
  margin: 10px 0;
}
.main-slider__item-button:hover {
  background-color: rgb(0, 114, 188);
  color: #fff;
}
.main-slider__item-image{
	max-height: 400px;
}
.main-slider__item-image>img {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 400px;

}
@media(min-width: 1200px) {
	.main-slider__rainbow-container{
		right: auto;
		left: 35%;
		padding-right: 2em; 
	}
	.main-slider__rainbow {
		max-width: 900px;
		max-height: 475px;
	}
	.main-slider__item-image>img {
		width: auto;
	}
}
@media(max-width: 991px) {
  .main-slider__rainbow {
  	max-height: 350px;
  }
	.main-slider__item-header {
		font-size: 2.5em;
	}
}
@media(max-width: 767px){
	.main-slider__rainbow-container{
		width: 100%;
		max-width: 600px;
		height: auto;
		margin: 0 auto;
		right: 0;
		left: 0;
	}
	.main-slider__rainbow{
		max-height: 250px;
		margin: 0 auto;
	}
	.main-slider__item{
		padding: 0 3.5em;
	}
	.main-slider__item>.container{
		padding:0;
	}
	.main-slider__col_left,
	.main-slider__col_right{
		float:none;
	}
	.main-slider__col_left{
		max-height: 50%;
	}
	.main-slider__item-header {
		font-size: 1.5em;
		margin-bottom: 0.25em;
	}
	.main-slider__item-image {
		padding-bottom: 1em;
		margin: 0 auto;
		max-width: 275px;
	}
	.main-slider__item-text {
		margin: 0;
	}
	.main-slider__item-button {
		font-size: 14px;
	  padding: 0.5em 1.75em;
	  margin: 10px 0;
	}
}
.main-banner_mt{
  margin-top: 60px
}
.news__main-banner_mt{
  margin-top: 100px
}
.main-banner{
position:relative;
margin-bottom: 1em;
}
.main-banner__img{
  width: 100%;
  max-width: 200px;
}
.main-banner__text{
  font-size: 1.2em;
  position:absolute;
  top: 1em;
  left: 0px;
  width: 100%;
  max-width: 200px;
  text-align: center;
  color: black;
  background: rgba(255,255,255,0.75);
}

@media (max-width: 991px) {
  .main-banner{
    display: none;
  }
  .main-banner_mt{
    margin-top: 0;
  }
  .news__main-banner_mt{
    margin-top: 0;
  }
}
.htmlpart table{
  width:100% !important;
  table-layout:fixed;
}
.htmlpart{
  word-wrap:break-word;
}

.htmlpart img{
  max-width:100%;
  height:auto !important;
}

.htmlpart ol {
  padding-left: 20px;
  padding-top: 0.7em;
}
.htmlpart ol>li {
  padding-bottom:20px;
  padding-left: 20px;
}
.htmlpart ol>li> p {
  margin: 0;
}

.pink-quote {
  padding: 0;
  padding-left: 1.5em;
  margin: 25px 0;
}
.pink-quote:before{
  content: url(../img/arrow_quotes_left.png);
  position: absolute;
  margin-left: -30px;
}
.pink-quote:after {
  content: url(../img/arrow_quotes_right.png);
  position: absolute;
  padding-top: 3px;
  padding-left: 10px;
}

.htmlpart__filesize{
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding-left: 5px;
}

.htmlpart__caption{
  text-align: center;
  color: #555555;
  font-size: 0.8em;
  padding: 5px;
}
.center-img {
  display: block;
  margin: 0 auto;  
}
.center-paragraph {
  display: block;
  max-width: 610px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1em;
  margin-top: 0;
}


.support {
  border-radius: 4px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 3px 6px 0px rgba(18, 28, 28, 0.35);
  margin: 1.5em auto;
  max-width: 1130px;
}
.support-top {
	padding: 1.5em 0;
  position: relative;
}
.support-top__image{
	margin-top: -8.0em;
	margin-left: -1.5em;
}
.support-top__haeder {
	margin-top: 0.5em;
	font-size: 1.75em;
	color: #c93155;
}
.support-top__text>p {
	margin: 0.5em 0;
}
.support__button-container{
	padding: 1.5em 0 3em 0;
	text-align: center;
}
.support__button {
	width: 100%;
	max-width: 225px;
	font-size: 18px;
	margin: 0 auto;
	padding: 0.75em;
	text-transform: uppercase;
}
.support__center-block {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
}
.support__center-img {
  width: auto;
}
@media(max-width: 767px) {
  .support__center-img {
    width: 100%;
  }
}

.projects {
	margin: 3em auto;
}
.projects__heading {
	font-size: 4em;
	text-align: center;
	margin-bottom: 20px;
	font-weight: 700;
	padding-left: 200px;
}
.projects__link-container {
	text-align: center;
	margin: 2em 0;
}
.projects__link {
  font-size: 1.25em;
  font-weight: bold;
  text-transform: uppercase;
}
.projects__background {
	position: absolute;
	margin-left: -5.5em;
	margin-top: -1em;
}
.projects__slider {
	position: relative;
}
.projects__slide{
	padding-top: 5%; 
}
.projects__image-container {
	text-align: center;
	margin-top: 1em;
}
.projects__image-container>img{
	border: 10px solid #fff;
	border-radius: 50%;
	box-shadow: 0px 0px 30px 0px rgba(18, 28, 28, 0.5);
	width: 100%;
	max-width: 300px;
  background: #fff;
}
.projects__text-container {
	padding: 1em 4em 1em 1em;
}
.projects__text {
	padding: 0.5em 0;
}
.projects__text_blue {
	padding: 0.5em 0;
	color:#0072bc;
}
.project__indicators-container {
	position: relative;
	left:0;
	bottom:0;
	margin-top: 1.5%;
	margin-left: 0;
	width: 100%;
	min-height: 72px;
}
.project__indicator {
	display: inline-block;
	margin: 0 0.25em !important;	
}
.project__indicator,
.project__indicator.active {
	height: 65px;
	width: 65px;
  background: none;
  border-radius: 50%;
}
.project__indicator>img{
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  border: 2px solid transparent;
  border-radius: 50%;
  width: 100%; 
}
.project__indicator.active>img{
	-webkit-filter: none; 
  filter: none;
	border-radius: 50%;
  border: 2px solid #fff;
  box-shadow: 0px 2px 4px 0px rgba(18, 28, 28, 0.4);
  background: #fff;
}
.project__indicator>img:hover{
  -webkit-filter: none; 
  filter: none;
}
.projects__button {
	margin: 0.5em 0;
  text-transform: uppercase;
  padding: 0.5em 1.5em;
}
@media(min-width: 1200px) {
	.projects__text-container {
		padding: 1em 2em;
		margin-top: 0;
	}
	.projects__background {
		margin-top: 0;
	}
}
@media(max-width: 991px) {
	.projects__heading {
		font-size: 3.5em;
	}
	.projects__background {
		margin-left: -6.5em;
	}
	.projects__slide{
		min-height: 80%;
	}
	.projects__text-container {
		padding: 1em 0.5em;
	}
	.projects__image-container {
		margin-top: 1.5em;
		margin-left: 3em;
		text-align: right;
	}
	.projects__image-container>img{
		width: 100%;
	}
	.project__indicator,
	.project__indicator.active{
		width: 50px;
		height: 50px;
	}
}
@media(max-width: 767px) {
	.projects {
		margin:0;
	}
	.projects__heading {
		font-size: 2em;
		text-align: left;
		padding-left: 0;
	}
	.projects__link-container {
		text-align: left;
		font-size: 75%;
		margin: 1em 0;
	}
	.projects__slide{
		padding: 0 3.5em;
	}
	.projects__slide>.container {
		padding: 0;
	}
	.projects__image-container {
		text-align: center;
		padding-top: 30px;
		margin: 0;
	}
	.projects__text-container {
		padding: 0 15px;
	}
	.project__indicator,
	.project__indicator.active {
		width: 15px !important;
		height: 15px !important;
		border: 2px solid #fff;
		box-shadow: 0px 0px 3px 0px rgba(4, 9, 9, 0.5);
	}
	.project__indicator {
		background: #adadad;
	}
	.project__indicator.active {
		background: rgb(0, 114, 188);
	}
	.project__indicator {
		margin: 0 !important;
	}
	.project__indicator>img {
		display: none;
	}
	.projects__button {
		width: 100%;
		padding: 0.5em 0;
		max-width: 250px;
		white-space: pre-wrap;
	}
}


.block-news{
  background-image: url(../img/main_page/news_background.png);
  background-repeat: no-repeat;;
  background-position: 50% 0;
  min-height:1030px;
  padding: 6.5em 0;
  margin: 1em 0;
}
.block-news__header {
	text-align:center;
	font-size:4em;
	padding-left: 300px;
	font-weight: 700
}
.block-news__container,
.block-news__container_right {
	padding-top: 1em; 
	padding-bottom: 1em;
}
.block-news__container_right {
	padding-left: 3em;
}
.block-news__link,
.block-news__link_left {
	display: block;
	padding: 0.5em;
	font-size: 18px;
	font-family: "ProximaNovaBold";
	text-transform: uppercase;
}
.block-news__link {
	margin-left: -0.5em;
}
.block-news__link_left {
	float:right;
	margin-right:2em;
}
.block-news__items {
	padding-top: 2em;
	padding-bottom: 2em; 
}
.block-news__item-info {
	padding: 0;
}
.block-news__event,
.block-news__item {
	margin-top: 1em;
	padding-bottom: 1em;
}
.block-news__event {
	background-image:url(../img/main_page/event_background.png);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	background-position: 1em 0;
}
.block-news__event-img {
	border-color: rgb(254, 245, 169) !important;
}
.block-news__event-img,
.block-news__item-img {
	width: 100%;
	max-width: 160px;
	border-style: solid;
	border-width: 4px;
	border-color: #fff;
	border-radius: 50%;
	box-shadow: 0px 2px 4px 0px rgba(18, 28, 28, 0.35);
}
.block-news__event-mark {
	display:inline-block;
	background-color:#85c226;
	color:#fff;
	padding:0.1em 0.5em;
	margin-top: 0.5em;
	font-weight:bold;
}
.block-news__event-text {
	font-family:"ProximaNovaBold";
}
.block-news__event-text,
.block-news__item-text {
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.block-news__item-date {
	color:#7A7A7A;
	margin-top: 0.5em;
}
.block-news__social-text {
	padding: 1.5em 0;
}
.block-news__widget-container {
	text-align: center;
}
.block-news__widget-container_mt{
  margin-top: 1em;
}
.block-news__widget-container>div {
	display: inline-block;
  padding: 1em;
  background-color: #fff;
  border: 10px solid;
  border-color: #5c7fa7;
  border-image-source: url(../img/main_page/widget_border1.png);
  border-image-slice: 10;
}
@media(max-width: 991px) {
	.block-news>.container {
		width:100%;
		padding-left: 2em;
		padding-right: 2em;
	}
	.block-news__item-info {
		padding-right: 0.25em;
	}
	.block-news__event-mark,
	.block-news__item-date {
		margin-top: 0;
	}
}
@media(max-width: 767px) {
	.block-news {
		padding-bottom: 1em;
		margin: 1em 0;
	}
	.block-news>.container {
		padding-right: 15px;
		padding-left: 15px;
	}
	.block-news__container_right {
		padding-left: 15px;
	}
	.block-news__header {
		font-size: 2em;
		text-align: left;
		padding-left: 0;
	}
	.block-news__container,
	.block-news__items {
		padding-bottom: 0;
	}
	.block-news__container,
	.block-news__container_right {
		padding-top: 0;
	}
	.block-news__link_left{
		float: left;
		margin-left: -0.5em;
		margin-right: 0;
	}
	.block-news__event {
		background-image: none;
	}
	.block-news__event-img,
	.block-news__item-img {
		width:auto;
		display: block;
    margin: 0 auto;
	}
	.block-news__item-info {
		padding: 15px;
	}
	.block-news__social-text {
    padding: 0.25em 0;
	}
	.block-news__widget-container {
		text-align: left;
	}
  .block-news__widget-container_mt{
    margin-top: 1em;
  }
}


.partners {
	background-image:url(../img/main_page/partners_background.png);
	background-repeat:no-repeat;
	background-position: 50% 0;
	padding: 8em 0 2em 0;
	min-height: 700px;
}
.partners__header {
	text-align: center;
	font-size: 4em;
	padding-left: 200px;
	font-weight: 700;
}
.partners__slider {
	padding: 2em 0;
}
.partners__slide {
	text-align: center;
	margin: 0 auto;
}
.partners__slide>.container {
	width: 80%;
}

.partners__button-container {
	text-align: center;
	margin-bottom: 2em;
}
.partners__button {
	text-transform: uppercase;
	padding: 0.75em 2.5em;
}
.gallery {
  margin-top:1em;
}
.gallery__header{
  font-size: 24px;
  font-family: 'ProximaNovaBold';
}
@media(max-width: 991px) {
	.partners {
		min-height: auto;
	}
}
@media(max-width: 767px) {
	.partners {
		background-image: none;
		padding: 0;
	}
	.partners__header {
		text-align: left;
		font-size: 2em;
		margin: 0.25em 0;
		padding-left: 0;
	}
	.partners__slider {
		max-width: 500px;
		margin: 0 auto;
		padding: 0.5em 0;
	}
	.partners__slide {
		width: 100%;
		margin: 0;
		display: block !important;
	}
	.partners__slide .col-xs-6 {
		padding: 0 10px;
	}
	.partners__slide>.container {
		width: 100%;
	}
}
/* footer */
footer {
  background: #edf1f4;;
  font-size: 16px;
  padding-top: 25px;
  padding-bottom: 20px;
  margin-top: 90px;
}
.footer__logo-container_aistenok,
.footer__logo-container_jet,
.footer__text-block{
  display: inline-block;
}
.footer__logo-container_aistenok{
  margin-left: -15px;
  cursor: pointer;
}
.footer__logo-container_jet{
  width: 30%;
  margin-left: 10%;
  cursor: pointer;
}
.footer__logo_aistenok{
  width: 90px;
  float:left;
}
.footer__logo_jet,
.footer__copyright {
  float:right;
}
.footer__logo_jet{
  opacity: 0.3;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.footer__logo_jet:hover{
  opacity: 1;
  -webkit-filter: none; 
  filter: none;
}
.footer__copyright {
  width: 60%;
  white-space: nowrap;
}
.footer__text-block {
  vertical-align: top;
  padding-left: 20px;
}
.footer__text-line {
  margin-bottom: 3px;
  padding: 0;
}
@media (max-width: 991px) {
  .footer__text-block {
    padding-left: 10px;
    margin-right: -15px;
  }
}
@media (max-width: 767px) {
  footer {
    text-align: center;
    margin-top: 30px;
    padding-top: 10px;
    padding-bottom: 45px;
  }
  .footer__logo-container_aistenok,
  .footer__logo-container_jet{
    width: 100%;
    padding-top: 2em;
    padding-bottom: 0.5em;
  }
  .footer__logo-container_jet {
    margin-left: 0;
  }
  .footer__copyright {
    width: 70%;
  }
  .footer__logo_aistenok,
  .footer__logo_jet,
  .footer__copyright {
    margin: 0 auto;
    float: none;
  } 
  .footer__text-block{
    padding: 0;
    margin: 0;
  }
}
.footer_no-margin-top {
  margin-top: 0;
}
.page404{
  background-image: url(../img/404_background.png);
  background-repeat: no-repeat;
  background-size: 100%;
}
.page404__img{
  text-align: center;
  margin-top: 100px;
  margin-bottom: 30px;
}
.page404__text{
  text-align: center;
}
.page404__text p{
  text-align: center;
  padding: 0;
}
