@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,100,300italic,400italic,600,600italic,700,700italic,800,800italic&subset=latin,cyrillic);
.sociheader img, .soci img {
  width: 16px;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.5; }

@keyframes rotate {
  /* создаем анимацию и даем ей имя (rotate например) */
  /* дальше задаем положение в начале и в конце */
  from {
    /* 
    	для анимации используем трансформацию вращение 
    	есть ешё сдвиг translate(x,y) и увеличение scale(z)
    */
    transform: rotate(0);
    /* можно анимировать размеры и прочие парамтры цсс */ }
  to {
    transform: rotate(360deg); }
  /* или вместо from|to пишем процент выполнения сцены, от 0% до 100%, любой нужный */
  /* 
  	так как поддерживают анимацию передовики Гекко и ВебКит, 
  	запись выше не работает и каждому нужно написать свою
  */ }
@-moz-keyframes rotate {
  from {
    -moz-transform: rotate(0); }
  to {
    -moz-transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  from {
    -webkit-transform: rotate(0); }
  to {
    -webkit-transform: rotate(360deg); } }
.boxconstr7 {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000; }

.lineh3contact {
  margin-bottom: 40px;
  margin-top: 20px;
  border-bottom: 1px solid #00b4f9; }

.boxconstr7 img {
  min-height: 100%;
  min-width: 100%;
  opacity: 0.6;
  position: absolute;
  top: 0px;
  left: 0px; }

.boxconstr7 img.f71 {
  opacity: 0.4; }

.boxconstr7 img.f72 {
  opacity: 0.5; }

.boxconstr7 img.f73 {
  opacity: 0.6; }

.lineh3contact h3 {
  margin: 0px;
  padding: 0px;
  display: inline-block;
  background: #fff;
  padding-right: 20px;
  position: relative;
  top: 12px; }

.box-contovf {
  overflow: hidden;
  padding: 0px 0px 30px 0px; }

.box-contovf > div {
  display: block;
  width: 33%;
  float: left;
  text-align: center; }

.box-contovf .contlogo {
  padding-top: 10px; }

.box-contovf .contlogo img {
  max-width: 80%; }

.box-contovf .contlink {
  width: 200px;
  height: 50px;
  background: #00b4f9;
  color: #fff;
  display: inline-block;
  text-align: center;
  line-height: 50px; }

.box-contovf > .contphone {
  font-size: 25px;
  padding-top: 15px; }

.box-contovf > .contphone i {
  color: #00b4f9; }

.phonebottom {
  color: #12b5f6;
  font-size: 20px;
  font-weight: bold;
  position: absolute;
  top: 64px;
  left: 46px; }

#logo_footer {
  top: 20px !important; }

.phonetopv {
  color: #fff;
  font-size: 24px;
  margin: 0px 10px 10px 10px;
  color: #fff;
  font-size: 24px;
  margin: 0px 10px 10px 10px;
  position: fixed;
  top: 70px;
  left: 33px; }

.phonetopv span {
  display: block !important;
  font-weight: 400;
  font-size: 12px;
  margin: 0px !important; }

.sociheader img:hover, .soci img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray;
  opacity: 1; }

.soci a, .sociheader a {
  display: inline-block;
  margin: 0px 5px; }

.ofvqrlink {
  margin: auto;
  overflow: hidden;
  padding-top: 30px; }

.ofvqrlink > div {
  width: 33%;
  float: left;
  text-align: center; }

.ofvqrlink > div a img {
  max-width: 240px; }

.sociicon a {
  display: inline-block;
  margin: 15px;
  font-size: 40px; }

.formCalckads {
  font-size: 14px;
  max-width: 770px;
  margin: 0px auto 20px auto; }

.formCalckads p {
  font-size: 18px;
  font-weight: bold; }

.formCalckads p.smallTexts {
  font-size: 13px;
  font-weight: 400; }

.formCalckads > div {
  overflow: hidden; }

.formCalckads input {
  margin: 0px;
  padding: 0px;
  height: 35px; }

.formCalckads input[type=submit] {
  float: right;
  width: 200px;
  border: none;
  background: #12b5f6 url("/templates/images/img_arr_z.jpg") 170px 5px no-repeat;
  color: #fff;
  cursor: pointer; }

.formCalckads input[type=text] {
  padding: 0px 10px;
  width: 525px; }

html#mobsv, html#mobsv body {
  margin: auto;
  position: relative;
  height: 100%;
  min-height: 100%; }

.inermob .page_nav a {
  width: 70px;
  height: 70px;
  line-height: 70px;
  font-size: 36px; }

.inermob {
  min-height: 100%; }

