﻿@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%;
  }
}
/*!
 *  Font Awesome 4.6.3 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('font-awesome-4.6.3/fonts/fontawesome-webfont.eot?v=4.6.3');src:url('font-awesome-4.6.3/fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'),url('font-awesome-4.6.3/fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'),url('font-awesome-4.6.3/fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'),url('font-awesome-4.6.3/fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'),url('font-awesome-4.6.3/fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-glass:before{content:"\f000"}.fa-music:before{content:"\f001"}.fa-search:before{content:"\f002"}.fa-envelope-o:before{content:"\f003"}.fa-heart:before{content:"\f004"}.fa-star:before{content:"\f005"}.fa-star-o:before{content:"\f006"}.fa-user:before{content:"\f007"}.fa-film:before{content:"\f008"}.fa-th-large:before{content:"\f009"}.fa-th:before{content:"\f00a"}.fa-th-list:before{content:"\f00b"}.fa-check:before{content:"\f00c"}.fa-remove:before,.fa-close:before,.fa-times:before{content:"\f00d"}.fa-search-plus:before{content:"\f00e"}.fa-search-minus:before{content:"\f010"}.fa-power-off:before{content:"\f011"}.fa-signal:before{content:"\f012"}.fa-gear:before,.fa-cog:before{content:"\f013"}.fa-trash-o:before{content:"\f014"}.fa-home:before{content:"\f015"}.fa-file-o:before{content:"\f016"}.fa-clock-o:before{content:"\f017"}.fa-road:before{content:"\f018"}.fa-download:before{content:"\f019"}.fa-arrow-circle-o-down:before{content:"\f01a"}.fa-arrow-circle-o-up:before{content:"\f01b"}.fa-inbox:before{content:"\f01c"}.fa-play-circle-o:before{content:"\f01d"}.fa-rotate-right:before,.fa-repeat:before{content:"\f01e"}.fa-refresh:before{content:"\f021"}.fa-list-alt:before{content:"\f022"}.fa-lock:before{content:"\f023"}.fa-flag:before{content:"\f024"}.fa-headphones:before{content:"\f025"}.fa-volume-off:before{content:"\f026"}.fa-volume-down:before{content:"\f027"}.fa-volume-up:before{content:"\f028"}.fa-qrcode:before{content:"\f029"}.fa-barcode:before{content:"\f02a"}.fa-tag:before{content:"\f02b"}.fa-tags:before{content:"\f02c"}.fa-book:before{content:"\f02d"}.fa-bookmark:before{content:"\f02e"}.fa-print:before{content:"\f02f"}.fa-camera:before{content:"\f030"}.fa-font:before{content:"\f031"}.fa-bold:before{content:"\f032"}.fa-italic:before{content:"\f033"}.fa-text-height:before{content:"\f034"}.fa-text-width:before{content:"\f035"}.fa-align-left:before{content:"\f036"}.fa-align-center:before{content:"\f037"}.fa-align-right:before{content:"\f038"}.fa-align-justify:before{content:"\f039"}.fa-list:before{content:"\f03a"}.fa-dedent:before,.fa-outdent:before{content:"\f03b"}.fa-indent:before{content:"\f03c"}.fa-video-camera:before{content:"\f03d"}.fa-photo:before,.fa-image:before,.fa-picture-o:before{content:"\f03e"}.fa-pencil:before{content:"\f040"}.fa-map-marker:before{content:"\f041"}.fa-adjust:before{content:"\f042"}.fa-tint:before{content:"\f043"}.fa-edit:before,.fa-pencil-square-o:before{content:"\f044"}.fa-share-square-o:before{content:"\f045"}.fa-check-square-o:before{content:"\f046"}.fa-arrows:before{content:"\f047"}.fa-step-backward:before{content:"\f048"}.fa-fast-backward:before{content:"\f049"}.fa-backward:before{content:"\f04a"}.fa-play:before{content:"\f04b"}.fa-pause:before{content:"\f04c"}.fa-stop:before{content:"\f04d"}.fa-forward:before{content:"\f04e"}.fa-fast-forward:before{content:"\f050"}.fa-step-forward:before{content:"\f051"}.fa-eject:before{content:"\f052"}.fa-chevron-left:before{content:"\f053"}.fa-chevron-right:before{content:"\f054"}.fa-plus-circle:before{content:"\f055"}.fa-minus-circle:before{content:"\f056"}.fa-times-circle:before{content:"\f057"}.fa-check-circle:before{content:"\f058"}.fa-question-circle:before{content:"\f059"}.fa-info-circle:before{content:"\f05a"}.fa-crosshairs:before{content:"\f05b"}.fa-times-circle-o:before{content:"\f05c"}.fa-check-circle-o:before{content:"\f05d"}.fa-ban:before{content:"\f05e"}.fa-arrow-left:before{content:"\f060"}.fa-arrow-right:before{content:"\f061"}.fa-arrow-up:before{content:"\f062"}.fa-arrow-down:before{content:"\f063"}.fa-mail-forward:before,.fa-share:before{content:"\f064"}.fa-expand:before{content:"\f065"}.fa-compress:before{content:"\f066"}.fa-plus:before{content:"\f067"}.fa-minus:before{content:"\f068"}.fa-asterisk:before{content:"\f069"}.fa-exclamation-circle:before{content:"\f06a"}.fa-gift:before{content:"\f06b"}.fa-leaf:before{content:"\f06c"}.fa-fire:before{content:"\f06d"}.fa-eye:before{content:"\f06e"}.fa-eye-slash:before{content:"\f070"}.fa-warning:before,.fa-exclamation-triangle:before{content:"\f071"}.fa-plane:before{content:"\f072"}.fa-calendar:before{content:"\f073"}.fa-random:before{content:"\f074"}.fa-comment:before{content:"\f075"}.fa-magnet:before{content:"\f076"}.fa-chevron-up:before{content:"\f077"}.fa-chevron-down:before{content:"\f078"}.fa-retweet:before{content:"\f079"}.fa-shopping-cart:before{content:"\f07a"}.fa-folder:before{content:"\f07b"}.fa-folder-open:before{content:"\f07c"}.fa-arrows-v:before{content:"\f07d"}.fa-arrows-h:before{content:"\f07e"}.fa-bar-chart-o:before,.fa-bar-chart:before{content:"\f080"}.fa-twitter-square:before{content:"\f081"}.fa-facebook-square:before{content:"\f082"}.fa-camera-retro:before{content:"\f083"}.fa-key:before{content:"\f084"}.fa-gears:before,.fa-cogs:before{content:"\f085"}.fa-comments:before{content:"\f086"}.fa-thumbs-o-up:before{content:"\f087"}.fa-thumbs-o-down:before{content:"\f088"}.fa-star-half:before{content:"\f089"}.fa-heart-o:before{content:"\f08a"}.fa-sign-out:before{content:"\f08b"}.fa-linkedin-square:before{content:"\f08c"}.fa-thumb-tack:before{content:"\f08d"}.fa-external-link:before{content:"\f08e"}.fa-sign-in:before{content:"\f090"}.fa-trophy:before{content:"\f091"}.fa-github-square:before{content:"\f092"}.fa-upload:before{content:"\f093"}.fa-lemon-o:before{content:"\f094"}.fa-phone:before{content:"\f095"}.fa-square-o:before{content:"\f096"}.fa-bookmark-o:before{content:"\f097"}.fa-phone-square:before{content:"\f098"}.fa-twitter:before{content:"\f099"}.fa-facebook-f:before,.fa-facebook:before{content:"\f09a"}.fa-github:before{content:"\f09b"}.fa-unlock:before{content:"\f09c"}.fa-credit-card:before{content:"\f09d"}.fa-feed:before,.fa-rss:before{content:"\f09e"}.fa-hdd-o:before{content:"\f0a0"}.fa-bullhorn:before{content:"\f0a1"}.fa-bell:before{content:"\f0f3"}.fa-certificate:before{content:"\f0a3"}.fa-hand-o-right:before{content:"\f0a4"}.fa-hand-o-left:before{content:"\f0a5"}.fa-hand-o-up:before{content:"\f0a6"}.fa-hand-o-down:before{content:"\f0a7"}.fa-arrow-circle-left:before{content:"\f0a8"}.fa-arrow-circle-right:before{content:"\f0a9"}.fa-arrow-circle-up:before{content:"\f0aa"}.fa-arrow-circle-down:before{content:"\f0ab"}.fa-globe:before{content:"\f0ac"}.fa-wrench:before{content:"\f0ad"}.fa-tasks:before{content:"\f0ae"}.fa-filter:before{content:"\f0b0"}.fa-briefcase:before{content:"\f0b1"}.fa-arrows-alt:before{content:"\f0b2"}.fa-group:before,.fa-users:before{content:"\f0c0"}.fa-chain:before,.fa-link:before{content:"\f0c1"}.fa-cloud:before{content:"\f0c2"}.fa-flask:before{content:"\f0c3"}.fa-cut:before,.fa-scissors:before{content:"\f0c4"}.fa-copy:before,.fa-files-o:before{content:"\f0c5"}.fa-paperclip:before{content:"\f0c6"}.fa-save:before,.fa-floppy-o:before{content:"\f0c7"}.fa-square:before{content:"\f0c8"}.fa-navicon:before,.fa-reorder:before,.fa-bars:before{content:"\f0c9"}.fa-list-ul:before{content:"\f0ca"}.fa-list-ol:before{content:"\f0cb"}.fa-strikethrough:before{content:"\f0cc"}.fa-underline:before{content:"\f0cd"}.fa-table:before{content:"\f0ce"}.fa-magic:before{content:"\f0d0"}.fa-truck:before{content:"\f0d1"}.fa-pinterest:before{content:"\f0d2"}.fa-pinterest-square:before{content:"\f0d3"}.fa-google-plus-square:before{content:"\f0d4"}.fa-google-plus:before{content:"\f0d5"}.fa-money:before{content:"\f0d6"}.fa-caret-down:before{content:"\f0d7"}.fa-caret-up:before{content:"\f0d8"}.fa-caret-left:before{content:"\f0d9"}.fa-caret-right:before{content:"\f0da"}.fa-columns:before{content:"\f0db"}.fa-unsorted:before,.fa-sort:before{content:"\f0dc"}.fa-sort-down:before,.fa-sort-desc:before{content:"\f0dd"}.fa-sort-up:before,.fa-sort-asc:before{content:"\f0de"}.fa-envelope:before{content:"\f0e0"}.fa-linkedin:before{content:"\f0e1"}.fa-rotate-left:before,.fa-undo:before{content:"\f0e2"}.fa-legal:before,.fa-gavel:before{content:"\f0e3"}.fa-dashboard:before,.fa-tachometer:before{content:"\f0e4"}.fa-comment-o:before{content:"\f0e5"}.fa-comments-o:before{content:"\f0e6"}.fa-flash:before,.fa-bolt:before{content:"\f0e7"}.fa-sitemap:before{content:"\f0e8"}.fa-umbrella:before{content:"\f0e9"}.fa-paste:before,.fa-clipboard:before{content:"\f0ea"}.fa-lightbulb-o:before{content:"\f0eb"}.fa-exchange:before{content:"\f0ec"}.fa-cloud-download:before{content:"\f0ed"}.fa-cloud-upload:before{content:"\f0ee"}.fa-user-md:before{content:"\f0f0"}.fa-stethoscope:before{content:"\f0f1"}.fa-suitcase:before{content:"\f0f2"}.fa-bell-o:before{content:"\f0a2"}.fa-coffee:before{content:"\f0f4"}.fa-cutlery:before{content:"\f0f5"}.fa-file-text-o:before{content:"\f0f6"}.fa-building-o:before{content:"\f0f7"}.fa-hospital-o:before{content:"\f0f8"}.fa-ambulance:before{content:"\f0f9"}.fa-medkit:before{content:"\f0fa"}.fa-fighter-jet:before{content:"\f0fb"}.fa-beer:before{content:"\f0fc"}.fa-h-square:before{content:"\f0fd"}.fa-plus-square:before{content:"\f0fe"}.fa-angle-double-left:before{content:"\f100"}.fa-angle-double-right:before{content:"\f101"}.fa-angle-double-up:before{content:"\f102"}.fa-angle-double-down:before{content:"\f103"}.fa-angle-left:before{content:"\f104"}.fa-angle-right:before{content:"\f105"}.fa-angle-up:before{content:"\f106"}.fa-angle-down:before{content:"\f107"}.fa-desktop:before{content:"\f108"}.fa-laptop:before{content:"\f109"}.fa-tablet:before{content:"\f10a"}.fa-mobile-phone:before,.fa-mobile:before{content:"\f10b"}.fa-circle-o:before{content:"\f10c"}.fa-quote-left:before{content:"\f10d"}.fa-quote-right:before{content:"\f10e"}.fa-spinner:before{content:"\f110"}.fa-circle:before{content:"\f111"}.fa-mail-reply:before,.fa-reply:before{content:"\f112"}.fa-github-alt:before{content:"\f113"}.fa-folder-o:before{content:"\f114"}.fa-folder-open-o:before{content:"\f115"}.fa-smile-o:before{content:"\f118"}.fa-frown-o:before{content:"\f119"}.fa-meh-o:before{content:"\f11a"}.fa-gamepad:before{content:"\f11b"}.fa-keyboard-o:before{content:"\f11c"}.fa-flag-o:before{content:"\f11d"}.fa-flag-checkered:before{content:"\f11e"}.fa-terminal:before{content:"\f120"}.fa-code:before{content:"\f121"}.fa-mail-reply-all:before,.fa-reply-all:before{content:"\f122"}.fa-star-half-empty:before,.fa-star-half-full:before,.fa-star-half-o:before{content:"\f123"}.fa-location-arrow:before{content:"\f124"}.fa-crop:before{content:"\f125"}.fa-code-fork:before{content:"\f126"}.fa-unlink:before,.fa-chain-broken:before{content:"\f127"}.fa-question:before{content:"\f128"}.fa-info:before{content:"\f129"}.fa-exclamation:before{content:"\f12a"}.fa-superscript:before{content:"\f12b"}.fa-subscript:before{content:"\f12c"}.fa-eraser:before{content:"\f12d"}.fa-puzzle-piece:before{content:"\f12e"}.fa-microphone:before{content:"\f130"}.fa-microphone-slash:before{content:"\f131"}.fa-shield:before{content:"\f132"}.fa-calendar-o:before{content:"\f133"}.fa-fire-extinguisher:before{content:"\f134"}.fa-rocket:before{content:"\f135"}.fa-maxcdn:before{content:"\f136"}.fa-chevron-circle-left:before{content:"\f137"}.fa-chevron-circle-right:before{content:"\f138"}.fa-chevron-circle-up:before{content:"\f139"}.fa-chevron-circle-down:before{content:"\f13a"}.fa-html5:before{content:"\f13b"}.fa-css3:before{content:"\f13c"}.fa-anchor:before{content:"\f13d"}.fa-unlock-alt:before{content:"\f13e"}.fa-bullseye:before{content:"\f140"}.fa-ellipsis-h:before{content:"\f141"}.fa-ellipsis-v:before{content:"\f142"}.fa-rss-square:before{content:"\f143"}.fa-play-circle:before{content:"\f144"}.fa-ticket:before{content:"\f145"}.fa-minus-square:before{content:"\f146"}.fa-minus-square-o:before{content:"\f147"}.fa-level-up:before{content:"\f148"}.fa-level-down:before{content:"\f149"}.fa-check-square:before{content:"\f14a"}.fa-pencil-square:before{content:"\f14b"}.fa-external-link-square:before{content:"\f14c"}.fa-share-square:before{content:"\f14d"}.fa-compass:before{content:"\f14e"}.fa-toggle-down:before,.fa-caret-square-o-down:before{content:"\f150"}.fa-toggle-up:before,.fa-caret-square-o-up:before{content:"\f151"}.fa-toggle-right:before,.fa-caret-square-o-right:before{content:"\f152"}.fa-euro:before,.fa-eur:before{content:"\f153"}.fa-gbp:before{content:"\f154"}.fa-dollar:before,.fa-usd:before{content:"\f155"}.fa-rupee:before,.fa-inr:before{content:"\f156"}.fa-cny:before,.fa-rmb:before,.fa-yen:before,.fa-jpy:before{content:"\f157"}.fa-ruble:before,.fa-rouble:before,.fa-rub:before{content:"\f158"}.fa-won:before,.fa-krw:before{content:"\f159"}.fa-bitcoin:before,.fa-btc:before{content:"\f15a"}.fa-file:before{content:"\f15b"}.fa-file-text:before{content:"\f15c"}.fa-sort-alpha-asc:before{content:"\f15d"}.fa-sort-alpha-desc:before{content:"\f15e"}.fa-sort-amount-asc:before{content:"\f160"}.fa-sort-amount-desc:before{content:"\f161"}.fa-sort-numeric-asc:before{content:"\f162"}.fa-sort-numeric-desc:before{content:"\f163"}.fa-thumbs-up:before{content:"\f164"}.fa-thumbs-down:before{content:"\f165"}.fa-youtube-square:before{content:"\f166"}.fa-youtube:before{content:"\f167"}.fa-xing:before{content:"\f168"}.fa-xing-square:before{content:"\f169"}.fa-youtube-play:before{content:"\f16a"}.fa-dropbox:before{content:"\f16b"}.fa-stack-overflow:before{content:"\f16c"}.fa-instagram:before{content:"\f16d"}.fa-flickr:before{content:"\f16e"}.fa-adn:before{content:"\f170"}.fa-bitbucket:before{content:"\f171"}.fa-bitbucket-square:before{content:"\f172"}.fa-tumblr:before{content:"\f173"}.fa-tumblr-square:before{content:"\f174"}.fa-long-arrow-down:before{content:"\f175"}.fa-long-arrow-up:before{content:"\f176"}.fa-long-arrow-left:before{content:"\f177"}.fa-long-arrow-right:before{content:"\f178"}.fa-apple:before{content:"\f179"}.fa-windows:before{content:"\f17a"}.fa-android:before{content:"\f17b"}.fa-linux:before{content:"\f17c"}.fa-dribbble:before{content:"\f17d"}.fa-skype:before{content:"\f17e"}.fa-foursquare:before{content:"\f180"}.fa-trello:before{content:"\f181"}.fa-female:before{content:"\f182"}.fa-male:before{content:"\f183"}.fa-gittip:before,.fa-gratipay:before{content:"\f184"}.fa-sun-o:before{content:"\f185"}.fa-moon-o:before{content:"\f186"}.fa-archive:before{content:"\f187"}.fa-bug:before{content:"\f188"}.fa-vk:before{content:"\f189"}.fa-weibo:before{content:"\f18a"}.fa-renren:before{content:"\f18b"}.fa-pagelines:before{content:"\f18c"}.fa-stack-exchange:before{content:"\f18d"}.fa-arrow-circle-o-right:before{content:"\f18e"}.fa-arrow-circle-o-left:before{content:"\f190"}.fa-toggle-left:before,.fa-caret-square-o-left:before{content:"\f191"}.fa-dot-circle-o:before{content:"\f192"}.fa-wheelchair:before{content:"\f193"}.fa-vimeo-square:before{content:"\f194"}.fa-turkish-lira:before,.fa-try:before{content:"\f195"}.fa-plus-square-o:before{content:"\f196"}.fa-space-shuttle:before{content:"\f197"}.fa-slack:before{content:"\f198"}.fa-envelope-square:before{content:"\f199"}.fa-wordpress:before{content:"\f19a"}.fa-openid:before{content:"\f19b"}.fa-institution:before,.fa-bank:before,.fa-university:before{content:"\f19c"}.fa-mortar-board:before,.fa-graduation-cap:before{content:"\f19d"}.fa-yahoo:before{content:"\f19e"}.fa-google:before{content:"\f1a0"}.fa-reddit:before{content:"\f1a1"}.fa-reddit-square:before{content:"\f1a2"}.fa-stumbleupon-circle:before{content:"\f1a3"}.fa-stumbleupon:before{content:"\f1a4"}.fa-delicious:before{content:"\f1a5"}.fa-digg:before{content:"\f1a6"}.fa-pied-piper-pp:before{content:"\f1a7"}.fa-pied-piper-alt:before{content:"\f1a8"}.fa-drupal:before{content:"\f1a9"}.fa-joomla:before{content:"\f1aa"}.fa-language:before{content:"\f1ab"}.fa-fax:before{content:"\f1ac"}.fa-building:before{content:"\f1ad"}.fa-child:before{content:"\f1ae"}.fa-paw:before{content:"\f1b0"}.fa-spoon:before{content:"\f1b1"}.fa-cube:before{content:"\f1b2"}.fa-cubes:before{content:"\f1b3"}.fa-behance:before{content:"\f1b4"}.fa-behance-square:before{content:"\f1b5"}.fa-steam:before{content:"\f1b6"}.fa-steam-square:before{content:"\f1b7"}.fa-recycle:before{content:"\f1b8"}.fa-automobile:before,.fa-car:before{content:"\f1b9"}.fa-cab:before,.fa-taxi:before{content:"\f1ba"}.fa-tree:before{content:"\f1bb"}.fa-spotify:before{content:"\f1bc"}.fa-deviantart:before{content:"\f1bd"}.fa-soundcloud:before{content:"\f1be"}.fa-database:before{content:"\f1c0"}.fa-file-pdf-o:before{content:"\f1c1"}.fa-file-word-o:before{content:"\f1c2"}.fa-file-excel-o:before{content:"\f1c3"}.fa-file-powerpoint-o:before{content:"\f1c4"}.fa-file-photo-o:before,.fa-file-picture-o:before,.fa-file-image-o:before{content:"\f1c5"}.fa-file-zip-o:before,.fa-file-archive-o:before{content:"\f1c6"}.fa-file-sound-o:before,.fa-file-audio-o:before{content:"\f1c7"}.fa-file-movie-o:before,.fa-file-video-o:before{content:"\f1c8"}.fa-file-code-o:before{content:"\f1c9"}.fa-vine:before{content:"\f1ca"}.fa-codepen:before{content:"\f1cb"}.fa-jsfiddle:before{content:"\f1cc"}.fa-life-bouy:before,.fa-life-buoy:before,.fa-life-saver:before,.fa-support:before,.fa-life-ring:before{content:"\f1cd"}.fa-circle-o-notch:before{content:"\f1ce"}.fa-ra:before,.fa-resistance:before,.fa-rebel:before{content:"\f1d0"}.fa-ge:before,.fa-empire:before{content:"\f1d1"}.fa-git-square:before{content:"\f1d2"}.fa-git:before{content:"\f1d3"}.fa-y-combinator-square:before,.fa-yc-square:before,.fa-hacker-news:before{content:"\f1d4"}.fa-tencent-weibo:before{content:"\f1d5"}.fa-qq:before{content:"\f1d6"}.fa-wechat:before,.fa-weixin:before{content:"\f1d7"}.fa-send:before,.fa-paper-plane:before{content:"\f1d8"}.fa-send-o:before,.fa-paper-plane-o:before{content:"\f1d9"}.fa-history:before{content:"\f1da"}.fa-circle-thin:before{content:"\f1db"}.fa-header:before{content:"\f1dc"}.fa-paragraph:before{content:"\f1dd"}.fa-sliders:before{content:"\f1de"}.fa-share-alt:before{content:"\f1e0"}.fa-share-alt-square:before{content:"\f1e1"}.fa-bomb:before{content:"\f1e2"}.fa-soccer-ball-o:before,.fa-futbol-o:before{content:"\f1e3"}.fa-tty:before{content:"\f1e4"}.fa-binoculars:before{content:"\f1e5"}.fa-plug:before{content:"\f1e6"}.fa-slideshare:before{content:"\f1e7"}.fa-twitch:before{content:"\f1e8"}.fa-yelp:before{content:"\f1e9"}.fa-newspaper-o:before{content:"\f1ea"}.fa-wifi:before{content:"\f1eb"}.fa-calculator:before{content:"\f1ec"}.fa-paypal:before{content:"\f1ed"}.fa-google-wallet:before{content:"\f1ee"}.fa-cc-visa:before{content:"\f1f0"}.fa-cc-mastercard:before{content:"\f1f1"}.fa-cc-discover:before{content:"\f1f2"}.fa-cc-amex:before{content:"\f1f3"}.fa-cc-paypal:before{content:"\f1f4"}.fa-cc-stripe:before{content:"\f1f5"}.fa-bell-slash:before{content:"\f1f6"}.fa-bell-slash-o:before{content:"\f1f7"}.fa-trash:before{content:"\f1f8"}.fa-copyright:before{content:"\f1f9"}.fa-at:before{content:"\f1fa"}.fa-eyedropper:before{content:"\f1fb"}.fa-paint-brush:before{content:"\f1fc"}.fa-birthday-cake:before{content:"\f1fd"}.fa-area-chart:before{content:"\f1fe"}.fa-pie-chart:before{content:"\f200"}.fa-line-chart:before{content:"\f201"}.fa-lastfm:before{content:"\f202"}.fa-lastfm-square:before{content:"\f203"}.fa-toggle-off:before{content:"\f204"}.fa-toggle-on:before{content:"\f205"}.fa-bicycle:before{content:"\f206"}.fa-bus:before{content:"\f207"}.fa-ioxhost:before{content:"\f208"}.fa-angellist:before{content:"\f209"}.fa-cc:before{content:"\f20a"}.fa-shekel:before,.fa-sheqel:before,.fa-ils:before{content:"\f20b"}.fa-meanpath:before{content:"\f20c"}.fa-buysellads:before{content:"\f20d"}.fa-connectdevelop:before{content:"\f20e"}.fa-dashcube:before{content:"\f210"}.fa-forumbee:before{content:"\f211"}.fa-leanpub:before{content:"\f212"}.fa-sellsy:before{content:"\f213"}.fa-shirtsinbulk:before{content:"\f214"}.fa-simplybuilt:before{content:"\f215"}.fa-skyatlas:before{content:"\f216"}.fa-cart-plus:before{content:"\f217"}.fa-cart-arrow-down:before{content:"\f218"}.fa-diamond:before{content:"\f219"}.fa-ship:before{content:"\f21a"}.fa-user-secret:before{content:"\f21b"}.fa-motorcycle:before{content:"\f21c"}.fa-street-view:before{content:"\f21d"}.fa-heartbeat:before{content:"\f21e"}.fa-venus:before{content:"\f221"}.fa-mars:before{content:"\f222"}.fa-mercury:before{content:"\f223"}.fa-intersex:before,.fa-transgender:before{content:"\f224"}.fa-transgender-alt:before{content:"\f225"}.fa-venus-double:before{content:"\f226"}.fa-mars-double:before{content:"\f227"}.fa-venus-mars:before{content:"\f228"}.fa-mars-stroke:before{content:"\f229"}.fa-mars-stroke-v:before{content:"\f22a"}.fa-mars-stroke-h:before{content:"\f22b"}.fa-neuter:before{content:"\f22c"}.fa-genderless:before{content:"\f22d"}.fa-facebook-official:before{content:"\f230"}.fa-pinterest-p:before{content:"\f231"}.fa-whatsapp:before{content:"\f232"}.fa-server:before{content:"\f233"}.fa-user-plus:before{content:"\f234"}.fa-user-times:before{content:"\f235"}.fa-hotel:before,.fa-bed:before{content:"\f236"}.fa-viacoin:before{content:"\f237"}.fa-train:before{content:"\f238"}.fa-subway:before{content:"\f239"}.fa-medium:before{content:"\f23a"}.fa-yc:before,.fa-y-combinator:before{content:"\f23b"}.fa-optin-monster:before{content:"\f23c"}.fa-opencart:before{content:"\f23d"}.fa-expeditedssl:before{content:"\f23e"}.fa-battery-4:before,.fa-battery-full:before{content:"\f240"}.fa-battery-3:before,.fa-battery-three-quarters:before{content:"\f241"}.fa-battery-2:before,.fa-battery-half:before{content:"\f242"}.fa-battery-1:before,.fa-battery-quarter:before{content:"\f243"}.fa-battery-0:before,.fa-battery-empty:before{content:"\f244"}.fa-mouse-pointer:before{content:"\f245"}.fa-i-cursor:before{content:"\f246"}.fa-object-group:before{content:"\f247"}.fa-object-ungroup:before{content:"\f248"}.fa-sticky-note:before{content:"\f249"}.fa-sticky-note-o:before{content:"\f24a"}.fa-cc-jcb:before{content:"\f24b"}.fa-cc-diners-club:before{content:"\f24c"}.fa-clone:before{content:"\f24d"}.fa-balance-scale:before{content:"\f24e"}.fa-hourglass-o:before{content:"\f250"}.fa-hourglass-1:before,.fa-hourglass-start:before{content:"\f251"}.fa-hourglass-2:before,.fa-hourglass-half:before{content:"\f252"}.fa-hourglass-3:before,.fa-hourglass-end:before{content:"\f253"}.fa-hourglass:before{content:"\f254"}.fa-hand-grab-o:before,.fa-hand-rock-o:before{content:"\f255"}.fa-hand-stop-o:before,.fa-hand-paper-o:before{content:"\f256"}.fa-hand-scissors-o:before{content:"\f257"}.fa-hand-lizard-o:before{content:"\f258"}.fa-hand-spock-o:before{content:"\f259"}.fa-hand-pointer-o:before{content:"\f25a"}.fa-hand-peace-o:before{content:"\f25b"}.fa-trademark:before{content:"\f25c"}.fa-registered:before{content:"\f25d"}.fa-creative-commons:before{content:"\f25e"}.fa-gg:before{content:"\f260"}.fa-gg-circle:before{content:"\f261"}.fa-tripadvisor:before{content:"\f262"}.fa-odnoklassniki:before{content:"\f263"}.fa-odnoklassniki-square:before{content:"\f264"}.fa-get-pocket:before{content:"\f265"}.fa-wikipedia-w:before{content:"\f266"}.fa-safari:before{content:"\f267"}.fa-chrome:before{content:"\f268"}.fa-firefox:before{content:"\f269"}.fa-opera:before{content:"\f26a"}.fa-internet-explorer:before{content:"\f26b"}.fa-tv:before,.fa-television:before{content:"\f26c"}.fa-contao:before{content:"\f26d"}.fa-500px:before{content:"\f26e"}.fa-amazon:before{content:"\f270"}.fa-calendar-plus-o:before{content:"\f271"}.fa-calendar-minus-o:before{content:"\f272"}.fa-calendar-times-o:before{content:"\f273"}.fa-calendar-check-o:before{content:"\f274"}.fa-industry:before{content:"\f275"}.fa-map-pin:before{content:"\f276"}.fa-map-signs:before{content:"\f277"}.fa-map-o:before{content:"\f278"}.fa-map:before{content:"\f279"}.fa-commenting:before{content:"\f27a"}.fa-commenting-o:before{content:"\f27b"}.fa-houzz:before{content:"\f27c"}.fa-vimeo:before{content:"\f27d"}.fa-black-tie:before{content:"\f27e"}.fa-fonticons:before{content:"\f280"}.fa-reddit-alien:before{content:"\f281"}.fa-edge:before{content:"\f282"}.fa-credit-card-alt:before{content:"\f283"}.fa-codiepie:before{content:"\f284"}.fa-modx:before{content:"\f285"}.fa-fort-awesome:before{content:"\f286"}.fa-usb:before{content:"\f287"}.fa-product-hunt:before{content:"\f288"}.fa-mixcloud:before{content:"\f289"}.fa-scribd:before{content:"\f28a"}.fa-pause-circle:before{content:"\f28b"}.fa-pause-circle-o:before{content:"\f28c"}.fa-stop-circle:before{content:"\f28d"}.fa-stop-circle-o:before{content:"\f28e"}.fa-shopping-bag:before{content:"\f290"}.fa-shopping-basket:before{content:"\f291"}.fa-hashtag:before{content:"\f292"}.fa-bluetooth:before{content:"\f293"}.fa-bluetooth-b:before{content:"\f294"}.fa-percent:before{content:"\f295"}.fa-gitlab:before{content:"\f296"}.fa-wpbeginner:before{content:"\f297"}.fa-wpforms:before{content:"\f298"}.fa-envira:before{content:"\f299"}.fa-universal-access:before{content:"\f29a"}.fa-wheelchair-alt:before{content:"\f29b"}.fa-question-circle-o:before{content:"\f29c"}.fa-blind:before{content:"\f29d"}.fa-audio-description:before{content:"\f29e"}.fa-volume-control-phone:before{content:"\f2a0"}.fa-braille:before{content:"\f2a1"}.fa-assistive-listening-systems:before{content:"\f2a2"}.fa-asl-interpreting:before,.fa-american-sign-language-interpreting:before{content:"\f2a3"}.fa-deafness:before,.fa-hard-of-hearing:before,.fa-deaf:before{content:"\f2a4"}.fa-glide:before{content:"\f2a5"}.fa-glide-g:before{content:"\f2a6"}.fa-signing:before,.fa-sign-language:before{content:"\f2a7"}.fa-low-vision:before{content:"\f2a8"}.fa-viadeo:before{content:"\f2a9"}.fa-viadeo-square:before{content:"\f2aa"}.fa-snapchat:before{content:"\f2ab"}.fa-snapchat-ghost:before{content:"\f2ac"}.fa-snapchat-square:before{content:"\f2ad"}.fa-pied-piper:before{content:"\f2ae"}.fa-first-order:before{content:"\f2b0"}.fa-yoast:before{content:"\f2b1"}.fa-themeisle:before{content:"\f2b2"}.fa-google-plus-circle:before,.fa-google-plus-official:before{content:"\f2b3"}.fa-fa:before,.fa-font-awesome:before{content:"\f2b4"}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0, 0, 0, 0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}



body {
	margin:0;
	
}

body button {
		cursor:pointer;
		
	}



.popup {
	position: fixed;
	height:100%;
	width:100%;
	top:0;
	left:0;
	display:none;
	text-align:center;
	z-index:999;
}

.popup h3 {


	text-align: center;
	text-transform: uppercase;
	font-size: 24px;
	line-height: 27px;
	font-weight: 300;
	letter-spacing: 0px;	
	color:white;
	


}

.popup img {
	position:absolute;
	right:-21px;
	top:-21px;
	width:25px;
	z-index:999;
}


.popup a:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 5;
  cursor:pointer;
  z-index:999;
}



.popup_bg {
		background:rgba(0,0,0,0.8);
		position:absolute;
		height:100%;
		width:100%;
		z-index:999;
	}
	
	
.form {
		position: relative;
		margin:100px auto;
		z-index:999;
		width:380px;
		height:420px;
		padding:40px 20px;
		background-color: rgba(0, 1, 10, 0.93);
		border:1px solid #666666;
		border-radius:4px;
		box-shadow:0 0 2px rgba(0,0,0,0.7);
		z-index:999;
	}

.form .input {
	
	margin-top:35px;
	width:277px;
	height:38px;
	border-radius:4px;
	
	-moz-border-radius: 4px; /*закругляем углы для Mozilla*/  
    -webkit-border-radius: 4px; /*закругляем углы для Chrome, Safari*/ 
	-khtml-border-radius: 4px; /*закругление углов (Safari)	*/
	letter-spacing:1px;
	border:none;
	
	-webkit-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    -moz-box-shadow:2px 2px 3px rgba(0, 0, 0, 0.1) inset;
    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: #5e6452;
            }
    ::-moz-placeholder { /* Firefox 19+ */
               color: #5e6452;
            }
    :-ms-input-placeholder {
               color: #5e6452;

	}
	



	
