html, body {margin:0;padding:0;width:100%;height:100%;}


.all {
	background: url(/img/bg-top.png) left top/27px 250px repeat-x,
			    #ffffff;
/*
    border: 1px solid #000000;
    position: relative;
*/	
    position: relative;
    min-height: 110%;
    min-width: 800px;
    font-family: 'Roboto';
    font-weight: 400;
}

/* верхний блок */
.ttop {
    position: relative;
    min-width: 760px;
    max-width: 1900px;
    margin: 0px auto 0px;
    height: 250px;	
    width: 99%;
}

.ttop .mlogo {
    position: absolute;
    height: 111px;	
    width: 350px;
	top: 40px;
	left: 5px;	
}

.ttop .lk-ur, .ttop .lk-fiz {
    height: 70px;	
    width: 330px;
    position: absolute;
	top: 60px;
}

.ttop .lk-ur {
	left: 430px;
}

.ttop .lk-ur a{
	background: url(/img/btn-ur.png) left top no-repeat;
    background-position: 0px 0px;
    height: 54px;	
    width: 200px;	
    display: block;
	color: #4f5052;
    line-height: 25px;
    text-decoration:none;	
    font-size: 20px;
	padding-left: 70px;
	padding-top: 3px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
}

.ttop .lk-ur a:hover{
    background-position: 0px -56px;
}

.ttop .lk-fiz {
	left: 770px;
}

.ttop .lk-fiz a{
	background: url(/img/btn-fiz.png) left top no-repeat;
    background-position: 0px 0px;
    height: 54px;	
    width: 200px;	
    display: block;
	color: #4f5052;
    line-height: 25px;
    text-decoration:none;	
    font-size: 20px;
	padding-left: 70px;
	padding-top: 3px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
}

.ttop .lk-fiz a:hover{
    background-position: 0px -56px;
}

.ttop .tels {
	top: 20px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	color: #6f7170;
    width: 290px;
    /* border: 1px solid #000000; */

    font-size: 20px;
	left: 50%;
    position: absolute;
	padding-right: 30px;
    background: url('/img/tel.png') no-repeat 0px 43px;
	margin-left: 300px;
}

.ttop .tels span{
	padding-left: 30px;
}

.ttop .tels .s1{
    display: block;
    font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 33px;
}

.ttop .tels a{
    display: block;
	color: #000002;
    border: 1px solid #36857f;	
    text-decoration:none;
    height: 45px;	
    font-size: 18px;
	text-transform: uppercase;
	text-align: center;
    line-height: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	transition: background 0.2s ease;
}

.ttop .tels a:hover{
    background-color: #ffa600;
    border: 1px solid #36857f;	
	color: #FFFFFF;
}

.ttop .tels-mobile {
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	color: #6f7170;

    width: 500px;
	top: 190px;	
	display: none;

    font-size: 20px;
	left: 100px;
    position: absolute;
	padding-right: 30px;
}

.ttop .tels-mobile .s1{
    font-weight: bold;
	color: #000000;
	margin-top: 10px;
	margin-bottom: 10px;
    font-size: 20px;
    line-height: 40px;
	padding-left: 10px;
	padding-right: 10px;
    display: inline-block;
}

.ttop .tels-mobile a{
    display: inline-block;
	color: #000002;
    text-decoration:none;
    height: 45px;	
    font-size: 18px;
	text-transform: uppercase;
	text-align: center;
    line-height: 45px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	padding-left: 20px;
	padding-right: 20px;
	transition: background 0.2s ease;

    background-color: #ffa600;
	color: #FFFFFF;
}

.ttop .tels-mobile a:hover{
    border: 1px solid #36857f;	
}

.ttop .lng{
	color: #000000;
    font-size: 15px;
    position: absolute;
	left: 100%;
	margin-left: -160px;
	text-transform: uppercase;
	top: 140px;
}

.ttop .lng a{
	color: #000000;
    text-decoration:none;
	margin-left: 5px;
	margin-right: 5px;
}

.ttop .lng a:hover{
    text-decoration: underline;
    font-weight: bold;
}

.ttop .lng .s{
    font-weight: bold;
}


