

/* Start:/local/templates/main/css/style.css?176941341026490*/
@font-face {
  font-family: 'MontserratRegular';
  src: url('/local/templates/main/css/../fonts/Montserrat-Regular.eot');
  src: url('/local/templates/main/css/../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/Montserrat-Regular.woff') format('woff'), url('/local/templates/main/css/../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratMedium';
  src: url('/local/templates/main/css/../fonts/Montserrat-Medium.eot');
  src: url('/local/templates/main/css/../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/Montserrat-Medium.woff') format('woff'), url('/local/templates/main/css/../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat-Bold';
  src: url('/local/templates/main/css/../fonts/Montserrat-Bold.eot');
  src: url('/local/templates/main/css/../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/Montserrat-Bold.woff') format('woff'), url('/local/templates/main/css/../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratExtraBold';
  src: url('/local/templates/main/css/../fonts/Montserrat-ExtraBold.eot');
  src: url('/local/templates/main/css/../fonts/Montserrat-ExtraBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/Montserrat-ExtraBold.woff') format('woff'), url('/local/templates/main/css/../fonts/Montserrat-ExtraBold.ttf') format('truetype');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MontserratSemiBold';
  src: url('/local/templates/main/css/../fonts/Montserrat-SemiBold.eot');
  src: url('/local/templates/main/css/../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('/local/templates/main/css/../fonts/Montserrat-SemiBold.woff') format('woff'), url('/local/templates/main/css/../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  min-height: 100%;
  padding: 0;
  margin: 0;
  line-height: 1.2;
  font-size: 100%;
  font-family: 'MontserratRegular';
}
a,
a:focus,
a:hover,
a:active {
  text-decoration: none;
  -webkit-text-decoration-skip: objects;
}
a {
  display: inline-block;
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
button,
button:hover,
button:active {
  outline: none;
}
button {
  -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
  border: none;
  background-color: transparent;
}
button:hover {
  cursor: pointer;
}
h1,
h2,
h3,
a,
span,
ul,
li {
  margin: 0;
  padding: 0;
  font-weight: normal;
}
li {
  list-style: none;
}
img {
  max-width: 100%;
  border-style: none;
}
.container {
  max-width: 1920px;
  margin: 0 auto;
  width: 100%;
  position: relative;
  background-color: #e6f2f6;
}
section {
  width: 100%;
}
.wrapper {
  max-width: 1280px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
  padding-left: 25px;
  padding-right: 25px;
}
.wrapperBlock {
  margin: 0 auto;
  max-width: 1280px;
  width: 100%;
  padding-left: 25px;
  padding-right: 25px;
}
.conteinerContent {
  background-color: #fff;
  max-width: 1350px;
  margin: 0 auto;
}
header {
  position: relative;
}
header .wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.logo {
  margin-top: 38px;
  margin: 21px 40px 0 0;
}
.logo img {
/*  min-width: 110px;*/
    min-width: 70px;
    max-width: 80%;
}
.logo2{
  display: none;
}
.headerContent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.headerTop {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.headerTopLeft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerTopLeft input {
  border: none;
}
.headerTopLeft input:focus {
  outline: none;
}
.headerTopLeft input::-webkit-input-placeholder {
  color: #000;
  font-size: 15px;
  font-family: 'MontserratRegular';
}
.headerTopLeft input::-moz-placeholder {
  color: #000;
  font-size: 15px;
  font-family: 'MontserratRegular';
}
.headerTopLeft input::-ms-input-placeholder {
  color: #000;
  font-size: 15px;
  font-family: 'MontserratRegular';
}
.search {
  margin-right: 15px;
}
.versiya {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 15px;
  color: #000;
}
.versiya:hover {
  color: grey;
}
.versiya img {
  margin-right: 15px;
}
.headerCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  margin: 14px 0;
  padding: 13px 0;
  border-top: 1px solid  #eee;
  border-bottom: 1px solid  #eee;
}
.headerCenterTittle {
  color: black;
  font-size: 18px;
  text-transform: uppercase;
  font-family: 'Montserrat-Bold';
  line-height: 1.6;
}
.headerCenterRight {
  text-align: right;
  margin-left: 25px;
}
.tel {
  font-family: 'MontserratSemiBold';
  color: #000;
  font-size: 18px;
  display: block;
  margin-bottom: 13px;
}
.mail {
  font-family: 'MontserratSemiBold';
  color: #000;
  font-size: 16px;
  white-space: nowrap;
}
.mail span {
  font-family: 'MontserratRegular';
}
nav {
  width: 100%;
}
.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.menu a {
  font-family: 'MontserratSemiBold';
  font-size: 15px;
  color: #000;
  padding-right: 28px;
  text-transform: uppercase;
  position: relative;
}
.menu a:after {
  position: absolute;
  content: '';
  width: 1px;
  height: 10px;
  background-color: #eee;
  top: 3px;
  right: -14px;
}
.menu a:hover {
  color: #f1141e;
}
.menu li:last-child a {
  padding-right: 0;
}
.menu li:last-child a:after{
  display: none;
}
.buttonHead {
  position: absolute;
  right: 10px;
  top: 7px;
  border: 1px solid;
  text-align: center;
  width: 50px;
  height: 40px;
  background-color: #ebeeef;
  float: right;
  border-color: #030b19;
  z-index: 9999;
  display: none;
}
.buttonHead:hover {
  opacity: 0.9;
  cursor: pointer;
}
.buttonHead span {
  width: 30px;
  height: 2px;
  background-color: #282828;
  margin: 6px auto;
  display: block;
  position: relative;
  top: 0;
}
.buttonHead span:first-child {
  margin-top: 10px;
}
.sliderContainer {
  position: relative;
}
.slider {
  margin: 35px 0 90px;
}
.slider img {
  height: 450px;
  -o-object-fit: cover;
  object-fit: cover;
}
.sliderBlock {
  position: relative;
}
.sliderBlockAfter{
   position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
/*.sliderBlock:after{
  position: absolute;
  content:'';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: rgba(0,0,0, .3);
}*/
.sliderBlockContent {
  position: absolute;
  padding-left: 58px;
  padding-top: 64px;
  z-index: 3;
  height: 100%;
  top: 0;
}
.sliderTittle {
  color: white;
  font-size: 30px;
  text-transform: uppercase;
  font-family: 'MontserratExtraBold';
  margin-bottom: 22px;
  line-height: 1.5;
  max-width: 700px;
}
.h3sliderTittle {
  color: white;
  font-size: 16px;
  max-width: 700px;
  line-height: 1.6;
  margin-bottom: 33px;
}
.blueButton {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-align: center;
  font-size: 16px;
  font-family: 'MontserratMedium';
  background-color: #00a8e6;
  -webkit-border-radius: 28px;
  border-radius: 28px;
  padding: 19px 63px;
  border: 1px solid transparent;
}
.sliderBlockContent .blueButton{
   position: absolute;
  bottom: 30px;
}
.blueButton:hover {
  background-color: #5c5c5c;
  border: 1px solid #fff;
}
.slidernavigation {
  position: absolute;
  bottom: 49px;
  left: 36px;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
}
.slidernavigationBlock {
  position: relative;
  padding-right: 41px;
}
.obUchregdenii {
  position: relative;
}
.obUchregdenii img {
  max-width: 767px;
}
.obUchregdeniiBlock {
  background-color: white;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  -webkit-box-shadow: 0 5px 60px rgba(0, 121, 165, 0.07);
  box-shadow: 0 5px 60px rgba(0, 121, 165, 0.07);
  position: absolute;
  top: 60px;
  right: 0;
  width: 690px;
  padding: 40px;
}
.obUchregdeniiBlock .blueButton {
  padding: 16px 40px;
}
.obUchregdeniiBlock .blueButton:hover {
  border: 1px solid #00a8e6;
  color: #00a8e6;
}
.obUchregdeniiBlock p {
  color: black;
  margin-bottom: 32px;
  line-height: 1.7;
  font-size: 16px;
}
.boldTittle {
  position: relative;
  color: black;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'MontserratExtraBold';
  margin-bottom: 57px;
  display: inline-block;
}
.boldTittle:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #f1141e;
  left: 0;
  bottom: -23px;
}
.centerSliderSection {
  margin-top: 90px;
}
.centerSliderSection .wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.rightskiderBlock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 4px;
}
.allNews {
  color: #5c5c5c;
  font-size: 15px;
  border: 1px solid #d2d2d2;
  -webkit-border-radius: 25px;
  border-radius: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  padding: 16px 40px;
}
.allNews:hover {
  background-color: #5c5c5c;
  color: #fff;
}
.navigationBlockCenter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 43px;
}
.centerSliderSection .wrapperBlock {
  padding-left: 10px;
  padding-right: 10px;
}
.sliderCenter {
  margin-top: 10px;
}
.sliderCenterBlock {
  padding: 0 15px;
}
.sliderCenterBlock img {
  width: 100%;
  display: block;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  margin: 0 auto;
}
.sliderCenterBlock span {
  color: #9a9a9a;
  display: block;
  font-size: 16px;
  margin-top: 12px;
}
.sliderCenterBold {
  color: black;
  font-size: 16px;
  font-family: 'MontserratSemiBold';
  line-height: 1.7;
  margin: 10px 0 2px;
}
.sliderCenterBold:hover {
  text-decoration: underline;
  color: #f1141e;
}
.sliderCenterP {
  font-size: 16px;
  line-height: 1.8;
}
.newsCenter{
  display: flex;
  flex-wrap:wrap;
}
.sliderCenterBlockNews{
  width: 33.3333333%;
  margin-bottom: 45px;
  padding: 0 7px;
}
.blueSection {
  background: url('/local/templates/main/css/../img/bg.jpg') no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 19px 15.5% 17px 53px;
  margin: 43px 0 81px;
}
.blueSectionLeft {
  margin-right: 30px;
}
.blueTittleH2 {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  font-family: 'MontserratExtraBold';
  margin-bottom: 10px;
}
.blueTittleH3 {
  color: white;
  font-size: 20px;
  font-family: 'MontserratMedium';
}
.BottomSection .wrapper {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-bottom: 35px;
}
.BottomSection .wrapperBlock {
  padding-left: 10px;
  padding-right: 10px;
}
.navigationBlockBottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.sliderBottomBlock {
  padding: 0 15px;
}
.sliderBottomLink >div{
   
}

.sliderBottomLink {
  border: 1px solid #f1f1f1;
  -webkit-border-radius: 8px;
  border-radius: 8px;
  padding: 20px 9px 20px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 110px;
  text-align: center;
  justify-content: center;
}
.sliderBottomLink:hover .sliderBottomP {
    text-decoration: underline;
    color: #f1141e;
}
.sliderBottomLink  img{
  margin: 0 auto 10px;
  width: 50px;
}
.sliderBottomLink span {
  color: #7b7b7b;
  display: block;
  font-size: 15px;
  margin: auto 0 ;
  width: 100%;
}
.sliderBottomP {
  color: black;
  font-size: 13px;
  font-family: 'MontserratSemiBold';
  margin: 0 0 12px 0;
  line-height: 1.5;
  width: 100%;
    -webkit-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
  transition: all linear 0.3s;
}
.map {
  padding: 0 0 70px;
  margin: 100px 0 27px;
  position: relative;
}
#ymaps{
   height: 350px!important;
}
.mapContainer {
  background: #fff;
  padding: 13px 20px 9px 30px;
  max-width: 300px;
  position: absolute;
  right: 55px;
  top: 42px;
}
.mapBlock {
  padding: 17px 0 15px;
  border-bottom: 1px dashed  #b9b9b9;
}
.mapBlock:last-child {
  border-bottom: none;
}
.lightP {
  color: black;
  font-size: 16px;
}
.boldP {
  color: black;
  font-size: 16px;
  font-family: 'MontserratSemiBold';
  margin-top: 5px;
  line-height: 1.5;
}
.nav {
  padding-bottom: 23px;
  border-bottom: 1px solid #eee;
}
footer {
  padding: 21px 0;
}
footer .wrapper {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerInfo {
  font-size: 16px;
}
.gooterLink {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.gooterLink a {
  margin-left: 20px;
}
.gooterLink a:first-child {
  margin-left: 0;
}
.wrapperF{
  margin-top: 60px;
}
article{
  width: 75%;
  padding-right: 30px;
}
.krohi {
  margin-bottom: 40px;
}
.krohi li{
  font-size: 14px;
  color: #000;
  position: relative;
  padding-right: 40px;
  display: inline;
}
.krohi li:after{
  position: absolute;
  content: '';
  width: 1px;
  height: 12px;
  background-color: #eee;
  top: 5px;
    right: 16px;
    transform: rotate(13deg);
}

.krohi li:last-child{
  padding-right: 0;
}
.krohi li:last-child:after{
    display: none;
}
.krohi a{
  color: #00a8e6;
  text-decoration: underline;
}
/*.krohi a:hover{
  text-decoration: underline;
}*/
.vakansiiInfo {
   font-size: 16px;
   color: #000;
   margin-bottom: 35px;
   line-height: 1.5;
}
.vakansiiInfo  a{
  color: #00a8e6;
text-decoration: underline;
font-family: 'MontserratSemiBold';
}
aside{
  margin: 57px 0 95px;
  max-width: 285px;
}
.asideUl {
  margin-bottom: 40px;
}
 .asideUl  li, .newsUl li{
    width: 100%;
    border-bottom: 1px dashed #b9b9b9;
  }
.asideUl  li:last-child, .newsUl  li:last-child{
  border-bottom:   none;
}
.asideLink {
  color: #000;
  font-size: 16px;
  padding: 15px 0;
  font-family: 'MontserratSemiBold';
}
.asideLink.active{
  color: #f1141e;
}
.asideLink:hover{
  color: #f1141e;
}
.newsUl {
   margin-bottom: 20px;
}
.newsUl  span{
  color: #9a9a9a;
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}



.imgCh{
  display: none;
}
.tableRuk{
  max-width: 745px;
  margin: 40px 0;
}
.tableRuk div{
  position: relative;
}
.topContainer {
  margin: 0 auto;
  max-width: 588px;
  text-align: center;
  margin-bottom: 20px;

}
.topContainer  div{
  display: flex;
  justify-content:center;
  align-items: center;
}
.tableRuk p{
  color: #000;
  font-size: 13px;
  padding: 0;
  text-align: center;
}
.tableRuk span{
  background-color: #5270C6;
   position: absolute;
}
.topContainer  .rukovoditel {
  width: 195px;
  height: 45px;
  display: flex;
  justify-content:center;
  align-items: center;
  background-color: #A3B6DC;
  border: 3px solid #4B73BC;
  margin: 0 auto;
  max-width: 190px;
}
.rukP{
   font-size: 18px;
   font-family: 'Montserrat-Bold';
}
.positionRuk {
  position: absolute;
  width: 2px;
  height: 20px;
  left: 50%;
  top: 105%;
}
.bigLineBlock {
  width: 100%;
  height: 2px;
  background-color: #5270C6;
  margin-top: 18px;
}
.bottomCOntainerZam {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 100%;
}
.admtexotdelBlock, .zamBlock, .zamRukBlock, .buhgalteriyaBlock {
     background-color: #DFEAF7;
     margin-bottom: 30px;
     height: 65px;
}

.admtexotdel div, .firstZam div, .zamRuk div, .buhgalteriya div {
    border: 2px solid #5270C6;
    padding: 13px 7px;
    text-align: center;
    width: 170px;
    display: flex;
    justify-content:center;
    align-items: center;
}
.zamRuk , .firstZam{
  margin: 0 15px;
  padding-left: 15px;
}
.zamRuk{
  margin-left: 0;
}
.firstzamSpanTop {
  width: 2px;
  height: 21px;
  left: 50%;
  bottom: 103%;
}
.admtexotdelBlock .firstzamSpanTop{
  left: 46%;
}
.firstzamSpanLeft {
  height: 2px;
  width: 13px;
  right: 101%;
  top: 50%;
}
.gradost {
  margin-bottom: 15px;
}
.firstZamLine {
  width: 2px;
  height: 214px;
  background-color: #5270C6;
  left: 2px;
  position: absolute;
  top: 33px;
}
.firstZam .firstZamLine {
  height: 169px;
}
.buhgalteriyaBlock .firstzamSpanTop {
     left: 46.8%;
}
.bot-infoMain{
  display: none;
}
.news-itemMain{
     position: relative;
     padding-left: 20px;
     cursor: pointer;
}
.news-itemMain:after {
    position: absolute;
    content: '';
    border: 6px solid transparent;
    border-top: 8px solid #000;
    width: 0;
    height: 0;
    left: 0;
    top: 5px;
}
.news-itemMain.active:after{
  transform: rotate(180deg);
  top:0;  
}
@media all and (min-width: 1280px){
   .sliderCenterBold{
    min-height: 136px;
   }
}
@media all and (max-width: 1300px) {
  .obUchregdeniiBlock {
    width: 600px;
    top: 44px;
  }
  .mapContainer{
    right: 25px;
  }
}
@media all and (max-width: 1250px) {
  .menu a {
    padding-right: 10px;
  }
  .menu a:after {
    display: none;
  }
}
@media all and (max-width: 1200px) {
  .obUchregdeniiBlock {
    width: 500px;
    top: 15px;
  }
  .sliderCenterBlockNews .sliderCenterBold, .sliderCenterBlockNews .sliderCenterP {
           font-size: 14px;
  }
  .sliderCenterBlockNews span{
    font-size: 15px;
  }
}
@media all and (max-width: 1150px) {
  .blueSection {
    padding: 19px 8% 17px 53px;
    background-position: center 0;
  }
  .sliderBottomLink span{
    font-size: 13px;
  }
}
@media all and (max-width: 1100px) {
  .menu a {
    font-size: 13px;
  }
  .imgCh{
  display: block;
}
.tableRuk{
  display: none;
}
}
@media all and (max-width: 991px) {
  header .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .headerContent{
    margin-top: 50px;
  }
  .logo {
    margin:0  10px 0 0 ;
  }
  .logo1{
    display: none;
  }
  .logo2{
    display: block;
  }
  .headerCenterTittle{
    font-size: 16px;
  }
  nav {
    display: none;
    position: absolute;
    top: 20px;
    left: 0;
    right: 0;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.18);
    z-index: 5;
    background-color: #fff;
  }
  .menu {
    display: block;
    padding-bottom: 10px;
  }
  .menu a {
    margin: 0 0 5px 0;
  }
  .buttonHead {
    display: block;
  }
  .slider {
    margin-bottom: 60px;
  }
  .sliderBlockContent {
    top: 40px;
    text-align: center;
    padding: 0 25px;
    width: 100%;
  }
  .sliderBlockContent .blueButton{
    position: static;
  }
  .h3sliderTittle {
    margin: 0 auto 33px;
  }
  .slidernavigation {
    width: 100%;
    left: 0;
    right: 0;
    text-align: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-right: 25px;
  }
  .obUchregdenii img {
    width: 100%;
    max-width: 100%;
  }
  .obUchregdeniiBlock {
    position: static;
    width: auto;
    padding: 25px;
  }
  .centerSliderSection {
    margin-top: 40px;
  }
  .map {
    background-position: 35% 0;
    margin-top: 50px;
  }
  .nav {
    padding: 0;
  }
  .wrapperF{
    flex-wrap:wrap;
  }
  aside{
    width: 100%;
    margin: 25px 0;
    max-width: 100%;
  }
  article{
    width: 100%;
    padding-right: 0;
  }
  .boldTittleNews, .newsUl, .allNewsMd{
     display: none;
  }

}
@media all and (max-width: 767px) {
  .wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapperBlock {
    padding-left: 10px;
    padding-right: 10px;
  }
  .headerCenter {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headerCenterTittle {
    text-align: center;
    margin-bottom: 15px;
  }
  .headerCenterRight {
    margin: 0;
    text-align: center;
  }
    .logo2{
   margin: 0 auto 10px ;
  }
  nav {
    padding-left: 10px;
  }
  .sliderBlockContent {
    padding: 0 10px;
  }
  .sliderTittle {
    font-size: 27px;
  }
  .obUchregdeniiBlock {
    padding: 25px 10px;
  }
  .obUchregdeniiBlock .blueButton {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .tittleConteiner {
    text-align: center;
  }
  .centerSliderSection .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .centerSliderSection .wrapperBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .rightskiderBlock {
    width: 100%;
  }
  .centerSliderSection .wrapperBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .sliderCenterBlock {
    padding: 0 10px;
  }
  .sliderCenterBlockNews{
    padding: 0 7px;
    width: 50%;
  }
  .sliderCenterBold {
    font-size: 14px;
  }
  .sliderCenterP {
    font-size: 14px;
  }
  .blueSection {
    padding: 19px 15px 17px;
    margin-bottom: 50px;
  }
  .blueTittleH2 {
    font-size: 20px;
  }
  .blueTittleH3 {
    font-size: 17px;
  }
  .BottomSection .wrapperBlock {
    padding-left: 0;
    padding-right: 0;
  }
  .sliderBottomBlock {
    padding: 0 10px;
  }
  .sliderBottomLink {
    padding: 20px 9px 20px 10px;
  }
  .sliderBottomLink span {
    font-size: 14px;
  }
    .mapContainer{
    right: 10px;
  }
}
@media all and (max-width: 650px) {
  footer .wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .footerInfo {
    width: 100%;
    text-align: center;
    margin-bottom: 15px;
    font-size: 14px;
  }
}
@media all and (max-width: 550px) {
  .mapContainer {
    max-width: 100%;
    width: 100%;
    padding: 13px 10px 9px;
    position: static;
  }
}
@media all and (max-width: 480px) {
  .headerTop {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .headerTopRight {
    width: 100%;
    margin-top: 13px;
  }
  .versiya {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .sliderTittle {
    font-size: 24px;
    line-height: 1.4;
  }
  .h3sliderTittle {
    line-height: 1.4;
  }
  .blueButton {
    width: 100%;
  }
  .obUchregdeniiBlock p {
    font-size: 15px;
    line-height: 1.5;
  }
  .boldTittle {
    font-size: 21px;
  }
  .blueSection {
    background-position: 0 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
  }
  .blueSectionLeft {
    margin: 0;
    padding: 19px 10px;
    text-align: center;
  }
  .blueSectionRight {
    width: 100%;
    background-color: #173d88;
    text-align: center;
    padding: 15px 0 10px;
  }
}
@media all and (max-width: 450px){
  .newsCenter{
    justify-content: center;
  }
   .sliderCenterBlockNews{
    width: 100%;
   }
}
@media all and (max-width: 400px) {
  .lightP {
    font-size: 14px;
  }
  .boldP {
    font-size: 14px;
  }
}
@media all and (max-width: 350px) {
  .sliderTittle {
    font-size: 22px;
  }
}

/* End */


/* Start:/local/templates/main/css/slick.css?17694134104927*/
/* Slider */
.slick-slider
{
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list
{
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
}
.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;
    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}
.slick-slide
{
    display: none;
    outline:none;
    float: left;
    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
/*    object-fit: cover;
    object-position: 58% 0;*/
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
/* Arrows */
 .slick-prev,
.slick-next{
  font-size: 0;
}
.slider .slick-prev,
.slider .slick-next
{
    font-size: 0;
    line-height: 0;
    position: absolute;
    top:50%;
    display: block;
    width: 11px;
    height: 20px;
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index:1;
}
.navigationBlockCenter .slick-prev,  .navigationBlockBottom .slick-prev,  .navigationBlockBottom .slick-next
.navigationBlockCenter .slick-next
{
    line-height: 0;
    top:-2px;
    width: 13px;
    height: 23px;
    padding: 0;
    cursor: pointer;
    outline: none;
    z-index:1;
    font-size: 0;
}
.navigationBlockCenter .slick-prev, .navigationBlockBottom .slick-prev{
    margin-right: 35px;
    margin-bottom: 2px;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}

.slick-prev:before,
.slick-next:before
{
    font-size: 20px;
    line-height: 1;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transition:all .5s;
}

.slider .slick-prev
{
    left:25px;
}
[dir='rtl'] .slick-prev
{
    right: 0;
    left: auto;
}
    /* Левая стрелка*/
.slider .slick-prev:before
{
      content: url('/local/templates/main/css/../img/prev.png');
}
.navigationBlockCenter .slick-prev:before,  .navigationBlockBottom .slick-prev:before
{
      content: url('/local/templates/main/css/../img/prevBig.png');
}
[dir='rtl'] .slick-prev:before
{
    content: '→';
}
.slider .slick-next
{
     right: 25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}

.slider .slick-next:before
{
     content: url('/local/templates/main/css/../img/next.png');
}
.navigationBlockCenter .slick-next:before,  .navigationBlockBottom .slick-next:before
{
     content: url('/local/templates/main/css/../img/nextBig.png');
}
[dir='rtl'] .slick-next:before
{
    content: '←';
}
/* Dots */

.slick-dots
{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 0;
    list-style: none;
    text-align: center;
    /*position: absolute;*/
    padding-left: 66px;
    text-align: left;
}
.slider .slick-dots{
    margin-top: 20px;
    padding-left: 0;
}
.slick-dots li
{
    position: relative;
    display: flex;
    justify-content:center;
    align-items: center;
    width: 15px;
    height: 15px;
    margin: 0 10px 0 0;
    padding: 0;
    cursor: pointer;
    background-color: #fff;
    border-radius: 50%;
}
.slider .slick-dots li{
    background: #ccc;
}
.slick-dots li:last-child{
    margin: 0;
}
.slick-dots li:hover{
    background-color: #f1141e;
}
.slick-dots li.slick-active{
      background-color: #f1141e;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;
    display: block;
    width: 6px;
    height: 6px;
    cursor: pointer;
    color: transparent;
    outline: none;
     border-radius: 50%;
}
.sliderBottom .slick-track{
    display: flex;
}
@media all and (max-width: 767px){
   .slider .slick-prev{
    left: 3px;
   }
   .slider .slick-next{
    right: 13px;
   }
}
/* End */


/* Start:/local/templates/main/css/fotorama.css?176941341019842*/
/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__html,.fotorama__img,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video iframe{position:absolute;width:100%;height:100%;top:0;right:0;left:0;bottom:0}.fotorama--fullscreen,.fotorama__img{max-width:99999px!important;max-height:99999px!important;min-width:0!important;min-height:0!important;border-radius:0!important;box-shadow:none!important;padding:0!important}.fotorama__wrap .fotorama__grab{cursor:move;cursor:-webkit-grab;cursor:-o-grab;cursor:-ms-grab;cursor:grab}.fotorama__grabbing *{cursor:move;cursor:-webkit-grabbing;cursor:-o-grabbing;cursor:-ms-grabbing;cursor:grabbing}.fotorama__spinner{position:absolute!important;top:50%!important;left:50%!important}.fotorama__wrap--css3 .fotorama__arr,.fotorama__wrap--css3 .fotorama__fullscreen-icon,.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border,.fotorama__wrap--css3 .fotorama__video-close,.fotorama__wrap--css3 .fotorama__video-play{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__caption,.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before,.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__nav,.fotorama__wrap--css3 .fotorama__spinner,.fotorama__wrap--css3 .fotorama__stage,.fotorama__wrap--css3 .fotorama__stage .fotorama__img,.fotorama__wrap--css3 .fotorama__stage__frame{-webkit-transform:translateZ(0);transform:translateZ(0)}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus,.fotorama__nav__frame{outline:0}.fotorama__arr:focus:after,.fotorama__fullscreen-icon:focus:after,.fotorama__nav__frame:focus .fotorama__dot:after,.fotorama__nav__frame:focus .fotorama__thumb:after{content:'';border-radius:inherit;background-color:rgba(0,175,234,.5)}.fotorama__wrap--video .fotorama__stage,.fotorama__wrap--video .fotorama__stage__frame--video,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img,.fotorama__wrap--video .fotorama__stage__shaft{-webkit-transform:none!important;transform:none!important}.fotorama__wrap--css3 .fotorama__nav__shaft,.fotorama__wrap--css3 .fotorama__stage__shaft,.fotorama__wrap--css3 .fotorama__thumb-border{transition-property:-webkit-transform,width;transition-property:transform,width;transition-timing-function:cubic-bezier(0.1,0,.25,1);transition-duration:0ms}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__no-select,.fotorama__video-close,.fotorama__video-play,.fotorama__wrap{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fotorama__select{-webkit-user-select:text;-moz-user-select:text;-ms-user-select:text;user-select:text}.fotorama__nav,.fotorama__nav__frame{margin:auto;padding:0}.fotorama__caption__wrap,.fotorama__nav__frame,.fotorama__nav__shaft{-moz-box-orient:vertical;display:inline-block;vertical-align:middle;*display:inline;*zoom:1}.fotorama__nav__frame,.fotorama__thumb-border{box-sizing:content-box}.fotorama__caption__wrap{box-sizing:border-box}.fotorama--hidden,.fotorama__load{position:absolute;left:-99999px;top:-99999px;z-index:-1}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__nav,.fotorama__nav__frame,.fotorama__nav__shaft,.fotorama__stage__frame,.fotorama__stage__shaft,.fotorama__video-close,.fotorama__video-play{-webkit-tap-highlight-color:transparent}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/main/css/fotorama.png) no-repeat}@media (-webkit-min-device-pixel-ratio:1.5),(min-resolution:2dppx){.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{background:url(/local/templates/main/css/fotorama@2x.png) 0 0/96px 160px no-repeat}}.fotorama__thumb{background-color:#7f7f7f;background-color:rgba(127,127,127,.2)}@media print{.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__thumb-border,.fotorama__video-close,.fotorama__video-play{background:none!important}}.fotorama{min-width:1px;overflow:hidden}.fotorama:not(.fotorama--unobtrusive)>*:not(:first-child){display:none}.fullscreen{width:100%!important;height:100%!important;max-width:100%!important;max-height:100%!important;margin:0!important;padding:0!important;overflow:hidden!important;background:#000}.fotorama--fullscreen{position:absolute!important;top:0!important;left:0!important;right:0!important;bottom:0!important;float:none!important;z-index:2147483647!important;background:#000;width:100%!important;height:100%!important;margin:0!important}.fotorama--fullscreen .fotorama__nav,.fotorama--fullscreen .fotorama__stage{background:#000}.fotorama__wrap{-webkit-text-size-adjust:100%;position:relative;direction:ltr;z-index:0}.fotorama__wrap--rtl .fotorama__stage__frame{direction:rtl}.fotorama__nav,.fotorama__stage{overflow:hidden;position:relative;max-width:100%}.fotorama__wrap--pan-y{-ms-touch-action:pan-y}.fotorama__wrap .fotorama__pointer{cursor:pointer}.fotorama__wrap--slide .fotorama__stage__frame{opacity:1!important}.fotorama__stage__frame{overflow:hidden}.fotorama__stage__frame.fotorama__active{z-index:8}.fotorama__wrap--fade .fotorama__stage__frame{display:none}.fotorama__wrap--fade .fotorama__fade-front,.fotorama__wrap--fade .fotorama__fade-rear,.fotorama__wrap--fade .fotorama__stage__frame.fotorama__active{display:block;left:0;top:0}.fotorama__wrap--fade .fotorama__fade-front{z-index:8}.fotorama__wrap--fade .fotorama__fade-rear{z-index:7}.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active{z-index:9}.fotorama__wrap--fade .fotorama__stage .fotorama__shadow{display:none}.fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0;border:none!important}.fotorama__error .fotorama__img,.fotorama__loaded .fotorama__img{-ms-filter:"alpha(Opacity=100)";filter:alpha(opacity=100);opacity:1}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img,.fotorama__img--full{display:none}.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full{display:block}.fotorama__wrap--only-active .fotorama__nav,.fotorama__wrap--only-active .fotorama__stage{max-width:99999px!important}.fotorama__wrap--only-active .fotorama__stage__frame{visibility:hidden}.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active{visibility:visible}.fotorama__nav{font-size:0;line-height:0;text-align:center;display:none;white-space:nowrap;z-index:5}.fotorama__nav__shaft{position:relative;left:0;top:0;text-align:left}.fotorama__nav__frame{position:relative;cursor:pointer}.fotorama__nav--dots{display:block}.fotorama__nav--dots .fotorama__nav__frame{width:18px;height:30px}.fotorama__nav--dots .fotorama__nav__frame--thumb,.fotorama__nav--dots .fotorama__thumb-border{display:none}.fotorama__nav--thumbs{display:block}.fotorama__nav--thumbs .fotorama__nav__frame{padding-left:0!important}.fotorama__nav--thumbs .fotorama__nav__frame:last-child{padding-right:0!important}.fotorama__nav--thumbs .fotorama__nav__frame--dot{display:none}.fotorama__dot{display:block;width:4px;height:4px;position:relative;top:12px;left:6px;border-radius:6px;border:1px solid #7f7f7f}.fotorama__nav__frame:focus .fotorama__dot:after{padding:1px;top:-1px;left:-1px}.fotorama__nav__frame.fotorama__active .fotorama__dot{width:0;height:0;border-width:3px}.fotorama__nav__frame.fotorama__active .fotorama__dot:after{padding:3px;top:-3px;left:-3px}.fotorama__thumb{overflow:hidden;position:relative;width:100%;height:100%}.fotorama__nav__frame:focus .fotorama__thumb{z-index:2}.fotorama__thumb-border{position:absolute;z-index:9;top:0;left:0;border-style:solid;border-color:#00afea;background-image:linear-gradient(to bottom right,rgba(255,255,255,.25),rgba(64,64,64,.1))}.fotorama__caption{position:absolute;z-index:12;bottom:0;left:0;right:0;font-family:'Helvetica Neue',Arial,sans-serif;font-size:14px;line-height:1.5;color:#000}.fotorama__caption a{text-decoration:none;color:#000;border-bottom:1px solid;border-color:rgba(0,0,0,.5)}.fotorama__caption a:hover{color:#333;border-color:rgba(51,51,51,.5)}.fotorama__wrap--rtl .fotorama__caption{left:auto;right:0}.fotorama__wrap--no-captions .fotorama__caption,.fotorama__wrap--video .fotorama__caption{display:none}.fotorama__caption__wrap{background-color:#fff;background-color:rgba(255,255,255,.9);padding:5px 10px}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.fotorama__wrap--css3 .fotorama__spinner{-webkit-animation:spinner 24s infinite linear;animation:spinner 24s infinite linear}.fotorama__wrap--css3 .fotorama__html,.fotorama__wrap--css3 .fotorama__stage .fotorama__img{transition-property:opacity;transition-timing-function:linear;transition-duration:.3s}.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html,.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img{-ms-filter:"alpha(Opacity=0)";filter:alpha(opacity=0);opacity:0}.fotorama__select{cursor:auto}.fotorama__video{top:32px;right:0;bottom:0;left:0;position:absolute;z-index:10}@-moz-document url-prefix(){.fotorama__active{box-shadow:0 0 0 transparent}}.fotorama__arr,.fotorama__fullscreen-icon,.fotorama__video-close,.fotorama__video-play{position:absolute;z-index:11;cursor:pointer}.fotorama__arr{position:absolute;width:32px;height:32px;top:50%;margin-top:-16px}.fotorama__arr--prev{left:2px;background-position:0 0}.fotorama__arr--next{right:2px;background-position:-32px 0}.fotorama__arr--disabled{pointer-events:none;cursor:default;*display:none;opacity:.1}.fotorama__fullscreen-icon{width:32px;height:32px;top:2px;right:2px;background-position:0 -32px;z-index:20}.fotorama__arr:focus,.fotorama__fullscreen-icon:focus{border-radius:50%}.fotorama--fullscreen .fotorama__fullscreen-icon{background-position:-32px -32px}.fotorama__video-play{width:96px;height:96px;left:50%;top:50%;margin-left:-48px;margin-top:-48px;background-position:0 -64px;opacity:0}.fotorama__wrap--css2 .fotorama__video-play,.fotorama__wrap--video .fotorama__stage .fotorama__video-play{display:none}.fotorama__error .fotorama__video-play,.fotorama__loaded .fotorama__video-play,.fotorama__nav__frame .fotorama__video-play{opacity:1;display:block}.fotorama__nav__frame .fotorama__video-play{width:32px;height:32px;margin-left:-16px;margin-top:-16px;background-position:-64px -32px}.fotorama__video-close{width:32px;height:32px;top:0;right:0;background-position:-64px 0;z-index:20;opacity:0}.fotorama__wrap--css2 .fotorama__video-close{display:none}.fotorama__wrap--css3 .fotorama__video-close{-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--video .fotorama__video-close{display:block;opacity:1}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close{-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{opacity:0}.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{opacity:1}.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--video .fotorama__fullscreen-icon{opacity:0!important}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon{display:none}.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus,.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus{display:block}.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr,.fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon{display:none!important}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus){-webkit-transform:translate3d(32px,-32px,0);transform:translate3d(32px,-32px,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus){-webkit-transform:translate3d(-48px,0,0);transform:translate3d(-48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus){-webkit-transform:translate3d(48px,0,0);transform:translate3d(48px,0,0)}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon{-webkit-transform:translate3d(32px,-32px,0)!important;transform:translate3d(32px,-32px,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev{-webkit-transform:translate3d(-48px,0,0)!important;transform:translate3d(-48px,0,0)!important}.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next{-webkit-transform:translate3d(48px,0,0)!important;transform:translate3d(48px,0,0)!important}.fotorama__wrap--css3 .fotorama__arr:not(:focus),.fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus),.fotorama__wrap--css3 .fotorama__video-close:not(:focus),.fotorama__wrap--css3 .fotorama__video-play:not(:focus){transition-property:-webkit-transform,opacity;transition-property:transform,opacity;transition-duration:.3s}.fotorama__nav:after,.fotorama__nav:before,.fotorama__stage:after,.fotorama__stage:before{content:"";display:block;position:absolute;text-decoration:none;top:0;bottom:0;width:10px;height:auto;z-index:10;pointer-events:none;background-repeat:no-repeat;background-size:1px 100%,5px 100%}.fotorama__nav:before,.fotorama__stage:before{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 0 50%,rgba(0,0,0,.4),transparent);background-position:0 0,0 0;left:-10px}.fotorama__nav.fotorama__shadows--left:before,.fotorama__stage.fotorama__shadows--left:before{left:0}.fotorama__nav:after,.fotorama__stage:after{background-image:linear-gradient(transparent,rgba(0,0,0,.2) 25%,rgba(0,0,0,.3) 75%,transparent),radial-gradient(farthest-side at 100% 50%,rgba(0,0,0,.4),transparent);background-position:100% 0,100% 0;right:-10px}.fotorama__nav.fotorama__shadows--right:after,.fotorama__stage.fotorama__shadows--right:after{right:0}.fotorama--fullscreen .fotorama__nav:after,.fotorama--fullscreen .fotorama__nav:before,.fotorama--fullscreen .fotorama__stage:after,.fotorama--fullscreen .fotorama__stage:before,.fotorama__wrap--fade .fotorama__stage:after,.fotorama__wrap--fade .fotorama__stage:before,.fotorama__wrap--no-shadows .fotorama__nav:after,.fotorama__wrap--no-shadows .fotorama__nav:before,.fotorama__wrap--no-shadows .fotorama__stage:after,.fotorama__wrap--no-shadows .fotorama__stage:before{display:none}
#fotorama {
    margin: 0 0 17px 0;
}

#fotorama .fotorama__arr {
    background: url("/local/templates/main/css/fotorama_sprite-buttons.png") no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__arr--prev {
    left: 30px;
}

#fotorama .fotorama__arr--prev:hover {
    background-position: 0 -56px;
}

#fotorama .fotorama__arr--next {
    right: 30px;
    background-position: -56px 0;
}

#fotorama .fotorama__arr--next:hover {
    background-position: -56px -56px;
}

#fotorama .fotorama__fullscreen-icon {
    top: 2px;
    right: 2px;
    background: url("/local/templates/main/css/fotorama_sprite.png") 0 -104px no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__fullscreen-icon:hover {
    background-position: -56px -104px;
}

#fotorama .fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 10px;
    width: 100%;
    opacity: 0;
}

#fotorama .fotorama__active:hover .fotorama__caption__wrap {
    opacity: 1;
}#fotorama {
    margin: 0 0 17px 0;
}

#fotorama .fotorama__arr {
    background: url("/local/templates/main/css/fotorama_sprite-buttons.png") no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__arr--prev {
    left: 30px;
}

#fotorama .fotorama__arr--prev:hover {
    background-position: 0 -56px;
}

#fotorama .fotorama__arr--next {
    right: 30px;
    background-position: -56px 0;
}

