﻿@import url('https://fonts.googleapis.com/css?family=Roboto:400,500');
/* @import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap'); */

* {
	font-family: 'Roboto', Arial, sans-serif;
}

.whatsapp {
	display: none;
	position: fixed;
	right: 5%;
	width: 50px;
	height: 50px;
	bottom: 5%;
	z-index: 999;
	background-image: url(/img/whatsapp.svg);
}

.tp-bg{
	position: relative;
	height: 680px;
	    background: url(../img/bg-tp.jpg) 50% 0;
}
.tp-bg{
	position: relative;
	height: 680px;
	    background: url(../img/bg-br.jpg) 50% 0;
}
.tp-bg .top .logo img {
    width: 260px;
}


.greenhouse-wrapper {
    padding-top: 40px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.greenhouse-box {
    width: 300px;
    height: 320px;
    overflow: hidden;
    position: relative;
    margin-right: 84px;
}
.greenhouse-box img {
    position: absolute;
    top: 0;
    left: 0;
}
.additional-dobl strong{
	font-size: 20px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	display: block;
}
.additional-slider strong{
	font-size: 20px;
	width: 100%;
	text-align: center;
	font-weight: 400;
	display: block;
}
.additional-dobl h2{
	padding-bottom: 0;
}
.about-section-wrap {
    margin-top: 22px;
    display: flex;
    position: relative;
    justify-content: space-between;
}
.about-section-left {
    width: 65%;
    position: relative;
}
.about-section-left p {
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    text-indent: 26px;
    color: #393939;
}
.about-section-right {
    width: 410px;
    height: 370px;
}
.about-section-right img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.visible-txt{
	display: none;
}

.more-viss{
	display: block;
}


button.add-js{
	width: 100%;
	background: #fff;
	margin-top: 55px;
	border: 1px solid #C4C4C4;
box-sizing: border-box;
border-radius: 6px;
cursor: pointer;
height: 50px;
font-size: 16px;
line-height: 19px;
color: #C4C4C4;
}
.plus-services-wrapr strong {
    font-weight: bold;
    font-size: 24px;
    line-height: 227%;
    color: #000000;
}
.plus-services-left, .plus-services-left{
	margin-top: 25px;
}
.plus-services-wp{
	text-align: center;
}

.plus-wraper{
	display: flex;
}
.plus-services-right img{
	height: 383px;
	width: 95%;
}
.plus-services-left p {
    position: relative;
    font-size: 22px;
    padding-left: 97px;
    line-height: 22px;
    color: #373737;
    padding-bottom: 20px;
}
.plus-services-left p:after {
    content: "";
    position: absolute;
    left: 55px;
    top: 2px;
    width: 20px;
    height: 20px;
    background-image: url(../img/check.png);
}
.plus-services-wrap strong {
    font-weight: bold;
    font-size: 24px;
    line-height: 227%;
    color: #000000;
}
.plus-services-wrap{
    width: 50%;
}
.plus-servis{
	background: #FBFBFB;
}
.price-drill-wrap {
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.price-drill-box {
    width: 410px;
    background: #F9F9F9;
    padding-bottom: 48px;
    border-radius: 26px;
}
.price-drill-box h2 {
    font-size: 18px;
    line-height: 25px;
    padding-bottom: 0;
    text-transform: uppercase;
    padding-top: 54px;
    width: 100%;
    text-align: center;
    color: #393939;
}
.price-div {
    background: #83130D;
    height: 117px;
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.price-div p {
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    flex-direction: column;
}
.price-div p span {
    font-size: 59px;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;
}
.price-descr p {
    position: relative;
    font-size: 16px;
    line-height: 38px;
    color: #595959;
}
.price-descr p:after {
    content: "";
    position: absolute;
    left: -26px;
    top: 13px;
    width: 12px;
    height: 12px;
    background-image: url(../img/plus.svg);
}
.price-drill-btn {
    margin-top: 50px;
    text-align: center;
}
.price-descr {
    padding-top: 30px;
    padding-left: 95px;
}
.price-drill-btn button {
    background: #6CAF09;
    border-radius: 6px;
    width: 270px;
    height: 65px;
    cursor: pointer;
    border: none;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: 0.3s;
}
.price-drill-btn button:hover{
	background-color: #82c81f;
}

.drill-table-bg{
	background: #E8F5FD;
}
.drill-btn {
    display: flex;
}
.drill-btn button:hover {
    background-color: #82c81f;
    color: #fff;
}

.drill-btn button {
    transition: 0.3s;
    cursor: pointer;
    padding: 9px 16px;
    font-size: 16px;
    line-height: 22px;
    border: none;
    color: #000000;
    border: 1px solid #91C554;
    margin-right: 20px;
    background: transparent;
    border-radius: 10px;
}
.drill-section {
    padding: 36px;
    background: #FFFFFF;
    margin-top: 28px;
    position: relative;
    display: flex;
    border-radius: 26px;

}
.drill-right {
    padding-left: 30px;
    width: 50%;
}
.drill-right h2 {
    font-size: 26px;
    line-height: 35px;
    text-align: justify;
    padding-bottom: 20px;
    color: #393939;
    font-weight: 600;
    text-transform: inherit;
}
.drill-right span {
    width: 520px;
    display: block;
    font-size: 18px;
    line-height: 25px;
    color: #686868;
}
.drill-table-btn button{
	background: #6CAF09;
width: 270px;
height: 65px;
font-size: 16px;
line-height: 19px;

text-align: center;
text-transform: uppercase;
color: #fff;
transition: 0.3s;
cursor: pointer;
border: 1px solid #6CAF09;
box-sizing: border-box;
border-radius: 6px;
}
.drill-table-btn button:hover{
	background-color: #82c81f;
}
.drill-tbl-bg {
    margin-top: 30px;
}
.drill-table-btn {
    margin-top: 30px;
}


.divTable {
    width: 100%;
}
.divTableBody {
    width: 517px;
    border: 1px solid #BCBCBC;
}
.divTableRow {
    display: flex;
    width: 517px;
    border-bottom: 1px solid #BCBCBC;
}
.additional-services-box2 {
    width: 300px;
    display: block;
    position: relative;
    margin-right: 10px;
}
.additional-services-box2 img{
    width: 100%;
}
.hidden{
	display: none;
}
.viss{
	display: flex;
}
.bt-line {
    border-bottom: none;
}

.active {
    background: #91C554!important;
    color: #fff!important;
}
.ac>.ac-q {
    padding: 10px 30px 10px 30px!important;
    margin: 0;
    text-decoration: none;
    display: block;
    cursor: pointer;
    position: relative;
}


.ac-q:before {
    content: "";
    z-index: 1;
 	width: 20px!important;
	height: 11px;
	position: absolute;
	right: 12px;
    top: 23px;
	   background: url(../img/btn-right.svg) ;
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.is-active .ac-q:before {
    content: "";
    z-index: 1;
 	width: 11px!important;
	height: 20px;
	position: absolute;
	right: 12px;
    top: 19px;
	   background: url(../img/right2.svg) ;
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.ac-q:after{
    content: "";
    z-index: 1;
 	width: 40px!important;
	height: 40px;
	position: absolute;
	left: -13px;
    top: 27px;
	   background: url(../img/grp.png) ;
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.is-active .ac-q:after {
     content: "";
    z-index: 1;
 	width: 40px!important;
	height: 40px;
	position: absolute;
	left: -13px;
    top: 27px;
	   background: url(../img/grp2.png) ;
background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

 .block::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
        left: 67px;
    top: -40px;
   border: 20px solid transparent;
   border-bottom: 20px solid white;
   }
    .block2::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
        left: 23%;
    top: -40px;
   border: 20px solid transparent;
   border-bottom: 20px solid white;
   }
    .block3::after {
    content: ''; 
    position: absolute; /* Абсолютное позиционирование */
        left: 41%;
    top: -40px;
   border: 20px solid transparent;
   border-bottom: 20px solid white;
   }

.bg-cel {
    background: #F3F3F3;
    font-size: 14px;
    line-height: 19px;
    color: #393939;
    display: flex;
    align-items: center;
}
.divTableCell {
    width: 197px;
    padding: 10px 10px;
    border-left: 1px solid #BCBCBC;
}

.add-text-prof{
	font-size: 24px;
line-height: 28px;
text-align: center;
color: #000000;
}

.font-cell {
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #000000;
    padding-right: 20px;
    padding-left: 25px;
}
.divTableHead {
    width: 320px;
    padding: 10px 10px;
    border-left: 1px solid #BCBCBC;
}
.left {
    border-left: none;
}
.font-cell span {
    font-size: 8px;
    line-height: 8px;
    text-align: center;
    width: auto;
    color: #000000;
}

.add-water-wrap{
	display: flex;
    justify-content: space-between;
}
.add-water-wrap-left{
	position: relative;
	width: 49%;
}
.add-water-wrap-right{
	position: relative;
	width: 49%;
}
.add-water-wrap-right span{
	font-size: 26px;
line-height: 30px;
font-weight: 500;
color: #FFFFFF;
position: absolute;
bottom: 17px;
left: 30px;
}

.add-water-wrap-left span{
	font-size: 26px;
line-height: 30px;
font-weight: 500;
color: #FFFFFF;
position: absolute;
bottom: 17px;
left: 30px;
}
.additional-water{
background: #F3F3F3;
}
.add-water-wrap-left img{
	width: 100%;
}
.add-water-wrap-right img{
	width: 100%;
}
.tittle-green2 {
    color: #fff;
    text-align: left;
    font-size: 26px;
    line-height: 30px;
    font-weight: 500;
    margin-bottom: 13px;
}
.dtp{
	display: flex;
    justify-content: flex-end;
}

.btn-water{
	margin-top: 25px;
}

.get-start .wrapper{
overflow: visible;
}


.get-start-img2{
   position: absolute;
   bottom: 0;
   right: 0;

}
.get-start-img2 img{
   width: 100%;
}

.greenhouse-box-inner {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 7px;
    padding-right: 7px;
    padding-left: 7px;
    bottom: 0;
}
.greenhouse-box-title {
    font-size: 20px;
    line-height: 27px;
    text-align: center;
    color: #FFFFFF;
    padding-bottom: 11px;
}
.greenhouse-box-price {
    background: #83130D;
    height: 42px;
    font-weight: normal;
    font-size: 14px;
    display: flex;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 6px;
    justify-content: center;
    align-items: center;
}
.greenhouse-box-price span {
    font-size: 18px;
    padding-right: 5px;
    padding-left: 5px;
}
.greenhouse-btn h3 {
	margin-top: 30px;
   font-size: 26px;
   text-transform: inherit;
   line-height: 30px;
    text-align: center;
    color: #6CAF09;
    font-weight: 700;
}
.greenhouse-title {
font-size: 16px;
line-height: 19px;
    padding-top: 6px;
    text-align: center;
    color: #000000;
    margin-bottom: 25px;
}
a.btn-green {
    width: 250px;
    height: 54px;
    border-radius: 3px;
    background: #6CAF09;
    border: none;
   font-weight: 500;
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #FFFFFF;
    margin: 0 auto;
    transition: 0.3s;
}
.additional-slider-next strong {
    font-size: 20px;
    width: 100%;
    text-align: center;
    font-weight: 400;
    display: block;
}
.additional-slider-next h2 {
    padding-bottom: 0;
}
a.btn-green:hover{
background-color: #82c81f;
    -webkit-transition: 0.3s;
    transition: 0.3s;
}
.greenhouse-txt {
    padding: 35px 40px;
    margin-top: 45px;
    font-size: 18px;
    line-height: 25px;
    text-align: justify;
    text-indent: 26px;
    color: #393939;
    background: #F3F3F3;
border-radius: 26px;
}
.green-wrapper {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
}
.green-left span{
	margin-right: 5px;
    font-weight: 600;
}
.additional-slider h2{
	padding-bottom: 0;
}
.green-left {
    padding-top: 40px;
    padding-right: 100px;
}
.green-left p {
    font-size: 22px;
    position: relative;
    line-height: 280%;
    color: #373737;
}
img.img-hr-ng {
    width: 20px !important;
    display: block;
    position: absolute;
    right: 0;
    height: 10px !important;
    z-index: 2;
    transition: 0.3s;
    background: #91C554;
    background-image: url(../img/right.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 10px;
   top: 87.6%;
    right: 26px;
    opacity: 0.9;
    border: 16px solid #91C554;
}
.gate-box {
    position: relative;
}
.gate-box img{
	width: 100%;
}
img.img-hr-pg {
    z-index: 2;
    opacity: 0.9;
    width: 20px !important;
    display: block;
    height: 10px !important;
    background-size: contain;
    transition: 0.3s;
    position: absolute;
    left: 79.4%!important;
    right: 0px!important;
    top: 87.6%;
    background: #82B04A;
    background-image: url(../img/left.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 10px;
    border: 16px solid #82B04A;
}
.green-slider {
    width: 630px;
}
.green-slider2 {
    width: 630px;
}
img.img-hr-pg:hover{
      width: 20px !important;
    display: block;
    position: absolute;
    right: 0;
    height: 10px !important;
    z-index: 2;
    transition: 0.3s;
    background: #658B37;
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 10px;
      left: 79.4%!important;
    right: 0px!important;
    top: 87.6%;
     background-image: url(../img/left.svg);
    border: 16px solid #658B37;
}

.additional-slider{
	background: #F3F3F3;
}

img.img-hr-ng:hover{
      width: 20px !important;
    display: block;
    position: absolute;
    right: 0;
    height: 10px !important;
    z-index: 2;
    transition: 0.3s;
    background: #658B37;
      top: 87.6%;
    right: 26px;
    background-image: url(../img/right.svg);
    background-position: center;
    background-repeat: no-repeat;
    border: none;
    padding: 10px;

    border: 16px solid #658B37;
}

.green-left p:before {
    content: "";
    position: absolute;
    top: 20px;
    left: -40px;
    width: 20px;
    height: 20px;
    background-image: url(../img/check.png);
}

.add-tpl{
	margin-top: 74px;
}
.add-tpl h1{
	margin-bottom: 30px;
}

.additional-services-wrapper{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.additional-services-box{
	width: 245px;
   display: block;
   position: relative;
   margin-right: 6px;
}
.additional-services-box img{
   width: 100%;	
}
.additional-services-mobile{
	display: none;
}

.services-box-tittle{
  width: 100%;	
  text-align: center;
  position: absolute;
  top: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  top: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.services-box-tittle2{
  width: 100%;	
  text-align: center;
  position: absolute;
  top: 0;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #FFFFFF;
  top: 17px;
  font-weight: 400;
  text-transform: uppercase;
}
.wrptxt{
	padding-top: 50px;
}

.additional-services-box a{
	width: 100%;
	height: 40px;
   background: #6CAF09;
   opacity: 0.86;
   position: relative;
   bottom: 40px;
   display: block;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   color: #FFFFFF;
   display: flex;
   align-items: center;
   justify-content: center;
   border-radius: 0px 0px 6px 6px;
}

button.btn-serv{
	width: 100%;
	cursor: pointer;
	height: 40px;
   background: #6CAF09;
   opacity: 0.86;
   position: relative;
   bottom: 40px;
   display: block;
   font-size: 16px;
   line-height: 22px;
   text-align: center;
   color: #FFFFFF;
   display: flex;
   border: none;
   align-items: center;
   justify-content: center;
   border-radius: 0px 0px 6px 6px;
}
.panel-add p {
    color: #797979;
    font-size: 16px;
}

.panel-add{
    background-color: white;
    overflow: hidden;
    max-height: 0;
   overflow: hidden;
    padding-left: 10px;
    position: relative;
    bottom: 15px;
    padding-right: 10px;
    transition: max-height 0.2s ease-out;
}
.act{
	display: block;
}

.green-table {
    margin-top: 22px;
    width: 100%;
    border: 4px solid #91C554;
    padding-top: 25px;
    padding-right: 85px;
    padding-left: 85px;
    border-radius: 16px;
}
.green-table-wrap {
    display: flex;
    justify-content: space-between;
}
.green-table-left strong {
    font-size: 22px;
    line-height: 280%;
    color: #000000;
    font-weight: 400;
}
.green-table-line {
    height: 40px;
    justify-content: flex-start;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #BCBCBC;
}
.green-table-line:last-child {
    border-bottom: none;
}

.green-table-right strong {
    font-size: 22px;
    line-height: 280%;
    color: #000000;
    font-weight: 400;
    width: 100%;
    display: block;
    text-align: center;
}

.greenhouse-box:last-child{
	margin-right: 0;
}
.green-table-btn {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 22px;
    top: 34px;
}
.green-table-btn a {
    position: relative;
    transition: 0.3s;
    width: 270px;
    height: 65px;
    display: flex;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    background: #6CAF09;
border-radius: 6px;
}
.green-table-btn a:after {
    content: "";
    width: 35px;
    height: 65px;
    position: absolute;
    left: -35px;
    background: #F3F3F3;
}
.green-table-btn a:before {
    content: "";
    width: 35px;
    height: 65px;
    position: absolute;
    right: -35px;
    background: #F3F3F3;
}
.green-table-btn a:hover{
    background-color: #82c81f;
}
.green-table-btn-white a:hover{
    background-color: #82c81f;
}
.strong {
    font-size: 16px;
    line-height: 22px;
    color: #000000;
    width: 100px;
    font-weight: 400;
}
.linet-txt {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    width: 85px;
    line-height: 22px;
    color: #686868;
}

.green-table-btn-white {
    display: flex;
    justify-content: center;
    position: relative;
    margin-top: 22px;
    top: 34px;
}
.green-table-btn-white a {
    position: relative;
    background: #91C554;
    width: 270px;
    height: 65px;
    transition: 0.3s;
    display: flex;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    justify-content: center;
    align-items: center;
    border-radius: 6px;
}
.green-table-btn-white a:before {
    content: "";
    width: 35px;
    height: 65px;
    position: absolute;
    right: -35px;
    background: #fff;
}

.green-table-btn-white a:after {
    content: "";
    width: 35px;
    height: 65px;
    position: absolute;
    left: -35px;
    background: #fff;
}

.fast-green-wraper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.fast-green-left {
    padding-top: 125px;
    padding-right: 65px;
}
.fast-green-left h3 {
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
    color: #000000;
    font-weight: 400;
    text-align: left;
}
.fast-green-left-txt {
    padding-left: 50px;
}
.fast-green-left span {
    font-size: 16px;
    line-height: 34px;
    color: #000000;
}
.fast-green-left strong {
	margin-top: 35px;
    font-size: 16px;
    line-height: 34px;
    color: #000000;
    display: block;
}

.fast-green-left-txt li {
    position: relative;
    font-size: 16px;
    line-height: 34px;
    position: relative;
    color: #393939;
    list-style: none;
}
.fast-green-left-txt li:after {
    content: "";
    position: absolute;
    top: 12px;
    border-radius: 100%;
    left: -28px;
    width: 9px;
    height: 9px;
    background: #91C554;
}
.fast-green-left-btn button {
    background: #6CAF09;
    border-radius: 6px;
    width: 270px;
    border: none;
    height: 65px;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    cursor: pointer;
    text-transform: uppercase;
    color: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: 0.3s;
}

.fast-green-left-btn button:hover{
	 background-color: #82c81f;
}


.fast-green-left-btn {
    padding-top: 18px;
    margin-left: 12px;
}

.top-wrapper-section {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.top-box-section {
    width: 400px;
    display: flex;
    margin-bottom: 65px;
}
.top-txt-section {
    font-size: 16px;
    margin-left: 18px;
    line-height: 22px;
    color: #393939;
}
.top-txt-section span {
    font-size: 18px;
    line-height: 25px;
    width: 100%;
    display: block;
    color: #393939;
}
.top-green-section {
    background: #E8F5FD;
    padding-top: 10px;
}

.tittle-green {
    color: #6BAF0B;
   text-align: left;
    font-size: 26px;
    line-height: 30px;
    font-weight: 600;
    margin-bottom: 13px;
}
.deskmin-green {
    color: #CECECE;
    text-align: left;
    font-size: 16px;
    line-height: 19px;
}
.wraper-inner{
	margin-left: 160px;
	width: 46%;
}
.wrapper-qz{
	display: flex;
	    align-items: center;
}

.marquiz__container a{
	width: 270px;
	display: flex;
    align-items: center;
    justify-content: center;
	transition: 0.3s;
	font-size: 16px;
	height: 65px;
   line-height: 19px;
   text-align: center;
   text-transform: uppercase;
   color: #FFFFFF;
    background: #6CAF09;
    box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.18);
    border-radius: 6px;
}
.marquiz__container a:hover{
 background-color: #82c81f;
}

.work-profesional-wrapper {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}
.work-profesional-right {
    padding-top: 60px;
    width:520px;
    height: 480px;
    background: #F3F3F3;
border-radius: 26px;
padding-left: 80px;
margin-top: 23px;
    margin-right: 80px;
}
.work-profesional-box {
    display: flex;
    font-size: 16px;
    position: relative;
    line-height: 22px;
    margin-bottom: 20px;
    color: #686868;
    flex-direction: column;
}
.work-profesional-box strong {
    font-size: 20px;
    line-height: 100%;
    font-weight: 500;
    color: #373737;
}

.work-profesional-box:after {
    content: "";
    position: absolute;
    left: -40px;
    width: 20px;
    height: 20px;
    background-image: url(../img/check.png);
}
.pluss-working-wrap {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 20px;
}


.pluss-working-box {
    width: 300px;
    height: 290px;
    overflow: hidden;
    margin-right: 40px;
    margin-left: 40px;
    margin-bottom: 55px;
    position: relative;
    border-radius: 16px;
}
.pluss-working-box img {
    position: absolute;
    top: 0;
    left: 0;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    -webkit-transition: all 1s ease-out;
}
.pluss-working-iner {
    position: absolute;
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-bottom: 10px;
    padding-right: 7px;
    padding-left: 10px;
    bottom: 0;
}
.pluss-working-name {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.pluss-working-price {
    height: 42px;
    width: 100%;
    font-size: 14px;
    line-height: 19px;
    text-align: center;
    color: #FFFFFF;
    display: flex;
    background: #83130D;
border-radius: 6px;
justify-content: center;
    align-items: center;
}
.pluss-working-price span {
    font-size: 18px;
    padding-left: 5px;
    padding-right: 5px;
}
.get-start {
    background: #0C0C0C;
    padding-top: 18px;
}
.get-start-wrapers h2 {
    font-size: 34px;
    line-height: 40px;
    text-transform: uppercase;
    text-align: left;
    color: #6CAF09;   
    padding-bottom: 15px;
}
.get-start-wrapers {
position: relative;
    display: flex;
    justify-content: space-between;
}
.get-start-wrapers span {
   font-size: 16px;
    line-height: 19px;
    color: #FFFFFF;
    display: block;
}
.get-start-img img{
	width: 480px;
}

.get-question-wrap{
	display: flex;
	justify-content: space-between;
}
.question-wrap{
	width: 55%;
	padding-right: 20px;
}
.ac-a {
	background: #F3F3F3;
border-radius: 16px;
font-size: 18px;
line-height: 25px;

color: #393939;
}
.ac{
	margin-top: 10px !important;
}
.ac-a p{
	padding: 20px;
}

.question-contener{
	background: #83130D;
border-radius: 26px;
width: 520px;
display: flex;
height: 351px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 47px;
}
.pump-text p{
font-weight: bold;
font-size: 30px;
line-height: 35px;
text-transform: uppercase;
color: #FFFFFF;
}
.pump-text p span{
color: #FFCD93;
}

h2.ac-q{
	font-size: 24px;
line-height: 33px;
text-transform: inherit;
color: #000000;
    text-align: left;
}

.get-start-wrapers-left{
	padding-top: 100px;
}
.get-start-pdt{
  padding-bottom: 90px;
  padding-top: 80px;
}

.messenger {
	display: flex;
}
.get-start-btn button {
    margin-right: 25px;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    border: none;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 270px;
    height: 65px;
background: #6CAF09;
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.18);
border-radius: 6px;

}
.get-start-btn a {
    margin-right: 25px;
    align-items: center;
    justify-content: center;
    display: flex;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    width: 270px;
    height: 65px;
background: #6CAF09;
box-shadow: 0px 14px 24px rgba(0, 0, 0, 0.18);
border-radius: 6px;
}
.get-start-btn {
    display: flex;
    padding-top: 25px;
    padding-bottom: 25px;
}
.get-start-img{
	    margin-right: 40%;
}

.messenger p {
	color: white;
	padding-right: 5px;
}

.messenger img {
	width: 30px;
	padding: 0 5px;
}

.callback.tar {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.navbar-brand {
	margin-right: 0;
}
h2.mobile-title{
	display: none;
}

@media only screen and (max-width: 1024px){
.greenhouse-box {
    margin-right: 0;
}
.divTableBody{
	width: 100%;
}
.get-start-img2 {
    text-align: right;
}
.get-start-img2 img {
    width: 84%;
}
.ac>.ac-q {
    padding: 10px 30px 10px 42px!important;
}
h2.ac-q {
    font-size: 21px;
    line-height: 25px;
    text-align: left;
}
.additional-services-wrapper {
    justify-content: space-between;
}
.drill-right span {
    width: 100%;
}
.divTableRow{
	width: 100%;
}
.about-section-left {
    padding: 0 15px;
}
.block2::after {
    left: 29%;
}
.price-drill-box {
    margin: 0 10px;
}
.block3::after {
    left: 52%;
}
.drill-left{
	width: 50%;
}
.drill-left img{
	width: 100%;
}

.gate-box img{
	width: 100%;
}
.greenhouse-wrapper {
    justify-content: space-around;
}
.green-left {
    padding-right: 0;
}


.green-slider {
    margin: 0 auto;
}
.green-slider2 {
    margin: 0 auto;
}
.green-wrapper {
    display: flex;
    padding-top: 40px;
    justify-content: space-between;
    flex-direction: column;
}
.green-table-wrap {
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 54%;
    margin: 0 auto;
}
.fast-green-left {
    padding-left: 0;
    width: 40%;
    margin: 0 auto;
    padding-right: 0;
}
.fast-green-left strong {
    width: 100%;
    text-align: center;
    display: block;
}
.fast-green-left-btn {
    padding-top: 18px;
    margin-left: 0;
}
.fast-green-left-btn button{
	margin:  0 auto;
}
}
@media only screen and (max-width: 991px){
.greenhouse-box {
    margin-bottom: 45px;
}
.about-section-wrap {
    justify-content: space-between;
    flex-direction: column;
}
.plus-wraper {
    display: flex;
    flex-direction: column;
}
.price-drill-box{
	margin:  0 auto;
	margin-bottom: 20px;
}
.price-drill-wrap {
    flex-direction: column;
}
.plus-services-right img {
    height: inherit;
    width: 100%;
}
.plus-services-wrap {
    width: 100%;
}
.drill-section {
    flex-direction: column;
}
.block3::after {
    left: 70%;
}
.add-water-wrap {
    flex-direction: column;
}
.add-water-wrap-left {
    position: relative;
    width: 100%;
    margin-bottom: 15px;
}
.question-wrap {
    width: 100%;
}
.get-question-wrap {
    flex-direction: column;
}
.tittle-green2 {
    text-align: center;
    margin-top: 20px;
}
.add-water-wrap-right {
    position: relative;
    width: 100%;
}
.ac-q:after {
    left: -8px;
}
.is-active .ac-q:after{
	   left: -8px;
}
.get-start-img2 {
    position: relative;
}
.get-start-btn a {
    margin: 0 auto;
}
.get-start-pdt {
    padding-bottom: 0;
    padding-top: 50px;
}
.get-start-wrapers span {
    text-align: center;
}

.get-start-wrapers h2 {
    text-align: center;
}

.question-contener {

    margin: 0 auto;
    margin-top: 20px;
}

.drill-left {
    width: 100%;
}
.drill-right {
    padding-left: 0;
    width: 100%;
}
.block2::after {
    left: 38%;
}

.about-section-left{
	width: 100%;
		margin-top: 20px;
}
.about-section-right{

	width: 100%;
}
.wrapper-qz {
    flex-direction: column;
}
.wraper-inner {
    margin-left: 0;
    width: 100%;
}
.tittle-green {
    text-align: center;
}
.marquiz__container a{
	margin: 0 auto;
}
.deskmin-green {
    text-align: center;
}
.top-wrapper-section {
    justify-content: center;
}
.fast-green-left {
    padding-top: 60px;
    width: 55%;
}
.green-table {
    padding-right: 10px;
    padding-left: 10px;
}
.green-table-wrap {
    width: 60%;
}
.work-profesional-wrapper {
    justify-content: center;
    flex-direction: column;
}
.work-profesional-left{
  text-align: center;
}
.work-profesional-right {
     margin: 0 auto;
    padding-left: 80px;
    margin-top: 23px;
    margin-right: 80px;
    margin: 0 auto;
}
.get-start-wrapers {
    flex-direction: column;
}
.get-start-img {
    margin-right: 0;
    text-align: center;
}
.pluss-working-box {
    margin-right: 10px;
    margin-left: 10px;
}
.additional-services-wrapper {
    justify-content: center;
}
.additional-services-box {
    margin-right: 10px;
    margin-left: 10px;
}
.tp-bg .wrapper {
    padding: 70px 20px;
}

}
@media only screen and (max-width: 668px){
.green-slider {
    width: 100%;
}
.green-slider2 {
    width: 100%;
}
.green-table-wrap {
    width: 75%;
}
.work-profesional-right {
    width: 62%;
}
.tp-bg .top .logo img {
    width: 120px;
}
}
@media only screen and (max-width: 568px){
.green-table-wrap {
    width: 90%;
}
.tittle-green2 {
    font-size: 19px;
    line-height: 21px;
    font-weight: 500;
    margin-top: 0;
    margin-bottom: 13px;
    text-transform: uppercase;
}
.wrapper-qz {
    flex-direction: column;
}
.zz-wrap{
	flex-direction: column-reverse;
}
.top-box-section {
    margin-bottom: 35px;
}
.drill-btn {
    flex-direction: column;
}
.drill-btn button{
	width: 100%;
	margin-bottom: 15px;
}
.block::after{
	display: none;
}
.block2::after{
	display: none;
}
.block3::after{
	display: none;
}
.drill-section{
	padding: 20px;
}
.drill-table-btn button{
	margin:  0 auto;
}
.drill-table-btn {
    text-align: center;
}

.question-contener{
	width: 100%;
}

h2.mobile-title{
	display: block;
	text-align: center;
    text-transform: uppercase;
    font-size: 34px;
    line-height: 45px;
    font-weight: 300;
    color: #292929;
    padding-bottom: 30px;
}
.fast-green-left h2{
	display: none;
}
.fast-green-right img{
	 width: 100%;
}
.fast-green-left {
    padding-top: 20px;
    width: 100%;
}
.work-profesional-right {
    width: 76%;
}
.video-youtube-block iframe {
    margin-right: 0!important;
}
}
@media only screen and (max-width: 480px){
.green-left p {
    font-size: 16px;
}
.add-tpl h1 {
    width: 83%;
    margin: 0 auto;
    margin-bottom: 30px;
}

.plus-services-left p{
	font-size: 16px;
	line-height: 16px;
}

h2.ac-q {
    font-size: 18px;
    line-height: 18px;
    text-align: left;
}
.bg-cel {
    font-size: 10px;
    line-height: 19px;
}
.font-cell {
    font-size: 12px;
}
.add-water-wrap-left span {
    font-size: 20px;

    position: absolute;
    bottom: 17px;
    left: 0;
    width: 100%;
    text-align: center;
}

.price-drill-wrap{
	padding-top: 0;
}

.plus-services-wrap strong {
    font-size: 18px;
}

.plus-services-left p:after {
    left: 17px;
}

.plus-services-left p {
    padding-left: 45px;
}

.price-drill-box{
	width: 100%;
}

.wrapper h2{
	font-size: 20px;
	line-height: 20px;
}
.pluss-working-box {
    margin-bottom: 20px;
}
.video-youtube-block iframe {
    width: 100%;
}
.work-profesional-box:after {
    left: -31px;
}
.work-profesional-right {
    padding-top: 60px;
    width: 100%;
    padding-left: 20px;
        height: inherit;
    background: #fff;
}
.work-profesional-left img {
    width: 100%;
}
.top-box-section {
    width: 100%;
}
.green-table-btn a:before {
    width: 15px;
    right: -15px;
}
.green-table-btn-white a:before {
    width: 15px;
    right: -15px;
}
.green-table-btn-white a:after {
    width: 15px;
    left: -15px;
}
.green-table-btn a:after {
    width: 15px;
    left: -15px;
}

.green-table-left strong {
    font-size: 16px;
    line-height: 16px;
}
.green-table-right strong{
	    font-size: 16px;
    line-height: 16px;
}
.linet-txt {
    font-size: 14px;
}
.strong {
    font-size: 14px;
}
.green-left p:before {
    top: 13px;
}
.greenhouse-btn {
    padding-top: 0;
}
.greenhouse-txt {
    padding: 25px 15px;
    margin-top: 45px;
    font-size: 14px;
    line-height: 25px;
}
.greenhouse-title {
    font-size: 14px;
    line-height: 21px;
}
.greenhouse-btn h3 {
    font-size: 20px;
    line-height: 23px;
}
.additional-dobl strong {
    font-size: 14px;
}
.additional-slider strong {
    font-size: 14px;
}
.get-start-wrapers-left {
    padding-top: 35px;
}
.get-start-wrapers h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 15px;
    text-align: center;
}
.get-start-img img {
    width: 100%;
}
.get-start-wrapers span {
    font-size: 14px;
    line-height: 15px;
    color: #FFFFFF;
    display: block;
    text-align: center;
}
.get-start-wrapers span br{
   display: none;
}
.get-start-btn {
    flex-direction: column;
}
.get-start-btn button {
   margin: 0 auto;
   margin-bottom: 18px;
}
.get-start-btn a{
	  margin: 0 auto;
}
.question-wrap{
	padding-right: 0;
}
h2.ac-q{
    font-size: 18px;
    line-height: 20px;
}
.question-contener {
    width: 100%;
    flex-direction: column;
    padding-right: 0;
    height: inherit;
}
.pump-text p {
    font-weight: bold;
    font-size: 20px;
    line-height: 29px;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
}
.drill-right {
    padding-top: 20px;
}
.drill-btn button {
    margin-right: 0;
}
.get-start-img2 img {
    width: 100%;
}

.pump-text{
  width: 100%;
  padding-bottom: 40px;
  padding-right: 25px;
  padding-left: 25px;
}
.col-button a{
	margin-bottom: 15px;
}
.ac-a{
	font-size: 16px;
}
.drill-section {
    padding: 8px;
}

.tp-bg {
    height: 550px;
}
}


@media (max-width: 768px) {
	.whatsapp {
		display: block;
	}

	.scrollup {
		display: none !important;
	}
}


/** { font-family: 'Century Gothic', sans-serif;
	color: #252525;
	
}*/




html,
body,
h1,
h2,
h3,
p,
ul,
li {


	padding: 0px;
	margin: 0px;

}

/* ОСНОВНОЙ КОНТЕЙНЕР */


.wrapper {
	max-width: 1290px;
	margin: 0 auto;
	padding-top: 50px;
	padding-bottom: 50px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
}
.get-start .wrapper{
	padding-bottom: 0;
	padding-top: 0;
}


.fleft {
	float: left;
}

.fright {
	float: right;
}


.tac {
	text-align: center;
}

.tal {
	text-align: left;
}

.tar {
	text-align: right;
}


.m0a {
	margin: 0 auto;
}

.ttu {
	text-transform: uppercase;
}

.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.fw600 {
	font-weight: 600;
}

.dark {
	background-color: #ededed;
}
.grey {
	background-color: #e8e8e8;
}
.bg-gold {
	background-color: rgba(148, 135, 91, 0.2);
}


h1 {
	text-align: center;
	text-transform: uppercase;
	font-size: 40px;
	line-height: 45px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #ffffff;
}

h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 34px;
	line-height: 45px;
	font-weight: 300;
	color: #292929;
	padding-bottom: 30px;
}
@media only screen and (max-width: 360px){
h2{
   font-size: 20px;	
   line-height: 20px;
}
h2.mobile-title{
	  font-size: 20px;	
   line-height: 20px;
}
}


h3 {
	text-align: center;
	text-transform: uppercase;
	font-size: 30px;
	line-height: 34px;
	font-weight: 300;
	color: #292929;
}

i {
	color: white;
}

a {
	text-decoration: none;
}



.line {

	width: 90%;
	height: 2px;
	background-color: #6baf0b;
	opacity: 0.5;
	margin-top: 15px;
	margin-bottom: 10px;
}

/*МЕНЮ*/

.menu {
	background: rgba(59, 43, 36, 0.85);
	width: 100%;
	text-transform: uppercase;
	/*Большие буквы*/
	font-size: 16px;
	text-align: center;
	letter-spacing: 1px;
	position: fixed;
	z-index: 9999;
}

.menu ul>li {
	border-left: 1px solid #bbb;
	display: inline-block;
	margin-left: -6px;
	list-style: none;
	padding: 4px 20px 4px 20px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	color: white;
	text-decoration: none;
	line-height: 22px;
	font-weight: 400;
	cursor: pointer;
}

.menu li:hover {
	color: #ccff89;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.menu li:first-child {
	border: none;
}

.menu a {
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	letter-spacing: 0px;
}

.menu a:hover,
.navbar-collapse li a:hover {
	-webkit-transition: 0.25s;
	transition: 0.25s;
	color: #ccff89;
}

.navbar-collapse {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.nav-item {
	padding: 0 15px 0 15px;
	border-left: 1px solid #bbb;
	cursor: pointer;
}

.nav-item:first-child {
	border-left: none;
}

.nav-link,
.dropdown-item {
	padding: 0;
	color: white !important;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	letter-spacing: 0px;
	padding: 0.25rem 1.5rem;
}

.nav-link:hover,
.dropdown-item:hover {
	color: #ccff89 !important;
	background-color: rgba(59, 43, 36, 0.85);
	text-decoration: underline;
	font-weight: 300;
}


/*ВЫПАДАЮЩИЙ СПИСОК В МЕНЮ*/

.btn-secondary {
	color: white;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 16px;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	letter-spacing: 0px;
	background-color: rgba(59, 43, 36, 0.1);
	border: none;
}

.btn-secondary:hover {
	text-decoration: underline;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	color: #ccff89;
	background-color: rgba(59, 43, 36, 0.1);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active,
.btn-secondary.dropdown-toggle {
	color: #fff;
	background-color: rgb(59, 43, 36);
	border-color: #4e555b;
}

.dropdown-menu {
	background-color: rgb(59, 43, 36);
}



/*Настройки кнопки*/
.button {
	width: 280px;
	height: 50px;
	font-size: 19px;
	font-weight: 500;
	background-color: #6baf0b;
	text-transform: uppercase;
	color: white;
	border: none;
	letter-spacing: 1px;
	margin-top: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 5px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 5px;
	/*закругление углов (Safari)	*/
	box-shadow: 1px 1px 2px rgba(84, 84, 84, 0.3);
}


.popup-button {
	width: 300px;
	height: 48px;
	font-size: 18px;
	font-weight: 500;
	background-color: #6baf0b;
	text-transform: uppercase;
	color: white;
	border: none;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 5px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 5px;
	/*закругление углов (Safari)	*/
	box-shadow: 1px 1px 2px rgba(84, 84, 84, 0.3);
}

.more-button {
	display: none;
	width: 90%;
	padding: 10px 20px;
	font-size: 19px;
	font-weight: 500;
	background-color: #6baf0b;
	color: white;
	border: none;
	letter-spacing: 1px;
	margin-top: 25px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	position: absolute;
	bottom: 15px;
	left: 17px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 5px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 5px;
	/*закругление углов (Safari)	*/
	box-shadow: 1px 1px 2px rgba(84, 84, 84, 0.3);
}

.a-button {

	padding: 13px 25px;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	background-color: #6baf0b;
	color: white;
	border: none;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 5px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 5px;
	/*закругление углов (Safari)	*/
	box-shadow: 1px 1px 2px rgba(84, 84, 84, 0.3);
	display: inline-block;

}

.a-button:hover {

	background-color: #82c81f;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	text-decoration: none;
	color: white;

}

.more-button:hover {
	background-color: #82c81f;
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

.popup-button:hover {
	background-color: #82c81f;
	color: white;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	cursor: pointer;
}

button:hover {
	cursor: pointer;
}

button:active,
button:focus {
	outline: none;
}

button::-moz-focus-inner {
	border: 0;
}


/*Настройки инпут*/
#application .input input {
	margin-top: 16px;
	width: 277px;
	height: 35px;
	border-radius: 4px;

	-moz-border-radius: 4px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 4px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 4px;
	/*закругление углов (Safari)	*/
	letter-spacing: 1px;
	border: none;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;


	padding-left: 25px;
	/*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/
	font-size: 18px;
	/*размер шрифта*/
	box-sizing: border-box;
	color: #6f533d;
}

/*КНОПКА ВВЕРХ*/
.scrollup {
	width: 45px;
	height: 45px;
	opacity: 0.5;
	position: fixed;
	bottom: 40px;
	left: 30px;
	display: none;
	text-indent: -9999px;
	background: url(../img/top-button/icon_top.png) no-repeat;
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 998;
}

.scrollup:hover {
	background: url(../img/top-button/icon_top_active.png);
	opacity: 0.8;
	-webkit-transform: scale(1.02);
	transform: scale(1.02);
	-webkit-transition: 0.25s;
	transition: 0.25s;
	z-index: 998;
}


/* HEADER */

.header {
	position: relative;
	background: url(../img/header/bg.jpg) 50% 0;
}

.header .wrapper {
	padding-bottom: 20px;
	position: absolute;
	width: 100%;
	left: 0%;
	right: 0%;
	z-index: 99;
}

.header {
	overflow: hidden;
}

/*LOGO*/
.header .logo {
	text-align: center;
}

.header .top .logo img {
	width: 260px;
}




/* ПО СЕРЕДИНЕ В ТОПЕ*/
.header .top .description {
	color: white;
	margin-top: 32px;
	font-size: 16px;
	line-height: 20px;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 1px;
}

/*КОНТАКТЫ */
.top {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.header .top .contacts .phone {
	overflow: hidden;
}

.header .top .contacts .phone .number {
	color: white;
	font-size: 26px;
	letter-spacing: 2px;
	margin-left: 10px;
}


.header .top .contacts .callback {
	margin-top: 5px;
	margin-bottom: 5px;
}

.header .top .contacts .callback a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: 500;
	cursor: pointer;
	/* margin-top: 15px;
	margin-bottom: 15px; */
}

.header .top .contacts .callback a:hover {
	color: #ccff89;
}

.contacts {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.header .top .adress {
	font-size: 14px;
	color: white;
	margin-bottom: 5px;
	text-align: right;
}

.header .top .contacts .hours img {
	width: 25px;
	float: right;
}

.email {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.email img {
	width: 25px;
	margin-right: 7px;
}

.header .top .contacts .hours {
	float: right;
	margin-left: 7px;
}

.header .top .contacts .hours .hours-text a,
.email-text a {
	color: white;
	font-size: 14px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}




/*OFFER*/

.header .offer {
	margin-top: 15px;
}

.header .offer p {
	color: #ffffff;
	font-size: 34px;
	letter-spacing: 0px;
	margin-top: 12px;
	font-weight: 300;
	text-transform: none;
	line-height: 1;
}

.header .offer .utp .text {
	font-size: 20px;
	line-height: 28px;
	font-weight: 400;
	color: #ffe4b4;
	letter-spacing: 1px;
	float: none;
	text-transform: uppercase;
	-webkit-transition: 1s;
	transition: 1s;
}

.header .offer .utp .text span {
	color: #ffe4b4;
	font-size: 32px;
	font-weight: 400;
	font-family: arial;
}

.header .offer .utp {
	width: 620px;
	overflow: hidden;
	background: rgba(147, 11, 11, 0.8);
	border: 2px solid rgba(147, 11, 11, 0.7);
	margin-top: 15px;
	margin-bottom: 35px;
	padding: 10px;
	-webkit-transition: 1s;
	transition: 1s;
	box-shadow: 0 1px 3px 2px rgba(59, 43, 36, 0.25);
	/*border:3px solid rgba(0, 0, 0, 0.75);*/
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 7px 7px 7px 7px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 7px 7px 7px 7px;
	/*закругление углов (Safari)	*/
}


.header .offer .utp:hover {
	/* Для Firefox */
	/* Для IE */
	-webkit-transform: rotate(-5deg);
	/* Для Safari, Chrome, iOS */
	/* Для Opera */
	transform: rotate(-5deg);
}

.header .offer .utp img {
	width: 50px;
}

.header .offer .utp .text-mob {
	display: none;
}

.header .contacts-mobile {
	display: none;
}

@media screen and (max-width:1170px) {

	.menu {
		display: none;
	}

	.slider {
		display: none;
	}

	.header {
		background: url(../img/header/bg.jpg) 50% 0;
	}

	.header .wrapper {
		padding-top: 10px;
		position: static;
		padding-bottom: 90px;
	}

	.header .offer .utp {
		width: 680px;
	}
}

@media screen and (max-width:720px) {

	.header .top .logo img {
		width: 260px;
	}

	.navbar-brand-image {
		width: 120px;
	}

	.header .top .text {
		font-size: 16px;
		display: none;
	}


	/* ПО СЕРЕДИНЕ В ТОПЕ*/
	.header .top .description {}

	/*КОНТАКТЫ */

	.header .top .contacts {

		overflow: hidden;


	}

	.header .top .contacts .phone .number {

		font-size: 28px;
		margin-left: 8px;


	}


	.header .top .contacts .callback {

		display: none;

	}


	.header .top .contacts .callback a:hover {

		color: #ccff89;
	}

	.header .top .contacts .email {
		margin-top: 7px;

	}

	.header .top .contacts .email img {
		width: 27px;

	}

	.header .top .contacts .email .email-text {

		font-size: 21px;

	}



	/*OFFER*/

	h1 {

		font-size: 42px;

	}




	.header .offer h3 {

		font-size: 25px;
		letter-spacing: 2px;
		margin-top: 7px;

	}



	.header .offer .utp .text {


		display: none;

	}

	.header .offer .utp {
		width: 400px;

	}

	.header .offer .utp .text-mob {


		display: block;
		font-size: 22px;
		line-height: 28px;
		font-weight: 400;
		color: #ffe4b4;
		letter-spacing: 0px;
		float: none;
		text-transform: uppercase;
		-webkit-transition: 1s;
		transition: 1s;

	}

	.header .offer .utp .text-mob span {

		color: #ffe4b4;
		font-size: 29px;
		font-weight: 400;
		font-family: arial;



	}

	.header .offer .text {

		font-size: 29px;

	}


}

@media screen and (max-width:650px) {
	.header .wrapper {
		padding: 90px 0;
	}

	.header .top .logo {
		text-align: center;
		float: none;
	}

	.header .top .logo img {
		width: 120px;
	}

	.navbar-brand-image {
		width: 120px;
	}


	/*КОНТАКТЫ */
	.header .top .contacts {
		display: none;
	}

	.header .contacts-mobile {
		margin-top: 15px;
		display: block;
		text-align: center;
		overflow: hidden;
	}


	.header .contacts-mobile .phone-1 {
		margin-bottom: 5px;
	}


	.header .top .contacts-mobile .phone {
		overflow: hidden;
	}

	.header .top .contacts-mobile .phone .number {
		color: white;
		font-size: 35px;
		letter-spacing: 2px;
		margin-left: 8px;
	}



	.header .top .contacts-mobile .email {
		margin-top: 7px;
		width: 240px;
		overflow: hidden;
	}

	.header .top .contacts-mobile .email a {
		color: white;
	}

	.header .top .contacts-mobile .email img {
		width: 25px;
	}

	.header .top .contacts-mobile .email .email-text {
		color: white;
		font-size: 19px;
		margin-left: 8px;
	}


	/*OFFER*/

	h1 {
		font-size: 32px;
		line-height: 34px;
	}


	.header .offer {

		margin-top: 35px;

	}

	.header .offer h3 {

		font-size: 24px;
		letter-spacing: 2px;
		margin-top: 7px;

	}

	.header .offer .text {
		font-size: 27px;
	}
}

@media screen and (max-width:600px) {

	.a-button.dsp {

		display: none;

	}


	.header .offer .utp {

		margin-top: 10px;

	}


	.header .offer .utp:hover {
		/* Для Firefox */
		/* Для IE */
		-webkit-transform: rotate(1deg);
		/* Для Safari, Chrome, iOS */
		/* Для Opera */
		transform: rotate(1deg);

	}
}


@media screen and (max-width:520px) {
	.header .offer .utp {
		width: 320px;
	}

	.additional-services-mobile{
		display: block;
	}
	.additional-services{
		display: none;
	}


	.additional-services-box img{
		width: 98px;
		height: 74px;
		margin-right: 8px;
		display: block;
		border-radius: 6px;
		    object-fit: cover;
	}
	.additional-services-box {
    width: 100%;
    display: flex;
    background: #F3F3F3;
    border-radius: 6px;
    margin-bottom: 12px;
}
.services-box-tittle {
    text-align: left;
    position: relative;
    top: 0;
    color: #000;
}
.services-box-tittle p{
	text-transform: initial;
	font-size: 10px;
line-height: 121.18%;
}
.services-box-tittle strong{
	font-size: 12px;
line-height: 121.18%;
display: block;
}

.services-box-tittle{
	font-size: 12px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}


	.header .offer .utp .text-mob {
		display: block;
		font-size: 18px;
		line-height: 24px;
		font-weight: 400;
		color: #ffe4b4;
		letter-spacing: 0px;
		float: none;
		text-transform: uppercase;
		-webkit-transition: 1s;
		transition: 1s;
	}

	.header .offer .utp .text-mob span {
		color: #ffe4b4;
		font-size: 25px;
		font-weight: 400;
		font-family: arial;
	}

	.top {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.email {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.header .top .contacts-mobile .phone {
		overflow: hidden;
	}

	.header .top .contacts-mobile .phone .number {
		font-size: 28px;
		letter-spacing: 0px;
	}


	/*OFFER*/

	h1 {
		font-size: 29px;
		line-height: 31px;
	}

	.header .offer {
		margin-top: 40px;
	}

	.header .offer h3 {
		font-size: 21px;
		letter-spacing: 1px;
	}

	.header .offer .text {
		font-size: 24px;
	}

	#eggs .item {
		width: 100%;
	}

	#review .item {
		width: 100%;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 40px;
		float: none;
	}

	#review img {
		width: 170px;
	}

	#review .item-6 {
		margin-bottom: 0px;
	}

	#whywe .item {
		width: 100%;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 40px;
		float: none;
	}

	#whywe .item-6 {
		margin-bottom: 0px;
	}
}

@media screen and (max-width:400px) {
	.header .offer .utp {
		width: 285px;
	}

	.header .offer .utp .text-mob {
		display: block;
		font-size: 16px;
		line-height: 22px;
		font-weight: 400;
		color: #ffe4b4;
		letter-spacing: 0px;
		float: none;
		text-transform: uppercase;
		-webkit-transition: 1s;
		transition: 1s;
	}

	.header .offer .utp .text-mob span {
		color: #ffe4b4;
		font-size: 21px;
		font-weight: 400;
		font-family: arial;
	}



	/*OFFER*/
	h1 {
		font-size: 24px;
		line-height: 28px;
	}

	.header .offer {
		margin-top: 30px;
	}

	.header .offer h3 {
		font-size: 19px;
		letter-spacing: 0px;
	}

	.header .offer .text {
		font-size: 24px;
	}
}

/*БЛОК ВИДЕО*/

.video-top {

	display: none;
}

/*БЛОК ПРЕИМУЩЕСТВ*/
#eggs {}

#eggs .items .item h3 {
	font-size: 21px;
	line-height: 23px;
	letter-spacing: 0px;
}

#eggs p {
	color: #5d5d5d;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0px;
}

#eggs img {
	width: 80px;
	margin-bottom: 15px;
	-webkit-transition: 1s;
	transition: 1s;
}




#eggs .item .line {
	background: #4d361a;
	margin: 0 auto;
	width: 40%;
	margin-top: 15px;
	margin-bottom: 10px;
}



#eggs .items {}

#eggs .item {
	width: 28%;
	text-align: center;
	margin: 0px 0px 0px 4.1%;
	float: left;
}


@media screen and (max-width:1050px) {
	#eggs .items {
		text-align: center;
	}

	#eggs .item {
		width: 70%;
		text-align: center;
		margin: 0 auto;
		margin-bottom: 50px;
		float: none;
	}

	#eggs .last {
		margin-bottom: 0px;
	}
}

