@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,500,600,700,300&subset=latin,cyrillic);

:focus {
    outline: 0;
}

* {
    zoom: 1;
}

img, iframe{
	max-width: 100% !important;
}

html {
    color: #1a2f30;
    font-size: 16px;
    background-color: #ffffff;
    font-family: 'Open Sans', sans-serif;
}

a:link, a:visited {
    text-decoration: underline;
    color: #1a2f30;
}

a:hover {
    text-decoration: none;
    color: #1a2f30;
}

body {
    margin: 0;
    padding: 0;
/*display: none;*/
opacity: 0;
    -webkit-transition: opacity 0.2s ease-out 0.2s;
    -moz-transition: opacity 0.2s ease-out 0.2s;
    -o-transition: opacity 0.2s ease-out 0.2s;
    transition: opacity 0.2s ease-out 0.2s;
	overflow: hidden;
}

body.show{
	opacity: 1;
	overflow: auto;
}

.clearfix {
    clear: both;
}

#container {
    position: relative;
    overflow: hidden;
    width: 1920px;
    max-width: 100%;
    margin: 0 auto;
}

.center {
    width: 1170px;
    margin: 0 auto;
    position: relative;
}

.center:after{
    content: '';
    clear: both;
    display: block;
    width: 100%;
}

a.button,button,input[type=submit],.button{
    display: inline-block;
    vertical-align: middle;
    padding: 18px 20px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: #26919b;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    text-decoration: none;
    cursor: pointer;
    border: none;
}

a.button:hover,button:hover,input[type=submit]:hover,#top_wrapper .top a.button:hover, .button:hover{
    background: #157a83;
    color: #FFFFFF;
}

a.button2,button,input[type=submit],.button2{
    display: inline-block;
    vertical-align: middle;
    padding: 16px 20px;
    color: #26919b;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    background: none;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 2px solid;
    text-decoration: none;
    cursor: pointer;
}

a.button2:hover,button:hover,input[type=submit]:hover,#top_wrapper .top a.button2:hover, .button2:hover{
    background: #157a83;
    color: #FFFFFF;
}

.open{
    display: none;
}

#top_wrapper{
	/*min-height: 420px;*/
	background: #fff;
}
#top_wrapper .top{
    position: absolute;
    top: 0;
    z-index: 40;
    background-color: rgba(255,255,255,0.8);
    width: 100%;
}

#top_wrapper .top>.center{
    padding: 0;
}

#top_wrapper .top .cont:after{
    content: '';
    clear: both;
    display: block;
}

#top_wrapper .top .cont{
    padding: 5px 0 35px;
    position: relative;
}

#top_wrapper .top .cont .logo {
    float: left;
    margin: 0;
    width: 270px;
}

#top_wrapper .top .cont .contacts{
    float: right;
    text-align: right;
	line-height: 1.4em;
	margin: 5px 0;
}

#top_wrapper .top .cont .contacts a.phone{
    text-decoration: none;
    display: block;
    font-weight: bold;
    font-size: 24px;
    color: #26919b;
}

#top_wrapper .top .cont .contacts .rejim{
    text-decoration: none;
    display: block;
    font-size: 16px;
    color: #183131;
}

#top_wrapper .top .cont .contacts a.email{
    display: block;
    font-weight: bold;
    font-size: 16px;
    color: #26919b;
}

#top_wrapper .top .menu{
    position: absolute;
    bottom: -25px;
    width: 100%;
    background-color: #26919b;
}

#top_wrapper .top .menu:after{
    display: block;
    content: '';
    clear: both;
}

#top_wrapper .top .menu ul{
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    vertical-align: middle;
}

#top_wrapper .top .menu ul li{
    display: inline-block;
    vertical-align: middle;
}

#top_wrapper .top .menu ul li a{
    display: block;
    padding: 15px 15px;
    font-size: 16px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    box-sizing: border-box;
}

#top_wrapper .top a.button{
    background: #FFFFFF;
    color: #157a83;
    float: right;
    margin: 5px 15px 5px;
    padding: 10px 20px;
}

#top_wrapper .top .menu ul li.active a,#top_wrapper .top .menu ul li:hover a{
    border-bottom: 3px solid #FFFFFF;
    padding: 15px 15px 12px;
}

#top_wrapper .slider_wrapper{
    position: relative;
    width: 100%;
}


#top_wrapper .inner_wrapper{
    position: relative;
    width: 100%;
	
	background: #fff;
}

#top_wrapper .inner_wrapper img{
    width: 100%;
    display: block;
	
	background: #fff;
}

#top_wrapper .inner_wrapper a{
	text-decoration: none;
	font-size: 16px;
	
}

