@font-face {
    font-family: "SegoeUI";
    src: url("fonts/SegoeUILight/SegoeUILight.eot");
    src: url("fonts/SegoeUILight/SegoeUILight.eot?#iefix")format("embedded-opentype"),
    url("fonts/SegoeUILight/SegoeUILight.woff") format("woff"),
    url("fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
@font-face {
  font-family: 'prostoy';
  src: url('fonts/prostoy.eot?13530999');
  src: url('fonts/prostoy.eot?13530999#iefix') format('embedded-opentype'),
       url('fonts/prostoy.woff?13530999') format('woff'),
       url('fonts/prostoy.ttf?13530999') format('truetype'),
       url('fonts/prostoy.svg?13530999#prostoy') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon.eot?8uyskw');
  src:  url('fonts/icomoon.eot?8uyskw#iefix') format('embedded-opentype'),
    url('fonts/icomoon.ttf?8uyskw') format('truetype'),
    url('fonts/icomoon.woff?8uyskw') format('woff'),
    url('fonts/icomoon.svg?8uyskw#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
article,aside,figcaption,figure,footer,header,hgroup,nav,section,time,main {display: block;}
*{margin: 0; padding: 0;} 
:focus {
  outline: none;
  }
a img {border: 0;outline: none;}
a {color: #2aa2cb;text-decoration: none;outline: none;}
a:visited, a:focus {text-decoration: none;outline: none;}
a:hover {text-decoration: underline;}
a:focus, img:focus {outline: none;}
.stt {clear:left;}
body {
  background: #fff;
  text-align: center;
  font-size: 14px;
  font-family: 'Segoe UI', sans-serif;
  color: #333;
  width: 100%;
  min-width: 320px;  
  margin: 0 auto;
}

html,body {
  height: 100%; 
}

table {
  border-collapse: collapse;
  border-spacing: 0;
  text-align: left;
  font-size: 14px;
  }

table td,
table th {
  vertical-align: top;
  }

#wrapper {
  min-height: 100%;
  clear: both;
  padding-top: 40px;
  position: relative;
  }

#top {
  background: url(bg.jpg) no-repeat 50% 50%;
  height: 651px; /*710px;*/
  background-size: cover;
  position: relative;
  overflow: hidden;
  }

@media (max-width: 1380px) {
  #top {
    height: 615px;/*643px;*/
    }
  }
@media (max-width: 1200px) {
  #top {
    height: 602px;
    }
  }

@media (max-width: 1029px) {
  #top {
    height: 602px;
    }
  }
@media (max-width: 976px) {
  #top {
    height: 594px;
    }
  }
@media (max-width: 880px) {
   #top {
    height: 638px;
    }
}
header {  
  background: url(bghead.png) repeat-x 0 0;
  height: 102px;
/*  position: relative;*/
  z-index: 999;
  }
header .row {
  height: 41px;
  }
header .row:nth-child(2n) {
  height: 61px;
  }
#nav-toggle,
#click {
  position: absolute; 
  display: inline-block; 
  width:35px; 
  height:25px;
  display: none;
  right: 10px;
  top: 15px;
  }
#click {
  left: 5px;
  top: -3px;
  background: #fff;
  width: 30px;
  height: 20px;
  }
@media (max-width: 730px) {
  #nav-toggle, #click {
    display: inline-block;
    }
  }

@media (max-width: 410px) {
  header {
    height: 95px;
	background: url(bghead.png) repeat-x 0 50%;
    }
  #nav-toggle {
    top: 13px;
    }
  #click {
    top: 5px;
    }
  }
#nav-toggle span, #click span { position: absolute; left: 0; top: 10px; }

#nav-toggle span, 
#nav-toggle span:before,
#nav-toggle span:after,
#click span, 
#click span:before,
#click span:after {
  position: absolute;
  display: block;
  content: '';
  height: 5px;
  width: 35px;
  background: #ddd8d9;
  border-radius: 1px;
  cursor: pointer;
}
#click span, 
#click span:before,
#click span:after {
  background: #2AA2CB;
  width: 30px;
  }

#nav-toggle span:before,
#click span:before {
  top: -10px;
}

#nav-toggle span:after,
#click span:after {
  bottom: -10px; 
}

#nav-toggle span, #nav-toggle span:before, #nav-toggle span:after,
#click span, #click span:before, #click span:after {
  transition: all 500ms ease-in-out;
}
#click.active {
  background: #e9e9e9;
  }
#nav-toggle.active span,
#click.active span {
  background-color: transparent;
}

#nav-toggle.active span:before, #nav-toggle.active span:after,
#click.active span:before, #click.active span:after {
  top: 0;
}

#nav-toggle.active span:before,
#click.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after,
#click.active span:after {
  transform: rotate(-45deg);
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1001;
	margin-bottom: 0
}
.navbar-fixed-top {
	top: 0
}
.navbar nav {
	position: relative;
	display: block;
}
#header .phone {
  float: left;
  background: url(bgphonetop.png) no-repeat 0 50%;
  padding: 0 0 2px 47px;
  margin: 4px 0 6px 8px;
  color: #9c9c9c;
  font-weight: bold;
  font-size: 20px;
  color: #3c6;
  background: url(bgphone_hov.png) no-repeat 0 50%;
  }
#header .phone a {
  text-decoration: none;
  color: #3c6;
  }
#header .phone:hover {
  color: #3c6;
  background: url(bgphone_hov.png) no-repeat 0 50%;
  }
#header .phone:hover a {
  color: #3c6;
  }
@media (max-width: 1030px) {
  #header .phone {margin-left: 0;}
  header h1 {margin-left: 0;}
  }
@media (max-width: 1200px) {
  header .container {width: 100%;}
  }
@media (max-width: 800px) {
  header .container {padding-left: 10px;padding-right: 0px;}
  #nav-toggle {right: 25px;}
  }
@media (max-width: 880px) {
  #header .phone {
    padding-left: 37px;
    }
  }
@media (max-width: 500px) {
  #header .phone {
    font-size: 15px;
	background-size: contain;
	padding-left: 30px;
	margin-left: 0px;
	margin-top: 9px;
    }
  #header .phone:hover {
    background-size: contain;
  }  
  }
@media(max-width: 413px) {
  header .container {padding-right: 15px;}
  }
@media (max-width: 410px) {
  #nav-toggle {right: 10px;}
  #header .phone {margin-left: -5px;margin-top: 10px;}
  header .container {padding-right: 0px;}
  }
@media(max-width: 400px) {
  #header .phone {margin-top: 5px;}
  }
@media (max-width: 350px) {
  #header .phone {margin-left: -5px;margin-top: 16px;}
  }
header h1 {
  float: left;  
  font-size: 31px;
  line-height: 49px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  margin-top: 6px;
  text-decoration: none;
  font-family: "Segoe UI", "SegoeUI", sans-serif;
  }
.logo {
  color: #fff;
  background: url(logo.png) no-repeat 0 50%;
  padding: 0 0 0 70px;
  display: block;
  }
.logo:hover {
  text-decoration: none;
  }

@media (max-width: 1200px) {
  header h1 {
    font-size: 28px;
	line-height: 50px;	
	}
  header .logo {
    padding-left: 70px;
    }
  }
@media (max-width: 950px) {
  header .logo {
    padding-left: 55px;
	background-size: contain;
    }
  header h1 {
    font-size: 23px;	
	line-height: 36px;
	margin-top: 10px;	
	}
  }
@media (max-width: 900px) {
  header h1 {
    font-size: 20px;	
	line-height: 36px;
	margin-top: 10px;	
	}
  header .logo {
    padding-left: 45px;
	background-size: contain;
    }
  }
@media (max-width: 780px) {
 #top {
   height: 633px;
   }
 header h1 {
   font-size: 20px;   
   }
  
  }
@media (max-width: 750px) {
 header h1 {
   font-size: 18px;
   background-size: contain;
   line-height: 30px;   
   margin-top: 14px;
   }
 header .logo {
   padding-left: 35px;
   }
 #top {
   height: 636px;
   }
  }
@media (max-width: 650px) {
 header h1 {
   font-size: 20px;
   line-height: 38px;   
   margin-top: 11px;   
   }
 header .logo {
   padding-left: 45px;
   }
  }
@media (max-width: 410px) {
  header h1 {
   line-height: 35px;
   font-size: 19px;
   margin-left: -10px;
   background-size: contain;
   margin-top: 9px;
   }
  header .logo {
   padding-left: 40px; 
   margin-left: 5px;
   }
  }
@media (max-width: 350px) {
  header h1 {
   margin-top: 9px;
   }
  }
.linkreg {
  float: right;
  background: #33cc66;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  border-radius: 10px;
  width: 164px;
  text-align: center;
  margin-top: 6px;
  padding: 4px 0 4px 0;
  margin-left: 8px;
  margin-right: 0px;
  }

.linkreg:hover {
  text-decoration: none;
  }

.login {
  width: auto;
  padding: 4px 25px;
  background: #2aa2cb;
  margin-right: 0!important;
  }
@media (max-width: 730px) {
  .login {
    padding: 4px 15px;
    }
  }
#header form {
  float: left;
  margin-top: 6px;
  }

#header form input[type="text"] {
  border: 1px solid #959595;
  background: none;
  border-radius: 10px;
  width: 270px;
  padding: 4px 0 5px 23px;
  font-size: 12px;
  font-family: "Segoe UI", sans-serif;
  float: left;
  }

#header form input[type="submit"] {
  background: #828282;
  border-radius: 10px;
  border: 0;
  color: #fff;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  width: 86px;
  height: 28px;
  margin-left: -15px;
  float: left;
  text-transform: uppercase;
  cursor: pointer;
  }
@media (max-width: 1230px) {
  #header .row:nth-child(1) .col-lg-5 {
    float: left;
	width: 40%;
    }
  }
@media(max-width: 1110px) {
  #header form input[type="text"] {
    width: 250px;
    }
  }
@media(max-width: 1090px) {
  .linkreg {
    width: 120px;
    }
  #header form input[type="text"] {
    width: 200px;
    }
  }
@media (max-width: 1070px) {  
  #header .row:nth-child(1) .col-lg-5 {
    float: left;
	width: 45%;
    }
  }
@media (max-width: 1055px) { 
  #header form input[type="text"] {
    width: 180px;
	padding-left: 10px;
    }
  }
@media (max-width: 1024px) {
  footer address span {
    width: 10px;
    }
  footer address span b {
    width: 170px;
	line-height: 16px;
	display: block;
	white-space: normal;
    }
  footer .col-md-4.phone {
    width: 22%!important;
    }
  #footer .mobile {
    width: 35%!important;
	}
  }

@media (max-width: 1005px) {
  #header form input[type="text"] {
    width: 170px;
	padding-left: 5px;
    }
  .linkreg {
    width: 130px;
	margin-right: 5px;
    }
  .login {
    width: auto;
    }  
  }
@media(max-width: 968px) {
  #header .linkreg.login {
    margin-left: 4px;
    }
  #footer .mobile {
    width: 33%!important;
	}
  #footer .col-md-4.phone address span {
    width: 180px;
    }
  #footer .col-md-4.phone address span b {
    width: 230px;
    height: 50px;
    display: inline;
    }
  
  }
@media (max-width: 930px) {
  #header .row:nth-child(1) .col-lg-5 {
    width: 48%;
    }
#header .row:nth-child(1) .col-lg-7 {
    width: 52%;
	float: right;
	padding: 0;
    }
  #header form input[type="text"] {
    width: 169px;
	padding-left: 5px;
    }
  #header form input#searchbtn {
    width: 60px;
	line-height: 18px;
	font-size: 12px;
    }
  }
@media (max-width: 850px) {
  #header form input#searchbtn {
    width: 55px;
	line-height: 18px;
	font-size: 11px;
    }
  #header form input[type="text"] {
    width: 145px;
	font-size: 10px;
	padding: 6px 0 6px 5px;
    }
  .linkreg {
    width: 120px;
    }
  .login {
    width: auto;
    }
	#header .row:nth-child(1) .col-lg-5 {
    width: 50%;
    }
   #header .row:nth-child(1) .col-lg-7 {
    width: 50%;
    }
   .phone {padding-left: 35px;margin-left: -10px;}
   .auth p {margin-right: -10px;}
  }
@media (max-width: 830px) {
  #header .phone {padding-left: 32px;}
  .linkreg {
    width: 110px;
    }
  }
@media (max-width: 800px) {
  #header .row:nth-child(1) .col-lg-5 {
    width: 60%;
    }
  #header .row:nth-child(1) .col-lg-7 {
    width: 40%;
	
    }
   /*#header .linkreg {margin-right: 20px!important;}*/
   footer .col-md-4.phone {
     width: 50%!important;
     }
   footer .col-md-4.icons {
     float: right;
	 width: 48%!important;

     }
   #footer .col-md-4.mobile {
     clear: left;
	 float: none;
	 width: 100%!important;
	 text-align: center;
     }
   #footer .col-md-4.mobile h3 {
     margin-bottom: 30px;
     }
   #footer address {clear: left!important;}
   #footer address span {
     width: auto;
	 float: none!important;
	 margin-left: 40px!important;
	 }
   footer address span b {
     width: 320px;
     }
  }
@media (max-width: 847px) {
  #header .col-lg-8 form, #header .col-lg-7 form {display: none;}
  }
@media (max-width: 500px) {
  #header form {width: 100%;}  
  #header form input[type="text"] {
    width: 82%;
    }
  .auth {width: 90%;float: right;}
  .auth p {margin-right: 0px;}
  #header .linkreg {margin-right: 15px;}
  #footer .col-md-4.mobile {text-align:left;}
  }
@media (max-width: 400px) {
  #header form input[type="text"] {
    width: 78%;
    }
  }
@media (max-width: 370px) {
  #header form input[type="text"] {
    width: 77%;
    }
  }
@media (max-width: 360px) {
  #header form input[type="text"] {
    width: 75%;
    }
  }
#header form.panel_search {
  display: none;
  }
@media (max-width: 730px) {
#header form.panel_search  {
  margin: 0;
  background: #55b5d5;
  position: absolute;
  right: 15px;
  top: -15px;
  padding: 19px 10px;
  width: 268px;
  display: none;
  }
#header form.panel_search input[type="text"] {
  background: #eef8fb;
  width: 248px;
  padding: 5px 10px 6px;
  border-radius: 10px;
  display: block;
  border: 0;
  font-size: 15px;
  }
}

@media (max-width: 420px) {
  #header form.panel_search {
	top: -45px;
    }
  }

@media (max-width: 375px) {
  #header form.panel_search {
	right: 0;
    }
  }

#header nav {
  float: right;
  margin-top: -1px;
  margin-right: 7px;
  }

#header nav a {
  font-size: 22px;
  text-transform: uppercase;
  color: #fff;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 15px;
  padding-bottom: 16px;
  float: left;
  font-family: "Segoe UI", sans-serif;
  }
#header nav a.cs, #header nav a:hover {
  background: #646969;
  text-decoration: none;
  border-bottom: 4px solid #2aa2cb;
  padding-bottom: 12px;
  }
#header nav a:hover {
  background: #929797;
  border-color: #3c6;
  }

@media (max-width: 1200px) {
  #header nav a {
    font-size: 21px;
	padding: 16px 10px;
    }
  #header nav {
    margin-top: -2px;
    }
  }

@media (max-width: 1030px) {  
  #header nav a {
    font-size: 20px;
	padding-bottom: 17px;
	padding-top: 17px;
    }
  #header nav a.cs, #header nav a:hover {
    padding-bottom: 13px;
    }
  }
@media (max-width: 980px) {
  #header nav a {
    font-size: 18px;
	}
	#header nav a.cs, #header nav a:hover {
    padding-bottom: 15px!important;
    }
  }
@media (max-width: 900px) {
  #header nav a,
  #blog #header nav a {
    font-size: 17px;
	padding: 19px 8px 19px;
    }
  #blog header nav {
    margin-top: -2px;
    }
  
  }

@media (max-width: 730px) {
  #header nav {
    position: fixed;
	height: 100%;
	right: 0;
	background: #2aa2cb;
	width: 268px;
	top: 106px;
	text-align: left;
	margin-right: 0!important;
	display: none;
    }
  #header nav a,
  #blog #header nav a {
    display: block;
	float: none;
	clear: left;
	padding: 8px 0 8px 30px;
	margin: 0 6px 0 11px;
	border-bottom: 1px solid #55b5d5;
	background: url(bga.png) no-repeat 4px 50%;
    }
  #header nav a:hover {
    text-decoration: underline;
	padding-bottom: 8px!important;
    }
  #left .subscription {
    display: none;
    }
  }
@media(max-width: 420px) {
  #header nav {
    top: 69px;
  }
  #header nav.nav_top {
    top: 133px;
    }
  }
@media(max-width: 375px) {
  #header nav {
    top: 61px;
  }
  #header nav.nav_top {
    top: 125px;
    }
  }
section {
  text-align: center;
  min-height: 100%;
  }

section h2,
.container h2,
footer .registr h2{
  color: #2aa2cb;
  font-size: 22px;
  font-weight: normal;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  }

#design {
  height: 510px;/*658px;*/
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 60px;
  }
@media (max-width: 1380px) {
  #design {
  height: 540px;/*580px;*/
  }
  }
@media (max-width: 780px) {
  #design {
  height: 480px;
  }
  }
@media (max-width: 400px) {
  #design {
  padding-top: 60px;
  }
  }
@media (max-width: 350px) {
  #design {
  padding-top: 83px;
  }
  #header nav {
    top: 100px;
    }
  }
.play {
  display: block;
  min-width: 159px;
  min-height: 159px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -135px 0 0 -80px;
  }
.play img {
  max-width: 159px;
  max-height: 159px;
  }
@media (max-width: 830px) {
  .play {
    margin-left: 0;
	left: 15%;
	min-width: 100px;
	min-height: 100px;
    }
  .play img {
    max-width: 100px;
	max-height: 100px;
    }
  }
@media (max-width: 830px) {
  .play {left: 20%;}
  }
@media (max-width: 500px) {
  .play {
    left: 1%;
	min-width: 50px;
	min-height: 50px;
    }
  .play img {
    max-width: 50px;
	max-height: 50px;
    }
  }
@media (max-width: 400px) {
  .play {
    left: -60px;
   }
  }
#design iframe {
  position: absolute;
  left: 0;
  z-index: 2;
  }
.wrappanel {
  float: right;
  margin: 2px -80px 0 0;
  width: 414px;
  height: 446px;/*508px;*/
  background: url(bgpanel.png) repeat 0 0;
  }
@media (max-width: 1380px) {
  .wrappanel {
    margin-right: -67px;
	height: 410px;/*440px;*/
    }
  }
@media (max-width: 1377px) {
  .wrappanel {
    margin-right: -80px;
    }
  }
@media (max-width: 1375px) {
  .wrappanel {
    margin-right: -74px;
    }
  }

@media (max-width: 1360px) {
  .wrappanel {
    margin-right: -67px;
    }
  }
@media (max-width: 1350px) {
  .wrappanel {
    margin-right: -64px;
    }
  }
@media (max-width: 1340px) {
  .wrappanel {
    margin-right: -58px;
    }
  }
@media (max-width: 1330px) {
  .wrappanel {
    margin-right: -45px;
    }
  }
@media (max-width: 1310px) {
  .wrappanel {
    margin-right: -40px;
    }
  }
@media (max-width: 1300px) {
  .wrappanel {
    margin-right: -33px;
    }
  }

@media (max-width: 1280px) {
  .wrappanel {
    margin-right: -22px;
	width: 400px;
	padding-right: 20px;
    }
  }
@media (max-width: 1270px) {
  .wrappanel {
    margin-right: -15px;
    }
  }
@media (max-width: 1250px) {
  .wrappanel {
    margin-right: -3px;
	padding-right: 0;
    }
  }
@media (max-width: 1240px) {
  .wrappanel {
    margin-right: 0px;
	padding-right: 0;
    }
  }
@media (max-width: 1200px) {
  .wrappanel {
    margin-right: 0px;
	padding-right: 0;
    }
  }
@media (max-width: 780px) {
  .wrappanel {
    width: 300px;
    }
  }
@media (max-width: 500px) {
  .wrappanel {
    width: 246px;
    }
  }

.counter {
/*  border-bottom: 1px solid #cabba4;*/
  margin: 0 50px 0px 0;
  color: #333;
  font-size: 50px;
  line-height: 55px;
  text-transform: uppercase;
  padding-right: 70px;
  padding-bottom: 15px;
  padding-left: 9px;
  text-align: center;
  font-family: "Segoe UI", sans-serif;
  }

.counter b,
.percent-value {
  font-size: 80px;
  line-height: 80px;
  color: #2aa2cb;
  font-weight: bold;
  display: block;  
  margin-right: -10px;
  height: 75px;
  }

@media (max-width: 1380px) {
  .counter {
    font-size: 36px;
	line-height: 20px;
    }
  .counter b {
    font-size: 75px;
	line-height: 70px;
	height: 75px;
    }
  }

#header .counter {display: none;}