/* ВЕСЬ АССОРТИМЕНТ*/

#allgoods {
	background: url(../img/allgoods/bg.jpg) 50% 0;
	margin: 0 auto;
	box-shadow: inset 0 5px 111px rgba(177, 202, 224, 0.91);
}

#allgoods h2 {
	padding-bottom: 50px;
}

#allgoods img {
	width: 100%;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	border-radius: 7px 7px 0px 0px;
	-moz-border-radius: 7px 7px 0px 0px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 7px 7px 0px 0px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 7px 7px 0px 0px;
	/*закругление углов (Safari)	*/
}

#allgoods .items {
	padding-top: 10px;
	overflow: hidden;
}

#allgoods .items-1 {
	margin-bottom: 40px;
}

#allgoods .items-2 {
	margin-bottom: 40px;
}

#allgoods .item {
	background: white;
	width: 23%;
	height: 265px;
	text-align: center;
	margin: 0px 0px 0px 1.70%;
	float: left;
	margin-bottom: 10px;
	cursor: pointer;
	box-shadow: 0 1px 1px 2px rgba(59, 43, 36, 0.25);
	/*border:3px solid rgba(0, 0, 0, 0.75);*/
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 7px 7px 7px 7px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 7px 7px 7px 7px;
	/*закругление углов (Safari)	*/
	-webkit-transition: 0.3s;
	transition: 0.3s;
}

