@charset "utf-8";


body{
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    background-color: #f6f6f6;
    font-weight: 400;
}
html {
  font-size: 16px;
}
/*----flex-------*/
.d-flex {
  display: flex;
}
.fl-wrap {
  flex-wrap: wrap;
}
.col-20 {
    -webkit-flex: 0 0 20%;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

/*-----design----*/

h2, h3 {
  font-weight: bold;
  color: #5a9800;
}
.gray {
  color: #a9a9a9;
}
.small {
  font-size: 13px;
}
.white {
  color: #fff;
}

.light {
  font-weight: 300;
}

.w100{
    width: 100%;
}
.h100{
    height: 100%;
}
.h105{
    height: 105%;
}
.p0{
    padding: 0;
}
.pt65 {
  padding: 4.1625rem 0 0;
}
.pl0{
    padding-left: 0;
}
.pr0{
    padding-right: 0;
}
.pr20{
    padding-right: 1.25rem;
}
.pl30{
    padding-left: 1.875rem;
}
.mt20 { margin-top: 20px;}

.mb20 {margin-bottom: 20px;}
.mb30 {margin-bottom: 30px;}
.mb75 {margin-bottom: 4.6875rem;}

.mr20 {
  margin-right: 20px;
}
.ml0{
    margin-left: 0!important;
}
.tr{
    text-align: right;
}
.tac{text-align: left;}

.block-center {
  margin: 0 auto;
}
.db {display: block;}
.img-responsive {
  width: 100%;
  height: auto;
}

.block-header {
  padding: 1.5rem 0;
}
.name-company {
  color: #8cc43f;
  font-size: 21px;
  font-weight: 900;
  line-height: 20px;
}

.phone-top a {
  color: #636363;
  font-size: 18px;
  font-weight: 900;
}
@media(max-width: 767px){
  .phone-top {
    justify-content: center;
  }
}
.icons-net a {
  display: block;
  text-align: center;
}
.icons-net a img:hover{
  box-shadow: 1px 1px 5px #d5d5d5;
}

.full-menu span {
  display: block;
  width: 40px;
  height: 5px;
  background-color: #8cc43f;
  margin-bottom: 10px;
}
.full-menu span:last-child {
  margin: 0;
}
.container-top-menu {
  display: flex;
}
.container-top-menu > .menu-top > li > a {
  text-transform: uppercase;
  font-size: 18px;
  color: #111111;
  font-weight: 900;
  padding: 0.7rem;
}
.container-top-menu > .menu-top > li > a:hover {
  color: #8fc83e;
}
.dropdown.menu > li.is-dropdown-submenu-parent > .full-menu:after {
  border:none;
}
.menu > li > a.full-menu {
  display: block;
}
.menu.submenu {
  background-color: #8cc43f;
  min-width: 250px;
  padding: 20px;
  position: absolute;
  z-index: 10;
}
.menu.submenu li {
  margin-bottom: 20px;
}
.menu.submenu li:last-child {
  margin: 0;
}
.menu.submenu a {
  color: #fff;
  font-size: 20px;
  text-transform: uppercase;
  padding: 0;
  line-height: 26px;
}
.sw1 {
  height: 36.5625rem;
  position: relative;
}
.sw1-text-1 {
  font-size: 2.9375rem;
  font-weight: 900;
  /* color:#8fc83e; */
  color:#fff;
  /*letter-spacing: 3px;*/
  line-height: 1.1;
}
.sw1-text-1:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.8);
  width: 12%;
  height: 1px;
  display: block;
  line-height: 60px;
  margin-top: 20px;
}
.container-sw1-text {
  top: 50%;
  transform: translateY(-50%);
  position: relative;
}
.sw1-text-2 {
  color: #fff;
  line-height: 1.875rem;
  margin-top: 1.875rem;
}
.btn-green {
  background-color: #8fc83e;
  color: #000;
  padding: 10px 30px;
  transition: all ease 0.4s;
}
.btn-green:hover, .btn-green:active, .btn-green:focus {
  background-color: #7caf33;
  color: #000;
} 
.box-btn-sw-more {
  margin-top: 2.8125rem;
}
.sw1-slide {
  background-size: cover;
  background-repeat: no-repeat;
}
.block-advantages-black {
  background-color: #292929;
  padding: 3.125rem 0 8.75rem;
  position: relative;
}
.block-advantages-black > .row > div {
  position: relative;
}