.inermob.mainbody .pagemob {
  padding: 0px; }

.inermob .a-table {
  text-align: left; }

.inermob .newsListPage > li a {
  font-size: 41px; }

.inermob .newsListPage > li {
  font-size: 36px; }

.inermob .newsListPage > li .dateNewsP {
  font-size: 20px; }

.inermob .adownlnk {
  display: none; }

.inermob .a-list li {
  background: none; }

.inermob .pagemob .a-table td {
  font-size: 30px; }

.inermob .pagemob h3 {
  font-size: 40px; }

.inermob {
  font-size: 50px; }

.inermob {
  text-align: justify; }

.inermob .pagemob {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 50px; }

.inermob .yearbf a {
  font-size: 60px; }

.leftbarmob {
  height: 100%;
  background: #fff;
  width: 80%;
  position: fixed;
  z-index: 1;
  left: 0;
  display: none;
  top: 0px;
  padding-bottom: 150px;
  overflow: auto; }

.leftbarmob > div {
  background: #fff;
  height: 100%;
  min-height: 100%;
  border-right: 1px solid #000;
  overflow: auto;
  padding-top: 150px; }

.leftbarmob > div > ul {
  margin: 0px;
  padding: 50px 0px 50px 100px; }

.leftbarmob > div > ul li {
  padding: 5px 0px; }

html * {
  max-height: 1000000px; }

#showmobbar {
  color: #fff;
  font-size: 120px;
  position: fixed;
  top: -10px;
  left: 30px; }

#mob_logo {
  position: fixed;
  top: 30px;
  right: 20px; }

#mob_logo img {
  height: 100px; }

.pagemob {
  padding-top: 150px; }

.fixtopmod {
  width: 100%;
  background: #12b5f6;
  position: fixed;
  top: 0px;
  left: 0px;
  height: 150px;
  z-index: 2; }

@font-face {
  font-family: 'DINCondensedC';
  src: url("/templates/font/DINCondensedC.eot?#iefix") format("embedded-opentype"), url("/templates/font/DINCondensedC.woff") format("woff"), url("/templates/font/DINCondensedC.ttf") format("truetype"), url("/templates/font/DINCondensedC.svg#DINCondensedC") format("svg");
  font-weight: normal;
  font-style: normal; }
.page_nav a {
  display: inline-block;
  width: 20px;
  height: 20px;
  border: 2px solid #12b5f6;
  text-align: center;
  text-decoration: none;
  font-size: 12px; }

.page_nav a.active {
  border: 2px solid #3d3d3d;
  color: #3d3d3d; }

#box1 video {
  position: absolute;
  z-index: -1;
  min-width: 100%;
  min-height: 100%;
  overflow: hidden;
  left: 0px;
  top: 0px; }

.count {
  position: absolute;
  right: 0px;
  bottom: 4px; }

.adrfooterr {
  color: #fff;
  font-size: 11px;
  position: absolute;
  top: 96px;
  left: 46px; }

.pageUslBx {
  color: #fff;
  color: #fff;
  padding: 10px;
  background: #12b5f6 url(/templates/images/arr_usl.png) 204px 10px no-repeat; }

.pageUslBx ul li a {
  color: #fff; }

.pageUslBx ul li a:hover {
  color: #000; }

.pageUslBx h3 {
  padding-left: 17px; }

#circle2, #circle3 {
  display: none;
  width: 192px;
  height: 225px;
  position: absolute;
  background-repeat: no-repeat;
  background-position: top;
  top: 0;
  left: 0; }

#circle2 {
  background-image: url(/templates/images/c_line_1.png); }

#circle3 {
  background-image: url(/templates/images/c_line_2.png); }