#allgoods .item:hover {


	-webkit-transform: scale(1.015);
	transform: scale(1.015);
	box-shadow: 0 2px 5px 2px rgba(44, 103, 153, 0.3);
	-webkit-transition: 0.35s;
	transition: 0.35s;
}



#allgoods .item-text {
	margin-top: 10px;

	font-size: 20px;
	letter-spacing: 0px;
	font-weight: 500;
	color: #313131;
	text-transform: uppercase;


}

@media screen and (max-width:1100px) {

	#allgoods {

		background: url(../img/allgoods/bg.jpg) 50% 0;
		margin: 0 auto;
		box-shadow: inset 0 5px 111px rgba(177, 202, 224, 0.91);


	}





	#allgoods .item {

		width: 35%;
		margin: 0px 0px 0px 9.9%;
		height: 100%;
		margin-bottom: 10px;


	}

	#allgoods .items-1 {

		margin-bottom: 0px;

	}


	#allgoods .items-mobile {
		padding-top: 10px;
		overflow: hidden;


	}

	#allgoods .item-text {

		margin-bottom: 25px;
		font-size: 23px;


	}

	#allgoods .items-mobile-1 {

		padding-bottom: 40px;

	}

}

@media screen and (max-width:800px) {

	#allgoods .item-text {
		margin-bottom: 18px;
		font-size: 20px;
	}

	#allgoods .item {
		width: 38%;
		margin: 0px 0px 0px 7.7%;
		height: 100%;
		margin-bottom: 10px;
	}
}