@media (max-width: 730px) {
  .linkreg2, #header nav, #header form {
    display: none;
    }
  #header .linkreg {margin-right: 7px;}
  #blog .linkreg { 
    display: block;
    }
  #header .counter {
    display: block;
	height: 38px;
	line-height: 38px;
    float: right;
	font-size: 20px;
	border: 0;
	padding: 0;
	line-height: 15px;
	margin: 0;
    }
  #header .counter span {
    line-height: 38px;
	height: 38px;
	margin-left: 20px;
    }
  #header .counter b {
    font-size: 21px;
	float: left;
	height: 37px;
	line-height: 37px;
	border: 0;
    }
  .wrappanel .counter {
    display2: none;
    padding-top: 0;
	margin-top: 0;
	margin-bottom: 0;
	font-size: 25px;
    }
  .wrappanel .counter b {
    font-size: 60px;
    }
  .wrappanel {
	max-height: 412px;
    }
  #top {
    height: 634px;
    }
  .play {
    margin-top: 0;
	top: 20%;
	left: 18%;
    }
  }
@media (max-width: 700px) {
  #top {height: 617px;} 
}
@media(max-width: 680px) {
  #top {
    height: 617px;
}
}
@media (max-width: 600px) {
  #top {
    height: 609px/*540px*/;
    }
  }
@media (max-width: 500px) {
  #header .col-lg-8 {
    padding-right: 5px;
    }
  #header .counter {
    font-size: 17px;
	height: 30px;
	line-height: 30px;
	width: 200px;
    }
  #header .counter span {
    height: 30px;
	line-height: 30px;
    }
  #header .counter b {
    font-size: 18px;
	height: 29px;
	line-height: 29px;
    }
  #top {
    height: 576px/*540px*/;
    }
  #header .linkreg {
    font-size: 11px;
	width: 90px;
	margin-top: 8px;
	margin-right: 23px;
	border-radius: 7px;
    }
  .login {
    width: auto;
	padding-left: 7px;
	padding-right: 7px;
    }
  }

@media (max-width: 420px) {
  #top {
    height: 595px;
    }
  
  }
@media (max-width: 400px) {
  #top {
    height: 600px;
    }
  #header .linkreg {
	margin-top: 4px;
    }
	#header .linkreg {
    margin-right: 5px;
    }
  #header .login {
    width: auto;
	}
   .try {
    padding: 10px 40px;
    }
  }
@media (max-width: 386px) {
   #top {
    height: 619px;
    } 
}
@media (max-width: 350px) {
  .linkreg {
    margin-top: 14px;
    }
  #top {
    height: 642px;
    }
  }
@media (max-width: 350px) {
  .try {padding: 10px 0;}
  .try p {text-align: left;}
}
#example .new { 
  opacity: 0; 
  }

#example .div_opacity {
  -webkit-transition: opacity .2s ease-in-out;
  -moz-transition: opacity .2s ease-in-out;
  -ms-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out;
  opacity: 1;
  }

.panel_form,
.panel_seti {
  /*border-bottom: 1px solid #cabba4;*/
  margin: 0 55px 0 0;
  padding-right: 50px;
  padding-bottom: 0px;
  text-align: center;
  overflow: hidden;
  }

.panel_seti p {
  margin-bottom: 8px;
  }
.panel_seti .icons {
  padding-left: 15px;
  }
.panel_seti .icons a {
  margin: 0 3px;
  }

.panel_form {
  text-align: right;
  font-size: 14px;
  color: #333;
  border: 0;
  padding-right: 60px;
  }

.panel_form p {
  text-align: center;
  margin-bottom: 8px;
  }

.panel_form a {
  color: #333;
  text-decoration: underline;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  }

.panel_form a:hover {
  text-decoration: none;
  }

.panel_form input[type="text"],
.panel_form input[type="password"] {
  background: #fff;
  border: 1px solid #ccc;
  width: 275px;
  color: #828282;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
  border-radius: 10px;
  padding: 6px 15px 8px;
  margin-bottom: 9px;
  }
  
#login_form label {
  width: 275px;
  text-align: center;
  }
  
#login_form label a {
  text-align: center;
  float: none;
  }

.panel_form a {
  float: right;
  }

.panel_form label {
  float: left;
  margin-left: 24px;
  margin-bottom: 11px;
  font-family: "Segoe UI", sans-serif;
  font-weight: normal;
  }

.panel_form input[type="checkbox"] {
  position: relative;
  top: 1px;
  }

.panel_form input[type="submit"] {
  display: block;
  clear: both;
  margin-left: 25px;
  width: 274px;
  padding: 6px 0 7px;
  background: #2aa2cb;
  border-radius: 10px;
  cursor: pointer;
  color: #fff;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
  border: 0;
  text-transform: uppercase;
  margin-bottom: 10px;
  }

.panel_form p a {
  margin-left: 25px;
  float: none;
  }

@media (max-width: 1440px) {
  .panel {margin-right: -30px;}
  .panel_form input[type="text"], 
  .panel_form input[type="password"] {
    padding: 4px 15px 6px;
	margin-bottom: 5px;
    }
  }
@media (max-width: 1300px) {
  .wrappanel {
    padding-right: 60px;
    }
  }
@media (max-width: 1300px) {
  .panel {margin-right: 0px;width: 360px;}
  .panel_seti, .counter, .panel_form {padding-right: 20px;margin-right: 0;}
  .counter {padding-right: 70px;}
  .panel_form {margin-left: 35px;}
  .panel_form form label {margin-left: 10px;}
  .panel_form input[type="submit"] {
    margin-left: 10px;
    }
  .panel_seti {padding-left: 50px;}
  }
@media (max-width: 1030px) {
 .wrappanel,  .panel {margin-right: 0px;width: 360px;}
  .counter, .panel_form, .panel_seti {
    margin-right: -34px;
    }
  .panel_seti {margin-left: 0;padding-left: 0;}
  .panel_form label {margin-left: 4px;}
  .panel_form input[type="submit"] {
    margin-left: 4px;
    }
  }
@media (max-width: 1000px) {
  .panel_form {margin-left: 0;}
  }
@media (max-width: 830px) {
  .panel_form {margin-left: 35px;}
  }

@media (max-width: 780px) {
  .wrappanel {
	padding-right: 10px;
	width: 300px;
    }
  .counter {
    padding-right: 15px;
	margin-right: 0;
    }
  .panel_form {
    padding-right: 10px;
	margin-right: 0;
	margin-left: 0;
    }
  .panel_form input[type="text"],
  .panel_form input[type="password"] {
    margin-left: 0;
	width: 265px;
    }
  #login_form label {
    width: 265px;
    text-align: center;
    }
  #login_form label a {
    text-align: center;
    float: none;
    }
  .panel_form form label {margin-left: 15px;}
  .panel_form input[type="submit"] {
    margin-left: 15px;
	width: 265px;
    }
  .panel_form label {
    margin-left: 0;
	padding: 0;
    }
  .panel_seti {
    padding-right: 10px;
	margin-right: 0;
	padding-left: 0;
    }
  .wrappanel {
    height: 415px/*498px; */
	}
  }
 @media (max-width: 640px) {
   .panel_form {
     margin-top: 10px;
     }
   }
 @media (max-width: 500px) {
   .wrappanel {width: 250px;height: 385px;}
   .panel_form input[type="text"],
   .panel_form input[type="password"] {
    margin-left: 0;
	width: 200px;
	font-size: 14px;
    }
   #login_form label {
    width: 200px;
    text-align: center;
    }
  #login_form label a {
    text-align: center;
    float: none;
    }
   .panel_seti {font-size: 14px;}
   .panel_seti img {
     min-width: 40px;
	 min-height: 40px;
	 width: 40px;
	 height: 40px;
     }
   .panel_form a {
     font-size: 12px;
     }
   .panel_form label {
     font-size: 12px;
	 float: none;
	 display: block;
	 text-align: center;
	 margin-left: 0;
	 margin-top: 5px;
	 }
   .panel_form a {
     float: none;
	 display: block;
	 text-align: center;
     }
   .panel_form input[type="submit"] {
    margin-left: 25px;
	width: 200px;
    }
	.try p {
    margin-bottom: 15px;
    }
   }
@media(max-width: 400px) {
  .wrappanel {
    height: 385px;
   }
  
  }
.try {
  clear: both;
  text-align: left;
  font-size: 24px;
  color: #fff;
  background: url(bgtry.png) repeat 0 0;
  overflow: hidden;
  padding: 33px 0 30px 0;
  margin-top: -143px;
  position: relative;
  z-index: 3;
  }
@media(max-width: 1380px) {
  .try {margin-top: -143px;}
  }
.try p {
  display: inline-block;
  padding-left: 10px;
  vertical-align: middle;
  }

.try img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -15px;
  }

.try p b {
  display: block;
  font-size: 25px;
  margin-left: -10px;
  }

.try a, .butfree {
  width: 277px;
  float: right;
  background: #33cc66;
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
  border-radius: 18px;
  text-align: center;
  padding: 17px 0 17px 0;
  font-family: "Segoe UI", sans-serif;
  margin-top: 7px;
  }

.try a {
  margin-right: 5px;
  }

@media(max-width: 1366px) {
  .try a {margin-right: 11px;}
  }

.try a.try_img {
  width: auto;
  float: none;
  background: none;
  padding: 0;
  margin-top: 0;
  }
.butfree {
  float: none;
  display: inline-block;
  }
.try a:hover, .butfree:hover {
  text-decoration: none;
  color: #fff;
  }

@media (max-width: 1200px) {
  .try .container {
    margin-left: 0;
	width: 100%;
    }
  .try {
    font-size: 18px;
	margin-top: -130px;
    }
  .try p b {
    font-size: 20px;
    }
   .try a.try_img {
     margin-right: 0;
     }
  }
@media (max-width: 1030px) { 
  .try {
    margin-top: -130px;
    }
  }

@media(max-width: 976px) {
  .try .register_click_index {
    width: 237px;
	font-size: 13px;
	padding: 12px 0;
    }						    
  .try {font-size: 16px;margin-top: -122px;}
  .try p b {font-size: 18px;}
  }
@media (max-width: 900px) {
  
  .try {
    font-size: 17px;
    }
  .try p b {
    font-size: 18px;
    }
  .try a, .butfree {
    font-size: 16px;
	width: 240px;
    }
  }
@media (max-width: 880px) {
  .try .register_click_index {
    margin: 0 auto;
	float: none;
	display: block;
    }
  }
@media (max-width: 780px) {
  .try .container {
    text-align: center;
    }
  .try {
	margin-top: -156px;
	padding: 28px 0 26px 0;
    }

  .try a, .butfree {
    font-size: 15px;
	width: 230px;
    }
  .try a {
    float: none;
	display: inline-block;
    }
  }
@media (max-width: 750px) {
  .try {
    padding: 29px 0 28px 0;
    }

  .try a, .butfree {
    font-size: 14px;
	width: 200px;
    }
  #footer .col-md-4.icons {
    width: 45%!important;
	text-align: right;
    }
  #footer address span b {
    width: 250px;
	}
  }

 @media (max-width: 700px) {
  .col-xs-6_ {}
  .try {
    font-size: 18px;
	padding-top: 10px;
    text-align: center;
	margin-top: -196px;
    }
  .try p {
    width: 100%;
    }
  .try p b {
    font-size: 19px;
    }
  .try a, .butfree {
    font-size: 14px;
	width: 220px;
	float: none;
	display: inline-block;
	margin: 0 auto;
    }
  }
@media (max-width: 680px) {
  .try p b {
    font-size: 17px;
    }
  .try {
    font-size: 16px;
	padding-top: 15px;
    text-align: center;
	
    }
  .try a, .butfree {
    font-size: 14px;
	width: 220px;
	float: none;
	display: inline-block;
	margin: 0 auto;
	padding: 10px 0;
    }
  }
@media (max-width: 600px) {
  .try p b {
    font-size: 16px;
    }
  .try {
    font-size: 15px;
	padding-top: 15px;
    text-align: center;
	margin-top: -187px;
	padding-bottom: 24px;
    }
  }
@media (max-width: 500px) {
  .try p b {
    font-size: 14px;
    }
  .try {
    font-size: 13px;
	padding-top: 13px;
	padding-bottom: 20px;
    text-align: center;	
	margin-top: -191px;
    }
  .try img {
    margin-top: 0;
    }
  }
@media(max-width: 589px) {
  .col-xs-6_ {
    min-width: 50%;
  }
}
@media (max-width: 500px) {
  .col-xs-6_ {
    min-width: 100%;
  }
  }
@media (max-width: 429px) {
  .try {
	margin-top: -212px;
    }
  }
@media (max-width: 413px) {
  .try {
	margin-top: -230px;
    }
  }
@media (max-width: 400px) {
  .try {
    padding: 7px 40px 13px;
	margin-top: -210px;
    }
  }
@media (max-width: 375px) {
  .try {
    padding: 7px 40px 13px;
	}
  }
@media (max-width: 350px) {
  .try {
    padding: 10px 0px;
	margin-top: -210px;
    }
  }
#capabilities {
  overflow: hidden;
  text-align: left;
  padding: 70px 0 0 0;/*50*/
  position: relative;
  z-index: 99;
  }
		

#capabilities #slider {
  position: relative;
  }
#capabilities .clearfix::after {
  clear: none!important;
  }
.turn {
  position: absolute;
  top: 0px;
  right: 0;
  width: 29px;
  height: 29px;
  background: url(turnhov.png) no-repeat 50% 50%;
  cursor: pointer;
  display: none;
  cursor: pointer;
  z-index: 9999;
  }

.turn.bounce {
  background: url(turn.png) no-repeat 50% 50%;
  }

.opportunity {
  float: left;
  width: 33%;
  margin-bottom: 40px;
  }
.opportunity:nth-child(7) {
  clear: left;
  }

@media (max-width: 750px) {
.opportunity:nth-child(3n+3) {
    clear: left;
}
  .opportunity:nth-child(7) {
    clear: none;	
    }

  }
.opportunity .h4 {
  color: #333;
  font-size: 20px;
  font-weight: normal;
  font-family: "Segoe UI", sans-serif;
  overflow: hidden;
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  padding-left: 17px;
  }
@media(max-width: 956px) {
  .opportunity .h4 {
    font-size: 18px;
  }
  }
.opportunity .h4 a {
  display: block;
  color: #333;
  }

.opportunity .h4 b {
  display: table-cell;
  height: 71px;
  vertical-align: middle;
  width: 350px;
  font-weight: normal;
  }

.opportunity .h4 a:hover,
.opportunity .h4 a.active:hover {
  color: #2aa2cb;
  background: none;
  }

.opportunity .h4 a span {
  height: 71px;
  width: 71px;
  float: left;
  margin: 0 20px 0 0;
  }
.opportunity .h4 a.opp1 { 
  padding-left: 0;
  }

.opportunity .h4 a.opp1 span {
  background: url(opportunity1.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  width: 70px;
  height: 70px;
  }

.opportunity .h4 a.opp1:hover span {
  background: url(opportunity1_hov.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }


.opportunity .h4 a.opp2 span{
  background: url(opportunity2.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp2:hover span {
  background: url(opportunity2_hov.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp3 span {
  background: url(opportunity3.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp3:hover span {
  background: url(opportunity3_hov.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp4 span {
  background: url(opportunity4.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp4:hover span {
  background: url(opportunity4_hov.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp5 span {
  background: url(opportunity5.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp5:hover span {
  background: url(opportunity5_hov.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp6 span {
  background: url(opportunity6.png) no-repeat 0 0;  
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.opportunity .h4 a.opp6:hover span {
  background: url(opportunity6_hov.png) no-repeat 0 0;
  background-size: cover;
  -webkit-background-size: 100% 100%;
  }

.layerFill1 { -moz-animation-delay:0.5s; -webkit-animation-delay:0.5s; }
.layerFill2 { -moz-animation-delay:1s; -webkit-animation-delay:1s; }
.layerFill3 { -moz-animation-delay:1.5s; -webkit-animation-delay:1.5s; }
.layerFill4 { -moz-animation-delay:2s; -webkit-animation-delay:2s; }
.layerFill5 { -moz-animation-delay:2.5s; -webkit-animation-delay:2.5s; }
.layerFill6 { -moz-animation-delay:3s; -webkit-animation-delay:3s; }
.layerFill7 { -moz-animation-delay:4.5s; -webkit-animation-delay:5s; }

.opportunity ul {
  list-style: none;
  overflow: hidden;
  margin: 0 0 0 70px;
  }

.opportunity ul li {
  background: url(mark.png) no-repeat 0 5px;
  padding-left: 24px;
  margin-top: 3px;
  line-height: 20px;
  position: relative;
  }

.opportunity a {
  color: #333;
  }

@media (max-width: 850px) {
  .opportunity .h4 {
    font-size: 15px;
	padding-left: 11px;
    }
  .opportunity .h4 a span {
    margin-right: 15px;
	margin-top: 5px;
    }
  .opportunity .h4 b,
  .opportunity .h4 {
    height: 65px;
    }
  .opportunity .h4 a span,
  .opportunity .h4 a.opp1 span {
    height: 55px;
	width: 55px;
    }
  .opportunity ul {
    margin-left: 57px;
    }
  .opportunity ul li {
	font-size: 13px;
    }
  }

@media (max-width: 1030px) {
  .turn {right: 10px;}
  }
@media (max-width: 830px) {
  #capabilities {
    padding-top: 30px;
	padding-bottom: 30px;
    }
  
  #capabilities h2 {
    margin-bottom: 30px;
    }
  }
@media (max-width: 750px) {
  .opportunity {width: 45%;}
  .opportunity .h4 {
	padding-left: 15px;
    }
  }
@media (max-width: 420px) {
  
  section #capabilities h2 {
    font-size: 18px;
    }
  .opportunity {
    margin-bottom: 10px;
	padding-left: 0;
    }
  .opportunity .h4 {
    font-size: 16px;
	padding-bottom: 5px;
    }
  .opportunity .h4 b {
    width: 270px;
    }

  .opportunity .h4 b,
  .opportunity .h4 {
    height: 45px;
    }
  .opportunity .h4 a span,
  .opportunity .h4 a.opp1 span {
    height: 45px;
	width: 45px;
    }
  .opportunity ul {
    margin-left: 42px;
    }
  #capabilities h2 {
    margin-bottom: 30px;
    }
  .turn {right: 30px;}
  }
@media(max-width: 375px) {
  .opportunity .h4 a span,
  .opportunity .h4 a.opp1 span {
    height: 35px;
	width: 35px;
    }
   .opportunity .h4 a span {
    margin-right: 10px;
	}
  }
.hidden{
  opacity: 0;
  }

.visible{
  opacity: 1;
  }

.opportunity img {
  float: left;
  margin-right: 25px;
  margin-bottom: 5px;
  }

#version {
  font-size: 19px;
  color: #010101;
  background: url(fonversion.jpg) no-repeat 50% 0;
  min-height: 579px;
  padding-top: 50px;
  background-size: cover;
  font-family: "Segoe UI", sans-serif;
  position: relative;
  z-index:9;
  }

#version .container {
  text-align: left;
  position: relative;
  }

section #version h2 {
  margin-bottom: 25px;
  }

#version .wrapp p,
#version .links div,
.turn {
  opacity: 0;
  }

.visible {
  opacity: 1;
 }

#version .wrapp {
  padding: 20px 0 0 0;
  overflow: hidden;
  background: url(bg_gains.png) no-repeat 0 50%;
  right: -20px;
  position: absolute;
  width: 60%;
  min-height: 434px;
  background-size: contain;
  }

#version .wrapp p {
  float: left;
  clear: left;
  }

#version .wrapp p a {
  color: #010101;
  display: block;
  }

#version .wrapp p img {
  float: left;
  margin: 0 14px 0 0;
  }

#version .wrapp p:nth-child(1) {
  margin: 0px 50px 0 100px;  
  }

#version .wrapp p:nth-child(1) img {
  margin: 5px 29px 0 0;
  }

#version .wrapp p:nth-child(2) {
  margin: 20px 0 0 160px; 
  }

#version .wrapp p:nth-child(2) img {
  margin-top: -5px;
  margin-right: 34px;
  }

#version .wrapp p:nth-child(3) {
  margin: 25px 0 0 180px;  
  }
#version .wrapp p:nth-child(3) img,
#version .wrapp p:nth-child(4) img,
#version .wrapp p:nth-child(6) img {
  margin-top: -5px;
  }
#version .wrapp p:nth-child(4) {
  margin: 20px 0 0 180px;  
  }

#version .wrapp p:nth-child(5) {
  margin: 20px 0 0 160px;  
  }
#version .wrapp p:nth-child(5) img{
  margin-right: 34px;
  }
#version .wrapp p:nth-child(6) {
  margin: 10px 0 0 105px;  
  }
#version .wrapp p:nth-child(6) img {
  margin-right: 29px;
  }
@media (max-width: 1250px) {
  #version .wrapp {
    width1: 57%;
    right: 0;
    }
  }
@media (max-width: 1130px) {
  #version .wrapp {
    width: 57%;
    right: 0;
    }
  }

