button:active,
button:focus {
  outline: none;
}
button::-moz-focus-inner {
  border: 0;
}
a{
  color: #1677cf;
}
a:hover{
  color: #4aafed;
}
a:active,
a:focus {
  outline: none;
}
input,
textarea {
  outline: none;
}
input:active,
textarea:active {
  outline: none;
}
:focus {
  outline: none;
}
textarea {
  resize: none;
}
textarea {
  resize: vertical;
}
textarea {
  resize: horizontal;
}
input {
  margin: 0;
}
* {
  box-sizing: border-box;
}
.wrapper {
  width: 100%;
  float: left;
  overflow: hidden;
}
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1280px;
  padding-left: 15px;
  padding-right: 15px;
}
body {
  font-family: Roboto, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.25;
  color: #2e2e2e;
}
header {
  width: 100%;
  float: left;
}
.header_notice{
	background: #00804e;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 40px;
}
.h_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.h_top_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.h_top_left {
  width: 50%;
  padding-right: 10px;
  display: flex;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
}
.h_logo {
  width: 100%;
  float: left;
  max-width: 100px;
  margin-right: 30px;
}
.h_logo a {
  width: auto;
  float: left;
  height: auto;
}
.h_logo a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.site_name {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 18px;
  color: #1677cf;
}
.h_top_right {
  width: 50%;
  padding: 10px 0 10px 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}
.h_top_info {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}
.h_top_info__contacts {
  display: flex;
  width: auto;
  justify-content: flex-start;
}
.h_top_info__item {
  width: auto;
  float: left;
  margin-right: 30px;
}
.h_top_info__item a {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  display: inline-flex;
  align-items: center;
}
.h_top_info__item a:hover{
  color: #f2e236;
}
.h_top_info__item a svg path{
  transition:0.5s;
}
.h_top_info__item a:hover svg path{
  fill:#f2e236;
}
.contacts_soc li a svg path{
  transition:0.5s;
}
.contacts_soc li a:hover svg path{
  fill:#4aafed;
}

.footer_soc li a svg path{
  transition:0.5s;
}
.footer_soc li a:hover svg path{
  fill:#4aafed;
}
.h_lang_list {
  display: flex;
}
.h_lang_list li {
  width: auto;
  float: left;
}
.h_lang_list li:not(:last-child):after {
  content: "|";
  display: flex;
  margin-right: 3px;
  color: #000;
}
.h_lang_list li:not(:last-child) a {
  margin-right: 3px;
}
.h_lang_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
}
.h_lang_list li a:hover{
  color: #4aafed;
}
.h_lang_list li .h_lang_list--active {
  text-decoration: underline;
  color: #4aafed;
}
.h_search {
  width: 100%;
  float: left;
}
.h_search_form {
  width: 100%;
  float: left;
  position: relative;
}
.h_search_form input {
  padding-right: 50px;
}
.h_search_form button {
  position: absolute;
  width: 50px;
  height: 100%;
  right: 0;
  top: 0;
  background: none;
  cursor: pointer;
  border: none;
  display: flex;
  transition: .3s;
  justify-content: center;
  align-items: center;
}
.h_search_form button svg path {
  transition: .3s;
  fill:#1677cf;
}
.h_search_form button:hover {
  background: #1677cf;
}
.h_search_form button:hover svg path {
  fill: #fff;
}
input[type="text"],
input[type="email"] {
  border: 1px solid #1677cf;
  height: 36px;
  width: 100%;
  color: #1677cf;
  padding-left: 15px;
  padding-right: 15px;
}
textarea::placeholder,
input[type="text"]::placeholder,
input[type="email"]::placeholder {
  color: #1677cf;
}

textarea{
  border: 1px solid #1677cf;
  height: 36px;
  width: 100%;
  color: #1677cf;
  padding-left: 15px;
  padding-right: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  min-height: 85px;
  max-height: 140px;
}