#fotorama .fotorama__arr--next:hover {
    background-position: -56px -56px;
}

#fotorama .fotorama__fullscreen-icon {
    top: 2px;
    right: 2px;
    background: url("/local/templates/main/css/fotorama_sprite.png") 0 -104px no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__fullscreen-icon:hover {
    background-position: -56px -104px;
}

#fotorama .fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 10px;
    width: 100%;
    opacity: 0;
}

#fotorama .fotorama__active:hover .fotorama__caption__wrap {
    opacity: 1;
}#fotorama {
    margin: 0 0 17px 0;
}

#fotorama .fotorama__arr {
    background: url("/local/templates/main/css/fotorama_sprite-buttons.png") no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__arr--prev {
    left: 30px;
}

#fotorama .fotorama__arr--prev:hover {
    background-position: 0 -56px;
}

#fotorama .fotorama__arr--next {
    right: 30px;
    background-position: -56px 0;
}

#fotorama .fotorama__arr--next:hover {
    background-position: -56px -56px;
}

#fotorama .fotorama__fullscreen-icon {
    top: 2px;
    right: 2px;
    background: url("/local/templates/main/css/fotorama_sprite.png") 0 -104px no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__fullscreen-icon:hover {
    background-position: -56px -104px;
}

#fotorama .fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 10px;
    width: 100%;
    opacity: 0;
}