@media (max-width: 1030px) {
  #version .wrapp {
	min-height: 377px;
	right: 0px;
	width: 57%;
	font-size: 17px;
	padding-top: 0;
    }
  #version .wrapp p:nth-child(1) {
    margin: 0px 50px 0 70px;  
    }
  #version .wrapp p:nth-child(2) {
    margin-left: 140px; 
	margin-top: 10px;
    }
  #version .wrapp p:nth-child(3),
  #version .wrapp p:nth-child(4) {
    margin-left: 158px;  
    }
  #version .wrapp p:nth-child(5) {
    margin: 20px 0 0 130px;  
    }
  #version .wrapp p:nth-child(6) {
    margin: 10px 0 0 70px;  
    }
  #version .wrapp p:nth-child(6) img {
    margin-top: -10px;
    }
  }
@media (max-width: 830px) {
  #version .wrapp {
    font-size: 15px;
	min-height: 299px;
    }
  #version .wrapp p img {
    width: 35px;
	height: 35px;
    }
  #version .wrapp p:nth-child(1) {
    margin: 0px 50px 0 60px;  
    }
  #version .wrapp p:nth-child(2) {
    margin-left: 105px; 
    }
  #version .wrapp p:nth-child(2) img {
    margin-top: 5px;
    }
  #version .wrapp p:nth-child(3),
  #version .wrapp p:nth-child(4) {
    margin-left: 125px;  
	margin-top: 15px;
    }
  #version .wrapp p:nth-child(4) img {
    margin-top: 5px;
    }
  #version .wrapp p:nth-child(5) {
    margin: 15px 0 0 105px;  
    }
  #version .wrapp p:nth-child(6) {
    margin: 10px 0 0 60px;  
    }
  #version .wrapp p:nth-child(6) img {
    margin-top: -10px;
    }
  #version {
    min-height: 470px;
    }
  section #version h2 {
    margin-bottom: 30px;
    }
  }
@media (max-width: 800px) {
  #version .wrapp {
    right: 0;
    }
  #header .row:nth-child(1) .col-lg-5 {
    float: left;
	width: 55%;
    }
  #header form input[type="text"] {
    width: 130px;
    }
   }
@media (max-width: 780px) {
  #header .row:nth-child(1) .col-lg-5 {
    width: 54%;
	}
  }
@media (max-width: 750px) {
   #version .wrapp p {
	 line-height: 17px;
     }
	#header .row:nth-child(1) .col-lg-5 {
	width: 60%;
    }
   }
@media (max-width: 650px) {
  #version .wrapp {
    position: relative;
    width: 100%;
    display: block;
	background: none;
    }
  #version .wrapp p:nth-child(1),
  #version .wrapp p:nth-child(2),
  #version .wrapp p:nth-child(3),
  #version .wrapp p:nth-child(4),
  #version .wrapp p:nth-child(5),
  #version .wrapp p:nth-child(6) {  
    margin-left: 0;
	display: block;
	overflow: hidden;
	width: 100%;
    }
  #version .wrapp p:nth-child(1) img,
  #version .wrapp p:nth-child(2) img,
  #version .wrapp p:nth-child(3) img,
  #version .wrapp p:nth-child(4) img,
  #version .wrapp p:nth-child(5) img,
  #version .wrapp p:nth-child(6) img {
    min-width: 40px;
	min-height: 40px;
	margin: 0 20px 0 0;
	float: left;
    }
  #version .wrapp p span {
    overflow: hidden;
	width: 78%;
	display: table-cell;
	height: 40px;
	vertical-align: middle;
    }
  }

#version .links {
  width: 577px;
  text-align: center;
  overflow: hidden;
  float: left;
  background: url(bgversion.png) no-repeat 0 0;
  background-size: contain;
  height: 445px;
  padding-top: 330px;
  margin-top: 20px;
  }

#version .links span {
  display: block;
  margin-bottom: 326px;
  font-size: 20px;
  }

#version .links div {
  float: left;
  margin-right: 5px;
  }

#version .links a {
  font-size: 17px;
  color: #fff;
  text-decoration: none;
 /* background: url(bglink.png) no-repeat 0 0;
  background-size: cover;
  width: 131px;	 */
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  }

#version .one img {
  margin: 8px 0 0 12px;
  display: inline-block;
  }

#version .one div:nth-child(1) img {
  margin-right: 17px;
  }

#version .one div:nth-child(2) img {
  margin-right: 30px;
  margin-left: 10px;
  }

#version .one div:nth-child(3) img {
  margin-left: 14px;
  margin-right: 40px;
  }

#version .one div:nth-child(4) img {
  margin-left: 12px;
  margin-right: 20px;
  }
@media (max-width: 1130px) {
  #version .links {
    width: 500px;
    }
	}
@media (max-width: 1030px) {
  #version .links {
    width: 500px;
	height: 396px;
	padding-top: 290px;
    }
  #version .links a {
   /* width: 110px;*/
	height: 42px;
	font-size: 15px;
	padding-top: 3px;
    }
  #version .one img {
    margin-left: 10px;
/*	margin-top: -3px; */
    }
  #version .one div:nth-child(1) img {
    margin-right: 13px;
    }
  #version .one div:nth-child(2) img {
    margin-right: 25px;
    margin-left: 9px;
    }
  #version .one div:nth-child(3) img {
    margin-left: 13px;
	margin-right: 30px;
    }
  #version .one div:nth-child(4) img {
    margin-left: 13px;
    margin-right: 14px;
    }
  }
@media (max-width: 830px) {
  #version .links {
    width: 350px;
	height: 308px;
	padding-top: 220px;
    }
  }
@media (max-width: 830px) {
  #version .links {
    padding-top: 230px;
	height: 408px;
    }
  }
@media (max-width: 800px) {
  #version .links {
    padding-top: 260px;
    }
  
  }
@media (max-width: 650px) {
  #version {
    padding-top: 30px;
    }
  section #version h2 {
    font-size: 18px;
    }
  #version .links {
    display: block;
	width: 100%;
	background-position: 50% 0;
	text-align: center;
	padding-left: 50px;
	height: 450px;
	padding-top: 290px;
    }
  }
@media(max-width: 420px) {
  #version .links div {
    float: none;
	display: inline-block;
    }  
   #version .links {padding-left: 0;text-align: center;}
  }
@media (max-width: 380px) {
  #version .links {
    padding-top: 240px;
    }
  }
@media(max-width: 400px) {
   #version .links {height: 380px;}
  }

#form_registr,
#form_registr2,
#form_registr3{
  min-height: 170px;
  background: #3b3b3b;
  background: linear-gradient(to top, #3b3b3b, #222);
  position: relative;
  z-index: 9;
  }

.registr {
  background: url(bgform_registr.gif) repeat 0 15px;
  min-height: 170px;
  position: relative;
  }
#form_registr .registr h2,
#form_registr2 .registr h2,
#form_registr3 .registr h2{
  color: #fff;
  margin: 0;
  padding-top: 20px;
  }

#form_registr form,
#form_registr2 form,
#form_registr3 form {
  padding-top: 32px;
  }

#form_registr form input[type="text"],
#form_registr2 form input[type="text"],
#form_registr3 form input[type="text"]{
  background: none;
  border-radius: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  font-family: "Segoe UI", sans-serif;
  padding: 7px 8px 10px;
  width: 183px;
  float: left;
  margin-right: 7px;
  }

#form_registr form .button,
#form_registr2 form .button,
#form_registr3 form .button{
  width: 183px;
  color: #b1b8b9;
  font-size: 13px;
  float: left;
  margin-right: 7px;
  }
#formreg, #formreg2, #formreg3 {position: relative;}
#formreg .button span,
#formreg2 .button span {
  line-height: 12px;
  display: block;
  margin-bottom: 5px;
  }
#form_registr form input[type="submit"],
#form_registr form input[type="button"],
#form_registr2 form input[type="submit"],
#form_registr2 form input[type="button"],
#form_registr3 form input[type="submit"],
#form_registr3 form input[type="button"],
#action .link_action,
#analytics .link_action {
  color: #fff;
  font-size: 14px;
  font-family: "Segoe UI", "SegoeUI", sans-serif;
  padding: 10px 8px 11px;
  background: #33cc66;
  border-radius: 10px;
  cursor: pointer;
  text-transform: uppercase;
  border: 0;
  top: 0;
  position: relative;
  float: left;
  }

#form_registr form input[type="button"],
#form_registr2 form input[type="button"],
#form_registr3 form input[type="button"]{
  background: #2aa2cb;
  display: block;
  width: 183px;
  padding: 10px 8px 12px;
  margin-right: 7px;
  }
#form_registr form input[type="button"].disabled,
#form_registr2 form input[type="button"].disabled,
#form_registr3 form input[type="button"].disabled{
      background: #555555;
      cursor: default;
  }
#form_registr img,
#form_registr2 img,
#form_registr3 img{
  float: left;
  border-radius: 10px;
  width: 183px;
  height: 45px;
  margin-right: 7px;
  }
@media (max-width: 1170px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 175px;
    }
  }
@media (max-width: 1130px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 175px;
    }
  }
@media (max-width: 1120px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 160px;
    }
  }
@media (max-width: 1080px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 150px;
    }
  }
@media (max-width: 1040px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 145px;
    }
  }
@media (max-width: 1030px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 143px;
	font-size: 14px;
    }
  #form_registr form .button,
  #form_registr2 form .button,
  #form_registr3 form .button{
    font-size: 13px;
    }
  #form_registr img,
  #form_registr2 img,
  #form_registr3 img{
    width: 143px;
	height: 39px;
    }
  #form_registr form input[type="button"],
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="button"]{
    padding: 8px 8px 11px;
    }
  #form_registr form input[type="submit"],
  #form_registr2 form input[type="submit"],
  #form_registr3 form input[type="submit"]{
    width: 167px;
	font-size: 13px;
	padding: 8px 5px 10px;
	height: 39px;
    }
  }
@media (max-width: 936px) {
  #form_registr form input[type="submit"],
  #form_registr3 form input[type="submit"]{
    width: 150px;
  }
  }
@media(max-width: 878px) {
#form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 130px;
  }
}
@media (max-width: 830px) {
  #form_registr form,
  #form_registr2 form,
  #form_registr3 form{
    padding-top: 22px;
	padding-bottom: 22px;
    }
  #form_registr form input[type="text"],
  #form_registr2 form input[type="text"],
  #form_registr3 form input[type="text"]{
    width: 140px;	
    }
  #form_registr form .button,
  #form_registr2 form .button,
  #form_registr3 form .button{
    width: 128px;
    font-size: 12px;
    }

  #form_registr2 form input[type="submit"]{
    margin: 0 auto;
	float: none;
    }
  }
@media (max-width: 830px) {
  #form_registr form input[type="text"],
  #form_registr2 form input[type="text"],
  #form_registr3 form input[type="text"]{
    width: 127px;
    }
  }
@media (max-width: 965px) {
  #form_registr .container,
  #form_registr2 .container,
  #form_registr3 .container{
    padding-right: 0;
    }
  }
@media (max-width: 950px) {
  #form_registr form input[type="submit"],
  #form_registr2 form input[type="submit"],
  #form_registr3 form input[type="submit"]{
	margin: 0 auto;
	}
  #form_registr .container,
  #form_registr2 .container,
  #form_registr3 .container{
	padding-bottom: 0px;
    }
  }
@media (max-width: 918px) {
#form_registr form input[type="submit"],
#form_registr2 form input[type="submit"],
#form_registr3 form input[type="submit"] {
/*  clear: left;			  */
  }
  #form_registr .container,
  #form_registr2 .container,
  #form_registr3 .container{
	padding-bottom: 10px;
	max-width: 70%;
    }
}
@media (max-width: 878px) {
  #form_registr .container,
  #form_registr2 .container,
  #form_registr3 .container{
	max-width: 100%;
    }
}
@media (max-width: 849px) {
  #form_registr .container,
  #form_registr2 .container,
  #form_registr3 .container{
	max-width: 70%;
    }
}
@media (max-width: 789px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 73%;
    }
  }
@media (max-width: 757px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 75%;
    }
  }
@media (max-width: 737px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 78%;
    }
  }
@media (max-width: 708px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 81%;
    }
  }
@media (max-width: 700px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 86%;
    }
  }
@media (max-width: 662px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 91%;
    }
  }
@media (max-width: 626px) {
  #form_registr .container,
  #form_registr3 .container{
	max-width: 100%;
    }
  }
@media (max-width: 800px) {
  #form_registr2 form input[type="submit"]{
	margin-top: 10px;
    float: none;
	display: block;
	margin-left: 0%;
	}
  #form_registr form input[type="submit"],
  #form_registr3 form input[type="submit"]{
	display: block;
	margin-left: 0%;
	}
  }
@media (max-width: 750px) {
  #form_registr form input[type="submit"],
  #form_registr2 form input[type="submit"],
  #form_registr3 form input[type="submit"]{
	margin-top: 10px;
	margin-left: auto;
	} 
	#form_registr3 form input[type="text"]#smsCode_formreg3 {
    margin-top: 10px;
    }
  }
@media (max-width: 735px) {
  #form_registr form input[type="submit"],
  #form_registr2 form input[type="submit"]{
    float: left; clear: none;
	margin-top: 0;
	}
    #form_registr3 form input[type="submit"]{
    float: left; clear: none;
	}
  }

@media (max-width: 700px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 178px;
	}
  #form_registr img,
  #form_registr2 img,
  #form_registr3 img{
    width: 178px;
	margin-bottom: 10px;
    }
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr3 form input[type="text"],
  #form_registr3 form .button{
    margin-bottom: 10px;
	margin-top: 0;
    }
  #form_registr3 form input[type="text"]#smsCode_formreg3 {
    margin-top: 0;
    }
  #form_registr form,
  #form_registr2 form,
  #form_registr3 form{
    padding-bottom: 25px!important;
    }
 #form_registr .butmodal,
 #form_registr2 .butmodal,
 #form_registr3 .butmodal,
 #design #form_registr2 .butmodal{
   bottom: 0px;
   right: 10px;
   width: 100%;
   }
  #form_registr form input[type="submit"],
  #form_registr2 form input[type="submit"],
  #form_registr3 form input[type="submit"]{
    float: left;
	width: 178px;
	margin-top: 0;
    }
  }

@media (max-width: 569px) {
  #form_registr form input[type="text"],
  #form_registr form .button,
  #form_registr form input[type="button"],
  #form_registr2 form input[type="text"],
  #form_registr2 form .button,
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="text"],
  #form_registr3 form .button,
  #form_registr3 form input[type="button"]{
    width: 98%;
	}
  #formreg2 #mobile_formreg2,
  #formreg2 #smsCode_formreg2,
  #formreg3 #mobile_formreg3,
  #formreg3 #smsCode_formreg3 {
    width: 100%;
    }
  #form_registr form input[type="button"],
  #form_registr2 form input[type="button"],
  #form_registr3 form input[type="button"]{
    width: 100%;
	margin-bottom: 10px;
    }
  #form_registr img,
  #form_registr2 img,
  #form_registr3 img{ 
    width: auto;
    }
  #form_registr form input[type="submit"],
  #form_registr2 form input[type="submit"],
  #form_registr3 form input[type="submit"]{
    width: 98%;
    }
  #form_registr form #keystring_formreg,
  #form_registr2 form #keystring_formreg,
  #form_registr3 form #keystring_formreg{
    width: 72%;
    }
  #formreg .button span,#formreg2 .button span,#formreg3 .button span {text-align: left;font-style: italic;}
   #form_registr form .button,#form_registr2 form .button,#form_registr3 form .button  {margin-bottom: 0;margin-right: 0;}
   #form_registr #mobile_formreg,#form_registr2 #mobile_formreg,#form_registr3 #mobile_formreg  {margin-right: 0;width: 100%;}
  }
#tariffs {
  position: relative;
  z-index: 9;
  }
#tariffs .container {
  text-align: left;
  padding-bottom: 45px;
  padding-top: 66px;
  }

#tariffs h2 {
  margin-bottom: 64px;
  }

#tariffs .col-sm-3 {
  margin-left: 0;
  padding-left: 0;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  }

#tariffs .col-xs-6.col-sm-3:hover {
  transform: scale(1.04);
  }

.base {
  background: #92cc38;
  min-height: 240px;
  border-radius: 30px;
  text-align: center;
  min-width: 260px;
  color: #fff;
  }
.base .link_big {
  display: block;
  color: #fff;
  text-decoration: none;
  overflow: hidden;
  }
.profi {
  background: #3ec6cc;
  }

.vip {
  background: #cc60c2;
  }
.vip2 {
  background: #3c6;
  }

.free {
  background: #e2e2e2;
  }

.base_top {
  height: 167px;
  border-bottom: 1px solid #a5da4f;
  padding-top: 12px;
  }

.profi .base_top {
  border-bottom: 1px solid #66dce2;
  }

.vip .base_top {
  border-bottom: 1px solid #de7cd7;
  }

 .vip2 .base_top {
  border-bottom: 1px solid #4be46c;
  }

.free .base_top {
  border-bottom: 1px solid #ede6e4;
  }

.base_top p {
  font-size: 20px;
  font-family: "Segoe UI", sans-serif;
  margin: 0;
  }

.base_top p:last-child {
  height: 75px;
  display: table-cell;
  width: 260px;
  text-align: center;
  line-height: 25px;
  vertical-align: middle;
  padding: 0 5px;
  }

.base_top span {
  display: block;
  font-size: 46px;
  color: #fcf6c8;
  font-weight: bold;
  background: url(bgbase.png) no-repeat 50% 100%;
  line-height: 35px;
  padding-bottom: 13px;
  }

.free .base_top p {
  height: 150px;
  }

.free .base_top p a {
  color: #282828;
  text-decoration: underline;
  text-transform: uppercase;
  }

.free .base_top img {
  width: 97px;
  height: 64px;
  margin-bottom: 10px;
  }

.base_bottom {
  height: 72px;
  border-top: 5px solid #bbea6a;
  background: #72ab17;
  border-radius: 0 0 30px 30px;
  border-bottom: 1px solid #83b532;
  }

.profi .base_bottom {
  border-top: 5px solid #92f5fa;
  border-bottom: 1px solid #59bfc3;
  background: #1ca6ab;
  }

.vip .base_bottom {
  border-top: 5px solid #ea8de4;
  border-bottom: 1px solid #bd69b6;
  background: #ab3fa1;
  }

.vip .base_bottom small {
  display: block;
  margin-top: -10px;
  font-size: 20px;
  font-weight: normal;
  }

.vip2 .base_bottom {
  border-top: 5px solid #48eb6b;
  border-bottom: 1px solid #48eb6b;
  background: #53ac66;
  }

.free .base_bottom {
  background: #2aa2cb;
  border-top: 5px solid #93cfe3;
  border-bottom: 1px solid #57b6d6;
  }

.base_bottom a {
  display: table-cell;
  height: 65px;
  vertical-align: middle;
  width: 260px;
  text-align: center;
  text-decoration: none;
  font-size: 30px;
  font-family: "Segoe UI", sans-serif;
  font-weight: bold;
  color: #fff;
  }

.base_bottom a:hover {
  text-decoration: none;
  }

.free .base_bottom a {
  font-weight: normal;
  font-size: 18px;
  text-decoration: underline;
  text-transform: uppercase;
  }

@media (max-width: 1030px) {
  .base {
    min-width: 200px;
	min-height: 180px;
    }
   .base_top {
     height: 129px;
    }
   .base_top span {
     font-size: 30px;
	 line-height: 28px;
     }
   .base_top p:last-child {
     height: 40px;
	 line-height: 20px;
	 font-size: 18px;
     }
   .profi .base_top p:last-child {
	  padding: 0;
	  }
   .base_bottom {
	  height: 50px;
	 }
   .base_bottom a {
	   height: 45px;
	   font-size: 20px;
	 }
   .free .base_bottom a {
     font-size: 15px;
     }
   .free .base_top p {
     height: 120px;
    }
   .free .base_top p a {
      font-size: 16px;
    }
   .free .base_top img {
     width: 67px;
	 height: 44px;
     }
   #tariffs .container {
	 padding-bottom: 50px;
     }
  }
@media (max-width: 830px) {
  .base {
    min-width: 160px;
	min-height: 160px;
    }
  .base_top {
     height: 109px;
	 padding-top: 8px;
    }
   .base_top p {
     font-size: 17px;
     }
   .base_top span {
     font-size: 22px;
	 line-height: 24px;
	 padding-bottom: 7px;
     }
   .base_top p:last-child {
     height: 40px;
	 line-height: 20px;
	 font-size: 14px;
	 padding: 0 2px;
     }
   .base_bottom {
	  height: 50px;
	 }
   .base_bottom a {
	   height: 45px;
	   font-size: 18px;
	 }
   .vip .base_bottom small {
     font-size: 18px;
     }
   .free .base_bottom a {
     font-size: 13px;
     }
   .free .base_top p {
     height: 100px;
    }
   .free .base_top p a {
      font-size: 13px;
    }
   .free .base_top img {
     width: 57px;
	 height: 38px;
     }
   #tariffs .container {
     padding-top: 30px!important;
	 padding-bottom: 20px;
     }
   section #tariffs h2 {
     margin-bottom: 30px;
     }
  }
@media (max-width: 650px) {
  section #tariffs .col-xs-6 {
    margin-bottom: 20px;
    }
  }