@media screen and (max-width:640px) {
	#allgoods {

		display: none;


	}

	#allgoods h2 {

		color: #252525;
		padding-bottom: 50px;

	}

	#allgoods .item-text {
		margin-top: 22px;
		font-size: 25px;


	}


	#allgoods .items-mobile .item {

		float: none;
		width: 75%;

		margin: 8px auto 40px;


	}

	#allgoods .items-mobile .item-12 {


		margin: 0 auto 10px;


	}

	#allgoods .items-mobile .item-8 {


		margin: 0 auto 10px;


	}

	#allgoods .items-mobile-1 {

		padding-bottom: 0px;
	}

	#allgoods .items-mobile {
		padding-top: 0px;



	}

	#allgoods .item-8 {

		margin-bottom: 0px;

	}





}

@media screen and (max-width:410px) {



	#allgoods .item-text {
		margin-top: 22px;
		font-size: 20px;


	}




}

/*catalog*/

.catalog {

	background: #fbfbfb;
	box-shadow: inset 0 5px 82px rgba(194, 194, 194, 0.3);
}

.catalog h3 {

	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-align: left;
}

.catalog h2 {
	padding-bottom: 0px;
	margin-bottom: 0px;
}

.catalog .utp {
	padding-top: 23px;
	color: #ad6d2f;
	font-size: 26px;
	line-height: 33px;
	padding-bottom: 50px;
	text-transform: uppercase;
}

.catalog .utp span {
	color: #ad6d2f;
	font-size: 32px;

}

.catalog button {

	margin-top: 10px;


}


.catalog .items {
	width: 100%;
	background: white;
	padding: 15px 0px 15px 0px;
	margin-bottom: 50px;
	overflow: hidden;
	-webkit-transition: 0.1s;
	transition: 0.1s;
	border: 2px solid rgba(153, 119, 103, 0.5);
	box-shadow: 0 0 15px rgba(153, 119, 103, 0.20);
	border-radius: 7px;
	-moz-border-radius: 7px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 7px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 7px;
	/*закругление углов (Safari)	*/

}



.catalog .last {

	margin-bottom: 0px;
}

.catalog .item {}

.catalog .item-1 {

	margin-left: 1.8%;
	margin-right: 2.75%;
	width: 45%;
	float: left;



}

.catalog .item-1 img {

	width: 100%;
	border: 1.5px solid rgba(153, 119, 103, 0.5);
	box-shadow: 0 0 3px rgba(153, 119, 103, 0.25);
	border-radius: 3px;
	-moz-border-radius: 3px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 3px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 3px;
	/*закругление углов (Safari)	*/

}

.catalog .item-2 {

	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	width: 48.5%;

}


.catalog .text {


	font-size: 17px;
	line-height: 25px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #4b4b4b;


}

.catalog .text span {

	font-weight: 600;

}

.catalog .cta-text {


	font-size: 19px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #222222;
	margin-bottom: 7px;


}



.catalog .price {

	font-size: 28px;
	font-weight: 400;
	margin-bottom: 25px;

}

.catalog .price span {

	font-size: 20px;
	color: #ad6d2f;

}




.catalog .mob-img {

	display: none;

}

.catalog .price-mob {

	display: none;
}


.catalog .prof-color {

	width: 100%;
	overflow: hidden;
	padding-top: 35px;

}