#top_wrapper .inner_wrapper .alc .center {
    padding: 190px 0 20px;
    box-sizing: border-box;
	text-align: center;
	
}

#top_wrapper .slider_wrapper .slider{
    width: 100%;
    position: relative;
    overflow: hidden;
}

#top_wrapper .slider_wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

#top_wrapper .slider_wrapper ul li{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    position: relative;
	max-height: 1200px !important;
}


#top_wrapper .slider_wrapper .slider>ul>li{
	background-size: auto 999px; !important;
}

#top_wrapper .slider_wrapper ul li img{
	position: relative;
	
    min-width: 100%;
    display: block;
}

.alc{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.alc .center{
    height: 100%;
}

#top_wrapper .slider_wrapper ul li .alc{
    z-index: 10;
	margin-bottom: 38px;
}

#top_wrapper .slider_wrapper ul li .alc .center{    
    padding: 190px 85px 20px;
    box-sizing: border-box;
}

#top_wrapper .slider_wrapper ul li .alc .center>*{
    max-width: 780px;
}

#top_wrapper .slider_wrapper ul li .alc .center h2{
    color: #26919b;
    font-size: 30px;
    text-transform: uppercase;
	font-weight: 600;
}

#top_wrapper .slider_wrapper ul li .alc .center ul{
    margin: 30px 0;
    list-style: none;
    padding: 0;
}

#top_wrapper .slider_wrapper ul li .alc .center ul li{
    display: block;
    padding: 0 0 10px 40px;
    background: url("../images/li.png") left 1px no-repeat;
    line-height: 30px;
    font-size: 18px;
}

#top_wrapper .slider_wrapper .toleft{
    position: absolute;
    left: 0;
    top: 45%;
    cursor: pointer;
    z-index: 2000;
}

#top_wrapper .slider_wrapper .toright{
    position: absolute;
    right: 0;
    top: 45%;
    cursor: pointer;
    z-index: 2000;
}

#top_wrapper .slider_wrapper .controls{
    position: absolute;
    z-index: 30;
    bottom: 30px;
    width: 100%;
    text-align: center;
}

#top_wrapper .slider_wrapper .controls a{
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px;
    border: 3px solid #FFFFFF;
    background: #0f2a31;
    box-sizing: border-box;
    width: 12px;
    height: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    text-indent: -9999px;
}

#top_wrapper .slider_wrapper .controls a.active{
    border: 5px solid #2fb8c2;
    background: #FFFFFF;
    width: 16px;
    height: 16px;
}

#about{
    background: url("../images/back.jpg") center top no-repeat;
    background-size: cover;
    padding: 50px 0 20px;
}

#about .left{
    float: left;
    padding: 25px;
    background: #FFFFFF;
    font-size: 16px;
    color: #1a2f30;
    line-height: 20px;
    max-width: 375px;
    box-sizing: border-box;
    margin-bottom: 60px;
    line-height: 26px;
	text-align: right;
}

#about .left img {
    margin-bottom: 10px;
    display: block;
	float: left;
	margin-right: 10px;
}

h1{
    font-size: 30px;
    color: #26929e;
    text-transform: uppercase;
    margin-bottom: 40px;
	font-weight: 600;
}

h2{
    font-size: 30px;
    color: #26929e;
    text-transform: uppercase;
    margin-bottom: 40px;
	/*font-weight: 600;*/
	font-weight: bold;
}
.cont h2{
    font-size: 20px;
	margin-bottom: 0;
}
.cont h2+p{
	margin-top: 0;
}

h3{
    font-size: 26px;
    color: #26929e;
    text-transform: uppercase;
    margin-bottom: 25px;
	font-weight: 600;
}

h4{
    font-size: 16px;
    color: #26929e;
    text-transform: none;
    margin: 0;
    padding: 0;
	font-weight: 600;
}

h5{
    font-size: 16px;
    color: #26929e;
    text-transform: none;
    margin: 0;
    padding: 0;
	font-weight: 600;
	display: inline-block;
}



#about .right{
    margin-left: 500px;
    font-size: 16px;
    line-height: 26px;
    box-sizing: border-box;
    margin-bottom: 30px;
}

#about hr{
    clear: both;
    border: none;
    height: 1px;
    display: block;
    width: 100%;
    margin: 80px 0;
    background: #cad2d4;
}

#about h2{
    text-align: center;
}

#about .slider_wrapper{
    position: relative;
}
#about .slider_wrapper .slider{
    margin: 0 80px;
    overflow: hidden;
}

#about .slider_wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

#about .slider_wrapper ul li{
    display: inline-block;
    vertical-align: middle;
    white-space: normal;
    width: 140px;
    position: relative;
    margin-right: 70px;
    text-align: center;
}

#about .slider_wrapper ul li img{
    max-width: 100%;
    display: block;
}