@media (max-width: 450px) {
  .base_top p {
     font-size: 15px;
     }
  .base_top span {
    font-size: 20px;
	line-height: 24px;
    }
  .base_top p:last-child {
    line-height: 16px;
    }
  .base_bottom a, .base_top p:last-child {
    width: 300px;
    }
  }
@media (max-width: 450px) {
  section #tariffs h2,
  #form_registr .registr h2, 
  #form_registr3 .registr h2, 
  section #reviews h2,
  section #honors h2,
  section #capabilities h2 {
    font-size: 18px;
    }
  #tariffs .col-xs-6 {
    width: 80%;
	margin: 0 auto;
	float: none;
    }
  }

#action, #analytics {
  background: url(bgaction_new.jpg) no-repeat 50% 0;
  background-size: cover;
  height: 535px;
  font-size: 36px;
  color: #333;
  position: relative;
  }
#analytics {
  background: url(bganalytics.jpg) no-repeat 50% 0;
  background-size: cover;
  }

@media(max-width: 420px) {
  #analytics { 
    height: 490px;
  }
  }
@media(max-width: 375px) {
  #analytics { 
    height: 490px;
  }
  #analytics .container {
    padding: 0;
    }
  }
.inf_analytics {
  background: url(inf_analytics.png) no-repeat 0% 0;
  max-width: 446px;
  height: 100%;
  font-size: 30px;
  color: #333;
  text-align: left;
  padding: 150px 0 97px 33px;
  }
.inf_analytics p {
  line-height: 35px;
  }
.inf_analytics h2 { 
  font-size: 30px;
  color: #2aa2cb;
  text-transform: uppercase;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 20px;
  }
@media(max-width: 720px) {
  #analytics {
  background: url(bganalytics_sm.jpg) no-repeat 50% 0;
  background-size: cover;
  }
  #analytics .container {
    padding-left: 0;
    }
  .inf_analytics {
    background: url(inf_analytics.png) no-repeat -10px 0;
	}
  }
@media(max-width: 400px) {
   .inf_analytics,
   .inf_analytics h2 {
     font-size: 25px;
     }
   #analytics {
     max-height: 475px;
   }
  }
@media(max-width: 320px) {
  .inf_analytics {
    padding-left: 13px;
	padding-top: 100px;
    }
  #analytics {
    max-height: 425px;
    }
  }
.inf_analytics h2 b { 
  display: block;
  }
#action .container {
  text-align: left;
  position: relative;
  }

#action h3 {
  background: #2aa2cb;
  color: #fff;
  font-size: 36px;
  font-family: "Segoe UI", sans-serif;
  text-transform: uppercase;
  position: absolute;
  top: -20px;
  left: 435px;
  width: 270px;
  text-align: center;
  padding-top: 17px;
  padding-bottom: 13px;
  }

#action h3:after {
  border-left: 135px solid transparent;
  border-right: 135px solid transparent;
  border-top: 35px solid #2aa2cb;
  position: absolute;
  content: "";
  top: 69px;
  left: 0;
  }

#action img {
  float: left;
  margin: 143px 85px 40px 145px;
  width: 188px;
  height: 274px;/*213px*/
  }

#action h1 {
  font-size: 36px;
  font-weight: normal;
  color: #fff;
  text-transform: uppercase;
  line-height: 40px;
  font-family: "Segoe UI", sans-serif;
  margin-top: 80px;
  padding-top: 120px;
  display: inline-block;
  background: url(syr.png) no-repeat 50% 0;
  }
@media(max-width: 800px) {
  #action h1 {
    background: url(syr.png) no-repeat 50% 0;
	margin-top: 80px;
  padding-top: 120px;
    }
  }
#action h1 b {
  display: block;
  }

section #action h2 {
  color: #333;
  font-size: 36px;
  font-weight: normal;
  font-family: "Segoe UI", sans-serif;
  text-transform: none;
  margin: 0;
  }

#action p {
  line-height: 38px;
  font-size: 30px;
  color: #fff;
  margin-right: 0/*146px*/;
  }

#action .text-center {
  width: 515px;/*458px;*/
  }

#action p span {
  display: block;
  }

#action p strong {
  text-decoration: line-through;
  }
#action p em {
  font-weight: bold;
  font-style: normal;
  }
#action .link_action,
#analytics .link_action {
  width: 280px;
  float: none;
  text-align: center;
  padding: 17px 0 17px 0;
  border-radius: 18px;
  font-size: 18px;
  margin: 30px auto 0;
  z-index: 9;
  display: inline-block;
  will-change: transform;
  transition: transform 0.35s cubic-bezier(0.215, 0.61, 0.355, 1);
  }
#action .link_action:hover,
#analytics .link_action:hover {
  transform: scale(1.04);
  }
#action .link_action:hover,
#analytics .link_action:hover {
  text-decoration: none;
  }

@media (max-width: 1190px) {
  #action img {
	margin-bottom: 105px;
	margin-left: 50px;
    }
  #action p {

    }
  }
@media (max-width: 1190px) {
  #action h1:after {
    top: 69px;
    }
  #action h1 {
    font-size: 30px;
    }
  #action p {
    font-size: 27px;
    }
  }
@media (max-width: 1005px) {
  #action img {
	margin: 135px 40px 45px 50px;
  }	
  #action h1 {
	font-size: 30px;
	line-height: 38px;
    }
  section #action h2 {
    font-size: 30px;
    }
  #action p {
    font-size: 28px;
    }
  #action h3 {
    padding-top: 5px;
    font-size: 33px;
	left: 225px;
    }
  #action h3:after {
    top: 55px;
    }
  #action .link_action {
    margin-top: 20px;
    }
  }
@media (max-width: 900px) {
    #action h3:after {
    top: 54px;
    }
  #action h1 {
    font-size: 26px;
    }
  #action p {
    font-size: 23px;
    }
  }
@media (max-width: 850px) { 
  #action img {margin-left: 0;}
}
@media (max-width: 800px) {
  #action p {
    font-size: 21px;
	line-height: 39px;
    }
  }
@media (max-width: 750px) {
  #action h3:after {
    top: 54px;
    }
  #action h1 {
	font-size: 23px;
    }
  #action p {
     margin-right: 0;
	 font-size: 18px;
   }
  }
@media (max-width: 700px) {
  #action h3:after {
    top: 54px;
    }
  #action img {
	margin: 115px 20px 105px 0;
  }
  #action h1 {

    }
  }
@media (max-width: 650px) {
   #action h1 b {
     width: 100%;
     }
  }
@media (max-width: 640px) {
  #action {
    height: 450px;
	overflow: hidden;
    }
  #action h3 {
    font-size: 30px;
	width: 200px;
	left: 155px;
    }
  #action h3:after {
    top: 51px;
	border-left: 100px solid transparent;
    border-right: 100px solid transparent;
    border-top: 25px solid #2aa2cb;
    }
  #action img {
	margin: 90px 20px 0 0;
	width: 120px;
	height: 175px;/*136px;*/
    } 
  #action h1 {
    font-size: 25px;
	line-height: 30px;
    }
  section #action h2 {
    font-size: 23px;
    }
  section #action p {
    font-size: 25px;
    overflow: hidden;
	line-height: 28px;
    margin-bottom: 0;
    }

  

    cursor: pointer;
	width: 45%!important;
    }
  #footer .col-md-4.icons {
    clear: none;
	width: 35%!important;
    }
  #footer .col-md-4.phone address span b {
    width: 230px;
	height: 33px;
    }

  }
@media (max-width: 600px) {
  #footer .col-md-4.icons {
    width: 50%!important;
	text-align: left;
    }
   #footer .col-md-4.phone {
    cursor: pointer;
	width: 50%!important;
    }
  }
@media (max-width: 550px) {
  #action {
    height: 380px;
    }
  #action img {
    margin-top: 65px;
    }
  #action h1 {
	font-size: 20px;
    }
  section #action h2 {
    margin: 0 0 0 50px;
	font-size: 20px;
    }
  section #action p {
    margin-left: 50px;
	font-size: 18px;
    }
  #action h3 {
    font-size: 23px;
	padding-bottom: 5px;
    }
  #action h3:after {
    top: 35px;
    }
  #action .link_action,
  #analytics .link_action {
	width: 220px;
    padding: 13px 0 13px 0;
    font-size: 16px;
    margin-top: 20px;
    }
   #footer .col-md-4.mobile a {
     margin-bottom: 10px;
     }
  }
@media(max-width: 534px) {
  #footer .col-md-4.phone address span b {
    width: 200px;
    }
  #footer .col-md-4.phone address span b {
    height: 48px;
    }
  #footer address p span {
    width: 80%;
  }
  }
@media (max-width: 500px) {
  #footer .col-md-4.phone {
    width: 90%!important;
    }
  #footer .col-md-4.phone address span b {
    width: 300px;
    }
  }
@media (max-width: 480px) {
  #action {
    height: 360px; /*ng 320px;*/
    }
  .bgng, .bgng1 {display: none;} /*íîâûé ãîä*/
  #action img {
    margin-top: 50px;
	margin-bottom: 20px;
	float: left;
	margin-right: 15px;
	margin-left: -5px;
    }
  #action h3 {
    font-size: 18px;
	width: 150px;
	left: 50%;
	margin-left: -75px;

    }
  #action h3:after {
    border-left: 75px solid transparent;
    border-right: 75px solid transparent;
    border-top: 20px solid #2aa2cb;
	top: 30px;
    }
  #action h1 {
	clear: none;
	font-size: 15px;
	line-height: 22px;
	padding-top: 80px;
	margin-top: 40px;
    }
  section #action h2 {
    font-size: 16px;
	margin: 0;
    }
  section #action p {margin: 0;line-height: 25px;font-size: 15px;}
  #action .link_action, #analytics .link_action {margin-top: 10px;margin-left: auto;margin-right: auto;font-size: 15px;float: none;clear: both;display: block;}
  #footer .col-md-4.icons {
    width: 100%!important;
	text-align: center;
	clear: left;
    }
  
  }
@media (max-width: 450px) {
  #action h3:after {
    top: 29px;
    }
  section #action .text-center {
	width: 55%;
    }
   section #action h1 {
    font-size: 14px;
	line-height: 20px;
	}
  #analytics .link_action {margin: 40px 0;}
  }
@media(max-width: 350px) {
  #footer .col-md-4.phone address span b {
    width: 250px;
    }
  }
@media (max-width: 320px) {
  #action {
    background-position: 0 0;
    }
  section #action .text-center {
    width: 100%;
    }
  .opportunity .h4 {
    padding-left: 0px;
	}
  .opportunity ul {
    margin-left: 22px;
	}
  }
#reviews {
  font-size: 14px;
  line-height: 15px;
  padding-bottom: 0px;
  padding-top: 65px;
  position: relative;
  z-index: 9;
  }

#reviews .container {
  text-align: left;
  }

#reviews h2 {
  margin-bottom: 64px;
  }

#slider1 li img,
.recall img {
  width: 115px;
  float: left;
  margin-right: 19px;
  margin-bottom: 10px;
  border-radius: 115px;
  }

#slider1 li span {
  height: 115px;
  width: 205px;
  display: table-cell;
  vertical-align: middle;
  }

#slider1 li span b,
.recall span b {
  display: block;
  margin-bottom: 3px;
  }

#slider1 li p {
  clear: left;
  width: 332px;
  margin-left: 8px;
  font-size: 12px;
  font-style: italic;
  }

@media (max-width: 1030px) {
  #slider1 li p {
    width: 400px;
    }
  }
@media (max-width: 830px) {
  #slider1 li p {
    width: 580px;
    }
  #reviews {
    padding-top: 30px; 
    }
  section #reviews h2 {
    margin-bottom: 30px;
    }
  section #reviews .container {
    padding-top: 4px;
    }
  }
@media (max-width: 700px) {
  #slider1 li p {
    width: 540px;
    }
  }
@media (max-width: 668px) {
  #slider1 li p {
    width: 510px;
    }
  }
@media (max-width: 650px) {
  #slider1 li p {
    width: 440px;
    }
  }
@media (max-width: 500px) {
  #slider1 li p {
    width: 270px;
    }
  #slider1 li span {width: 150px;}
  }
@media (max-width: 400px) {
  section #reviews h2 {
    font-size: 18px;
   }
  #slider1 li {text-align: center;}
  #slider1 li img,
  .recall img {
    float: none;
	margin: 0 auto 10px;
    }
  #slider1 li span {
    display: block;
	clear: left;
	height: auto;
	width: 180px;
	margin-bottom: 10px;
	text-align: left;
    }
  #slider1 li p {
    width: 230px;
	margin: 0 0 5px 0;
	text-align: left;
    }
  }
 @media (max-width: 350px) {
   #slider1 li p {
    width: 180px;
	}
   }
#clients {
  border-top: 1px solid #e1e1e1;
  font-size: 22px;
  color: #333;
  padding-bottom: 30px;
  padding-top: 66px;
  position: relative;
  }

#clients .container {
  text-align: left;
  }

section #clients h2 {
  margin-bottom: 63px;
  }

#clients ul {
  list-style: none;
  }

#clients li {
/*  float: left;*/
  display: inline-block;
  text-align: left;
  overflow: hidden;
  margin-bottom: 40px;
  margin-right: 25px;
  vertical-align: middle;
  }

#clients li a img {
  float: left;
  }

#clients li a {
  height: 131px;
  display: table-cell;
  vertical-align: middle;
  }

#clients li:nth-child(5n) {
  margin-right: 0;
  }

#clients li:nth-child(8n) {
  margin-left: 50px;
  margin-right: 70px;
  }

#clients li:nth-child(16n) {
  margin-right: 33px;
  margin-left: 0;
  }

#clients p {
  clear: left;
  }

@media (max-width: 830px) {
  #clients {
    padding-top: 35px;
    }
  section #clients h2 {
    margin-bottom: 30px;
    }
  }
@media (max-width: 750px) {
   #clients .container {
    text-align: center;
   }
  #clients li {
	display: inline-block;
    text-align: left;
	float: none;
	}
  #clients li:nth-child(3n) a img {
	max-width: 120px;
    }
  #clients li:nth-child(6n) a img {
    max-width: 190px;
    }
  #clients li:nth-child(9n) a img {
    max-width: 180px;
    }
  }
@media (max-width: 650px) {
  #clients {
    padding-top: 30px;
	padding-bottom: 20px;	
    }  
  #clients li {
	margin-right: 10px;
	min-width: 140px;
	display: inline-block;
    text-align: left;
	float: none;
	}
  #clients li a img {
    float: none;
	margin: 0 auto;
	max-width: 130px;
	max-height: 100px;
	}
  #clients li a {
    display: table-cell;
	vertical-align: middle;
	height: 100px;
	text-align: center;
    }
  #clients li:nth-child(5n) {
    margin-right: 10px;
    }
  #clients li:nth-child(6n) a img {
    min-width: 177px;
    }
  #clients li:nth-child(8n) {
    margin-left: 20px;
	margin-right: 10px;
    }
  #clients li:nth-child(8n) a img {
    max-width: 150px;
	max-height: 85px;
    }
  #clients li:nth-child(11n) a img {
    max-width: 184px;
	max-height: 100px;
    }
  #clients li:nth-child(12n) a img {
    max-width: 130px;
    }
  #clients li:nth-child(16n) a img {
    max-width: 130px;
	}
  #clients p {
    font-size: 18px;
    }
  section #clients h2 {
    font-size: 18px;
	margin-bottom: 30px;
	text-align: left;
    }
  }
@media(max-width: 500px) {
  #animatedElement li img {max-width: 100%;height: auto;}
  #clients li {
    max-width: 40%;
	min-width: 40%;
	text-align: center;
  }
  #clients p {
    text-align: left;
  }
  }
@media (max-width: 400px) {
  #clients li {
    min-width: 130px;
    }
  ul#animatedElement img {
    max-width: 130px;
    height: auto;
    }
  #clients li:nth-child (2n) {
    margin-right: 0;
    }
  #clients li:nth-child(5n) {
    margin-right: 0px;
    }
/*  #clients li:nth-child(5n) img {
    max-width: 110px;
    }*/
  #clients li:nth-child(6n) {
    margin-left:0;
    margin-right: 0;
    }
  #clients li:nth-child(6n) a img {
    min-width: 150px;
	max-width: 150px;
    }
  #clients li:nth-child(8n) {
    margin-left: 0px;
	margin-right: 0px;
    }
  #clients li:nth-child(8n) a img {
    max-width: 140px;
	max-height: 79px;
    }
   #clients li:nth-child(9n) a img {
    max-width: 140px;
    }
  #clients li:nth-child(11n) {
    margin-left: 0;
	margin-right: 0;
    }
  #clients li:nth-child(11n) a img {
    max-width: 130px;
	max-height: 80px;
    }
  #clients li:nth-child(12n) a img {
    max-width: 100px;border: 1px soid #333;
    }
  #clients li:nth-child(16n) a img {
    max-width: 130px;
	}
  #clients li:nth-child(17n) {
    min-width: 100px;
    }
  #clients li:nth-child(17n) a img {
    max-width: 100px;
	}
  #clients li:nth-child(18n) {
    min-width: 130px;
    }
  #clients li:nth-child(18n) a img {
    max-width: 100px;
	}
  }
#honors {
  border-top: 1px solid #e1e1e1;
  padding-top: 66px;
  padding-bottom: 0px;
  position: relative;
  z-index: 9;
  }

section #honors h2 {
  margin-bottom: 64px;
  text-align: left;
  }

#honors figure {
  width: 159px;
  float1: left;
  display: inline-block;
  background: #fff;
  -webkit-transition: all 0.7s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 0.7s ease;
  -ms-transition: all 0.7s ease;
  text-indent: 0px;
  text-align: center;
  margin-right: 0px;
  margin-bottom: 40px;
  margin-left: 4px;
  vertical-align: top;
  }

figure:last-child {
  margin-right: 0;
  }

figure p {
  display: table-cell;
  width: 161px;
  height: 237px;
  border: 1px solid #d7d7d7;
  vertical-align: middle;
  text-align: center;
  }

figure img {width: 150px;}
@media (max-width: 1030px) {
  #honors figure {
    width: 115px;
	margin-right: 10px;
    }
  figure img {
    width: 101px;
    }
   figure p {
	height: 170px;
    }
  }
@media (max-width: 830px) {
  #honors {
    padding-top: 30px;
	padding-bottom: 10px;
    }
  section #honors h2 {
    margin-bottom: 30px;
    }
  }
@media (max-width: 400px) {
  #honors figure {
    width: 110px;
	margin-bottom: 20px;
	margin-left: 10px;
    }
  figure img {
    width: 101px;
    }
  figure p {
    width: px;
	height: 170px;
    }
  section #honors h2 {
    font-size: 18px;
    }
  }

/*figure:focus {
  -webkit-transform: scale(2.5); 
  -moz-transform: scale(2.5); 
  -o-transform: scale(2.5); 
  -ms-transform: scale(2.5);
  z-index: 99999;
  position: relative;
  cursor: pointer;
  }*/

figure figcaption {
  font-size: 12px;
  color: #828282;
  line-height: 14px;
  margin-top: 5px;
  }

/*figure:focus figcaption {
  display: none;
  }*/

figure figcaption b {
  height: 55px;
  display: table-cell;
  vertical-align: middle;
  font-weight: normal;
  width: 159px;
  text-align: center;
  }

.footerclear {
  clear: left;
  }

#blog .footerclear {
  height: 541px;
  }

footer {
  min-height: 541px;
  margin: 0px auto 0 auto;
  overflow: hidden;
  text-align: left;
  color: #a4a4a4;
  font-size: 14px;
  background: #333;
  font-family: 'Segoe UI', sans-serif;
  clear: left; 
  }

#footer {
  margin: 0 auto;
  min-height: 215px;
  }
footer .col-md-4 {
  margin-bottom: 20px;
  }
#footer h3,
#block_info .block h3 {
  color: #979797;
  font-size: 18px;
  font-family: 'Segoe UI', sans-serif;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
  margin-top: 24px;
  }
#footer .mobile h3 {
  margin: -39px 0 35px;/*58*/
  }
#footer .icons {
/*  float: right;*/
  margin-bottom: 39px;
  text-align: center;
  width: 35%;
  }

#footer a {
  margin: 0 0 0 7px;
  display: inline-block;
  width: 52px;
  height: 52px;
  }

#footer .icons a {
  background: #00A3CE;
  border-radius: 52px;
  text-align: center;
/*  font-size: 33px;
  line-height: 47px;*/
  font-size: 37px;
  line-height: 45px;
  color: #333;
  margin-top: 31px;
  }

#footer .icons a:hover {
  background: #3ec6cc;
  text-decoration: none;
  }
#footer address a.icon-location {
  color: #00a3ce;
  }
#footer a.icon-location:hover {
  color: #3ec6cc;
  text-decoration: none;
  }
#footer .mobile {
  padding: 0;
  width: 30%;/*36.5%;*/
  float: right;
  }
#footer .mobile a {
  width: auto;
  height: auto;
  margin: 0 0 5px 0;
  }
[data-icon]:before {
  font-family: 'prostoy';
  content: attr(data-icon);
  speak: none;
  font-weight: normal;
  }