.block-advantages-black h5 {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  min-height: 70px;
}
.block-advantages-black img {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.block-advantages-white {
  padding: 4.6875rem 0;
}
.work-performed {
  padding: 3.75rem 0 0;
  margin-bottom: 70px;
}
.title-block-green {
  color: #5a9800;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.title-block-white {
  color: #fff;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
}
.title-work {
    font-weight: 900;
    margin: 0;
    z-index: 999;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 100%;
}

h4.title-work > span{
    display: block;
    font-weight: 300;
}

.year-work {
  font-weight: 300;
  margin: 0;
}
.bg-work-performed a {
  display: flex;
  height: 18.4375rem;
  text-align: center;
  color: #fff;
  align-items: center;
  justify-content: center;
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-size: cover;
}

.box-our-works, .box-our-works-view{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}
@media(max-width: 991px){
  .box-our-works {
    margin-bottom: 30px;
  }
}

.box-our-works li, .box-our-works-view li{
    display: block;
    flex: 1 0 33%;
}
.box-our-works li.photo-item, .box-our-works-view li.photo-item {
  padding: 5px;
  transition: all ease .2s;
  flex: 0 0 33%;
}

/*.box-our-works li:nth-child(2n+3){*/
/*    flex: 2 0 43%;*/
/*}*/
/*.box-our-works li.photo-item:nth-child(2n+3) {*/
/*    flex: 0 0 33%;*/
/*}*/



/*.box-our-works li:nth-child(3n+1){*/
/*    order:1;*/
/*}*/

/*.box-our-works li:nth-child(4n+1){*/
/*    flex: 1 0 33%;*/
/*}*/
/*.box-our-works li.photo-item:nth-child(4n+1){*/
/*    flex: 0 0 33%;*/
/*}*/

/*.krupnomeri li.photo-item:nth-child(n) {*/
/*  flex: 0 0 25%;*/
/*}*/

.box-our-works li:hover{
    background-color: rgba(89, 151, 0, 0.75);
}



.box-our-works a, .box-our-works-view a {
  display: block;
  height: 18.4375rem;
  text-align: center;
  color: #fff;
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 33%;
  position: relative;
}
.box-our-works .photo-item  a {
  display: block;
  height: 18.4375rem;
  text-align: center;
  color: #fff;
  transition: all ease 1s;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1 0 33%;
  position: relative;
}

.krupnomeri .photo-item a{
  height: 22.4375rem;
}

.bg-work-performed a:hover .bg-black {
  background-color: rgba(89, 151, 0, 0.75);
}
.box-our-works a:hover .bg-black {
  background-color: rgba(89, 151, 0, 0.75);
}
.bg-work-performed a div:first-child {
  position: absolute;
}
.box-our-works a div:first-child {
  position: absolute;
}
.bg-black {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all ease 0.3s;
}
.bg-work-performed {
  background-image: url('/images/bg-works.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.block-design-main {
  position: relative;
}
.block-design-main:before {
  content: '';
  background-image: url('/images/list-11.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31.875rem;
  height: 18.75rem;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.container-design {
  background-color: #fff;
  box-shadow: 0 0 27px 7px #d5d5d5;
  display: flex;
  flex-wrap: wrap;
  padding: 1.875rem 3.125rem 2.375rem;
  position: relative;
}
.container-design > div {
  margin: 2.1875rem 0;
}
.container-design img {
  margin-bottom: 20px;
}
.container-design:before {
  content: '';
  background-image: url('/images/list-2.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 31.875rem;
  height: 18.75rem;
  position: absolute;
  bottom: 0;
  left: -37%;
  z-index: -1;
}
.container-design:after {
  content: '';
  background-image: url('/images/list-3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 28.75rem;
  height: 18.75rem;
  position: absolute;
  bottom: 0;
  right: -33%;
  z-index: -1;
}
.block-form-main {
  background-image: url('/images/bg-form.jpg');
  padding: 35px 0;
  position: relative;
}
.block-form-second{
  padding: 35px 0;
  position: relative;
  background-color: #292929;
  background-image: url(/images/rolling-lawn/gazon4.png);
  background-position: center;
  background-repeat: no-repeat;
  background-position: right;
  transform: scale(1, 1);
}

.block-form-main input,.block-form-second input {
  margin-bottom: 30px;
}
.block-form-main textarea,.block-form-second textarea {
  height: 8.75rem;
}
.map {
  height: 33.125rem;
  /*margin-bottom: 70px;*/
  position: relative;

}

.album-item-hidden, .photo-item-hidden {
  display: none !important;
}

.map div.row {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  height: 100%;
}
.text-map {
  position: absolute;
  height: 530px;
  background-color: #8cc43f;
  padding: 2.4375rem 2.5rem;
  color: #fff;
  top: 0;
  right: 18%;
}
.box-map-contacts {
  height: 683px;
  /*height: auto;*/

}
.text-map h5 {
  margin-bottom: 20px;
}
.text-map a {
  color: #fff;
  font-weight: 700;
}
.map-address::after, .map-phone:after {
    content: '';
    background-color: rgba(255, 255, 255, 0.8);
    width: 12%;
    height: 2px;
    display: block;
    line-height: 60px;
    margin-top: 20px;
    margin-bottom: 20px;
}
.map-mail h3 a {
  font-weight: 400;
}
footer {
  padding: 20px 0;
}
/*Наши работы нечетные блоки по две строки*/
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(1) > a:nth-child(1) {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(1) > a:nth-child(2) {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(2) > a:nth-child(1) {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(2) > a:nth-child(2) {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(2) > a:nth-child(3) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  /*Наши работы четные блоки по две строки*/
 .tabs-content .box-our-works:nth-child(even) > div:nth-child(1) > a:nth-child(1) {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
   .tabs-content .box-our-works:nth-child(even) > div:nth-child(1) > a:nth-child(2) {
    -webkit-flex: 0 0 75%;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
    .tabs-content .box-our-works:nth-child(even) > div:nth-child(2) > a:nth-child(1) {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

   .tabs-content .box-our-works:nth-child(even) > div:nth-child(2) > a:nth-child(2) {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

     .tabs-content .box-our-works:nth-child(even) > div:nth-child(2) > a:nth-child(3) {
    -webkit-flex: 0 0 25%;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

.bg-usluga {
  background-size: 100%;
  height: 295px;
  background-repeat: no-repeat;
  width: 100%;
}
.title-usluga a {
  color: #000;
  font-weight: 900;
}
.anons-usluga {
  font-size: 1.125rem;
  line-height: 1.5rem;
  margin-bottom: 25px;
}
.about-usluga {
  width: 55%;
  padding: 70px;
  padding-left: 75px;
  padding-top: 35px;
  padding-bottom: 85px;
}
.box-btn-green {

}
.uslugi-container .h-line {
  height: 100%;
  width: 3px;
  background-color: #dddddd;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.about-usluga-left {
  width: 55%;
  padding: 70px;
  padding-left: 75px;
  /*padding-top: 35px;*/
  float: right;
}
.bg-usluga-1 {
  margin-top: -10px;
  position: relative;
}
.bg-usluga-2 {
  position: relative;
}
.uslugi-container {
  position: relative;
}
.bg-usluga-1:after {
  content: '';
  background-image: url('/images/list-1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26.875rem;
  height: 12.75rem;
  position: absolute;
  top: 80%;
  left: -17%;
  z-index: -1;

}
.bg-usluga-2:after {
  content: '';
  background-image: url('/images/list-4.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 22.875rem;
  height: 17.75rem;
  position: absolute;
  bottom: -65%;
  right: 0;
  z-index: -1;
}
.bg-usluga-2:before {
  content: '';
  background-image: url('/images/list-2-pol.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 16.875rem;
  height: 18.75rem;
  position: absolute;
  top: -78%;
  right: 0;
  z-index: -1;
}
.uslugi-container:after {
/*  content: '';
  background-image: url('/images/list-3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26.875rem;
  height: 19.75rem;
  position: absolute;
  top: 83%;
  left: -10%;
  z-index: -1;*/
}

.bg-usluga-6, .bg-usluga-7 {
  position: relative;
}

.bg-usluga-6:before {
  content: '';
  background-image: url('/images/list-3.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26.875rem;
  height: 19.75rem;
  position: absolute;
  top:-103%;
  left: -10%;
  z-index: -1;
}
.bg-usluga-6:after {
  content: '';
  background-image: url('/images/list-5.png');
  background-repeat: no-repeat;
  background-size: 100%;
  width: 26.875rem;
  height: 19.75rem;
  position: absolute;
  top:85%;
  left: -10%;
  z-index: -1;
}
.bg-usluga-7:after {
  content: '';
  background-image: url(/images/list-6.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 27.875rem;
  height: 19.75rem;
  position: absolute;
  top: -100%;
  right: 0;
  z-index: -1;
}
table.table > thead > tr > td {
  color: #575757;
  font-weight: 500;
  text-align: center;
  background-color: #e3f1cf;
}
table.table > tbody > tr.table-row-white {
  background-color: #fff;
}
table.table > tbody > tr.table-row-green {
  background-color: #accb7f;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
}
table.table > tbody > tr.table-row-green > td {
  color: #fff;
}
table.table > tbody > tr > td {
  color: #575757;
}
table.table > tbody > tr > td:nth-child(2) {
  text-align: center;
  width: 20%;
}
table.table > tbody > tr > td:nth-child(3) {
  text-align: center;
  width: 15%;
}
table.table > tbody > tr > td:nth-child(2),
table.table > tbody > tr > td:nth-child(5) {
  text-align: left;
}
.text-map-black {
  background-color: rgba(0, 0, 0, 0.7);
    /*position: absolute;*/
  /*height: 640px;*/
  background-color: #8cc43f;
  padding: 1.438rem 2.5rem;
  color: #fff;
  top: 0;
  right: 0;
}
.preview-action {
  height: 170px;
  overflow: hidden;
  display: block;
}
.date-action {
  color: #9d9d9d;
  margin: 15px 0;
}
.header-action a {
  color: #000;
  text-transform: uppercase;
}
.text-map-black h5 {
  margin-bottom: 20px;
}
.text-map-black a {
  color: #fff;
  font-weight: 700;
}
.gal-echo > div {
  display: flex;
  align-items: center;
  height: 200px;
  overflow: hidden;
}
.gal-echo a {
  display: block;
  width: 100%;
}
.pub-view {
  min-height: 500px;
}
.green {
  color: #5a9800;
}
.black {
  color: #000;
}
.link_tabs > a {
    display: block;
    padding: 0.45rem 1.5rem;
    line-height: 1;
    font-size: 24px;
    color: #000;
}
.link_tabs> a:hover {
    background: #fefefe;
}

.d-flex {
  display: flex;
}

.flex-wrap {
  flex-wrap: wrap;
}
.box_item_product {
  border:1px solid rgba(0, 0, 0, 0.2);
  /*padding: 5px;*/
}
.br_gray {
  border:1px solid rgba(0, 0, 0, 0.2);
}
.brl-0 {
  border-left: 0px;
}
.brr-0 {
  border-right: 0px;
}
.p-5 {
  padding: 5px;
}
.p-10 {
  padding: 10px;
}

.accordion-title {
  color: #5a9800;
  font-size: 1.5rem;
}
.accordion-title:hover, .accordion-title:focus {
    background-color: #5a9800;
    color: #fff;
}
.accordion-title:hover h3, .accordion-title:focus h3 {
    color: #fff;
}

.btn_callback a {
  display: block;
  color: #fff;
  transform: rotate(90deg);
}
.btn_callback {
    position: fixed;
    bottom: 200px;
    right: 0;
    /* background-color: #5a9800; */
    height: auto;
    text-align: center;
    width: 205px;
    z-index: 1000;
}
.btn_callback a {
    display: block;
    color: #fff;
    transform: rotate(-90deg);
    /* margin-top: 107px; */
    word-wrap: normal;
    height: 60px;
    width: 355px;
    background-color: #5a9800;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    font-size: 19px;
    padding: 16px;
}
.pub-echo-action {
  margin-bottom: 35px;
}
.btn_rl {
    width: 250px;
    margin: 0 auto;
    text-align: center;
    font-size: 18px;
}



@media (max-width: 639px) {
  html {
    font-size: 14px;
  }
  .btn_callback {
    display: none;
  }
  .phone-top {
    margin: 10px 0;
  }
  .menu > li > a {
    padding: 0.7rem;
  }
  .container-top-menu {
    margin-top: 10px;
  }
  .block-header > .row > div:first-child {
    justify-content: center;
  }
  .sw1-text-1 {
      font-size: 1.6em;
      line-height: 2.65rem;
  }
  .sw1 {
      height: 28.563rem;
  }
  .block-advantages-black img {
    position: relative;
  }
  .block-advantages-white {
    padding: 0;
  }
  .block-advantages-black {
    padding: 3.125rem;
  }
  .block-design-main:before,
  .container-design:before, 
  .container-design:after {
    display: none;
  }
  .container-design {
    padding: 1.875rem 2.125rem 1.375rem;
  }
  .container-design > div {
      margin: 1.188rem 0;
  }
  .map div.row {
    /*display: none;*/
  }
  footer div.row > div {
    margin: 10px 0;
  }
/*Наши работы нечетные блоки по две строки*/
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(1) > a:nth-child(1),
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(1) > a:nth-child(2),
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(2) > a:nth-child(1),
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(2) > a:nth-child(2),
  .tabs-content .box-our-works:nth-child(odd) > div:nth-child(2) > a:nth-child(3),
  .tabs-content .box-our-works:nth-child(even) > div:nth-child(1) > a:nth-child(1),
  .tabs-content .box-our-works:nth-child(even) > div:nth-child(1) > a:nth-child(2),
  .tabs-content .box-our-works:nth-child(even) > div:nth-child(2) > a:nth-child(1),
  .tabs-content .box-our-works:nth-child(even) > div:nth-child(2) > a:nth-child(2),
  .tabs-content .box-our-works:nth-child(even) > div:nth-child(2) > a:nth-child(3)  {
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .uslugi-container:after, .bg-usluga-2:before, .bg-usluga-6:after, .bg-usluga-6:before, .bg-usluga-7:after,
  .bg-usluga-2:after, .bg-usluga-1:after, .uslugi-container .h-line, .bg-usluga{
    display: none;
  }
  .about-usluga, .about-usluga-left {
    width: 100%;
    padding: 15px;
  }
  .map {
    height: 37.125rem;
  }
  .text-map {
    right: 0;
    padding: 1.438rem 1.5rem;
  }
  .text-map-black {
    /*height: 585px;*/
    margin-bottom: 15px;
  }
  .dropdown.menu > li.is-dropdown-submenu-parent > a {
    padding-right: .2rem;
  }
  .full-menu span {
    width: 30px;
    margin-bottom: 5px;
  }
  .container-top-menu > .menu-top > li > a {
    font-size: 13px;
    padding: 0.3rem;
  }

  .menu > li > a {
    padding: 0.4rem;
  }
  .menu-top.dropdown.menu.align-right {
    justify-content: center;
    flex-wrap: wrap;
  }
  .brl-0 {
    border-left: 1px solid rgba(0, 0, 0, 0.2);
  }
  .icons-net a {
    margin: 0 5px;
  }
  .sw1 .sw1-slide:first-child .large-6 {
    margin-left: 0.75rem;
  }
 
  .sw1-slide {
    background-size: cover;
  }
  .block-advantages-black h5 {
    margin-bottom: 5px;
    min-height: 0;
  }
  footer div:last-child {
    text-align: center;
  }
  footer div:first-child a{
    justify-content: center;
  }
  .box-map-contacts {
    height: 200px;
  }



}

@media(max-width: 768px){
    .box-our-works li {
      display: block;
      flex: 1 0 100%!important;
  }
  .container_table, .box-table {
    width: 100%;
    overflow: auto;
  }
  .table-price tr, .table {
    font-size: 0.875rem;
    vertical-align: top;
  }

  .table_price table.table > tbody > tr > td:nth-child(3) {
    text-align: left;
    word-wrap: normal;
  }
  .tabs {
    flex-wrap: wrap;
  }
  .tabs-title {
    width: 100%;
    text-align: center;
  }

}

@media (min-width: 640px) and (max-width: 767px) {
    html {
    font-size: 14px;
  }
  .menu-top {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0;
  }
  .work-performed {
      padding: 0.75rem 0 0;
  }

  .container-design:before, 
  .container-design:after {
    display: none;
  }
  .block-design-main:before {
    opacity: 0.5;
    width: 22.875rem;
    height: 12.75rem;
    z-index: -1;
  }
  .container-design {
    padding: 1.875rem 1.125rem 1.375rem;
  }
  .sw1-slide {
    background-position: 45%;
  }
  .uslugi-container:after, .bg-usluga-2:before, .bg-usluga-6:after, .bg-usluga-6:before, .bg-usluga-7:after,
  .bg-usluga-2:after, .bg-usluga-1:after{
    display: none;
  }
  .about-usluga, .about-usluga-left {
    width: 100%;
    padding: 15px;
  }
  .bg-usluga {
    min-height: 100px;
    height: 205px;
    margin: 20px 0;
  }
  .text-map {
    width: 305px;
    right: 0%;
    height: 655px;
  }
  .map {
    height: 46.83rem;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
    html {
    font-size: 15px;
  }
  .menu-top {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: 10px 0;
  }
  .sw1-slide {
    background-position: 45%;
  }
  .sw1-text-1 {
    width: 60%;
  }
  .sw1-text-2 {
    width: 58%;
  }
  .sw1 {
    height: 26.563rem;
  }
  .container-design:before, 
  .container-design:after {
    display: none;
  }
  .block-design-main:before {
    opacity: 0.5;
    width: 22.875rem;
    height: 12.75rem;
    z-index: -1;
  }
  .container-design {
    padding: 1.875rem 1.125rem 0;
  }
  .block-advantages {
    margin-top: -5px;
  }
  .uslugi-container:after, .bg-usluga-2:before, .bg-usluga-6:after, .bg-usluga-6:before, .bg-usluga-7:after,
  .bg-usluga-2:after, .bg-usluga-1:after{
    display: none;
  }
  .about-usluga, .about-usluga-left {
    width: 100%;
    padding: 15px;
  }
  .bg-usluga {
    min-height: 100px;
    height: 205px;
    margin: 20px 0;
  }
  .text-map {
    width: 305px;
    right: 0%;
    height: 700px;
  }
  .map {
    height: 46.83rem;
  }

}
@media (min-width: 1024px) and (max-width: 1279px) {
  html {
    font-size: 15px;
  }
  .container-design::before {
    left: -11%;
    width: 19.75rem;
    height: 12.75rem;
  }
  .container-design::after {
    right: -11%;
    width: 19.75rem;
    height: 12.75rem;
  }
  .bg-usluga-6::before {
    width: 14.875rem;
    height: 10.75rem;
    top: -75%;
  }


  .bg-usluga-6::after {
    width: 19.875rem;
    height: 12.75rem;
    top: 80%;
  }
  .bg-usluga-7::after {
    width: 16.875rem;
    height: 14.75rem;
  }
  .sw1 {
    height: 24.963rem;
  }
  .sw1-text-1 {
    font-size: 2.4375rem;
    line-height: 2.75rem;
  }
  .sw1-text-2 {
    margin-top: 0.875rem;
  }
  .box-btn-sw-more {
      margin-top: 1.813rem;
  }
  .block-advantages {
    margin-top: -5px;
  }
  .block-design-main::before {
    width: 22.875rem;
  }
  .about-usluga, .about-usluga-left {
    width: 100%;
    padding: 40px;
  }
  .bg-usluga {
    min-height: 100px;
    height: 205px;
    margin: 20px 0;
  }
  .bg-usluga-1::after {
    width: 22.875rem;
    height: 12.75rem;
    top: 67%;
  }
  .bg-usluga-2::before {
    width: 12.875rem;
    height: 18.75rem;
    top: -66%;
  }
  .bg-usluga-2::after {
    bottom: -65%;
    width: 18.875rem;
  }
  .uslugi-container::after {
    top: 87%;
    width: 17.875rem;
  }
  .text-map {
    width: 395px;
    right: 0%;
    height: 590px;
  }
  .map {
    height: 39.325rem;
  }


}
@media (min-width: 1280px) and (max-width: 1366px) {
  .sw1 {
    height: 25.863rem;
  }
  .box-btn-sw-more {
    margin-top: 1.813rem;
  }
  .block-design-main::before {
    width: 25.875rem;
    height: 15.75rem;
  }
  .container-design::before {
    width: 23.875rem;
    height: 15.75rem;
    left: -17%;
  }
  .container-design::after {
    width: 24.75rem;
    height: 17.75rem;
    right: -17%;
  }
  .bg-usluga-6::before {
    width: 20.875rem;
    height: 11.75rem;
    top: -87%;
  }
  .bg-usluga-6::after {
    top: 92%;
    width: 22.875rem;
    height: 14.75rem;
  }
  .container-design {
    padding: 1.875rem 3.125rem 1.375rem;
  }
  .about-usluga, .about-usluga-left {
    width: 82%;
    padding-bottom: 30px;
  }
  .bg-usluga {
    min-height: 100px;
    height: 205px;
    margin: 20px 0;
  }
  .bg-usluga-1::after {
    width: 28.875rem;
    height: 12.75rem;
    top: 67%;
  }
  .bg-usluga-2::before {
    width: 12.875rem;
    height: 18.75rem;
    top: -66%;
  }
  .bg-usluga-2::after {
    bottom: -98%;
    width: 18.875rem;
  }
  .uslugi-container::after {
    top: 87%;
    width: 17.875rem;
  }

}
@media (min-width: 1367px) and (max-width: 1600px) {
  .block-design-main::before {
    width: 25.875rem;
    height: 15.75rem;
  }
  .container-design::before {
    width: 23.875rem;
    height: 15.75rem;
    left: -20%;
  }
  .container-design::after {
    width: 24.75rem;
    height: 17.75rem;
    right: -20%;
  }
  .sw1 {
    height: 27.563rem;
  }
  .container-design {
    padding: 1.875rem 3.125rem 1.375rem;
  }
  .about-usluga, .about-usluga-left {
    width: 82%;
    padding-bottom: 30px;
  }
  .bg-usluga {
    min-height: 100px;
    height: 260px;
    margin: 20px 0;
  }
  .bg-usluga-1::after {
    width: 28.875rem;
    height: 12.75rem;
    top: 67%;
  }
  .bg-usluga-2::before {
    width: 12.875rem;
    height: 18.75rem;
    top: -66%;
  }
  .bg-usluga-2::after {
    bottom: -98%;
    width: 18.875rem;
  }
  .uslugi-container::after {
    top: 87%;
    width: 17.875rem;
  }
  .bg-usluga-6::before {
    width: 22.875rem;
    height: 13.75rem;
    top: -81%;    
  }
  .bg-usluga-6::after {
    width: 22.875rem;
    height: 13.75rem;
    top: 82%;
  }
}
@media (min-width: 1601px) and (max-width: 1700px) {
  .sw1 {
    height: 30.563rem;
  }
    .bg-usluga-1::after {
    width: 28.875rem;
    height: 12.75rem;
    top: 67%;
  }
  .bg-usluga {
    min-height: 100px;
    height: 260px;
    margin: 20px 0;
  }
  .about-usluga, .about-usluga-left {
    width: 82%;
    padding-bottom: 45px;
  }
}

.table-price tbody td p{
  text-align: left;
}
.table-price thead td {
  /*border:1px solid rgba(0, 0, 0, 0.2);*/
  text-align: center;
  background-color: #e3f1cf;
}
  
table.table-price tbody tr:nth-child(odd)   {
  background-color: #fff;
}  
table.table-price tbody tr:nth-child(even)   {
   background-color: #e3f1cf;
}  

.sw1 .sw1-slide:first-child .sw1-text-1{
  color: #fff;
} 
.sw1 .sw1-slide:nth-child(2) .large-6,
.sw1 .sw1-slide:first-child .large-6{
  margin-left: 3.75rem;
}    

.bg_blue {
  background-color: #015a6c;
}
.links_main {
  display: block;
  padding: 15px;
  background-repeat: no-repeat;
  transition: all ease .3s;
}
.links_main h3 {
  font-size: 24px;
  color: #fff;
  margin-bottom: 0;
  font-weight: 700;
}
.links_main > div {
  outline: 3px solid #fff;
  padding: 25px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 220px;
}
.links_main:hover > div {
  outline: 3px solid #fcff00;
}
.links_main:hover h3 {
  color: #fcff00;
}
.block_pres_1 {
  position: relative;
}
.block_pres_1:before {
    content: '';
    position: absolute;
    background-image: url(/images/list-left.png);
    width: 600px;
    height: 600px;
    top: 0;
    left: 0;
    background-repeat: no-repeat;
    background-position: 100%;
}
.block_pres_1:after {
    content: '';
    position: absolute;
    background-image: url(/images/list-right.png);
    width: 550px;
    height: 600px;
    top: -45px;
    right: 0;
    background-repeat: no-repeat;
    background-position: 0%;
}
.box_img_pres {
  min-height: 105px;
  position: relative;
}
.pos_center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.box_steps {
  counter-reset: myCounter;
  margin-bottom: 75px;
}
.box_steps .step:after {
    counter-increment: myCounter;
    content: counter(myCounter);
    color: rgba(255, 255, 255, 1);
    font-size: 125px;
    font-weight: bold;
    text-align: center;
    position: absolute;
    right: 17%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
}
.box_steps .step:nth-child(even):after {
    /*counter-increment: myCounter;*/
    /*content: counter(myCounter);*/
    /*color: rgba(255, 255, 255, 1);*/
    /*font-size: 125px;*/
    /*font-weight: bold;*/
    /*text-align: center;*/
    /*position: absolute;*/
    left: 25%;
    /*top: 50%;*/
    /*transform: translate(-50%, -50%);*/
    /*z-index: -1;*/
}
.box_steps .step:nth-child(even) .step_img{
  order:2;
}
.box_steps .step:nth-child(even) .text_step{
  order:1;
  justify-content: flex-end;
}
.box_steps .step:nth-child(even) .text_step:before {
  display: none;
}
.box_steps .step:nth-child(even) .text_step:after {
    content: '';
    background-image: url(/images/green-arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    display: block;
    background-size: 100%;
    margin-left: 20px;
    transform: rotate(180deg);
}
.box_steps .step:nth-child(even) .text_step div {
  text-align: right;
}
.step {
  position: relative;
}
.bg_grae_down {
  background-color: #e8e8e8;
  position: absolute;
  z-index: -1;
  height: 130px;
  width: 100%;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
}
.text_step {
  display: flex;
  align-items: center;
}
.text_step:before {
    content: '';
    background-image: url(/images/green-arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    display: block;
    background-size: 100%;
    margin-right: 20px;
}
.text_step div {
  width: 95%
}
.list_green_arrow li {
  display: flex;
  width: 95%;
}
.list_green_arrow li p{
  width: 95%;
}
.list_green_arrow li:before {
    content: '';
    background-image: url(/images/green-arrow.png);
    background-repeat: no-repeat;
    width: 30px;
    height: 25px;
    display: block;
    background-size: 100%;
    margin-right: 20px;
    transform: rotate(180deg);
}

.bg_pres_big {
  background-image: url('/images/img-pres-big.jpg');
  background-repeat: no-repeat;
  margin-top: 70px;
  padding: 30px 0 40px;
  margin-bottom: 75px;
  background-position: center;
}
.bg_pres_big h3 {
  line-height: 1.3;
  margin-bottom: 35px;
}
.br_yellow {
  border:3px solid #fcff00;
}
.yellow_block {
      padding: 25px 25px 40px;
}
@media (max-width: 767px) {
  .block_pres_1:before, .block_pres_1:after {
    display: none;
  }
  .col-20 {
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 20px;
  }
  .step .large-3 {
    display: none;
  }
  .step {
    margin-bottom: 30px;
  }
  .bg_grae_down {
    display: none;
  }
  .box_steps .step::after {
    font-size: 75px;
  }
  .box_steps {
    margin-bottom: 15px;
  }
  .bg_pres_big {
    margin-top: 0;
    padding: 30px 0 40px;
    margin-bottom: 25px;
  }
  .block_pres_end.mb75 {
    margin-bottom: 15px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .col-20 {
    -webkit-flex: 0 0 33.33333%;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 20px;
  }
  .block_pres_1::before {
    width: 310px;
    height: 300px;
    left: 0px;
    background-position: 125%;
    background-size: cover;
  }
  .block_pres_1::after {
    width: 300px;
    height: 300px;
    background-size: cover;
  }
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .block_pres_1::before {
    width: 350px;
    height: 300px;
    left: 0px;
    background-position: 127% -25px;
    background-size: cover;
  }
  .block_pres_1::after {
    width: 350px;
    height: 300px;
    background-size: cover;
  }
}
@media (min-width: 1280px) and (max-width: 1365px) {
  .block_pres_1::before {
    width: 490px;
    height: 400px;
    left: 0px;
    background-position: 138%;
    background-size: cover;
  }
  .block_pres_1::after {
    width: 445px;
    height: 330px;
    background-size: cover;
  }
}
@media (min-width: 1366px) and (max-width: 1599px) {
  .block_pres_1::before {
    width: 600px;
    height: 440px;
    left: 0px;
    background-position: 200%;
    background-size: cover;
  }
  .block_pres_1::after {
    width: 525px;
    height: 460px;
  }
}
.sw_right_block {
  position: absolute;
  display: block;
  top: 0;
  right: 0;
  width: 45%;
  height: 100%;
  z-index: 1000;
}
.btn_sw {
    width: 90px;
    text-align: center;
    position: relative;
    top: 73%;
    right: -14%;
    box-shadow: 5px 5px 10px 1px rgba(0, 0, 0, 0.2);
}
@media (max-width: 639px) {
  .btn_sw {display: none;}
}
@media (min-width: 640px) and (max-width: 767px) {
  .sw1 .sw1-slide {
    background-position: center center;
  }
  .sw1-text-1 {width: 50%;}
}
@media (min-width: 768px) and (max-width: 1023px) {
  .sw1-text-1 {width: 50%;}
}
@media (min-width: 1024px) and (max-width: 1199px) {
  .sw1 .sw1-slide {
    background-position: center center;
  }
  .sw_right_block {width: 53%;}
}
table tbody td {
	text-align: center;
}
.gallery-krupnomeri {
  overflow: hidden;
  transition: all ease .3s;
}
.gallery-krupnomeri.open {
  height: auto!important;
}
.gallery-krupnomeri__item {
  margin-bottom: 30px;
}
.title-slide-3 {
    color: #fff;
    font-size: calc((100vw - 30rem)/(120 - 30) * (3.438 - 2.6) + 2.6rem);
    line-height: 1.1;
}
.desc-slide-3 {
	font-size: calc((100vw - 30rem)/(120 - 30) * (1.875 - 1.4) + 1.4rem);
    font-weight: 500;
    line-height: 1.1;
}
.price-nowrap tr td:nth-child(3){
    white-space: nowrap;
}
.price-nowrap tr td:nth-child(5) p {
    text-align: center;
}

.block-header__bottom {
  background-color: #fff;
  padding: 15px 0;
}
.block-header__bottom .menu {
  flex-wrap: wrap;
}
.block-header__bottom .menu a {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
    color: black;
    display: block;
    border-right: 1px solid rgba(0, 0, 0, .2);
    padding: 5px 35px;
    transition: all ease .3s;
}
.block-header__bottom .menu a:hover,
.block-header__bottom .menu a:focus {
  color: #8cc43f;
}
.block-header__bottom .menu li:last-child a {
  border:0px;
}
@media(max-width: 767px){
  .block-header__bottom .menu a {
    line-height: 1.2;
    margin-bottom: 10px;
    border:0px;
  }
}
@media(max-width: 767px){
  .block-header__bottom .menu li {
    width: 100%;
  }
}
.block-header__phones a {
    padding: 5px 30px;
    white-space: nowrap;
    border-right: 1px solid rgba(0, 0, 0, .2);
}
@media (max-width: 991px){
  .block-header__phones a {
      padding: 5px 10px;
    }
}
@media(max-width: 767px){
  .block-header__phones {
    text-align: center;
    align-self: center;
  }
  .block-header__phones a {
      border:0px;
    }
}
.block-header__phones a:last-child {
  border-right: 0px;
}
.block-header__social a {
  margin-right: 10px;
}

.bg-gray{
  background: #e8e8e8;
  
}

  /* background-image:  url(/images/rolling-lawn/gazon1.png), url(/images/rolling-lawn/gazon3.png);
  background-repeat: no-repeat;
  background-position: left, right;
  height: 200px;
  padding-top: 50px; */


.images-rol-lawn {
  position: relative;
  height: 170px;
  padding-top: 40px;
  margin-top:20px ;
}
.images-rol-lawn:after {
  content: '';
  position: absolute;
  top: -30px; right: 0;
  bottom: -60px; left: 0;
  background-image:  url(/images/rolling-lawn/gazon1.png), url(/images/rolling-lawn/gazon3.png);
  background-repeat: no-repeat;
  background-position: left, right;
  background-size: 260px;
}

@media (max-width: 768px){
.images-rol-lawn:after {
    background-image: none;
}
}

.footer-law-text {
  font-size: 12px;
  margin-top: 25px;
  padding-left: 10px;
  padding-right: 10px;
}

.bg_blue .links_main:hover {
  opacity: 0.7;
}
.main-project {
  padding-bottom: calc(30px + 90 * (100vw / 1920));
  position: relative;
}

.main-project-bg {
  height: calc(400px + 260 * (100vw / 1920));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.title-block-white {
  color: #FFFFFF;
  font-weight: 900;
  text-align: center;
  margin-bottom: 30px;
  padding-top: calc(40px + 20 * (100vw / 1920));
}
.col-12 {
  width: 100%;
}
@media (min-width: 992px) {
  .col-lg-6 {
    width: 50%;
    flex: 0 0 auto;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 20px;
  }
}
.main-project-wrapper {
  height: calc(250px + 80 * (100vw / 1920));
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.main-project-name {
  color: #FFF;
  text-align: center;
  font-size: calc(16px + 8 * (100vw / 1920));
  font-weight: 700;
  line-height: normal;
  position: absolute;
}
.main-project-wrapper:hover .bg-black {
  background-color: rgba(89, 151, 0, 0.75);
}

@media (min-width: 1920px) {
  .main-project {
    padding-bottom: 120px;
  }

  .main-project-bg {
    height: 660px;
  }
  .main-project-wrapper {
    height: 330px;
  }
  .main-project-name {
    font-size: 24px;
  }
  .title-block-white {
    margin-bottom: 30px;
    padding-top: 60px;
  }
}