@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Light RU"), local("KelsonSans-LightRU"),
    url("../fonts/kelsonsanslightru.woff2") format("woff2"),
    url("../fonts/kelsonsanslightru.woff") format("woff"),
    url("../fonts/kelsonsanslightru.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Regular RU"), local("KelsonSans-RegularRU"),
    url("../fonts/kelsonsansregularru.woff2") format("woff2"),
    url("../fonts/kelsonsansregularru.woff") format("woff"),
    url("../fonts/kelsonsansregularru.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Kelson Sans";
  src: local("Kelson Sans Bold RU"), local("KelsonSans-BoldRU"),
    url("../fonts/kelsonsansboldru.woff2") format("woff2"),
    url("../fonts/kelsonsansboldru.woff") format("woff"),
    url("../fonts/kelsonsansboldru.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}

@keyframes pulsation {
  0% {
    opacity: 1;
    transform: scale(0);
  }
  75% {
    opacity: 0.6;
    transform: scale(0.75);
  }
  100% {
    opacity: 0;
    transform: scale(1);
  }
}
html {
  scroll-behavior: smooth;
}

body {
  background:  #fff;
  /*font-family: "Roboto Condensed", open-sans, sans-serif;*/
  color: #222;
  font-size: 1rem;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1;
}
.h1 {
  font-size: 5rem;
  font-weight: 700;
}
.h2 {
  font-size: 1.8rem;
  font-weight: 700;
}
.h3,
h3 {
  font-size: 1.2rem;
  font-weight: 600;
}
h4,
.h4 {
  font-size: 1.3rem;
  text-transform: uppercase;
  font-weight: 700;
}

@media (max-width: 992px) {
  .h4 {
    font-size: 1.1rem;
  }
}
ul,
ol {
  list-style-position: inside;
  list-style-image: url("../images/circle.png");
}

a {
  color: #00a0e3;
  text-decoration: none;
}

a:hover {
  color: #00a0e3;
  text-decoration: underline;
}
a:focus {
  color: #00a0e3;
  text-decoration: none;
}
img {
  max-width: 100%;
}

.content .btn-primary {
	color: #fff;
	background-color: #2f86d5;
	border-color: #2f86d5;
	border-radius:2rem;
	padding:8px 25px;
}

.content .btn-primary:hover,
.content .btn-primary:focus {
	background-color: #1160a9;
	text-decoration:none;
}


.white {
  background: #fff;
}

.dark {
  background: #555555;
}

.dark-red {
  background: #bb3701;
}
.gray {
  background: #f2f2f2;
}
.violet {
  background: #5d66a1;
}
.blue {
  background: #1d93c2;
}
.blue-light {
  background: #59c3db;
}
.font-dark {
  color: #333333 !important;
}
.strong {
  font-weight: bolder;
}
.underline {
  text-decoration: underline;
}
.uppercase {
  text-transform: uppercase;
}
.small {
  font-size: 0.9rem !important;
}
.moduletable .norm {
  font-size: 1rem;
  font-weight: normal;
  text-transform: none;
  text-align: left;
  line-height: 1.4;
}
/*header*/
header{
	background:#09567c;
	border-bottom:5px solid #fff;
}
header a {
	color:#fff;
}
header a:hover {
	color:#afdaff;
}

.treg {
  position: absolute;
  right: -0.1px;
  top: 0;
  width: 46vw;
  z-index: -1;
  pointer-events: none;
}
.logo img {
  max-height: 100px;
  float: left;
  margin-right: 20px;
}
.logo a {
  font-size: 1.6rem;
  color: #fff;
  font-weight: 600;
  line-height: 1.2;
}
.logo a:hover {
  text-decoration: none;
  color: #fff;
}
.logo a span {
  line-height: 1.1;
}

.logo .head-name2 {
	color: #ffffff;
	/* text-shadow: 0px 1px 3px rgba(0,0,0,0.5); */
	font-weight: normal;
	text-transform: none;
	line-height: 20px;
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 1.1rem;
}
.logo .head-name2 span {
	background: #f2b600;
	padding: 3px 9px 3px;
	display: inline-block;
	border-radius: 4px;
}
.logo h1.head-name {
	font-size: 1.6rem;
	font-weight: 700;
}
.logo .head-name a {
	color: #444;
	font-size: 26px;
	line-height: 1.3;
	letter-spacing: 0px;
	font-weight: 700;
	margin-top: 5px;
	margin-bottom: 10px;
	text-transform: uppercase;
}

.number-phone {
  font-size: 1rem;
  color: #fff;
  z-index: 10;
}
.number-phone i {
  font-size: 0.9rem;
  color: #ffcd37;
  margin-right: 7px;
}
.number-phone .soc i {
	font-size:1.6rem;		
}
.number-phone .soc i:hover {
  color: #ffda11;
}
.moduletable-search .form-control {
  text-transform: uppercase;
  color: #4b4a4a;
  font-size: 0.6rem;
  height: calc(1.5rem + 2px);
  padding: 0.1rem 0.2rem;

  border-radius: 0;
  border-bottom: 2px solid #fff;
}
.moduletable-lang {
  text-align: center;
}
.moduletable-lang ul {
  display: inline;
  list-style: none;
  padding-left: 0;
}
.moduletable-lang ul li {
  display: inline;
  margin: 7px;
}
.moduletable-lang ul li a {
  background: #fff;
  padding: 2px 10px;
  border-radius: 3px;
  color: #5d669f;
  font-size: 0.9rem;
}
.moduletable-lang ul li a:hover,
.moduletable-lang li.lang-active a {
  text-decoration: none;
  background: #eeaa08;
  color: #fff;
}
.navbar-brand {
  display: inline;
  white-space: normal;
  margin-right: 0;
}
.navbar-brand a {
  display: flex;
  align-items: center;
}
.moduletable.search {
  display: flex;
  justify-content: end;
}
.search .inputbox {
  border: none;
  color: #5c66a1;
  float: left;
  margin: 0;
  padding: 0px 5px 0px 10px;
  height: 30px;
  width: 80%;
  border-radius: 4px 0px 0px 4px;
  font-size: 0.98rem;
}
.search .button {
  background: url("../images/icon-search.png") no-repeat scroll center center
    rgba(0, 0, 0, 0.2);
  background-size: 60% auto;
  border: none;
  text-indent: -999em;
  width: 30px;
  height: 30px;
  cursor: pointer;
  margin: 0;
  padding: 0;
  border-radius: 0px 4px 4px 0px;
  transition: all 0.3s ease 0s;

  display: block;
  float: left;
}

.header-btn {
  padding: 10px 1vw;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  z-index: 6;
  cursor: pointer;
  border: none;
  border-radius: 10px;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#fbd542),
    to(#fbd542)
  );
  background-image: linear-gradient(to top, #fbd542 0%, #fbd542 100%);
  position: relative;
  color: #fff;
  -webkit-box-shadow: 0 8px 13px rgba(227, 192, 59, 0.49),
    inset 0 -4px 1px #e3c03b;
  box-shadow: 0 8px 13px rgba(227, 192, 59, 0.49), inset 0 -4px 1px #e3c03b;
  color: #282828;
  width: 55%;
  line-height: 1.4;
}

.header-btn:hover {
  text-decoration: none;
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}
.header-contacts__text {
  color: #fff;
  font-size: 0.8rem;
}

@media (max-width: 1200px) {
  .sitename {
    font-size: 2rem;
  }
  .text-logo {
    padding: 0px 20px 10px 20px;
  }
}
@media (max-width: 992px) {
  header {
    background-size: cover;
    background-position: 10%;
  }
  .moduletable-lang ul li a {
    padding: 2px 2px;
  }
  .header-btn {
    width: 85%;
  }
}

@media (max-width: 768px) {
  .logo a {
    font-size: 1.2rem;
  }
.logo h1.head-name {
	font-size: 1.4rem;
}
  .logo img {
    max-height: 70px;
    margin-right: 10px;
  }
  .top-text {
    font-size: 0.6rem;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .number-phone {
    font-size: 0.9rem;
  }
  .top-left {
    padding-right: 0px;
    padding-left: 0px;
    text-align: center;
  }
  .header-block {
    margin-top: 65px;
    height: 55px;
  }
  .moduletable-lang ul li a {
    padding: 2px 10px;
  }
}
@media (max-width: 578px) {
  .logo a {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 0px 1px 8px #003f59;
  }
  .logo a span {
    font-size: 1.1rem;
  }
  .logo a {
    font-size: 1.1rem;
    color: #fff;
    text-shadow: 0px 1px 8px #003f59;
  }
}

@media (max-width: 450px) {
  .tagline {
    font-size: 0.5rem;
  }
}
.moduletable-search .btn-info {
  background-color: #8e8e8e;
  border-color: #8e8e8e;
  padding: 0.5px 0.3rem;
  margin-left: 5px;
}
.moduletable-search .btn-info:hover {
  background-color: #00aad1;
  border-color: #00aad1;
}

.button-call {
  border: 2px solid #70cef3;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 1rem;
  background: #10bbe9;
  font-family: "Kelson Sans";
}
.button-call:hover {
  background: #1b9fda;
  color: #fff;
}
.button-form {
  background: #0890cc;
  border: none;
}
.button-form:hover {
  background: #65b5f9;
}
/**/

/*меню*/
.top-menu {
  -webkit-box-shadow: 0 0 75px rgba(40, 40, 40, 0.2);
  box-shadow: 0 0 65px rgba(40, 40, 40, 0.2);
  border-radius: 10px;
  border: 1px solid #e7e7e7;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 16;
  padding: 0 1.2vw;
}
.menu a {
  margin: 5px 20px 2px 20px;
  display: block;
  color: #303030;
  font-size: 1rem;
  font-weight: 600;
  transition: 0.2s;
}
.menu>li>a {
  border-bottom: 3px solid #fff;
}
.menu > li > a:hover {
  color: #303030;
  text-decoration: none;
  border-bottom: 3px solid #09777c;
}
.menu>li.active>a {
  color: #303030;
  border-bottom: 3px solid #09777c;
}
#sideModalmenu .menu a {
  font-size: 0.9rem;
  margin: 5px 10px;
}
.fa-bars {
  color: #09777c;
}
li.parent:hover > .dropdown-menu {
  display: block;
}

.dropdown-toggle::after {
  margin-left: 0.38em;
  vertical-align: 0.01em;
  border-left: 0.3em solid;
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
}
.dropdown-toggle:focus::after,
.dropdown-toggle:active::after,
li:hover > .dropdown-toggle::after,
.active .dropdown-toggle::after {
  margin-left: 0.1em;
  vertical-align: 0.155em;
  border-top: 0.3em solid;
  border-right: 0.3em solid transparent;
  border-bottom: 0;
  border-left: 0.3em solid transparent;
}

@media (max-width: 992px) {
  .menu li.active a {
    border: none;
  }
  .dropdown-toggle::after {
    border: none;
  }
  .dropdown-toggle:focus::after,
  .dropdown-toggle:active::after,
  li:hover > .dropdown-toggle::after,
  .active .dropdown-toggle::after {
    border: none;
    margin-left: 0.38em;
  }
}

.dropdown-menu {
  text-align: left;
  border: none;
  border-radius: 5px;
  -webkit-box-shadow: 1px 2px 7px -4px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 1px 2px 7px -4px rgba(0, 0, 0, 0.75);
  box-shadow: 1px 2px 7px -4px rgba(0, 0, 0, 0.75);
  padding: 0;
  min-width: 16rem;
  margin: 0;
  margin-top: 0px;
}
.menu .dropdown-menu li {
  font-size: 0.8rem;
  margin: 0;
  font-weight: 600;
  background: #fff;
  border-radius: 5px;
}
.menu .dropdown-menu li {
  transition: 0.2s;
}

.menu .dropdown-menu li a {
  color: #45455a;
  font-size: 0.8rem;
  display: block;
  margin: 0;
  padding: 8px 18px;
}
.menu .dropdown-menu li:hover {
  background: rgb(177, 184, 219);
}

.menu .dropdown-menu li:hover a,
.menu .dropdown-menu li.active a {
  text-decoration: none;
  color: #353535;
}
.menu .menu .dropdown-menu li:active {
  background: #bd4609;
  color: #ffaa00;
  border-radius: 5px;
}
.mobile-menu {
  color: #00a0e3;
  text-align: center;
  font-size: 1.1rem;
}
.mobile-menu:hover,
.mobile-menu:hover .fa-bars {
  color: #afb9fe !important;
}

.mobile-menu:focus {
  color: #00a0e3;
  text-decoration: none;
  box-shadow: 0 0 0 0.1rem;
}
.modal-header {
  padding: 0.3rem 1rem;
  color: #145e9f;
  border-bottom: 1px dashed #145e9f;
}

.f-nav {
  z-index: 9999;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.left .moduletable_menu ul.menu {
  display: block;
  list-style: none;
  background: #edf3f7;
}
.left .moduletable_menu ul li.parent {
  background-image: url(../images/list.png);
  background-repeat: no-repeat;
  background-position: 2px 51%;
  transition: 0.2s;
  display: block;
  position: relative;
}
.left .moduletable_menu ul li a, .left .moduletable_menu ul li span {
	display: block;
	color: #1b68ac;
	cursor: pointer;
	text-transform: uppercase;
	padding: 10px 0px;
	padding-right: 14px;
	font-size: 0.9rem;
	line-height: 1.2;
	font-weight: 600;
	transition: 0.5s;
	background: none;
	margin: 0 10px;
	text-decoration: none;
}

.left .moduletable_menu > ul > li > a,
.left .moduletable_menu > ul > li > span {
  border-bottom: 1px solid #c1c7e6;
  background: none;
}

.left .moduletable_menu > ul > li > span:hover,
.left .moduletable_menu > ul > li > a:hover {
  background: none;
  border-bottom: 1px solid #39ecff;
}

.left .moduletable_menu ul li:last-child a,
.left .moduletable_menu ul li:last-child span,
.left .moduletable_menu li:last-child span:hover,
.left .moduletable_menu li:last-child a:hover {
  border: none;
}

.left .moduletable_menu li.parent ul {
  text-align: left;
  background-color: #fafafa;
  position: absolute;
  height: auto;
  width: 300px;
  float: right;
  display: none;
  z-index: 9999;
  left: 100%;
  top: 0;
  border-right: none;
  transition: 0.2s;
  padding: 0;
}
.left .moduletable_menu li.parent:hover > ul {
  display: block;
  transition: 0.2s;
}
.left .moduletable_menu ul ul li {
  background: #e6e6e6;
  list-style: none;
}
.left .moduletable_menu ul li:hover {
  background: #e5eef4;
}

@media (max-width: 992px) {
  .modal-body .menu {
    display: block;
  }
  .nav ul {
	display: block !important;
	list-style:none;
}

  .modal-body .menu li {
    margin: 5px 0;
  }

  .moduletable-search .btn-info {
    padding: 2px 0.3rem;
  }
}

@media (max-width: 768px) {
	.left .moduletable_menu{
		margin-bottom:2rem;
	}
	.left .moduletable_menu li.parent ul {
		text-align: left;
		 position: relative; 
		height: auto;
		 width: auto; 
		 float: none; 
		 display: block; 
		left: auto;
		top: auto;
		border-right: none;
		transition: 0.2s;
		padding: 0;
	}
	.left .moduletable_menu li.parent ul li{
	padding-left: 20px;
	}
	.left .moduletable_menu li.parent ul li a, .left .moduletable_menu li.parent ul li span{
		text-transform:none;
	}
}
@media (max-width: 578px) {
  .moduletable-search .form-control {
    display: inline-block;
    width: auto;
  }
}

/**/

/*Страница новости*/

.blog .span6 {
  float: left;
  padding: 1%;
  width: 48%;
}
.blog .cols-3,
.blog .cols-2 {
  display: flex;
  flex-wrap: wrap;
}
.blog .span4 {
  width: 32%;
  padding: 1%;
}

.blog .fields-container .field-entry {
  text-align: center;
}
.readmore .btn,
.readmore-link {
  background: #697c93;
  border-radius: 0;
  color: #fff;
  padding: 10px 20px;
  text-transform: uppercase;
  width: 100%;
  font-weight: 600;
  font-family: "PT Sans";
  border-top: 3px solid #5d66a1;
}
.readmore .btn:hover,
.readmore-link:hover {
  background: #5d66a1;
  color: #fff;
  text-decoration: none;
}

.pull-left.item-image {
  text-align: center;
}

.column-1 .pull-left.item-image img,
.column-2 .pull-left.item-image img,
.column-3 .pull-left.item-image img {
  width: 100%;
}
.pull-left.item-image img {
  overflow: hidden;
  position: relative;
  width: 70%;
}
.published,
.create {
  color: #aaa;
  font-size: 0.9rem;
}
.pagination {
  margin-top: 1rem;
  margin-bottom: 2rem;
  clear: left;
  flex-direction: column;
  text-align: center;
}
.content p {
  font-size: 1.1rem;
  line-height: 1.3;
}
.pagination ul {
  padding-left: 0;
  list-style: none;
}
.pagination ul li {
  display: inline;
}
.pagination .pagination-start,
.pagination .pagination-prev,
.pagination .pagination-next,
.pagination .pagination-end {
  display: none;
}
.pagination li span {
  font-size: 1rem;
  padding: 5px 10px;
  background: #59c3db;
  color: #fff;
}
.pagination li a {
  font-size: 1rem;
  background: #ccc;
  padding: 5px 10px;
  margin: 1px;
  color: #333;
}
.pagination li a:hover {
  text-decoration: none;
  background: #59c3db;
  color: #fff;
}

@media (max-width: 992px) {
  .blog .span6 {
    padding: 1%;
    width: 49%;
  }
  .blog .span4 {
    padding: 1%;
    width: 49%;
    margin: 0;
  }
}
@media (max-width: 768px) {
  .blog .span6 {
    padding: 1%;
    width: 100%;
  }
}
@media (max-width: 550px) {
  .blog .span6,
  .blog .span4 {
    padding: 1% 0;
    width: 100%;
  }
}
/**/

/*Контент*/
.content {
  padding: 2rem 1rem;
  min-height: 400px;
}
.content .item-page .page-header h2,
.item-title {
  text-transform: uppercase;
  color: #4a4a4a;
  text-align: center;
  font-size: 1.6rem;
  line-height: 34px;
  font-weight: 700;
}
.content .page-header h2 {
	text-transform: uppercase;
	color: #00a6c9;
	font-size: 1.2rem;
	line-height: 24px;
	font-weight: 600;
}
.content-category h1 {
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
}
.content-category .form-inline {
  margin-top: 1rem;
}
.content p {
  font-size: 1.1rem;
  line-height: 1.3;
}
.content .item-page h2 {
  font-weight: 700;
  font-size: 1.2rem;
}
.list-title a {
  font-weight: 700;
}
.button {
  background-color: #ffb91d;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-weight: 700;
  font-size: 1.1rem;
  padding: 6px 35px;
  display: inline-block;
  font-family: "Kelson Sans";
  border-radius: 3px;
  transition: 0.3s;
}
a.button {
  text-decoration: none;
}
.button:hover {
  background-color: #efbf01;
  color: #fff;
}

.font-small {
  font-size: 0.8rem;
}
.blue .font-small {
  color: #fff;
}
.media-body:hover i {
  color: #37b349;
}
.title-news a {
  font-size: 1rem;
  font-weight: 400;
  color: #575757;
}

@media (max-width: 992px) {
  .button {
    font-size: 0.9rem;
    padding: 5px 15px;
  }
}

@media (max-width: 768px) {
  .content .item-page .page-header h2,
  .item-title {
    font-size: 1.4rem;
  }
  .content .page-header h2 {
    font-size: 1rem;
    line-height: 20px;
  }
}
/**/

/*footer*/
footer {
  background: #09567c;
  position: relative;
}
.bottom {
  padding-top: 0;
  padding-bottom: 0;
  color: #fff;
}

.bottom img {
  border: 1px solid #ccc;
}
.fon-caption .title-module {
  color: #fff;
}
.footer {
  padding-bottom: 20px;
  padding-top: 10px;
  color: #fff;
}
.footer p {
  padding: 5px 0;
}

.footer hr {
  border-color: #ccc;
}
.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover,
.footer a:focus {
  color: #aaa;
  text-decoration: none;
}

@media (max-width: 768px) {
  footer {
    background-size: cover;
  }
}
@media (max-width: 500px) {
  .bottom .title-module {
    margin-bottom: 0;
  }
}

.f1 {
  color: #fff;
  font-size: 1rem;
}
.f3 {
  color: #fff;
  font-size: 1.1rem;
}
.f5 {
  line-height: 13px;
  font-size: 0.8rem;
  letter-spacing: 0px;
  color: #ccc;
  font-weight: 300;
}
.footer .f2 {
  color: #fff;
  font-size: 0.9rem;
}
.footer .f4 {
  font-weight: 100;
}
.footer .f5 a {
	 color:#ddd;
	 text-decoration:none;
}
.line {
	background: url("../images/line.png") repeat-x;
	background-size: 60px auto;
	height: 12px;
	opacity: 1;
}
.copyryting {
  color: #aaa;
  font-size: 16px;
}
.foot-menu {
  padding-top: 15px;
  font-size: 16px;
  color: #c9cf00;
}

#back-top {
  position: fixed;
  bottom: 30px;
  right: 1%;
  padding: 1px;
}
#back-top a {
  display: block;
  text-align: center;
  font: bold 26px Arial;
  text-transform: uppercase;
  text-decoration: none;
  color: #009fe2;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
#back-top a:hover {
  text-decoration: none;
}
#back-top:hover {
  border: 1px solid #009fe2;
  padding: 0;
  border-radius: 4px;
}
#back-top span {
  width: 38px;
  height: 45px;
  display: block;
  margin-bottom: -14px;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}

