* {
	margin: 0;
	padding: 0;
	
}
ul{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	margin-left: 0 !important;
	padding-left: 0 !important; 
	margin-right: 0 !important;
}
body {
	min-width: 400px;
    min-height: 100vh;
    padding: 0 calc((100% - 1200px)/2) 0;
    color: #464646;
    font: 16px "Roboto";
    overflow-x: hidden;
    position: relative;
}
body::after {
content: "";
    background: url(../img/fon2.png);
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-color: #c0e8c1;   
}
  
.news_item {
	float: left;
}

a {
	color: #636363; 
	text-decoration:none;
}

.copyright a {color :#FFF;}

a:hover {
	color: #36a57b;
}

:focus {
	outline: none;
}

img {
	border: 0;
}

h1 {font-size: 1.6rem;}
h2 {font-size: 1.4rem;}
h3 {font-size: 1.2rem;}
h4 {font-size: 1.05rem;}

ul {list-style: none;}

.btn {
	display: inline-block;
	padding: 0 14px;
	height: 40px;
	background-color: #9f2f5f;
	color: #FFF !important;
	border-radius: 2px;
	text-transform: uppercase;
	text-align: center;
	font: .875rem/40px "Open Sans";
	white-space: nowrap;
}

.header .btn+.btn:before, .footer .btn:before {
	content: "\f044";
	font-family: "FontAwesome";
	margin-right: .5rem;
}

.btn3:before {
	content: "\f0e5";
	font-family: "FontAwesome";
	margin-right: .5rem;
}


.btn:hover {
	background-color: #8f0f46;
}

.btn2 {
	background: #FF0000;
	color: #36a57b;
}

.btn2:hover {
	background: #36a57b;
	color: #FFF;
}

.btn3 {
	display: block;
	margin: 1rem auto;
	width: 224px;
	background: #36a57b;
}

.btn3:hover {
	background: #0d432e;
}


hr {background: linear-gradient(to right, rgba(0,0,0,0) 0%, #6a3991 50%, rgba(0,0,0,0) 100%); border: 0; margin: 1rem 0; height: 1px;}



/********************** $GRID  *****************************/

.grid {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;	
}


.grid-wrap {
	display: -webkit-flex; 
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}


/********************** $INNER ***************************/

.main {
	background: #FFF;
}

.fotorama + .main > .content {
	padding-top: 2.5rem;
}

.content {
	width: 960px;
	padding: 20px 50px 2.5rem 1rem;
	background-color: #FFF;
	color: #464646;
	/*text-align: justify;*/
}

.content p {
	margin-top: .5rem; 
	font: 300 1rem "Roboto";
}

p:first-child {margin-top: 0;}

.content img {max-width: 100%;}

.content ul {list-style: inside circle;}

.content ol {list-style-position: inside;}



table {width: 100%; line-height: 2rem; margin-bottom: 2rem;}

table tr td:first-child {
	font-weight: 600;
}
table tr td:last-child {
	text-align: right;
}

table td {padding: .25rem 1rem;}
table tr:nth-child(odd) {
	background: #f5f5f5;
}

table tr:nth-child(even) {
	background: #ececec;
}


.title {
	display: block;
    font: 600 1.5rem "Open Sans";
    text-align: left;
    color: #06b9a0;
}

h1.title {
	padding-bottom: 1rem;
}


/********************** HEADER ****************************/
.h-top {
	
	padding: 0 50px;
	line-height: 15px;
	background: #FFF;
	border-bottom: 1px solid #cfe2b4;
}

.h-top .nav-menu{
	margin-top: 25px !important;
}
.h-top li {
	margin-right: 1rem;
}

.h-top a[href^="tel:"] {
	padding-left: 1.5rem;
	font: 22px/50px "Open Sans";
	border-left: 1px solid #cfe2b4;
}


.h-cont li {
	margin-top: 17px;
	float: left;
	margin-right: 20px;
}
.h-cont li:before {
	content: "\f041";
	font: 1rem "FontAwesome";
	color: #4bb621;
	margin-right: .5rem;
}

.header {
	height: 90px;
	padding: 0 50px;
	-webkit-align-items: center;
	align-items: center;
	background: #FFF;
}

.h-logo {
	position: relative;
    bottom: -26px;
    z-index: 2;
}



/************************ NAV ******************************/

.breadcrumb {
	padding: 1rem 1rem 1rem 20px !important;
	background: #c0e8c1;
}

.breadcrumb li {
	display: inline-block;
}

.breadcrumb li+li {
}
.breadcrumb li+li:before {
	content: " /";
	margin: 0 .75rem;
}

.nav-menu {
	text-transform: uppercase;
	white-space: nowrap;	
}

.nav-menu > li {
    position: relative;
    float: left;
}

.nav-menu > li > a {
	display: inline-block;
	padding: .5rem 0.7rem;
	color: #4bb621;
	font: 600 18px/15px "Roboto";
}

.nav-menu a:hover, .nav-menu > .active > a {
	color: #ff0000;
	}
	
.sub-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100px;
	padding: .25rem 0;
	background: rgba(0,0,0,.7);
	border-top: 2px solid #36a57b;
	border-radius: 0 0 3px 3px;
	z-index: 2;
}

.sub-menu > li {
	padding: .5rem;
}

.sub-menu a {
	color: #FFF;
	text-transform: none;
	font-weight: 600;
}

.sub-menu a:hover {
	color: #36a57b;
}

.nav-menu > li:hover > .sub-menu {
	display: block;
}

.sidebar {
	width: 340px;
	background: #eeffd8;
	padding-left: 15px;
}

.s-title {
	    display: block;
    padding: 28px 1rem 1rem 40px;
    border-bottom: 1px solid #c0e8c1;
    color: #289c92;
    font: 600 1.2rem/1 "Roboto";
}

.inner-menu {
	padding: 1rem 1rem 1rem 50px;
}

.inner-menu li {
	display: block;
	margin-bottom: 10px;
	background: url("../img/sprite.png?ver=1.2") no-repeat;
}

.inner-menu a {
	display: block;
    padding: 20px 1rem 20px 70px;
    border: 1px solid #c0e8c1;
    border-radius: 2px;
    text-transform: uppercase;
    font-weight: bold;
    color: #52b621;
}

.inner-menu a:hover {
	background: rgba(255,255,255,.5);
}

.inner-menu li:nth-child(1) {
	background-position: 10px 10px;
}

.inner-menu li:nth-child(2) {
	background-position: 10px -64px;
}

.inner-menu li:nth-child(3) {
	background-position: 10px -128px;
}


.inner-menu li:nth-child(4) {
	background-position: 10px -198px;
}


.inner-menu li:nth-child(5) {
	background-position: 10px -271px;
}

.inner-menu li:nth-child(6) {
	background-position: 10px -338px;
}

.inner-menu li:nth-child(7) {
	background-position: 10px -409px;
}


.inner-menu li:nth-child(8) {
	background-position: 10px -478px;
}


.inner-menu li:nth-child(9) {
	background-position: 10px -550px;
}


.inner-menu li:nth-child(10) {
	background-position: 10px -618px;
}

/* .inner-menu li:nth-child(10) a {
	padding: 11px 1rem 11px 70px;
}
 */

.inner-menu li:nth-child(11) {
	background-position: 10px -688px;
}


.inner-menu li:nth-child(12) {
	background-position: 10px -758px;
}


.inner-menu li:nth-child(13) {
	background-position: 10px -828px;
}

.inner-menu li:nth-child(14) {
	background-position: 10px -898px;
}

/* .inner-menu li:nth-child(14) a {
	padding: 11px 1rem 11px 70px;
}
 */

.inner-menu li:nth-child(15) {
	background-position: 10px -968px;
}
.inner-menu li:nth-child(16) {
	background-position: 10px -1106px;
}
.inner-menu li:nth-child(17) {
	background-position: 10px -1036px;
}
.inner-menu li:nth-child(18) {
	background-position: 10px -1168px;
}
.inner-menu li:nth-child(19) {
	background-position: 10px -1342px;
}
.inner-menu li:nth-child(20) {
	background-position: 10px -1273px;
}




/********************** $SLIDER ***************************/

.fotorama__arr {opacity: 0;}


.fotorama__nav-wrap {
	margin-top: -28px;
 }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
    background: url("../img/pimp-a.png");
}

.fotorama__dot {
    display: block;
    margin: 0 -5px;
    width: 54px;
    height: 28px;
    background: url("../img/pimp.png");
}

.fotorama__caption {
	position: absolute;
	bottom: 50px;
	left: 50px;
	width: 365px;
}


.fotorama__caption__wrap {
	display: block;
	color: #FFF;
	text-align: left;
	font: 700 3rem/1 "Open Sans";
	text-shadow: 1.5px 2.598px 10px rgb( 2, 2, 2 );
    /* text-shadow: 1px 2px 0 rgba(0,0,0,.8); */
}

.fotorama__caption__wrap p {
	padding-top: 1rem;
	font: 18px "Open Sans";
}


/********************** $PROMO ***************************/

.promo {
	margin: 60px -50px 0 -1rem;
	list-style: none !important;
	overflow: hidden;
	background: url("../img/promo-bg.jpg") no-repeat;
	background-size: cover;
}

.promo li {

	padding: 2rem 0 2rem 80px;
	background: url("../img/icon.png") 1rem center no-repeat;
	font: 1rem/1 "Open Sans";
	color: #FFF;
	text-align: left;
}


/********************** $REVIEW  ***************************/
.review {
	margin: 0 -50px -2.5rem -1rem;
	padding: 2.5rem 50px 2.5rem 1rem;
	background: #dff9fe;
	min-height: 550px;
}


/********************** $FOOTER  ***************************/

.footer {
	position: relative;
	padding: 2.5rem 50px;
	background-color: #1B5B43;
	color: #FFF;
}



.footer a {
	color: #FFF; 
	
}

.footer a[href^="tel:"] {
	font: 300 1.5rem "Open Sans";
}

.zz a {
	font: 14px "Roboto";
	text-transform: uppercase;
	line-height: 28px;
}
.footer .slogan{
	font-size: 16px;
	margin-top: 3px;
}

.footer .zz a{
	text-transform: none;
}
.footer a:hover {opacity: .8;}

.f-title {
    display: block;
    padding-bottom: 1rem;
    color: #4bb621;
    font: 600 1.5rem "Open Sans";
}

.footer .h-cont {
	line-height: 2;
}


.f-col {
	-webkit-flex: 1;
	flex: 1;
}

.footer .f-col:nth-child(2) {
	-webkit-flex: 2;
	flex: 2;
}


.zz li {
	display: inline-block;
	width: 100%;
}
@media (min-width: 640px){
	.zz li {
		display: inline-block;
		width: 33%;
	}
	.breadcrumb {
		padding: 1rem 1rem 1rem 207px !important;
	}
	
}
@media (max-width: 640px){
	.h-top {
   		 padding: 0 7px 20px 7px;
	}
}
.f-col > p {
	padding-bottom: .5rem;
	font: 300 1rem/1.5 "Open Sans";
}


.copyright {
	overflow: hidden;
    padding: 1.5rem 50px;
    background-color: #0B271B;
    color: #FFF;
}


/*******************************************************************/



/* Подвал */

.comment_textarea {width: 80%;}
.comment_textarea textarea {width: 100%; height: 50px;}

.comment_data {
    margin-bottom: 1rem;
}


#map {    box-shadow: 4px 4px 0 #36a57b;}



.f_form_form input {
    margin-bottom: .5rem;
    padding: 10px;
    border-radius: 2px;
}

.f_form_form textarea {
    height: 91px;
    margin-bottom: .5rem;
}

.f_form_form .btn {
    width: 100%;
}

	.popup {
		width: 400px;
		padding: 1rem;
		background: rgba(0,0,0,.45);
		border: 1px solid white;
		border-radius: 2px;
	}
	.popup input {
		margin-bottom: 10px;
	}
	
	.popup p {text-align: left; margin-bottom: .5rem;}

input:focus, textarea:focus {border-color: #9f2f5f;}

input[type=file] {
	width: 100%;
	margin-left: -20px;
    margin-bottom: 0;
}

select {
	height: 40px;
	color: #CCC;
}

option {color: #222;}

.r-item {
	-webkit-align-items: center;
	align-items: center;
}

.r-item:nth-child(odd) {
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.r-ava {
	padding: 0 1rem;
	text-align: center;
	color: #333;
}
.r-ava img {
	border-radius: 50%;
	min-width: 84px;
}

.r-text {
	position: relative;
	display: block;
	margin-left: 2rem;
	padding: 1rem;
	background: #FFF;
	border: 1px solid #ccc;
	border-radius: 5px;
	font: .875rem "Open Sans";
}

.r-item:nth-child(even) .r-text:after {
	content: url("../img/rev-pimp.png");
	position: absolute;
	top: 50%;
	margin-top: -8px;
	left: -14px;
	z-index: 1;
}

.r-item + .r-item .r-text {margin-right: 2rem; margin-top: 1rem;}

.r-item:nth-child(odd) .r-text:before {
	content: url("../img/rev-pimp.png");
	position: absolute;
	top: 50%;
	margin-top: -8px;
	right: -14px;
	z-index: 1;
	transform: scaleX(-1);
}

.news_item_pic, .p_text_pic {
    margin: 0 1rem 1rem 0;
}

.p_date {
   display: none;
}

.news_item_name a {
       font: 1.2rem "Open Sans";
    color: #0c7330;

}

.uk-offcanvas-bar{

	margin: 0;
	padding: 0;
	background-color: #eeffd8;
	width: 357px;
}
.uk-offcanvas-bar a, .uk-offcanvas-bar a:hover{
	color: #188459;
}
.uk-offcanvas-bar .inner-menu {
    padding: 1rem;
}
.top_sticky_menu{
	background-color: #c0e8c1;
	box-shadow: 0 0 10px #00000030;
}
.uk-button-primary.uk-active, .uk-button-primary:active {
    background-color: #5e795f;
    color: #fff;
}
.uk-button-primary:focus, .uk-button-primary:hover {
    background-color: #556d56;
    color: #fff;
}
.uk-button-primary {
    background-color: #4e8050;
    color: #fff;
    border: 1px solid transparent;
}
.uk-offcanvas-bar .uk-close{
	color: rgba(0, 0, 0, 0.5);
}
.uk-offcanvas-close{
	top: 12px;
}
@media (min-width: 640px){
	.uk-width-1-10\@m {
	    width: calc(100% * 1 / 10.001);
	}
	.uk-width-3-10\@m {
	    width: calc(100% * 3 / 10.001);
	}
	.uk-width-7-10\@m {
	    width: calc(100% * 7 / 10.001);
	}
	.uk-width-9-10\@m {
	    width: calc(100% * 9 / 10.001);
	}
	.nav-menu .first{
	    margin-left:30px;
	}
}

.soc_icons a{
	display: block;
	width: 34px;
	height: 34px;
	float: right;
	margin-left: 10px;
	background: url("../img/sprite6.png?ver=1.3") no-repeat;
	border-radius: 10px;
}
.soc_icons a:hover{
	background-color: #07130d;
}
.soc_icons a.vk{
	background-position: 0px 0px;
}
.soc_icons a.in{
	background-position: -35px 0px;
}
.soc_icons a.ok{
	background-position: 0 -36px;
}