#fotorama .fotorama__active:hover .fotorama__caption__wrap {
    opacity: 1;
}#fotorama {
    margin: 0 0 17px 0;
}

#fotorama .fotorama__arr {
    background: url("/local/templates/main/css/fotorama_sprite-buttons.png") no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__arr--prev {
    left: 30px;
}

#fotorama .fotorama__arr--prev:hover {
    background-position: 0 -56px;
}

#fotorama .fotorama__arr--next {
    right: 30px;
    background-position: -56px 0;
}

#fotorama .fotorama__arr--next:hover {
    background-position: -56px -56px;
}

#fotorama .fotorama__fullscreen-icon {
    top: 2px;
    right: 2px;
    background: url("/local/templates/main/css/fotorama_sprite.png") 0 -104px no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__fullscreen-icon:hover {
    background-position: -56px -104px;
}

#fotorama .fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 10px;
    width: 100%;
    opacity: 0;
}

#fotorama .fotorama__active:hover .fotorama__caption__wrap {
    opacity: 1;
}#fotorama {
    margin: 0 0 17px 0;
}

#fotorama .fotorama__arr {
    background: url("/local/templates/main/css/fotorama_sprite-buttons.png") no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__arr--prev {
    left: 30px;
}

#fotorama .fotorama__arr--prev:hover {
    background-position: 0 -56px;
}