.title-footer {
  line-height: 1.2rem;
  font-size: 1.1rem;
  color: #75e686;
  font-weight: 700;
  margin: 1.6rem 0 0.8rem 0;
}
.footer-yellow,
a.footer-yellow {
  color: #fec76c;
  font-size: 1.4rem;
  margin-bottom: 2rem;
  text-decoration: none;
}
.footer-white,
a.footer-white {
  color: #fff;
  text-decoration: none;
  font-style: normal;
  font-weight: 500;
}

.soc-icon img {
  height: 25px;
  padding-right: 5px;
}
a.footer-silk {
  border-bottom: 2px dashed #fff;
  color: #fff;
  font-weight: bold;
  font-size: 1rem;
  text-decoration: none;
  margin-bottom: 1rem;
}
a.footer-silk:hover {
  border-bottom: 2px dashed #aaa;
}
/**/

/*animated*/

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.infinite {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes slideInUp {
  from {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.slideInUp {
  -webkit-animation-name: slideInUp;
  animation-name: slideInUp;
}

/**/


/*Модули*/
.position-3,
.position-5,
.block-3,
.block-4 {
  padding: 3rem 0;
}
.position-5 {
  margin: 1vw 0 0;
}
.position-5 .blue {
  background: url("../images/button-background.png") repeat #1d93c2;
}
.moduletable .p {
  font-size: 1rem;
  text-align: left;
  line-height: 1.5;
  font-weight: 500;
  margin: 0;
  text-transform: none;
}
.moduletable {
  margin: 1vw 0;
}

.moduletable  .makalar{	
  margin: 0;
}
.moduletable h2,
.title-page {
  text-transform: uppercase;
  color: #333333;
  text-align: center;
  font-size: 1.7rem;
  line-height: 2.1rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}
.excerpt {
  padding: 1rem;
  border-width: 3px !important;
  margin: 0.4rem 0;
}
.excerpt i {
  font-size: 3rem;
  transition: 0.3s;
}
.excerpt:hover i {
  color: #ffb91d;
}

.bt-cs .bt-row {
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 0;
}
.bt-cs .bt-inner {
  padding: 0px;
  display: flex;
}
.bt-cs .bt-center {
  margin-bottom: 10px;
  min-width: 190px;
}
.bt-cs .bt-inner .bt-title {
  clear: both;
  color: rgb(0, 74, 105);
  font-weight: 700;
  text-transform: none;
  font-size: 1.1rem;
  height: 40px !important;
  line-height: 20px;
  overflow: hidden;
  display: block;
  transition: 0.1s;
}
.bt-cs.newspapers .bt-inner .bt-title {
  text-align: center;
}
.bt-cs .bt-inner img {
  outline: none;
  border: none;
  width: 100%;
  max-width: 100%;
  margin: 0px 10px 0px 0px;
  transition: all 0.3s ease 0s;
}
.bt-cs .bt-extra {
  clear: both;
  margin: 0px;
}
.bt-cs .bt-date,
.bt-cs .bt-author,
.bt-cs .bt-inner .bt-category {
  font-weight: normal;
  font-size: 0.9rem;
  color: #868686;
}
.bt_handles_num li.current a {
  background: #59c3db;
}
.shadown{
	box-shadow:0 0 25px rgba(70, 70, 70, 0.1);
}

.makalar.bt-cs .bt-inner {
	flex-direction: column;
}
.makalar .hovereffect {
	height: 150px;
}
.bt-cs.makalar .bt-inner .bt-title {
	text-align: center;
}

.history .active {
  font-size: 1rem;
}

@media (max-width: 400px) {
  .moduletable h2,
  .title-page {
    font-size: 1.5rem;
  }
}
.breadcrumb {
  border-radius: 0;
  background: none;
  font-size: 0.8rem;
}

.breadcrumb a{
  color: #fff;
  text-decoration:underline;
}
 .breadcrumb span {
  color: #fff;
}
.breadcrumb-item + .breadcrumb-item::before {
  color: #fff;
  content: "»";
}
@media (max-width: 540px) {
  .breadcrumb li {
    font-size: 0.8rem;
  }
  .layers-title {
    padding-left: 30px;
  }
  #back-top a {
    display: none;
  }
}

.slide {
  padding: 0;
}
.newsflash-title {
  margin-top: 1rem;
  font-size: 1.2rem;
}
.title-slide p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin: 0;
}
.slide-image {
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 350px;
  background-position: left top;
}
@media (max-width: 700px) {
  .slide-image {
    height: 300px;
  }

  .title-slide {
    width: 50%;
    top: 4rem;
    right: 5rem;
  }  
}


/*timeline*/

.flex-parent {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

.input-flex-container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 80vw;
  height: 100px;
  max-width: 1000px;
  position: relative;
  z-index: 0;
}

.input {
  width: 25px;
  height: 25px;
  background-color: #1564aa;
  position: relative;
  border-radius: 50%;
}
.input:hover {
  cursor: pointer;
}
.input::before,
.input::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  top: 50%;
  transform: translateY(-50%);
  background-color: #1564aa;
  width: 4vw;
  height: 5px;
  max-width: 50px;
}
.input::before {
  left: calc(-4vw + 12.5px);
}
.input::after {
  right: calc(-4vw + 12.5px);
}
.input.active {
  background-color: #00acac;
}
.input.active::before {
  background-color: #1564aa;
}
.input.active::after {
  background-color: #8fc5ff;
}
.input.active span {
  font-weight: 700;
}
.input.active span::before {
  font-size: 13px;
}
.input.active span::after {
  font-size: 15px;
}
.input.active ~ .input,
.input.active ~ .input::before,
.input.active ~ .input::after {
  background-color: #8fc5ff;
}
.input span {
  width: 1px;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
}
.input span::before,
.input span::after {
  visibility: visible;
  position: absolute;
  left: 50%;
}
.input span::after {
  content: attr(data-year);
  top: 25px;
  transform: translateX(-50%);
  font-size: 14px;
}
.input span::before {
  content: attr(data-info);
  top: -65px;
  width: 70px;
  transform: translateX(-5px) rotateZ(-45deg);
  font-size: 12px;
  text-indent: -10px;
}