.menu-btn {
    width: 80px;
    height: 80px;
    padding: 0px;
    background: #ffb631;
    color: #000000;
    text-align: center;
    cursor: pointer;
    position: absolute;
    left: 2px;
    top: 180px;
    font-size: 50px;
    border: 0px;
    font-weight: bold;
/*
    margin-left: -130px;
    margin-bottom: 20px;
	z-index: 100000;
*/
    display: none;
    border-radius: 2px;
    -moz-border-top-right-radius: 2px;
    -webkit-border-top-right-radius: 2px;
    -moz-border-bottom-right-radius: 2px;
    -webkit-border-bottom-right-radius: 2px;
    -moz-border-top-left-radius: 2px;
    -webkit-border-top-left-radius: 2px;
    -moz-border-bottom-left-radius: 2px;
    -webkit-border-bottom-left-radius: 2px;
}

.menu-btn:hover {
    opacity: 0.6;
}


.ttop .mmenu{
    position: relative;
    height: 50px;
	top: 195px;
	text-transform: uppercase;
    width: 100%;
/*    border: 1px solid #000000;	*/
}

.ttop .mmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
}

.ttop .mmenu li {
	float:left;
	margin-right:5px;
	margin: 0 auto;
	flex-basis: auto;
	flex-grow: 1;  
    text-align: center;
}

.ttop .mmenu a{
/*  
    display: block; 
	float: left;
*/
    display: inline-block; 
    font-size: 20px;
	margin: 0px;
    height: 44px;
    text-decoration:none;
	padding: 0px;
 	color: #000102;
    line-height: 45px;
    text-align: center;
    min-width: 150px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    width: calc(100% - 6px);
	transition: background 0.3s ease;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
	white-space: nowrap;
}

.ttop .mmenu a:hover, .ttop .mmenu .s{
    background-color: #ffa600;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;	
}

/* центр */
.tbl, .content {
    min-width: 760px;
    max-width: 1900px;
	margin: 0px auto 0px;
    position: relative;
    height: 100%;
    width: 99%;
    margin-bottom: 50px;
}

.content h1{
	color: #000000;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.content {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-size: 23px;
}

.content a{
	color: #000000;
}

/* подвал */
.podval{
    height: 288px;
    position: relative;
    width: 100%;
	background: url(/img/bg-but.png) left bottom/44px 288px repeat-x;
}

.podval .txt{
    min-width: 760px;
    max-width: 1900px;
    position: relative;
	margin: 0px auto 0px;
    height: 288px;
    width: 99%;
}

.podval .txt .copy, .podval .txt .tel, .podval .txt .adr, .podval .txt .email{
    position: absolute;
/*
    border: 1px solid #000000;
*/	
	top: 100px;
    line-height: 25px;
	color: #cfdddd;
    font-family: 'Roboto';
    font-weight: 400;
    font-style: normal;
    font-size: 20px;
}

.podval .txt .soc{
    position: absolute;
	top: 100px;
	left: 100%;
	margin-left: -200px;
}

.podval .txt .soc a{
	opacity: 0.6;
	transition: opacity 0.3s ease;
}

.podval .txt .soc a:hover{
	opacity: 1;
}


.podval .txt .copy{
	left: 70px;
}

.podval .txt .copy span{
   font-size: 15px;
}

.podval .txt .adr{
	left: 50%;
	margin-left: -100px;
    background: url('/img/adrs.png') no-repeat left top;
	padding-top: 5px;
    font-size: 15px;
}

.podval .txt .email{
    left: 100%;
	margin-left: -600px;
    background: url('/img/email.png') no-repeat left top;
	padding-top: 5px;
    font-size: 15px;
}

.podval .txt .tel{
/*
    left: 50%;
	margin-left: -450px;
*/
    font-size: 15px;
	padding-top: 5px;
    background: url('/img/tel2.png') no-repeat left top;
	left: 25%;
}

.podval .txt .tel b, .podval .txt .adr b, .podval .txt .email b{
	padding-left: 25px;
}

.podval .txt .tel span{
    display: block;
    font-weight: bold;
	color: #000000;
	margin-top: 10px;
	color: #cfdddd;
    font-size: 33px;
}

.podval .txt .adr span{
    display: block;
	color: #000000;
	margin-top: 15px;
	color: #cfdddd;
    font-size: 15px;
}

.podval .txt .email span{
    display: block;
	margin-top: 15px;
	color: #cfdddd;
    font-size: 15px;
}

.podval .txt .email span a{
	color: #cfdddd;
    text-decoration:none;
}

.podval .txt .tmenu{
    position: relative;
    height: 50px;
	padding-top: 3px;
	top: 5px;
	text-transform: uppercase;
    width: 100%;
}