[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: 'prostoy';
  font-style: normal;
  speak: none;
  font-weight: bold;	
  }
[class^="icon0-"], [class*=" icon0-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon0-google-plus {
  vertical-align: top;
  }
.icon0-google-plus:before {
  content: "\ea88";
  line-height: 55px;
}

.demo-icon  {
      font-family: "prostoy";
      font-style: normal;
      font-weight: normal;
      speak: none;   
      display: inline-block;
      text-decoration: inherit;
	  width: auto;
	  padding: 0;
	  margin: 0;
      text-align: center;
      font-variant: normal;
      text-transform: none;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
    }
.icon-location:before { content: '\e800'; font-size: 45px;line-height: 30px;float: left;} 
.icon-youtube:before { content: '\e801'; } 
.icon-youtube-squared:before { content: '\e803'; } 
.icon-vkontakte:before { content: '\e804'; } 
.icon-vkontakte-1:before { content: '\e805'; } 
.icon-facebook:before { content: '\e806'; } 
.icon-twitter:before { content: '\e807'; } 
.icon-twitter-1:before { content: '\e808'; } 
.icon-noun_162426_cc(2):before { content: '\e80d'; }

#footer .phone {
  padding: 5px 0 5px 5px;
  overflow: hidden;
  display: inline-block;
  margin-left: 0px;
  }
#footer .phone img {
  float: left;
  margin-right: 10px;
  }
#footer #phone {
  float: left;
  color: #00A3CE;  
  margin: 0 0 0 -25px;  
  font-size: 55px;
  line-height: 47px;
  width: 63px;
  text-align: left;
  }
#footer .phone p {
  float: left;
  margin: 0 25px 0 0;
  }

#footer .phone p span {
  display: block;
  }
@media(max-width: 1155px) {
  #footer .phone p span {
    max-width: 270px;
  }
}
@media(max-width: 1080px) {
  #footer .phone p span b {
    line-height: 16px;
	white-space: normal;
  }
}
@media(max-width: 1030px) {
  #footer address p {
    width: 100%;
    }
  #footer .phone p span {
    max-width: 230px;
    }
  }
#footer .phone a {
  text-decoration: none;
  color: #a4a4a4;
  width: auto;
  height: auto;
  margin: 0;
  }
#footer .phone a:hover {
  text-decoration: none;
  }
address {
  padding-top: 10px;
  clear: left;
  }
address p {
  height: 29px;
  vertical-align: middle;
  display: table-cell;
  font-style: normal;
  white-space: nowrap;
  }
address p span {
  display: inline-block;
  float: left;
  margin-left: 14px;
  line-height: 18px;
  }

address p b {
  height: 29px;
  vertical-align: middle;
  display: table-cell;
  font-weight: normal;
  }
address img {
  margin-right: 10px;  
  float: left;
  }
address a {
  float: left;
  }
@media(max-width: 1200px) {
  #footer .phone {
    margin-left: 15px;
    }
  #footer h3 {margin-left: 15px;}
  #footer .icons h3 {margin-left: 0;}
  }
@media(max-width: 1150px) {
  #footer .phone {
    width: 30%;
    }
  #footer .col-md-4.icons {
    width: 37%!important;
    }
  }
@media(max-width: 1130px) {
  #footer .phone p span {
    max-width: 250px;
}
  }
@media (max-width: 1090px) {
  address p {white-space: normal;}
  address br {display: none;}
  #footer .phone {
    width: 28%;
    }
  #footer .col-md-4.icons {
    width: 38% !important;
    }
  }
@media(max-width: 1060px) {
  #footer .col-md-4.icons {
    width: 39% !important;
    }
  address p {
    height: 40px;
	}
  #footer .phone p span {
    max-width: 200px;
    }
  }
@media (max-width: 1030px) {
  #footer .phone {
    width: 27%;
    }
  #footer address {
    width: 100%;
    }
  #footer address br {display: none;}
  #footer .col-md-4.icons {
    width: 40%!important;
    }
  }

@media(max-width: 1000px) {
  #footer .col-md-4.icons {
    width: 42%!important;
    }
  }
@media (max-width: 991px) {
  #footer .icons {
    padding: 0;float: left;}
  #footer .phone {
    float: left;}
}
@media (max-width: 965px) {
   #footer .phone {
    width: 25%!important;
   }
   address p {
    height: 50px;
	}
}
@media(max-width: 890px) {
#footer h3 {
  margin-left: 15px;
  }
#footer .mobile h3 {margin-left: 0;}
#footer .phone {
    width: 28%!important;
	margin-left: 15px;
   }
  #footer .col-md-4.icons {
    width: 45% !important;
}
#footer .mobile {
    width: 20%!important;
  }
  }
@media (max-width: 846px) {
  #footer .mobile {
    width: 20%!important;
  }
  #footer .phone {
    width: 30%!important;
   }

  }
@media (max-width: 830px) {
  #footer .phone {margin-left: 15px;margin-bottom: 10px;width:40%!important;float:left;clear:none;}
  #footer .phone p {margin-right: 14px;}
  #footer .phone p:last-child {margin-right: 0;}
  #footer .col-md-4.icons {text-align: center;width:58%!important;float:left;clear:none;}
  #footer address {width:100%;float:left;clear:none;margin-right: 0;margin-left: 0;}
  address p {white-space: normal;}
  address p span {width: 185px;}
  #footer h3 {margin-left: 10px;}
  #footer .icons a {
    max-width: 45px;
	max-height: 47px;
	background-size: contain;
	float: none;
	margin-right: 5px;
	display: inline-block;
    }
   #footer .icons a:last-child {
     margin-right: 0;
     }
   #footer .mobile {
    width: 100% !important;
    padding-left: 15px;
	text-align: center;
    }
	#footer .mobile h3  {text-align: left;margin-top: 0;}
  }
@media (max-width: 800px) {
  #footer .phone {width:48%!important;}
  #footer .col-md-4.icons {width: 50%!important;}
  }
@media (max-width: 750px) {
  address p span br {display: none;}
  }
@media (max-width: 747px) {
  #footer .icons a {
    margin-top: 0;
	margin-bottom: 10px;
  }
  #footer .phone {
    width: 45% !important;
}
  }
@media (max-width: 650px) {
  #footer .phone {margin-left: 0px;width:50%!important;}
  #footer address {width:100%;}
  #footer .col-md-4.phone address span {width: 85%;float: left;max-width: 320px!important;}
  #footer address p span b {max-width: 300px;height: 32px;}
  #footer .icons {width:100%!important;float:left;}
  }
@media(max-width: 530px) {
  #footer address p span {width: 84%;}
  #footer address {width: 100%;}
  #footer .mobile {padding-left: 11px;}
  }
@media (max-width: 509px) {
  #footer address p span {
    width: 83%;
    }
  }
@media (max-width: 500px) {
  #footer .phone {width:100%;margin-left: 10px;margin-bottom: 0;}
  #footer address {width:100%;}
  #footer .icons a {font-size: 30px;float: none;}
  #footer .icons {clear:left;}
  #footer .col-md-4.icons {
    width: 100% !important;
	margin-bottom: 20px;
	text-align: left;
	padding-left: 5px;
    }
  #footer address p span {
    width: 80%;
   }
  }
.copy {
  text-align: center;
  border-top: 1px solid #565656;
  padding: 20px 0 22px 0;
  clear: both;
  position: relative;
  }
.copy span {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  text-align: left;
  font-size: 12px;
  width: 300px;
  }

.copy span img {
  float: left;
  max-width: 50px;
  }
.copy span em {
  width: 240px;
  display: inline-block;
  font-style: normal;
  line-height: 13px;
  padding-top: 14px;
  }
.w1200 {
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
  }
@media(max-width: 820px) {
  .copy {
    text-align: right;
	padding-right: 10px;
    }
  }

@media(max-width: 520px) {
  .copy {
    text-align: center;
	padding-right: 0;
    }
  .copy span {
    position: static;
	margin: 10px auto 0;
    }
  }

#block_forms {
  background: #eee;
  clear: both;
  overflow: hidden;
  min-height: 88px;  
  }

#block_forms p {
  display: table-cell;
  height: 88px;
  vertical-align: middle;
  font-size: 18px;
  color: #323232;
  padding-top: 35px;
  }

#block_forms p a {
  color: #2aa2cb;
  text-decoration: underline;
  }

#block_forms p a:hover {
  text-decoration: none;
  }

#block_forms form {
  padding-top: 27px;
  }

#block_forms form input[type="text"] { 
  background: #fff;
  border: 1px solid #c2c2c2;
  border-radius: 10px;
  width: 372px;
  padding: 7px 10px 9px 20px;
  font-size: 18px;
  color: #828282;
  font-family: "Segoe UI", sans-serif;
  float: left;
  }

#block_forms form input[type="submit"] {
  width: 162px;
  height: 44px;
  padding: 0 0 0 0;
  font-size: 14.5px;
  text-transform: uppercase;
  color: #fff;
  background: #828282;
  border: 0;
  border-radius: 10px;
  float: left;
  margin-left: -16px;
  font-family: "Segoe UI", sans-serif;
  cursor: pointer;
  }

#blog #block_forms div.col-sm-6 {
  display: none;
  }

@media (max-width: 1030px) {
  #block_forms p {
	margin-left: 0;
	font-size: 17px;
	width: 50%;
    }
  #block_forms form {
	width: 50%;
    }
  #block_forms form input[type="text"] {
    width: 71%;
    }
  #block_forms form input[type="submit"] {
    width: 120px;
	font-size: 14px;
    }
  }

@media (max-width: 830px) {
  #block_forms p {
    padding-top: 10px;
	min-height: 70px;
    }
  #block_forms form {
	margin-bottom: 20px;
	overflow: hidden;
    }
  #block_forms form input[type="text"] {
    width: 68%;
	font-size: 15px;
	padding-left: 10px;
	}
  #block_forms form input[type="submit"] {
    height: 40px;
    }
  }

@media (max-width: 750px) {    
	#block_forms form {width: 100%;}
  }

#block_info {
  background: #2aa2cb;
  text-align: left;
  overflow: hidden;
  padding-bottom: 66px;/*ng 26px;*/
  position: relative;
  }

#block_info .block {
  border-right: 1px solid #55b5d5;
  margin-top: 30px;
  padding-top: 9px;
  min-height: 172px;
  }
@media (max-width: 770px){  
  #block_info .block {
    min-height: 215px;
    }
  #block_info .block:first-child {
     margin-left: 0;
	 padding-left: 0;
     }
   #block_info .block {
     padding-top: 0;
   }
   }
 @media (max-width: 765px){    
  #block_info .block:first-child {
     margin-left: 0;
	 padding-left: 16px;
     }
   }
 @media (max-width: 450px){
   #block_info .block {min-height: 50px!important;border-right: 0;}
   #block_info {padding-bottom: 30px;}
   }
@media(max-width: 349px) {
  #block_info .container {
    overflow: hidden!important;
    }
 }
#block_info .block:last-child {
  border-right: 0;
  /*padding-top: 0;*/
  }

#block_info .block ul {
  list-style: none;
  margin: 0 0 0 32px;
  }

#block_info .block ul li a {
  color: #c7e2ee;
  }
#block_info .block ul li a.free_link {
  font-size: 15px;
  text-decoration: underline;
  }
#block_info .block ul li a.free_link:hover {
  text-decoration: none;
  }
#block_info .block h3 {
  color: #94cae1;
  margin: 0 0 8px 32px;
  }
@media(max-width: 800px) {
  #block_info .block h3 {
    font-size: 15px;
    }
  }
@media (min-width: 770px){
  #block_info .block:first-child h3,
  #block_info .block:first-child ul {
    margin-left: 0;
  }
  }

/*blog*/
#blog {
  position: relative;
  }
.bg {
  background: #f4f4f4 none repeat scroll 0 0;
  height: 100%;
  position: absolute;
  width: 50%;
  z-index: 1;
  top: 0;
  }

@media (max-width: 730px){
  #blog {background: none;}
  .bg {display: none;}
  }
#blog nav {
  margin-right: 7px;
  margin-top: 0px;
  }
#blog header nav a {
  padding-top: 14px;
  }
@media (max-width: 650px) {
  #blog nav {
    margin-right: 0;
	margin-top: 0;
    }
  }
nav .cs, nav a:hover {
  background: #646969;
  text-decoration: none;
  }

header .auth {
  float: right;
  min-width: 150px;
  margin-left: 5px;
  }

header .auth a {
  font-size: 14px;
  color: #2aa2cb;
  float: left;
  margin-top: 2px;
  }

header .auth a span {
  vertical-align: middle;
  height: 33px;
  display: table-cell;
  }

header .auth a.exit {
  color: #4c4c4c;
  margin: 2px 25px 0 10px;
  }

header .auth img,
header .auth .img_foto {
  width: 33px;
  height: 33px;
  float: left;
  margin: 3px 0 0 11px;
  border-radius: 50%;
  }
header .auth p {
  display: inline-block;
  margin-bottom: 0;
  }
@media (max-width: 500px){
  header .auth {width: auto;}
  }
@media (max-width: 410px){
  header .auth a.exit {
    margin-right: 0;
	margin-top: 0;
    }
  header .auth {
	min-width: 120px;
   }
  header .row {
    background: #fff;
    height: 43px;
	margin-right: 0;
  }

  header .row:nth-child(2n) {
    background: none;
  }
  header .auth a span {
    height: 20px;
	line-height: 18px;
    }
  }
@media (max-width: 410px){
  #wrapper {  
    padding-top: 23px;
  }
  }
@media (max-width: 400px){
  header {
    background: none;
    }
  header .row {
    background: #fff;
	min-height: 33px;
	height: 33px;
  }

  header .row:nth-child(2n) {
    background: url(bgrow.png) repeat 0 0;
	min-height: 48px;
	height: 53px;
  }
  header .auth {
    margin-left: 0;
	text-align: right;	
	}
  header .auth a {
    margin-top: 0;
    }
  header .auth a span {
    height: 28px;
    }
  header .auth img {
    height: 28px;
	width: 28px;
	margin-top: 1px;
	border-radius: 28px;
    }
  }

@media (max-width: 372px){
  header .auth {
/*	min-width: 170px;*/
  width: auto;
	}
  }
@media (max-width: 350px){
  header {
    background: none;
    }
  header .row {
	min-height: 55px;
	height: 55px;
  }
  header .auth {
    overflow: hidden;
	height: 54px;
    }
  }
@media (max-width: 350px){
  header .auth {
    text-align: right;
    }
  header .auth a, header .auth img  {
    display: inline-block;
	float: none;
	vertical-align: top;
	clear: both;
    }
  header .auth a.exit {   
    clear: both;
	float: right;
	display: block;
    }
  header .auth p {
    display: block;
    }
   header .row:nth-child(2n) {
	padding-bottom: 7px;
  }
  }
#blog section {
  min-height: 100px;
  padding-top: 62px;
  }

#blog section .container {
  position: relative;
  z-index: 9;
  }

#blog footer {
  margin-top: -541px;
  z-index: 999;
  position: relative;
  }

#blog section #left {
  float: left;
  width: 220px/*22,5%/*15%*/;
  margin-left: 0px;
  margin-top: 11px;
  }

@media (max-width: 1030px) {
  #blog section #left {
    width: 170px;
  }
 }

.subscription {
  padding-top: 10px;
  }

#block_forms .subscription p {
  font-size: 15px;
  font-style: italic;
  text-align: center;
  width: 345px;
  min-height: 30px;
  height: auto;
  background: #fff;
  float: left;
  margin: 5px 10px 0 13px;
  border-radius: 10px;
  padding: 3px 10px 10px;
  position: relative;
  border: 1px solid #d7d7d7;
  color: #333;
  float: left;
  }
@media(max-width: 1030px) {
  #block_forms .subscription p {
    margin: 0 10px 3px 13px;
    }
  .subscription {
    padding-top: 5px;
    }
  }
#block_forms .subscription p:before {
  content: "";
  width: 13px;
  height: 13px;
  right: 100%;
  top: 20px;
  position: absolute;
  border-top: 7px solid transparent;
  border-right: 11px solid #fff;
  border-bottom: 7px solid transparent;
  }

#block_forms .subscription img {
  float: left;
  width: 63px;
  height: 63px;
  border-radius: 63px;
  margin-bottom: 0px;
  }

#block_forms .subscription form input[type="text"] {
  float: left;
  width: 222px;
  background: #fff;
  border: 1px solid #d7d7d7;
  padding: 6px 15px;
  margin-top: -12px;
  margin-bottom: 10px;
  border-radius: 8px;
  margin-right: 10px;
  }

#block_forms .subscription form input[type="submit"] {
  background: #2aa2cb;
  padding: 9px 15px;
  height: auto;
  width: 222px;
  border-radius: 10px;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  cursor: pointer;
  margin: -12px 0 0 0;
  }

#block_forms .subscription a {
  font-size: 14px;
  }

@media (max-width: 1199px) {
  #block_forms .subscription form input[type="text"] {
    width: 24%;
    }
  #block_forms .subscription p {
    width: 245px;
	margin-top: 0;
	margin-bottom: 5px;
    }
  }
/*@media (max-width: 1165px) {
  #block_forms .subscription form input[type="text"] {
    width: 28%;
    }
  }*/
@media (max-width: 1148px) {
  #block_forms .subscription form input[type="text"] {
    width: 23%;
    }
   #block_forms .subscription p {
    width: 205px;
	margin-top: 0;
	margin-bottom: 5px;
    }
  }
@media (max-width: 1050px) {
  #block_forms .subscription form input[type="text"] {
    width: 23%;
    }
  #block_forms .subscription p {
    width: 200px;
    }
  }
@media (max-width: 1030px) {
  #block_forms .subscription form {
    width: 100%;
    }
  .subscription img {
    width: 50px;
	height: 50px;
	margin-right: 0;
    }
  #block_forms {
	text-align: center;
	padding: 5px;
	margin-top: 0px;
	margin-bottom: 0px;
    }
  #block_forms .subscription form input[type="text"] {
    width: 24%;
    }
  #block_forms .subscription form input[type="submit"] {
    width: 163px;
    }
  }
@media (max-width: 980px) {
  #block_forms .subscription form input[type="text"] {
    width: 23%;
    }  
  }
@media (max-width: 950px) {
  #block_forms .subscription form input[type="text"] {
    width: 23%;
    }  
  }
@media (max-width: 930px) {
  #block_forms .subscription form input[type="text"] {
    width: 22%;
    }
  #block_forms  .subscription form input[type="submit"] {
    width: 165px;
    }	
  }
@media (max-width: 900px) {
  #block_forms .subscription form input[type="text"] {
    width: 21%;
    }
}
@media (max-width: 890px) {
  #block_forms .subscription form input[type="text"] {
    width: 20%;
    }
}
@media (max-width: 840px) {
  #block_forms .subscription form input[type="text"] {
    width: 20%;
    }
  #block_forms  .subscription form input[type="submit"] {
    width: 150px;
	padding-left: 0;
	padding-right: 0;
    }
}
@media (max-width: 830px) {
  #block_forms .subscription form {
	width: auto;
	margin: 0;
    }
  #block_forms .subscription form input[type="text"] {
    width: 32%;
	padding-top: 8px;
	padding-bottom: 8px;
    }
  #block_forms .subscription form input[type="submit"] {
    width: 143px;
	font-size: 13px;
	padding-left: 0;
	padding-right: 0;
    }
}
@media (max-width: 800px) {
  #block_forms .subscription form input[type="text"] {
    width: 31%; 
	}
  }
@media (max-width: 780px) {
  #block_forms .container {
    padding-left: 0;
	padding-right: 0;
	margin-left: 0;
    }
  #block_forms .subscription form input[type="submit"] {
    width: 140px;
    }
  }
@media (max-width: 770px) {
  #block_forms .subscription form input[type="text"] {
    width: 32%;
	}
  #block_forms .subscription form input[type="submit"] {
    width: 140px;
	font-size: 13px;
	padding: 10px 0 11px;
	text-align: center;
    }
    
  }
@media (max-width: 760px) {
  #block_forms .subscription form input[type="submit"] {
    width: 133px;
    }
  }
@media (max-width: 745px) {
  #block_forms .subscription form input[type="submit"] {
    width: 140px;
    }
  	#block_forms .subscription p {width: 145px;font-size: 12px;}
  #block_forms .subscription p a {font-size: 12px;}
  }

@media (max-width: 735px) {
  #block_forms .subscription form input[type="text"] {width: 140px;}
  #block_forms .subscription form input[type="submit"] {width: 140px;}
  
  }
@media (max-width: 730px) {
  #block_forms .subscription {
    text-align: center;
    }
  #block_forms .subscription img {float: none;display: inline-block;}
  #block_forms .subscription p {float: none;margin: 0 0 0 15px;width: 345px;padding: 5px 10px;display: inline-block;font-size: 15px;}
  #block_forms .subscription p a {font-size: 14px;}
  #block_forms .subscription form {
    width: 100%;
    }
  #block_forms .subscription form input[type="text"] {width: 239px;}
  #block_forms .subscription form input[type="submit"] {width: 183px;}
  }
@media (max-width: 727px) {
  #block_forms .subscription form input[type="text"] {width: 234px;}
  }
