* {
margin: 0;
padding: 0;
}
html, body{
  height: 100%;
  width: 100%;
  background-color: #fff;
}

td, tr, p, div {
  font-family: 'Roboto', sans-serif;
  color: #353535;
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
}

a:link, a:visited {
 font-family: 'Roboto', sans-serif;
 color: #10a6ef;
  font-weight: 300;
  font-size: 17px;
  line-height: 27px;
    text-decoration: underline;   
    
}
a:hover {
  color: #000;
  text-decoration:underline;
}

p { 
   text-indent: 0px;
} 

#content p{
    padding-bottom: 12px;
}

p.min{
    color: #e65aae;
    text-align: center;
    font-weight: 300;
    font-size: 15px;
    line-height: 25px;
    padding-bottom: 20px;
}

ul, ol {
list-style-position: outside;
margin-left: 30px;
}

#content ul, #content ol{
    margin-bottom: 15px;
}
/*ul li{
list-style-type: square;
}*/
strong{font-weight: 700;}

h1 {
   font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
     text-transform: uppercase;
}


h2 {
    font-size: 22px;
    text-align: left;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
     text-transform: uppercase;
}

#onas h2 {
    font-size: 34px;
    text-align: right;
    font-weight: 500;
    color: #000;
    line-height: 50px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
     text-transform: uppercase;
      background-image: url(../images/h2.jpg);
    background-repeat: no-repeat;
    background-position: right bottom;
}


h3 {
  font-size: 18px;
    text-align: left;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
}


h4 {
   font-size: 18px;
    text-align: left;
    font-weight: 500;
    color: #414141;
    line-height: 25px;
    padding-top: 0px;
    margin: 10px 0px;
    text-decoration: none;
    padding-left: 0px;
}

h5 {
    font-size: 18px;
    text-align: left;
    font-weight: 400;
    color: #194d95;
    line-height: 25px;
    padding-top: 0px;
    margin: 10px 0px;
    text-decoration: none;
    padding-left: 0px;
}
h6 {
  font-size: 22px;
    text-align: center;
    font-weight: 500;
    color: #000;
    line-height: 30px;
    margin: 0px auto;
    text-decoration: none;
    padding: 15px 0px 5px 0px;
    text-transform: uppercase;

}


#bodypage {
  min-height: 100%;
  height:auto !important;
  height:100%;
  text-align: left;
  min-height: 100%;   
  margin: 0 auto;
  position: relative;
  max-width: 1920px;
}

#shapkawrap{
	width: 100%;
	padding: 0px;
	height: 104px;
	 background-image: url(../images/polosa.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#shapka{
	width: 1140px;
	padding: 0px;
	height: 100px;
	margin: 0 auto;
}

#sitelogo{
  float: left;
  width: 230px;
  padding: 0px 10px 0px 10px;
}

#sitelogo a.logoa{
    color: #000;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 20px 10px 20px 55px;
}


.gmenuwrap {
    /*width: 480px;*/
  width: 420px;
    padding: 0px 10px 0px 10px;
	height: 80px;
	float: left;
}

.gmenu  {
    width: 100%;
    padding: 0px;

}

.gmenu ul{
  padding: 14px 0px 0px 0px;
  text-align: right;
}

.gmenu ul li{
    padding: 5px 10px;
    margin: 0;
    list-style: none;
    display: inline-block;
}



.gmenu ul li a{
 display: inline-block;
    text-decoration: underline;
    cursor: pointer;
    position: relative;
    font-size: 16px;
    line-height: 24px;
    color: #0044bb;
    padding: 0px 0px 0px 0px;
}

/*.gmenu ul li a::after {
position: absolute;
left: 0;
bottom: 0;
width: 100%;
border-bottom: 2px solid #454545;
content: '';
transform: scaleX(0);
opacity: 0;
transition: all .4s linear;
}

.gmenu ul li a:hover::after {
transform: scaleX(1);
opacity: 1;
}


.gmenu ul li a:hover, .gmenu ul li.current.active a::after{
 transform: scaleX(1);
opacity: 1;
}*/

.gmenu ul li a:hover, .gmenu ul li.current.active a{
   color: #454545; 
   text-decoration: none;
}

.gmenu2{
	width: 910px;
    margin: 0px auto;
    padding: 25px 0px;
    border-bottom: 1px solid #a0e1f8;
}
.gmenu2 a{
    background: #def5fd;
    text-decoration: none;
    padding: 7px 20px;
    margin: 0px 10px;
    border-radius: 5px;
}

.gmenu2 a:hover{
    background: #d3f2fd;
       color: #10a6ef;
}

#teltop{
	float: right;
    text-align: right;
    width: 370px;
    padding: 15px 10px 0px 10px;
}

#teltop p, #teltop p a{
    color: #4f4f4f;
     font-size: 16px;
    line-height: 25px;
    text-decoration: none;
}

#teltop p strong{
    font-size: 20px;
    font-weight: 500;
}

