@font-face {
  font-family: 'PT Sans';
  /* src: url('../fonts/pt_sans.eot'); IE 9 Compatibility Mode */
  src: /* url('../fonts/pt_sans.eot?#iefix') format('embedded-opentype'),  IE < 9 */
    url('../fonts/pt_sans.woff2') format('woff2'),
    /* Super Modern Browsers */ url('../fonts/pt_sans.woff') format('woff'),
    /* Firefox >= 3.6, any other modern browser */ url('../fonts/pt_sans.ttf') format('truetype'),
    /* Safari, Android, iOS */ url('../fonts/pt_sans.svg#pt_sans') format('svg'); /* Chrome < 4, Legacy iOS */
}

html {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
}

body {
  font-family: 'PT Sans', 'Arial', sans-serif;
  color: #232323;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden;
  white-space: nowrap;
  clip-path: inset(100%);
  visibility: hidden;
}

.button {
  width: 180px;
  box-sizing: border-box;
  display: inline-block;
  padding: 12px 5px;
  font-weight: 700;
  font-size: 17px;
  line-height: 24px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  vertical-align: middle;
  text-align: center;
  text-decoration: none;
  color: #ffffff;
  background-color: #2589de;
  border-radius: 6px;
  border: none;
  cursor: pointer;
}
.button:hover,
.button:focus {
  background-color: #2791eb;
  outline: none;
}
.button:active {
  background-color: #2381d1;
}
.overlay {
  opacity: 1;
  visibility: visible;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(165, 164, 164, 0.5);
  z-index: 2;
  transition: .3s all;
}
.fixed {
  position: fixed;
  top: 10%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 20;
}
.container {
  max-width: 1428px;
  margin: 0 auto;
  padding: 0 48px;
}

@media (max-width: 1370px) {
  .container {
    padding: 0 40px;
  }
}
@media (max-width: 1070px) {
  .container {
    padding: 0 32px;
  }
}
@media (max-width: 770px) {
  .container {
    padding: 0 24px;
  }
}

.checkbox {
  position: relative;
  min-height: 40px;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 12px;
  font-size: 12px;
  font-weight: 400;
}
.checkbox input,
.checkbox input + label {
  display: inline-block;
  position: relative;
  max-width: 240px;
  padding-left: 47px;
  min-height: 40px;
  line-height: 20px;
  vertical-align: middle;
  font-size: 14px;
  font-weight: 400;
  color: #333333;
  margin-bottom: -26px;
}