#fotorama .fotorama__arr--next {
    right: 30px;
    background-position: -56px 0;
}

#fotorama .fotorama__arr--next:hover {
    background-position: -56px -56px;
}

#fotorama .fotorama__fullscreen-icon {
    top: 2px;
    right: 2px;
    background: url("/local/templates/main/css/fotorama_sprite.png") 0 -104px no-repeat;
    width: 46px;
    height: 46px;
}

#fotorama .fotorama__fullscreen-icon:hover {
    background-position: -56px -104px;
}

#fotorama .fotorama__caption__wrap {
    background-color: rgba(255, 255, 255, .7);
    padding: 15px 10px;
    width: 100%;
    opacity: 0;
}

#fotorama .fotorama__active:hover .fotorama__caption__wrap {
    opacity: 1;
}
/* End */


/* Start:/local/templates/main/template_styles.css?17694134101764*/
.bot-info p 
{font-size:14px!important;}

.sliderTittle {
margin-bottom: 10px!important;
}


.news-detail img {border: 2px solid #afafaf;}

.fotorama__img {border: 2px solid #afafaf!important;}

b {
    font-family: 'MontserratSemiBold';
}
article a {
    color: #00a8e6;
    text-decoration: underline;
}
article a:hover {
    color: #00a8e6;
    text-decoration: none;
}

blockquote {padding-left:20px;}


ol {
    display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

ol li:not([class]) {list-style-type: decimal;}

.ppp p:not([class]) {padding-bottom:10px;font-size:16px;text-align:justify;line-height: 1.5;}

h4:not([class]) {padding-bottom:10px;font-size:16px;font-family: MontserratSemiBold;}

.vakansii a:not([class]) {color:#00a8e6;}



ul:not([class]) li:not([class]) {
	list-style: square outside;margin-left:40px;}


hr {
    margin-top: 1rem;
    margin-bottom: 1rem;
    border: 0;
    border-top: 1px solid rgba(0,0,0,0.1);
}


.imgnews {
	padding-bottom:20px;
	padding-top:10px;
	display:block;
	margin:auto;
	width:100%;
}
@media (max-width: 800px) {
	.imgnews {width:100%;}
	#specialversion {display:none;}
	.sliderBlock .blueButton  {display:none!important;}
}

#copyright {display:none;}

.search-page a {color: #00a8e6;margin-bottom:10px;}

.search-page input {font-size: 16px;padding:5px 40px 5px 5px;}

.search-page select {font-size: 16px;padding:5px 40px 5px 5px;}



.search2:hover {
  background-color: #5c5c5c;
  border: 1px solid #fff;
}


.search2 {
	border-radius: 28px; border: 1px solid transparent;font-size: 16px; font-family: "MontserratMedium"; background-color: #00a8e6; color:white;}




/* End */
/* /local/templates/main/css/style.css?176941341026490 */
/* /local/templates/main/css/slick.css?17694134104927 */
/* /local/templates/main/css/fotorama.css?176941341019842 */
/* /local/templates/main/template_styles.css?17694134101764 */
