body {
    margin: 0;
	font-family: 'Roboto', sans-serif;
}
a {
	text-decoration:none
}
a:hover {
	opacity: .8
}
header {
    background: #474948;
	overflow:hidden;
}
.top, .main, .mainbottom, .servis, .pavilion, .otzyv, .soc {
    width: 1024px;
    margin: 0 auto;
}
.top {
	padding: 10px 0;
	overflow: hidden;
}
.timetop {
    float: left;
    color: #fff;
	font-weight: 300;
	font-size: 14px;
}
.contact {
    float: right;
	font-size: 14px;
	font-weight: 300;
}
.menu ul li a:hover {
    opacity: 1;
}
.contact a {
    color: #fff !important;
    font-size: 14px;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
}
.menu {
    border-bottom: 2px solid #009746;
}
.menu ul {
    list-style: none;
    padding: 27px 0;
    display: inline-flex;
    float: right;
    margin: 0;
}
.menu img {
    vertical-align: middle;
    width: 195px;
    padding: 9px 0 10px;
}
.menu ul li a {
    padding: 29px 15px;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    color: #474948;
    position: relative;
}
.menu ul li a:hover {
    background: #009746;
    color: #fff;
}
.menu ul li a:hover:after {
    content: "";
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: -30%;
    left: -20px;
    background: #CDD62D;
    transform: skewX(-60deg);
}
.pictures {
    width: 100%;
    overflow: hidden;
    padding:25px 0;
}
.leftpic {
    background: url(../img/img1.jpg);
    background-size: 100%;
    height: 400px;
	position: relative;
}
.padpic {
    width: 50%;
    border: 10px solid #fff;
    box-sizing: border-box;
    float: left;
}
.rightpic {width: 50%;float:left}
.toppic, .bottompic {
    background-size: 100%;
    height: 195px;
	position:relative;
	background-position: 50% 50%;
}
.bottompic {
    background-image: url(../img/img3.jpg);
}
.toppic{
    background-image: url(../img/img2.jpg);
}
.txtpic {
    position: absolute;
    bottom: 10px;
    left: 40px;
    padding: 5px;
    text-transform: uppercase;
}
p.whitetxt {
    background: hsla(0, 0%, 100%, 0.8);
    font-size: 20px;
    font-weight: 500;
    padding: 0 10px;
    display: table;
    color: #474848;
    margin: 5px 0;
}
p.yeltxt {
    color: #474848;
    background: #E4DE23;
    display: table;
    font-size: 32px;
    font-weight: 500;
    margin: 5px 0;
    padding: 0 10px;
}
.fonmain {
    background: url(../img/fon.jpg) 50% 50%;
    width: 100%;
}
.padpicr {
    border-right: 10px solid #fff;
    border-top: 10px solid #fff;
}
p.bez {
    color: #fff;
    margin: 5px 0;
    font-size: 25px;
    font-weight: 500;
}
.padpicr p.yeltxt {font-size:25px;}
.padpicr.lospad {
    border-bottom: 10px solid #fff;
}
.fonmainbottom {
    background: url(../img/fon2.jpg) no-repeat 50% 50%;
	background-size: 100%;
	width:100%
}
.mainbottom, .servis, .pavilion {
    padding:80px 0;
    text-align: center;
	position:relative
}
.mainbottom h3 {
    color: #fff;
}
.pre, .serv {
    width: 100%;
    overflow: hidden;
    padding: 90px 0 0 0;
}
.preimus {
    display: inline-block;
    width: 19%;
    margin: 0;
    padding: 0 13px 25px 13px;
    box-sizing: border-box;
    vertical-align: top;
}
p.primh {
    background: #E5DD22;
    color: #097C37;
    font-size: 22px;
    font-weight: 700;
    margin: 5px 0;
    line-height: 1;
    padding: 5px 0;
}
p.preimtxt {
    margin: 5px 0;
    color: #fff;
}
.line {
    width: 50px;
    height: 5px;
    position: absolute;
	top:135px;
    overflow: hidden;
    left: 50%;
    margin-left: -25px;
}
.whitel{
    background: #fff;
}
.greenl {
	background: #009846;
}
h3.zag {
    margin: 7px 0;
    padding: 16px 40px;
    text-transform: uppercase;
    font-size: 28px;
    line-height: 1;
    position: relative;
    z-index: 1;
    display: initial;
}
.servis h3, .pavilion h3 {
    color: #009846;
}
h3.zag:before {
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url(../img/zag.png) no-repeat 1% 11%;
    background-size: contain;
    z-index: -1;
}
.servisfon {
	background: #F9F9F9;
}
.thr {
    display: inline-block;
    width: 33%;
    margin: 0;
    box-sizing: border-box;
	line-height: 1.4;
    vertical-align: top;
	color: #808281;
    padding: 0 35px;
}
img.glavimg {
    width: 100%;
}
p.bigtxt {
    text-transform: uppercase;
    font-size: 25px;
    line-height: 1;
	color: #474948;
    margin: 15px 0 5px;
    font-weight: 700;
}
img.schema {
    padding: 60px 0;
}
.pavilionfon {
    background: url(../img/fon-schema.png) no-repeat 100% 60%;
}
a.vazh {
    color: #fff;
    background: #AFCE0E;
    padding: 10px 20px;
    font-size: 20px;
}
a.vazh:hover {
	opacity: .8
}
    html, body {
      margin: 0;
      padding: 0;
    }

    * {
      box-sizing: border-box;
    }

    .slider {
        width: 50%;
    }

    .slick-slide {
      margin: 0px 20px;
    }

    .slick-slide img {
      width: 100%;
    }

    .slick-prev:before,
    .slick-next:before {
      color: black;
    }


    .slick-slide {
      transition: all ease-in-out .3s;
      opacity: .2;
    }
    
    .slick-active {
      opacity: 1;
    }

    .slick-current {
      opacity: 1;
    }
	.hed p {
    background: #019846;
    color: #fff;
    padding: 15px 20px;
    font-size: 26px;
    font-weight: 700;
    margin: 0 0 15px 0;
}
.hed {
    float: left;
	width: 17%;
}
.otzhead img {
    width: 62px;
    float: left;
    border-radius: 100%;
    margin: 0 10px 0 0;
}
section.variable.slider.slick-initialized.slick-slider.slick-dotted {
    width: 100%;
}
p.dolz {
    line-height: 1;
    font-style: italic;
    font-size: 15px;
    color: #ccc;
	margin: 0;
}
p.imya {
    font-size: 20px;
    padding-top: 5px;
    margin: 0;
	color: #696b6a;
    line-height: 1.5;
}
.otzhead {
    overflow: hidden;
}
img.lin {
    width: 42px;
    margin: 25px 0;
}
p.otz {
    color: #808281;
}
.slick-slide {
    padding: 0 30px;
}
.slick-slide:focus {
    outline: none;
}
.otzyvfon {
    overflow: hidden;
    padding: 60px 0;
    background: #F0F9F4;
}
.soc {
    padding: 60px 0;
    overflow: hidden;
}
.photos {
    float: left;
    padding: 0 30px;
    width: 83%;
}
p.soclink {
    background: none;
    color: #575755;
    font-size: 21px;
    margin: 20px 0;
    padding: 0;
    font-weight: 300;
}
.photos img {
    width: 100%;
	margin-bottom: 20px;
}
.voprs {
    width: 43%;
    text-align: right;
    color: #8f908c;
    font-size: 16px;
    float: left;
    padding-right: 20px;
}
.tel {
    width: 57%;
    float: left;
}
.tel img, .tel span {
    vertical-align: middle;
    float: none;
    display: inline-table;
}
.tel img {
    width: 48px;
    margin: 0;
}
.tel span {
    color: #bfdc31;
	font-size: 18px;
    font-weight: 700;
}
.clients img {
    float: left;
    width: 50%;
    padding: 6px;
}
.clients {
    padding: 60px 0 20px;
	overflow: hidden;
}
p.linkclient a {
    color: #696d69;
    font-size: 21px;
}
.contacts {
    position: relative;
}
.conttxt {
    position: absolute;
    top: 12%;
    left: 24%;
    background: rgba(158, 210, 0, 0.69);
    padding: 15px 40px;
    color: #fff;
    font-size: 18px;
}
.conttxt h3 {
    text-transform: uppercase;
    font-size: 23px;
    margin: 20px 0;
}
.timetop span:after {
    font-size: 62px;
    line-height: 14px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '◦';
    text-align: center;
    color: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.timetop span {
    position: relative;
    padding-left: 25px;
}
.contact a:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 17px;
    height: 17px;
    content: '';
    background: url(../img/tel-wh.png) no-repeat 50% 50%;
    background-size: 100%;
}
.conttxt p {
    margin: 30px 0;
}
.conttxt p a {
    color: #fff !important
}
span.ph a {
    font-size: 20px;
    border: 2px solid #bfdc31;
    margin: 0 15px;
	color: #464a48;
	font-weight: 400;
    padding: 5px 15px;
    border-radius: 20px;
	position:relative;
	transition: all 500ms ease;
}
span.ph a:hover {background: #bfdc31}
p.whitetxt a, p.yeltxt a {
    color: #474848;
}

@media (max-width: 1040px) {
	.top, .main, .mainbottom, .servis, .pavilion, .otzyv, .soc, .padpic, .rightpic, .photos, .tel, .voprs, .clients img {
    width: 100%;
	}
	header {
		padding: 0 5px;
	}
	.menu ul, .fonmainbottom span.line.whitel  {
		display: none;
	}
	.menu {
		text-align: center;
	}
.padpicr {
    border: 10px solid #fff;
    border-top: none;
}
.txtpic{left:10px}
p.yeltxt {
    font-size: 25px;
}
p.bez {
    font-size: 21px;
}
.fonmainbottom {
    background-size: cover;
}
.preimus {
    width: 49%;
}
.thr {
    width: 80%;
    margin-bottom: 25px;
}
p.bigtxt, h3.zag {
    font-size: 22px;
}
h3.zag {
    padding: 12px 20px;
}
.hed {
    width: 100%;
	float: none;
}
.hed img {display: none;}
.slick-slide {
    padding: 10px;
}
ul.slick-dots, p.soclink {
    text-align: center;
}
.soc {
    padding: 0; 
}
.tel {
    text-align: right;
    padding: 15px 0;
}
span.ph a {
    margin-right: 0;
}
.voprs {
    padding-right: 0;
}
.conttxt{
    left: 12%;
}
}