#about .slider_wrapper .toleft{
    position: absolute;
    left: 10px;
    top: 40%;
    cursor: pointer;
    z-index: 2000;
}

#about .slider_wrapper .toright{
    position: absolute;
    right: 10px;
    top: 40%;
    cursor: pointer;
    z-index: 2000;
}

#about .pr_wrap{
    text-align: center;
}
#about .pr_wrap .block{
    text-align: left;
    width: 300px;
    max-width: 100%;
    margin: 0 30px 40px;
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    line-height: 30px;
}
#about.inner .pr_wrap .block>div{
    display: block;
}

#about.inner .pr_wrap .block>div:after{
    content: '';
    clear: both;
    display: block;
}

#about.inner .pr_wrap .block>div.image{
    float: left;
}

#about.inner .pr_wrap .block>div.text{
    margin-left: 90px;
}

#about .pr_wrap .block img{
    display: inline-block;

}

#about .pr_wrap .block .image{
    /*margin-bottom: 30px;*/
}
#term{
    position: relative;
    background: url("../images/back2.jpg") center top no-repeat;
    background-size: cover;
    padding: 80px 0;
}

.tabs{
    text-align: center;
    margin-bottom: 40px;
}

.tabs a{
    border: 1px solid #d8e0e2;
    display: inline-block;
    vertical-align: top;
    padding: 13px 20px;
    background: #FFFFFF;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    margin-left: -6px;
    cursor: pointer;
	text-decoration: none;
}

.tabs a.active{
    color: #FFFFFF;
    background: #26919b;
}

.tab_content>div{
    display: none;
}

.tab_content>div.active{
    display: block;
}

#term ul{
    list-style: none;
    margin: 0;
    padding: 0;
}

#term ul li{
    display: block;
    padding-left: 30px;
    background: url("../images/li2.png") left 4px no-repeat;
    margin-bottom: 30px;
}

.reviews{
    padding: 80px 0;
    background: url("../images/back3.jpg") center top no-repeat;
	background-size: cover;
}

.reviews .center .left{
    width: 360px;
    max-width: 100%;
    border: 1px solid #d8e0e2;
    float: left;
    background: #FFFFFF;
}

.reviews .center .left .slider_wrapper{
    position: relative;
    text-align: center;
    width: 100%;
    margin: 15px 0;
}

.reviews .center .left .slider_wrapper .slider{
    max-width: 110%;
    text-align: left;
    max-height: 560px;
    overflow: hidden;
    width: 391px;
	box-sizing: border-box;
    position: relative;
    overflow: hidden;
}

.reviews .center .left .slider_wrapper .slider ul{
    list-style: none;
    margin: 0;
    padding: 0;
    max-width: 360px;
    position: relative;
	height: 100%;
}

.reviews .center .left .slider_wrapper hr{
    display: block;
    width: 100%;
    border: none;
    height: 1px;
    background:  #d8e0e2;
}

.reviews .center .left .slider_wrapper .slider ul li{
    display: block;
    padding: 15px;
    border-top: 1px solid #d8e0e2;
    position: relative;
    cursor: pointer;
}
.reviews .center .left .slider_wrapper .slider ul li.active{
    background: #e7f2f4;
}

.reviews .center .left .slider_wrapper .slider ul li.active:after{
    position: absolute;
    width: 31px;
    right: -31px;
    z-index: 99;
    top: 0;
    bottom: 0;
    content: '';
    background: url("../images/arr.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: block;
}
.reviews .center .left .slider_wrapper .slider ul li:hover{
    background: #e7f2f4;
}

.reviews .center .left .slider_wrapper .slider ul li:hover:after{
    position: absolute;
    width: 31px;
    right: -31px;
    z-index: 99;
    top: 0;
    bottom: 0;
    content: '';
    background: url("../images/arr.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: block;
}

.reviews .center .left .slider_wrapper .slider ul li img{
    display: block;
    max-width: 100%;
    margin-bottom: 10px;
}

.reviews .center .left .slider_wrapper .slider ul li .title{
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.reviews .center .left .slider_wrapper .slider ul li .name{
    font-size: 14px;
}

.reviews .center .left .slider_wrapper span.toleft{
    margin-bottom: 15px;
    display: inline-block;
    cursor: pointer;
    z-index: 2000;
	position: relative;
}

.reviews .center .left .slider_wrapper span.toright{
    margin-top: 15px;
    display: inline-block;
    cursor: pointer;
    z-index: 2000;
	position: relative;
}

.reviews .center h2{
	text-align: center;
}

.reviews .center .right{
    margin-left: 500px;
}

.reviews .center .right .title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 320px;
    float: left;
    clear: left;
}

.reviews .center .right .name{
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 320px;
    float: left;
    clear: left;
}

.reviews .center .right .rght{
    float: right;
    width: 300px;
}

.reviews .center .right .revimg img{
    width: 360px;
    max-width: 100%;
    display: block;
    -webkit-box-shadow: 0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    0px 0px 15px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         0px 0px 15px 0px rgba(50, 50, 50, 0.75);
}

.reviews .center .right .revimg a{
	position: relative;
	display: inline-block;
}

.reviews .center .right .revimg a:after{
	content: url('../images/see.png');
	position: absolute;
	margin-left: 50%;
	left: -40px;
	top: 45%;
}

.fl{
    float: left;
    width: 100%;
}

.reviews .center .right .rew_wrap>div{
    display: none;
}

.reviews .center .right .rew_wrap>div.active{
    display: block;
}

#polis{
    padding: 80px 0;
    background: url("../images/back4.jpg") center top no-repeat;
    background-size: cover;
}

#polis h2{
	text-transform: none;
}