.h_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #1677cf;
}
.h_bottom_wrap {
  width: 100%;
  float: left;
}
.h_nav {
  width: 100%;
  float: left;
}
.h_nav_list {
  width: 100%;
  float: left;
  display: flex;
}
.h_nav_list > li {
  width: auto;
  float: left;
  flex: 1 1 auto;
  position: relative;
}
.h_nav_list > li > a {
  width: 100%;
  text-align: center;
  color: #FFF;
  text-decoration: none;
  transition: .3s;
  padding-left: 15px;
  min-height: 50px;
  display: flex;
  font-weight: 500;
  justify-content: center;
  align-items: center;
  padding: 5px;
}
.lang_ru .h_nav_list > li > a{
  font-size: 15px;
  padding-left: 10px;
}
.site_name p.f_name{
  font-size: 17px;
  margin-bottom: 10px;
}
.site_name p.s_name{
    font-size: 20px;
}
.h_nav_list > li:hover > a {
  background: #30b4d8;
  color: #fff;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}
.h_nav_list > li.h_nav_list--haschild:hover:before {
  opacity: 1;
  visibility: visible;
}
.h_nav_list > li.h_nav_list--haschild:hover > .h_nav_list_inside {
  opacity: 1;
  visibility: visible;
}
.h_nav_list > li.h_nav_list--haschild:hover:after {
  opacity: 1;
  visibility: visible;
}

.h_nav_list li.h_nav_list--haschild:hover > .h_nav_list_inside {
  opacity: 1;
  visibility: visible;
}
.h_nav_list_inside .h_nav_list_inside{
  bottom: auto;
  left: 100%;
  top: 0px;
  margin: 0px;
}
.h_nav_list_inside {
  position: absolute;
  width: 350px;
  top: 50px;
  left: 0px;
  padding: 0px;
  background: #FFF;
  z-index: 20;
  transition: 0s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
}

.h_nav > .h_nav_list > .last > .h_nav_list_inside{
  left: auto;
  right: 0px;
}

.h_nav_list_inside li {
  width: 100%;
  float: left;
  position: relative;
  border-bottom: 1px solid #ddd;
}
.h_nav_list_inside li a {
  width: 100%;
  float: left;
  font-size: 15px;
  font-weight: 500;
  padding: 15px 15px;
  color: #1677cf;
  text-decoration: none;
}
.h_nav_list_inside li a:hover {
  text-decoration: none;
  background: #30b4d8;
  color: #fff;
}
.front_top {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  margin-top: 10px;
}
.front_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.front_top_list {
  width: 100%;
  float: left;
  max-width: 400px;
  padding-top: 20px;
  padding-bottom: 20px;
}
.front_top_list li {
  width: 100%;
  float: left;
}
.front_top_list li a {
  width: 100%;
  float: left;
  padding: 10px 20px;
  padding-right: 70px;
  min-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #FFF;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  background: #1677cf;
  transition: .3s;
  border: 1px solid transparent;
}
.front_form_wrap{
  background: #f7f7f7;
  padding: 20px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.front_top_list li a:after {
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  content: "";
  height: 100%;
  background: url("../img/arrow.svg") center no-repeat;
  background-color: #1677cf;
}
.front_top_list li a:hover {
  background: #FFF;
  color: #1677cf;
  border-color: #1677cf;
}
.front_top_list li:not(:last-child) {
  margin-bottom: 40px;
}
.front_top_slider {
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
  position: relative;
}
.front_top_slider li {
  width: 100%;
  flex-shrink: 0;
  float: left;
  position: relative;
}
.front_top_slider li img {
  width: 100%;
  float: left;
  height: 100%;
  z-index: -1;
}
.front_articles_wrap_holder{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  width: 100%;
  gap: 30px;
}
.front_articles_wrap_holder .front_articles_wrap{
  width: calc(50% - 15px);
}
.front_articles_wrap_holder .front_articles_item_head{
  background: #1677cf;
  color: #fff;
}
.front_articles_wrap_holder .news_page_list{
  width: 100%;
  margin-left: 0px;
  margin-right: 0px;
}
.front_articles_wrap_holder .front_articles_item_title{
  font-size:22px;
}
.view_all{
  background: #1677cf;
  color: #fff;
  padding: 7px 15px;
  text-decoration: none;
  margin: 0px auto;
}
.view_all:hover{
  background: #30b4d8;
  color: #fff;
}
.front_top_slider li div.banner_block {
  width: calc(100% - 80px);
  max-width: 625px;
  position: absolute;
  font-weight: 600;
  font-size: 36px;
  color: #fff;
  padding: 25px;
  background: rgb(22 119 207 / 70%);
  left: 40px;
  bottom: 45px;
}
.front_top_slider li div.banner_block p{
  font-weight: 600;
  font-size: 36px;
}

.front_top_slider li div.banner_block p.smalled_banner{

  font-weight: 400;
  font-size: 18px;
}

.front_top_slider li a {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
  z-index: 5;
}
.slick-dots {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 15px;
  display: flex;
  justify-content: center;
}
.front_top_slider .slick-dots{
  bottom: 25px;
  opacity: 0.5;
}
.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  cursor: pointer;
  margin-left: 7px;
  margin-right: 7px;
  background: rgba(138, 138, 138, 0.5);
  border: 1px solid #fff;
}
.slick-dots li button {
  display: none;
}
.slick-dots li.slick-active {
  background: #FFF;
}
.front_about {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.front_about_wrap {
  width: 100%;
  float: left;
  display: flex;
}
.front_about_img {
  width: 100%;
  float: left;
  max-width: 420px;
  padding-right: 20px;
  position: relative;
}
.front_about_img:after {
  position: absolute;
  left: 290px;
  top: 55px;
  bottom: 25px;
  content: "";
  z-index: -1;
  transform: translateX(-100%);
  width: calc(50vw - 610px + 290px);
  background: #1677cf;
}
.front_about_img img {
  width: 100%;
  float: left;
  height: auto;
}
.front_about_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 420px);
}
.front_about_info > p {
  width: 100%;
  float: left;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 15px;
  color: #1677cf;
}
.front_about_info_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.front_about_info_list li {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 25px;
  display: flex;
}
.front_about_info_list_img {
  width: 100%;
  float: left;
  max-width: 65px;
}
.front_about_info_list_img img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.front_about_info_list_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 65px);
  padding-left: 25px;
}
.front_about_info_list_info span {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 15px;
  color: #1677cf;
  text-decoration: underline;
}
.front_about_info_list_info p {
  font-size: 15px;
  color: #1677cf;
}
.front_articles {
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
}
.front_articles_title{
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 30px;
  justify-content: center;
  background: #1677cf;
  color: #fff;
}
.front_articles_title .front_articles_item_head a,
.front_articles_title .front_articles_item_title{
  color: #fff;
}
.front_articles_wrap {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.front_articles_item {
  width: 100%;
  margin-bottom: 20px;
}
.front_articles_item_head {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  border-bottom: 1px solid #1677cf;
}
.front_articles_item_head a {
  padding-right: 15px;
  font-weight: 600;
  font-size: 16px;
  color: #1677cf;
  text-decoration: none;
  transition: .3s;
  display: flex;
  align-items: center;
}
.front_articles_item_head a:hover {
  text-decoration: none;
  color: #30b4d8;
}
.front_articles_item_title {
  width: auto;
  float: left;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 28px;
  position: relative;
}
.front_news_list {
  width: 100%;
  float: left;
}
.front_news_list li {
  width: 100%;
  float: left;
  position: relative;
}
.front_news_list li:not(:last-child) {
  margin-bottom: 20px;
}
.front_news_list_img {
  width: 100%;
  float: left;
}
.front_news_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.front_news_list_info {
  width: 100%;
  float: left;
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
.front_news_list_info a.intro {
  width: 100%;
  float: left;
  font-weight: 500;
  font-size: 15px;
  color: #1677cf;
  margin-bottom: 10px;
  text-decoration: none;
  transition: .3s;
  display: flex;
  align-items: flex-start;
}
/*
.front_news_list_info a.intro:before {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  right: 0;
  bottom: 0;
  content: "";
}
*/
.front_news_list_info a.intro:hover {
  color: #1677cf;
  text-decoration: underline;
}
.front_news_list_data {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  background: #1677cf;
  position: absolute;
  color: #fff;
  padding: 5px 10px;
  top: 0px;
  right: 0px;
}
.front_advert_list {
  width: 100%;
  float: left;
  padding-top: 10px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap
}
.front_advert_list li {
  width: calc(50% - 10px);
  margin: 5px;
  float: left;
  padding: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  border: 1px solid #1677cf;
  padding-bottom: 30px;
}
.front_advert_list a:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    right: 0;
    bottom: 0;
    content: "";
}
.front_advert_list li a {
  font-weight: normal;
  font-size: 16px;
  text-decoration: none;
  transition: .3s;
}
.front_advert_list li a:hover {
  color: #4aafed;
}
.front_advert_list li p span.highlight{
  background: #dedede;
  padding: 1px 5px;
  margin: 0px 3px;
  border-radius: 3px;
}
.front_advert_list li a span.highlight{
  background: #dedede;
  padding: 3px 5px;
  border-radius: 3px;
}
.front_advert_list_data {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.front_science {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}
.front_science_wrap {
  width: 100%;
  float: left;
}
.block_title_wrap {
  width: 100%;
  float: left;
  display: flex;
  padding: 10px;
  margin-bottom: 25px;
  border-bottom: 1px solid #1677cf;
}
.block_title {
  width: 100%;
  float: left;
  text-align: left;
  font-weight: 600;
  font-size: 24px;
  color: #1677cf;
}
.front_science_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.front_science_list li {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
}
.front_science_list li a {
  width: 100%;
  float: left;
  position: relative;
  padding: 20px 15px;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #1677cf;
  border: 1px solid #1677cf;
  transition: .3s;
}
.front_science_list li a:hover {
  background: #30b4d8;
  color: #fff;
  border: 1px solid #30b4d8;
}

.front_science_list_calendar {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.front_science_list_conference {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.front_science_list_conference li {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  border: 1px solid #223773;
  padding: 10px;
}
.front_science_list_conference li > a {
  width: 100%;
  float: left;
  position: relative;
  text-decoration: none;
  font-weight: 600;
  font-size: 18px;
  color: #1677cf;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 5px;
}
.front_science_list_conference li:hover{
  border: 1px solid #30b4d8;
  box-shadow: 1px 0px 3px rgba(0,0,0,0.3);
}
.front_science_list_conference li a:hover{
  text-decoration: underline;
  color: #30b4d8;

}
.conference_date{
  font-size: 15px;
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #131313;
  gap: 5px;
}
.conference_date span{
  font-weight: bold;
}
.conference_material{
  font-size: 15px;
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #131313;
  gap: 5px;
}
.conference_material a{
  font-weight: bold;
  color: #1677cf;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  gap: 5px;
}
.conference_material a:hover{
  text-decoration: none;
  color: #30b4d8;
}
.conference_material a:hover svg path{
  text-decoration: none;
  fill: #30b4d8;
}
.front_partners {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #30b4d8;
  padding: 10px 0;
  margin-bottom: 30px;
}
.front_partners_wrap {
  width: 100%;
  float: left;
}
.front_partners_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.front_partners_list li {
  width: 25%;
  padding: 10px 20px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.front_partners_list li:not(:last-child) {
  border-right: 1px solid #f2e236;
}
.front_partners_list li a {
  display: flex;
  align-items: center;
  color: #FFF;
  font-weight: normal;
  font-size: 13px;
  text-decoration: none;
}
.front_partners_list li a:hover {
  text-decoration: underline;
}
.front_partners_list li a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 50%;
  margin-right: 10px;
}
.front_galleries_img {
  width: 100%;
  float: left;
  height: 350px;
}
.front_galleries_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.front_articles_item--photo .front_galleries_img {
  position: relative;
}
.front_articles_item--photo .front_galleries_img:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  content: "";
  transition: .3s;
  background: url(../img/view.svg) center no-repeat;
  opacity: 0.5;
}
.front_articles_item--video .front_galleries_img {
  position: relative;
}
.front_articles_item--video .front_galleries_img:after {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  content: "";
  transition: .3s;
  background: url(../img/play.svg) center no-repeat;
  opacity: 0.5;
}
.front_articles_item--photo,
.front_articles_item--video {
  position: relative;
}
.front_articles_item--photo:hover .front_galleries_img:after,
.front_articles_item--video:hover .front_galleries_img:after {
  opacity: 1;
}
.front_articles_item--photo a:before,
.front_articles_item--video a:before {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  content: "";
  z-index: 10;
}
footer {
  width: 100%;
  float: left;
  margin-top: 15px;
  background: #1677cf;
  padding-top: 30px;
  color: #FFF;
}
.f_top {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.f_top_wrap {
  width: 100%;
  float: left;
  display: flex;
  align-items: center;
}
.f_logo {
  width: 100%;
  float: left;
  max-width: 100px;
  margin-right: 30px;
}
.f_logo a {
  width: auto;
  float: left;
  height: auto;
}
.f_logo a img {
  width: auto;
  float: left;
  height: auto;
  max-width: 100%;
}
.f_nav {
  width: 100%;
  float: left;
}
.f_nav_list {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
}
.f_nav_list li {
  width: auto;
  float: left;
}
.f_nav_list li a {
  width: auto;
  float: left;
  font-weight: normal;
  font-size: 16px;
  padding: 5px 0px;
  color: #FFF;
  text-decoration: none;
}
.f_nav_list li a:hover {
  text-decoration: none;
  color: #f2e236;
}
.f_middle {
  width: 100%;
  float: left;
  margin-bottom: 10px;
  display: flex;
  justify-content: center;
}
.f_middle_wrap {
  width: 100%;
  float: left;
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between;
}
.f_middle_item {
  padding-right: 20px;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
}
.f_middle_item > *:last-child {
  margin-bottom: 0!important;
}
.f_middle_item:first-child {
  padding-left: 0;
}
.f_middle_item:last-child {
  padding-right: 0;
}
.f_middle_item > span {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.f_middle_item p {
  width: 100%;
  float: left;
  font-weight: normal;
  font-size: 16px;
  margin-bottom: 10px;
}
.f_middle_item > a {
  color: #FFF;
  text-decoration: none;
  transition: .3s;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.f_middle_item > a:hover {
  color: #f2e236;
}
.f_middle_item > a svg path{
  transition:0.5s;
}
.f_middle_item > a:hover svg path{
  fill: #f2e236;
}
.f_bottom {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #1677cf;
  font-size: 12px;
  border-top: 1px solid #fff;
}
.f_bottom_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}
.author span {
  text-decoration: underline;
  margin-right: 3px;
}
.author a {
  color: #FFF;
  font-weight: 600;
}
.author a:hover {
  text-decoration: none;
}
.breadcrumbs {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  background: #FAFAFA;
  border-bottom: 1px solid #EAEAEA;
  margin-bottom: 40px;
}
.breadcrumbs_list {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
  padding-top: 5px;
}
.breadcrumbs_list li {
  width: auto;
  float: left;
  font-weight: 500;
  font-size: 14px;
  color: #1677cf;
  margin-bottom: 5px;
}
.breadcrumbs_list li:not(:last-child):after {
  content: "•";
  margin-left: 5px;
  margin-right: 5px;
}
.breadcrumbs_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  font-size: 14px;
  color: #1677cf;
  font-weight: normal;
}
.page_title_wrap {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
  margin-bottom: 35px;
}
.page_title {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 32px;
  
  text-transform: uppercase;
  color: #1677cf;
}
.page_subtitle{
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 20px;
  text-transform: uppercase;
  color: #1677cf;
    margin: 20px auto;
}
.news_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.news_page_wrap {
  max-width: 800px;
  margin: 0px auto;
  float: none;
  background: #fafafa;
  padding: 15px 25px;
  border: 1px solid #EAEAEA;
  width: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
  
}
.news_page_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
}
.news_page_list li {
  padding-bottom: 30px;
  width: calc(33% - 20px);
  margin: 10px;
  border: 1px solid #ddd;
}
.pager {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
}
.load_more {
  font-weight: 600;
  font-size: 18px;
  text-transform: uppercase;
  color: #FFF;
  width: auto;
  float: left;
  background: #1677cf;
  padding-right: 55px;
  padding-left: 115px;
  min-height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  text-decoration: none;
  transition: .3s;
}
.load_more:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 60px;
  height: 100%;
  content: "";
  background: url(../img/more.svg) center no-repeat;
  background-color: #1677cf;
}
.load_more:hover {
  background: #1677cf;
}
.pager_list {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
}
.pager_list li {
  width: auto;
  float: left;
  margin-left: 2px;
  margin-right: 2px;
}
.pager_list li span,
.pager_list li a {
  width: auto;
  float: left;
  text-decoration: none;
  transition: .3s;
  height: 34px;
  min-width: 38px;
  padding: 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  color: #1677cf;
  background: #fff;
  border: 1px solid #ddd;
}
.pager_list li a:hover {
  color: #1677cf;
}
.pager_list li.active a,
.pager_list li.active span,
.pager_list li .pager_list--active {
  background: #ebebeb;
  color: #1677cf;
}
.science_items_page_list .front_news_list_info a:after {
  display: none;
}
.front_news_list_info p {
  font-size: 15px;
}
.team_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.team_page_wrap {
  width: 100%;
  float: left;
}
.team_page_list {
  width: calc(100% + 20px);
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
}
.team_page_list li {
  width: calc(50% - 20px);
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  background: #f7f7f7;
  transition:0.5s;
}
.team_page_list li:hover{
  opacity: 0.8;
}
.team_page_list li.team_full{
  flex-direction: column;
}
.team_page_list_img {
  width: 100%;
  float: left;
  max-width: 260px;
}
.team_page_list li.team_full .team_page_list_img{
  max-width: 100%;
}
.team_page_list_img img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.team_page_list_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 260px);
  padding: 25px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.team_page_list_info_top {
  width: 100%;
  float: left;
}
.team_page_list_info_top a:after{
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  right: 0;
  bottom: 0;
  content: "";
}
.team_page_list_info_top a,
.team_page_list_info_top span {
  width: 100%;
  float: left;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1677cf;
  margin-bottom: 25px;
  text-decoration:none;
}
.team_page_list_info_top a:hover{
  text-decoration:underline;
}
.team_page_list_info_top p {
  width: 100%;
  float: left;
  margin-bottom: 25px;
  font-size: 15px;
}
.team_page_list_info_bottom {
  width: 100%;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.team_page_list_info_bottom > *:not(:last-child) {
  margin-bottom: 15px;
}
.team_page_list_info_bottom a {
  width: auto;
  float: left;
  display: flex;
  align-items: center;
  text-decoration: none;
  transition: .3s;
  position: relative;
  z-index: 2;
}
.team_page_list_info_bottom a:hover {
  color: #4aafed;
}
.team_page_list_info_bottom a svg{
  margin-right: 5px;
}
.team_page_list_info_bottom a svg path{
  transition:0.5s;
}
.team_page_list_info_bottom a:hover svg path{
  fill: #4aafed;
}
.contacts_page {
  width: 100%;
  float: left;
  display: flex;
  justify-content: center;
}
.contacts_page_wrap {
  width: 100%;
  float: left;
}
.contacts_page_list {
  width: 100%;
  float: left;
}
.contacts_page_list li {
  width: 100%;
  float: left;
}
.contacts_page_list li:not(:last-child) {
  margin-bottom: 30front_formpx;
}
.contacts_page_list_top {
  width: 100%;
  float: left;
  display: flex;
  align-items: stretch;
}
.contacts_page_list_photo {
  width: 100%;
  float: left;
  max-width: 510px;
}
.contacts_page_list_photo img {
  width: 100%;
  float: left;
  height: 100%;
  object-fit: cover;
}
.contacts_page_list_info {
  width: 100%;
  float: left;
  max-width: calc(100% - 510px);
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 25px 25px 25px 25px;
  color: #1677cf;
}
.contacts_page_list_info > *:not(:last-child) {
  margin-bottom: 10px;
}
.contacts_page_list_info span {
  font-weight: 600;
  font-size: 16px;
}
.contacts_page_list_info a {
  text-decoration: none;
  color: #1677cf;
  display: flex;
  align-items: center;
}
.contacts_page_list_info a:hover{
  color: #4aafed;
}
.map {
  width: 100%;
  float: left;
  height: 350px;
}
.content video{
  height: auto!important;
}
.content_wrap p {
  margin-bottom: 20px;
}
strong {
  font-weight: bold;
}
.main_subtitle {
  width: 100%;
  float: left;
  margin-top: 20px;
  font-weight: 600;
  font-size: 24px;
  line-height: 38px;
  
  text-transform: uppercase;
  color: #1677cf;
}
.secondary_subtitle {
  width: 100%;
  float: left;
  margin-bottom: 15px;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  color: #1677cf;
}
.content_wrap_item {
  width: 100%;
  float: left;
  margin-bottom: 40px;
}
.footer_link_old{
    color: #fff;
    text-decoration: none;
    font-size: 15px;
}
.content_wrap_item_head {
  width: 100%;
  float: left;
  text-align: center;
  color: #FFF!important;
  font-weight: 600;
  font-size: 24px;
  
  text-transform: uppercase;
  padding: 15px 20px;
  background: #1677cf;
}
.content_wrap_item_body {
  width: 100%;
  float: left;
  background: rgb(236 255 248 / 50%);
  padding: 25px 20px;
  padding-bottom: 15px;
}
.content ol {
  width: 100%;
  float: left;
  list-style: decimal;
  padding-left: 20px;
}
.content ol li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  list-style-type: decimal;
  padding-left: 5px;
  position: relative;
}
.content ul {
  width: 100%;
  float: left;
}
.content ul li {
  width: 100%;
  float: left;
  margin-bottom: 5px;
  padding-left: 15px;
  position: relative;
}
.content ul li:after {
  position: absolute;
  content: "";
  left: 0;
  top: 8px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #1677cf;
}
.content_wrap_item_footer {
  width: 100%;
  float: left;
  display: flex;
  justify-content: space-between;
}
.body--active {
  height: 100vh;
  overflow: hidden;
}
.close_menu {
  width: 25px;
  height: 25px;
  min-width: 25px;
  padding: 0;
  background: none;
  border: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 15px;
  top: 15px;
  display: none;
}
.close_menu svg {
  width: 100%;
  float: left;
  height: auto;
}
.close_menu svg path {
  fill: #fff;
}
.open_menu {
  width: 25px;
  min-width: 25px;
  height: 25px;
  justify-content: center;
  align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
  display: none;
}
.open_menu svg {
  width: 100%;
  float: left;
}
.open_menu svg path {
  fill: #fff;
}
#order{
  max-width: 100%;
  margin: 10px auto;
}
#feedback{
  max-width: 600px;
  margin: 0px auto;
}
.form_title{
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #1677cf;
  font-size: 24px;
  font-weight: 500;
  line-height: 40px;
}
.input{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  margin: 20px auto;
}
.input textarea{
  background: #1677cf;
  width: 100%;
  border: none;
  color: #FFF;
  padding-left: 15px;
  padding-right: 15px;    
  min-height: 100px;
  max-height: 200px;
}
.input label{
  padding: 5px 5px;
  min-width: 200px;
  font-size: 16px;
  color: #000;
}
.thanks_text{
  display: none;
  background: #1677cf;
  color: #fff;
  padding: 15px 20px;
  text-align: center;
}
.contacts_page_list_info .submit_feedback,
.submit_order,
.submit_feedback{
  background: #1677cf;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  float: right;
  transition:0.5s;
}
.contacts_page_list_info .submit_feedback:hover,
.submit_order:hover,
.submit_feedback:hover{
  background: #4aafed;
  color: #fff;
}
.sort_holder{
  display: flex;
  float: left;
  width: 100%;
  flex-direction: row;
  justify-content: space-between;
}
.sort_description{
  text-align: center;
  font-size: 22px;
  line-height: 30px;
  font-weight: bold;
  background: #1677cf;
  color: #fff;
  margin-bottom: 15px;
}
.sort_form{
      width: 100%;
    display: block;
    background: #efefef;
    padding: 15px 10px;
}
.sort_intro{
  font-size: 18px;
  line-height: 24px;
  display: block;
  float: left;
  margin-bottom: 15px;
  font-weight: 500;
}
.sort_right{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 5px;
    width: calc(65% - 10px);
    justify-content: start;

}
.sort_left{
    display: flex;
    flex-direction: column;
    align-items: start;
    margin: 5px;
    width: calc(35% - 10px);
    justify-content: start;
}
.sort_img{
  display: block;
  width: 100%;
  margin: 10px auto;
}
.sort_img img{
  max-width: 100%;
  display: block;
}
.catalog_file{
  width: 100%;
  float: left;
  padding: 10px 20px;
  padding-right: 70px;
  min-height: 60px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  position: relative;
  background: #1677cf;
  transition: .3s;
  border: 1px solid transparent;
  margin-bottom: 20px;
}
.catalog_file:after{
  position: absolute;
  right: 0;
  top: 0;
  width: 60px;
  content: "";
  height: 100%;
  background: url(/assets/templates/default/img/arrow.svg) center no-repeat;
  background-color: #1677cf;
}
.catalog_file:hover {
    background: #fff;
    color: #1677cf;
    border-color: #1677cf;
}
.galleries{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 100%;
    float: left;
}
.galleries .tpl_galleries{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: calc(25% - 20px);
    margin: 10px;
}
.galleries .tpl_galleries span{
    font-size: 20px;
    line-height: 26px;
    margin: 5px auto;
}
.galleries .tpl_galleries img{
    width: 100%;
    transition:0.5s;
}
.galleries .tpl_galleries:hover span{
    text-decoration: underline;
}
.galleries .tpl_galleries:hover img{
    opacity: 0.8;
}
.f_call svg,
.f_mail svg,
.h_call svg,
.h_mail svg{
  margin-right: 5px;
}
.map_view{
  display: flex;
  flex-direction: row;
  align-items: center;
  float: left;
  width: 100%;
}
.map_view svg{
  margin-right: 5px;
}
.alert_top{
  background: #4aafed;
  color: #fff;
  padding: 5px 5px;
  display: flex;
  text-align: center;
  font-size: 18px;
}
.contacts_call svg,
.contacts_mail svg{
  margin-right: 5px;
}
.front_form{
  display: flex;
  flex-direction: column;
  max-width: 400px;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
}
.front_form_title{
  width: auto;
  padding: 5px 10px;
  font-weight: 600;
  font-size: 24px;
  position: relative;
  margin-bottom: 5px;
}
.front_form input,
.front_form textarea{
  margin-bottom: 5px;
}
.front_form textarea{
  max-width: 100%!important;
  min-width: 100%!important;
}
.contacts_page_list_photo a.map_view{
  margin-top: 20px;
}
.read_more{
  background: #1677cf;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
  flex-direction: row;
  justify-content: center;
  transition: 0.5s;
  width: auto;
  display: flex;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
}
.front_advert_list li:hover a.read_more,
.news_page_list li:hover a.read_more,
.news_page_list li:hover a.read_more,
.read_more:hover{
  background: #4aafed;
  color: #fff;
}
.vustavki_title{
  margin-bottom: 10px;
}
.main_link{
  background: #1677cf;
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  padding: 8px 15px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  transition: 0.5s;
  width: auto;
  margin: 10px auto;
}
.main_link:hover{
  background: #4aafed;
  color: #fff;
  text-decoration: none;
}
.units{
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  float: left;
}
.units .unit{
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 10px;
}
.units .unit .unit_name{
  width: 100%;
  float: left;
  display: flex;
  margin-bottom: 10px;
  justify-content: center;
  background: #1677cf;
  color: #fff;
  font-size: 22px;
  padding: 10px 10px;
}
#number{
  display: flex;
  float: left;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
}
#number > div{
  width: 50%;
}
.disnone{
  display: none;
}