a {
  color: #12b5f6; }

.newsListPage {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.newsListPage > li {
  border-bottom: 1px solid #e5e5e5;
  margin: 5px 0px;
  padding: 10px 0px;
  font-size: 14px; }

.newsListPage > li a {
  font-size: 16px; }

.newsListPage > li .dateNewsP {
  font-size: 13px;
  color: #808080; }

.bottree.doublebr img {
  vertical-align: middle;
  margin-right: 10px; }

.cyrcle_pr {
  overflow: visible !important;
  margin-top: 20px;
  z-index: 2;
  position: absolute;
  top: 107px;
  left: -50px; }

.setkaamim {
  width: 538px;
  height: 391px;
  background: url(/templates/images/setka.png) center center no-repeat;
  position: absolute;
  top: -100px;
  right: 0px;
  top: -53px; }

.setkaamim > div {
  width: 100%;
  height: 100%;
  position: relative; }

#point {
  position: absolute;
  top: 113px;
  left: 518px; }

.a-table td {
  font-size: 14px;
  color: #303030;
  padding: 5px 0px 5px 10px;
  border-bottom: 1px solid #ebebeb; }

.a-table tr:nth-child(even) td {
  background: #f9f9f9; }

.a-table td.titlType {
  background: #12b5f6 !important;
  color: #fff !important; }

.gallaryList {
  display: block;
  overflow: hidden; }

.gallaryList .plistitem {
  width: 168px;
  height: 240px;
  float: left;
  margin: 15px 11px; }

.gallaryList .plistitem img {
  width: 100%; }

.h3voxfla {
  overflow: hidden;
  margin: 0px 0px 20px 0px;
  position: relative; }

.h3voxfla h3 {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: 18px;
  color: #333333; }

.adownlnk {
  display: inline-block;
  position: absolute;
  top: 0px;
  right: 0px;
  color: #10a9e6;
  font-size: 12px;
  padding-left: 30px;
  background: url(/templates/images/down_ico.png) left top no-repeat; }

.adownlnk span {
  display: inline-block;
  border-bottom: 1px dashed #10a9e6; }

.a-table tr.capttable td {
  background: #12b5f6;
  color: #fff; }

/* CSS Document */
* {
  line-height: inherit;
  outline: none;
  font-family: 'Open Sans', sans-serif; }

.right_cr {
  position: absolute;
  top: 35px;
  right: 50px;
  color: #12b5f6;
  font-weight: bold;
  font-size: 17px; }

.right_cr span {
  display: inline-block;
  margin: 0px 10px; }

.yearbf a {
  font-size: 18px;
  text-decoration: none;
  color: #12b5f6;
  border-bottom: 1px dashed #12b5f6;
  display: inline-block; }

.yearbf {
  padding: 5px 0px; }

.toogleboxy {
  padding: 15px 0px; }

img {
  border: none; }

.a-list {
  margin: 0px;
  padding: 0px;
  list-style: none; }

.a-list li {
  margin-bottom: 20px;
  background: url(/templates/images/a-list.png) left 7px no-repeat;
  padding-left: 25px; }

.a-list li:first-letter {
  text-transform: uppercase; }

.boxhowmaps {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fff;
  min-height: 100%;
  width: 100%;
  z-index: 9999;
  display: none; }

#logo_maps {
  display: block;
  width: 148px;
  height: 33px;
  background: url(/templates/images/logo_b.png) center center no-repeat;
  overflow: hidden;
  text-indent: -9999px; }

.boxInfomaps {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px; }

.boxInfomaps .box_rel {
  max-width: 1900px;
  padding: 0px 50px;
  position: relative;
  margin: auto;
  height: 2px; }

.closepopmaps {
  position: absolute;
  top: 20px;
  right: 40px; }

.mapsboxinfol {
  width: 395px;
  position: absolute;
  top: 0px;
  left: 15px;
  background: #fff;
  padding: 0px 35px 50px 35px;
  -moz-box-sizing: border-box;
  /* Р”Р»СЏ Firefox */
  box-sizing: border-box;
  /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
  color: #414141;
  font-size: 16px;
  line-height: 30px; }

.mapsboxinfol h3 {
  margin: 0px;
  padding: 10px 0px; }

#logo_maps {
  margin: 20px 0px 10px 0px; }

#mapsYU {
  width: 100%;
  height: 600px; }

html, body {
  margin: 0;
  padding: 0;
  min-height: 100%;
  height: 100%; }

.wid900 {
  max-width: 900px;
  margin: auto;
  width: 100%; }

.fixbottombox {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  background: #12b5f6; }

.fixbottombox.topf {
  position: fixed;
  top: 0px;
  bottom: auto;
  z-index: 9999; }

.fixbottombox ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  text-align: center;
  width: 100%;
  height: 50px; }

.fixbottombox ul > li {
  display: inline;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

.fixbottombox ul > li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  padding: 0px 25px;
  height: 50px;
  position: relative;
  line-height: 50px; }

.fixbottombox ul > li a:hover, .fixbottombox ul > li a.active {
  background: #3d3d3d; }

.fixbottombox a#logo {
      width: 175px;
    height: 50px;
    position: absolute;
    left: 50px;
    top: 10px;
  zbackground: url(/templates/images/logo_w.png) center center no-repeat;
  zoverflow: hidden;
  display: block;
  ztext-indent: -9999px; }

.fixleftmenu {
  margin: 0px;
  padding: 15px 0px 0px 0px;
  background: url(/templates/images/line_menu.png) 4px top no-repeat;
  list-style: none;
  position: fixed;
  top: 50%;
  left: 55px;
  margin-top: -150px;
  height: 330px;
  font-size: 14px;
  font-family: 'Open Sans', sans-serif; }

.fixleftmenu li a {
  display: block;
  padding: 12px 0px 13px 25px;
  background: url(/templates/images/left.png) left center no-repeat;
  text-decoration: none;
  color: #fff;
  cursor: pointer; }

.fixleftmenu li a:hover, .fixleftmenu li a.active {
  background: url(/templates/images/left_active.png) left center no-repeat; }

.c_box {
  position: relative;
  overflow: hidden;
  display: flex; }

.mrpoptop {
  /*top:50%;*/
  position: relative; }

.fadeImg {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: #000; }

.fadeImg img {
  min-height: 100%;
  min-width: 100%;
  opacity: 0.4;
  position: absolute;
  top: 0px;
  left: 0px; }

.raitningbox {
  background: rgba(0, 0, 0, 0.6);
  max-width: 900px;
  margin: auto;
  padding: 20px;
  min-height: 492px; }

.raitningbox > h3 {
  font-size: 28px;
  color: #fff;
  line-height: 36px;
  margin: 0px;
  padding: 0px 0px 20px 0px;
  font-weight: 400; }

.ovf {
  overflow: hidden;
  clear: both; }

.rItem {
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border: 2px solid white;
  border: 2px solid white;
  margin: 0 10px;
  border-radius: 10px 0 10px 10px; }

.rItem::after {
  content: '';
  position: absolute;
  right: 0;
  z-index: 10000;
  top: 0px;
  border: 20px solid transparent;
  border-top: 20px solid white;
  border-right: 20px solid white; }

.boxtext_r {
  top: 0px;
  left: 0px;
  padding: 30px 30px 30px 30px;
  color: #fff;
  font-size: 15px;
  height: 320px; }

.boxtext_r h4 {
  font-size: 16px; }

.kvadbox {
  height: 305px;
  background-image: url(/templates/images/askosta_kvad.png);
  background-repeat: no-repeat;
  color: #fff;
  padding-left: 30px;
  font-size: 30px;
  padding-bottom: 60px; }

.count_b {
  font-size: 120px;
  font-weight: bold;
  padding-top: 65px;
  font-family: 'DINCondensedC'; }

.title_count_b {
  line-height: 36px; }

.bottree {
  width: 33%;
  float: left;
  -moz-box-sizing: border-box;
  /* Р”Р»СЏ Firefox */
  box-sizing: border-box;
  /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
  padding-left: 50px;
  font-size: 16px;
  color: #fff;
  height: 80px;
  line-height: 60px;
  vertical-align: middle; }
  
 .bottree.boxwdth-25{
     width:25%;
 }
 
  .bottree.boxwdth-42{
     width:42%;
 }

.bottree.doublebr {
  width: 50%; }

.bortop {
  border-top: 2px solid #ffffff; }

.curt {
  font-size: 48px;
  display: inline-block;
  position: relative;
  top: 10px;
  margin-right: 10px;
  font-weight: bold;
  font-family: 'DINCondensedC'; }

.boxcapt {
  overflow: hidden; }

.xRbC {
  text-align: center; }

.capBoxR {
  margin: 0px 20px;
  display: flex;
  position: relative;
  flex-direction: column; }

.circleRC {
  width: 195px;
  height: 195px;
  border-radius: 195px;
  border: 2px solid #fff;
  margin: auto;
  margin-bottom: 60px;
  text-align: center;
  -moz-box-sizing: border-box;
  /* Р”Р»СЏ Firefox */
  box-sizing: border-box;
  /* РЁРёСЂРёРЅР° Р±Р»РѕРєР° СЃ РїРѕР»СЏРјРё */
  color: #fff;
  font-size: 24px;
  position: relative; }

.count_v {
  font-family: 'DINCondensedC';
  font-size: 60px;
  line-height: 60px;
  padding-top: 57px; }

.titleRC {
  font-size: 24px;
  text-align: center;
  height: 120px;
  color: #fff; }

#toplogo, #logo_footer {
  display: block;
  width: 148px;
  height: 33px;
  zbackground: url(/templates/images/logo_b.png) center center no-repeat;
  zoverflow: hidden;
  ztext-indent: -9999px;
  position: absolute;
  top: 30px;
  left: 50px; }

.courseval {
  position: absolute;
  top: 30px;
  left: 300px;
  color: #bbbbbb; }

.titleC {
  font-size: 10px; }

.titleC span {
  color: #fff;
  display: inline-block;
  margin-left: 6px; }

.ovfbocc {
  overflow: hidden; }

.ovfbocc {
  overflow: hidden; }

.ovfbocc > div {
  float: left;
  width: 190px;
  padding-left: 30px;
  margin-top: 10px; }

.ovfbocc > div:first-child {
  background: url(/templates/images/p_euro.png) 13px 17px no-repeat; }

.ovfbocc > div:last-child {
  background: url(/templates/images/p_usa.png) 15px 15px no-repeat; }

.ovfbocc > div .box_ctrtyP {
  width: 80px;
  float: left;
  color: #ffffff;
  font-size: 14px; }

.titleCrty {
  font-size: 9px;
  color: #bbbbbb; }

.bgmaps {
  width: 420px;
  height: 420px;
  background: url(/templates/images/maps.png) top right no-repeat;
  position: absolute;
  top: -100px;
  right: 0px; }

.bgmaps > div {
  position: relative;
  width: 100%;
  height: 100%; }

.bgmaps > div img {
  position: absolute;
  top: 0px;
  left: 0px; }

#container_box {
  min-height: 100%;
  background: #eeeeee;
  position: relative;
  min-height: 100%;
  /* минимальная высота контейнера, ее понимают все браузеры за исключением IE6 */ }

/* ниже фильтр * html так называемый CSS хак, через который можно задать любое свойство предназначенное для IE6 */
* html #container_box {
  height: 100%; }

.header {
  height: 310px;
  position: relative;
  overflow: hidden; }

.d1200px {
  width: 1200px;
  margin: auto;
  position: relative;
  height: 100%;
  overflow: hidden; }

.header .fadeImg {
  z-index: 0; }

.end_footer {
  height: 180px;
  position: relative; }

#footer {
  height: 145px;
  margin: -145px auto 0px auto;
  background: #3d3d3d;
  position: relative; }

.content_wp {
  overflow: hidden;
  margin: 50px auto;
  width: 1200px; }

.left_side {
  width: 230px;
  float: left;
  margin-left: 30px; }

.right_side {
  margin-left: 300px;
  background: #fff;
  margin-right: 35px;
  padding: 50px;
  background: #fff url(/templates/images/с_top.png) top right no-repeat;
  text-align: justify; }

.left_menu {
  margin: 0px 0px 20px 0px;
  padding: 0px;
  list-style: none; }

.left_menu > li a {
  display: block;
  color: #333333;
  font-size: 14px;
  padding: 10px 20px 10px 18px;
  text-decoration: none; }

.left_menu > li a:hover, .left_menu > li a.active {
  border-left: 3px solid #12b5f6;
  padding-left: 15px;
  background: #fff; }

.right_side {
  color: #333333;
  font-size: 14px;
  line-height: 22px; }

.right_side p {
  margin: 0px;
  padding: 10px 0px; }

.right_side h1 {
  font-size: 30px;
  color: #333333;
  font-weight: 100;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  line-height: 40px;
  text-align: left; }

.right_side h3 {
  font-size: 18px;
  color: #333333; }

.header .fixbottombox ul {
  text-align: left;
  margin-left: 300px; }

.fotmenu {
  position: absolute;
  top: 30px;
  left: 300px;
  margin: 0px;
  padding: 0px;
  list-style: none;
  border-bottom: 1px solid #fff;
  padding-bottom: 25px;
  width: 100%; }

.fotmenu li {
  display: list-item;
  float: left; }

.fotmenu li a {
  display: inline-block;
  padding: 5px 6px;
  color: #fff;
  margin: 0px 18px;
  text-decoration: none;
  font-weight: 300;
  font-size: 14px; }

.fotmenu li a:hover, .fotmenu li a.active {
  color: #eeeeee; }

.copyr {
  font-size: 12px;
  color: #ffffff;
  position: absolute;
  bottom: 23px;
  left: 530px; }

.soci {
  position: absolute;
  bottom: 20px;
  left: 360px; }

.cruroo {
  position: absolute;
  bottom: 11px;
  right: 125px;
  background: url("/templates/images/ruroo.png") left top no-repeat;
  padding-left: 50px;
  color: #777676;
  font-size: 13px;
  text-decoration: none;
  padding-bottom: 4px;
  line-height: 16px; }

.cruroo span {
  display: block;
  text-decoration: underline; }

/*# sourceMappingURL=style.css.map */


.box1mainH1{
    position: absolute; color: #fff; top: 50%; left: 50%; font-size: 60px; text-align: center; margin-left: -305px; margin-top: -90px; width:610px;
}

@media(max-width:991px){
    .box1mainH1{
        font-size:30px;
        width:100%;
        left:0px;
            margin-left: 0px;
    }
}