.podval .txt .tmenu ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
	display: flex;
}

.podval .txt .tmenu li {
	float:left;
	margin-right:5px;
	margin: 0 auto;
	flex-basis: auto;
	flex-grow: 1;  
    text-align: center;
}

.podval .txt .tmenu a{
/*
    display: block;
	float: left;
*/
    display: inline-block; 
	margin-left: 5px;
    font-size: 20px;
	margin-right: 5px;
    height: 44px;
    text-decoration:none;
	padding: 0px;
 	color: #e8daab;
    line-height: 45px;
    text-align: center;
    min-width: 150px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    width: calc(100% - 6px);
	transition: color 0.3s ease;
	white-space: nowrap;
}

.podval .txt .tmenu a:hover, .podval .txt .tmenu .s{
    color: #ffa600;
}

/* пред-слайдер блок */
.pr-slider {
    position: relative;
    height: 500px;
    background-color: #009e90;		
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    margin-top: 0px;
}

.pr-slider .sl-1{
    display: block;
    height: 395px;
    float: left;
    width: calc(45% - 204px);
	margin: 2px;
	padding: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
    background-color: #01665e;
	color: #ffffff;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-size: 20px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	overflow: hidden;
}

.pr-slider .sl-1 b{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
	text-transform: uppercase;
}

.pr-slider .sl-1 a{
    display: block;
    color: #120000;
    border: 1px solid #ffa600;	
    background-color: #ffa600;
    text-decoration:none;
    width: 350px;
    height: 55px;	
    font-size: 22px;
	text-transform: uppercase;
	text-align: center;
    line-height: 55px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow:1px 1px 3px 0px rgba(0,0,0,0.33);	
	transition: background 0.2s ease;
}

.pr-slider .sl-1 a:hover{
    background-color: #fee6b6;
}