.sitemap{
  max-width: 800px;
  margin: 0px auto;
}
.sitemap ul > li{
  margin-left: 20px;
  position: relative;
}
.sitemap li:before{
  display: block;
  content: "";
  width: 5px;
  height: 5px;
  position: absolute;
  top: 8px;
  left: -12px;
  background: #1677cf;
  background-size: 100%;
  transition: 0.5s;
  border-radius: 50%;
}
.sitemap li:hover:before{
  left: -18px;
}
.sitemap a,
.sitemap span{
  color: #000000;
  text-decoration: none;
}
.sitemap a:hover{
  color: #1677cf;
}

.content h1{
  width: 100%;
  float: left;
  margin-top: 20px;
  font-weight: 600;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #1677cf;
}
.content h2{
  width: 100%;
  float: left;
  margin-top: 20px;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1677cf;
}
.content h3{
  width: 100%;
  float: left;
  margin-top: 10px;
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 22px;
  line-height: 34px;
  text-transform: uppercase;
  color: #1677cf;
}
.content h4{
  width: 100%;
  float: left;
  margin-top: 5px;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  text-transform: uppercase;
  color: #1677cf;
}
.content h5{
  width: 100%;
  float: left;
  margin-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #1677cf;
}
.content a,
.content i,
.content strong,
.content b,
.content div,
.content span,
.content,
.content p{
  line-height: 20px;
  font-size: 16px;
  margin-bottom: 10px;
}
.content strong,
.content b{
  font-weight: bold;
}
.content i{
  font-style: italic;
}
.content a{
  color: #1677cf;
  text-decoration: underline;
}
.content a:hover{
  text-decoration: none;
  color: #4aafed;
}
.content img{
  margin: 5px 0px;
  max-width: 100%;
}
.personal_title{
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
  text-align: left;
  width: 100%;
}