#polis2 h2{
	text-transform: none;
}

#polis .form{
    width: 690px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 100%;
}

#polis .form .tabs_wrapper{
    border: 1px solid #d8e0e2;
}

#polis .form .tabs_wrapper h2{
    text-align: center;
}

#polis .form .tabs_wrapper .tabs{
    display: table;
    width: 100%;
    margin-bottom: 0;
}

#polis .form .tabs_wrapper .tabs a{
    display: table-cell;
}

#polis .form .tabs_wrapper .tab_content{
    margin: 50px;
}

.button_wrapper{
	text-align: center;
}
.input_wrapper,.textarea_wrapper,.button_wrapper,.select_wrapper{
    margin-bottom: 20px;
    display: block;
    width: 100%;
    box-sizing: border-box;
	position: relative;
}

.input_wrapper input{
    font-size: 16px;
    padding: 12px 8px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 2px solid #26919b;
    color: #1b3031;
}

.input_wrapper input:after{
	content: '*';
	color: #ff0000;
}

.select_wrapper select{
    font-size: 16px;
    padding: 12px 8px;
    box-sizing: border-box;
    width: 100%;
    border: none;
    border-bottom: 2px solid #26919b;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../images/select.png") 97% center no-repeat;
    color: #1b3031;
}

.select_wrapper select option{
    color: #1b3031;
}



.textarea_wrapper textarea{
    font-size: 16px;
    padding: 8px;
    box-sizing: border-box;
    width: 100%;
    height: 40px;
    border: none;
    border-bottom: 2px solid #26919b;
    color: #1b3031;
    resize: none;
    font-family: 'Open Sans', sans-serif;
}


#bottom{
    padding: 30px 0;
    background:#FFFFFF;
    border-bottom: 1px solid #f5f7f7;
}

#bottom a.button{
    float: right;
    padding: 14px 20px;
}

#bottom .menu{
    width: auto;
	text-align: left;
}



#bottom .menu:after{
    display: block;
    content: '';
    clear: both;
}

#bottom .menu ul{
    list-style: none;
    margin: 10px 0;
    padding: 0;
    width: auto;
	float: left;
}

#bottom .menu ul li{
    display: inline-block;
    vertical-align: middle;
}

#bottom .menu ul li a{
    font-size: 16px;
    color: #1d3132;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    margin: 0 15px;
}

#bottom .menu ul li:hover a{
    text-decoration: underline;
}

#footer{
    background: #FFFFFF;
    padding: 20px 0 30px;
    font-size: 16px;
}

#footer .center{
    /*width: 1570px;*/
	width: 1170px;
    padding: 0 20px;
    box-sizing: border-box;
    text-align: center;
    max-width: 100%;
}
#footer .center>div{
    margin: 0 30px 10px 0;
    display: inline-block;
    vertical-align: middle;
    text-align: left;

}

#footer .center span{
    display: block;
}

#footer .center a:not(.button){
    color: #26919b;
    text-decoration: none;
    font-weight: bold;
}

#footer .center .phone a{
    font-size: 26px;
}


#faq{
	background: #e7f2f4;
	padding: 80px 0;
	border-bottom: none;
}

#faq .block{
	padding: 30px 0;
	border-bottom: 1px solid #cbd8e0;
}

#faq .block.active .q{
	
	background: url('../images/ao.png') right center no-repeat;
}
#faq .block.active{
	background: #fff;
}

#faq .block .q{
	font-size: 18px;
	color: #26919b;
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
	cursor: pointer;
	background: url('../images/ac.png') right center no-repeat;
}
#faq .block .a{
	overflow: hidden;
	height: 0px;
	width: 750px;
	max-width: 100%;
	margin: 0 auto;
}

#faq .block.active .a{
	height: auto;
}