a.more {
    font-size: 16px;
    line-height: 24px;
    color: #454545;
    padding: 7px 15px;
    text-decoration: none;
    border: 1px solid #454545;
    border-radius: 5px;
    /*margin: 0px 12px 5px 0px;*/
    margin: 0px 0px 5px 0px;
    display: inline-block;
}

a.more:hover{
    background-color: #e3f6fd;
}

#maintelo {
   display: block;
    clear: both;
    overflow: hidden;
    margin: 0px auto;
    width: 1140px;
    padding: 0px 10px;
}

#slider{
    overflow: hidden;
    width: 100%;
    height: 520px;
    background-image: url(../images/girl.jpg);
    background-position: center top;
    background-repeat: no-repeat;
    /*background-size: cover;*/
}

#slider .custom{
	width: 1140px;
	padding: 0px;
	height: 100px;
	margin: 0 auto;
}
#slider p{
    color: #0053a3;
    font-weight: 400;
    font-size: 30px;
    line-height: 45px;
    width: 610px;
    padding-top: 160px;
    font-style: italic;
}


#columncenter{
    overflow: hidden;
    padding: 20px 0px 40px 0px;
    
}

#karta{
    overflow: hidden;
    width: 100%;
    padding: 20px 0px;
}


#onaswrap{
    overflow: hidden;
    width: 100%;
    height: 560px;
    background-image: url(../images/bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}


#onas{
    width: 1150px;
    padding: 0px 10px 0px 0px;
    margin: 0 auto;
    height: 560px;
    background-image: url(../images/gauert.png);
    background-repeat: no-repeat;
    background-position: left bottom;
}


#onas .custom{
padding: 70px 0px 30px 420px;
}

#onas p.min{
    color: #10a6ef;
    text-align: left;
    font-size: 16px;
    line-height: 25px;
    font-style: italic;
}

#onas p.big{
    color: #000;
    text-align: left;
    font-size: 23px;
    line-height: 25px;
        font-weight: 500;
    font-style: italic;
    text-transform: uppercase;
}

.me1{
    margin-top: -42px;
}

.me2{
   padding: 20px 0px 20px 140px;
}

.me2 p{
    font-size: 16px;
    line-height: 26px;
}



#prog{
	width: 1140px;
	padding: 0px;
	margin: 0 auto;
	overflow: hidden;
	padding: 20px 0px 40px 0px;
}


.item {
    /*width: 31.1%;*/
    width: 23%;
    float: left;
    padding: 0;
    margin: 2% 1%;
    list-style-type: none !important;
    background-color: #f8f8f8;
    box-shadow: 0 0 10px #ccc;
    border-radius: 7px 7px;
}

.item-image img{
     width: 100%;
}

.item-txt{
   padding: 0px 20px 20px 20px; 
}

.item-txt p{
   font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    min-height: 162px;
}

.item-txt p.bigg{
   font-weight: 900;
    font-size: 21px;
    line-height: 30px; 
    color: #ea62b5;
    padding: 15px 15px 0px 0px;
    width: 45%;
    float: left;
    min-height: auto;
}

.item-txt p.readmore{
    width: 40%;
    float: right;
    padding: 12px 15px 10px 0px;
    min-height: auto;
    text-align: right;
}


a.btn {
   font-size: 16px;
    line-height: 24px;
    color: #0044bb;
    padding: 5px 12px;
    text-decoration: none;
    border: 1px solid #0044bb;
    border-radius: 5px;
    margin: 0px 12px 5px 0px;
    display: inline-block;
}

a.btn:hover{
  background-color: #e3f6fd;
}

#otzyvwrap{
    overflow: hidden;
    width: 100%;
    height: 475px;
    background-image: url(../images/bg-ot.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
}


#otzyv{
    width: 1140px;
    padding: 20px 10px 0px 10px;
    margin: 0 auto;
   
}

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


#content img.adap {
    width: 23%;
    margin: 10px;
    max-width: 100%;
}


.hFooter {
  _clear: both;
  height: 190px;
  width: 100%;
  clear: both;
}

.footer {
  height: 190px;
  width: 100%;
  max-width: 1920px;
  margin-top: -190px;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  position: relative;
  background-color: #3a3a3a;
  
}

.footervn{
    overflow: hidden;
    width: 1140px;
    margin: 0px auto;
    padding: 0px 10px;
}


#telbot{
  float: left;
  width: 340px;
  padding: 0px 10px 0px 10px;
}

#telbot a.logoa{
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    line-height: 24px;
    text-decoration: none;
    text-transform: uppercase;
    display: block;
    padding: 20px 10px 20px 55px;
}

.one, .two{
     width: 100%;
     clear: both;
}

.two{
padding-top: 30px;
}

#infobot{
	float: left;
    text-align: left;
    width: 470px;
    padding: 15px 10px 0px 10px;
}

#infobot p, #infobot p a{
    color: #fff;
    font-size: 16px;
    line-height: 35px;
    text-decoration: none;
}

.two p a.pol{
    color: #e48cb6;
    font-size: 15px;
    line-height: 35px;
    text-decoration: underline;
    display: block;
}

#telbot p strong{
    font-size: 20px;
    font-weight: 500;
}