.pr-slider .sl-2{
    display: block;
    height: 495px;
    float: right;
    background-color: #ffffff;	
    width: calc(55% - 4px);
	margin: 2px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


.pr-slider .sl-2 .sliders{
	height: 495px;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
	background-size: cover;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/* position dots in carousel */
.pr-slider .sl-2 .flickity-page-dots {
  bottom: -30px;
}
/* white circles */
.pr-slider .sl-2 .flickity-page-dots .dot {
  width: 20px;
  height: 20px;
  opacity: 1;
  -moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
/*  background: transparent;
  border: 2px solid white;*/
  border: 1px solid #757470;
}

/* fill-in selected dot */
.pr-slider .sl-2 .flickity-page-dots .dot.is-selected {
  background: #ffa701;
}

.about {
/*
    border: 1px solid #000000;
*/	
    background-color: #009e90;
    color: #f0ffff;
    min-height: 395px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;

	padding: 100px;
	padding-top: 50px;
	padding-bottom: 50px;
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    line-height: 30px;
    font-size: 23px;
	-webkit-box-shadow: 0px 6px 8px -8px rgba(34, 60, 80, 0.2);
	-moz-box-shadow: 0px 6px 8px -8px rgba(34, 60, 80, 0.2);
	box-shadow: 0px 6px 8px -8px rgba(34, 60, 80, 0.2);
}

.about b{
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
	text-transform: uppercase;
}
.about a{
    display: block;
	color: #e0f2ca;
    border: 1px solid #fee6b6;	
    text-decoration:none;
    width: 350px;
    height: 55px;	
    font-size: 22px;
	text-transform: uppercase;
	text-align: center;
    line-height: 55px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	transition: background 0.2s ease;
}

.about a:hover{
	color: #120000;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow:1px 1px 3px 0px rgba(0,0,0,0.33);	
    background-color: #fee6b6;
}

.epd_info {
	height: 750px;
	padding: 100px;
	padding-bottom: 100px;
}

.epd_info b{
	color: #000000;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.epd_info span{
	padding-left: 25%;
	padding-right: 25%;
	display: block;
	text-align: center;
}

.epd_info .epd_slider{
    position: relative;
	height: 470px;
	margin-top: 40px;
}

.epd_info .epd_slider .sliders{
    border: 1px solid #505050;
	height: 190px;
	margin-right: 25px;
/*    width: 320px; */
    width: 19%;
    background-position: center 30px;
    background-repeat: no-repeat;
	padding: 25px;
	padding-top: 200px;
	text-align: center;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}


.epd_info .epd_slider .sliders:hover{
/*
    border-bottom: 15px solid #009e90;
*/	
    background-color: #ffa600;
    border: 1px solid #e0a942;
	height: 175px;
	border-bottom: 15px solid #009e90;
}

.epd_info .epd_slider .carousel-cell.is-selected {
    background-color: #ffa600;
    border: 1px solid #e0a942;
	height: 175px;
	border-bottom: 15px solid #009e90;
}

.epd_info .epd_slider .sliders b{
    border: 0;
	color: #000000;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 25px;
    line-height: 34px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 30px;	
    display: block;
    height: 50px;
}

.epd_info .podrob{
    height: 100px;
    padding-top: 50px;
}

.epd_info .podrob a{
    display: block;
	color: #36857f;
    border: 1px solid #009e90;	
    text-decoration:none;
    width: 350px;
    height: 55px;	
    font-size: 22px;
	text-transform: uppercase;
	text-align: center;
    line-height: 55px;
    -moz-border-radius: 45px;
    -webkit-border-radius: 45px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
	transition: background 0.2s ease;
}

.epd_info .podrob a:hover{
	color: #120000;
	box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.33);
	-webkit-box-shadow: 1px 1px 3px 0px rgba(0,0,0,0.33);
	-moz-box-shadow:1px 1px 3px 0px rgba(0,0,0,0.33);	
    background-color: #fee6b6;
}

.news-nul {
    height: 780px;	
    background-color: #dce8e8;
}

.news {
    height: 780px;	
	padding-top: 40px;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    min-width: 760px;
    max-width: 1900px;
    margin: 0px auto 0px;
    width: 99%;
}

.news .ttl{
	color: #000000;
    font-size: 45px;
    line-height: 55px;
	display: block;
	text-align: center;
	padding-bottom: 0px;
}

.news .ttl a{
	margin-left: 30px;
    text-decoration:none;	
    font-size: 30px;
	color: #2ab6ab;
}

.news .list{
    height: 550px;
	padding-left: 60px;
	padding-right: 60px;
	padding-top: 10px;
	margin
}

.news .list .itm{
    width: calc(33% - 20px);
    height: 500px;
	display: block;
	float: left;
    background-color: #ffffff;
	margin-right: 33px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
	box-shadow:1px 1px 4px 2px rgba(0,0,0,0.2);
	-webkit-box-shadow:1px 1px 4px 2px rgba(0,0,0,0.2);
	-moz-box-shadow:1px 1px 4px 2px rgba(0,0,0,0.2);	
}

.news .list .itm:last-child{
	margin-right: 0px;
}

.news .list .itm .last{
}

.news .list .itm i1{
    display: block;
    height: 50px;
	color: #f0a820;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    font-weight: bold;
    line-height: 50px;
	padding-left: 30px;
}

.news .list .itm div{
    display: block;
    height: 260px;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.news .list .itm p{
    display: block;
    height: 71px;
	margin: 0;
	padding: 15px;
	color: #000000;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    max-width: 100%;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
}

.news .list .itm p a{
    text-decoration:none;
	color: #000000;
}

.news .list .itm .dalee{
/*	margin: 0; */
    display: block;
    height: 40px;
	padding-right: 20px;
}

.news .list .itm .dalee a{
    border: 1px solid #36857f;
    height: 45px;	
    width: 100px;	
    display: block;
	color: #000000;
    line-height: 45px;
    text-decoration:none;	
    font-size: 18px;
	padding-left: 30px;
	padding-right: 30px;
/*	padding-left: 70px;
	padding-top: 3px;
    background-position: 0px 0px;
*/	
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
	background: url(/img/news-itm.png) 93% center no-repeat;
}

.news .list .itm .dalee a:hover{
    background-color: #ffa600;
    border: 1px solid #36857f;	
	color: #FFFFFF;
}

.dover {
    display: block;
    height: 370px;	
	padding-top: 70px;
}

.dover b{
	color: #000000;
    font-family: 'Roboto Condensed';
    font-style: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 55px;
	text-transform: uppercase;
	display: block;
	text-align: center;
	padding-bottom: 30px;
}

.dover img {
    /* border: 1px solid #36857f; */
	filter: grayscale(100%);
	margin-left: 50px;
}

.prepodval {
/*    border: 1px solid #000000; */
}

.img{
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}