.content table {
    border-spacing: 0;
    border: 1px solid #888;
    width:100%;
    margin: 10px auto;
}

.content table tr th,
.content table tr td {
    vertical-align: middle;
    padding: 5px 10px;
    border: 1px solid #888;
}

.content table tr:nth-child(1) {
    background: #f0f0f0
}

.content table tr:nth-child(2n+1) {
    background: #f4f4f4
}

.content table tr:hover{
    background: #efefef;
}
#alert{
  background: #1677cf;
  display: none;
  padding: 15px 15px;
  position: relative;
  max-width: 100%;
  text-align: left;
}
#alert p{
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}


#preload{
  display: none;
  background: rgba(0,0,0, 0.7);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999999;
}
#preload #loaderImage,
#preload img{
  top: 50%;
  position: fixed;
  left: 50%;
  margin-left: -64px;
  margin-top: -64px;
}
.error_input{
  background: #ffcece!important;
  border: 1px solid #cc0707!important;
  color: #696969!important;
}


.match_container {
  position: absolute;
  right: 0;
  top: 50px;
  background-color: #fff;
  border: 1px solid #dadada;
  overflow: hidden;
  width: 100%;
  z-index: 99999;
  display: none;
}
.search_container ul{
  padding: 5px 10px 5px 10px;
}
.search_container ul li{
  display: block;
  width: 100%;
  text-align: left;
  margin: 5px auto;
  padding: 5px;
}