#infobot a.more {
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    padding: 7px 15px;
    text-decoration: none;
    border: 1px solid #10a6ef;
    background: #10a6ef;
    border-radius: 5px;
    margin: 25px 12px 5px 0px;
    display: inline-block;
}

#infobot a.more:hover{
    background-color: #067eb9;
}

#telbot p{
     color: #fff;
     font-size: 15px;
}

#karta p{
    color: #878787;
    font-weight: 500;
    font-size: 15px;
    line-height: 27px;
}


#dru{
    float: right;
    text-align: right;
    overflow: hidden;
    width: 280px;
    padding: 30px 10px 0px 0px;
}


#dru a {
 color: #e48cb6;
  font-weight: 300;
  font-size: 14px;
  line-height:26px;
    text-decoration: none;   
    
}
#dru a:hover {
  color: #fff;
  
}


table.tbl{
	    border-collapse: collapse;
	 margin: 20px auto;
}

table.tbl td{
	border: 1px solid #bdbfbf;
    padding: 2px 5px;
}

table.tbl td, table.tbl td p{
    /*font-size: 13px;
    line-height: 20px;*/	
}

table.biger{
    width: 100%;
}

table.biger td, table.biger td p, table.biger td a{
    font-size: 13px;
    line-height: 20px;	
}

table.tbl td img{
    max-width: 100%;
}


.slider {
    width: 88%;
    margin: 0px auto;
}

.serm_otz {
    /*box-shadow: 0px 0px 15px #cacaca;*/
    /*border-radius: 10px;
    padding: 5px 0px;
    background-color: #fff;*/
}
.serm_otz p{
    color: #000;
}
.main_otz{
    /*width: 90%;
    margin: 25px auto;*/
        width: 75%;
    margin: 25px auto;
    border-radius: 10px;
    padding: 45px 65px;
    background-color: #fff;
}

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

.star{
    width: 50%;
    float: left;
    
}
.star p{
   text-align: left;
    font-weight: 500;
    font-style: italic;
    font-size: 20px;
}

.slick-slide .star img{
display: inline-block;
}
.otz_text{
    clear: both;
    padding: 20px 0px 0px 0px;
}
.serm_otz p.blu{
   text-align: center;
    font-size: 14px;
    color: #2c718c;
    padding-bottom: 15px;
}
.serm_otz p.blu img{
display: inline;
vertical-align: middle;
}
.slick-next {
    background-image: url(../images/right.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.slick-next:hover {
    background-image: url(../images/right.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

.slick-prev {
    background-image: url(../images/left.png);
    background-position: center top;
    background-repeat: no-repeat;
}
.slick-prev:hover {
    background-image: url(../images/left.png);
    background-position: center bottom;
    background-repeat: no-repeat;
}

/* заявка*/

#wrapper { width: 520px; margin: 0 auto; padding:90px 0 0 0; }

#z01 { display: none; width: 390px; padding:0px 20px 10px 20px; }


#support-form-info{
	color:#303030;
	font-size: 22px;
    line-height: 30px;
	text-align: center;
}



.txt1 { 
display: inline-block; 
text-align: center;
    float: left;
    color: #000;
    width: 100%;
    height: 50px;
    font-family: 'nerislight', sans-serif; 
    font-weight: 300;
    margin: 20px 0px 0px 0px;
    border: 1px solid #10a6ef;
    background: transparent;
    border-radius: 5px;
   /*padding: 10px 0px 8px 40px;*/
    font-size: 17px;
    line-height: 28px;
	
 
}



#send1{	
	color: #fff !important;
    background-color: #10a6ef;
    border-radius: 5px;
    display: inline-block;
    font: 500 15px/24px 'Roboto', sans-serif !important;
    margin: 20px 0px 6px 0px;
    overflow: hidden;
    position: relative;
    padding: 12px 0px 12px 0px;
    text-align: center;
    text-decoration: none !important;
    -webkit-transition: .2s ease-out;
    transition: .2s ease-out;
    display: inline-block;
    cursor: pointer;
    width: 100%;
	height: 50px;
    text-shadow: none;
    text-transform: uppercase;
	border:none;

}

#send1:hover{
	background-color: #067eb9;
}




.unverified{border-color: #FF9999 !important;}

input::-webkit-input-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}
input::-moz-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}/* Firefox 19+ */
input:-moz-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}/* Firefox 18- */
input:-ms-input-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}

textarea::-webkit-input-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}
textarea::-moz-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}/* Firefox 19+ */
textarea:-moz-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}/* Firefox 18- */
textarea:-ms-input-placeholder {color:#999999; /*font: 17px/17px 'nerislight';*/}


input:invalid{
    box-shadow:none;
}




a.pol{	
    font-size: 13px;
    line-height: 18px;
    color: #000;
}

.fancybox-skin {
    border-radius: 45px 4px 45px 3px !important;
}

.fancybox-title-float-wrap .child{
	display: none !important;
}

p.cena{
    font-weight: 900;
    font-size: 21px;
    line-height: 30px;
    color: #ea62b5;
}

.line{
    border-left: 15px solid #def5fd;
    padding: 20px 20px 5px 40px;
}






