@charset "UTF-8";
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: inherit; }

html {
  font-size: 62.5%; }
@media (max-width: 74.9375em) {
  html {
    font-size: 56.25%; } }
@media (max-width: 61.9375em) {
  html {
    font-size: 50%; } }
@media (max-width: 47.9375em) {
  html {
    font-size: 43.75%; } }
@media (max-width: 35.9375em) {
  html {
    font-size: 37.5%; } }

body {
  box-sizing: border-box; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.bold {
  font-weight: 700; }

.italic {
  font-style: italic; }

.opacity-0 {
  opacity: 0; }

.link {
  display: inline-block;
  background: white;
  color: #00b25a;
  transition: .5s ease; }
.link:hover {
  transform: scale(1.3);
  box-shadow: 0 0 5px 3px rgba(255, 255, 255, 0.8); }

.news__title {
  margin-top: 60px;
  margin-bottom: 30px;
  text-align: center;
  font-family: 'EuropeCond 700';
  font-size: 24px; }

::-webkit-scrollbar {
  width: 5px; }

::-webkit-scrollbar-track {
  border-radius: 50px; }

::-webkit-scrollbar-thumb {
  background: #00b25a;
  border-radius: 50px; }

.container {
  width: 1140px;
  margin: 0 auto; }
@media (max-width: 74.9375em) {
  .container {
    width: 960px; } }
@media (max-width: 61.9375em) {
  .container {
    width: 720px; } }
@media (max-width: 47.9375em) {
  .container {
    width: 540px; } }
@media (max-width: 35.9375em) {
  .container {
    width: 100%;
    padding: 0 10px; } }

@font-face {
  font-family: 'EuropeCond 400';
  src: url("../fonts/EuropeCond.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EuropeCond.eot?#iefix") format("embedded-opentype"), url("../fonts/EuropeCond.woff2") format("woff2"), url("../fonts/EuropeCond.woff") format("woff"), url("../fonts/EuropeCond.ttf") format("truetype"), url("../fonts/EuropeCond.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'EuropeCond 700';
  src: url("../fonts/EuropeCond-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EuropeCond-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/EuropeCond-Bold.woff2") format("woff2"), url("../fonts/EuropeCond-Bold.woff") format("woff"), url("../fonts/EuropeCond-Bold.ttf") format("truetype"), url("../fonts/EuropeCond-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'EuropeCond 400 Italic';
  src: url("../fonts/EuropeCond-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EuropeCond-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/EuropeCond-Italic.woff2") format("woff2"), url("../fonts/EuropeCond-Italic.woff") format("woff"), url("../fonts/EuropeCond-Italic.ttf") format("truetype"), url("../fonts/EuropeCond-Italic.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'EuropeCond 700 Italic';
  src: url("../fonts/EuropeCond-Bold-Italic.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/EuropeCond-Bold-Italic.eot?#iefix") format("embedded-opentype"), url("../fonts/EuropeCond-Bold-Italic.woff2") format("woff2"), url("../fonts/EuropeCond-Bold-Italic.woff") format("woff"), url("../fonts/EuropeCond-Bold-Italic.ttf") format("truetype"), url("../fonts/EuropeCond-Bold-Italic.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

@font-face {
  font-family: 'Geometria';
  src: url("../fonts/Geometria/Geometria-Bold.eot");
  /* IE9 Compat Modes */
  src: url("../fonts/Geometria/Geometria-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Geometria/Geometria-Bold.woff2") format("woff2"), url("../fonts/Geometria/Geometria-Bold.woff") format("woff"), url("../fonts/Geometria/Geometria-Bold.ttf") format("truetype"), url("../fonts/Geometria/Geometria-Bold.svg#svgFontName") format("svg");
  /* Legacy iOS */ }

body {
  font-family: 'EuropeCond 400', sans-serif;
  font-size: 18px;
  color: #333333; }

::selection {
  color: white;
  background: #00b25a; }

.btn {
  display: block;
  min-width: 120px;
  width: max-content;
  max-width: 100%;
  margin: 0 auto;
  padding: 10px 20px;
  text-align: center;
  border: 2px solid #00b25a;
  border-radius: 50px;
  font-weight: bold;
  color: #00b25a;
  transition: .5s; }
.btn:hover {
  color: white;
  background: #00b25a; }
.btn__current {
  margin-top: 15px; }
@media (max-width: 47.9375em) {
  .btn__current {
    margin-top: 10px; } }
.btn_form-box {
  margin-top: 20px;
  margin-left: 0;
  background: none;
  outline: none; }

.footer {
  padding-top: 65px;
  background: #313131;
  color: white; }
.footer::after {
  display: block;
  background: #1e1e1e;
  height: 30px;
  line-height: 30px;
  text-align: center;
  font-size: 14px;
  color: #565656;
  content: '© 2019 Проект Радовель';
  margin-top: 65px; }
@media (max-width: 35.9375em) {
  .footer::after {
    text-align-last: left;
    padding: 0 5px; } }
.footer__wrapper {
  display: flex;
  align-items: flex-start;
  justify-content: space-between; }
@media (max-width: 47.9375em) {
  .footer__wrapper {
    position: relative;
    padding-top: 65px;
    flex-direction: column;
    align-items: center;
    text-align: center; } }
@media (max-width: 47.9375em) {
  .footer .coat-of-arms {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-110%); }
  .footer .coat-of-arms__text {
    display: flex; }
  .footer .coat-of-arms__img {
    margin-right: 0; } }
.footer .logo-box {
  display: flex;
  align-items: center;
  margin-top: -6px; }
@media (max-width: 61.9375em) {
  .footer .logo-box {
    margin-right: auto; } }
@media (max-width: 47.9375em) {
  .footer .logo-box {
    position: absolute;
    top: 0;
    left: 50%; } }
.footer .logo-box__img {
  width: 56px;
  margin-right: 10px; }
@media (max-width: 74.9375em) {
  .footer .logo-box__img {
    width: 48px; } }
.footer .logo-box__name {
  display: flex;
  flex-direction: column;
  margin-top: -10px; }
.footer .logo-box__main {
  font-family: 'EuropeCond 700';
  font-size: 17px;
  text-transform: uppercase;
  width: 90px;
  color: white;
  letter-spacing: .1em;
  text-align: left; }
@media (max-width: 74.9375em) {
  .footer .logo-box__main {
    font-size: 15px;
    width: 77px; } }
.footer .logo-box__sub {
  font-family: 'EuropeCond 400';
  font-weight: lighter;
  font-size: 10px;
  color: #767676;
  margin-top: -2px;
  text-align: left; }
@media (max-width: 74.9375em) {
  .footer .logo-box__sub {
    font-size: 8.5px; } }
.footer .menu {
  display: flex;
  margin: 5px auto 0;
  align-items: center;
  flex-wrap: wrap; }
@media (max-width: 61.9375em) {
  .footer .menu {
    display: none; } }
@media (max-width: 47.9375em) {
  .footer .menu {
    display: flex;
    flex-direction: column;
    margin: 15px 0; } }
.footer .menu__item {
  display: flex; }
.footer .menu__item/*:not(:first-child)*/ a {
  margin-left: 50px;
  margin-bottom: 10px; }
@media (max-width: 47.9375em) {
  .footer .menu__item/*:not(:first-child)*/ a {
    margin: 8px 0; } }
@media (max-width: 47.9375em) {
  .footer .menu__item {
    width: 100%;
    justify-content: center; } }
.footer .menu__link {
  color: #767676;
  text-decoration: underline;
  font-size: 14px; }
@media (max-width: 74.9375em) {
  .footer .menu__link {
    font-size: 12px; } }
@media (max-width: 47.9375em) {
  .footer .menu__link {
    font-size: 14px;
    margin: 8px 0; } }
.footer .menu__link:hover {
  text-decoration: none; }
.footer .contacts {
  display: flex;
  flex-direction: column; }
.footer .contacts__tel {
  color: white;
  font-size: 20px; }
.footer .contacts__email {
  display: block;
  margin-top: 10px;
  color: #00b25a;
  text-decoration: underline;
  font-size: 16px; }
.footer .contacts__email:hover {
  text-decoration: none; }
.footer .contacts__adress {
  display: flex;
  align-items: center;
  margin-top: 10px; }
.footer .contacts__location {
  margin-right: 10px; }
.footer .contacts__social {
  display: flex;
  margin-top: 10px; }
@media (max-width: 47.9375em) {
  .footer .contacts__social {
    justify-content: center; } }
.footer .contacts__item:not(:last-child) {
  margin-right: 10px; }
.footer .contacts__link {
  display: block;
  width: 25px;
  height: 25px;
  opacity: .4;
  transition: .5s; }
.footer .contacts__link:hover {
  opacity: .8; }
.footer .contacts__icon {
  width: 100%;
  height: 100%;
  fill: #eeeeee; }

.footer .container {
  position: relative; }

.dev {
  display: inline-flex;
  align-items: flex-end;
  position: absolute;
  right: 0;
  bottom: -88px; }
@media (max-width: 35.9375em) {
  .dev {
    right: 5px; } }
.dev__text {
  font-size: 14px;
  color: #565656; }
.dev__logo {
  margin-left: 5px;
  opacity: .7;
  transition: .4s ease; }
.dev:hover .dev__logo {
  opacity: 1; }

.header {
  position: sticky;
  top: 0;
  left: 0;
  z-index: 999;
  background-color: #ffffff;
}

.header::before, .header::after {
  content: '';
  display: block;
  height: .5rem;
  width: 100%; }

.header::before {
  background: linear-gradient(to right, #00b25a, #006225); }

.header::after {
  background-color: #eeeeee; }

.navigation {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 0; }
@media (max-width: 47.9375em) {
  .navigation {
    flex-wrap: wrap; } }

.coat-of-arms {
  display: flex; }
.coat-of-arms__img {
  height: 51px; }
@media (max-width: 74.9375em) {
  .coat-of-arms__img {
    height: 43px; } }
@media (max-width: 61.9375em) {
  .coat-of-arms__img {
    height: 32px; } }
@media (max-width: 35.9375em) {
  .coat-of-arms__img {
    margin-right: 15px; } }
.coat-of-arms__text {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100px;
  font-family: 'Geometria';
  text-transform: uppercase;
  font-size: 11px;
  line-height: 1em;
  color: #72a492;
  margin-right: 20px; }
@media (max-width: 74.9375em) {
  .coat-of-arms__text {
    width: 85px;
    font-size: 9px;
    margin-right: 17px; } }
@media (max-width: 61.9375em) {
  .coat-of-arms__text {
    width: 64px;
    font-size: 7px;
    margin-right: 12px; } }
@media (max-width: 35.9375em) {
  .coat-of-arms__text {
    display: none; } }
.coat-of-arms__text::before {
  flex: 0 0 5px;
  margin: 0 5px 0 5px;
  content: '';
  height: 100%;
  background: linear-gradient(to bottom, #0057b8 0%, #0057b8 50%, gold 50%); }

.logo {
  display: flex;
  align-items: center; }
.logo__img {
  width: 78px;
  margin-right: 1rem; }
@media (max-width: 74.9375em) {
  .logo__img {
    width: 66px; } }
@media (max-width: 61.9375em) {
  .logo__img {
    width: 50px; } }
.logo__name {
  display: flex;
  flex-direction: column; }
@media (max-width: 400px) {
  .logo__name {
    display: none; } }
.logo__main {
  font-family: 'EuropeCond 700';
  /* need 900 */
  font-size: 24px;
  text-transform: uppercase;
  width: 160px;
  letter-spacing: .1em;
  color: #333333; }
@media (max-width: 74.9375em) {
  .logo__main {
    width: 136px;
    font-size: 20.4px; } }
@media (max-width: 61.9375em) {
  .logo__main {
    width: 102px;
    font-size: 15.3px; } }
.logo__sub {
  font-family: 'EuropeCond 400';
  font-weight: lighter;
  font-size: 14px;
  color: #999999;
  margin-top: -3px; }
@media (max-width: 74.9375em) {
  .logo__sub {
    font-size: 11.9px; } }
@media (max-width: 61.9375em) {
  .logo__sub {
    font-size: 9px; } }

.main-menu {
  display: flex;
  margin: 0 auto; 
  flex-wrap: wrap; 
  justify-content: center; }
@media (max-width: 47.9375em) {
  .main-menu {
    order: 1;
    display: none;
    width: 100%;
    margin-top: 20px; } }
@media (max-width: 47.9375em) {
  .main-menu__item {
    width: 100%; } }
.main-menu__link {
  flex-shrink: 0;
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 13px;
  transition: all .5s ease; }
@media (max-width: 74.9375em) {
  .main-menu__link {
    padding: 8.5px 17px;
    font-size: 11px; } }
@media (max-width: 61.9375em) {
  .main-menu__link {
    padding: 6.4px 12.8px;
    font-size: 8px; } }
.main-menu__link:hover {
  font-weight: bold; }
.main-menu__link_active {
  background: linear-gradient(to right, #00b25a, #006225);
  color: white; }
@media (max-width: 47.9375em) {
  .main-menu__link {
    width: 100%;
    font-size: 16px; } }

.social {
  display: flex;
  margin-left: auto; }
.social__item {
  width: 30px;
  height: 30px; }
@media (max-width: 74.9375em) {
  .social__item {
    width: 26px;
    height: 26px; } }
@media (max-width: 61.9375em) {
  .social__item {
    width: 20px;
    height: 20px; } }
.social__item:not(:first-child) {
  margin-left: 1rem; }
.social__icon {
  width: 100%;
  height: 100%;
  fill: #999999;
  transition: all .5s; }
.social__icon:hover {
  fill: #333333; }

.language {
  display: flex;
  margin-left: 3rem; }
.language__link {
  color: #999999;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  text-transform: uppercase;
  border-radius: 50px;
  font-size: 14px; }
@media (max-width: 74.9375em) {
  .language__link {
    width: 34px;
    height: 34px;
    font-size: 12px; } }
@media (max-width: 61.9375em) {
  .language__link {
    width: 26px;
    height: 26px;
    font-size: 9px; } }
.language__link:hover {
  font-weight: bold; }
.language__link_active {
  background: linear-gradient(to right, #00b25a, #006225);
  color: white; }

.menu-checkbox {
  display: none; }
.menu-checkbox:checked + .menu-icon .menu-icon__icon {
  background: transparent; }
.menu-checkbox:checked + .menu-icon .menu-icon__icon::before {
  top: 0;
  transform: rotate(135deg); }
.menu-checkbox:checked + .menu-icon .menu-icon__icon::after {
  top: 0;
  transform: rotate(-135deg); }

.menu-icon {
  margin: 0;
  background: none;
  margin-top: -12px;
  margin-left: 20px;
  cursor: pointer;
  display: none; }
@media (max-width: 47.9375em) {
  .menu-icon {
    display: block; } }
.menu-icon__icon {
  position: relative; }
.menu-icon__icon, .menu-icon__icon::before, .menu-icon__icon::after {
  width: 15px;
  height: 2px;
  background: #999999;
  display: inline-block; }
.menu-icon__icon::before, .menu-icon__icon::after {
  content: '';
  position: absolute;
  left: 0;
  transition: all .2s; }
.menu-icon__icon::before {
  top: -6px; }
.menu-icon__icon::after {
  top: 6px; }
.menu-icon:hover .menu-icon__icon::before {
  top: -8px; }
.menu-icon:hover .menu-icon__icon::after {
  top: 8px; }

.main {
  padding-bottom: 100px; }

.section__title {
  margin-top: 6rem;
  margin-bottom: 3rem;
  text-align: center;
  font-family: 'EuropeCond 700';
  font-size: 32px;
  color: #00b25a; }

.section .block:not(:last-child) {
  margin-bottom: 15px; }

.section .block__img {
  width: 450px;
  float: right;
  margin: 0 0 20px 15px; }
@media (max-width: 47.9375em) {
  .section .block__img {
    width: 100%;
    float: none;
    display: block;
    margin: 0 auto 20px;
    max-width: 450px; } }
.section .block__img_vertical {
  height: 300px;
  width: auto;
  float: right;
  margin-left: 100px; }
@media (max-width: 47.9375em) {
  .section .block__img_vertical {
    margin-left: 20px;
    height: 200px; } }
.section .block__img_full-size {
  display: block;
  width: 60%;
  margin: 0 auto 10px; }
@media (max-width: 47.9375em) {
  .section .block__img_full-size {
    width: 100%; } }

.section .block__title {
  font-size: 18px;
  color: #00b25a;
  margin-bottom: 10px; }

.section .block__text {
  margin-bottom: 25px;
  line-height: 1.5em; }

.section .block::after {
  content: '';
  clear: both;
  display: block; }

.section .block > .list .list__item:first-child {
  margin-top: 5px; }

.list {
  margin-bottom: 25px; }
.list__title {
  margin-bottom: 15px; }
.list__item {
  display: flex;
  line-height: 1.2em;
  margin-bottom: 5px; }
.list__item:before {
  content: '';
  display: block;
  background: #72a492;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  margin: 10px 8px;
  flex-shrink: 0; }

.groups-list {
  display: flex;
  flex-wrap: wrap; }
.groups-list__item {
  width: 25%;
  height: 230px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
  justify-content: center; }
@media (max-width: 61.9375em) {
  .groups-list__item {
    width: 33.33333%; } }
@media (max-width: 47.9375em) {
  .groups-list__item {
    width: 50%; } }
@media (max-width: 35.9375em) {
  .groups-list__item {
    height: 155px; } }
.groups-list__link {
  width: 210px;
  height: 210px;
  border-radius: 10px;
  overflow: hidden;
  position: relative; }
@media (max-width: 35.9375em) {
  .groups-list__link {
    width: 145px;
    height: 145px; } }
.groups-list__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block; }
.groups-list__icon {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  fill: #00b25a; }
.groups-list__title {
  font-family: 'EuropeCond 700';
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.3);
  color: white;
  font-size: 26px;
  text-align: center;
  transition: all .5s; }
@media (max-width: 74.9375em) {
  .groups-list__title {
    font-size: 24px; } }
@media (max-width: 47.9375em) {
  .groups-list__title {
    font-size: 20px; } }
@media (max-width: 35.9375em) {
  .groups-list__title {
    font-size: 17px; } }
.groups-list__title:hover {
  background: rgba(0, 0, 0, 0);
  color: rgba(255, 255, 255, 0); }

.contacts__container {
  display: flex;
  flex-direction: column; }

.contacts__phone, .contacts__email {
  color: #333333; }

.contacts .social {
  margin-left: 0;
  display: flex; }
.contacts .social__item {
  height: 40px;
  width: 40px; }
.contacts .social__item:not(:last-child) {
  margin-right: 10px; }
.contacts .social__icon {
  width: 100%;
  height: 100%;
  fill: #999999;
  transition: all .5s; }
.contacts .social__icon:hover {
  fill: #333333; }

.form-box {
  margin-top: 40px;
  display: flex;
  justify-content: space-between; }
@media (max-width: 61.9375em) {
  .form-box {
    flex-direction: column; } }
.form-box__form {
  display: flex;
  flex-direction: column;
  width: 45%; }
@media (max-width: 61.9375em) {
  .form-box__form {
    width: 100%; } }
.form-box__form > [class^="form-box__"] {
  font-family: inherit;
  font-size: inherit;
  border: none;
  outline: none;
  border-bottom: 3px solid #eeeeee;
  color: inherit;
  padding: 10px 20px;
  width: 100%;
  margin-bottom: 10px;
  transition: .5s; }
.form-box__form > [class^="form-box__"]:hover {
  border-bottom: 3px solid #72a492; }
.form-box__form > [class^="form-box__"]:focus {
  border-bottom: 3px solid #00b25a; }
.form-box__form > [class^="form-box__"]:focus:invalid {
  border-bottom: 3px solid #b32317; }
.form-box__message {
  height: 150px; }
@media (max-width: 61.9375em) {
  .form-box__map {
    width: 100%;
    margin-top: 30px; } }

.block ul li {
  list-style: none;
  display: flex;
  line-height: 1.2em;
  margin-bottom: 5px;
}
.block ul li:before {
  content: '';
  display: block;
  background: #72a492;
  border-radius: 50%;
  height: 6px;
  width: 6px;
  margin: 10px 8px;
  flex-shrink: 0;
}

.doc-list {
  counter-reset: num; }
.doc-list__title {
  margin-bottom: 15px; }
.doc-list__item::before {
  content: counter(num) ". ";
  counter-increment: num;
  color: #00b25a;
  font-weight: 700; }
.doc-list__item {
  line-height: 1.2em;
  margin-bottom: 5px; }
.doc-list__item > .list,
.doc-list__item > .doc-list {
  margin: 5px 0 0 20px; }

.page-nav {
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px; }
.page-nav__item {
  flex: 0 0 25%;
  display: flex;
  align-items: center;
  justify-content: center; }
.block ul li.page-nav__item:before, .block ul li.social__item:before {
  content: '';
  display: none;
}
@media (max-width: 47.9375em) {
  .page-nav__item {
    flex: 0 0 50%;
    margin-bottom: 15px; } }
.page-nav__link {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  height: 221px;
  width: 221px;
  border: 2px solid #eeeeee;
  border-radius: 10px;
  overflow: hidden;
  transition: .5s ease; }
@media (max-width: 74.9375em) {
  .page-nav__link {
    height: 176px;
    width: 176px; } }
@media (max-width: 61.9375em) {
  .page-nav__link {
    height: 136px;
    width: 136px; } }
@media (max-width: 47.9375em) {
  .page-nav__link {
    height: 226px;
    width: 226px; } }
@media (max-width: 35.9375em) {
  .page-nav__link {
    height: 140px;
    width: 140px; } }
.page-nav__link:hover {
  border-color: #00b25a; }
.page-nav__link:hover img {
  transform: scale(1.1); }
.page-nav__link:hover span {
  opacity: 0; }
.page-nav__img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  transition: .5s ease; }
.page-nav__title {
  display: inline-block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  transform: translate(-50%, -50%);
  font-size: 22px;
  font-weight: 700;
  color: white;
  text-shadow: 1px 1px 2px black;
  transition: .5s ease; }
@media (max-width: 61.9375em) {
  .page-nav__title {
    font-size: 16px; } }
@media (max-width: 47.9375em) {
  .page-nav__title {
    font-size: 20px; } }

.primary-list__title {
  font-size: 22px;
  color: #00b25a;
  margin-bottom: 10px; }

.video-block {
  position: relative; }
.video-block:hover .video-block__btn {
  opacity: 1; }
@media (max-width: 61.9375em) {
  .video-block:hover .video-block__btn {
    opacity: 0; } }
.video-block__video {
  width: 100%; }
.video-block__btn-container {
  position: absolute;
  bottom: 20px;
  left: 60px; }
.video-block__btn {
  position: relative;
  width: 40px;
  height: 40px;
  opacity: 0;
  border: none;
  outline: none;
  background: rgba(255, 255, 255, 0.8);
  transition: .6s;
  margin-right: 5px; }
@media (max-width: 61.9375em) {
  .video-block__btn {
    width: 30px;
    height: 30px; } }
.video-block__play-toggle, .video-block__mute-toggle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: .2s;
  fill: #00b25a;
  padding: 5px; }

.actual-info {
  display: block;
  width: 50%;
  margin: 0 auto; }
@media (max-width: 61.9375em) {
  .actual-info {
    width: 75%; } }
@media (max-width: 35.9375em) {
  .actual-info {
    width: 100%; } }
.actual-info .section__title {
  color: #00b25a;
  margin-bottom: 2rem; }
.actual-info .news__list-title {
  text-align: center; }

.transport {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
.transport:target {
  opacity: 1;
  visibility: visible; }
.transport__info {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 90%;
  max-height: 90%;
  padding: 2rem;
  background-color: white;
  overflow: scroll; }
.transport__img {
  width: 100%;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem; }
.transport .section__block-title {
  text-align: center;
  margin-bottom: 1.5rem; }
.transport a {
  color: #333333; }
.transport .list__item + .section__block-text {
  margin-left: 2rem; }

.news {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap; }
@media (max-width: 61.9375em) {
  .news {
    flex-direction: column;
    align-items: center; } }
.news__item {
  width: 49%;
  margin-bottom: 4rem;
  border: 2px solid transparent;
  border-radius: 10px; }
@media (max-width: 61.9375em) {
  .news__item {
    width: 80%; } }
@media (max-width: 47.9375em) {
  .news__item {
    width: 100%; } }
.news__link {
  display: flex; }
.news__img {
  flex: 0 0 220px;
  height: 220px;
  border-radius: 10px;
  margin-right: 18px;
  overflow: hidden; }
@media (max-width: 74.9375em) {
  .news__img {
    flex: 0 0 200px;
    height: 200px; } }
@media (max-width: 61.9375em) {
  .news__img {
    flex: 0 0 150px;
    height: 150px; } }
@media (max-width: 47.9375em) {
  .news__img {
    flex: 0 0 160px;
    height: 160px; } }
@media (max-width: 35.9375em) {
  .news__img {
    flex: 0 0 90px;
    height: 90px; } }
.news__img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block; }
.news__content {
  display: flex;
  flex-direction: column;
  padding: 1rem 0; }
@media (max-width: 35.9375em) {
  .news__content {
    justify-content: space-between; } }
.news__list-title {
  flex: 0 0 35%;
  font-size: 20px;
  color: #333333; }
@media (max-width: 74.9375em) {
  .news__list-title {
    font-size: 18px; } }
@media (max-width: 35.9375em) {
  .news__list-title {
    font-size: 16px; } }
.news__description {
  flex: 0 0 55%;
  font-size: 16px;
  color: #333333;
  overflow: hidden; }
@media (max-width: 35.9375em) {
  .news__description {
    display: none; } }
.news__date {
  flex: 0 0 10%;
  font-size: 12px;
  color: #333333;
  display: flex;
  align-items: flex-end; }

.team-list {
  margin-top: 25px;
  display: flex;
  flex-wrap: wrap; }
.team-list__item {
  width: 25%;
  margin-bottom: 30px;
  transition: .3s ease-out; }
@media (max-width: 61.9375em) {
  .team-list__item {
    width: 33.333333%; } }
@media (max-width: 35.9375em) {
  .team-list__item {
    width: 50%; } }
.team-list__item:hover {
  transform: scale(1.04); }
.team-list__link {
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: .3s;
  padding: 6px; }
.team-list__photo {
  height: 135px;
  margin-bottom: 10px; }
.team-list__name {
  color: #333333;
  text-align: center; }
.team-list__position {
  color: #333333;
  font-size: 16px;
  text-align: center; }

.teachers-details__item {
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all .5s; }
.teachers-details__item:target {
  opacity: 1;
  visibility: visible; }

.teachers-details__block {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75%;
  max-height: 75%;
  padding: 20px;
  background-color: white;
  overflow: scroll; }

.teachers-details__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  color: #72a492;
  text-decoration: none;
  transition: .3s;
  display: block; }
.teachers-details__close-img {
  height: 100%;
  width: 100%;
  z-index: 10000;
  fill: #72a492;
  transition: .3s; }
.teachers-details__close-img:hover {
  transform: scale(1.5);
  fill: #00b25a; }

.teachers-details__photo {
  height: 200px;
  float: left;
  margin-right: 20px; }

.teachers-details__position {
  font-size: 16px;
  margin-bottom: 20px; }

.teachers-details__title {
  font-size: 19px;
  font-weight: 400; }

.teachers-details__info:not(:last-child) {
  margin-bottom: 25px; }

.teachers-details__text:not(:last-child) {
  margin-bottom: 25px; }

.institution,
.schedule {
  border: 0.4rem solid #eee;
  border-radius: 10px;
}
.institution tr,
.institution td,
.schedule tr,
.schedule td {
  border: none;
}
.institution tr td,
.schedule tr td {
  padding: 5px;
  vertical-align: top;
}
.institution tr:not(:last-child) td,
.schedule tr:not(:last-child) td {
  border-bottom: 1px solid #eee;
}
.institution tr td:first-child {
  font-weight: 600;
  border-right: 2px solid #eee;
  width: 31%;
}
.schedule tr td:first-child {
  border-right: 2px solid #eee;
  width: 50%;
}
.schedule tr:first-child td {
  font-weight: 600;
}
.block_content .institution p,
.block .institution p,
.block_content .schedule p,
.block .schedule p {
  margin: 0;
  padding: 0;
}
@media (max-width: 35.9375em) {
  .institution tr td,
  .institution tr td:first-child {
  	display: block;
  	width: 100%;
    border-right: none;
  } 
}