.search_container ul li a{
  vertical-align: top;
  color: #1677cf;
  text-decoration: none;
}
.search_container ul li a span.highlight{
  background: #4aafec;
  color: #fff;
  padding: 5px;
  border-radius: 3px;
}
.search_container ul .match_product_img{
  position: relative;
  display: inline-block;
  top: auto;
  right: auto;
  left: auto;
  padding-left: 5px;
  text-align: left;
  width: 60px;
}
.search_container ul .match_product_name{
    position: relative;
    display: inline-block;
    color: #333;
    right: auto;
    vertical-align: top;
    left: auto;
    top: auto;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    width: 180px;
    padding-top: 0px;
    max-height: 50px;
    overflow: hidden;
}


.search_container ul li:hover{
  background: #dadada;
}
#overflow_1 {
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1;
}


.pop_close{
  position: absolute;
  top: 0px;
  right: 0px;
  background: #fff;
  font-size: 22px;
  width: 40px;
  text-align: center;
  height: 40px;
  line-height: 36px;
  cursor: pointer;
  color: #333;
  transition:0.5s;
}
.pop_close a{
  color: #ec49a0;
}
.pop_close a:hover {
    color: #ec49a0;
}
.pop_close:hover{
  color: #ec49a0; 
}
#overflow{
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  overflow: hidden;
  z-index: 899;
  overflow: auto;
  overflow-y: none;
  background: rgba(0, 0, 0, 0.55);
}

.chosen-container{
  width: 100%!important;
  outline: none;
  background: none;
  border: none;
  border-radius: 5px;
}
.chosen-container-single .chosen-single{
  line-height: 36px;
  height: 36px;
  outline: none;
  background: #fff;
  box-shadow: none;
  font-weight: bold;
  color: #181818;
  border-radius: 5px;
  border: 1px solid #d1d1d1;
}
.chosen-container-single .chosen-single:hover{
    border: 1px solid #e4227f;

}
.chosen-container-single .chosen-search input[type=text]{
  color: #181818;
}
.order_block .chosen-container-single input[type="text"]:focus{
  color: #181818;
}

