html {
      height: 100%;
    }

    .top, .bottom, hr {
      flex-shrink: 0;
    }

    hr {
      height: 2px;
      border: 0;
      box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
      margin: 0;
    }

    a {
      color: #2fa3e7;
      text-decoration: none
    }

    a:focus, a:hover {
      color: #157ab5;
      text-decoration: none
    }

    body {
      font-family: 'PT Sans', Arial, sans-serif;
      font-size: 16px;
      height: 100%;
      margin: 0;
    }
	
	 h1, h2 {
      font-family: 'PT Sans Caption', Arial, sans-serif;
      font-weight: normal;
      margin: 0;
    }

    h1 {
      font-size: 21px;
      line-height: 30px;
    }

    h2 {
      font-size: 18px;
    }
	
	.top {
		background:#335230;
		color:#fff;
	}
	.header {
		display:flex;
		flex-direction:row;
		align-items: center;
		justify-content: space-around;
		border-top: 4px solid #335230;
		color:#fff;
		background: RGBA(0, 0, 0, 0.6);
	}
	.header nav a {
		color:#000;
	}
	.logo {
		width: 130px;
	}
	.descr {
		font-size:14px;
	}
	.rating {
		display: flex;
		flex-direction: row;
	}
	.rating img {
		margin-right:12px;
		width: 49px;
		height: 60px;
	}
	.rating p {
		display: flex;
		flex-direction: column;
		font-size: 14px;
	}
	.rating b {
		margin:2px 0;
	}
	.rating p img {
		width: 50px;
		height: 10px;
	}
	
	.whats-a {
		color:#fff;
		font-size:13px;
		text-align: center;
		margin-bottom: 4px;
	}
	.whats-b {
		background:#00c465;
		border-radius: 31px;
		padding: 5px 20px;
	}
	.whats-b a {
		color:#fff;
		display: flex;
		flex-direction: row;
		align-items: center;
		font-size: 12px;
	}
	.whats-b:hover {
		background:#db3732;
	}
	.whats-b a img {
		margin-right:4px;
	}

	.headtel {
		text-align:center;
	}
	.headtel .time {
		font-size:13px;
	}
	.headtel .phone {
		font-size:22px;
	}
	.headtel .call a {
		font-size:12px;
		color:#fff;
		border-bottom:1px dashed #000;
	}
	.headtel .call a:hover {
		border:0;
		padding-bottom:1px;
	}
	
	.bg-1 {
		background:url(../images/mb-bg-1.png);
	}
	.bg-2 {
		background:url(../images/mb-bg-2.png);
	}
	.bg-7 {
		background:url(../images/mb-bg-7.jpg);
		background-size: cover;
		background-position: bottom;
	}
	.main {
		width:100%;
		min-height: 800px;
		background-size: cover;
	}
	.txtblock {
		margin:5% 0;
		display:flex;
		align-items: flex-start;
		flex-direction:column;
		align-items: center;
	}
	.txt-1 {
		font-size:16px;
		color: #fff;
		padding: 4px 20px;
	}
	.txt-2 {
		font-size:5em;
		font-weight: bold;
		line-height: 105%;
		margin-bottom: 30px;
		/*background: RGBA(255, 255, 255, 0.1);*/
		border-radius: 22px;
		padding: 4px 44px;
	}
	.txt-3 {
		font-size:20px;
		/*background: #fff;*/
		padding: 6px 50px;
		display: flex;
		flex-direction: column;
	}
	.txt-3 a {
		color:#fff; 
		margin:4px;
		border:0;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-items: center;
	}
	.txt-3 a:hover {
		color:#db3732;
		background:#fff;
		border-radius:5px;
	}	
	.txt-3 a img {
		width:50px;
		margin-right:10px;
	}
	
	.butblock {
		display:flex;
		flex-direction:row;
		justify-content: center;
	}
	.abut {
		background: #00c465;
		color: #fff;
		padding: 20px 60px;
		font-size: 16px;
		border-radius: 10px;
		line-height: 30px;
		text-transform: uppercase;
	}
	.abut:hover {
		background: #db3732;
		color:#fff;
	}
	.butblock p {
		margin-left: 10px;
		width: 163px;
		color: #fff;
	}
	.premblock {
		display:flex;
		flex-direction:row;
		margin: 5% 0;
		justify-content: center;
	}
	.premblock div {
		display:flex;
		flex-direction:column;
		width: 180px;
		background: #fff;
		margin: 10px;
		padding: 20px 20px;
		color: #000;
		border-radius: 40px 20px;
	}
	.premblock div b {
		font-size: 14px;
		text-transform: uppercase;
		display: flex;
		align-items: flex-start;
	}
	.premblock div b img {
		margin-right:4px;
	}
	.premblock div p {
		font-size: 12px;
	}

	h2 {
		text-align:center;
		width:100%;
		text-transform:uppercase;
		font-size:2em;
		margin:40px 0;
		font-family: "Russo One", sans-serif;
	}
	.otziv {
		width:100%;
	}
	.otziv p {
		width:100%;
		text-align:center;
	}
	.photoblocks {
		width: 100%;
		background:#335230;
	}
	.photoblocks h2 {
		color:#fff;
	}
	.photoblock {
		display: flex;	
		flex-wrap: wrap;	
		flex-direction: row;
		justify-content: center;
	}
	.photoblock div {	
		width:400px;
		margin:10px;
	}
	.photoblock img {
		width:100%;
	}

	.cvet {
		width:100%;
	}
	.cvet-prev {
		width:100%;
		display: flex;
		justify-content: center;
	}
	.cvet-line {
		width:100%;
	}
	.cvet-line div {
		display: flex;
		justify-content: flex-start;
		align-content: flex-start;
		align-items: center;
		flex-direction: column;
	}
	.cvet-line div b {
		font-size:22px;
		font-family: "Russo One", sans-serif;
	}
	.cvet-line div img {
		width:200px;
	}
	.p-yellow, .p-pink, .p-white, .p-blue {
		width:100%;
		height:500px;
		overflow:hidden;
	}
	.p-yellow div, .p-pink div, .p-white div, .p-blue div {
		background: #261f26;
		color: #fff;
		padding: 20px;
	}
	.p-yellow {
		background:url(../images/p-yellow.jpg) no-repeat;
	}
	.p-pink {
		background:url(../images/p-pink.jpg) no-repeat;
	}
	.p-white {
		background:url(../images/p-white.jpg) no-repeat;
	}
	.p-blue {
		background:url(../images/p-blue.jpg) no-repeat;
	}
	
	.zakazmarket {
		width:80%;
		padding:10%;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.zakazmarketblocks {
		display:flex;
		flex-direction:row;
	}
	.zakazmarketblocks a {
		color:#000;
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.zakazmarketblocks a img {
		width:200px;
	}
	
	.harakter {
		display:flex;
		font-size:20px;
		align-items: center;
		flex-direction:column;
	}
	.harakter table td {
		padding:10px;
		border-bottom:1px solid #cecece;
	}
	.harakter table td:nth-child(1) {
		border-right:1px solid #cecece;
		text-align: right;
		font-weight: bold;
	}
	
	.bldesp {
		width:90%;
		padding:5%;
	}
	
	
	footer {
		background:#f1f1f1;
		color:#000;
		width:80%;
		border-top:10px solid #000;
		display: flex;
		flex-direction: column;
		padding: 4% 10%;
	}
	.first-line-footer {
		display: flex;
		flex-direction: row;
		min-height: 200px;
		justify-content: space-between;
		align-items: center;
	}
	.two-line-footer {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		font-size:12px;
		padding-top: 50px;
	}
	.logo-footer {
		margin: 17px 0 0 0;
		height: 150px;
	}
	.logo-footer img {
		width: 152px;
	}
	.descr-footer {
		font-family: "Open Sans", Arial, sans-serif;
		font-size: 12px;
		width: 260px;
		margin: 0 30px;
		padding-top: 10px;
	}
	.tel-footer {
		display: flex;
		flex-direction: column;
		align-items: end;
		padding-top: 13px;
	}
	.tel-footer a {
		white-space: nowrap;
		color:#000;
		text-decoration: none;
		font-size: 28px;
		margin-bottom: 6px;
		font-family: "Pathway Gothic One", sans-serif;
	}
	.tel-footer span {
		font-size: 13px;
	}
	.cont-footer {
		padding: 30px;
		font-size: 12px;
		padding-top: 10px;
		display:flex;
		flex-direction: column;
	}
	.cont-footer a {
		color:#000;
		font-size: 13px;
		margin: 4px 0 0 0;
	}
	.cont-footer a:hover {
		text-decoration:none;
	}
	.office-footer {
		display: flex;
		flex-direction: column;
	}
	.office-footer b {
		padding-top: 15px;
	}
	.office-footer p {
		font-size:14px;
		padding: 0;
		margin-top: 10px;
	}
	
	

    @media screen and (max-width: 801px) {
	  .header, .butblock, .premblock, .zakazmarketblocks, .first-line-footer {
		flex-direction: column;  
	  }
	  .header div {
		margin-bottom:20px;
	  }
	  .txt-2 {
		font-size:2.5em;  
	  }
	}
	
	
	 .testimonial{
            padding: 30px 30px 30px 130px;
            margin: 0 15px 30px 15px;
            overflow: hidden;
            position: relative;
			border:1px solid #f1f1f1;
			box-shadow: 7px 7px 5px 0px rgba(50, 50, 50, 0.45);
        }
        
        .testimonial .pic{
            display: inline-block;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            overflow: hidden;
            position: absolute;
            top: 60px;
            left: 20px;
        }
        .testimonial .pic img{
            width: 100%;
            height: auto;
        }
        .testimonial .description{
            font-size: 15px;
            letter-spacing: 1px;
            color: #000;
            line-height: 25px;
            margin-bottom: 15px;
        }
        .testimonial .title{
            display: inline-block;
            font-size: 16px;
            font-weight: 700;
            text-transform: uppercase;
            letter-spacing: 1px;
            color: #000;
            margin: 0;
        }
        .testimonial .post{
            display: inline-block;
            font-size: 14px;
            color: #000;
            font-style:italic;
        }
        .owl-theme .owl-controls .owl-page span{
            border: 2px solid #fff;
            background: #fff !important;
			border-radius:0 !important;
            opacity: 1;
        }
        .owl-theme .owl-controls .owl-page.active span,
        .owl-theme .owl-controls .owl-page:hover span{
            background: #000 !important;
			border-color:#000;
        }
		.owl-page span {
			border:1px solid #000;
		}
        @media only screen and (max-width: 767px){
            .testimonial{
                padding: 20px;
                text-align: center;
            }
            .testimonial .pic{
                display: block;
                position: static;
                margin: 0 auto 15px;
            }
        }