@media (max-width: 718px) {
  #block_forms .subscription form input[type="text"] {width: 228px;}
  }
@media (max-width: 715px) {
#block_forms .subscription form input[type="text"] {width: 226px;}
  }

@media (max-width: 708px) {
  #block_forms .subscription form input[type="text"] {width: 224px;}
  }
@media (max-width: 706px) {
  #block_forms .subscription form input[type="text"] {width: 224px;}
  }
@media (max-width: 704px) {
  #block_forms .subscription form input[type="text"] {width: 218px;}
  }
@media (max-width: 702px) {
  #block_forms .subscription form input[type="text"] {width: 217px;}
  }
@media (max-width: 700px) {
  #block_forms .subscription form input[type="text"] {width: 215px;}
  }
@media (max-width: 690px) {
  #block_forms .subscription form input[type="text"] {width: 215px;}
  }
@media (max-width: 680px) {
  #block_forms .subscription form input[type="text"] {width: 210px;}
  #block_forms .subscription form input[type="submit"] {width: 175px;}    
  }
@media (max-width: 660px) {
  #block_forms .subscription form input[type="text"] {width: 205px;}
  }
@media (max-width: 655px) {
  #block_forms .subscription form input[type="text"] {width: 200px;}
  }
@media (max-width: 645px) {
  #block_forms .subscription form input[type="text"] {width: 198px;}
  #block_forms .subscription a {
    font-size: 13px;
    }
  }
@media (max-width: 640px) {
  #block_forms .subscription form input[type="text"] {width: 195px;}
  }
@media (max-width: 630px) {
  #block_forms .subscription form input[type="text"] {width: 189px;}
  #block_forms .subscription form input[type="submit"] {width: 170px;}    
  }

@media (max-width: 615px) {
  #block_forms .subscription form input[type="submit"] {width: 165px;} 
  }
@media (max-width: 610px) {
  #block_forms .subscription form input[type="submit"] {width: 147px;} 
  }
@media (max-width: 600px) {
  #block_forms .subscription form input[type="text"] {width: 185px;}
  }
@media (max-width: 590px) {
  #block_forms .subscription form input[type="text"] {width: 180px;}
  }
@media (max-width: 580px) {
  #block_forms .subscription form input[type="text"] {width: 177px;}
  }
@media (max-width: 575px) {
  #block_forms .subscription form input[type="text"] {width: 48%;}
  #block_forms .subscription form input[type="submit"] {margin: 0 auto 10px;width: 189px;font-size: 13px;float: none;clear: left;} 
  }
@media (max-width: 545px) {
  #block_forms .subscription form input[type="text"] {width: 47%;}
  #block_forms .subscription p {width: 300px;}
  }
@media (max-width: 500px) {
  #block_forms .subscription p {width: 250px;font-size: 14px;}
  }
@media (max-width: 450px) {
  #block_forms .subscription form input[type="text"] {width: 99%;float: none;margin: 0 0 10px 0;} 
  #block_forms .subscription form input[type="submit"] {
    width: 99%;
	height: 37px;
	font-size: 13px;
	margin-top: 5px;
    }
  #block_forms .subscription p {width: 195px;}
  }

#blog section nav {
  margin-bottom: 30px;
  }

#blog section nav p {
  display: block;
/*  height: 56px;  	 */
  border-bottom: 1px solid #e2e3e3;  
  font-size: 18px;
  padding-left: 5px;
  text-align: left;
  font-family: "Segoe UI", sans-serif;
  margin-bottom: 0;
  }

#blog section nav a {
  background: url(bgnav.png) no-repeat 0 50%;
  padding: 0 0 0 27px;
  display: table-cell;
  vertical-align: middle;
  height: 56px;
  color: #282828;
  }
#blog section nav a:hover,
#blog section nav p a.cb,
#blog section nav#navleft p a.cb,
#blog section nav#navleft a.cs,
#blog section nav#navleft a:hover {
  background: url(bgnavhov.png) no-repeat 0 50%;
  }
#blog section nav p b {
  font-weight: normal;
  }
#blog section nav .link_event {
  display: none;
  }
#blog section nav#navleft.navsections a {
  clear: left;
    display: block;
    height: auto;
    padding: 12px 0 14px 33px;
    border-bottom: 1px solid #e2e3e3;
    background-position: 5px 50%;
	text-align: left;
	font-size: 18px;
  }
#blog section nav#navleft.navsections a:hover {
  background: url(bgnavhov.png) no-repeat 5px 50%;
  }
@media (max-width: 1030px) {
  #blog section nav p.pbtn6 a {
    word-wrap: break-word;
    }
  }
@media (max-width: 730px) {
  #blog section nav {
    display: none;
	position: absolute;
	background: #e9e9e9;
	width: 244px;
	top: 0px;
	margin-left: -10px;
	opcity: 0.5;
	padding-top: 21px;
	z-index: 9;
    }
  #blog #left nav {
    margin-left: 0;
	left: 0;
	position: absolute;
    top: 0;
    z-index: 10;
    }
  #blog section nav p {
    padding-left: 29px;
	height: 45px;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
    }
  #blog section nav a {
    height: 40px;
    }
  #blog section nav#navleft p {
    padding-left: 29px;
	height: 45px;
	font-size: 16px;
	line-height: 16px;
	margin-bottom: 0;
    }
  #blog section nav#navleft p a.cb,
  #blog section nav#navleft a.cs,
  #blog section nav#navleft a:hover {
    background-position: 0px 50%;
    }
  #blog section nav a,
  #blog section nav#navleft a {
	font-size: 16px;
	line-height: 16px;
	height: 40px;
    }
  #blog section nav#navleft.navsections a {
    padding: 12px 0 14px 55px;
	background-position: 27px 50%;
    }
  #blog section nav#navleft.navsections a.cs,
  #blog section nav#navleft.navsections a:hover {
    background-position: 27px 50%;
    }
  #blog section nav a.link_event {
    display: block;
	color: #379cbe;
	font-size: 15px;
	font-weight: bold;
	background: none;
	margin-top: 10px;
	margin-bottom: 15px;
	height: auto;
	text-decoration: underline;
	text-align: left;
    }
  #blog section nav .link_event:hover {
    text-decoration: none;
	background: none;
    }
  }

@media (max-width: 520px) {
  #click {
    top: 0px;
    }
  }
#blog section main {
  float: left;
  width: 60.3%;
  border-right: 1px solid #eff0f0;
  text-align: left;
  font-family: "Segoe UI", sans-serif;
  font-size: 15px;
  color: #282828;
  background: #fff;
  border-left: 1px solid #ececec;
  min-height: 750px;
  }

#blog section main#main {
  width: 80.5%;
  border-right: 0;
  min-height: 1105px;  
  }
@media (max-width: 1130px){
  #blog section main#main_blog {
    width: 60%;
    }
  }
@media (max-width: 1046px){
  #blog section main#main_blog {
    width: 58%;
    }
  }
@media (max-width: 1030px){
  #blog section main#main_blog {
    width: 60%;
    }
  }
@media (max-width: 941px){
  #blog section main#main_blog {
    width: 59%;
    }
  }
@media (max-width: 896px){
  #blog section main#main_blog {
    width: 57%;
    }
  }
@media (max-width: 870px){
  #blog section main#main_blog .main {
    padding-left: 10px;
    }
  }
@media (max-width: 1250px){
  #blog section main#main {
    width: 80%;
    }
  }
@media (max-width: 1200px){
  section .container,
  footer .container {
    width: 100%;
    }
  }
@media (max-width: 1150px){
  #blog section main#main {
    width: 79%;
    }
  }
@media (max-width: 1100px){
  #blog section main#main {
    width: 77%;
    }
  }
@media (max-width: 950px){
  #blog section main#main {
    width: 81%;
    }
  }
@media (max-width: 940px){
  #blog section main#main {
    width: 79%;
    }
  }

@media (max-width: 900px){
  #blog section main#main {
    width: 79%;
    }
  }
@media (max-width: 860px){
  #blog section main#main_blog {
    width: 54%;
    }
  #blog section main#main {
    width: 78%;
    }
  }
@media (max-width: 830px){
  #blog section main#main_blog {
    width: 50%;
    }
}
@media (max-width: 820px){
  #blog section main#main {
    width: 76%;
    }
  #blog section main#main_blog {
    width: 50%;
    }
  }
@media (max-width: 800px){
  #blog section main#main_blog {
    width: 50%;
    }
  }
@media (max-width: 760px){
  #blog section main#main_blog {
    width: 49%;
    }
  #blog section main#main {
    width: 75%;
    }
  }
@media (max-width: 750px){
  #blog section main#main {
    width: 74%;
    }
  }
@media (max-width: 730px){
  #blog section #left {
    width: auto;
    }
  #blog section main#main_blog {
    width: 70%;
    }
  }
#blog section main .txt {
  padding: 0 0 30px 20px;
  }
#blog section main .txt .blog {
  margin-left: -20px;

  }
@media (max-width: 730px){
  #blog section main#main {
    width: 100%;
	clear: both;
    }
  #blog section .container {
    margin-left: 0;
	padding-left: 0;
    }
  #blog section main h2 {
	  margin-left: 10px;
	  }
  }
@media (max-width: 620px){
  #blog section main#main_blog {
	border: 0;
    }
  
  }
@media (max-width: 600px){
  #blog section main#main_blog {
    width: 100%;
	border: 0;
    }
  #blog section main .txt {
    padding: 0 15px 30px 15px;
   }
   #blog section main#main_blog .main {
    padding-left: 0px;
    }	
	#blog section main#main .main .blog {
	  margin-left: 15px;
	  margin-right: 10px;
	  }
	
  }
@media (max-width: 400px){
  #blog section main#main, 
  #blog section main#main .main {padding-top: 0;}
  #blog section main#main_blog {padding-top: 5px;}
  #blog section main .txt {
    padding: 0 25px 30px 5px;
   }
  #blog section main h2 {
	margin-left: 0px;
	}
  }
@media (max-width: 370px){
  #blog section main#main .main,
   #blog section main#main_blog .main{padding-top: 15px;}
  }
#blog section aside {
  float: left;
  width: 17%;
  margin-left: 1%;
  }

@media (max-width: 1030px) {
  #blog section aside {
    width: 20%;
    }
  }
@media (max-width: 830px) {
  #blog section aside {
    width: 25%;
    }
  }
@media (max-width: 730px) {
  #blog section aside {
    width: 29%;
    }
  }
@media (max-width: 600px) {
  #blog section aside {
    width: 100%;
	clear: left;
    }
  }
aside h3 {
  color: #282828;
  font-size: 18px;
  text-transform: none;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 20px;
  padding-top: 6px;
  margin-bottom: 34px;
  }

aside a {
  display: block;
  text-align: center;
  margin-bottom: 36px;
  }

@media (max-width: 780px) {
  .banner_top {
    width: 172px;
    }
  }

#banners {
/*  border-top: 1px solid #e9e9e9;*/
  padding: 20px 0 0 0;
  }

.main {
  padding: 6px 16px 0 13px;
  }

#blog section main h2,
#blog section main h1,
#blog section .searchResults h1 {
  font-size: 18px;
  color: #2aa2cb;
  text-transform: uppercase;
  font-weight: normal;
  background: url(bgnavhov.png) no-repeat 14px 5px;
  padding: 0px 0 10px 44px;
  border-bottom: 1px solid #e9e9e9;
  font-family: "Segoe UI", sans-serif;
  margin-top: 0;
  margin-bottom: 20px;
  }
#blog section main h2 img {
  display: none;
  }
@media (max-width: 730px) {
  .main {
  padding: 6px 0px 0 0px;
  }
  #blog section main h2 {
    font-size: 15px;
	padding-bottom: 10px;
	position: relative;
    }
  #blog section main h2 img {
    display: block;
	float: left;
	margin: -5px 0 0 0;
	position: absolute;
	left: 5px;
	cursor: pointer;
    }
  }
.blog {
  padding: 0 10px 20px 30px;
  border-bottom: 1px solid #e9e9e9;
  margin-top: 20px;
  overflow: hidden;
  }
@media (max-width: 780px) {
  .blog {
    padding-left: 0px;
    }
  }
.blog:last-child {
  border-bottom: 0;
  }

.blog img {
  float: left;
  margin: 30px 30px 0 0;
  border-radius: 5px;
  }

.blog_txt {
  overflow: hidden;
  }

.blog_txt date {
  color: #2aa2cb;
  font-style: italic;
  }

.blog_txt p {
  line-height: 18px;
  margin-top: 5px;
  }

.blog_txt a {
  font-size: 18px;
  color: #282828;
  line-height: 18px;
  font-family: "Segoe UI", sans-serif;
  }

.link_consultant {
  width: 44px;
  height: 235px;
  float: left;
  position: fixed;
  right: 0;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  background: url(online.png) #3c6 no-repeat 50% 50%;
  border-radius: 10px 0px 0 10px;
  border: 1px solid #fff;
  border-right: 0;
  z-index: 4999;
  top: 50%;
  margin-top: -117px;
  margin-right: 0px;
  -webkit-box-shadow: 0px 2px 16px 2px rgba(47, 49, 50, 0.5);
  -moz-box-shadow:    0px 2px 16px 2px rgba(47, 49, 50, 0.5);
   box-shadow:        0px 2px 16px 2px rgba(47, 49, 50, 0.5);
   font-family: "Segoe UI", sans-serif;
   cursor: pointer;
  }

.link_consultant b {
  text-transform: uppercase;
  }

@media (max-width: 1030px) {
  .link_consultant {
    width: 30px;
    height: 210px;
  }
  }
@media (max-width: 640px) {
  .link_consultant {
    margin-top: 130px;
	top: 0;
    }
  .blog img {
  margin: 30px 15px 0 0;
  }
  }
.txt h3 {
  font-family: "Segoe UI", sans-serif;
  font-size: 18px;
  color: #282828;
  margin: 20px 0;
  text-transform: uppercase;
  }

.wrap_recall {
  margin-bottom: 20px;
  overflow: hidden;
  margin-top: 30px;
  }

.recall {
  float: left;
  width: 50%;
  }

.recall:first-child {
  width: 47%;
  margin-right: 3%;
  }

.recall span {
  height: 115px;
  display: table-cell;
  vertical-align: middle;
  }

.recall p {
  clear: left;
  margin-left: 8px;
  font-size: 13px;
  font-style: italic;
  }

@media (max-width: 800px){
  .recall {
    width: 100%;clear:left;
    }
  .recall:first-child {
    width: 100%;
    }  
  }

@media (max-width: 400px) {
  .recall span {
    display: block;
	clear: left;
	height: auto;
	margin-bottom: 10px;
	text-align: left;
    }
  .recall {
    text-align: center;
    }
  .recall p {
    margin-left: 0;
	text-align: left;
    }
	#blog section main {
    padding-top: 15px;
    }
  }

@media (max-width: 800px) {
  .txt p img {max-width: 100%;}
  }

.img {
  text-align: center;
  margin: 0 0px 0 -40px;
  padding: 10px 0 30px 0;
  }

.img img {
  height: 220px;
  }

@media (max-width: 600px) {
  .img {
    padding-bottom: 0px;
	float: none!important;
    }
  .img img {
    height: 250px;
	margin-bottom: 10px;
    }
  iframe {max-width: 100%;height: auto;}
  #blog section main .txt {padding-bottom: 10px;}
  }

@media (max-width: 500px) {
  .img img {
    height: 180px;
    }
  }

.searchResults .container {
  overflow: hidden;
  width: 100%;
  }
@media(max-width: 640px) {
  .searchResults .container .row {
    margin-left: 15px;
	margin-right: 30px;
   }
   .searchResults .rowsFound {
     padding-left: 15px;
     }
  }
#blog section .txt h4 {
  color: #2aa2cb;
  font-size: 18px;
  font-weight: normal;
  font-family: "Segoe UI", sans-serif;
  margin: 0 0 20px 0;
  text-transform: capitalize;
  }

a.page,
#pagination_table span {
  display: inline-block;
  background: #bebebe;
  color: #fff;
  padding: 4px 15px 7px;
  border-radius: 10px;
  margin: 10px 5px;
  font-size: 18px;
  font-family: "Segoe UI", sans-serif;
  line-height: 18px;
  }

a.page:hover,
#pagination_table span {
  background: #939393;
  text-decoration: none;
  }

.plocation {
  color: #959595;
  margin-left: 13px;
  }
@media(max-width: 950px) {
  a.page, #pagination_table span {
    font-size: 16px;
    line-height: 16px;
    margin: 10px 3px;
    padding: 4px 10px 7px;
  }
  }
@media(max-width: 950px) {
  a.page, #pagination_table span {
    font-size: 15px;
    line-height: 15px;
    margin: 10px 4px;
    padding: 4px 7px 6px;
    }
  }
@media(max-width: 500px) {
  a.page, #pagination_table span {
    border-radius: 7px;
    font-size: 14px;
    line-height: 14px;
    margin: 10px 2px;
    padding: 2px 7px 5px;
  }
  .plocation {
  margin-left: 10px;
  }
  }
@media(max-width: 450px) {
  .plocation {
    margin-left: 0;
    }
  }
@media(max-width: 450px) {
  .plocation {
  margin-left: 5px;
  }
  }
.plocation a {
  color: #959595;
  text-decoration: underline;
  }

.plocation a:hover {
  text-decoration: none;
  }

.spellcheck {
  margin-top: 20px;
  }

.txt ul, .txt ol {
  margin: 0 0 20px 30px;
  }

.txt ul li, .txt ol li {
  margin-bottom: 8px;
  }
.commentForm {
  margin-bottom: 30px;
  }
.commentForm textarea {
  width: 100%;
  height: 70px;
  resize: none;
  border: 1px solid #d7d7d7;
  border-radius: 10px;
  padding: 5px 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-family: "segoe ui", sans-serif;
  color: #333;
 }

.commentForm table {
  width: 100%;
  }

.commentForm input[type="text"] {
  border: 1px solid #d7d7d7;
  background: #fff;
  float: left;
  padding: 3px 10px 5px;
  font-size: 16px;
  font-family: "segoe ui", sans-serif;
  color: #333;
  border-radius: 10px;
  margin-top: 10px;
  }

.commentForm input[type="checkbox"], 
.commentForm label {
  float: left;
  margin-right: 5px;
  margin-top: 16px;
  font-weight: normal;
  }
.commentForm input#sendemail,
.commentForm input#sendemail2 {
  margin-top: 20px;
  }
.commentForm .but {
  border: 0;
  background: #3c6;
  color: #fff;
  text-transform: uppercase;
  padding: 0 10px;
  line-height: 35px;
  border-radius: 10px;
  float: right;
  cursor: pointer;
  margin-top: 8px;
  }

#commentBody .bgspan {
  margin-right: 10px;
  }

@media(max-width: 500px) {
  .commentForm label {
    width: 180px;
	line-height: 16px;
    margin-top: 7px;
    }
  .commentForm input#code {
    width: 35%;
    }
  .commentForm input#sendemail,
  .commentForm input#sendemail2 {
    margin-top: 10px;
    }
  }

 .modal-dialog {
  background: url(bgmodal.png) #2aa2cb repeat-y 271px 0;
  border: 1px solid #fff;
  border-radius: 10px 10px 10px 0;
  width: 545px;
  top: 25%;
  }
html*.modal-dialog {
  top: 50%;
  }
.modal-content {
  background: none;
  padding: 0;
  border-radius: 0;
  border: 0;
  }
#login_form label {
  font-weight: normal;
  }
.modal-body {
  padding: 0;
  }
.modal-header {
  color: #fff;
  font-family: "Segoe UI",'SegoeUI',sans-serif;
  font-size: 16px;
  text-transform: uppercase;
  border-bottom: 0;
  height: 57px;
  overflow: visible;
  }
.modal-header h4 {
  background: url(bgsq.png) no-repeat 0 0;
  padding: 7px 0 32px 71px;
  position: absolute;
  z-index: 9;
  font-size: 15px;
  }
.modal div.modal-left {
  background: #efefef;
  float: left;
  width: 271px;
  height: 226px;
  }

.modal .modal-dialog div.modal-left:nth-child(2n),
.modal div.modal-right {
  background: #e7e7e7;
  width: 277px;
  margin-right: -30px;
  position: relative;
  border-radius: 0 8px 8px 0;
  }

.modalnew .modal-dialog .modal-body div.modal-left {
    border-radius: 0;
    margin-right: 0;
    width: 271px;
    background: #efefef;
}
.modalnew .modal-dialog .modal-body div.modal-right {
  background: #e7e7e7;
  border-radius: 0 8px 8px 0;
  margin-right: -25px;
  position: relative;
  width: 277px;
  }

.modal-body input[type="text"], 
.modal-body input[type="email"],
.modal-body input[type="password"],
.modal-body textarea {
  background: #fff;
  border: 1px solid #d7d7d7;
  border-radius: 8px;
  margin: 0 0 8px 23px;
  padding: 5px 5px 7px 13px;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  width: 226px;
  }
#myModal3 .modal-body input[type="text"], 
#myModal3 .modal-body input[type="email"],
#myModal3 .modal-body input[type="password"],
#myModal3 .modal-body textarea {
  margin-left: 0;
  }