.chosen-container-active.chosen-with-drop .chosen-single{
    background: #ffffff;
    border: 1px solid #fff;
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-single div{ 
  width: 36px;
  height: 36px;
}
.chosen-container-single .chosen-single span{
  margin-right: 0px;
}

.chosen-container-single .chosen-single div b{
  background-image: url('../img/icons/drop_down.png')!important;
  background-size: 100%!important;
  background-position: 0px 0px!important;
  transition:transform 0.5s;
}
.chosen-container.chosen-with-drop .chosen-drop{
    border: 0px;
    background: #fff;
    color: #181818;
    font-weight: bold;
    box-shadow: 0px 4px 7px 0px rgba(0, 0, 0, 0.3);
}
.chosen-container-single .chosen-drop,
.chosen-container .chosen-drop{
  border: 1px solid #1677cf;
  border-radius: 0px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}


.chosen-container-single .chosen-single div,
.chosen-container-active.chosen-with-drop .chosen-single div{
  background: #fff;
}
.chosen-container-active.chosen-with-drop .chosen-single div b{
  background-position: 0px 0px;
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.chosen-container .chosen-results li.highlighted{
  background: #1677cf;
  color: #fff;
}
.chosen-container .chosen-results{
  margin: 0px 0px 0px 0;
  padding: 0 0 0 0px;
}
.chosen-container .chosen-results li{
  line-height: 28px;
}


::-webkit-scrollbar { width: 5px; height: 3px;}
::-webkit-scrollbar-track {  background-color: #1677cf;}
::-webkit-scrollbar-track-piece { background-color: #ffffff;}
::-webkit-scrollbar-thumb { height: 50px; background-color: #1677cf; border-radius: 5px;}



header svg path{
  fill:#1677cf;
}

.news_page_wrap_smalled{
	max-height:450px;
	overflow:hidden;
}
.smalled_open{
    max-width: 300px;
    width: 100%;
    font-weight: 500;
    font-size: 15px;
    background: #1677cf;
    color: #fff;
    text-decoration: none;
    transition: .3s;
    display: block;
    position: relative;
    margin: 10px auto;
    text-align: center;
    clear: both;
    padding: 10px 20px;
}
.smalled_open:hover{
	opacity:0.7;
}

.p_holder{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.p_block{
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.p_title{
  cursor: pointer;
  font-size: 22px;
  font-weight: bold;
  background: #227acc;
  color: #fff;
  padding: 15px 20px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  transition:0.5s;
}
.p_title:hover{
  background: #30b4d8;
  color: #fff;
}
.p_inner{
  display: none;
  margin: 10px 0px;
}
.p_block.active .p_inner{
  display: block;
}
.p_block .p_title i{
  transition:0.5s;
}
.p_block.active .p_title i{
  transform: rotate(-180deg);
}
.new_p_inner{
  display: flex;
  flex-direction:column;
}
.new_p_inner li{
  width: calc(100% - 20px);
  margin-bottom: 10px;
  border: 1px solid #ddd;
  padding: 10px;
  display: flex;
  flex-direction:row;
  align-items:center;
}
.new_p_num{
  font-size: 22px;
  margin: 10px;
}
.new_p_img{
  margin: 0px 15px;
}
.new_p_img img{
  display: block;
  width: 100%;
  min-width: 100px;
}
.new_p_info{

}
.new_period_full{
  display: flex;
  flex-direction: column;
}
.new_period_pagetitle{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
.new_perion_info{
  margin-bottom: 5px;
}
.new_period_more{
  transition:0.5s;
  background: #227acc;
  color: #fff;
  width: auto;
  max-width: 130px;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
  margin-top: 5px;
}
.new_period_more:hover{
  text-decoration: none;
  background: #30b4d8;
  color: #fff;
}
.new_period_img{
  margin: 0px 15px;
}
.new_period_img img{
  display: block;
  width: 100%;
  min-width: 100px;
}
.news_page_list.m_journal_blog_new li{
  width: 100%;
  margin: 5px;
  flex-direction: row;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #fcfcfc;
  padding: 0px 10px;
}
.news_page_list.m_journal_blog_new .front_news_list_img {
    width: 200px;
    float: left;
}
.news_page_list.m_journal_blog_new .front_news_list_info {
    width: 100%;
    float: left;
    padding: 10px 15px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
.news_page_list.m_journal_blog_new .front_news_list_data {
    font-size: 14px;
    text-transform: uppercase;
    position: relative;
    color: #000000;
    background: none;
    padding: 5px 0px;
    right: auto;
    top: auto;
    font-weight: bold;
}
.news_page_list.m_journal_blog_new .read_more{
      position: relative;
    font-size: 16px;
    background: none;
    color: #1677cf;
    font-weight: bold;
    text-align: right;
    bottom: auto;
    left: auto;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
}
.news_page_list.m_journal_blog_new li:hover a.read_more, 
.news_page_list.m_journal_blog_new .read_more:hover{
  color: #4aafed;
  background: none;
}
.conference_info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  background: #fafafa;
  padding: 10px 10px;
  border: 1px solid #ddd;
}

.spec{
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  gap: 10px;
}
.spec li{
  display: flex;
  flex-direction: column;
  width: 100%;
  float: left;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 10%);
  overflow: hidden;
}
.spec_author{
  font-size: 22px;
  font-weight: 500;
  line-height: 32px;
  background: #227acc;
  color: #fff;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
.spec_info_holder{
  display: none;
  flex-direction:column;
  width: 100%;
}
li.active .spec_info_holder{
  display: flex;
}
.spec_full_info_holder{
  display: none;
  flex-direction: column;
  width: 100%;
}
li.active .spec_full_info_holder{
  display: flex;
}
.spec_full_info_holder .spec_full_info{
  display: none;
}
.spec_full_info_holder.active .spec_full_info{
  display: block;
  padding: 5px 10px;
}
.spec_full_info_holder .load_spec_full_info{
  display: flex;
  padding: 10px 10px;
  font-size: 18px;
  font-weight: 500;
  flex-direction: row;
  align-items: center;
  gap: 10px;
}
li .spec_author .plus_i{
  display: flex;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
li .spec_author .minus_i{
  display: none;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
}
li .spec_author .plus_i svg path,
li .spec_author .minus_i svg path{
  fill: #fff;
}
li.active .spec_author  .plus_i{
  display: none;
}
li.active .spec_author  .minus_i{
  display: flex;
}


.spec_full_info_holder .load_spec_full_info .plus_i{
  display: flex;
  background: #ebebeb;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
.spec_full_info_holder .load_spec_full_info .minus_i{
  display: none;
  background: #ebebeb;
  width: 32px;
  height: 32px;
  align-items: center;
  justify-content: center;
  border: 1px solid #ddd;
}
.spec_full_info_holder .load_spec_full_info .plus_i svg path,
.spec_full_info_holder .load_spec_full_info .minus_i svg path{
  fill: #1677cf;
}
.spec_full_info_holder .load_spec_full_info:hover .plus_i svg path,
.spec_full_info_holder .load_spec_full_info:hover .minus_i svg path{
  fill: #30b4d8;
}
.spec_full_info_holder.active .load_spec_full_info .plus_i{
  display: none;
}
.spec_full_info_holder.active .load_spec_full_info .minus_i{
  display: flex;
}
.spec_material_holder{
  padding: 5px 10px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.spec_info{
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding: 10px 10px;
}
.spec_info b{
  font-weight: bold;
}
.spec_material{
  font-size: 15px;
  display: flex;
  flex-direction: row;
  width: 100%;
  float: left;
  margin-top: 5px;
  color: #131313;
  gap: 5px;
}
.spec_material a{
  font-weight: bold;
  color: #1677cf;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  gap: 5px;
}
.spec_material a:hover{
  text-decoration: none;
  color: #30b4d8;
}
.spec_material a:hover svg path{
  text-decoration: none;
  fill: #30b4d8;
}
.calendar_block{
  display: flex;
  flex-direction: column;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 15px;
  box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 7%);
  gap: 10px;
}
.calendar_head{
  display: flex;
  flex-direction: row;
  gap: 20px;
  width: 100%;
  align-items: center;
}
.calendar_head img{
  max-width: 300px;
  width: 100%;
}
.calendar_foot .conference_material a{
  font-size: 18px;
  border: 1px solid #ddd;
  padding: 5px 20px;
  min-width: 300px;
}
.content .fancybox{
  position: relative;
  display: inline-block;
}
.content a.fancybox:after{
  display: none;
    background: rgb(255 255 255 / 75%);
    border-radius: 10px;
    content: "";
    background-image: url(../img/search_i.svg);
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    top: calc(50% - 30px);
    left: calc(50% - 30px);
    z-index: 2;
    box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 40%);
}


.content a.fancybox:hover:after{
  display: block;
}
.alert_top span{
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: center;
  gap: 10px;
}
.social_share{
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin: 10px auto;
  gap: 10px;
}
.social_share > span{
  text-decoration: none;
  font-size: 16px;
  color: #1677cf;
  font-weight: 500;
}
.social_share > ul{
  display: flex;
  flex-direction: row;
  gap: 20px;
  font-size: 22px;
}
.social_share > ul > li > a{
  background: #f4f4f4;
  padding: 5px 10px;
  border-radius: 5px;
}
.birthday_block_holder{
  display: flex;
  flex-direction: column;
  width: 100%;
  align-items: center;
  gap: 20px;
  max-width: 800px;
  margin: 0px auto;
  justify-content: center;
  padding: 20px 20px;
  border: 1px solid #EAEAEA;
  background: #FAFAFA;
}
.birthday_block_holder .birthday_block{
  display: flex;
  flex-direction: row;
  width: 100%;
  align-items: center;
  gap: 20px;
  justify-content: center;
  padding: 20px 20px;
  border: 2px solid #1677cf;
  background: #FAFAFA;
}
.birthday_block_holder .birthday_block .birthday_block_l{
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}
.birthday_block_holder .birthday_block .birthday_block_r{
  display: flex;
  flex-direction: column;
  width: calc(50% - 20px);
}
.content .birthday_block_holder .birthday_block .birthday_block_r p,
.content .birthday_block_holder .birthday_block .birthday_block_r b,
.content .birthday_block_holder .birthday_block .birthday_block_r i,
.content .birthday_block_holder .birthday_block .birthday_block_r a,
.content .birthday_block_holder .birthday_block .birthday_block_r span,
.content .birthday_block_holder .birthday_block .birthday_block_r div,
.content .birthday_block_holder .birthday_block .birthday_block_r strong{
  line-height:24px;
  font-size: 18px;
}
.content .birthday_block_holder .birthday_block .birthday_block_l img{
  margin: 0px;
}
@media (max-width: 1199px) {
  .site_name p.f_name{
    font-size: 16px;
  }
  .site_name p.s_name{
    font-size: 18px;
  }
  .breadcrumbs {
    margin-bottom: 25px;
  }
  .page_title_wrap {
    margin-bottom: 20px;
  }
  .f_top_wrap {
    flex-direction: column;
    align-items: center;
  }
  .f_logo {
    margin-right: 0;
    margin-bottom: 25px;
  }
  footer {
    padding-top: 30px;
  }
  .f_top {
    margin-bottom: 35px;
  }
  .f_middle_item {
    padding-left: 15px;
    padding-right: 15px;
  }
  .f_middle_item p {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  .f_nav_list {
    flex-wrap: wrap;
  }
  .content_wrap_item_head {
    font-size: 16px;
  }
  .content ul li:after {
    top: 2px;
  }
  .front_science_list li a {
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .front_science_list li a:after {
    width: 40px;
    background-size: 10px auto;
  }
  .front_science_list_conference li a{
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    padding-left: 10px;
    padding-right: 40px;
  }
  .front_science_list_conference li a:after {
    width: 40px;
    background-size: 10px auto;
  }
  .contacts_page_list_info {
    padding: 20px;
  }
  .contacts_page_list li:not(:last-child) {
    margin-bottom: 35px;
  }
  .team_page_list_img {
    max-width: 200px;
  }
  .team_page_list_info {
    max-width: calc(100% - 200px);
  }
  .team_page_list_info_top span {
    margin-bottom: 15px;
  }
  .front_articles_item_title {
    font-size: 24px;
  }
  .front_articles_item_head a {
    font-size: 14px;
  }
  .block_title {
    font-size: 18px;
  }
  .front_science {
    margin-bottom: 30px;
  }
  .front_partners {
    margin-bottom: 30px;
  }
  .front_galleries_img {
    height: 300px;
  }
  .front_top_slider li div.banner_block{
    font-size: 17px;
    padding: 5px 10px;
  }
  .front_top_slider li div.banner_block p{
    font-size: 16px;
  }
  .front_top_slider li div.banner_block p.smalled_banner,
  .front_top_slider li div p.smalled_banner{
    font-size: 12px;
  }
  .front_about_img:after {
    left: -15px;
    transform: none;
    right: initial;
    width: 100%;
    max-width: 290px;
  }
  .front_about_info_list li {
    width: calc(100% - 20px);
  }
  .front_about {
    margin-bottom: 30px;
  }
  .front_top {
    margin-bottom: 30px;
  }
  .front_articles {
    margin-bottom: 30px;
  }
  .site_name {
    font-size: 16px;
  }
  .h_logo {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {

  .birthday_block_holder .birthday_block{
    flex-direction: column;
  }
  .birthday_block_holder .birthday_block .birthday_block_l,
  .birthday_block_holder .birthday_block .birthday_block_r{
    width: 100%;
  }
  .spec_full_info table{
    min-width: 100%;
  }
  .spec_full_info{
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .content_table table{
    min-width: 100%;
  }
  .content_table{
    width: 100%;
    display: block;
    overflow-y: hidden;
    overflow-x: scroll;
  }
  .front_advert_list li {
    width: calc(100% - 10px);
    margin: 5px;
  }
  .h_top_info__item a,
  .h_lang_list li a{
    color: #fff;
  }
  .h_top_info__item a svg path{
    fill:#fff;
  }
  .h_bottom {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    bottom: 0;
    z-index: 100;
    background: #1677cf;
    padding-top: 42px;
    transition: .3s;
    transform: translateX(-100%);
  }
  .h_bottom--active {
    transform: none;
  }

  .h_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  .h_top_info__contacts {
    flex-direction: column;
    align-items: flex-start;
  }
  .h_top_info__item {
    margin-right: 0;
    margin-bottom: 15px;
  }
  header {
    margin-bottom: 20px;
  }
  .h_nav_list_inside .h_nav_list_inside{
    bottom: auto;
    left: 0%;
    top: 0px;
    transform: translateY(0px);
    margin: 0px;
  }
  .h_nav_list {
    display: flex;
    flex-direction: column;
  }
  .h_nav_list li {
    width: 100%;
    display: flex;
    justify-content: flex-start;
    margin-bottom: 18px;
  }
  .h_nav_list li a {
    width: auto;
    float: left;
    justify-content: flex-start;
    padding: 0;
    min-height: initial;
  }
  .h_nav_list li:hover a {
    color: #FFF;
    background: none;
    box-shadow: none;
  }
  .h_nav_list .h_nav_list--haschild > a {
    position: relative;
    display: flex;
    align-items: center;
  }
  .h_nav_list .h_nav_list--haschild > a:after {
    width: 15px;
    height: 15px;
    display: flex;
    margin-left: 10px;
    min-width: 15px;
    content: "";
    transition: .3s;
    background: url("../img/arrow_bottom.svg") center no-repeat;
  }
  .h_nav_list .h_nav_list--haschild_active:after {
    transform: rotate(180deg);
  }
  .close_menu {
    display: flex;
  }
  .open_menu {
    display: flex;
  }
  .h_top .h_top_info__contacts {
    display: none;
  }
  .h_nav_list_inside {
    position: relative;
    transform: none;
    bottom: initial;
    top: auto;
    opacity: 1;
    visibility: visible;
    background: none;
    padding: 0;
    box-shadow: none;
    transition: none;
    display: none;
    padding-left: 15px;
    padding-top: 15px;
  }
  .h_nav_list_inside li a {
    color: #FFF;
  }
  .h_nav_list li {
    flex-direction: column;
    align-items: flex-start;
  }
  .h_nav_list_inside li:not(:last-child) {
    margin-bottom: 10px;
  }
  .h_nav_list_inside li:last-child {
    margin-bottom: 0;
  }











  .h_nav_list > li > a{
    font-size: 18px;
  }
  .site_name p.f_name{
    font-size: 14px;
    margin-bottom: 5px;
  }
  .site_name p.s_name{
    font-size: 12px;
  }
  .f_nav_list{
    align-items: center;
  }
  .f_middle_item > a{
    width: 100%;
    text-align: center;
    justify-content: center;
  }
  .content video,
  .content img{
    max-width: 100%;
    height: auto!important;
  }
  .sort_holder{
    flex-direction: column;
    justify-content: start;
  }
  .sort_right,
  .sort_left {
    margin: 5px;
    width: calc(100% - 10px);
    justify-content: start;
  }
  .page_title {
    font-size: 18px;
  }
  .page_subtitle{
    font-size: 16px;
  }
  .main_subtitle {
    font-size: 18px;
    margin-top: 0px;
  }
  .secondary_subtitle {
    font-size: 14px;
  }
  .front_news_list_info {
    padding: 15px;
  }
  .front_news_list_info a {
    font-size: 14px;
  }
  body {
    font-size: 14px;
  }
  .front_news_list_info p {
    font-size: 14px;
  }
  footer {
    margin-top: 35px;
  }
  .f_middle_item {
    width: 100%;
    padding: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
  }
  .f_top {
    margin-bottom: 20px;
  }
  .f_middle {
    margin-bottom: 30px;
  }
  .f_middle_item:not(:last-child) {
    border: none;
    border-bottom: 1px solid #f2e236;
  }
  .content_wrap_item_head {
    font-size: 14px;
  }
  .contacts_page_list_photo {
    max-width: 250px;
  }
  .contacts_page_list_info {
    max-width: calc(100% - 250px);
  }
  .map {
    height: 225px;
  }
  .team_page_list li {
    width: calc(100% - 20px);
  }
  .load_more {
    font-size: 14px;
    padding-right: 30px;
    padding-left: 70px;
    min-height: 40px;
    margin-bottom: 20px;
  }
  .load_more:after {
    width: 40px;
  }
  .pager {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .pager_list li a {
    font-size: 10px;
  }
  .pager_list li a {
    min-width: 20px;
  }
  .front_partners_list li {
    width: 50%;
  }
  .front_partners_list li:not(:last-child) {
    border: none;
  }
  .front_partners_list li:nth-child(odd) {
    border-right: 1px solid #f2e236;
  }
  .front_top_wrap {
    flex-direction: column;
    align-items: center;
  }
  .front_top_list {
    max-width: 100%;
  }
  .front_top_slider {
    max-width: 100%;
  }
  .slick-dots li {
    width: 7px;
    height: 7px;
    margin-left: 4px;
    margin-right: 4px;
  }
  .front_top_slider li div.banner_block {
    width: calc(100% - 30px);
    left: 15px;
    bottom: 25px;
  }
  .front_top_list li a {
    font-size: 16px;
    padding-left: 15px;
    min-height: 40px;
  }
  .front_top_list li a:after {
    width: 40px;
    background-size: 10px auto;
  }
  .front_top_list li:not(:last-child) {
    margin-bottom: 10px;
  }
  .front_top_list {
    padding-bottom: 0;
  }
  .front_top {
    margin-bottom: 30px;
  }
  .slick-dots {
    bottom: 8px;
  }
  .front_about_wrap {
    flex-direction: column;
    align-items: center;
  }
  .front_about_info {
    width: 100%;
    max-width: 100%;
  }
  .front_about_img {
    margin-bottom: 40px;
    padding-right: 0;
  }
  .front_about_img:after {
    bottom: -20px;
  }
  .h_top_wrap {
    flex-direction: column;
    align-items: center;
  }
  .h_top_left {
    width: 100%;
    padding-right: 0;
  }
  .h_top_right {
    width: 100%;
    background: #1677cf;
    padding: 10px 10px;
  }
  .h_logo {
    max-width: 80px;
  }
  .h_top_right {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
  }
  .h_top_info {
    width: 100%;
    max-width: 70px;
    padding-left: 45px;
    margin-bottom: 0;
  }
  .h_lang_list {
    margin-bottom: 20px;
  }
  .news_page_list li {
    width: calc(50% - 20px);
  }
  .h_nav_list_inside li{
    border-bottom: none;
  }
  .birthday_block_holder{
    padding: 10px 10px;
  }
}
@media (max-width: 767px) {
  .front_articles_wrap_holder{
    gap:20px;
    flex-direction:column;
  }
  .front_articles_wrap_holder .front_articles_wrap{
    width: 100%;
  }
  .calendar_head{
    flex-direction: column;
  }
  .calendar_foot .conference_material a{
    min-width: 100%;
  }
  .calendar_foot .conference_material{

    justify-content: center;
  }
  .news_page_list.m_journal_blog_new li{
    flex-direction: column;
  }
  .news_page_list.m_journal_blog_new .front_news_list_img{
    width: 100%;
    max-width: 320px;
  }
  .p_title{
    font-size: 16px;
  }
  .new_p_num{
    margin: 0px;
  }
  #number{
    flex-direction: column;
  }
  #number > div{
    width: 100%;
  }
  .galleries .tpl_galleries{ 
      width: calc(50% - 10px);
      margin: 5px;
  }
  .content_wrap_item img{
    display: block;
    width: 100%;
    height: auto!important;
  }
  .input{
    flex-direction: column;
    justify-content: start;
    align-items: start;
  }
  .input label{
    max-width: 100%;
  }
  .news_page_list li {
    width: calc(100% - 20px);
  }
  .content_wrap_item_footer {
    flex-direction: column;
  }
  .content_wrap_item_footer p:first-child {
    margin-bottom: 0;
  }
  .f_bottom_wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .copyright {
    margin-bottom: 10px;
  }
  .f_middle {
    margin-bottom: 15px;
  }
  .f_top {
    margin-bottom: 10px;
  }
  .content_wrap_item_head {
    font-size: 12px;
  }
  .front_science_list li {
    width: calc(100% - 20px);
  }
  .front_science_list_conference li {
    width: calc(100% - 20px);
  }
  .breadcrumbs_list li {
    font-size: 12px;
  }
  .breadcrumbs_list li a {
    font-size: 12px;
  }
  .contacts_page_list_photo {
    max-width: 100%;
  }
  .contacts_page_list_info {
    max-width: 100%;
  }
  .contacts_page_list_top {
    flex-direction: column;
  }
  .team_page_list li {
    flex-direction: column;
    align-items: center;
    padding: 15px;
  }
  .team_page_list_img {
    max-width: 225px;
  }
  .team_page_list_info {
    max-width: 100%;
    align-items: center;
    text-align: center;
    padding: 0;
    padding-top: 15px;
  }
  .team_page_list_info_bottom {
    justify-content: center;
    align-items: center;
  }
  .front_partners_list li {
    width: 100%;
  }
  .front_partners_list li:nth-child(odd) {
    border: none;
  }
  .front_partners_list li:not(:last-child) {
    border-bottom: 1px solid #f2e236;
  }
  .front_partners_list li a {
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  .front_partners_list li a img {
    margin-bottom: 10px;
    max-width: 100px;
  }
  .front_partners_list li {
    justify-content: center;
    text-align: center;
  }
  .front_articles_item {
    width: calc(100%);
  }
  .front_articles_item:not(:last-child) {
    margin-bottom: 20px;
  }
  .front_articles_item_head a {
    font-size: 0;
  }
  .front_advert_list li a {
    font-size: 14px;
  }
  .front_articles {
    margin-bottom: 30px;
  }
  .block_title {
    font-size: 16px;
  }
  .front_articles_item_title {
    font-size: 18px;
    padding: 10px;
  }
  .front_galleries_img {
    height: 225px;
  }
  .front_about_info_list_info {
    padding-left: 15px;
  }
  .header--active {
    box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.25);
  }
  .header--active .h_logo {
    max-width: 50px;
    margin-right: 10px;
  }
  .header--active .site_name {
    font-size: 10px;
  }
  .header--active .h_top_left {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .header--active .h_top_right {
    padding-top: 10px;
    padding-bottom: 10px;
  }


  .content h1{
    font-size: 24px;
    line-height: 32px;
  }
  .content h2{
    font-size: 20px;
    line-height: 28px;
  }
  .content h3{
    font-size: 20px;
    line-height: 26px;
  }
  .content h4{
    font-size: 18px;
    line-height: 26px;
  }
  .content h5{
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 374px) {
  .site_name {
    font-size: 12px;
  }
}