#mmc{
	background: #e7f2f4;
	padding: 80px 0;
}

#mmc .block{
	margin: 0 20px 20px;
	max-width: 540px;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
}

#mmc .block .title{
	font-size: 24px;
	color: #26919b;
	font-weight: bold;
	margin-bottom:15px;
}

#mmc .block .ltitle{
	font-size: 18px;
	color: #26919b;
	margin-bottom:15px;
}

#mmc .block .desc{
	font-size: 14px;
	margin-bottom:15px;
}

.content{
	background: #fff;
	padding: 20px;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}


#actions{
	background: #e7f2f4;
	padding: 80px 0;
}

#actions a.block{
	margin: 0 20px 20px;
	max-width: 540px;
	width: 50%;
	background: #fff;
	padding: 30px;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
}

#actions a.block .price{
	font-size: 36px;
	font-weight: bold;
	float: left;
	color: #26919b;
	margin-bottom:15px;
}

#actions a.block .title{
	font-size: 18px;
	color: #26919b;
	margin-bottom:15px;
}

#actions a.block .desc{
	font-size: 14px;
	margin-bottom:15px;
}

#actions span.button{
	padding: 10px 15px;
}

#actions hr{
    clear: both;
    border: none;
    height: 1px;
    display: block;
    width: 100%;
    margin: 30px 0;
    background: #cad2d4;
}

#actions .until{
	text-transform: uppercase;
	color: #cad2d4;
	font-size: 13px;
}


#polis2{
	background: #e7f2f4;
	padding: 80px 0;
}

#polis2 .form{
    width: 690px;
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 100%;
}

#polis2 .form .tabs_wrapper{
    border: 1px solid #d8e0e2;
}

#polis2 .form .tabs_wrapper h2{
    text-align: center;
}

#polis2 .form .tabs_wrapper .tabs{
    display: table;
    width: 100%;
    margin-bottom: 0;
}

#polis2 .form .tabs_wrapper .tabs a{
    display: table-cell;
}

#polis2 .form .tabs_wrapper .tab_content{
    margin: 50px;
}

#chl{
	padding: 80px 0;
	background: #e7f2f4;
}

#chl .sidebar{
	float: left;
	width: 375px;
	max-width: 100%;
}

#chl .sidebar+.cont{
	margin-left: 405px;
}

.cont{
	line-height: 1.8em;
}
.cont ul{
	list-style: none;
	margin: 20px 0;
	padding: 0;
}

.cont ul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 10px;
}

.cont ul li:before{
	content: '';
	display: block;
	width: 5px;
	height: 5px;
	border-radius: 5px;
	background: #26919b;
	position: absolute;
	left: 0;
	top: 13px;
}

.cont hr{
	border: none;
	height: 3px;
	background: #26929e;
	margin: 20px 0;
}

.cont table{
	border-collapse: collapse;
	border: none;
	width: 100%;
}

.cont table td{
	padding: 5px 10px;
	background: #fff;
	font-size: 16px;
	border: none;
	color: #1a2f30;
}

.cont table td:nth-child(2){
	font-weight: bold;
	color: #26929e;
}

.cont table tr:nth-child(even) td{
	background: #e7f2f4;
}

#chl .sidebar .menu{
	background: #26919b;
	margin-bottom: 20px;
}

#chl .sidebar .menu ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#chl .sidebar .menu>ul{
	display: block !important;
}

#chl .sidebar .menu ul{
	display: none;
}

#chl .sidebar .menu li.active>ul{
	display: block;
}

#chl .sidebar .menu li.active>a{
	text-decoration: none;
}

#chl .sidebar .menu li a.parent{
	position: relative;
}