input:focus {
	
	background-color:#fffcf9;
	outline-style: auto;
	/*outline-width: 3px;*/
	outline-color: rgb(135, 159, 82);
	outline-offset: 0px;
 

}
		


.popup .popup-text {
	
	margin-top:23px;
	color:white;
	font-size:17px;
	font-weight:300;
	letter-spacing:1px;
	
}

.check-1 {
	
	margin: 0 auto;
	margin-top: 15px;
	width: 300px;
text-align: center;
	

}
.check-2 {
	
	
	margin: 0 auto;
	margin-top: 8px;
	width: 300px;
text-align: center;
	
	
	

}
.check-text {

	color:#e4e4e4;
	font-size: 10px;
	line-height: 13px;


	

	
}




@media screen and (max-width:530px) {	
	.form {
			width: 310px;
			height: 380px;
		}


	.popup img {	
		position: absolute;
		right: 5px;
		top: 15px;
		width: 25px;	
	}


	.popup h3 {
		font-size: 21px;
		line-height: 24px;
	}


	.form .input {	
		width: 260px;	
	}

	.popup-button {
		width: 260px;
	}


	#popup-button .button {
		width: 260px;
	}


	#popup-button .popup-text {
		display: none;
	}


	.check-1 {
		width: 270px;
	}


	.check-2 {		
		width: 270px;
	}
}