.checkbox input + label:after{
  content: '';
  position: absolute;
  top: 1px;
  left: 0;
  z-index: 5;
    background: #fff;
  width: 15px;
  height: 15px;
  cursor: pointer;
  display: none;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.checkbox input + label:before{
  content: '';
  position: absolute;
  left: -10px;
  top: 5px;
  z-index: 10;
  opacity: 1;
  display: inline-block;
  line-height: 31px;
  height: 36px;
  width: 36px;
  text-align: center;
  padding-top: 2px;
  font-size: 10px;
  color: white;
  cursor: pointer;
  border: solid 1px;
  border-color: #a8a8a8;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  margin-top: -4px;
  border-radius: 6px;
  font-size: 30px;
}

.checkbox input:checked + label:before{

  content: '\2713';
  background:#82BB33;
  border-color: #82BB33;
 }

.checkbox input[type="checkbox"]{
  margin-left: 7px;
}
.checkbox input[type="checkbox"].checkbox_input{
  width: 0px;
  height:0px;
}



/* ------------------------------------------- */
.main-header {
  margin-bottom: 110px;
  color: #ffffff;

  background-image: url('../images/main-header__bg.jpg');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
}

.main-header__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: 36px;
}
.main-header__logo {
}
.logo {
  max-width: 336px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

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

.logo__images {
  width: 64px;
  height: 84px;
}
.logo__text {

  max-width: 230px;

  margin-bottom: 10px;
  margin-left: 32px;

  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;

  font-size: 17px;
  line-height: 24px;
}
.button--close {
	width: 24px;
	height: 24px;
	background-color: transparent;
	border: none;
	padding: 0px;
}
.button__county {
  position: relative;
  margin-top: 24px;
  margin-bottom: 12px;
  margin-left: 25px;
  width: 216px;
  padding: 12px 0px;
  padding-left: 24px;
  padding-right: 18px;
  text-align: left;
  background-color: #82bb33;
}
.button__county:hover,
.button__county:focus {
  background-color: #8ac736;
  outline: none;
  cursor: pointer;
}
.button__county:active {
  background-color: #79ad2f;
}
.button__county::before {
  position: absolute;
  content: '';
  top: 13px;
  right: 10px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.main-header__special {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  margin-bottom: 12px;
  margin-left: auto;
}
.pick {
  padding: 12px 0px;
  padding-left: 23px;
  padding-right: 19px;
  border: none;
  border-radius: 6px;
  color: #000000;
  background-color: #ffffff;
}
.main-header__special .selectize-control.single .selectize-input,
.main-header__special .selectize-dropdown.single{
  min-width: 100px;
}
.main-header__special .pick{
  padding: 0px;
}
.impaired {
  width: 84px;
  margin-left: 12px;
  padding-top: 14px;
  padding-left: 17px;
  padding-bottom: 14px;
  padding-right: 16.5px;
  border-radius: 6px;
  color: #000000;
  background-color: #fff;
  border: none;
  font-weight: bold;
}
.impaired-font {
  position: relative;
  display: inline-block;
  margin-right: 25px;
  font-size: 12px;
  font-weight: bold;
}
.impaired-font::before {
  position: absolute;
  content: '';
  top: -2px;
  left: 11px;
  width: 16px;
  height: 20px;
  background-image: url('../images/arrow-special.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 900px) {
  .main-header {
    margin-bottom: 55px;
  }
  .button__county {
    order: 1;
    margin-left: 0px;
  }
}
/* @media (max-width: 630px) {
  .button__county {
    order: 0;
  }
} */
@media (max-width: 540px) {
  .main-header__wrapper {
    flex-direction: column;
  }
  .main-header__special {
    margin-left: 0px;
  }
  .button__county {
    order: 1;
  }
  .logo {
    width: 280px;
  }
  .logo__text {
    max-width: 180px;
  }
}

/* ----------------------------------------- */
.promo {
}
.promo__wrapper {
  display: flex;
  flex-direction: column;
}
.promo__box {
  /*max-width: 700px;*/
  margin-top: 35px;
  margin-bottom: 50px;
  display: flex;
}

.promo__heading-container {
  display: flex;
  flex-direction: column;
}

.promo__add-info {
  font-size: 20px;
}

.promo__images {
  max-width: 200px;
  max-height: 160px;
  margin-right: 57px;
  border-radius: 6px;
}
.promo__text {
  /*max-width: 593px;*/
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 51px;
  line-height: 54px;
  font-weight: bold;
}
.promo__wrap {
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;
}
.card {
  flex-grow: 1;
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: 30px;
}
.card__item {
  display: flex;
  max-width: 480px;
  height: 216px;
  border-radius: 6px;
  order: 1;
  flex-grow: 1;
}

.card__inner-wrapper {
  display: grid;
  grid-template-rows: 1fr 1fr;
  grid-row-gap: 10px;
}

/*
*********** Стили для карточки с Контактами: начало ************
*/
.card-contacts-section {
  display: flex;
  flex-direction: column;

  width: 100%;

  padding: 20px 20px;

  color: #000000;

  border-radius: 6px;
  background-color: #ffffff;
}

.card-contacts-section__title {
  margin-top: 0;
  padding-top: 0;
}

.card-contacts-data {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.card-contacts-data__item {
  margin-bottom: 6px;
}

.card-contacts-data__item:last-child {
  margin-bottom: 0;
}

.card-contacts-data__item-link {
  color: #2589de;
  text-decoration: none;
}

.card-contacts-data__item-link:hover,
.card-contacts-data__item-link:focus {
  text-decoration: underline;
}
/* ********* Стили для карточки с Контактами: конец ********* */

.visual {
  width: 144px;
  max-height: 240px;
}
.visual__image {
  width: 144px;
  height: 216px;
  object-fit: cover;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.content {
  box-sizing: border-box;
  padding-top: 19px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
  background-color: #fff;

  color: #232323;
}
.content__title {
  display: block;
  max-width: 236px;
  padding-left: 24px;
  padding-right: 25px;
  margin-bottom: 2px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 18px;
}
.content__desc {
  display: block;
  /*max-width: 236px;*/
  padding-left: 24px;
  padding-right: 25px;
  margin-bottom: 20px;
  font-size: 12px;
  line-height: 17px;

  color: #232323;
  opacity: 0.62;
}
.content__inner {
  background-color: rgba(37, 137, 222, 0.06);
  min-height: 140px;
}
.content__text {
  /*max-width: 227px;*/
  margin: 0px;
  padding-top: 24px;
  padding-left: 24px;
  padding-right: 25px;
  padding-bottom: 15px;

  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 15px;
  /*background-color: rgba(37, 137, 222, 0.06);*/
}
.content__more-title{
  position: relative;
  display: block;
  padding-left: 24px;
  padding-right: 25px;
  padding-bottom: 23px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  color: #2589de;
  background-color: transparent;
  border: none;
  outline: none;

}
.content__more-title:focus {
  opacity: 0.7;
}
.content__more-title::before {
  position: absolute;
  content: '';
  left: 140px;
  top: -5px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon-arrow--2.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.content__more-title::-webkit-details-marker {
  display: none;
}
.content__more {
  background-color: #ffffff;
}
.card__video {
  max-width: 808px;
  min-height: 443px;
  box-sizing: border-box;
  flex-grow: 1;
  padding-top: 23px;
  padding-left: 30px;
  padding-right: 24px;
  padding-bottom: 18px;
  border-radius: 6px;
  margin-right: 12px;

  background-color: rgba(37, 137, 222, 0.2);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;

  color: #ffffff;
}
/*.video {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}*/
.video {
  position: relative;
  /* width: 50%; */
  background-color: rgba(37, 137, 222, 0.2);;
}

.video__link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/promo-video.jpg);
  background-size: cover;
  background-position: center top -30px;
  background-repeat: no-repeat;
  border-radius: 6px;
}
@media (max-width: 860px) {
  .video__link {
	background-position: center center;
  }
}
@media (max-width: 530px) {
  .video__link {
  		background-size: contain;
  }
}

.video__media {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 6px;
}
.video__button {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;


  width: 60px;
  height: 60px;

  cursor: pointer;

  padding: 0;
  border-radius: 50%;
  border: none;


  background-image: url('../images/button__play.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-color: #2589de;
  transform: translate(-50%, -50%);
}
.video:hover {
  cursor: pointer;
}
.video:hover .video__button {
  background-color: #ffffff;
  background-image: url('../images/button__play--active.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.video__button:hover,
.video__button:focus,
.video__button:active {
  background-color: #ffffff;
  background-image: url('../images/button__play--active.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}
.video__button:focus {
  outline: none;
}
.video--enabled {
  cursor: pointer;
}
.video--enabled .video__button {
  display: block;
}

.document {
  position: relative;
  display: flex;
  max-width: 640px;
  align-items: flex-end;
}
.document--main {
  display: flex;
  align-items: flex-start;
  margin-right: 20px;
}
.document__wrapper {
  width: 252px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 84px;
}
.document__text {
  position: relative;
  max-width: 140px;
  /* left: 64px; */

  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 17px;
  color: rgba(255, 255, 255, 0.5);
}
.document__text::before {
  position: absolute;
  content: '';
  top: -5px;
  right: 104px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: #fbdb0a;
  background-image: url('../images/icon-document.svg');
  background-repeat: no-repeat;
  background-position: center;
}

.document__link {
  position: relative;
  width: 190px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  padding: 0px;

  color: #ffffff;
  background-color: transparent;
  border: none;
  text-decoration: none;
  text-align: left;
}
.document__link:focus {
  outline: none;
}
.document__link::before {
  position: absolute;
  content: '';
  top: 1.5px;
  right: -24px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon-arrow.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 420px) {
  .document__navigation {
    flex-direction: column;
  }
  .navigation__button {
    margin-bottom: 20px;
  }
}

.slick-slide{
  box-sizing: border-box;
    display: flex;
    flex-direction: column;
    margin-right: 60px;
    margin-left: 80px;
    margin-bottom: 60px;
    font-family: 'PT Sans', 'Arial', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 17px;
    line-height: 106%;
    text-decoration: none;
}
@media (max-width: 440px) {
	.slick-slide {
	  margin: 0 0;
	}
}
.document__list {
  display: none;
  width: 360px;

  margin: 0;
  padding: 0;
  list-style: none;

  background-color: #fff;
  color: #232323;
  box-shadow: 0px 12px 32px rgba(17, 51, 84, 0.09);
  border-radius: 6px;
}
.document__list.active{
  display: block;
}
.document__list--section {
  display: none;
  width: 100%;
  position: static;
  box-shadow: none;
}
.document__list--section.active {
  display: block;
}
.document__modal {
  position: relative;
  top: -100px;
  left: 250px;
}
@media (max-width: 1080px) {
  .document__modal {
	top: 15px;
    left: -90px;
  }
}
.document__item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  padding-top: 18px;
  padding-left: 30px;
  padding-right: 24px;
  padding-bottom: 20px;
}
.document__item--section {
  padding-top: 19px;
  padding-left: 23px;
}
.document__item:hover {
  background-color: rgba(37, 137, 222, 0.06);
}
.document__link-box {
  display: flex;
  justify-content: space-between;
  margin-top: 18px;
  text-decoration: none;
  color: #232323;
}
.document__link-box:hover .button__document {
  background-color: rgba(37, 137, 222, 1);
  background-image: url('../images/icon-download--active.svg');
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.document__inner {
  display: flex;
  flex-direction: column;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 420px) {
  .document__inner {
	max-width: 200px;
  }
}
.document__title {
  display: block;
  margin-bottom: 5px;
}
.document__date {
}
.button__document {
  position: relative;
  width: 48px;
  height: 48px;
  background-color: rgba(37, 137, 222, 0.09);
  border-radius: 50%;
  border: none;
  background-image: url('../images/icon-download.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.document__title--modal {
  max-width: 230px;
}
/* .button__document:hover {
  background-color: rgba(37, 137, 222, 1);
  background-image: url("../images/icon-download--active.svg");
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
} */
.button__document--video {
  background-image: url('../images/button__play.svg');
  background-color: #2589de;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url('../images/button__play.svg');
}
.document__link-box:hover .button__document--video {
    background-color: #ffffff;
  background-image: url('../images/button__play--active.svg');
}
.document__location {
  position: relative;
  display: inline-block;
  margin-left: 35px;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 106%;
  /* identical to box height, or 18px */

  color: rgba(35, 35, 35, 0.62);
}
.document__location::before {
  position: absolute;
  content: '';
  left: -35px;
  top: -4px;
  width: 24px;
  height: 24px;
  background-image: url('../images/icon__point.svg');
  background-repeat: no-repeat;
  background-position: center;
}
.document__wrap {
  margin-top: 47px;
}
.document__navigation {
  display: flex;
}
.navigation__button {
  width: 290px;
  margin-right: 66px;
  padding: 0px;
  padding-bottom: 15px;
  border: none;
  border-bottom: 6px solid transparent;
  font-style: normal;
  font-weight: bold;
  font-size: 25px;
  line-height: 106%;
  /* or 26px */
  text-align: left;
  background-color: transparent;
  color: #232323;
}
.navigation__button.active {
  border-bottom: 6px solid #2589DE;
  outline: none;
  cursor: pointer;
}
.navigation__button:hover,
.navigation__button:active,
.navigation__button:focus {
  border-bottom: 6px solid #2589DE;
  outline: none;
  cursor: pointer;
}
@media (max-width: 1250px) {
  .promo__wrap {
    flex-direction: column;
    align-items: center;
  }
  .card {
    order: 0;

    width: 100%;
    flex-direction: column-reverse;
    align-items: center;

    margin-bottom: 50px;
  }

  .card__item {
    max-width: 808px;
  }

  .card__video {
    width: 100%;
    margin-bottom: 30px;
  }
}
@media (max-width: 1100px) {
/*  .promo__wrapper {
    align-items: center;
  }*/
  .promo__text {
  }
  .promo__box {
/*    margin-top: 50px;
    margin-bottom: 50px;*/
  }
  .card {
    margin: 0 auto;
    margin-bottom: 40px;
  }
  .document {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  .promo__text {
    font-size: 32px;
    line-height: 1.3;
    text-align: center;
  }
}
@media (max-width: 769px) {
  .card {
    flex-direction: column-reverse;
    align-items: center;
  }
  .card__item {
    /*margin-bottom: 30px;*/
/*    order: 0;*/
  }
  .card__video {
    max-width: 480px;
    height: 271px;
    width: 100%;
    margin-right: 0px;
  }

  .card__inner-wrapper {
    grid-template-rows: 1fr auto;
  }

}
@media (max-width: 600px) {
  .promo__box {
    flex-direction: column;
	align-items: center;
  }
  .promo__images {
	margin-right: 0px;
	margin-bottom: 20px;
  }
}
@media (max-width: 560px) {
  .card__item {
    max-height: auto;
    height: auto;
    flex-direction: column;
	background-color: #ffffff;
  }

  .card-contacts-section {
    width: auto;
  }

  .visual {
	max-width: 312px;
	max-height: 340px;
	width: auto;
	margin: 0 auto;
  }
  .visual__image {
	width: 312px;
	height: 340px;
	object-fit: cover;
	border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
  }
  .content__inner {
    min-height: 145px;
  }
  .content__link {
    padding-bottom: 17px;
  }
}
@media (max-width: 420px) {
  .promo__wrap {
    /*max-width: 320px;*/
  }
  .promo__box {
    flex-direction: column;
  }
  .promo__images {
    margin-right: 0px;
  }
  .card__video {
    height: 203px;
  }
}
@media (max-width: 360px) {
  .card__item {
    width: auto;
  }

}
/* --------------------------------------------- */
.county {
  margin-bottom: 118px;
}
.county__heading {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 51px;
  line-height: 54px;

  color: #232323;
}
.county__wrapper {
}
.county__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  list-style: none;
}
.county__item {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  width: 680px;
  margin-bottom: 24px;
}

.county__image {
  /*max-width: 180px;*/
  width: auto;
  height: 172px;
  /*max-height: 140px;*/
  margin-bottom: 10px;
  border-radius: 6px;
}

.county__title-container {
  margin-left: 10px;
}

.county__title {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 28px;
  /* identical to box height, or 16px */

  color: #232323;
}

.county__add-info {
  margin: 0;
  padding: 0;

  font-family: 'PT Sans', 'Arial', sans-serif;
  font-size: 20px;
}

.county__link {
  display: inline-block;
  margin-bottom: 10px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 15px;
  text-decoration: none;
  color: #2589de;
}
@media (max-width: 1480px) {
  .county__item:nth-child(6n) {
    margin-right: 60px;
  }
}
@media (max-width: 900px) {
  .county {
    margin-bottom: 55px;
  }
  .county__heading {
    font-size: 32px;
    line-height: 1.3;
  }
}
@media (max-width: 770px) {
  .county__item {
    flex-direction: column;

    margin-right: 30px;
    margin-left: 30px;
  }

  .county__title-container {
    margin-left: 0;
  }
}
@media (max-width: 540px) {
  .county {
    margin-bottom: 30px;
  }
}
/* ------------------------------------ */

.more {
  padding-top: 86px;
  background-color: rgba(37, 137, 222, 0.09);
  margin-bottom: 48px;
}

/* --------------------------------------- */
.contacts {
}
.contacts__wrapper {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 35px;
  margin-bottom: 43px;
}
.contacts__wrapper::before {
  position: absolute;
  content: '';
  bottom: 0px;
  height: 1px;
  width: 100%;
  background-color: rgba(35, 35, 35, 0.15);
}
.contacts__content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 650px;
  width: 100%;
}
.contacts__box {
}
.contacts__text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;

  margin: 0px;
  margin-top: 21px;

  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;

  color: #232323;
}
.contacts__text--adress {
}
.contacts__title {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 16px;

  color: #2589de;
}
.contacts__title--phone {
}
.contacts__phone {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;
  font-weight: bold;

  color: #232323;
  text-decoration: none;
}
.contacts__mail {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;

  color: #232323;
  text-decoration: none;
}
.contacts__info {
  margin-top: 21px;
}
.contacts__desc {
  margin: 0px;
  margin-bottom: 6px;
  max-width: 200px;
  font-style: normal;
  font-weight: bold;
  font-size: 12px;
  line-height: 12px;

  color: #232323;
  opacity: 0.24;
}
.contacts__link {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;

  color: #2589de;
  text-decoration: none;
}
@media (max-width: 1070px) {
  .logo__text--contacts {
    max-width: 200px;
  }
}
@media (max-width: 1010px) {
  .contacts__content {
    order: 1;
  }
}
@media (max-width: 640px) {
  .contacts__wrapper {
    flex-direction: column;
  }
  .contacts__wrapper::before {
    display: none;
  }
  .contacts__info {
    margin-bottom: 30px;
  }
  .contacts__content {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .contacts__title {
    margin-left: auto;
    margin-right: auto;
  }
  .contacts__logo {
    flex-wrap: nowrap;
  }
}
/* ---------------------------------------------- */
.feedback {
  margin-bottom: 70px;
}
.feedback__wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.feedback__content {
  max-width: 180px;
  margin-right: 30px;
}

.feedback__title {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 24px;

  color: #232323;
}
.feedback__text {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 18px;

  color: #232323;
  opacity: 0.5;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0;
  left: 0;
  right: 0;
  z-index: 5;
}
.popup--feedback {
  display: none;
  min-height: 100%;
  align-items: center;
  justify-content: center;
}
.popup--feedback.active {
  display: flex;
}
.button__close--feedback {
  position: absolute;
  right: 10px;
  top: 10px;
}
.feedback__form {
  position: relative;
  max-width: 980px;
  width: 100%;
  padding: 30px;
  margin: 0 20px;

  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  background-color: #fff;
  color: #000;
  border-radius: 6px;
  box-shadow: 0px 12px 32px rgba(24, 79, 103, 0.09)
}
.feedback__wrap {
  margin-right: 10px;
}
.form__item {
  box-sizing: border-box;
  width: 360px;
  padding: 7px;
  border: none;
  border-bottom: 1px solid rgba(35, 35, 35, 0.15);
}

.feedback__box {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  flex-grow: 1;
  max-width: 540px;
}
.feedback__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.feedback__message {
  box-sizing: border-box;
  max-width: 540px;
  padding: 23px;

  margin-bottom: 23px;
  border-radius: 6px;

  border: 1px solid rgba(35, 35, 35, 0.15);
  box-sizing: border-box;
  border-radius: 6px;
}
.feedback__checkbox {
  margin-right: 24px;
}
.feedback__personal {
  width: 240px;
  margin: 0px;
  margin-bottom: 20px;
}
@media (max-width: 1010px) {
  .feedback__form {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 770px) {
  .feedback__wrapper {
    flex-direction: column;
    align-items: center;
  }
  .feedback__content {
    margin-right: 0px;
  }
/*  .feedback__form {
    flex-direction: column;
    align-items: center;
  }*/
}
@media (max-width: 580px) {
  .feedback__message {
    height: 150px;
  }
}
@media (max-width: 520px) {
  .feedback__inner {

      flex-direction: column;
      align-items: center;

  }
  .checkbox {
    margin-bottom: 25px;
  }
}
@media (max-width: 480px) {
  .feedback__wrap {
    margin-right: 0px;
    width: 100%;
  }
  .form__item {
    width: 100%;
  }

}
@media (max-width: 400px) {
  .feedback__form {
    padding: 10px;
  }
  .feedback__message {
    height: 110px;
    max-width: 250px;
  }
}
/* -------------------------------------------- */

/*; */
.main-footer {
  padding: 13px 0px;
  background-color: rgba(37, 137, 222, 0.06);
}
.main-footer__wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.copyright {
}
.copyright__text {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;

  color: #232323;
}
.footer-content {
  margin-left: 67px;
  margin-right: auto;

  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;

  color: #232323;
  opacity: 0.38;
}
.develop {
}
.develop__text {

}
.develop__link {
  text-decoration: none;
  font-weight: bold;
  color: #232323;
  opacity: 1;
}
.develop__link:hover {
  text-decoration: underline;
}
.develop__name {
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 17px;
  line-height: 24px;

  color: #232323;
  opacity: 0.38;
}
@media (max-width: 840px) {
  .footer-content {
    margin-right: 30px;
    margin-left: 30px;
  }
}
@media (max-width: 540px) {
  .main-footer__wrapper {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .footer-content {
    margin: 0 auto;
  }
}
/* ---------------------------------------- */
.documents {
  margin-bottom: 100px;
}
.documents__heading {
  margin-bottom: 25px;

  font-style: normal;
  font-weight: bold;
  font-size: 51px;
  line-height: 54px;

  color: #232323;
}

/* ------------------------------------- */
.leaders {
  background-color: rgba(37, 137, 222, 0.09);
  padding-top: 85px;
  padding-bottom: 36px;
}
/* --------------------------------------- */
.slider__wrapper {
}
.slider__wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: baseline;
}
.slider__heading {
  margin: 0;
  margin-bottom: 100px;
  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 51px;
  line-height: 54px;

  color: #232323;
}
.slider__control {
  box-sizing: border-box;
  width: 84px;
  display: flex;
  justify-content: space-between;
  border-radius: 6px;
  background-color: #fff;
}
.slider__control--section {
  background-color: rgba(37, 137, 222, 0.09);
}

.slider__control--section-teachers,
.slider__control--section-students {
  background-color: transparent;
}

.slider__button {
  width: 42px;
  height: 36px;
  border: none;
  /* padding: 8.6px 12.6px; */
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  outline: none;
  border: none;
}

.slider__button--teachers,
.slider__button--students {
  background-color: rgba(37, 137, 222, 0.09);;
}

@media (max-width: 360px) {
  .slider__button {
    width: 28px;
  }
}
.slider__button:hover {
  cursor: pointer;
}
.slider__button--prev {
  background-image: url('../images/arrow__slider.svg');
}
.slider__button--prev:hover,
.slider__button--prev:focus,
.slider__button--prev:active {
  background-image: url('../images/arrow__slider--active.svg');
  transform: rotate(180deg);
}
.slider__button--next {
  transform: rotate(180deg);
  background-image: url('../images/arrow__slider.svg');
}
.slider__button--next:hover,
.slider__button--next:focus,
.slider__button--next:active {
  background-image: url('../images/arrow__slider--active.svg');
  transform: rotate(0deg);
}
.slider__title {
  margin-top: 0px;
  margin-bottom: 55px;
  font-style: normal;
  font-weight: bold;
  font-size: 34px;
  line-height: 106%;
  /* identical to box height, or 36px */

  color: #232323;
}
@media (max-width: 520px) {
  .slider__title {
    max-width: 210px;
  }

}

.gallery-section {
  margin: 0;
  padding: 0;
}

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

.gallery-section__title {
  font-size: 20px;
  line-height: 24px;
}

.slider__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

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

.slick-slider{
  min-width: 0;
}

.slick-list {
  overflow: hidden;
}

.slick-track{
  display: flex;
  align-items: flex-start;
}
.slider__list--banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;

  margin: 0;
  padding: 0;
  list-style: none;
}
.slider--banner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.slider__list--leaders {
    display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (max-width: 820px) {
	slider__list--leaders > .slick-slide {
		margin: 0 auto;
	}
}
.slider__list--teacher,
.slider__list--student {
      display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 50px;
}
.slider__list--partners {
        display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  padding: 0 50px;
}
.slider__item {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  margin-bottom: 60px;

  font-family: 'PT Sans', 'Arial', sans-serif;
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 106%;
  text-decoration: none;
}
.slider__box {
	display: flex;
    flex-direction: column;
	align-items: flex-start;
    max-width: 300px;
    margin: 0 auto;
}
.slider__box:hover {
	cursor: pointer;
}
.slider__box:active,
.slider__box:focus {
  outline: none;
}
/*.slider__item:hover .slider__link {
	opacity: 1;
}*/
.slider__item--banner {
  /*padding: 24px;*/
  background-color: #fff;
  box-shadow: 0px 12px 32px rgba(24, 79, 103, 0.09);
  border-radius: 6px;
  margin-right: 0px;
	height: 230px;
	width: 300px;
    background-repeat: no-repeat;
    background-position: 20px 20px;
}
.slider__item--banner  a {
	display: block;
    max-width: 275px;
	margin-top: 174px;
	margin-bottom: 20px;
	margin-left: 20px;
    text-align: left;

	font-family: PT Sans;
	font-style: normal;
	font-weight: bold;
	font-size: 17px;
	line-height: 106%;
	color: #232323;


}
.slider__item--banner  a:hover,
.slider__item--banner  a:focus {
	color: #2589DE;
	cursor: pointer;
	text-decoration: none;
}
/*
.slider__item--high {
  max-width: 420px;
}
.slider__item--high:nth-of-type(3n) {
  margin-right: 0px;
}
*/
/*
.slider__item--middle {
  max-width: 300px;
  min-height: 180px;
}
.slider__item--middle:nth-of-type(4n) {
  margin-right: 0px;
}
*/
/*
.slider__item--low {
  max-width: 180px;
}
.slider__item--low:nth-of-type(6n) {
  margin-right: 0px;
}
*/
.slider__box {
  text-decoration: none;
}
.slider__image {
  background-color: #fff;
  object-fit: cover;
}
.slider__image--middle {
  width: 300px;
  height: 192px;
}
.slider__image--low {
  width: 180px;
  height: 180px;
}
.slider__image--high {
  width: 420px;
  height: 264px;
}
@media (max-width: 430px) {
  .slider__image--high {
    max-width: 100%;
  }
}
.slider__subtitle {
  font-style: normal;
  font-weight: bold;
  font-size: 17px;
  line-height: 106%;
  /* or 18px */

  color: #232323;
}
.slider__text {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 106%;
  /* or 15px */

  color: #232323;

  opacity: 0.38;
}
.slider__link {
/*  opacity: 0;*/
  position: relative;
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 106%;

  text-align: left;

  /* #2589DE */

  color: #2589de;
  text-decoration: none;
}
.slider__link::before {
  position: absolute;
  content: '';
  top: -2px;
  right: -27px;
  height: 24px;
  width: 24px;
  background-image: url('../images/icon-arrow--2.svg');
  background-repeat: no-repeat;
  background-position: center;
}
@media(max-width: 540px) {
  .slider__heading {
    font-size: 36px;
  }
  .document__wrapper {
    width: auto;
  }
}


.regionsModal{
  display: none;
  padding-top: 53px;
  padding-left: 60px;
  padding-right: 41px;
  padding-bottom: 90px;
  max-width: 1380px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  box-shadow: 0px 12px 32px rgba(24, 79, 103, 0.09);
  max-height: 720px;
}
.regionsModal__mainContent{
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    max-height: 490px;
}
.regionsModal__regionsBlock{
  width: 150px;
      height: auto;
    display: flex;
    flex-direction: column;
    margin-top: 35px;
}
.regionsModal .title{
  color: #232323;
  font-weight: bold;
  font-size: 34px;
  line-height: 106%;
}
.regionsModal .modal-body{
  margin-top: 35px;
  display: flex;
  justify-content: space-between;
}
.regionsModal__regionsLetter{
  color: #2589DE;
  font-weight: bold;
  font-size: 25px;
  line-height: 106%;
  margin-bottom: 18px;
}

.regionsModal__regionsLinksList{
  color: #2589DE;
}
.regionsModal__linksCol{
  position: relative;
  max-width: 360px;
  margin-top: 35px;
  padding-left: 60px;
  color: #232323;
}
.regionsModal__linksCol::before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 1px;
  height: 492px;
  background-color: #232323;
  opacity: 0.09;
}
@media (max-width: 1250px) {
  .regionsModal__linksCol::before {
	display: none;
  }
}
.regionsModal__regionsLinksList a {
  color: #232323;
  font-weight: normal;
  font-size: 17px;
  line-height: 106%;
  text-decoration-line: underline;
  display: block;
  margin-bottom: 18px;
}
.regionsModal__regionsLinksList a:hover {
	color: #2589DE;
	cursor: pointer;
}

.regionsModal__col-link {
	display: block;
	max-width: 360px;
    margin-bottom: 35px;
	font-weight: bold;

    color: #232323;
}
.regionsModal__col-link:hover {
	color: #2589DE;
	cursor: pointer;
}



.detailedModal{
	display: none;
  max-width: 1380px;
  padding: 60px;
  max-height: 720px;
  height: 100vh;
/*  padding-right: 320px;*/
  padding-bottom: 150px;
  box-shadow: 0px 12px 32px rgba(24, 79, 103, 0.09);
  background-color: #fff;
  border-radius: 6px;
}
.detailedModal.active {
	display: block;
}
.detailedModal .modal-body{
  display: flex;
  justify-content: space-between;
}
.detailedModal__imgCol{
  width: auto;
  max-width: 240px;
}
.detailedModal__content{
  width: 100%;
  padding-left: 60px;
}
.detailedModal__img{
  border-radius: 6px;
  max-width: 240px;
}
.detailedModal__imgCol a{
  display: block;
  font-size: 14px;
  line-height: 106%;
  color: #232323;
  font-weight: bold;
  margin-top: 10px;
}
a.detailedModal__phone{
  margin-top: 35px;
}
a.detailedModal__site{
  color: #2589DE;
  font-weight: bold;
  font-size: 17px;
  line-height: 106%;
  margin-top: 31px;
}
.slick-slide img{
  max-width:100%;
}
.modalBreadcrumbs,
.modalBreadcrumbs a{
  font-weight: bold;
  font-size: 12px;
  line-height: 139%;
  color: #232323;
  opacity: 0.5;
  margin-top: 0px;
  margin-bottom: 0px;
}
.detailedModal__title{
  font-size: 34px;
  line-height: 106%;
  color: #232323;
  font-weight: bold;
  margin-top: 13px;
  margin-bottom: 50px;
}
.detailedModal__Content{
  font-size: 17px;
  line-height: 143%;
  color: #232323;
  opacity: 0.8;
}
.fancybox-slide--html .detailedModal .fancybox-close-small{
  padding-top: 41px;
  padding-right: 41px;
  width: 75px;
  height: 75px;
}
@media (max-width: 768px) {
  .fancybox-slide--html .detailedModal .fancybox-close-small {
    padding-right: 10px;
    padding-top: 10px;
    width: 55px;
    height: 55px;
  }
}
.detailedModal .modal-body {
	position: relative;
}
.detailedModal .button--close {
	position: absolute;
	top: 0px;
	right: -30px;
}
@media (max-width: 1250px) {
  .modal-body {
    flex-direction: column;
  }
  .regionsModal__linksCol {
    padding-left: 0px;
  }
  .regionsModal__mainContent {
    /*max-height: 420px;*/
    order: 1;
    overflow-y: scroll;
    scroll-behavior: smooth;
  }
  .detailedModal .detailedModal__content {
    padding-left: 0px;
    margin-bottom: 20px;
  }
}
@media(max-width: 1024px){
  .detailedModal{
    padding-right: 60px;
  }
  .detailedModal {
  	height: auto;
  	max-height: 100%;
  }
}
@media (max-width: 768px) {
  .regionsModal .modal-body {
    /*max-height: 490px;*/
  }
}
@media (max-width: 570px) {
  .detailedModal {
    padding: 30px;
    padding-right: 30px;
  }
}
/* ------------------------------------- */
.teacher {
  padding-top: 53px;
}

/* ------------------------------------- */
.partners {
  padding-top: 86px;
  background-color: rgba(37, 137, 222, 0.09);
  margin-bottom: 48px;
}
/* ------------------------------------- */
/*.modal {
  display: none;
}*/


/*
---------------------------------------
=== Стили для страницы "Ошибка 404" ===
---------------------------------------
*/
.error-page-body {
  margin: 0;
  padding: 0;
}

.not-found-error-page {
  display: flex;
  flex-direction: column;

  width: 100vw;
  min-height: 100vh;
}

.not-found-error-page__emblem-link {
  position: absolute;
  top: 20px;
  left: 20px;

  display: block;
}

.not-found-error-page__main-content {
  margin: auto;
  text-align: center;
}

.not-found-error-page__description {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}

.not-found-error-page__description-heading {
  font-weight: 700;
}

.not-found-error-page__return-button {
  display: inline-block;

  margin-top: 30px;
  padding: 12px 32px;

  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  color: #ffffff;
  text-decoration: none;

  background-color: #95cd69;
  border-radius: 6px;
}


@media (min-width: 768px) {
  .not-found-error-page {
    flex-direction: row;

    width: 100%;
    height: 100%;
  }

  .not-found-error-page__emblem-link {
    order: 2;

    position: static;

    margin: 0;
    margin-right: auto;
    padding: 130px;

    display: flex;
    justify-content: flex-start;
    align-items: center;

    box-shadow: -10px 0 16px -6px rgba(0, 0, 0, 0.1);
  }

  .not-found-error-page__emblem {
    width: 192px;
    height: 252px;
    padding-bottom: 60px;
  }

  .not-found-error-page__main-content {
    order: 1;
    margin-right: 130px;
  }
}