#chl .sidebar .menu>ul>li.active>a.parent::before {
    position: absolute;
    top: 17px;
    right: 19px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li.active>a.parent::after {
    position: absolute;
    top: 17px;
    right: 22px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-top: 5px solid #26919b;
    border-left: 5px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li>a.parent::before {
    position: absolute;
    top: 12px;
    right: 22px;
    display: inline-block;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li>a.parent::after {
    position: absolute;
    top: 12px;
    right: 25px;
    display: inline-block;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #26919b;
    border-top: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li.active>ul>li.active>a.parent::before {
    position: absolute;
    top: 17px;
    right: 19px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li.active>ul>li.active>a.parent::after {
    position: absolute;
    top: 17px;
    right: 22x;
    display: inline-block;
    border-right: 5px solid transparent;
    border-top: 5px solid #47b0ba;
    border-left: 5px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li>ul>li>a.parent::before {
    position: absolute;
    top: 12px;
    right: 22px;
    display: inline-block;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li>ul>li>a.parent::after {
    position: absolute;
    top: 12px;
    right: 25px;
    display: inline-block;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #47b0ba;
    border-top: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li.active>ul>li.active>ul>li.active>a.parent::before {
    position: absolute;
    top: 17px;
    right: 19px;
    display: inline-block;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    border-left: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li.active>ul>li.active>ul>li.active>a.parent::after {
    position: absolute;
    top: 17px;
    right: 22px;
    display: inline-block;
    border-right: 5px solid transparent;
    border-top: 5px solid #6cb8bf;
    border-left: 5px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li>ul>li>ul>li>a.parent::before {
    position: absolute;
    top: 12px;
    right: 22px;
    display: inline-block;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    content: '';
}

#chl .sidebar .menu>ul>li>ul>li>ul>li>a.parent::after {
    position: absolute;
    top: 12px;
    right: 25px;
    display: inline-block;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #6cb8bf;
    border-top: 8px solid transparent;
    content: '';
}


#chl .sidebar .menu ul a{
	color: #fff;
	font-size: 14px;
	display: block;
	padding: 10px;
}

#chl .sidebar .menu ul>li>ul>li>a{
	padding-left: 20px;
}

#chl .sidebar .menu ul>li>ul>li>ul>li>a{
	padding-left: 30px;
}

#chl .sidebar .menu>ul>li{
	display: block;
}

#chl .sidebar .menu>ul>li>ul>li{
	display: block;
	background: #47b0ba;
}

#chl .sidebar .menu>ul>li>ul>li>ul>li{
	display: block;
	background: #6cb8bf;
}

.cont+.tip{
	margin: 0 15px;
}

.tip .slider_wrapper{
	position: relative;
	background: #fff;
}
.tip .slider_wrapper .slider{
    width: 100%;
    overflow: hidden;
}

.tip .slider_wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.tip .slider_wrapper ul li{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    position: relative;
	box-sizing: border-box;
	padding: 20px;
	font-size: 14px;
	line-height: 1.8em;
}

.tip .slider_wrapper ul li .title{
	margin-bottom: 10px;
	font-size: 21px;
}

.tip .slider_wrapper ul li img{
    display: block;
	margin-bottom: 10px;
}

.tip .slider_wrapper .toleft{
    float: left;
	font-weight: bold;
	color: #26919d;
	font-size: 24px;
	cursor: pointer;
	z-index: 5;
	position: relative;
}

.tip .slider_wrapper .toright{
    float: right;
	font-weight: bold;
	color: #26919d;
	font-size: 24px;
	cursor: pointer;
	z-index: 5;
	position: relative;
}

.tip .slider_wrapper .cont{
	padding: 20px;
	border-top: 1px solid #e7f2f4;
	position: relative;
}


.tip .slider_wrapper .cont .num{
	text-align: center;
	position: absolute;
	top: 20px;
	font-size: 14px;
	z-index: 4;
}



.tip .slider_wrapper .cont .num{
	left: 20px;
	right: 20px;
	
}

.tip .slider_wrapper .cont .num span{
	display: inline-block;
	vertical-align: top;
}

.tip .slider_wrapper .cont .num span:nth-child(1){
	font-size: 24px;
	font-weight: bold;
}

.tip .slider_wrapper .cont .num span:nth-child(2){
	font-size: 14px;
	position: relative;
	top: -5px;
}


.tip .slider_wrapper .cont:after{
	content: '';
	display: block;
	clear: both;
}


#chlform .form{
    margin: 0 auto;
    background: #fff;
    padding: 30px;
    box-sizing: border-box;
    max-width: 100%;
}

#chlform .form .tabs_wrapper{
    border: 1px solid #d8e0e2;
}

#chlform .form .tabs_wrapper h2{
    text-align: center;
	text-transform: none;
}

#chlform .form .tabs_wrapper .tabs{
    display: table;
    width: 100%;
    margin-bottom: 0;
}

#chlform .form .tabs_wrapper .tabs a{
    display: table-cell;
}

#chlform .form .tabs_wrapper .tab_content{
    margin: 50px;
}


.popup-right-corner {
   background: rgb(38,146,156);
   position: relative;
   padding: 5px;
   margin-left: 9px;
   width: 300px;
   text-align: center;
   color: #fff;
   font-size: 14px;
   display: block;
}
 
.popup-right-corner:after {
   content: '';
   border: 8px solid transparent;
   border-left: 9px solid rgb(38,146,156);
   position: absolute;
   right: -17px;
   top: 50%;
   margin-top: -8px;
}

a.tooltip {
   border-radius: 20px;
   -moz-border-radius: 20px;
  color: #000;
  background: rgb(229,243,243);
  width: 20px;
  height: 20px;
  text-align: center;
  line-height: 20px;
  cursor: help; text-decoration: none;
  position: absolute;
  display: block;
  left: -30px;
  top: 12px;
}
a.tooltip span {
  margin-left: -999em;
  position: absolute;
}