.modal-body input[name="name"],
.modal-body input[name="login"],
.modal-body input[name="fio"] {
  margin-top: 20px;
  }
#myModal .modal-body input[name="name"] {
  margin-top: 25px;
}
.modal-body textarea {
  height: 180px;
  margin-top: 27px;
  resize: none;
  width: 226px;
  }
.modal-body input[name="keystring"],
.modal-body input[name="code"],
.modal-body input[name="captcha"] {
  width: 130px;
  margin-right: 10px;
  margin-left: 0;
  }
.modal-body input[name="code"] {
  left: -4px;
  position: relative;
  }
.modal-body input[name="captcha"] {
  margin-left: 23px;
  }
#myModal3 .modal-body input[name="captcha"] {
  margin-left: -4px;
  }
.modal-header .close {
  background: url(close.png) no-repeat 0 0;
  width: 45px;
  height: 45px;
  opacity: 1;
  font-size: 0;
  margin: -24px -28px 0 0;
  }
.modal-footer {
  border: 0;
  }
.modal-footer p {
  color: #fff;
  clear: left;
  margin: 10px 0 0 0;
  padding: 11px 0 0 310px;
  text-align: left;
  font-size: 12px;
  line-height: 14px;
  }
.modal-body input[type="submit"],
#form_auth input[type="button"] {
  background: #3c6;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  width: 226px;
  margin: 15px 0 0 23px;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  padding: 5px 0 7px;
  cursor: pointer;
  }
.modal .modal-dialog div.modal-left:nth-child(2n) input[type="submit"] {
  margin-left: 20px;
  }
#myModal .modal-body input[type="submit"] {
  width: 224px;
  margin-left: 2px;
  }
#myModal2 .modal-dialog div.modal-left:nth-child(2n) input[type="submit"] {
  margin-left: 4px;
  }
#myModal3 .modal-dialog div.modal-left:nth-child(2n) input[type="submit"] {
  margin-left: 1px;
  width: 225px;
  }
#form_auth input[type="button"] {
  margin-left: 4px;
  width: 235px;
  }
.modalnew .modal-header h4 {
  background: none;
  padding: 0;
  }
.modalnew label,
.modalnew .modal-body a {
  font-size: 12px;
  }
.modalnew .modal-body input[type="text"], 
.modalnew .modal-body input[type="email"], 
.modalnew .modal-body input[type="password"] {
  margin-left: 5px;
  width: 235px;
  }
.modal-left h3 {
  color: #333;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
  background: url(bgorder.png) no-repeat 18px 0;
  padding: 38px 0 5px 70px;
  margin: -21px 20px 0 0;
  font-family: "Segoe UI", 'SegoeUI', sans-serif;
  }

.modalnew .modal-body input[type="email"] {
  margin-top: 17px;
  }
.modalnew .modal-body input[type="submit"] {
  margin-top: 15px;
  margin-left: 19px;
  float: left;
  margin-bottom: 0px;
  width: 235px;
  }
.modalnew #subscription_form input[type="submit"] {
  margin-left: 22px;
  }
 .modal-body input[type="button"],
 .modal-body input[type="submit"].button {
  background: #2aa2cb;
  border: 0;
  color: #fff;
  text-transform: uppercase;
  border-radius: 8px;
  width: 162px;
  margin: 10px 0 0 15px;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  padding: 5px 0 7px;
  cursor: pointer;
  float: none;
  }
.modalnew .modal-body span {
  display: block;
  clear: left;
  font-size: 12px;
  margin: 5px 0;
  }
.modalnew .modal-content a {
  text-decoration: underline;
  }
.modalnew .modal-content .modal-footer a {
  color: #fff;  
  margin-left: 60px;
  }
.modalnew .modal-content a:hover {
  text-decoration: none;
  }
.modalnew .modal-content .modal-footer {
  text-align: left;
  clear: left;
  }
.modalnew .modal-content input[type="checkbox"] {
  top: 2px;
  position: relative;
  }
.modalnew .modal-footer input[type="button"] {
  padding: 0;
  text-transform: none;
  border: 0;
  line-height: 16px;
  margin: 0;
  width: auto;
  margin: 0 0 0 60px;
  border-radius: 0;
  text-decoration: underline;
}
.modalnew .modal-footer input[type="button"]:hover {
  text-decoration: none;
  }
#myModal #quest-message {
  margin-top: 25px;
  margin-left: 0;
  height: 175px;
  }
#myModal .modal-body input[type="text"], #myModal .modal-body input[type="email"] {
  margin-left: 5px;
  }
@media (max-width: 580px) {
  .modal-dialog {
    width: 273px;
	top: 5%;
	left: 50%;
	margin-left: -136px;
    }
  .modal div.modal-left {
    background: #fff;
	height: auto;
    }
  .modal div.modal-left:nth-child(2n),
  .modal .modal-dialog div.modal-left:nth-child(2n),
  .modal div.modal-right {
    border-radius: 0 0 10px 0;
	clear: left;
	width: 271px;	
	background: #fff;
	height: auto;
	padding-bottom: 15px;
    }
.modalnew .modal-dialog .modal-body div.modal-left {
  background: #fff;
  }
  .modal-body input[name="name"] {
    margin-top: 0;
    }
  .modal-footer p {
    padding-left: 0;
    }
  .modal-left h3 { 
    background: none;
	padding: 0;
	margin: 20px 0;
	text-align: center;
    }
  }

.searchResults {
  background: #fff;
  margin-top: -26px;
  padding-top: 15px;
  margin-left: -20px;
  }

.searchResults .rowsFound, 
.searchResults .container, 
.searchResults .pagination {
  margin-left: 43px!important;
  }
@media (max-width: 830px) {
.searchResults .rowsFound, 
.searchResults .container, 
.searchResults .pagination {
  margin-left: 0px!important;
  }
.searchResults {
    margin-top: -40px;
    position: relative;
}
}
.searchResults .row {
  margin-bottom: 20px;
  }

.searchResults .pagination {
  overflow: hidden;
  width: 100%;
  }

.searchResults .pagination span,
.searchResults .pagination a {
  float: left;
  background: none!important;
  padding: 0!important;
  margin: 0 5px!important;
  }

.diplom {
  width: 31%;
  height: 350px;
  margin-right: 2%;
  display: inline-block;
  vertical-align: bottom;
  text-align: center;
  }

.diplom:nth-child(3n) {
  margin-right: 0;
  }

.diplom p {
  height: 80px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  }

.diplom a {
  text-align: center;
  display: block;
  }
@media (max-width: 830px) {
  .diplom {
    width: 47%;
    }
  .diplom:nth-child(2n) {
    margin-right: 0;
    }
  .diplom:nth-child(3n) {
    margin-right: 2%;
    }
  }
@media (max-width: 500px) {
  .diplom {
    width: 95%;
	margin-right: 0;
    }
  .diplom:nth-child(3n) {
    margin-right: 0%;
    }
  }
.form_send input, .form_send textarea {
  border: 1px solid #d7d7d7;
  background: #fff;
  padding: 3px 10px;
  border-radius: 5px;
  margin-bottom: 5px;
  width: 49%;
  resize: none;
  clear: left;
  font-family: "Segoe UI", sans-serif;
  font-size: 14px;
  }
.form_send textarea {
  width: 99.5%;
  }
.form_send input[name="logo"] {
  float: left;
  clear: left;
  width: 34%;
  }
.form_send input[name="code"] {
  float: left;
  width: 34%;
  margin-right: 10px;
  }
.form_send input[name="email"],
.form_send input[name="industry"] {
  width: 50%;
  }
.form_send input[type="submit"] {
  border: 0;
  background: #3c6;
  color: #fff;
  text-transform: uppercase;
  padding: 5px 0;
  width: 125px;
  font-size: 14px;
  font-family: "Segoe UI", sans-serif;
  clear: none;
  float: right;
  margin-right: 5px;
  }
.form_send img {
  float: left;
  margin-right: 14px;
  }
.form_send p {
  clear: both;
  }
@media (max-width: 1030px) {
  .form_send input[name="code"],
  .form_send input[name="logo"]{
    width: 38%;
    }
  .form_send input[name="email"] {
    width: 42%;
    }
  }
@media (max-width: 830px) {
  .form_send input, .form_send textarea,
  .form_send input[name="industry"],
  .form_send input[name="email"] {
    width: 100%;
    }
  .form_send input[name="logo"]{
    width: 74.5%;
    }
  .form_send input[type="submit"] {
    width: 125px;
    }
  .form_send input[name="code"] {
    width: 36.4%;
    }
  .form_send span { 
    margin-right: 0!important;
    }
  }

@media (max-width: 780px) {
  .form_send input[name="logo"]{
    width: 74.2%;
    }
  .form_send input[type="submit"] {
    margin-right: 0;
    }
  }
@media (max-width: 760px) {
  .form_send input[name="logo"]{
    width: 73.6%;
    }
  .form_send input[type="submit"] {
    margin-right: 0;
    }
  }
@media (max-width: 650px) {
  .form_send input[name="logo"]{
    width: 77.3%;
    }
  }
@media (max-width: 500px) {
  .form_send input[name="logo"]{
    width: 64.5%;
    }
  }
@media (max-width: 400px) {
  .form_send input[name="logo"]{
    width: 66.5%;
    }
  .form_send input[type="submit"],
  .form_send span {
    width: 90px!important;
	margin-right: 0;
    }
  }
.tabpartner {
  overflow: hidden;
  text-align: center;
  }
.tabpartner a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 5px;
  width: 160px;
  text-align: center;
  }
@media(max-width: 760px) {
  .tabpartner a {
    margin: 10px 0;
    }
  }

@media(max-width: 400px) {  
  .tabpartner a {
    margin: 5px;
	max-width: 140px;
    }
  .tabpartner a img {
    max-width: 140px;
    }
  }

.klient {
  overflow: hidden;
  margin-bottom: 20px;
  }
.klient a {
  display: inline-block;
  vertical-align: middle;
  margin: 10px 10px;
  width: 120px;
  text-align: center;
  }
@media(max-width: 350px) {
  .klient a {
    width: 100%;
    }
  }
.stt {
  margin-top: 20px;
  padding: 20px 10px 0px 30px;
  margin-left: -20px;
  }

.stt:first-child {
  border-top: 0 none;
  }
.stt img {
  border-radius: 5px;
  float: left;
  margin: 0px 30px 0 0;
  }
.stt p {
  line-height: 16px;
  margin-top: 5px;
  }
.stt a {
  color: #282828;
  }
.stt a b {
  color: #282828;
  font-family: "Segoe UI",sans-serif;
  font-size: 18px;
  line-height: 18px;
  font-weight: normal;
  display: block;
  }
.modal-open {
  overflow: visible;
  padding-right: 0!important;
  }

#price_iframe {
  width: 100%;
  height: 1000px;
  border: 0;
  }

@media(max-width:1300px) {
  #price_iframe { 
    height: 1550px;
    }
  }

@media(max-width:650px) {
  #price_iframe { 
    height: 2220px;
    }
  }

@media(max-width:450px) {
  #price_iframe { 
    height: 4050px;
    }
  }

.modal .modal-body .link {
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  margin-left: 8px;
  }

#main .uptolike-buttons {
  text-align: center;
  }
.pohta {
  clear: left;
  padding-top: 10px;
  }
.pohta em, .pohta b,
.pohta strong {
  font-style: nonrmal;
  font-weight: normal;
  }

.sitemap ul {
  list-style: none;
}
#action .action_img {
  position: absolute;
  right: 0;
  top: 0;
  width: 305px;
  height: 238px;
  margin: 0;
  }

#top .top_img {
  position: absolute;
  top: 30px;
  right: 0;
  width: 180px;
  height: 200px;
  }

@media (max-width: 750px) {
  #action .action_img {
    width: 200px;
	height: 156px;
    }
  }
@media (max-width: 500px) {
  #action .action_img {
    width: 150px;
	height: 117px;
    }
  }
@media (max-width: 400px) {
  #action .action_img {
    display: none;
    }
  }
.like_head {
  overflow: hidden;
  padding-top: 2px;
}
#tariffs #container_tariffs .link_price {
  position: relative;
  text-align: left;
  margin: 0;
  }
#tariffs #container_tariffs .link_price a {
  position: absolute;
  top: -78px;
  left: 210px;
  text-transform: none;
  background: url(../media/pics/pdfblue.png) no-repeat 0 50%;
  padding-left: 20px;
  }
.video_block {
    height: 0;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 30px;
    position: relative;
	margin: 0 auto;
}
.video_block iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.like_footer {
  position: relative;
  top: -10px;
  display: inline-block;
  }

.ui-dialog .ui-dialog-titlebar {
    background: #008ad0;
    height: 45px;
    color: #FFFFFF;
    font-family: "Segoe UI";
    font-size: 18px;
    font-weight: normal;
}

.ui-dialog .ui-dialog-title {
    margin-top: 10px;
    text-align: left;
}

.ui-dialog .ui-dialog-content {
    padding: 0 0 10px 0;
    clear: both;
    overflow: hidden;
}

.ui-dialog {
    padding: 0;
}

.ui-dialog, .ui-dialog-titlebar {
    border-radius: 0;
}

.ui-dialog .ui-dialog-titlebar-close {
    height: 25px;
    margin: -12px 5px 0;
    padding: 0;
    position: absolute;
    right: 0.3em;
    top: 50%;
    width: 25px;

}

.ui-dialog .ui-dialog-titlebar-close span {
    background: url(/theme/img/close.png) no-repeat 0 0 !important;
    width: 25px;
    height: 25px;
}

.ui-dialog .ui-dialog-titlebar {
    height: auto !important;
    padding-top: 0 !important;
    padding-bottom: 8px !important;
}

.disp_none {
    display: none;
}

#order_form.form {
    margin-top: 10px;
    clear: left;
    width: 470px;
}

.default_prof_organ .formheight > div {
    margin-left: 20px;
}

.default_prof_organ .formheight > div#div_organ_new, .default_prof_organ .formheight > div#div_organ_existing {
    position: relative;
    *overflow: hidden;
    *width: 460px;
    *clear: both;
    *height: 40px;
    *margin-left: -3px;
}

.default_prof_organ .formheight > div#div_organ_new input#radio_organ, .default_prof_organ .formheight > div#div_organ_existing input#radio_organ {
    position: absolute;
    left: -19px;
    *left: 0;
}

.default_prof_organ .formheight > div#div_organ_new input {
    top: 14px;
    *top: 0;
}

.default_prof_organ .formheight > div#div_organ_existing input {
    top: 52px;
    *top: 0;
}

.default_prof_organ .formheight > div#div_organ_existing {
    *overflow: hidden;
    *margin-left: 0px;
    *clear: both;
    *width: 460px;
    *height: 55px;
}

.default_prof_organ .formheight > div#div_organ_existing label,
.default_prof_organ .formheight > div#div_organ_new label {
    *float: left;
    *clear: left;
    *margin-left: 22px;
}

.default_prof_organ .formheight > div#div_organ_new label {
    left: -19px !important; /*left: 0\9;*/
    position: relative;
}

.default_prof_organ .formheight > div#div_organ_existing input#radio_organ {
    *left: -3;
}

.default_prof_organ .formheight label {
    float: left;
    margin: 0;
    color: #0087c9;
    font-size: 14px;
    clear: left;
    text-align: left;
    width: 135px;
	font-weight: normal;
}

.default_prof_organ .formheight input[type=text],
.default_prof_organ .formheight textarea {
    border: 1px solid #008bcf;
    background: #fff;
    width: 333px;
    color: #0184c5;
    font-weight: bold;
    font-family: Calibri;
    font-size: 16px;
    padding: 3px 0 3px 20px;
    float: left;
    margin-bottom: 5px;
}

.default_prof_organ .formheight input[type=text].inpcolor {
    color: #2d2d2d;
    font-weight: normal;
}

.default_prof_organ .do {
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 30px;
}

.default_prof_organ input#organ_name[type="text"] {
    width: 300px !important;
    left: -18px;
    position: relative;
    margin-top: -12px;
    margin-bottom: 5px; /*margin-bottom: 0\9;left:0\9;margin-top: 0\9;*/
}

.default_prof_organ #div_organ_new, .default_prof_organ #div_organ_existing {
    display: block;
    margin-bottom: 2px;
	width: 435px;
}

.default_prof_organ #div_organ_new {
    margin-bottom: 8px;
    float: right;
}

#popupShow .window_content .ui-widget-content {
    border: none;
}

#popupShow .window_content .ui-widget-header {
    background: none;
    border: none;
}

#popupShow .window_content .ui-tabs .ui-tabs-nav li {
    border: none;
    background: none;
    font-weight: normal;
}

#popupShow .window_content {
    font-family: "Segoe UI";
    font-size: 12px;
    color: #2d2d2d;
    padding: 0 0 0 13px;
}

#popupShow .window_content input[type=submit] {
    border: 0;
    background: url(/theme/img/bgbut.gif) no-repeat 0 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-family: Calibri;
    width: 152px;
    text-align: left;
    padding: 6px 0 9px 27px;
    float: right;
    margin: 40px 5px 0 0;
}

#popupShow .window_content #submit_add_balance {
    margin-top: 0px;
    background: url(/theme/img/top_up.gif) no-repeat 0 0;
    margin-right: 37px;
    margin-top: -17px;
    position: relative;
}

#popupShow .window_content input[type=submit].but_buy {
    /*margin-top: 0px;*/
    background: url(/theme/img/but_buy.gif) no-repeat 0 0;
    padding-left: 38px;
    margin-right: 18px;
}

#popupShow .window_content input[type=submit].but_active {
    /*margin-top: 0px;*/
    background: url(/theme/img/but_active.png) no-repeat 0 0;
    padding-left: 36px;
    width: 143px;
}

#popupShow .window_content input[type=submit].but_buy2 {
    padding-left: 25px;
    margin-right: 18px;
}

#popupShow .window_content .notify_end_date, .window_content .notify_cost {
    display: inline-block;
}

#dialog .link {
    text-align: left;
    float: none !important;
    position: reltive;
    margin: 17px 0 34px 0;
    height: 120px;
}

#dialog .link a {
    float: left;
    font-family: "Segoe UI";
    font-size: 14px;
    text-decoration: none;
    padding: 0 5px 3px;
    margin-right: 3px;
    color: #008cd0;
    /*  border-bottom: 3px solid #008cd0;*/
}

#dialog .link a.current {
    border-bottom: 3px solid #9cd4f0;
    color: #008dd2;
}

#dialog .link a#a_plink {
    background: none repeat scroll 0 0 #0484C3;
    color: #FFFFFF;
    display: inline-block;
    float: none !important;
    height: 30px;
    line-height: 30px;
    margin-right: auto;
    margin-left: auto;
    margin-top: 28px;
    width: 130px;
}

#dialog .a_link a#a_plink {
    background: none repeat scroll 0 0 #0484C3;
    color: #FFFFFF;
    display: block;
    float: none !important;
    height: 30px;
    line-height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 28px;
    width: 130px;
    clear: left;
    text-decoration: none;
}

#dialog .jq-selectbox__select-text {
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
    height: 100%
}

#dialog .jq-selectbox__select {
    height: 26px !important;
    line-height: 24px !important;
}
.footicon  h3 {display:none;}
@media (max-width: 450px) {
#footer .footicon h3 {
  display: inline;
  }
.footicon {text-align: left;padding-bottom: 12px;}
  }
.fonabout {background: url(/theme/bgabout.jpg) repeat 0 0;overflow: hidden;padding-top: 34px;}
.wrap_quest {background: url(/theme/ic_quest.png) no-repeat 100% 0;text-align: right;padding: 45px 124px 0 0;clear: left;overflow: hidden;margin: 0 35px 25px 0}
.block_blue {background: #2aa2cb;border: 1px solid #d7d7d7;color: #fff;padding: 13px 15px 5px;font-style: italic;float: right;
 border-radius: 10px;position: relative;}