.catalog .prof-color .description {

	margin-bottom: 22px;
	font-size: 22px;
}

.catalog .prof-color .color {
	margin: 0 0 0 1%;
	width: 52px;
	padding-bottom: 2px;
}

.catalog .prof-color .color .text {

	font-size: 11px;
	line-height: 13px;
}

.catalog .prof-color img {
	border: 1px solid rgba(0, 0, 0, 0.17);
	width: 100%;

}

@media screen and (max-width:970px) {

	.catalog .desk-img {

		display: none;

	}

	.catalog .mob-img {

		display: block;

	}

	.catalog h2 {

		line-height: 36px;
		padding-bottom: 15px;
	}

	.catalog h3 {
		line-height: 32px;
		text-align: center;
	}








	.catalog .items {

		padding: 15px;
		padding-bottom: 35px;
		margin-bottom: 50px;


	}

	.catalog .last {

		margin-bottom: 0px;
	}

	.catalog .item-1 {
		text-align: center;
		margin: 0 auto;

		width: 75%;
		float: none;



	}

	.catalog .item-1 img {

		width: 100%;




	}

	.catalog .item-2 {

		text-align: center;
		margin-bottom: 15px;
		float: none;
		width: 90%;
		margin: 0 auto;
		margin-top: 30px;

	}

	.catalog .line {

		float: none;
		margin: 15px auto 10px;
	}

	.catalog .text {

		text-align: left;
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0px;
		font-weight: 400;
		color: #4b4b4b;


	}

	.catalog .text span {

		font-weight: 600;

	}

	.catalog .cta-text {

		text-align: center;
		font-size: 19px;
		letter-spacing: 0px;
		font-weight: 400;
		color: #222222;
		margin-bottom: 10px;

	}



	.catalog .price {
		text-align: center;
		font-size: 28px;
		font-weight: 400;
		margin-bottom: 25px;

	}

	.catalog .price span {

		font-size: 20px;
		color: #ad6d2f;

	}

	.catalog .price-mob {
		display: none;
		text-align: center;
		font-size: 26px;
		letter-spacing: 0px;
		font-weight: 400;
		margin-bottom: 18px;

	}

	.catalog .price-mob span {

		font-size: 19px;
		color: #ad6d2f;

	}

	.catalog button {


		margin-top: 10px;

	}

}

@media screen and (max-width:750px) {



	.catalog h2 {



		padding-bottom: 15px;
	}

	.catalog h3 {

		text-align: center;
	}



	.catalog .utp {


		font-size: 23px;
		line-height: 29px;
		padding-bottom: 50px;

	}




	.catalog .items {

		padding: 15px;
		padding-bottom: 35px;
		margin-bottom: 50px;


	}


	.catalog .item-1 {
		text-align: center;
		margin: 0 auto;
		width: 97%;
		float: none;



	}

	.catalog .item-1 img {

		width: 100%;




	}

	.catalog .item-2 {
		text-align: center;
		margin-bottom: 15px;
		float: none;
		width: 97%;
		margin: 0 auto;
		margin-top: 20px;

	}

	.catalog .line {

		float: none;
		margin: 15px auto 10px;
	}

	.catalog .text {

		text-align: left;
		font-size: 17px;
		line-height: 25px;
		letter-spacing: 0.3px;
		font-weight: 400;
		color: #4b4b4b;


	}

	.catalog .text span {

		font-weight: 600;

	}

	.catalog .cta-text {

		text-align: center;
		font-size: 19px;
		letter-spacing: 0px;
		font-weight: 400;
		color: #222222;


	}



	.catalog .price {
		text-align: center;
		font-size: 28px;
		font-weight: 400;
		margin-bottom: 25px;

	}

	.catalog .price span {

		font-size: 20px;
		color: #ad6d2f;

	}


	.catalog button {


		margin-top: 10px;

	}

}



@media screen and (max-width:550px) {
	.catalog h3 {
		font-size: 25px;
		line-height: 27px;

	}

	.catalog .utp {
		margin: 0 auto;
		width: 98%;
		padding-top: 0px;
		color: #ad6d2f;
		font-size: 19px;
		letter-spacing: 0px;
		line-height: 22px;
		padding-bottom: 40px;
		text-transform: uppercase;
	}

	.catalog .utp span {
		font-size: 23px;
	}

	.catalog .price {
		display: none;

	}



	.catalog .price-mob {
		display: block;


	}

	.catalog .cta-text {


		display: none;



	}

	.catalog .text {


		font-size: 15px;
		line-height: 21px;
		letter-spacing: 0px;


	}

	.catalog .popup-button {
		font-size: 17px;
		letter-spacing: 0px;
		width: 250px;
	}



}





/*Как мы работаем*/


#howwework {



	/*background-image: linear-gradient( #575757, #3d3d3d);*/
	/*background-color:#5d6c6f;*/
	background: url(../img/howwework/bg.jpg) 50% 0;
	margin: 0 auto;
	box-shadow: inset 0 5px 82px rgba(32, 44, 59, 0.5);

}

#howwework .wrapper {}



#howwework h2 {

	color: white;

}

#howwework h3 {

	font-size: 18px;
	line-height: 18px;
	color: white;

	margin-bottom: 15px;
}

#howwework p {

	font-size: 16px;
	color: white;

}


#howwework .items {


	overflow: hidden;

}

#howwework .item {

	width: 17%;
	text-align: center;
	margin: 10px 0px 0px 0.3%;

	float: left;

}



#howwework .item .round {
	width: 88%;
	-webkit-transition: 1s;
	transition: 1s;
	margin-bottom: 15px;
	border: 3px solid #eaeaea;
	border-radius: 550px;
	/* Радиус скругления */
	/* border: 3px solid #ff8817;*/
	/* Параметры рамки */
	-moz-border-radius: 550px;
	-webkit-border-radius: 550px;
	-khtml-border-radius: 550px;


}


#howwework .number {
	z-index: 1;
	display: none;


}







#howwework .arrow {


	width: 3.3%;
	float: left;
	margin-top: 7.1%;


}



#howwework .arrow img {


	width: 100%;
	opacity: 0.9;
	-webkit-transition: 1s;
	transition: 1s;

}


#howwework .arrow img:hover {


	width: 100%;
	opacity: 0.3;
	cursor: pointer;
	-webkit-transform: scale(1.07);
	transform: scale(1.07);
	-webkit-transition: 1s;
	transition: 1s;

}







#howwework .popup-button {

	display: none;


}


@media screen and (max-width:920px) {


	#howwework {

		background-image: -webkit-gradient(linear, left top, left bottom, from(#3f2c18), to(#291e12));

		background-image: linear-gradient(#3f2c18, #291e12);


	}

	#howwework .items {

		overflow: visible;
		text-align: center;

	}

	#howwework h3 {

		font-size: 30px;
		line-height: 30px;
	}

	#howwework p {

		font-size: 19px;
		line-height: 19px;


	}



	#howwework .arrow {

		display: none;

	}



	#howwework .number {

		display: block;
		color: white;
		font-size: 27px;
		line-height: 40px;
		background: #6baf0b;
		width: 40px;
		height: 40px;
		position: absolute;
		top: -4%;
		left: 15%;
		z-index: 1;

		box-shadow: 0 0 3px rgba(153, 119, 103, 0.45);
		border-radius: 444px;
		-moz-border-radius: 444px;
		/*закругляем углы для Mozilla*/
		-webkit-border-radius: 444px;
		/*закругляем углы для Chrome, Safari*/
		-khtml-border-radius: 444px;
		/*закругление углов (Safari)	*/
	}




	#howwework .item {

		width: 90%;
		text-align: center;
		margin: 0 auto 80px;
		overflow: visible;
		float: none;
		position: relative;
	}



	#howwework .item .round {

		width: 40%;
		margin-bottom: 25px;

	}

	#howwework .popup-button {
		display: block;
		margin: 30px auto 80px;

	}


	#howwework .item-1 {


		margin-bottom: 0px;


	}


	#howwework .item-5 {


		margin-bottom: 0px;


	}







}

@media screen and (max-width:530px) {

	#howwework {}


	#howwework .items {

		overflow: visible;
		text-align: center;

	}

	#howwework p {

		font-size: 17px;
		line-height: 18px;


	}

	#howwework .arrow {

		display: none;

	}



	#howwework .number {



		position: absolute;
		top: -4%;
		left: 4%;

	}





	#howwework .item {

		width: 80%;
		text-align: center;
		margin: 0 auto 60px;
		overflow: visible;
		float: none;
		position: relative;
	}

	#howwework .popup-button {

		margin: 30px auto 60px;
		width: 240px;
	}


	#howwework .item-1 {


		margin-bottom: 0px;


	}

	#howwework .item-5 {


		margin-bottom: 0px;


	}



	#howwework .item .round {

		width: 60%;

		margin-bottom: 25px;


	}



}

/*PROBLEMS*/
.problems {
	box-shadow: inset 0 5px 82px rgba(194, 194, 194, 0.9);
	background-color: #e8e8e8;
}

.problems h2 {

	font-weight: 600;
	line-height: 30px;
	padding-bottom: 30px;
	color: red;
	text-align: left;
}

.problems h2 span {

	font-size: 23px;

	color: #2f2f2f;
}

.problems h3 {

	font-size: 27px;
	line-height: 27px;
	margin-top: 15px;
}

.problems p {

	font-size: 18px;

}

.problems p span {

	font-size: 18px;
	font-weight: 600;
}

.problems .red {
	font-size: 20px;
	line-height: 22px;
	color: red;
	text-transform: uppercase;


}

.problems .items {

	overflow: hidden;
}

.problems .item-1 {
	width: 40%;
	margin-right: 3%;

}

.problems .item-2 {

	width: 57%;

}

.problems .item-1 img {
	width: 100%;
	display: block;
	margin-bottom: 30px;
	border: 1.5px solid rgba(153, 119, 103, 0.5);
	box-shadow: 0 0 3px rgba(153, 119, 103, 0.45);
	border-radius: 3px;
	-moz-border-radius: 3px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 3px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 3px;
	/*закругление углов (Safari)	*/
}

.problems .item-2 img {
	margin-top: 2px;
	width: 18px;
	margin-right: 7px;

}

.problems .solution {

	overflow: hidden;

}

.problems .button {

	width: 80%;
	height: 50px;
	margin-top: 0px;
	font-size: 19px;
	line-height: 50px;
	font-weight: 500;
	background-color: #6baf0b;
	text-transform: uppercase;
	color: white;
	border: none;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 35px;
	-moz-border-radius: 35px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 35px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 35px;
	/*закругление углов (Safari)	*/


}

.problems .button:hover {


	background-color: #7ec31d;



}

.problems .solution img {
	margin-top: 0px;
	margin-right: 10px;
	width: 7%;


}

@media screen and (max-width:1160px) {

	.problems {
		display: none;
	}


}

/*fotogallery*/
.fotogallery .wrapper {
	max-width: 1260px;
}

.fotogallery h2 {
	padding-bottom: 30px
}

.fotogallery p {
	font-size: 19px;
	padding-bottom: 50px
}


@media screen and (max-width:700px) {


	.fotogallery p {

		width: 100%;


	}

}

/*О НАС*/

#aboutus {


	background-color: #e8e8e8;
	box-shadow: inset 0 5px 82px rgba(194, 194, 194, 0.9);

}

#aboutus .wrapper {}

#aboutus h3 {


	font-size: 33px;
	line-height: 33px;
	text-transform: none;


}

#aboutus h2 {


	padding-bottom: 80px;


}

#aboutus .video-3 h2 {

	padding-top: 15px;
	padding-bottom: 65px;


}


#aboutus .video h3 {


	margin-bottom: 30px;
	text-transform: uppercase;



}

#aboutus img {


	width: 100%;


}


#aboutus .items {


	overflow: hidden;



}

#aboutus .items-1 {
	padding-top: 10px;
	/*margin-bottom:70px;*/

}

#aboutus .item {

	width: 23%;
	text-align: center;
	margin: 0px 0px 0px 1.62%;

	float: left;
}

#aboutus .item-text {
	margin-top: 15px;
	font-size: 21.5px;
	color: #383838;



}

#aboutus .item-text-1 {

	font-size: 16px;

	color: #575757;



}


#aboutus .items-2 {




	overflow: hidden;
	padding-top: 10px;
	padding-left: 10px;

}

#aboutus .items-2 .item-text {



	overflow: hidden;

}


#aboutus .items-2 h3 {


	margin-bottom: 40px;
	text-align: left;

}

#aboutus .items-2 p {

	font-size: 19px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	color: #555555;


}

#aboutus img {

	box-shadow: 0 0 3px rgba(84, 84, 84, 0.8);
	-webkit-transition: 0.55s;
	transition: 0.55s;
}

#aboutus img:hover {


	-webkit-transform: scale(1.025);
	transform: scale(1.025);

	-webkit-transition: 0.55s;

	transition: 0.55s;
	cursor: pointer;

}

#aboutus .items-2 img {

	width: 43%;
	float: left;
	margin-right: 25px;
	margin-bottom: 15px;

}

#aboutus .items-3 {


	margin-top: 25px;
	margin-bottom: 40px;
	overflow: hidden;
	padding-top: 10px;
	padding-right: 10px;


}


#aboutus .items-3 h3 {

	text-align: left;

	margin-bottom: 40px;


}

#aboutus .items-3 p {

	font-size: 19px;
	line-height: 20px;
	font-weight: 400;
	text-align: left;
	color: #555555;


}

#aboutus .items-3 img {

	width: 43%;
	float: right;
	margin-left: 25px;
	margin-bottom: 15px;

}

#aboutus .videos-1 {
	overflow: hidden;
	margin-bottom: 45px;

}

#aboutus .videos-2 {
	overflow: hidden;
	margin-bottom: 85px;

}

#aboutus .video {

	float: left;

	margin: 0px 0px 0px 4.65%;

}

#aboutus .video iframe {

	width: 500px;
	height: 281px;
	box-shadow: 0 0 3px rgba(84, 84, 84, 0.8);

}

#aboutus .video h3 {


	margin-bottom: 25px;
	font-weight: 400;
	font-size: 27px;
}

#aboutus .items-4 h2 {

	padding-bottom: 65px;

}

#aboutus .items-4 {

	width: 100%;


}

#aboutus .items-4 .item {

	width: 15%;
	text-align: center;
	margin: 0px 0px 0px 1.45%;
	float: left;

}

@media screen and (max-width:1180px) {


	#aboutus .videos-1 {
		overflow: hidden;
		margin-bottom: 0px;

	}

	#aboutus .videos-2 {
		overflow: hidden;


	}

	#aboutus .video {

		float: none;
		text-align: center;
		margin: 0 auto 35px;


	}

	#aboutus .video iframe {

		width: 650px;
		height: 366px;
	}

	#aboutus .video h3 {


		margin-bottom: 25px;
		font-weight: 400;
		font-size: 27px;
	}



}