.description-flex-container {
  width: 80vw;
  font-weight: 400;
  font-size: 22px;
  margin-top: 30px;
  max-width: 1000px;
}
.description-flex-container p {
  margin-top: 0;
  display: none;
}
.description-flex-container p.active {
  display: block;
}

@media (min-width: 1250px) {
  .input::before {
    left: -37.5px;
  }

  .input::after {
    right: -37.5px;
  }
}
@media (max-width: 850px) {
  .input {
    width: 17px;
    height: 17px;
  }
  .input::before,
  .input::after {
    height: 3px;
  }
  .input::before {
    left: calc(-4vw + 8.5px);
  }
  .input::after {
    right: calc(-4vw + 8.5px);
  }
}
@media (max-width: 600px) {
  .flex-parent {
    justify-content: initial;
  }

  .input-flex-container {
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    height: auto;
    margin-top: 0;
  }

  .input {
    width: 60px;
    height: 60px;
    margin: 0 10px 50px;
    background-color: #7b1f15;
  }
  .input::before,
  .input::after {
    content: none;
  }
  .input span {
    width: 100%;
    height: 100%;
    display: block;
  }
  .input span::before {
    top: calc(100% + 5px);
    transform: translateX(-50%);
    text-indent: 0;
    text-align: center;
  }
  .input span::after {
    top: 50%;
    transform: translate(-50%, -50%);
    color: #ecf0f1;
  }

  .description-flex-container {
    margin-top: 30px;
    text-align: center;
  }
}
@media (max-width: 400px) {
  body {
    min-height: 950px;
  }
}
/*end timeline*/