@media screen and (max-width:991px) {
	.popup img {	
		position: absolute;
		right: 5px;
		top: 15px;
		width: 25px;	
	}
}/*
 | ------------------------------------------
 | Glide styles
 | ------------------------------------------
 | Here are slider styles
 | 
*/
	.foto-1 {

	background: url(img/header-slider/slide1.jpg);
	box-shadow:inset 0 5px 82px rgba(47, 37, 32, 0.75);
	}

	.foto-2 {

	background: url(img/header-slider/slide2.jpg);
	box-shadow:inset 0 5px 82px rgba(47, 37, 32, 0.75);
	}

	.foto-3 {

	background: url(img/header-slider/slide3.jpg);
	box-shadow:inset 0 5px 82px rgba(47, 37, 32, 0.75);
	}

.slider {
	
	position: relative;
	width: 100%;
	height: 680px;
	overflow: hidden;
}
	
	.slides {

		height: 100%;
		
		/* Simple clear fix */
		overflow: hidden;
		
		/**	
		 * Prevent blinking issue
		 * Not tested. Experimental.
		 */
		-webkit-backface-visibility: hidden;
		-webkit-transform-style: preserve-3d;

		/**
		 * Here is CSS transitions 
		 * responsible for slider animation in modern broswers
		 */
		-webkit-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		   -moz-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		    -ms-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		     -o-transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000); 
		        transition: all 1000ms cubic-bezier(0.11165, 0.11840, 0.440, 1.000);
	}
	
		.slide {
			height: 100%;
			float: left;
			clear: none;
		}


	.slider-arrows {


	}

		.slider-arrow {
			

			position: absolute;
			display: block;
			margin-bottom: -20px;
			padding: 20px;
			
		}

			.slider-arrow--right {  
			
				height: 10px;
				bottom: 50%; 
				right: 30px; 
				background: url(img/header-slider/forward.png) no-repeat;
				opacity: 0.1;
				transition: 0.8s;
				z-index: 99;
			}
			.slider-arrow--left { 
				
				height: 10px;
				bottom: 50%; 
				left: 30px; 
				background: url(img/header-slider/back.png) no-repeat;
				opacity: 0.1;
				transition: 0.8s;
				z-index: 99;
			}


			.slider-arrow--right:hover {  
				
			
				opacity: 0.8;
				transition: 0.8s;
			}
			.slider-arrow--left:hover { 
				
				
				opacity: 0.8;
				transition: 0.8s;
			}




	.slider-nav {
		position: absolute;
		bottom: 30px;
		opacity: 0.8;
		

	}

		.slider-nav__item {
			width: 12px;
			height: 12px;
			float: left;
			clear: none;
			display: block;
			margin: 0 5px;
			background: #fff;
			-moz-border-radius: 100px; /* Firefox */
			  -webkit-border-radius: 100px; /* Safari, Chrome */
			  -khtml-border-radius: 100px; /* KHTML */
			  border-radius: 100px; /* CSS3 */
			  /* Для плохих IE */
			  behavior: url(css/border-radius.htc);  
		}

				.slider-nav__item:hover { background: #ffe4b4; }
				.slider-nav__item--current { background: #ffc052; }

