@import url(https://fonts.googleapis.com/css?family=PT+Sans:400,700&subset=latin,cyrillic);
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700&subset=latin,cyrillic);

html {
    height: 100%;
}
body {
    color: #010101;
    font-family: Open Sans, sans-serif;
    font-size: 15px;
    margin: 0;
    padding: 0;
	min-width: 960px;
    width: 100%;
}
img {
    vertical-align: top;
}
.clear {
    clear: both;
}
.clearfix::after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}
*, *::before, *::after {
    box-sizing: border-box;
}
header, nav, section, article, aside, footer {
    display: block;
}
a {
    color: #383838;
    text-decoration: underline;
}
a:hover {
    color: #003663;
    text-decoration: none;
}
input::placeholder, textarea::placeholder {
  color: #909090;
}

.center {
    text-align: center;
}

section::after {
    clear: both;
    content: " ";
}

main {
    position: relative;
    background: #fff;
    display: flex;
    flex-direction: column;
    width: 100%;
	overflow: hidden;
}
.content {
    margin: 0 auto;
    max-width: 1050px;
    min-width: 320px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}
.topnav {
	background-color: #1ba99b;
    min-height: 100px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.topnav .menu {
    width: 100%;
}
.topnav .logo {
    float: left;
	padding-left: 15px;
	margin-top: 10px;
}
.topnav .phone {
    float: right;
    padding-left: 26px;
    padding-right: 15px;
    position: relative;
}
.topnav .phone a.phone-a {
    color: #ffffff;
    cursor: pointer;
    font-size: 26px;
    font-weight: 600;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}
.topnav .phone a.phone-a::before {
    background-image: url("../images/ico_tel.png");
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: contain;
    content: "";
    display: block;
    height: 22px;
    left: 0;
	top: 8px;
    position: absolute;
    width: 22px;
}
.topnav .phone a.email {
    color: #ffffff;
    display: block;
    text-align: right;
    font-size: 18px;
    text-decoration: underline;
    cursor: pointer;
}

.main-txt {
	color: #ffffff;
	font-size: 15px;
	line-height: 18px;
    display: inline-block;
    float: left;
	margin-left: 30px;
    padding-left: 25px;
    margin-top: 10px;	
	border-left: 1px solid #ffffff;
}



.topbanner {
	background: #198f83 no-repeat center / auto;
    background-size: cover;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 540px;
	color: #fff;
}
.topbanner .bg {
    width: 100%;
    position: relative;
}
.topbanner img {
	right: 20px;
    top: -40px;
    position: absolute;
}

.topbanner .banner-txt {
    padding-left: 40px;
	max-width: 480px;
}
.topbanner h1 {
    color: white;
    font-size: 27px;
    font-weight: bold;
    line-height: 36px;
    text-transform: uppercase;
}
.topbanner p {
    color: white;
    font-size: 17px;
    line-height: 24px;
    margin-top: 20px;
}
.topbanner a {
    background-color: #168c80;
	border-radius: 4px;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    height: 54px;
    margin-top: 35px;
    min-width: 220px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.5s ease 0s, color 0.5s ease 0s, border-color 0.5s ease 0s;
	border: 1px solid #168c80;
}
.topbanner a:hover {
    background-color: #ffffff;
    color: #168c80;
	border: 1px solid #ffffff;
}
.topbanner a.a2 {
    height: 52px;
    background-color: transparent;
    color: #ffffff;
	border: 1px solid #ffffff;
	min-width: 180px;
    margin-left: 20px;
}
.topbanner a.a2:hover {
    background-color: #ffffff;
    color: #168c80;
}


.assort {
    margin: 0 auto;
    padding: 25px 0 75px;
    position: relative;
    text-align: center;
}
.assort h3 {
    color: #168c80;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}
.assort table {
	margin-top: 20px;
	text-align: left;
}
.assort td, .assort th {
    font-size: 16px;
	padding: 12px 20px;
}
.assort th {
	padding: 15px 20px;
    background-color: #1ba99b;
    color: #ffffff;
}
.assort td.cat {
    background-color: #f2f2f2;
	color: #168c80;
}

.preim {
    margin: 0 auto;
    padding: 55px 0 75px;
    position: relative;
    text-align: center;
}
.preim h3 {
    color: #168c80;
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
}
.preim p {
    font-size: 20px;
    line-height: 28px;
	padding: 20px 130px 0;
}
.preim ul {
    display: inline-block;
    padding: 40px 0 20px;
    width: 100%;
}
.preim li {
    box-sizing: border-box;
    float: left;
    padding: 0 15px;
    width: 33.33%;
}
.preim img {
    padding-bottom: 10px;
    transition: all 300ms ease 0s;
}
.preim li:hover img {
    margin-bottom: 5px;
    margin-top: -5px;
}
.preim h4 {
    color: #404040;
    font-size: 19px;
    font-weight: 600;
    line-height: 40px;
    padding: 4px 0 6px;
}
.preim .small {
    color: #404040;
    font-size: 15px;
    line-height: 22px;
}


.bottombanner {
	background: #f1f1f1 no-repeat center / auto;
    background-size: contain;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    min-height: 440px;
	color: #404040;
}
.bottombanner .bg {
    width: 100%;
    position: relative;
}

.bottombanner .banner-txt {
    padding-right: 20px;
	max-width: 520px;
	float: right;
}
.bottombanner h3 {
    color: #168c80;
    font-size: 25px;
    font-weight: bold;
    line-height: 32px;
}
.bottombanner p {
    color: #404040;
    font-size: 16px;
    line-height: 22px;
    margin-top: 20px;
}
.bottombanner a {
	background-color: #1ba99b;
	border-radius: 4px;
    border: 1px solid #1ba99b;
    color: #ffffff;
    cursor: pointer;
    display: inline-block;
    font-size: 20px;
    line-height: 50px;
    height: 55px;
    margin-top: 35px;
    margin-right: 40px;
    min-width: 250px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.5s ease 0s, color 0.5s ease 0s, border-color 0.5s ease 0s;
	float: right;
}
.bottombanner a:hover {
    background-color: #ffffff;
    border: 1px solid #1ba99b;
	color: #168c80;
}


.zvon_block {
    width: 100%;
	position: relative;
}
.zvon_block .zvon {
    background-color: #1ba99b;
    color: #ffffff;
    padding: 30px 0 32px;
    text-align: center;
}
.zvon_block span.txt {
    display: inline-block;
    font-size: 20px;
	line-height: 24px;
    margin: 0;
    text-align: right;
    vertical-align: middle;
}
.zvon_block span.txt a {
	color: #ffffff;
}
.zvon_block span.phone {
    border-left: 1px solid #ffffff;
    display: inline-block;
    font-family: "PT Sans",arial;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-left: 40px;
    padding-left: 25px;
    vertical-align: middle;
}
.zvon_block span.phone a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
}



.about_block {
	background-color: #f8f8f8;
	position: relative;
}
.about {
    padding: 50px 0 40px 50px;
}
.about-flex {
	display: inline-flex;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: top;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.about-txt {
    width: 66.66666667%;
	padding-right: 85px;
}
.about-photos {
    width: 33.33333333%;
	padding-top: 45px;
}
.about-photos img {
    background-color: #fff;
    padding: 5px;
    -webkit-box-shadow: 0 15px 15px -5px rgba(0,0,0,0.3);
    box-shadow: 0 15px 15px -5px rgba(0,0,0,0.3);
}
.about_block h2 {
    font-size: 24px;
    font-weight: bold;
    line-height: 30px;
    padding-bottom: 25px;
}
.about_block p {
    font-size: 17px;
    line-height: 24px;
	margin-bottom: 25px;
}


.info {
    margin: 0 auto;
    padding: 55px 60px;
    position: relative;
    text-align: left;
}
.info p {
    font-size: 17px;
    line-height: 22px;
	margin-bottom: 25px;
	color: #404040;
}






/* Slider */
.slider {
    width: 800px;
    margin: 0 auto;
    padding: 0 110px 0;
}
.slider .owl-stage-outer {
    margin: 30px auto 20px;
}
.owl-carousel .owl-nav button.owl-prev{
    left:0;
}
.owl-carousel .owl-nav button.owl-next {
    transform:rotate(180deg);
    right:0;
}
.slider.owl-theme .owl-nav [class*=owl-], .full-width.owl-theme .owl-nav [class*=owl-] {
    background: url(../images/back.png) center no-repeat;
    width: 33px;
    height: 67px;
    position:absolute;
    top:calc(50% - 50px)
}

.slider_item {
    display: flex;
    flex-wrap: nowrap;
    text-align: left;
    align-items: center;
    justify-content: space-between;
}

button:focus {
    outline: none;
}

.slider.owl-theme .owl-nav [class*=owl-]:hover,
.full-width.owl-theme .owl-nav [class*=owl-]:hover  {
    opacity: 0.8;
}

.slider.owl-theme .owl-dots .owl-dot.active span, .slider.owl-theme .owl-dots .owl-dot:hover span,
.full-width.owl-theme .owl-dots .owl-dot.active span, .full-width.owl-theme .owl-dots .owl-dot:hover span{
    background: #869791;
    border:1px solid #869791;
}
.slider.owl-theme .owl-dots .owl-dot span,
.full-width.owl-theme .owl-dots .owl-dot span{
    border: 1px solid #D6D6D6;
    background:transparent;
}
.full-width.owl-theme .owl-dots{
    position: absolute;
    bottom: 30px;
    text-align: center;
    width: 100%;
}
/* Slider - end */


.otziv {
	padding-bottom: 50px;
}
/*
.otziv .owl-theme .owl-dots {
	display: none;
}
*/
.otziv .head {
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
	text-align: center;
}

.reviews {
/*    width: 90%; */
    box-sizing: border-box;
}
/*.reviews {
    width:790px;
    margin-bottom: 120px;
}*/
.reviews img.avatar {
    width: 93px!important;
    height: 93px!important;
    border-radius: 50%;
    margin:0 auto 

}
.block_reviews-name {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.31;
    letter-spacing: -0.1px;
    text-align: center;
    color: #434343;
    margin-top: 15px;
    margin-bottom: 15px;
}
.reviews .block_reviews {
    background: #f9f9f9;
    border:1px solid #e7e7e7;
    border-radius:4px;
    padding:30px 50px 35px;
}
.reviews .block_reviews > div {/*max-width: 460px;*/ flex-wrap: wrap;}

.block_reviews-title {
	padding-top: 25px;
    font-size: 18px;
    text-align: center;
	font-weight: bold;
	line-height: 1.17;
	color: #000000;
}
.block_reviews-desc {
    font-size: 16px;
    line-height: 23px;
    letter-spacing: -0.1px;
    text-align: center;
    color: #333333;
}
.reviews  .slider_item {
    position: relative;
    z-index: 10000;
    padding:0 10px 10px 0;
}
.reviews  .slider_item:after {
    content: '';
    position: absolute;
    z-index: -1;
    background: #fff;
    border: 1px solid #e7e7e7;
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    right: 0;
    top: 10px;
    border-radius: 4px;
}





.contact_block {
	background-color:#f2f2f2;
	padding: 30px 0;
	position: relative;
	text-align: center;
}
.contact_block .contact {
    margin: 0 auto;
    width: 840px;
	position: relative;
}
.contact_block .contact .title {
    font-size: 20px;
    padding-bottom: 30px;
    text-align: center;
}
.contact_block .contact .FORM table {
    width: 100%;
}
.contact_block .contact .FORM table td {
    font-size: 0;
    padding: 0 10px;
    vertical-align: top;
    width: 50%;
}
.contact_block .contact .FORM table td input, .contact_block .contact .FORM table td textarea {
    background-color: #fff;
    border-color: #fff;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    clear: both;
    color: #1a1b1b;
    display: block;
	font-family: Open Sans, sans-serif;	
    font-size: 18px;
    line-height: 18px;
    outline: 0 none;
    padding: 15px 20px;
    position: relative;
    transition: border-color 0.25s ease 0s, background-color 0.25s ease 0s;
    width: 100%;
}
.contact_block .contact .FORM table td input {
    margin-bottom: 20px;
}
.contact_block .contact .FORM table td textarea {
    height: 190px;
}
.contact_block .contact .FORM table td input.error, .contact_block .contact .FORM table td textarea.error {
    background-color: #e74c3c;
    border-color: #e74c3c;
}
.contact_block .contact .FORM table td textarea.error:-moz-placeholder {
    color: #f2f2f2;
}
.contact_block .contact .FORM table td input.error:-moz-placeholder {
    color: #f2f2f2;
}
.contact_block .contact .FORM table td textarea.error::-moz-placeholder {
    color: #f2f2f2;
}
.contact_block .contact .FORM table td input.error::-moz-placeholder {
    color: #f2f2f2;
}
.contact_block .contact .FORM a {
    background-color: #10a9d9;
    border-radius: 23px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 17px;
    height: 46px;
    line-height: 42px;
    margin-top: 10px;
    padding: 0 30px;
    text-decoration: none;
    transition: background-color 0.5s ease 0s, color 0.5s ease 0s, border-color 0.5s ease 0s;
    vertical-align: top;
}
.contact_block .contact .FORM a:hover {
    border: 1px solid #10a9d9;
    background-color: #ffffff;
    color: #000;
}
.contact_block .contact .FORM textarea {
    overflow: auto;
    resize: none;
}
.contact_block .contact .FORM table td input.button {
    background-color: #1ba99b;
    border: 1px solid #1ba99b;
    color: #fff;
    margin-bottom: 10px;
    margin-top: 10px;
	line-height: 22px;
}
.contact_block .contact .FORM table td input.button:hover {
    background-color: #ffffff;
    color: #168c80;
}


.footer {
	background-color: #fcfcfc;
    min-height: 160px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
	border-top: 1px solid #e9e9e9;
	overflow: hidden;
}
.footer .content {
	width: 100%;
}
.footer .left_block {
    float: left;
	padding-left: 30px;
}
.footer .copy {
    font-size: 14px;
	line-height: 20px;
}
.footer .phone {
	display: inline-block;

}
.footer .phone a {
    color: #404040;
    cursor: pointer;
    font-size: 22px;
	font-weight:bold;
    text-decoration: none;
}
.footer .logo {
    float: right;
	padding-right: 15px;
	padding-top: 15px;
}