/*nav carousel*/
.owl-theme .owl-nav {
  position: absolute;
  width: 100%;
  height: 0px;
  top: 230px;
  z-index: 999;
}

.owl-theme.doc-carousel .owl-nav {
  top: 40%;
}
.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0px;
  top: -25px;
  width: 30px;
  height: 50px;
  transition: all 0.2s;
  outline: 0;
}
.owl-theme .owl-nav .owl-prev {
  margin-left: 2rem;
}
.owl-theme .owl-nav .owl-next {
  margin-right: 2rem;
}
.owl-theme .owl-nav .owl-next {
  position: absolute;
  right: 0px;
  top: -25px;
  width: 30px;
  height: 50px;
  transition: all 0.2s;
  outline: 0;
}
.owl-theme .owl-nav .owl-prev:hover,
.owl-theme .owl-nav .owl-next:hover {
  background: none;
}
.owl-theme .owl-nav .owl-prev span,
.owl-theme .owl-nav .owl-next span {
  font-size: 2.4rem;
  line-height: 16px;
  color: #fff;
  font-weight: bold;
}
.owl-theme .owl-nav .owl-prev:hover span,
.owl-theme .owl-nav .owl-next:hover span {
  color: #676767;
}
.owl-theme .owl-dots {
  padding-top: 10px;
}
/*end nav carousel*/