@media screen and (max-width:1100px) {

	#aboutus {


		background-color: #f2f2f2;


	}

	#aboutus .item {

		width: 40%;
		margin: 0px 0px 0px 6.3%;


	}

	#aboutus .items-1 {

		margin-bottom: 0px;

	}


	#aboutus .items-mobile {

		overflow: hidden;



	}

	#aboutus .item-text {

		font-size: 24px;



	}

	#aboutus .items-mobile-1 {

		margin-bottom: 20px;

	}

	#aboutus .items-mobile-2 {

		margin-bottom: 0px;

	}

	#aboutus .items-4 {

		width: 100%;


	}

	#aboutus .items-4 .item {

		width: 24%;
		text-align: center;
		margin: 0px 0px 0px 7.05%;
		float: left;

	}



	#aboutus .videos-2 {

		margin-bottom: 50px;

	}


}

@media screen and (max-width:800px) {
	#aboutus .items-4 .item {
		width: 30%;
		text-align: center;
		margin: 0px 0px 0px 2.4%;
		float: left;
	}

	#aboutus .item-text {
		font-size: 21px;
	}

	#aboutus .video iframe {
		width: 560px;
		height: 315px;
	}

	.slick-arrow {
		display: none !important;
	}
}

@media screen and (max-width:630px) {


	#aboutus .video iframe {

		width: 500px;
		height: 281px;

	}

	#aboutus .videos-2 {

		margin-bottom: 35px;

	}


}

@media screen and (max-width:610px) {


	#aboutus .video h3 {


		margin-bottom: 18px;
		font-weight: 400;
		font-size: 24px;
		line-height: 24px;
	}


	#aboutus .items-2 h3 {



		margin-bottom: 25px;


	}

	#aboutus .items-2 p {

		font-size: 16px;
		line-height: 17px;
		font-weight: 400;



	}


	#aboutus .items-3 h3 {



		margin-bottom: 25px;


	}

	#aboutus .items-3 p {

		font-size: 16px;
		line-height: 17px;
		font-weight: 400;



	}

	#aboutus .items-2 {


		margin-top: 23px;




	}

	#aboutus .item-text {

		font-size: 21px;
		line-height: 21px;


	}

	#aboutus .item-text-1 {

		margin-top: 5px;
		font-size: 15px;
		line-height: 15px;


	}

	#aboutus .items-2 {

		text-align: center;

	}


	#aboutus .items-2 img {

		width: 100%;
		float: none;
		margin-right: 0px;
		margin-bottom: 30px;

	}


	#aboutus .items-3 {

		text-align: center;

	}


	#aboutus .items-3 img {

		width: 100%;
		float: none;
		margin-left: 0px;
		margin-bottom: 30px;

	}


	#aboutus .video iframe {

		width: 100%;
		height: 100%;

	}

	#aboutus .video {


		margin-bottom: 55px;

	}



	#aboutus .video iframe {

		width: 400px;
		height: 225px;
	}

}

@media screen and (max-width:460px) {

	#aboutus {}



	#aboutus .video iframe {

		width: 320px;
		height: 180px;
	}

}

/*review*/

#review {
	background-color: #e8e8e8;
	box-shadow: inset 0 5px 82px rgba(194, 194, 194, 0.9);
}

#review h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 0px;
}

#review p {
	color: #525252;
	font-weight: 400;
	font-size: 16px;
	letter-spacing: 0px;
}

#review img {
	width: 180px;
	border: 3px solid rgba(59, 43, 36, 0.35);
	margin-top: 10px;
	margin-bottom: 15px;
	-webkit-transition: 0.7s;
	transition: 0.7s;
}

#review .line {
	width: 70%;
}

#review .item- {
	background-color: #527a47;
}

#review .items {
	display: block;
	overflow: hidden;
}

#review .items-1 {
	width: 100%;
	margin-bottom: 60px;
}

#review .item {
	width: 28%;
	text-align: center;
	margin: 0px 0px 0px 4.1%;
	float: left;
}

#review .items-mobile {
	display: none;
}


@media screen and (max-width:1050px) {

	#review h3 {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 10px;
	}

	#review .items-mobile {
		display: block;
	}

	#review .items-mobile-1 {
		overflow: hidden;
		margin-bottom: 80px;
	}

	#review .items-mobile-2 {
		margin-bottom: 0px;
	}

	#review .items {
		display: none;
	}

	#review .item {
		width: 40%;
		margin: 0px 0px 0px 6.7%;
	}
}



@media screen and (max-width:680px) {
	#review .items-mobile {
		display: none;
	}

	#review .items {
		display: block;
		text-align: center;
	}

	#review .items-1 {
		width: 100%;
		margin-bottom: 0px;
	}

	#review .item {
		width: 90%;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 50px;
		float: none;
	}

	#review .item-6 {
		margin-bottom: 0px;
	}
}



/*whywe*/

#whywe {

	background-color: #ffffff;

}

#whywe h3 {

	font-size: 23px;
	margin-bottom: 0px;

}


#whywe p {

	color: #525252;
	font-weight: 400;
	font-size: 17px;
	letter-spacing: 0px;
}

#whywe .line {
	background-color: rgba(59, 43, 36, 1);
	width: 25%;
	margin: 0 auto;
	margin-top: 8px;
	margin-bottom: 10px;
}

#whywe img {

	width: 100px;
	margin-bottom: 15px;
	-webkit-transition: 1s;
	transition: 1s;

}

#whywe .item- {
	background-color: #527a47;
}

#whywe .items {
	display: block;
	overflow: hidden;
}

#whywe .items-1 {
	width: 100%;
	margin-bottom: 60px;
}


#whywe .item {

	width: 28%;
	text-align: center;
	margin: 0px 0px 0px 4.1%;

	float: left;

}

#whywe .items-mobile {

	display: none;

}

@media screen and (max-width:1050px) {

	#whywe h3 {
		font-size: 22px;
		margin-bottom: 10px;
		margin-top: 10px;
	}


	#whywe .items-mobile {
		display: block;
	}

	#whywe .items-mobile-1 {
		overflow: hidden;
		margin-bottom: 80px;
	}

	#whywe .items-mobile-2 {
		margin-bottom: 0px;
	}

	#whywe .items {
		display: none;
	}

	#whywe .item {
		width: 40%;
		margin: 0px 0px 0px 6.7%;
	}
}

@media screen and (max-width:680px) {
	#whywe .items-mobile {
		display: none;
	}

	#whywe .items {
		display: block;
		text-align: center;
	}

	#whywe .items-1 {
		width: 100%;
		margin-bottom: 0px;
	}

	#whywe .item {
		width: 90%;
		text-align: center;
		margin: 0px auto;
		margin-bottom: 50px;
		float: none;
	}

	#whywe .item-6 {
		margin-bottom: 0px;
	}
}


/* Вопросы*/

#questions {
	background: url(../img/questions/bg.jpg) 50% 0;
	margin: 0 auto;
	box-shadow: inset 0 5px 82px rgba(45, 45, 45, 0.9);
}

#questions h2 {
	color: white;
	padding-bottom: 10px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}


#questions h3 {
	color: white;
	font-size: 25px;
	line-height: 27px;
	font-weight: 400;
	padding-bottom: 75px;
	letter-spacing: 1px;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
}



/*Настройки формы*/

#questions .mainform {
	border: 1px solid #858585;
	background-color: rgba(34, 34, 34, 0.70);
	width: 330px;
	height: 370px;
	text-align: center;
	margin: 0 auto;
	border-radius: 6px;
}

#questions .formtext {
	color: white;
	font-size: 24px;
	text-transform: uppercase;
	width: 280px;
	margin: 30px auto 20px;
	letter-spacing: 1px;
}


/*Настройки инпут*/

#questions .mainform .input {
	margin-top: 16px;
	width: 277px;
	height: 35px;
	border-radius: 4px;

	-moz-border-radius: 4px;
	/*закругляем углы для Mozilla*/
	-webkit-border-radius: 4px;
	/*закругляем углы для Chrome, Safari*/
	-khtml-border-radius: 4px;
	/*закругление углов (Safari)	*/
	letter-spacing: 1px;
	border: none;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1) inset;


	padding-left: 25px;
	/*отступ слева от ввода, чтобы текст не был на картинке(выбирать по размеру картинки)*/
	font-size: 18px;
	/*размер шрифта*/
	box-sizing: border-box;
	color: #6f533d;
}



/*Цвет шрифта в окне инпут*/

::-webkit-input-placeholder {
	color: #879f52;
}

::-moz-placeholder {
	/* Firefox 19+ */
	color: #879f52;
}

:-ms-input-placeholder {
	color: #879f52;
}

#questions input:focus {
	background-color: #fffcf9;
	outline-style: auto;
	outline-color: rgb(135, 159, 82);
	outline-offset: 0px;
}



#questions .popup-text {
	margin-top: 25px;
	text-align: center;
	color: white;
	font-size: 18px;
	font-weight: 300;
	letter-spacing: 1px;
}


@media screen and (max-width:800px) {
	#questions h3 {
		font-size: 23px;
		line-height: 25px
	}
}


@media screen and (max-width:650px) {
	#questions h2 {
		font-size: 36px;
		line-height: 38px;
	}
}


@media screen and (max-width:530px) {
	#questions h2 {
		font-size: 32px;
		line-height: 34px
	}

	#questions h3 {
		font-size: 20px;
		line-height: 22px
	}

	#questions .mainform {
		width: 300px;
	}

	#questions .formtext {
		width: 270px;
	}

	#questions button {
		width: 257px;
	}

	#questions .mainform .input {
		width: 257px;
	}
}


@media screen and (max-width:400px) {
	#questions h2 {
		font-size: 28px;
		line-height: 28px
	}

	#questions h3 {
		font-size: 18px;
		line-height: 20px
	}
}


/*FOOTER*/
.footer {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: #ededed;
}

.footer-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	width: 1200px;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer .logo {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 240px;
}

.footer img {
	width: 100%;
}

.footer .text {
	font-size: 19px;
	font-weight: 300;
	color: #252525;
	letter-spacing: 1px;
}

.footer-description {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	font-size: 15px;
	text-align: center;
	line-height: 25px;
}

.footer .privacypolicy {
	width: 100%;
	overflow: hidden;
}

.footer .privacypolicy a:hover {
	color: #ccff89;
	-webkit-transition: 0.25s;
	transition: 0.25s;
}

.footer .conf {
	text-align: center;
	color: #676767;
	text-decoration: underline;
	font-size: 15px;
}

.footer .conf-text {
	color: #676767;
	font-size: 13px;
	width: 100%;
	margin-top: 4px;
}

.marquiz-pops {
	text-align: center;
	padding-bottom: 20px;
}

.marquiz-pops__body {
	color: tomato;
}

/*КОНТАКТЫ */

.footer .contacts .phone {
	overflow: hidden;
}

.footer .contacts .phone .number {
	color: #393939;
	font-size: 28px;
	letter-spacing: 2px;
	margin-left: 10px;
	float: right;
}

.footer .contacts {
	float: right;
}

.footer .contacts .email {
	margin-top: 8px;
}

.footer .contacts .email img {
	width: 25px;
	float: right;
}

.footer .contacts .email .email-text {
	float: right;
	margin-left: 8px;
}

.footer .contacts .email .email-text a {
	color: #393939;
	font-size: 19px;
}


@media screen and (max-width:1150px) {
	.footer .logo {
		margin-right: 20%;
	}

	.footer .description {
		width: 400px;
	}
}

@media screen and (max-width:1090px) {
	.footer .logo {
		margin-right: 15%;
	}
}

@media screen and (max-width:1030px) {
	.footer .logo {
		margin-right: 12%;
	}
}


@media screen and (max-width:970px) {
	.footer .logo {
		margin-right: 0%;
	}

	.footer .description {
		margin: 0 auto 20px;
		margin-top: 130px;
		font-size: 15px;
		line-height: 20px;
		width: 100%;
		text-align: center;
		letter-spacing: 1px;
		float: none;
		clear: both;
	}
}

.wrptxt {
	max-width: 1200px;
	margin: 0 auto;
	padding-bottom: 45px;
	padding-left: 15px;
	padding-right: 15px;
	overflow: hidden;
	text-align: justify;
}

.catalog h2 {
	font-size: 34px;
	font-weight: 400;
	letter-spacing: 0px;
	margin-bottom: 20px;
	text-align: center;
}


.col-text {
	width: 57%;
	margin-right: 3%;
	text-align: center;
}

.col-button {
	width: 40%;
	margin-top: 15px;
}

.sq {
	background: #0C0C0C;
}

.tlt {
	color: #6BAF0B;
	text-transform: uppercase;
	font-size: 28px;
	font-weight: 600;
}

.desk {
	color: white;
	font-size: 20px;
}

.deskmin {
	color: #c1c1c1;
	font-size: 16px;
}

.marquiz__button {
	border: 1px solid #51b905 !important;
	background-color: #51b905 !important;
}

.marquiz__button_fixed {
	color: white;
}

.slick-prev {
	background-image: url(../img/icons/icon-prev.png);
	background-repeat: no-repeat;
	background-position: right;
	background-size: 80%;
}

.slick-next {
	background-image: url(../img/icons/icon-next.png);
	background-repeat: no-repeat;
	background-position: left;
	background-size: 80%;
}

.gates {
	padding: 50px 0;
	background-color: rgba(208, 207, 203, 0.9);
}

.cont {
	width: 1140px;
	margin-left: auto;
	margin-right: auto;
}

.gates-title {
	padding-bottom: 45px;
}

.gates-box {
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}

.gates-box-image {
	width: 500px;
	height: auto;
	margin-right: 30px;
	box-shadow: 0 0 10px rgba(44, 16, 0, 0.5);
}

.gates-box-desc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
}

.gates-desc {
	margin-left: auto;
	margin-right: auto;
	margin-top: 50px;
	font-size: 27px;
	text-align: center;
	padding: 10px 20px;
	border: 1px solid #6baf0b;
}

.gates-desc-title {
	font-size: 27px;
	margin-bottom: 20px;
}

.gates-desc span {
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 10px;
}

.gates-desc-list {
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
}

.gates-box-btn {
	width: 280px;
	height: 50px;
	font-size: 18px;
	font-weight: 500;
	background-color: #6baf0b;
	text-transform: uppercase;
	color: white;
	border: none;
	border-radius: 5px;
	letter-spacing: 1px;
	padding: 10px 100px;
	margin: 0 auto;
}