.wrap_ans {background: url(/theme/ic_ans.png) no-repeat 0 0;padding: 0 158px 0 118px;margin: 0 0 30px 28px}
.block_white {background: #fff;border: 1px solid #d7d7d7;padding: 10px 15px;border-radius: 10px;font-style: italic;color: #646969;position: relative;}
.block_white .colorblue {text-align: center;font-weight: bold;color: #2aa2cb;font-style: normal;}
.linkgreen {margin: 0 0 0 320px;position: relative;top: -38px;background: #01cd5e;color: #fff;text-transform: uppercase;width: 227px;display: inline-block;text-align: center;line-height: 37px;border-radius: 10px;}
.block_blue::after {
    content: ''; 
    position: absolute; 
    right: -17px; top: 10px; 
	width: 17px;
	height: 25px;
    background: url(bluetr.png) no-repeat 0 0;
   }
 .block_white::after {
    content: ''; 
    position: absolute; 
    left: -17px; top: 10px; 
	width: 17px;
	height: 25px;
	background: url(whtr.png) no-repeat 0 0;
   }

@media (max-width: 1030px) {
  .linkgreen {margin: 0 0 0 230px;}
  }
@media (max-width: 900px) {
  .wrap_ans {padding-right: 20px;}
  }
@media (max-width: 800px) {
  .wrap_ans {padding-right: 10px;margin-left: 10px;}
  .wrap_quest {margin-right: 10px;margin-left: 10px;}
  }
@media (max-width: 600px) {
  .linkgreen {margin: 0 0 0 190px;}
}
@media (max-width: 480px) {
  .linkgreen {margin: 0 0 0 150px;}
}
@media (max-width: 450px) {
  .block_blue::after,  .block_white::after {display: none;}
  .wrap_quest, .wrap_ans {background: none;padding-left: 0;padding-right: 0;margin-bottom: 10px;padding-top: 0;}
  .wrap_ans {margin-right: 10px;}
  .linkgreen {margin: 0 0 0 50px;top: -25px;}
  }
#formreg_error,
#formreg_error2 {
  color: #f00;
  position: absolute;
  text-align: center;
  width: 100%;
  }
.actionForm .kdnm_country-option span {
  float: left;
  }
.actionForm .kdnm_country-option {
  overflow: hidden;
  }
.actionForm .kdnm_country-option span.kdnm_country_flag {
  min-width: 30px!important;
  }
@media (max-width: 450px) {
  .actionForm .kdnm_country-options {
    width: 215px!important;
	max-height: 100px!important;
    }

  #formnew-partner .inp_fio,
  #formnew-partner #email-partner,
  #formnew-partner #site-partner {
    width: 100%!important;
    }
  }
@media (max-width: 380px) {
  #myModal2 #call_form .kdnm_country-options {
    width: 235px!important;
    }
  }
#toTop {
    bottom: 50px;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
    height: 60px;
    left: 30px;
    padding: 0 5px;
    position: fixed;
    text-align: center;
    text-decoration: none;
    width: 60px;
    z-index: 9999;
	background: #33cc66;
	border-radius: 50%;
	line-height: 60px;
	text-transform: uppercase;
	}
 @media(max-width: 600px) {
   #toTop {
     width: 40px;
	 height: 40px;
	 font-size: 8px;
	 line-height: 40px;
	 padding: 0;
	 bottom: 10px;
	 left: 10px;
     }
   }

 .abs9 {
   height: 119px; 
   position: absolute; 
   right: 305px; 
   bottom: -20px; 
   width: 143px;
   }
 .abs9act {
   height: 180px!important; 
   position: absolute; 
   right: 0px; 
   bottom: 0px; 
   width: 215px!important;
   }
@media (max-width: 1030px) {
  .abs9 {bottom: 65px;}
  }
@media (max-width: 730px) {
 .abs9 {
  bottom: -22px;
  width: 107px;
  height: auto;
  right: 0;
  }
 .abs9act {
   margin-bottom: 5px;
  }
 }
@media (max-width: 600px) {
  .abs9, .abs9act {display: none;}
  }	 
.kdnc_country {
  position: relative;
  }
.kdnc_country-options {
  width: 100%;
  margin-left: -2px;
  }

.modall {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 99999; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgba(0, 0, 0, 0.8);
}
@media(min-height: 768px){
   .modall {
     padding-top: 50px;
   }
  }
/* Modal Content */
.modal-contentt {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 90%;
	text-align: left;
}
.modal-contentt h3 {margin-top: 0;}
.modal-contentt ol {margin-left: 30px;}
/* The Close Button */
.closess {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.closess:hover,
.closess:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}
.butmodal, #block_forms .subscription p.butmodal {
  color: #b1b8b9;
  font-size: 13px;
  width: 190px;
  position: absolute;
  right: 25px;
  bottom: -20px;
  line-height: 12px;
  background: none;
  border: 0;
  }
#form_registr .butmodal {
  bottom: 6px;
  }
@media(max-width: 830px) { 
  #formreg2 .butmodal, #formreg3 .butmodal, #form_registr3 .butmodal {font-size: 12px;}
  }
#quest-form p.butmodal {
  font-size: 12px;
  color: #666!important;
  font-style: italic;
  width: 100%;
  text-align: center;
  }
#block_forms .subscription p.butmodal {
  position: static;
  right: 15px;
  width: 220px;
  background: none;
  border: 0;
  bottom: 0;
  float: right;
  margin: 0px 20px 0 0;
  }
#block_forms .subscription p.butmodal::before {
  display: none;
  }
#myModal2.modalnew .modal-content .butmodal {
  bottom: inherit;
  top: 205px;
  color: #666;
  right: 9px;
  width: 240px;
  font-size: 12px;
  font-style: italic;
  }
#myModal2 .butmodal a,
#popupAuth .butmodal a {
  font-size: 12px;
  }
#popupAuth .butmodal {
	  color: #000;
	  bottom: inherit;
	  top: 265px;
	  z-index: 9;
	  width: auto;
	  right: 0px;
	  font-size: 12px;
	  font-style: italic;
	  color: #666;
	  width: 260px;
	  }
#popupAuth .modal-body input[type="button"] {margin-top: 0;}
#authDialog .butmodal,
#quest-form .butmodal {
  right: inherit;
  bottom: inherit;
  width: auto;
  margin-top: -5px;
  color: #000;
  }
#quest-form .butmodal {
  margin-top: 6px;
  }

#formnew-otziv .butmodal,
#formnew-partner .butmodal {
  right: 40px;
  bottom: inherit;
  margin-top: -30px;
  width: 290px;
  text-align: right;
  }
#tbForm .butmodal {
  color: #000;
  text-align: center;
  padding: 10px 20px;
  right: inherit;
  bottom: inherit;
  width: 320px;
  line-height: 16px;
  }
#login_form .butmodal {
  width: 260px;
  right: inherit;
  bottom: 0;
  margin-left: 30px;
  }
#login_form .butmodal a {
  margin-left: 0;
  }
@media (max-width: 1380px) {
  #login_form .butmodal {
    bottom: 68px;
    }
  }
@media (max-width: 1210px) {
  #block_forms {
    min-height: 108px;
    }
  #subscription_form {position: relative;}
  #block_forms .subscription p.butmodal {
    position: absolute;
	bottom: -80px;
    }
  }
#form_registr3 .butmodal {
  bottom: 1px;
  }
@media (max-width: 1024px) {
   #form_registr3 .butmodal,
   #form_registr .butmodal {	
	width: 167px;
	right: 90px;
  }
  #form_registr .butmodal {
    bottom: -6px;
  }
     #form_registr3 .butmodal{
	   bottom: -11px;
	   }
  }
@media (max-width: 1000px) {
  #form_registr3 .butmodal,
   #form_registr .butmodal {
     right: 70px;
   }
  }
@media (max-width: 980px) {
  #form_registr3 .butmodal,
   #form_registr .butmodal {
     right: 50px;
   }
  }
@media (max-width: 970px) {
  #form_registr3 .butmodal,
   #form_registr .butmodal {
     right: 40px;
   }
  }
@media (max-width: 960px) {
  #form_registr3 .butmodal,
   #form_registr .butmodal {
     right: 20px;
   }
  }
@media (max-width: 940px) {
  #form_registr3 .butmodal,
   #form_registr .butmodal {
     right: 10px;
   }
}
@media (max-width: 936px) {
  #formreg2 .butmodal {
	right: 15px;
    }
  #formreg3 .butmodal{
	right: 15px;
    }
}
@media (max-width: 930px) {
  #formreg2 .butmodal {
	right: 10px;
    }
  #formreg3 .butmodal{
	right: 10px;
    }
}
@media(max-width: 920px) {
  #formreg2 .butmodal {
    right: -5px;
    }
  #formreg3 .butmodal {
    right: -5px;
    }
  }
@media (max-width: 918px) {
  #formreg2 .butmodal,
  #formreg3 .butmodal{
	right: 40px;
	bottom: 15px;
	width: 40%;}
  #form_registr form .lastbutton,
  #form_registr3 form .lastbutton {float: none;}
  }
@media (max-width: 878px) {
  #form_registr form .lastbutton,
  #form_registr3 form .lastbutton {float: left;}
  #formreg2 .butmodal, #formreg3 .butmodal {
    width: 150px;
    right: 27px;
    bottom: 0px;
}
#formreg2 .butmodal {bottom: 4px;}
}
@media (max-width: 865px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 15px;
	}
}
@media (max-width: 855px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 5px;
	}
}
@media (max-width: 849px) {
  #form_registr form .lastbutton,
  #form_registr3 form .lastbutton {float: none;}
  #formreg2 .butmodal,
  #formreg3 .butmodal, #form_registr3 .butmodal {
   bottom: 15px!important;
   right: 40px;
   width: 190px;
  }
}
@media (max-width: 850px) {
  #block_forms .subscription p.butmodal {
    position: static;
	float: right;
	margin: -10px 0 0 0;
    }
  }
@media (max-width: 800px) {
  #login_form .butmodal {
    bottom: 8px;
    }
   .butmodal {
     bottom: 0;
	 right: 100px;
    }

   #formnew-otziv .butmodal,
   #formnew-partner .butmodal  {
     bottom: 0;
	 width: 290px;
}
@media (max-width: 700px) {
  #form_registr form .lastbutton,
  #form_registr3 form .lastbutton {float: left;}
  #formreg2 .butmodal, #formreg3 .butmodal, #form_registr3 .butmodal {
    bottom: 15px !important;
    right: 43px;
    width: 170px;
    font-size: 11px;
   }
  }
@media (max-width: 650px) {
  #formreg2 .butmodal, #formreg3 .butmodal { 
    right: 33px;
    }
  }
@media (max-width: 640px) {
  #formreg2 .butmodal, #formreg3 .butmodal { 
    right: 23px;
    }
  }
@media (max-width: 630px) {
  #formreg2 .butmodal, #formreg3 .butmodal { 
    right: 13px;
    }
  }
@media(max-width: 625px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 66px;
}
  }
@media(max-width: 615px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 56px;
}
  }
@media(max-width: 610px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 50px;
}
  }
@media(max-width: 600px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 40px;
}
  }
@media(max-width: 590px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 30px;
}
  }
@media(max-width: 580px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 20px;
}
  }
@media(max-width: 570px) {
  #formreg2 .butmodal, #formreg3 .butmodal {
    right: 10px;
}
  }
#formnew-otziv .butmodal{
   bottom: 25px;
   right: 28px;
   }
  }
@media (max-width: 569px) {
  #formreg2 .butmodal,
  #formreg3 .butmodal, #form_registr3 .butmodal {
   width: 90%;
  }
  #formreg2 .butmodal, #formreg3 .butmodal {
    bottom: 15px!important;
}
#form_registr3 form, #form_registr form {
  padding-bottom: 40px!important;
  }
  #formnew-otziv .butmodal {
    bottom: 25px;
    }
  }
@media(max-width:505px) {
  #formnew-otziv .butmodal {
    bottom: 13px;
    width: 150px;
	right: 15px;
    }
  }
@media (max-width: 450px) {
  #block_forms .subscription p.butmodal { 
    width: 100%;
    }
  #formreg .butmodal,
  #formreg2 .butmodal{right: 0;}
  #formnew-otziv .butmodal,
   #formnew-partner .butmodal  {
     right: 0px;
	 width: 100%;
	 text-align: center;
	 bottom: 0;
   }
   
  #formnew-partner {padding-bottom: 30px;}
  }
.modalnew.modal div.modal-left {
  height: 246px;
  }
.modalnew.modal div.modal-left {
  height: 246px;
  }
.modalnew .modal-content .butmodal {
  right: 0;
 /* top: 265px!important;*/
  }
@media (max-width: 375px) {
  #formnew-otziv .butmodal	{
    right: 0;
  }
}
@media (max-width: 500px) {
  #enter_Partner {margin-top: 30px;}
  .modalnew.modal div.modal-left {
  height: 206px;
  }
.modalnew.modal div.modal-left.modal-right {
  height: 246px;
  }
  #myModal2.modalnew .modal-content .butmodal {
  top: 395px;
  }
  #popupAuth .butmodal {
    top: 460px;
    }
  #myModal .modal-dialog {height: 520px;}
  #myModal .modal-left:nth-child(2n) {height: 200px;}
  

  }
#formreg2 .kdnm_country-options{
  width: 100%!important;
  text-align: left;
  }
#formreg2 .button .kdnm_country-option span {
  display: inline-block;
  vertical-align: middle;
  }
#formreg2 .button .kdnm_country-option span.kdnm_country_flag {
  min-width: 30px!important;
  }
#formreg2 .kdnm_country-selected div.flag {
  margin-top: 5px;
  }

#formreg2 .kdnm_caret {
  border-top: 4px solid #fff;
  }
#formreg2 .kdnm_country-option span.kdnm_country_name,
#formreg .kdnm_country-option span.kdnm_country_name {
  margin-left: 0!important;
  }

@media(max-width: 420px) {
  #tbForm .kdnm_country-selected {
    top: 0px!important;
  }
  #tbForm .kdnm_country-selector {
    clear: left;
	text-align: left;
    }
  #tbForm .kdnm_country-options {
    width: 298px!important;
    }
  #tbForm .kdnm_country-option span.kdnm_country_flag {
    vertical-align: middle;
	min-width: 30px!important;
	display: inline-block;
    }
}

.nobg{background: none;}
.ng {
  height: 57px;
  position: absolute;
  bottom: 0;
  width: 100%;
  background: url(elka.png) repeat-x 0 0;
  }

.bgng {
  width: 229px;
  height: 170px;
  background: url(bgng.png) no-repeat 0 0;
  position: absolute;
  left: 22px;
  top: 26px;
  }

.bgng1 {
  width: 163px;
  height: 270px;
  background: url(bgng1.png) no-repeat 0 0;
  position: absolute;
  right: 179px;
  top: 148px;
  }

@media(max-width: 1000px) {
  .bgng1 {
    right: 29px;
    }
  }

@media(max-width: 427px) {
  .img_ {width: 100%;height: auto;}
  }


.smartbanner {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    overflow-x: hidden;
    width: 100%;
    height: 64px;
    background: #E2E2E2;
    font-family: Helvetica,sans,sans-serif;
}
.smartbanner__exit {
    position: absolute;
    top: calc(50% - 6px);
    left: 9px;
    display: block;
    width: 12px;
    height: 12px;
    margin: 0;
    text-align: center;
    border: 0;
}
.smartbanner__icon {
    position: absolute;
    top: 5px;
    left: 30px;
    width: 49px;
    height: 49px;
    border-radius: 8px;
    background-image: url(/theme/logo.png) !important;
    background-size: 49px 49px;
}
.smartbanner__info {
    position: absolute;
    top: 10px;
    right: 95px;
    left: 92px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow-y: hidden;
    -ms-flex-align: center;
    align-items: center;
    height: 44px;
    color: #333;
    -webkit-box-align: center;
}
.smartbanner__button {
    position: absolute;
    z-index: 1;
    top: 19px;
    right: 5px;
    display: block;
    min-width: 10%;
/*    height: 38px; */
    padding: 2px 7px 3px;
    text-align: center;
    color: #fff;
    border: 1px solid #33CC66;
    background: #33CC66;
    border-radius: 7px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    line-height: 18px;
    width: 90px;
}
.smartbanner__button:hover {
  text-decoration: none;
  }
.smartbanner__button {
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase;
    font-family: "Segoe UI", sans-serif;
    font-weight: 500;
    line-height: 18px;
}
.smartbanner__info__title {
    font-size: 13px;
    font-weight: 700;
}
.smartbanner__info__author {
    font-size: 12px;
    line-height: 16px;
}
.smartbanner__exit::after, .smartbanner__exit::before {
    position: absolute;
    width: 1px;
    height: 12px;
    content: " ";
    background: #333;
}
.smartbanner__exit::before {

    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);

}
.smartbanner__exit::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

@media(max-width: 414px) {
  .smartbanner__info__title {
    font-size: 12px;
    }
  .smartbanner__info  {
    left: 82px;
    }
  .smartbanner__icon {
    left: 25px;
    }
  .smartbanner__exit {
    left: 4px;
    }
  }
  @media(max-width: 375px) {
    .smartbanner__info {
    left: 75px;
    }
    .smartbanner__icon {
      width: 45px;
      height: 45px;
      top: 7px;
      background-size: 45px 45px;
      }
  }
  @media(max-width: 361px) {
    .smartbanner__info {
    left: 70px;
}
.smartbanner__icon {
    left: 20px;
}
@media(max-width: 352px) {
  .smartbanner__button {padding-left: 6px;padding-right: 6px;}
  .smartbanner__info {right: 86px;}

  }
  }

#blog section .action .container {
    background: url(bgaction2.jpg) no-repeat 100% 0;
    width: 100%!important;
    padding: 41px 0 40px 0;
	background-size: 100% 100%;
	margin-bottom: 20px;
}
@media (max-width: 1000px) {
  #blog section .action .container {
    padding: 55px 0 42px 0;
    }
  }
.action h2 {
    text-align: center;
}
.action p {
    text-align: center;
    font-size: 18px;
}
#blog section main .action .col-lg-6 {
  width: 56%;
  }
#blog section main .action h2 {
  background: none;
  padding: 0;
  border: 0;
  color: #008cd1;
  font-size: 30px;
  font-weight: 500;
  }
#blog section main .action p b {
  font-weight: normal;
  }
@media(max-width: 800px) {
  #blog section main .action .col-lg-6 {
    width: 76%;
    }
  #blog section .action .container {
    padding: 30px 0 22px 0;
    }
  }

#formreg2 .button span,
#form_registr3 .button span {
  position: relative;
  bottom: -1px;
  clear: left;
  }
@media (max-width: 569px) {
  #formreg2 .button span,
#form_registr3 .button span {
  bottom: 5px;
  }
}
@media(max-width: 500px) {
  #blog section main .action .col-lg-6 {
    width: 90%;
    }
  #blog section .action .container {
    padding: 10px 0 0px 0;
    }
  #blog section main .action h2 { 
    font-size: 20px;
    margin-bottom: 0;
  }
  #form_registr3 .butmodal {
    bottom: 0;
    }
  #formreg2 .button span, 
  #form_registr3 .button span {
    top: -7px;
    }
  }
@media(max-width: 420px) {
  #form_registr3 .kdnm_country-selected {
    top: 3px!important;
    }
  #form_registr3 .kdnm_caret {
    border-top-color: #fff;
    }
  }
#form_registr3 #formreg3 .button span {line-height: 12px;display: block;}
/*year10*/
.year {
  position: absolute;
top: 121px;
left: 50%;
margin-left: -180px;
z-index: 9;
background: url(/media/pics/10year_new.png) no-repeat 0 0;
width: 311px;
height: 414px;
  }
.year_bot {
  position: absolute;left: 50%;margin-left: -100px;top: 0;z-index: 9;
  }
@media(max-width: 1380px) {
.year {
top: 59px;
margin-left: -130px;
}
}
@media(max-width: 800px) {
.year {display: none;}
.year_bot {
  display: none;
  }
}

.imgakc{width: 598px;margin-left: -1px;float:left;}
@media(max-width: 1250px) {
.imgakc {width: 593px;}
}
@media(max-width: 1169px) {
.imgakc {width: 580px;}
.wrapform_img {float: left!important;padding-top: 12px!important;}
}
@media(max-width: 1030px) { 
  .opportunity .box li img {
     margin-right: 0;
	 top: 37px!important;
    }
  }
@media(max-width: 957px) { 
  .opportunity .box li img {
     margin-right: 0;
	 top: 18px!important;
    }
  }
@media(max-width: 800px) {
  .opportunity ul {
    margin-left: 30px;
	}
	.opportunity .box li img {top:5px!important;}
  }
@media(max-width: 756px) {
  .opportunity .box li img {
      top: 22px !important;
    }
}
@media(max-width: 750px) {
  .opportunity .box li img {
      top: 5px !important;
    }
}
@media(max-width: 684px) {
  .opportunity .box li img {
      top: 22px !important;
    }
}
@media(max-width: 580px){
 	.opportunity .box li img {top:inherit!important;}
 }
@media(max-width: 445px){
 	.opportunity .box li img {top:5px!important;}
 }
@media(max-width: 420px){
  .opportunity .box li img {right: 30px!important;}
  .try p b {margin-left: 0;}
  }
@media(max-width: 360px){
  .opportunity .box li img {right: 10px!important;}
  }
.kdnc_icon-ic_text {
      font-family: "Segoe UI", sans-serif!important;
  }
@media(max-width: 600px) {
  .kdn_panelbut {
    width: 40px!important;
	height: 40px!important;
	bottom: 10px!important;
	right: 10px!important;
    }
  .kdnc_open_panel .kdnc_icon-ic_logo {
    width: 40px!important;
	height: 40px!important;
	background-size: 20px 20px !important;
    }
  .kdnc_icon-ic_text {
    font-size: 8px!important;
	margin-top: 14px!important;
	margin-left: 4px!important;
    }
   .kdnc_icon-ic_telephone::before {
     font-size: 44px!important;
     }
   #kdn_call_consultant {
     font-size: 15px!important;
	 padding: 5px 0!important;
	 -webkit-box-shadow: 0px 2px 6px 2px rgba(47, 49, 50, 0.5)!important;
     -moz-box-shadow: 0px 2px 6px 2px rgba(47, 49, 50, 0.5)!important;
     box-shadow: 0px 2px 6px 2px rgba(47, 49, 50, 0.5)!important;
     }
  }