/*fancybox*/

#mainCarousel {
  width: 100%;
  margin: 0 auto 0rem auto;

  --carousel-button-color: #170724;
  --carousel-button-bg: #fff;
  --carousel-button-shadow: 0 2px 1px -1px rgb(0 0 0 / 20%),
    0 1px 1px 0 rgb(0 0 0 / 14%), 0 1px 3px 0 rgb(0 0 0 / 12%);

  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  --carousel-button-svg-stroke-width: 2.5;
}
#mainCarousel .carousel__slide {
  width: 100%;
  padding: 0;
}
#mainCarousel .carousel__button.is-prev {
  left: -1.5rem;
}
#mainCarousel .carousel__button.is-next {
  right: -1.5rem;
}
#mainCarousel .carousel__button:focus {
  outline: none;
  box-shadow: 0 0 0 4px #0dc7c6;
}
#thumbCarousel .carousel__slide {
  opacity: 0.5;
  padding: 0;
  margin: 0.25rem;
  width: 96px;
  height: 64px;
}
#thumbCarousel .carousel__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 4px;
}
#thumbCarousel .carousel__slide.is-nav-selected {
  opacity: 1;
}
.video__play {
  width: 4.75rem;
  height: 4.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
}
.video__play::before {
  content: "";
  width: 4.75rem;
  height: 4.75rem;
  box-shadow: 0px 0px 0 0 #e4b91f, 0px 0px 0px 5px #fecb1726;
  background-image: url(../images/play.png),
    linear-gradient(to top, #fecb17, #ffd84d);
  background-size: 1.25rem 1.5rem, cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  position: relative;
  z-index: 13;
}
.video__play .circle {
  width: 8.8569rem;
  height: 8.8569rem;
  border: solid 2px #fed02e;
  content: "";
  position: absolute;
  animation: pulsation 3s infinite linear;
  border-radius: 50%;
}
.video__play .circle:nth-child(2) {
  animation-delay: 1s;
}
.video__play .circle:nth-child(3) {
  animation-delay: 2s;
}
/*end fancybox*/


.title-module {
  color: #333;
  font-size: 2rem;
  line-height: 2;
  margin-bottom: 0;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
}
.module-title-line {
  width: 100px;
  height: 2px;
  background-color: #59c3db;
}

.moduletable-banners a {
  margin: 0 1rem;
}
.moduletable-banners a img {
  margin: 0.5rem 0;
}
.poslanie {
  background: url("../images/poslanie.jpg") center center;
  background-size: cover;
  color: #ffffff;
  margin: 5px 0px 10px;
}
.poslanie-ottenok {
  background: rgba(0, 0, 0, 0.2);
  padding-top: 50px;
  padding-bottom: 50px;
}
.poslanie-button {
  margin: 10px 0px 10px 20px;
  display: inline-block;
}
.poslanie-button a {
  background: none;
  border-radius: 4px;
  border: 1px solid #ffffff;
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 8px 25px 10px;
  font-size: 20px;
  color: #ffffff;
  font-weight: 300;
  text-decoration: none;
  transition: all 0.4s ease;
}
.poslanie-button a:hover {
  background: #0e9bbe;
  border: 1px solid #0e9bbe;
}

.main-card__wrap {
  position: relative;
}
.main-card__item {
  width: 100%;
  text-align: center;
  margin-bottom: 1rem;
  position: relative;

  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  background: #fff;
  border-radius: 20px;
  box-shadow: 1px 1px 4px #375972;
  padding: 0.5rem 0;
  color: #474747;
}
.main-card__item:hover {
  box-shadow: 1px -2px 4px #375972;
  transition: 0.3s all;
  text-decoration: none;
  color: #474747;
}
.main-card__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 4rem;
}
.main-card__text {
  font-size: 0.8rem;
  font-weight: 600;
}
.main-card__ok {
  border-radius: 15px;
  border: 4px solid #fff;
  background-color: #00a0e3;
  -webkit-box-shadow: 0 1px 54px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 54px rgba(0, 0, 0, 0.05);
  width: 1.6rem;
  height: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  text-align: center;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 0.3vw;
  margin-top: -20px;
}

.main-card__item:hover .main-card__ok {
  background-color: #3fc3cd;
  transition: 0.3s all;
}

@media (max-width: 480px) {
  .feature-box h4 {
    font-size: 0.7rem;
  }
}
/**/