a.tooltip:hover{
  color: #fff;
  background: rgb(38,146,156);	
}

a.tooltip:hover span {
  position: absolute;
  left: -330px;
  top: -1em;
  z-index: 99;
  margin-left: 0;
  border: 1px solid #fff;
  text-align: left;
}

.addit{
	border: 1px solid #26929e;
	padding: 30px;
	margin: 30px 0;
	font-size: 14px;
	font-weight: bold;
}

.addit h3{
	font-size: 16px;
}

.addit hr {
    height: 1px;
    background: #aaa;
    border: none;
    margin: 25px 0;
}

.addit a{
    display: block;
    margin-left: 30px;
}

.checkbox_wrapper{
	/*display: inline-block;*/
	display: block;
	margin-bottom: 5px;
	position: relative;
}

.checkbox_wrapper input[type=checkbox]{
	display: none;
}

.checkbox_wrapper input[type=checkbox]+label{
	display: block;
	position: relative;
	cursor: pointer;
}

.checkbox_wrapper input[type=checkbox]+label:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 20px;
	height: 20px;
	text-align: center;
	font-size: 20px;
	color: #fff;
	line-height: 20px;
	border: 1px solid #26929e;
	background: #fff;
	margin-right: 10px;
}

.checkbox_wrapper input[type=checkbox]:checked+label:before{
	background: #26929e;
	content: '\2714';
	
}

.checkbox_wrapper>div{
	display: block;
	position: absolute;
	top: 100%;
	left: 0;
	background: #fff;
	padding :10px;	
	z-index: 999;
	border: 1px solid #ccc;
	display: none;
}
.checkbox_wrapper>div div input[type=radio]{
	display: none;
}

.checkbox_wrapper>div div label{
	display: block;
	color: #25919b;
	padding: 3px;
	cursor: pointer;
}

.checkbox_wrapper>div div input[type=radio]:checked+label{
	color: #fff;
	background: #25919b;
	padding: 3px;
}

.checkbox_wrapper>div div label:hover{
	color: #fff;
	background: #25919b;
	padding: 3px;
}

.addit a{
	color: #25919b;
	text-decoration: none;
	border-bottom: 1px dashed #25919b;
	display: inline-block;
	cursor: pointer;
}

.addit a:hover{
	border-bottom: 1px dashed #fff;
}

#total{
    padding: 20px 0;
    font-size: 24px;
    font-weight: bold;
	color: #26919b;
}

#total span{
    font-size: 30px;
}

.reviews.mobile{
	text-align: center;
}
.reviews.mobile .center>.slider_wrapper{
	position:relative;
}
.reviews.mobile .center>.slider_wrapper .slider{
    width: 100%;
    overflow: hidden;
}

.reviews.mobile .center>.slider_wrapper ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    width: 100%;
    position: relative;
}

.reviews.mobile .center>.slider_wrapper ul li{
    display: inline-block;
    vertical-align: top;
    white-space: normal;
    width: 100%;
    position: relative;
}

.reviews.mobile .center>.slider_wrapper ul li .image{
	
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 50px;
}
.reviews.mobile .center>.slider_wrapper ul li .image{
	padding: 15px;
	border: 1px solid #aaa;
	margin-bottom: 15px;
}
.reviews.mobile .center>.slider_wrapper ul li img{
    max-width: 100%;
    display: inline-block;
}

.reviews.mobile .center>.slider_wrapper .revcont{
	clear: both;
	position: absolute;
	top: 80px;
	left: 20px;
	right: 20px;
	z-index: 999;
}

.reviews.mobile .center>.slider_wrapper .revcont .toleft{
    position: relative;
    float: left;
	cursor: pointer;
}

.reviews.mobile .center>.slider_wrapper .toright{
    position: relative;
    float: right;
	cursor: pointer;
}

.reviews.mobile  .title{
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
    float: none;
    clear: left;
	display: block;
}

.reviews.mobile  .name{
    font-size: 18px;
    margin-bottom: 15px;
    text-transform: uppercase;
    width: 100%;
    float: none;
    clear: left;
	display: block;
}


.reviews.mobile  .revimg a{
	position: relative;
	display: inline-block;
}

.reviews.mobile  .revimg a:after{
	content: url('../images/see.png');
	position: absolute;
	margin-left: 50%;
	left: -40px;
	top: 40%;
}

.table{
    display: table;
}

.vm{
    display: table-cell;
    vertical-align: middle;
}

.upper {
    top: -85px;
    position: absolute;
}