/* navesy-dlya-avto.html */
.first-screen {
	position: relative;
	background-image: url(../img/cars-canopies/main.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-bottom: 120px;
	height: 600px;
}

.first-screen::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.first-title {
	max-width: 1070px;
	position: relative;
	color: #ffffff;
	font-size: 40px;
	letter-spacing: 0px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	line-height: 55px;
	letter-spacing: 2px;
	padding-top: 300px;
}

.first-title-span {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 43px;
	letter-spacing: 2px;
	position: relative;
	color: #ffffff;
	text-align: center;
}

.first-title-real {
	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 43px;
	letter-spacing: 2px;
	font-weight: 700;
	color: #000000;
}

.first-screen__button {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	position: relative;
	margin-top: 50px;
}

.canopies-accordion,
.canopies-wrapper {
	padding-top: 60px;
}

.accordion {
	margin-bottom: 40px;
}

.mb-0,
.accordion-btn {
	text-align: center;
	text-decoration: underline;
}
.accordion-btn:hover {
	background-color: rgba(148, 135, 91, 0.2);
}

.card {
	border: none;
}

.card-header {
	background-color: rgba(148, 135, 91, 0.2);
	padding: 0;
	border-left: 5px solid tomato;
}

.card-header:first-child {
	border-radius: 0;
}

.canopies-title,
.more-service-title,
.questions-title {
	font-size: 34px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 55px;
}

.canopies-offers-item-image {
	padding: 5px;
	margin-right: 30px;
	border: 2px solid rgb(114, 195, 175);
}

.canopies-offers-title {
	text-align: left;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 40px;
	font-weight: 500;
	color: #292929;
	padding-bottom: 0;
}

.canopies-examples {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	margin-bottom: 70px;
}

.example-title {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 20px;
}

.canopies-price {
	font-size: 30px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: none;
	text-align: center;
	line-height: 55px;
	margin-bottom: 50px;
}

.more-service {
	padding-bottom: 100px;
}

.more-service-offers {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
}

.offers {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.offer-image {
	margin-bottom: 20px;
}

.offer-title {
	font-size: 16px;
}

.cta {
	background-color: rgb(59, 43, 36);
}

.cta-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 100px 0;
}

.cta-title {
	font-size: 22px;
	font-weight: 300;
	text-align: center;
	margin-bottom: 50px;
	color: #ffffff;
	line-height: 35px;
}

.cta-form {
	display: -webkit-box;
	display: flex;
}

.cta-form input {
	margin-right: 20px;
	padding: 5px 20px;
	outline: none;
}

.cta-btn {
	margin: 0;
	padding: 5px 20px;
	outline: none;
}


/* portfolio.html */
.slick-slide {
	position: relative;
}

.portfolio {
	padding: 60px 0;
}

.portfolio-title {
	font-size: 34px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 55px;
	color: #000000;
	margin-bottom: 50px;
}

.portfolio-image-poster {
	display: none;
  justify-content: center;
  align-items: center;
	width: 80%;
	min-height: 80px;
	color: #ffffff;
	font-size: 20px;
	text-align: center;
	background-color: rgb(134, 155, 98, 0.7);
	padding: 10px 20px;
	position: absolute;
	top: 150px;
	left: 10%;
}

.check-text a {
	font-size: 10px;
	color: #4ab19a;
}


/* burenie-skvazhin-na-vodu.html*/
.drilling-first-screen {
	position: relative;
	background-image: url(../img/drilling_page/bur2.png);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 600px;
}

.drilling-first-screen::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.drilling,
.drilling-accordion {
	padding: 50px 0;
}

.drilling-wrap {
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center;
}

.drilling-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.drilling-image {
	width: 64px;
	height: auto;
	margin-bottom: 20px;
}

.card-body p {
	margin: 10px 0;
}

.card-body-item {
	margin: 40px 0;
}
.card-body-item:last-child {
	margin-bottom: 0;
}

.card-body-item-title {
	margin-bottom: 20px;
	line-height: 45px;
}

.wells-types {
	display: -webkit-box;
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}

.wells-types-title {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
}

.wells-portfolio {
	padding: 60px 0;
}

.wells-portfolio-title {
	font-size: 34px;
	line-height: 45px;
	padding-bottom: 40px;
	text-transform: uppercase;
	text-align: center;
}

.wells-prices-title,
.guarantee-title {
	font-size: 34px;
	line-height: 45px;
	padding-bottom: 40px;
}

.wells-prices {
	background-color: #ededed;
	padding: 50px 0;
}

.price-wrap {
	display: -webkit-box;
	display: flex;
	justify-content: space-around;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 5px;
	margin-bottom: 20px;
}

.price-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	border-left: 1px solid rgba(0, 0, 0, 0.25);
	width: 33.33%;
	background-color: #ffffff;
}

.price-item:first-child {
	border-left: none;
}

.item-header {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	width: 100%;
	background-color: #ecf7ff;
	font-weight: 500;
	padding: 20px 0;
}

.item-price {
	font-size: 28px;
}

.item-price-span {
	font-size: 14px;
	text-align: center;
}

.item-description {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	padding: 50px 0;
}

.exact-price {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	padding-left: 20px;
	border-left: 5px solid tomato;
}

.advantages {
	padding: 50px 0;
	background-color: #ededed;
}

.advantages-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.advantages-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	align-items: flex-end;
	padding-top: 20px;
}

.advantages-image {
	margin-right: 20px;
}

.advantages-list-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	margin-bottom: 20px;
}

.advantages-name {
	font-weight: 500;
}

.advantages-desc {
	font-size: 14px;
	font-weight: 300;
}

.guarantee-wrap {
	padding: 60px 0;
}

.guarantee-text {
	padding-left: 15px;
	border-left: 5px solid tomato;
}


/* feedbacks.html */
.feedbacks-description {
	padding: 120px 0 90px;
}

.description-title {
	color: #000000;
	font-size: 34px;
	font-weight: 300;
	line-height: 45px;
}

.feedbacks-video {
	padding: 70px 0 50px;
	background-color: #ededed;
}

.video-wpapper {
	text-align: center;
}

.video-title {
	color: #000000;
	font-size: 28px;
	font-weight: 300;
	line-height: 45px;
	padding-bottom: 20px;
}

@media (max-width: 480px) {
	.video-title {
	padding-bottom: 0;
}

}

.feedbacks-audio {
	padding: 70px 10px 50px 10px;
	background-color: #ffffff;
}

.audio-feedback,
.video-feedback {
	outline: none;
}

.audio-players-wrapper {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-around;
	-webkit-box-align: center;
	align-items: center;
}

.audio-feedback-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	-webkit-box-align: center;
	align-items: center;
	background-color: #f1f3f4;
	margin-bottom: 20px;
}

.feedbacks-portfolio {
	padding: 90px 0;
}

.feedbacks-portfolio-title {
	font-size: 34px;
	line-height: 45px;
	padding-bottom: 50px;
}

.feedbacks-portfolio-desc {
	font-size: 19px;
	padding-bottom: 50px;
}


/* contacts.html */
.contacts-page {
	padding: 50px 0;
}

.contacts-page-wrap {
	padding-top: 50px;
}

.contacts-page-title {
	color: #000000;
	font-size: 34px;
	font-weight: 300;
	line-height: 45px;
	padding-bottom: 20px;
}

.contacts-page-subtitle {
	padding-bottom: 70px;
	text-align: center;
}

.contacts-page-content {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
}

.contacts-page-contacts {
	padding: 20px;
	background-color: #869b62;
	text-align: center;
	color: #fff;
}

.contacts-page-map {
	margin-left: 10px;
}

.contact-item {
	margin-bottom: 20px;
}

.contact-item-name {
	font-size: 20px;
	text-transform: uppercase;
}

.contact-item-info {
	font-size: 16px;
}

.contact-item-link {
	color: blue;
	text-decoration: underline;
}

.contact-item-link:hover {
	color: #ffffff;
}

.contacts-page-btn {
	padding: 5px 15px;
	color: #ffffff;
	background-color: #6BAF0B;
	border: none;
	border-bottom: 4px solid tomato;
	border-radius: 5px;
}


/* teplicy.html */
.greenhouses-first-screen {
	position: relative;
	background-image: url(../img/greenhouses/main.jpeg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 600px;
}

.greenhouses-first-screen::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.greenhouses-title {
	color: #fff;
	font-size: 40px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	position: relative;
	padding-top: 300px;
}

.greenhouses-advantages {
	padding: 70px 0;
}

.greenhouses-accordion {
	padding: 20px 0;
}

.greenhouses-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
}

.reverse {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	flex-direction: row-reverse;
}

.greenhouses-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.greenhouses-desc {
	font-size: 18px;
	text-align: center;
	width: 90%;
}

.greenhouses-image {
	width: 64px;
	height: auto;
	margin-bottom: 20px;
}

.b-greenhouses {
	padding-top: 70px;
}

.b-greenhouses-title {
	color: #000000;
	font-size: 34px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
}

.b-greenhouses-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.b-greenhouses-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 40px;
}

.b-greenhouses-image {
	width: 500px;
	height: 378px;
	box-shadow: 0 0 10px rgba(44, 16, 0, 0.5);
}

.b-greenhouses-desc-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(44, 16, 0, 0.5);
	height: 378px;
}

.b-greenhouses-desc {
	text-align: center;
	width: 80%;
	padding: 20px 0;
}

.b-greenhouses-trigger {
	font-size: 18px;
	font-weight: 500;
	padding: 20px 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-top: 1px solid;
	width: 80%;
}

.gr-price {
	padding-bottom: 50px;
}

.gr-price-title {
	color: black;
	font-size: 34px;
	line-height: 45px;
	padding-bottom: 50px;
	font-weight: 300;
}

.gr-price-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.gr-price-table {
	width: 100%;
	text-align: center;
}

.gr-price-caption {
	margin: 20px;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 0.75rem;
	color: #6c757d;
	text-align: left;
	caption-side: bottom;
	border-left: 4px solid tomato;
}

.gr-price-caption span {
	font-weight: 500;
}

.gr-price-btn {
	margin-top: 30px;
	padding: 10px 20px;
	background-color: #6BAF0B;
	color: #fff;
	border: 1px solid #6BAF0B;
	border-radius: 5px;
}


/* avtomaticheskie-vorota.html */
.autogates-accordion {
	padding: 30px 0;
}
.about-prices {
	padding-top: 70px;
}

.card-body-title,
.about-prices-title {
	font-size: 34px;
	line-height: 45px;
	padding: 20px 0;
	text-transform: uppercase;
	text-align: center;
}

.autogates {
	position: relative;
	background-image: url(../img/vorota/vorota-main.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
	height: 600px;
}

.autogates::before {
	content: '';
	background-color: rgba(0, 0, 0, 0.5);
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.autogates-title {
	max-width: 1070px;
	position: relative;
	color: #ffffff;
	font-size: 34px;
	letter-spacing: 0px;
	font-weight: 300;
	text-align: center;
	text-transform: uppercase;
	line-height: 55px;
	letter-spacing: 2px;
	padding-top: 250px;
}

.autogates-title-span {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 43px;
	letter-spacing: 2px;
	position: relative;
	color: #ffffff;
	text-align: center;
}

.autogates-advantages {
	padding-top: 40px;
	/* background-image: url(../img/vorota/bg-adv.jpg);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center; */
}

.autogates-wrap {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	padding-bottom: 30px;
  border-bottom: 1px solid rgba(148, 135, 91, 0.2);
}

.autogates-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	width: 280px;
}

.autogates-item-title {
	font-size: 18px;
	text-align: center;
	width: 80%;
	margin-top: 20px;
}

.ag-offers {
	padding: 70px 0;
}

.ag-offers-title {
	color: #000000;
	font-size: 34px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: uppercase;
	text-align: center;
	line-height: 45px;
	padding-bottom: 0;
}

.ag-offers-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
}

.ag-offers-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 20px;
	margin-top: 70px;
	position: relative;
}

.ag-offers-image {
	width: 500px;
	height: 378px;
	box-shadow: 0 0 10px rgba(44, 16, 0, 0.5);
}

.ag-offers-cta {
	padding: 5px 10px;
	color: #ffffff;
	font-size: 14px;
	background-color: tomato;
	position: absolute;
	left: 290px;
	bottom: 0;
}

.ag-offers-cta-reverse {
	padding: 5px 10px;
	color: #ffffff;
	font-size: 14px;
	background-color: tomato;
	position: absolute;
	right: 290px;
	bottom: 0;
}

.ag-offers-desc-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	box-shadow: 0 0 10px rgba(44, 16, 0, 0.5);
	width: 500px;
	height: 378px;
	padding-bottom: 20px;
}

.ag-offers-desc {
	font-size: 22px;
	text-align: center;
	font-weight: 500;
	padding: 20px 0;
}

.ag-offers-trigger {
	font-size: 18px;
	padding: 20px 0;
	width: -webkit-max-content;
	width: -moz-max-content;
	width: max-content;
	border-top: 1px solid;
	width: 80%;
}

.ag-offers-size {
	color: #fff;
	padding: 5px 20px;
	background-color: #94875b;
}

.ag-offers-size-desc {
	font-size: 16px;
}

.ag-offers-comment {
	max-width: 1000px;
	padding: 10px 10px 10px 30px;
	border-left: 5px solid tomato;
	background-color: rgba(148, 135, 91, 0.2);
}

.ag-offers-comment ul {
	padding-left: 30px;
	margin-top: 10px;
}





/* PROJECTS */
/* metal-protection */
.metal-protection,
.metal-protection-wrapper,
.more-fotos,
.more-fotos-hr {
	padding-top: 50px;
}

.metal-protection-title {
	color: black;
	font-size: 34px;
	line-height: 45px;
	padding-bottom: 50px;
	font-weight: 300;
}

.metal-protection-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-align: center;
	align-items: flex-end;
}

.metal-protection-image {
	width: 660px;
	height: auto;
}

.metal-protection-description {
	margin-left: 40px;
}

.description-content-wrap {
	background-color: #869b62;
	padding: 20px 35px;
}

.description-content {
	color: #fff;
	font-size: 14px;
	line-height: 35px;
}

.description-content-btn {
	font-size: 14px;
	padding: 3px 15px;
	margin-top: 10px;
	background-color: rgb(255, 235, 124);
	outline-style: none;
}

.more-fotos-image {
	margin: 5px;
}

.pr {
	padding: 0;
}

.pt0 {
	padding-top: 0;
}

.pb0 {
	padding-bottom: 0;
}

.mb0 {
	margin-bottom: 0;
}

.city-offer {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 50px;
}

.city-offer-text {
	margin: 10px 0;
}

.city-offer-btn {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 300px;
	height: 48px;
	font-size: 18px;
	font-weight: 300;
	background-color: #6baf0b;
	text-align: center;
	text-transform: uppercase;
	border: none;
	letter-spacing: 1px;
	border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(84, 84, 84, 0.3);
	margin-top: 20px;
}

/* zabory-iz-metallicheskogo-shtaketnika.html */
.metal,
.metal-price,
.dop-uslugi {
	padding: 50px 0;
}

.metal-title {
	color: #000000;
	font-size: 40px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 45px;
	padding: 50px 0;
}

.metal-desc-title {
	color: #000000;
	font-size: 26px;
	text-transform: uppercase;
	line-height: 45px;
	padding-bottom: 20px;
}

.metal-price-title,
.dop-uslugi-title {
	color: #000000;
	font-size: 34px;
	letter-spacing: 0px;
	font-weight: 300;
	text-transform: uppercase;
	line-height: 45px;
	padding: 50px 0;
}

.metal-image {
	width: 500px;
	float: left;
	margin-right: 30px;
	margin-bottom: 20px;
}

.metal-price-box {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
}

.metal-price-description {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	justify-content: space-around;
	margin-right: 20px;
	padding: 20px 50px;
	background-color: rgba(208, 207, 203, 0.9);
}

.metal-price-name {
	font-size: 26px;
	line-height: 45px;
}

.metal-price-name span {
	text-transform: uppercase;
	font-weight: 500;
	padding-bottom: 5px;
	border-bottom: 1px solid;
}

.metal-price-text {
	margin-top: 20px;
	padding: 15px 25px;
	border: 1px solid #6baf0b;
}

.metal-price-image {
	width: 350px;
}

.dop-uslugi-item {
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: justify;
	justify-content: center;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 30px;
}

.dop-uslugi-image {
	width: 250px;
	min-height: 200px;

}

.dop-uslugi-desc {
	display: -webkit-box;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	flex-direction: column;
	-webkit-box-align: center;
	align-items: center;
	-webkit-box-pack: center;
	justify-content: center;
	background-color: rgba(208, 207, 203, 0.9);
	min-height: 200px;
	padding: 10px 20px 10px 30px;
}

.dop-uslugi-name {
	font-size: 22px;
	font-weight: 500;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.dop-uslugi-text {
	font-size: 17px;
}

.popup-button-origin {
	width: initial;
	height: initial;
	font-size: 16px;
	font-weight: 300;
	padding: 5px 15px;
	background-color: #6baf0b;
	text-transform: uppercase;
	color: white;
	border: none;
	letter-spacing: 1px;
	-webkit-transition: 0.3s;
	transition: 0.3s;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	box-shadow: 1px 1px 2px rgba(84, 84, 84, 0.3);
}

.p0 {
	padding: 0;
}

.slyder-container {
	max-width: 1140px !important;
}






@media (max-width : 400px) {
	.wrptxt {
		font-size: 12px;
	}

	.tlt {
		font-size: 25px;
	}

	.deskmin {
		font-size: 14px;
	}

	.col-button a {
		font-size: 18px;
	}
}


@media (max-width: 590px) {
	body .marquiz__button_fixed {
		transform: rotate(-90deg) translate(-40.2%) !important;
		width: auto !important;
		border-radius: inherit !important;
		left: 0 !important;
		padding: 20px 10px !important;
		top: 50% !important;
		height: 35px;
		opacity: 0.8;
	}

	.marquiz__button_fixed .marquiz__text {
		display: block !important;
		font-size: 18px;
		padding-left: 10px;
	}

	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.footer .logo {
		margin: 0 auto;
		width: 100px;
		margin-bottom: 15px;
		float: none;
		text-align: center;
	}

	.footer img {
		width: 100%;
		height: auto;
	}

	.footer .text {
		font-size: 19px;
		font-weight: 300;
		color: #252525;
		letter-spacing: 1px;
	}

	.footer .description {
		margin-top: 32px;
	}

	.footer .contacts .phone {
		text-align: center;
	}

	.footer .contacts .phone .number {
		color: #393939;
		font-size: 27px;
		letter-spacing: 1px;
		float: none;
	}

	.footer .contacts {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.footer .contacts .email {
		overflow: hidden;
		width: 240px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 11px;
	}

	.footer .contacts .email img {
		width: 25px;
		float: right;
	}

	.footer .contacts .email .email-text {
		float: right;
		color: #393939;
		font-size: 19px;
		margin-left: 11px;
	}

	.footer .privacypolicy {
		padding-bottom: 20px;
	}

	.slick-dots {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: justify;
		justify-content: space-between;
		max-width: 90%;
	}

	.slick-dots li {
		width: 5px;
		height: 5px;
		margin: 0 4px;
	}

	.slick-arrow {
		display: none !important;
	}

	/* navesy-dlya-avto.html */
	.canopies {
		padding-top: 20px;
	}

	.first-title {
		font-size: 30px;
		line-height: 45px;
	}

	.canopies-wrapper {
		padding-top: 0;
	}

	.canopies-title,
	.more-service-title {
		font-size: 28px;
		padding-bottom: 60px;
	}

	.canopies-examples {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		margin-bottom: 0;
	}

	.canopies-example {
		margin-bottom: 60px;
	}

	.more-service {
		padding-bottom: 50px;
	}

	.more-service-offers {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.offers {
		margin-bottom: 30px;
	}

	.cta-form {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.cta-form input {
		width: 300px;
		margin-right: 0;
		margin-bottom: 30px;
		padding: 10px 20px;
	}

	.cta-btn {
		margin: 0;
		padding: 10px 20px;
	}

	.portfolio-title {
		line-height: 45px;
		margin-bottom: 0;
	}

	.canopies-offers-item {
		flex-direction: column;
	}

	.canopies-offers-item-image {
		width: 45px;
		height: 45px;
		transform: rotate(90deg);
	}

	.canopies-offers-title {
		text-align: center;
		margin-top: 20px;
	}

	/* portfolio.html */
	.slyder-container {
		display: block !important;
	}

	.portfolio-image {
		width: 100%;
	}


	/* burenie-skvazhin-na-vodu.html */
	.drilling {
		padding: 60px 0 20px;
	}

	.drilling-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.drilling-item {
		margin-bottom: 50px;
	}

	.wells-prices {
		padding: 60px 0;
	}

	.wells-types-title {
		width: 100%;
	}

	.wells-portfolio {
		padding-bottom: 15px;
	}

	.price-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.price-item {
		width: 100%;
	}

	.item-description {
		padding: 50px 0 70px;
	}

	.advantages-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		align-items: center;
		overflow-x: hidden;
	}

	.advantages-box {
		-webkit-box-align: center;
		align-items: center;
	}

	.staff-person {
		width: 90%;
		margin-bottom: 30px;
	}

	/* PAGE FEEDBACKS */
	.audio-feedback-item {
		width: 100%;
	}

	/* PAGE CONTACTS */
	.contacts-page-map {
		margin-top: 10px;
		margin-left: 0;
		width: 100%;
		overflow-x: hidden;
	}

	/* PROJECTS */
	/* metal-protection */
	.more-fotos-wrap {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.metal-protection-title {
		font-size: 30px;
	}

	.description-content-wrap {
		padding: 20px;
	}

	.metal-title {
		font-size: 34px;
	}


	/* zabory-iz-metallicheskogo-shtaketnika.html */
	.metal-image,
	.metal-price-image {
		width: 100%;
		margin-right: 0;
	}

	.metal-price-box {
		display: flex;
		flex-direction: column-reverse;
		align-items: center;
	}

	.metal-price-description {
		width: 100%;
		margin-right: 0;
	}



	/*GREENHOUSES*/
	.greenhouses-advantages,
	.b-greenhouses,
	.greenhouses-accordion {
		padding-bottom: 0;
	}

	.greenhouses-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.greenhouses-item {
		margin-bottom: 30px;
	}

	.greenhouses-desc {
		width: 80%;
	}

	/* AUTO-GATES */
	.autogates-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.autogates-item {
		margin-bottom: 30px;
	}
}


@media (min-width: 591px) and (max-width: 1200px) {
	.footer-wrapper {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.footer .logo {
		margin: 0 auto;
		width: 100px;
		margin-bottom: 15px;
		float: none;
		text-align: center;
	}

	.footer img {
		width: 100%;
	}

	.footer .text {
		font-size: 19px;
		font-weight: 300;
		color: #252525;
		letter-spacing: 1px;
	}

	.footer .description {
		margin-top: 32px;
	}

	.footer .contacts .phone {
		text-align: center;
	}

	.footer .contacts .phone .number {
		color: #393939;
		font-size: 27px;
		letter-spacing: 1px;
		float: none;
	}

	.footer .contacts {
		float: none;
		overflow: hidden;
		width: 100%;
	}

	.footer .contacts .email {
		overflow: hidden;
		width: 240px;
		overflow: hidden;
		margin: 0 auto;
		margin-top: 11px;
	}

	.footer .contacts .email img {
		width: 25px;
		float: right;
	}

	.footer .contacts .email .email-text {
		float: right;
		color: #393939;
		font-size: 19px;
		margin-left: 11px;
	}

	.footer .privacypolicy {
		padding-bottom: 20px;
	}

	.advantages-box {
		-webkit-box-align: center;
		align-items: center;
	}
}


@media (max-width: 991px) {
	/* .header .top .logo img {
		width: 260px;
	} */

	.navbar-brand-image {
		width: 140px;
	}

	.header .wrapper {
		padding: 70px 20px;
	}

	.slyder-actions__slyder {
		max-width: 720px;
		margin: 0;
		padding: 0;
	}

	.col-text {
		width: 100%;
		margin-right: 0;
	}

	.col-button {
		width: 100%;
	}

	.item-name {
		font-size: 18px;
	}

	.item-desc {
		font-size: 16px;
	}

	.advantages-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: reverse;
		flex-direction: column-reverse;
		-webkit-box-align: center;
		align-items: center;
		overflow-x: hidden;
	}

	.drilling-accordion {
		padding-top: 0;
		padding-bottom: 20px;
	}

	.slick-dots {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.navbar-toggler {
		font-size: 0.8rem;
	}

	.navbar-brand {
		font-size: 1rem;
		padding-top: 0;
		padding-bottom: 0;
	}

	.show {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;

	}

	.dropdown-phone,
	.dropdown-phone-link {
		color: #ffffff;
		margin-top: 50px;
	}

	.dropdown-button {
		color: #ffffff;
		border: 1px solid #ffffff;
		padding: 5px 10px;
		background-color: transparent;
		margin-top: 20px;
	}

	#marquiz__close {
		width: 100% !important;
		right: -45% !important;
		background-size: 36px !important;
		opacity: 1 !important;
	}

	.cont {
		width: 100%;
	}
	
	.gates-box {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.gates-box-image {
		width: 100%;
		height: auto;
		padding: 10px;
		margin-right: 0;
		margin-bottom: 20px;
	}

	/* avtomaticheskie-vorota.html */
	.ag-offers-item {
		flex-direction: column;
	}
	.ag-offers-image {
    width: 100%;
    height: auto;
	}
	.ag-offers-desc-box {
		width: 100%;
    height: auto;
	}
	.ag-offers-cta,
	.ag-offers-cta-reverse {
		position: static;
    margin-top: 20px;
	}


	/* PAGE CONTACTS */
	.contacts-page-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: inherit;
		align-items: inherit;
	}

	.contacts-page-contacts {
		margin-bottom: 10px;
	}

	.contacts-page-map {
		margin-left: 20px;
	}

	/* PROJECTS */
	/* metal-protection */
	.metal-protection-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
	}

	.metal-protection-image {
		width: 100%;
		margin-bottom: 30px;
	}

	.metal-protection-description {
		margin-left: 0;
	}

	/* zabory-iz-metallicheskogo-shtaketnika.html */
	.metal-desc {
		display: flex;
		flex-direction: column;
		align-items: center;
	}

	.dop-uslugi-item {
		flex-direction: column;
	}

	.dop-uslugi-image {
		width: 100%;
	}

	.dop-uslugi-desc {
		padding: 20px 30px;
	}

	.card-body {
		padding: 1.25rem 0;
	}



	/* PROJECTS */
	/* metal-protection */
	.more-fotos-wrap {
		display: -webkit-box;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		flex-direction: row;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
	}


	/* PAGE GREENHOUSES */
	.b-greenhouses-item {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
	}

	.greenhouses-wrap {
		display: -webkit-box;
		display: flex;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		align-items: center;
	}

	.greenhouses-desc {
		font-size: 18px;
		text-align: center;
		width: 60%;
		margin-bottom: 30px;
	}


	.b-greenhouses-image,
	.b-greenhouses-desc-box {
		width: 100%;
		height: auto;
		font-size: 26px;
	}

	.wells-types {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		flex-direction: column;
		-webkit-box-align: center;
		align-items: center;
		margin-top: 20px;
	}
}

@media (max-width: 1200px) {
	.slyder-actions__slyder {
		width: 80%;
		margin-left: auto;
		margin-right: auto;
		padding: 0;
	}

	.slyder-container {
		display: -webkit-box;
		display: flex;
		-webkit-box-pack: center;
		justify-content: center;
	}

	.cont {
		width: 100%;
		padding: 0 10px;
	}
}

@media screen and (min-width: 992px) {

	.navbar-brand,
	.dropdown-phone,
	.dropdown-phone-link,
	.dropdown-button {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1171px) {
	.header .wrapper {
		padding: 70px 20px;
	}
}

@media (max-width:590px) {
	.item-name {
		font-size: 24px;
	}

	.portfolio-image-poster {
		font-size: 16px;
	}

	/* ------------------ */
	/* PAGE CONTACTS */
	.contacts-page-map {
		margin-left: 0;
	}
}

@media (max-width: 992px) {
	.slyder-actions__slyder {
		width: 100%;
	}
	
	.slick-slide {
		margin: 0 5px;
	}
}

.text-center {text-align: center;}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
	overflow: hidden;
	margin-bottom: 10px;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}

.video-youtube-block {
	justify-content: center;
	display: flex;
	flex-wrap: wrap;
}

.video-youtube-block iframe {
	margin-bottom: 10px;
	margin-right: 30px;
}
.video-youtube-block iframe:last-child{
	margin-right: 0;
}

.sl-wrapper.simple-lightbox .sl-close {
	top: 35px;
}

.feedbacks-video-container {
	padding-top:50px
}

/* Style catalog */

.catalog h2 {
  font-size: 33px;
}
.catalog .inner__items {
  display: flex;
}
.catalog .item-1,
.catalog .item-2 {
  float: unset;
}
.catalog .item-1 img {
  height: 100%;
  object-fit: cover;
}
.catalog .cta-text {
  font-size: 17px;
  margin: 15px 0 0;
}
.catalog .caption__items {
  font-size: 17px;
  font-weight: 600;
  text-align: center;
  color: #4b4b4b;
  margin: 15px 0 0;
}
.btns__catalog {
  display: flex;
  justify-content: space-between;
}
.btns__catalog .popup-button {
  width: 45%;
  font-size: 15px;
  margin: 10px 0 0;
  text-align: center;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.wrptxt {
  padding: 20px 0 45px;
}
@media screen and (max-width: 970px) {
  .catalog .inner__items {
    display: block;
  }
}
@media screen and (max-width: 430px) {
  .btns__catalog {
    display: block;
  }
  .btns__catalog .popup-button {
    width: 100%;
  }
}