.mouse{
	width: 100px;
	position: absolute;
	bottom: 20px;
	left: 20px;
	z-index: 999;
	font-size: 16px;
}

#per{
	display: none;
	color: #25919b;
	text-decoration: none;
	border-bottom: 1px dashed #25919b;
	cursor: pointer;
	font-weight: bold;
	margin: 0 10px;
}

#per:hover{
	border-bottom: 1px dashed #fff;
}

#headtopz{
    background: #ffffff; /* Цвет фона под заголовком */
    padding: 2px; /* Поля вокруг текста */
}

.fancybox-slide--iframe .fancybox-content {
	width  : 800px !important;
	max-width  : 96% !important;
	margin: 0;
}

.dn{
 display: none;   
}

.error{
    display: block;
    font-size: 12px;
    margin-top: -25px;
    font-weight: bold;
    color: #ff0000;
}

.how_new{
    text-align: center;
}
.how_new .block{
    text-align: left;
 display: inline-block;
 vertical-align: top;
 width: 260px;
 margin-right: 10px;
 margin-bottom: 20px;
 font-size: 16px;
}

.how_new .block .image{
 width: 135px;
 height: 135px;
 display: inline-flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  border: 7px solid rgba(38,146,158,0.5);
  margin-bottom: 15px;
}

.how_new .block .title{
    font-size: 18px;
    text-transform: uppercase;
    color: #26929e;
    font-weight: bold;
    margin-bottom: 15px;
}

.how_new .block p{
    margin: 0;
    padding: 0;
}

.ph2{
    text-align: center;
    margin-top: -20px;
    margin-bottom: 20px;
}

.cpartners .block{
 width: 220px;
 height: 100px;
 display: inline-flex;
  align-items: center;
  justify-content: center;
 margin-right: 10px;
 margin-bottom: 20px;
 vertical-align: top;
}

.sw ul{
    list-style: none;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    position: relative;
}

.sw ul li{
    white-space: normal;
    width: 270px;
    margin-right: 20px;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.sw .slider{
    padding: 10px;
    overflow: hidden;
}

.sw .slider .title{
    font-size: 13px;
}

.sw .slider .name{
    font-size: 14px;
}

.sw .revimg{
 margin-bottom: 25px;   
 -webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.75);
box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.75);
}

.sw .revimg img{
    display: block;
}

.sw .revimg a{
    display: block;
}

.sw span{
    cursor: pointer;
}

#sprog{
    background: #f0f8f9;
    text-align :center;
    padding: 30px 0;
}

.sprog{
    margin: 40px 0 20px;
}

.sprog a{
    display: inline-block;
    border: 2px solid #26929e;
    color: #26929e;
    font-weight: bold;
    text-align: center;
    padding: 5px 30px;
    box-sizing: border-box;
    font-size: 18px;
    text-decoration: none;
    -webkit-border-radius: 40px;
-moz-border-radius: 40px;
border-radius: 40px;
margin: 0 15px;
}

.sprog a:hover{
    color: #fff;
    /*border: 2px solid rgba(0,0,0,0);*/
    border: none;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(29, 188, 199, 0.75);
-moz-box-shadow:    0px 0px 10px 0px rgba(29, 188, 199, 0.75);
box-shadow:         0px 0px 10px 0px rgba(29, 188, 199, 0.75);
background: rgb(99, 209, 214);
background: -moz-linear-gradient(0deg, rgb(99, 209, 214) 30%, rgb(29, 188, 199) 70%);
background: -webkit-linear-gradient(0deg, rgb(99, 209, 214) 30%, rgb(29, 188, 199) 70%);
background: -o-linear-gradient(0deg, rgb(99, 209, 214) 30%, rgb(29, 188, 199) 70%);
background: -ms-linear-gradient(0deg, rgb(99, 209, 214) 30%, rgb(29, 188, 199) 70%);
background: linear-gradient(90deg, rgb(99, 209, 214) 30%, rgb(29, 188, 199) 70%);
padding: 7px 32px;
}

.sprog a:hover i{
    background-position: 0 -43px;
}

.sprog a i{
    display: inline-block;
    width: 43px;
    height: 43px;
    vertical-align: middle;
    margin-right: 10px;
    background: url('../../images/k/note.png') center top no-repeat;
}

.vedstr{
 width: 1500px;
 margin: 0 auto;
 max-width: 100%;
}
.vedstr .center{
    width: 100%;
}

.sw .slider_wrapper .toright {
    position: absolute;
    right: -30px;
    top: 50%;
    cursor: pointer;
    z-index: 2000;
}

.sw .slider_wrapper .toleft {
    position: absolute;
    left: -30px;
    top: 50%;
    cursor: pointer;
    z-index: 2000;
}

.slider_wrapper{
    position: relative;
}