@font-face {
    font-family: 'icons';
    font-style: normal;
    font-weight: normal;
    src: url('../font/icons.eot');
    src: url('../font/icons.eot#iefix') format('embedded-opentype'), url('../font/icons.woff2') format('woff2'), url('../font/icons.woff') format('woff'), url('../font/icons.ttf') format('truetype'), url('../font/icons.svg#icons') format('svg');
}

@font-face {
  font-family: 'fontello';
  src: url('../font/fontello.eot?66432741');
  src: url('../font/fontello.eot?66432741#iefix') format('embedded-opentype'),
       url('../font/fontello.woff2?66432741') format('woff2'),
       url('../font/fontello.woff?66432741') format('woff'),
       url('../font/fontello.ttf?66432741') format('truetype'),
       url('../font/fontello.svg?66432741#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'lg';
    font-style: normal;
    font-weight: normal;
    src: url('../font/lg.eot?n1z373');
    src: url('../font/lg.eot?#iefixn1z373') format('embedded-opentype'), url('../font/lg.woff?n1z373') format('woff'), url('../font/lg.ttf?n1z373') format('truetype'), url('../font/lg.svg?n1z373#lg') format('svg');
}

@font-face {
    font-family: 'blisspro-regular';
    font-style: normal;
    font-weight: normal;
    src: url('../font/blisspro-regular.woff2') format('woff2'), url('../font/blisspro-regular.woff') format('woff'), url('../font/blisspro-regular.ttf') format('truetype');
}

@font-face {
    font-family: 'blisspro-italic';
    font-style: italic;
    font-weight: normal;
    src: url('../font/blisspro-italic.woff2') format('woff2'), url('../font/blisspro-italic.woff') format('woff'), url('../font/blisspro-italic.ttf') format('truetype');
}

@font-face {
    font-family: 'blisspro-bold';
    font-style: normal;
    font-weight: bold;
    src: url('../font/blisspro-bold.woff2') format('woff2'), url('../font/blisspro-bold.woff') format('woff'), url('../font/blisspro-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'blisspro-medium';
    font-style: normal;
    font-weight: 500;
    src: url('../font/blisspro-medium.woff2') format('woff2'), url('../font/blisspro-medium.woff') format('woff'), url('../font/blisspro-medium.ttf') format('truetype');
}

@font-face {
    font-family: 'blisspro-heavy';
    font-style: normal;
    font-weight: 900;
    src: url('../font/blisspro-Heavy.woff2') format('woff2'), url('../font/blisspro-Heavy.woff') format('woff'), url('../font/blisspro-Heavy.ttf') format('truetype');
}

@font-face {
    font-family: 'rodeo-bold';
    font-style: normal;
    font-weight: bold;
    src: url('../font/rodeo-bold.woff2') format('woff2'), url('../font/rodeo-bold.woff') format('woff'), url('../font/rodeo-bold.ttf') format('truetype');
}

@font-face {
    font-family: 'rodeo-normal';
    font-style: normal;
    font-weight: normal;
    src: url('../font/rodeo-normal.woff2') format('woff2'), url('../font/rodeo-normal.woff') format('woff'), url('../font/rodeo-normal.ttf') format('truetype');
}

body {
    color: #4c3330;
    font-family: 'blisspro-regular';
    font-size: 15px;
}

img {
    max-width: 100%;
}

.box {
    margin: auto;
    max-width: 1200px;
    padding-left: 15px;
    padding-right: 15px;
}

.background-image {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.no-scroll {
    overflow: hidden;
}

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

.about {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
}

.about__card {
    box-shadow: 0 3px 38px rgba(51, 56, 32, .33);
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-width: 300px;
    order: 2;
    width: 25%;
    -ms-flex-order: 2;
    -webkit-order: 2;
}

.about__side {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 30px;
    padding-top: 30px;
}

.about__side_left {
    order: 1;
    width: 25%;
    -ms-flex-order: 1;
    -webkit-order: 1;
}

.about__side_left .about__image {
    background-position-y: 20%;
}

.about__side_right {
    flex-direction: column;
    order: 3;
    width: 50%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    -ms-flex-order: 3;
    -webkit-order: 3;
}

.about__side_right .about__image {
    background-position: 65% 35%;
}

.about__image {
    flex-grow: 1;
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
}

.about__content {
    background-color: #00b72f;
    padding: 10px 20px;
}

.about__description {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    margin: auto;
    max-width: 600px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
}

.about__title {
    flex-grow: 1;
    font-family: 'rodeo-normal';
    font-size: 26px;
    margin-right: 50px;
    text-transform: uppercase;
    width: 100%;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
}

.about__year {
    font-family: 'rodeo-bold';
    font-size: 50px;
    white-space: nowrap;
}

.about__caption {
    font-family: 'rodeo-normal';
    font-size: 20px;
    text-transform: uppercase;
}

.ie10 .about__description {
    display: block;
    max-width: 90%;
}

.ie10 .about__title {
    line-height: 1;
    margin-bottom: 10px;
}

.advantage {
    margin-bottom: 50px;
}

.advantage__wrap {
    align-items: flex-end;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 200px;
    justify-content: center;
    margin-bottom: 15px;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.advantage__image {
    max-height: 100%;
}

.advantage__caption {
    font-size: 16px;
    margin: auto;
    max-width: 80%;
    max-width: 300px;
    text-align: center;
}

.advantages {
    margin-bottom: -50px;
}

.button {
    background-color: #00b72f;
    background-image: linear-gradient(to top, #00b72f 0%, #07ce3b 99%, #07ce3b 100%);
    border: none;
    border-radius: 38px;
    box-shadow: inset 0 -6px 0 #00a52a;
    color: #fff;
    display: inline-block;
    font-family: 'rodeo-normal';
    font-size: 20px;
    line-height: 1;
    padding: 15px 40px 18px;
    position: relative;
    text-align: center !important;
    text-shadow: 0 1px 0 #009b27;
    transition: all .3s ease;
}

.button:hover,
.button:focus {
    background-image: linear-gradient(to bottom, #00b72f 0%, #07ce3b 99%, #07ce3b 100%);
    box-shadow: inset 0 -6px 0 #00b72f;
}

.button:active {
    box-shadow: inset 0 -2px 0 #00a52a;
}

.button_flat {
    background-color: #fff;
    background-image: none;
    border: 2px solid #00b72f;
    border-radius: 25px;
    box-shadow: none;
    color: #4c3330;
    font-size: 16px;
    padding: 7px 15px;
    text-shadow: none;
}

.button_flat:hover,
.button_flat:focus {
    background-color: #00b72f;
    background-image: none;
    box-shadow: none;
    color: #fff;
}

.button_flat:active {
    background-color: #00a52a;
    border-color: #00a52a;
}

.button_wide {
    width: 100%;
}

.calculator {
    border: 5px solid #fff;
    border-top: none;
    padding: 0 50px 30px;
    position: relative;
}

.calculator:before,
.calculator:after {
    background-color: #fff;
    content: '';
    height: 5px;
    position: absolute;
    top: 0;
    width: 45px;
}

.calculator:before {
    left: 0;
}

.calculator:after {
    right: 0;
}

.calculator__title {
    margin-bottom: -20px !important;
    padding-top: 20px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.calculator__caption {
    font-family: 'blisspro-bold';
    font-size: 20px;
    line-height: 1.2;
    margin-bottom: 20px;
    text-align: center;
}

.calculator__content {
    margin: auto;
    max-width: 800px;
}

.calculator__section {
    margin-bottom: 20px;
}

.calculator__item {
    margin-bottom: 15px;
}

.calculator__footer {
    text-align: center;
}

.calculator__button {
    margin: 20px auto auto;
    max-width: 250px;
    width: 100%;
}

.callback {
    max-width: 750px;
}

.callback__content {
    padding: 20px 20px 20px 50%;
}

.callback__body {
    margin: auto;
    max-width: 270px;
}

.card {
    background-color: #4c3330;
    padding: 15px;
}

.card__content {
    border: 5px solid #fff;
    max-width: 100%;
    overflow: hidden;
    padding: 15px;
    text-overflow: ellipsis;
}

.card__caption {
    font-family: 'rodeo-normal';
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 1.2;
    text-transform: uppercase;
}

.card__caption_small {
    font-size: 80%;
}

.card__button {
    margin-top: 20px;
}

.card__title {
    font-family: 'rodeo-normal';
    font-size: 32px;
    margin-bottom: 20px;
    text-align: center;
    text-transform: uppercase;
}

.carousel {
    position: relative;
}

.carousel__slider {
    padding-left: 50px;
    padding-right: 50px;
}

.carousel__arrow {
    align-items: center;
    border-radius: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 16px;
    height: 40px;
    justify-content: center;
    padding: 0 0 4px !important;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    z-index: 5;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.carousel__arrow_prev {
    left: 0;
}

.carousel__arrow_next {
    right: 0;
}

.carousel__arrow.slick-hidden+ .carousel__slider {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.clients {
    margin: auto auto -30px;
    max-width: 800px;
}

.clients__column {
    margin-bottom: 30px;
}

.clients__image {
    margin: auto;
}

.description {
    font-size: 17px;
    margin: auto auto 30px;
    max-width: 900px;
    text-align: center;
}

.footer {
    background-color: #00b72f;
    color: #fff;
    padding-bottom: 10px;
    padding-top: 10px;
}

.footer__right {
    text-align: right;
}

.form {
    width: 100%;
}

.form__title {
    font-size: 28px !important;
    margin-bottom: 20px !important;
    padding-bottom: 15px !important;
}

.form__text {
    font-size: 14px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-align: center;
}

.form__caption {
    font-size: 14px;
    line-height: 1.2;
    margin-top: 30px;
    padding-left: 30px;
    position: relative;
}

.form__caption:before {
    color: #00b72f;
    font-size: 20px;
    left: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.form__controls {
    margin-bottom: 20px;
}

.form__control {
    margin-bottom: 5px;
}

.gallery .slick-track {
    margin-bottom: -30px;
}

.gallery__column {
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
}

.gallery__image {
    display: block;
    height: 300px;
    position: relative;
}

.gallery__image:before {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: 0;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
}

.gallery__image:after {
    align-items: center;
    border: 5px solid #00b72f;
    bottom: 15px;
    color: #fff;
    content: '\e80e';
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'icons';
    font-size: 30px;
    justify-content: center;
    left: 15px;
    opacity: 0;
    position: absolute;
    right: 15px;
    top: 15px;
    transform: scale(1.1);
    transition: all .3s ease;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.gallery__image:hover:before {
    opacity: .5;
}

.gallery__image:hover:after {
    opacity: 1;
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

#lg-counter {
    color: #00b72f;
}

.lg .lg-icon {
    color: #00b72f;
    transition: all .3s ease;
}

.lg-backdrop {
    z-index: 50;
}

.lg-backdrop.in {
    opacity: .8;
}

.lg-outer {
    z-index: 60;
}

.lg-prev:after {
    content: '\e809' !important;
    font-family: 'icons';
}

.lg-next:before {
    content: '\e808' !important;
    font-family: 'icons';
}

.lg-image {
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .5);
}

.header__top {
    padding-bottom: 15px;
    padding-top: 15px;
}

.header__top_frozen {
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .3);
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 30;
}

.header__column {
    text-align: center;
}

.header__column_first {
    text-align: left;
}

.header__column_last {
    text-align: right;
}

.header__item {
    display: inline-block;
    text-align: left;
}

.header__link {
    display: inline-block;
    margin-bottom: 3px;
    margin-top: 3px;
    transition: all .3s ease;
}

.header__link:before {
    color: #00b72f;
    transition: all .3s ease;
}

.header__link:hover {
    color: #00b72f;
}

.header__link:hover:before {
    color: #4c3330;
}

.header__time {
    font-size: 13px;
}

.header__phone {
    font-family: 'rodeo-bold';
    font-size: 26px;
    line-height: 1.1;
}

.header__bottom {
    background-color: #00b72f;
}

.icon_wave:before {
    content: '\e800';
}

.icon_skype:before {
    content: '\e801';
}

.icon_mail:before {
    content: '\e802';
}

.icon_cross:before {
    content: '\e803';
}

.icon_user:before {
    content: '\e804';
}

.icon_phone:before {
    content: '\e805';
}

.icon_lock:before {
    content: '\e806';
}

.icon_phone-ringing:before {
    content: '\e807';
}

.icon_right:before {
    content: '\e808';
}

.icon_left:before {
    content: '\e809';
}

.icon_down:before {
    content: '\e80a';
}

.icon_up:before {
    content: '\e80b';
}

.icon_check:before {
    content: '\e80c';
}

.icon_arrow:before {
    content: '\e80d';
}

.icon_plus:before {
    content: '\e80e';
}

.icon_play:before {
    content: '\e80f';
}

.icon_quote:before {
    content: '\e810';
}

.icon_youtb:before {
    content: '\e811';
}

.icon_vk:before {
    content: '\e812';
}

.icon_vimeo:before {
    content: '\e813';
}

.icon_twttr:before {
    content: '\e814';
}

.icon_menu:before {
    content: '\e815';
}

.icon_viber:before {
    content: '\e816';
}

.icon_telegram:before {
    content: '\e817';
}

.icon_whatsapp:before {
    font-family: "fontello" !important;
    content: '\f232';
    font-size: 21px;
    font-weight: bolder;

}

.icon_icq:before {
    content: '\f304';
}

.icon_odnoklassniki:before {
    content: '\f30c';
}

[class*='icon_']:before,
[class*='icon_']:after {
    display: inline-block;
    font-family: 'icons';
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    line-height: 1em;
    margin-left: 5px;
    margin-right: 5px;
    text-align: center;
    text-decoration: none;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

[class*='icon_']:before:hover,
[class*='icon_']:after:hover {
    text-decoration: none;
}

.input {
    background-color: #fff;
    border: 2px solid #00b72f;
    border-radius: 25px;
    color: #4c3330;
    height: 35px;
    max-width: 100%;
    overflow: hidden;
    padding-left: 15px;
    padding-right: 15px;
    text-overflow: ellipsis;
    transition: all .3s ease;
    width: 100%;
}

.input:hover {
    border-color: #008422;
}

.input:focus {
    border-color: #4c3330;
}

.input-wrap {
    display: inline-block;
    position: relative;
    width: 100%;
}

.input-wrap> .input {
    padding-left: 40px;
}

.input-wrap:before {
    left: 10px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.intro {
    text-shadow: 0 1px 57px rgba(0, 0, 0, .23);
}

.intro__title {
    display: inline-block;
    font-family: 'rodeo-bold';
    font-size: 54px;
    letter-spacing: 3px;
    line-height: 1;
    margin-bottom: 20px;
    max-width: 100%;
    overflow: hidden;
    padding-left: 50px;
    padding-right: 50px;
    position: relative;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.intro__caption {
    font-family: 'blisspro-bold';
    font-size: 30px;
    line-height: 1;
    margin-bottom: 30px;
}

.intro__bracket {
    background-color: #fff;
    display: block;
    height: 85%;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 5px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.intro__bracket:before,
.intro__bracket:after {
    background-color: #fff;
    content: '';
    height: 5px;
    position: absolute;
    width: 40px;
}

.intro__bracket:before {
    top: 0;
}

.intro__bracket:after {
    bottom: 0;
}

.intro__bracket_left {
    left: 0;
}

.intro__bracket_left:before,
.intro__bracket_left:after {
    left: 0;
}

.intro__bracket_right {
    right: 0;
}

.intro__bracket_right:before,
.intro__bracket_right:after {
    right: 0;
}

.label {
    display: inline-block;
    font-family: 'blisspro-medium';
    font-size: 16px;
    margin-bottom: 3px;
    margin-left: 5px;
}

.lawn {
    font-size: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.lawn__wrap {
    position: relative;
    text-align: center;
    width: 100%;
}

.lawn__count {
    align-items: center;
    background-color: #00b72f;
    border-radius: 50%;
    bottom: 0;
    color: #fff;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'rodeo-normal';
    font-size: 25px;
    height: 70px;
    justify-content: center;
    left: 50%;
    letter-spacing: 2px;
    position: absolute;
    transform: translate(-50%, 50%);
    width: 70px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
}

.lawn__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
}

.lawn__column {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
}

.lawn__description {
    background-color: #fff;
    color: #4c3330;
    font-size: 15px;
    max-width: 100%;
    padding: 30px;
}

.lawn__title {
    font-family: 'rodeo-normal';
    font-size: 30px;
    line-height: 1.2;
    margin-bottom: 15px;
    text-transform: uppercase;
}

.lawn__card {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 100%;
}

.lawn__card> .card__content {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    justify-content: center;
    width: 100%;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.logo {
    display: inline-block;
    line-height: 1;
    padding-left: 45px;
    position: relative;
}

.logo:hover .logo__title {
    color: #00b72f;
}

.logo:hover .logo__highlight {
    color: #4c3330;
}

.logo__image {
    left: 0;
    max-width: 40px;
    position: absolute;
    top: 0;
}

.logo__title {
    font-family: 'rodeo-bold';
    font-size: 32px;
    text-transform: uppercase;
    transition: all .3s ease;
    white-space: nowrap;
}

.logo__highlight {
    color: #00b72f;
    transition: all .3s ease;
}

.logo__caption {
    font-size: 13px;
    margin-left: 5px;
}

.nav__link {
    align-items: center;
    color: #fff;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 16px;
    height: 50px;
    justify-content: center;
    padding: 5px 15px;
    transition: all .3s ease;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.nav__link:hover {
    background-color: #4c3330;
}

.order {
    max-width: 600px;
    padding: 20px 20px 30px;
}

.order__caption {
    font-size: 20px;
    margin-bottom: 10px;
    text-align: center;
}

.order__caption:empty {
    display: none;
}

.popup {
    align-items: center;
    background-color: rgba(12, 23, 15, .7);
    color: #4c3330;
    display: none;
    height: 100%;
    justify-content: center;
    left: 0;
    padding: 30px;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -ms-grid-row-align: center;
    -webkit-justify-content: center;
}

.popup__content {
    background-color: #fff;
    box-shadow: 0 2px 9px rgba(39, 44, 82, .22);
    position: relative;
    transform: translateY(-100%);
    transition: all .3s ease;
    width: 100%;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
}

.popup__close {
    color: #00b72f;
    cursor: pointer;
    font-size: 15px;
    position: absolute;
    right: -20px;
    top: 0;
    transition: all .3s ease;
}

.popup__close:before {
    content: '\e803';
    font-family: 'icons';
}

.popup__close:hover {
    color: #fff;
}

.popup_active .popup__content {
    transform: none;
    -webkit-transform: none;
    -ms-transform: none;
}

.price {
    font-family: 'rodeo-normal';
    font-size: 50px;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.price.old {
    font-size: 36px;
	text-decoration: line-through;
}

.review__wrap {
    display: inline-block;
    position: relative;
}

.review__wrap:after {
    color: #00b72f;
    content: '\e810';
    font-family: 'icons';
    font-size: 30px;
    position: absolute;
    right: -20px;
    text-shadow: 0 0 1px rgba(0, 0, 0, .3);
    top: 15px;
}

.review__circle {
    border: 6px solid #fff;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(51, 56, 32, .2), inset 4.5px 7.8px 0 rgba(152, 163, 151, .46);
    height: 150px;
    margin-bottom: 10px;
    overflow: hidden;
    position: relative;
    width: 150px;
}

.review__image {
    max-height: 140px;
    max-width: 140px;
    position: absolute;
}

.review__text {
    font-size: 16px;
    margin-bottom: 10px;
    max-width: 400px;
}

.review__caption {
    font-family: 'blisspro-bold';
}

.reviews {
    margin-bottom: -40px;
}

.reviews__column {
    margin-bottom: 40px;
}

.reviews__footer {
    text-align: center;
}

.reviews__more {
    margin-bottom: 30px;
}

.reviews__all {
    display: none;
}

.scheme {
    margin: auto;
    max-width: 900px;
}

.scheme__item {
    margin-bottom: 55px;
    max-width: 50%;
    position: relative;
    transform: translateX(20%);
    -webkit-transform: translateX(20%);
    -ms-transform: translateX(20%);
}

.scheme__item:after {
    color: #00b72f;
    content: '\e80d';
    font-family: 'icons';
    font-size: 25px;
    margin-top: 10px;
    position: absolute;
    right: 20%;
    top: 100%;
}

.scheme__item_right {
    margin-left: auto;
    transform: translateX(-65px);
    -webkit-transform: translateX(-65px);
    -ms-transform: translateX(-65px);
}

.scheme__item_right:after {
    left: 65px;
    right: auto;
}

.scheme__item:last-child {
    margin-bottom: 0;
}

.scheme__item:last-child:after {
    content: none;
}

.scroll-buttons {
    background-color: #00b72f;
    border-radius: 10px;
    bottom: 50px;
    box-shadow: 0 0 3px 0 rgba(0, 0, 0, .3);
    overflow: hidden;
    position: fixed;
    right: 15px;
    z-index: 10;
}

.scroll-buttons__button {
    align-items: center;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    height: 50px;
    justify-content: center;
    transition: all .3s ease;
    width: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.scroll-buttons__button:hover {
    background-color: #4c3330;
}

.section {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 50px;
    padding-top: 50px;
}

.section_light {
    color: #fff;
}

.section_lightgreen {
    background-color: #f5fbf4;
}

.select {
    display: inline-block;
    position: relative;
    width: 100%;
}

.select:hover:after {
    color: #008422;
}

.select:before {
    background-color: #fff;
    border-bottom-right-radius: 25px;
    border-top-right-radius: 25px;
    bottom: 2px;
    content: '';
    pointer-events: none;
    position: absolute;
    right: 2px;
    top: 2px;
    width: 30px;
}

.select:after {
    border-radius: 50%;
    color: #00b72f;
    content: '\e80a';
    font-family: 'icons';
    font-size: 25px;
    pointer-events: none;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    transition: all .3s ease;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.select__control {
    appearance: none;
    background-color: #fff;
    border: 2px solid #00b72f;
    border-radius: 25px;
    color: #4c3330;
    height: 35px;
    padding-left: 15px;
    padding-right: 35px;
    transition: all .3s ease;
    width: 100%;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.select__control:hover {
    border-color: #008422;
}

.select__control:focus {
    border-color: #4c3330;
}

.ie .select__control {
    padding-right: 10px;
}

.separator {
    color: #00b72f;
    font-size: 6px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.separator:before {
    content: '\e800';
    font-family: 'icons';
}

.soc__caption {
    margin-right: 5px;
}

.soc__buttons {
    display: inline-block;
}

.soc__button {
    align-items: center;
    border: 2px solid #fff;
    border-radius: 50%;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 14px;
    height: 30px;
    justify-content: center;
    margin: 3px;
    transition: all .3s ease;
    vertical-align: middle;
    width: 30px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.soc__button:hover {
    border-color: #4c3330;
    color: #4c3330;
}

.soc__button:before {
    margin: 0 !important;
}

.soc__button.icon_youtb {
    font-size: 16px;
}

.soc__button.icon_vk {
    font-size: 11px;
}

.step {
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
}

.step__circle {
    background-color: #fff;
    border: 3px solid #00b72f;
    border-radius: 50%;
    flex-shrink: 0;
    height: 130px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
    width: 130px;
    -ms-flex-negative: 0;
    -webkit-flex-shrink: 0;
}

.step__content {
    max-width: calc(100% - 145px);
}

.step__icon {
    position: absolute;
}

.step__title {
    font-family: 'blisspro-heavy';
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 5px;
    text-transform: uppercase;
}

.step__link {
    font-family: 'blisspro-bold';
    font-size: 110%;
    transition: all .3s ease;
}

.step__link:hover {
    color: #00b72f;
}

.step__button {
    margin-top: 15px;
}

.step_first .step__icon {
    left: 50%;
    max-height: 100%;
    transform: translate(-50%, 10px);
    -webkit-transform: translate(-50%, 10px);
    -ms-transform: translate(-50%, 10px);
}

.step_second .step__icon {
    left: 50%;
    max-width: 80%;
    top: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.step_third .step__icon {
    left: 0;
    margin-top: -5px;
    top: 50%;
    transform: translate(-20%, -50%);
    -webkit-transform: translate(-20%, -50%);
    -ms-transform: translate(-20%, -50%);
}

.step_fourth .step__icon {
    bottom: 0;
    left: -15px;
}

.step_fifth .step__icon {
    left: 50%;
    max-height: 115%;
    top: 10px;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.switcher {
    font-size: 0;
    text-align: center;
}

.switcher__link {
    border-radius: 0;
    box-shadow: inset 0 -4px 0 #00a52a;
    font-size: 18px;
    letter-spacing: 1px;
    margin-left: 2px;
    margin-right: 2px;
    padding: 7px 20px 10px;
    text-transform: uppercase;
}

.switcher__link:hover {
    box-shadow: inset 0 -4px 0 #00b72f;
}

.switcher__link:first-child {
    border-bottom-left-radius: 38px;
    border-top-left-radius: 38px;
}

.switcher__link:last-child {
    border-bottom-right-radius: 38px;
    border-top-right-radius: 38px;
}

.switcher__link_active {
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #00b72f;
    pointer-events: none;
    text-shadow: none;
}

.switcher__link_active:focus,
.switcher__link_active:hover,
.switcher__link_active:active {
    background-color: transparent;
    background-image: none;
    box-shadow: inset 0 0 0 2px #00b72f;
}

.tabs__tab {
    display: none;
    padding-top: 20px;
}

.tabs__arrow {
    align-items: center;
    border-radius: 0;
    bottom: 0;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 50px;
    justify-content: center;
    padding: 0 !important;
    position: absolute;
    width: 50px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.tabs__arrow_prev {
    left: 0;
    transform: translate(-100%, 50%);
    -webkit-transform: translate(-100%, 50%);
    -ms-transform: translate(-100%, 50%);
}

.tabs__arrow_next {
    right: 0;
    transform: translate(100%, 50%);
    -webkit-transform: translate(100%, 50%);
    -ms-transform: translate(100%, 50%);
}

.title {
    font-family: 'rodeo-normal';
    font-size: 40px;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 100%;
    overflow: hidden;
    padding-bottom: 20px;
    position: relative;
    text-align: center;
    text-overflow: ellipsis;
    text-transform: uppercase;
}

.title:after {
    bottom: 0;
    color: #00b72f;
    content: '\e800';
    font-family: 'icons';
    font-size: 7px;
    left: 50%;
    position: absolute;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}

.toggle {
    display: inline-block;
    position: relative;
}

.toggle:hover .toggle__box {
    border-color: #008422;
}

.toggle:hover .toggle__caption {
    opacity: .9;
}

.toggle__input {
    opacity: 0;
    position: absolute;
    visibility: hidden;
    z-index: -1000;
}

.toggle__input:checked+ .toggle__box:before {
    opacity: 1;
}

.toggle__box {
    align-items: center;
    background-color: #fff;
    border: 2px solid #00b72f;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 25px;
    justify-content: center;
    left: 0;
    position: absolute;
    top: -3px;
    transition: all .3s ease;
    width: 25px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
}

.toggle__box:before {
    font-family: 'icons';
    opacity: 0;
    transition: all .3s ease;
}

.toggle__caption {
    display: inline-block;
    line-height: 1.2;
    max-width: 100%;
    overflow: hidden;
    padding-left: 33px;
    text-overflow: ellipsis;
    transition: all .3s ease;
}

.toggle_checkbox .toggle__box:before {
    color: #00b72f;
    content: '\e80c';
    font-size: 10px;
    margin-left: 1px;
    margin-top: 1px;
}

.toggle_radio .toggle__box {
    border-radius: 50%;
}

.toggle_radio .toggle__box:before {
    background-color: #00b72f;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    width: px;
}

.video {
    font-size: 0;
    text-align: center;
}

.video__container {
    box-shadow: 0 3px 38px rgba(51, 56, 32, .33);
    cursor: pointer;
    display: inline-block;
    max-width: 100%;
    position: relative;
}

.video__container:before {
    background-color: #000;
    content: '';
    height: 100%;
    left: 0;
    opacity: .5;
    position: absolute;
    top: 0;
    transition: all .3s ease;
    width: 100%;
}

.video__container:after {
    align-items: center;
    background-color: #00b72f;
    background-image: linear-gradient(to top, #00b72f 0%, #07ce3b 99%, #07ce3b 100%);
    border-radius: 50%;
    box-shadow: inset 0 -4px 0 #00a52a;
    color: #fff;
    content: '\e80f';
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-family: 'icons';
    font-size: 40px;
    height: 100px;
    justify-content: center;
    left: 50%;
    padding-left: 10px;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all .3s ease;
    width: 100px;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.video__container:hover:before {
    opacity: .3;
}

.video__container:hover:after {
    background-image: linear-gradient(to bottom, #00b72f 0%, #07ce3b 99%, #07ce3b 100%);
    box-shadow: none;
}

.video__container_active:before,
.video__container_active:after {
    content: none;
}

.video__frame {
    max-height: 400px;
    max-width: 100%;
}

.sale{
  border: 10px solid rgb(129, 88, 159);
  background-color: rgb(255, 255, 255);
  position: absolute;
  right: 139px;
  top: 240px;
  padding: 10px 17px;
  transform: rotate(-14deg);
}

.sale__text{
  font-size: 22px;
  font-family: "Times New Roman";
  color: rgb(129, 88, 159);
  font-weight: bold;
  line-height: 1.111;
  text-align: center;
  color: #81589f;
}

.sale__text span{
    font-size: 36px;
}

@media screen and (min-width: 768px) {
    .nav {
        display: block !important;
    }
}

@media screen and (max-width: 1200px) {
    .about__year {
        font-size: 30px;
    }
    .header__phone {
        font-size: 22px;
    }
    .header__time {
        font-size: 12px;
    }
    .intro__title {
        font-size: 48px;
    }
    .intro__word:after {
        margin-top: -6px;
    }
    .lawn {
        padding-left: 30px;
        padding-right: 30px;
    }
    .logo__title {
        font-size: 22px;
    }
    .tabs__arrow {
        font-size: 16px;
        height: 50px;
        width: 30px;
    }
    .title {
        font-size: 36px;
    }
}


@media screen and (max-width: 991px) {
    .about__description {
        display: block;
    }
    .about__title {
        font-size: 20px;
        margin-bottom: 10px;
        margin-right: 0;
    }
    .about__year {
        font-size: 26px;
    }
    .about__caption {
        font-size: 16px;
    }
    .button:not(.button_flat):not(.switcher__link) {
        padding: 10px 30px 14px;
    }
    .card__caption {
        font-size: 26px;
    }
    .card__title {
        font-size: 28px;
    }
    .description {
        font-size: 16px;
    }
    .gallery__image {
        height: 200px;
    }
    .header {
        padding-top: 0 !important;
    }
    .header__column {
        padding-bottom: 5px;
        padding-top: 5px;
        text-align: center;
    }
    .header__top {
        padding-bottom: 5px;
        padding-top: 5px;
    }
    .header__top_frozen {
        box-shadow: none;
        position: static;
    }
    .intro__title {
        font-size: 40px;
    }
    .intro__caption {
        font-size: 26px;
    }
    .intro__word:after {
        margin-top: -5px;
    }
    .lawn__title {
        font-size: 26px;
    }
    .price {
        font-size: 44px;
    }
    .scroll-buttons__button {
        font-size: 25px;
        height: 40px;
        width: 40px;
    }
    .title {
        font-size: 30px;
    }
}
@media screen and (max-width: 940px){

.intro--style{

display: none;
}
.counter{
width: 100%;
}
.sale {
    right: 50%;
	top: 224px;
}
.sale__text {
    font-size: 13px;
}
.sale__text span {
    font-size: 26px;
}
}
@media screen and (max-width: 767px) {
    .about__title {
        font-size: 16px;
    }
    .about__year {
        font-size: 18px;
    }
    .about__caption {
        font-size: 13px;
    }
    .callback__content {
        padding-left: 40%;
    }
    .card__caption {
        font-size: 22px;
    }
    .card__title {
        font-size: 24px;
    }
    .description {
        font-size: 15px;
    }
    .footer {
        padding-bottom: 15px;
        padding-top: 15px;
        text-align: center;
    }
    .footer__right {
        margin-top: 15px;
        text-align: center;
    }
    .form__title {
        font-size: 24px !important;
    }
    .header__bottom {
        color: #fff;
        font-size: 23px;
        text-align: center;
        transition: all .3s ease;
    }
    .header__bottom> .box {
        padding-left: 0;
        padding-right: 0;
    }
    .header__bottom:before {
        content: '\e815';
        font-family: 'icons';
    }
    .header__bottom:hover {
        background-color: #008422;
        cursor: pointer;
    }
    .intro__title {
        font-size: 30px;
        line-height: 1.1;
    }
    .intro__caption {
        font-size: 22px;
        line-height: 1.2;
    }
    .intro__word:after {
        margin-top: -4px;
    }
    .lawn__title {
        font-size: 22px;
    }
    .nav {
        background-color: #00b72f;
        display: none;
    }
    .nav__link {
        display: block;
        height: auto;
    }
    .order__caption {
        font-size: 18px;
    }
    .price {
        font-size: 36px;
    }
    .scheme__item {
        max-width: none;
        transform: none;
        -webkit-transform: none;
        -ms-transform: none;
    }
    .scheme__item:after {
        left: 65px;
        right: auto;
    }
    .scroll-buttons__button {
        font-size: 20px;
        height: 30px;
        width: 30px;
    }
    .step__title {
        font-size: 20px;
    }
    .title {
        font-size: 26px;
        padding-bottom: 15px;
    }
    .title:after {
        font-size: 5px;
    }
	.sale {
		top: 196px;
	}
}

@media screen and (max-width: 700px) {
    .callback__content {
        padding-left: 20px;
        position: relative;
        z-index: 1;
    }
    .callback__content:before {
        background-color: #fff;
        content: '';
        height: 100%;
        left: 0;
        opacity: .7;
        position: absolute;
        top: 0;
        width: 100%;
        z-index: -1;
    }
    .gallery__column {
        width: 50%;
    }
    .lawn__content {
        display: block;
    }
    .lawn__column {
        width: 100%;
    }
    .lawn__count {
        font-size: 20px;
        height: 50px;
        width: 50px;
    }
    .lawn__title {
        text-align: center;
    }
}

@media screen and (max-width: 600px) {
    .col-sxs {
        width: 100%;
    }
    .about {
        display: block;
    }
    .about__card {
        box-shadow: none;
        min-width: 0;
        width: 100%;
    }
    .about__side {
        padding: 0;
        width: 100%;
    }
    .about__image {
        height: 250px;
    }
    .about__description {
        text-align: center;
    }
    .clients__column {
        width: 50%;
    }
    .review {
        text-align: center;
    }
    .review__text {
        margin-left: auto;
        margin-right: auto;
    }
    .switcher__link {
        font-size: 15px;
        padding-bottom: 7px;
    }
	.sale {
		top: 197px;
	}
}

@media screen and (max-width: 550px) {
    .carousel__slider {
        padding-left: 15px;
        padding-right: 15px;
    }
    .carousel__arrow {
        background: none;
        box-shadow: none;
        color: #00b72f;
        height: 100%;
    }
    .carousel__arrow:hover {
        background: none;
        box-shadow: none;
        color: #4c3330;
    }
    .carousel__arrow_prev {
        left: -15px;
    }
    .carousel__arrow_next {
        right: -15px;
    }
    .switcher__link {
        border-radius: 0 !important;
        margin-bottom: 2px;
        margin-top: 2px;
    }
}

@media screen and (max-width: 500px) {
    .col-exs {
        width: 100%;
    }
    .card {
        font-size: 14px;
    }
    .card__caption {
        font-size: 20px;
    }
    .card__title {
        font-size: 22px;
    }
    .description {
        font-size: 14px;
    }
    .form__title {
        font-size: 20px !important;
    }
    .header__phone {
        font-size: 18px;
    }
    .header__item {
        text-align: center;
    }
    .intro {
        text-align: center;
    }
    .intro__title {
        font-size: 26px;
        line-height: 1.2;
        padding-left: 35px;
        padding-right: 35px;
    }
    .intro__caption {
        font-size: 18px;
    }
    .intro__bracket:before,
    .intro__bracket:after {
        width: 25px;
    }
    .intro__word:after {
        content: none;
    }
    .lawn {
        padding-left: 0;
        padding-right: 0;
    }
    .lawn__title {
        font-size: 20px;
    }
    .order__caption {
        font-size: 16px;
    }
    .price {
        font-size: 28px;
    }
    .scheme__item:after {
        left: 50px;
    }
    .scroll-buttons {
        display: none;
    }
    .step__circle {
        height: 100px;
        width: 100px;
    }
    .step__content {
        max-width: calc(100% - 115px);
    }
    .step__title {
        font-size: 16px;
    }
    .step__caption {
        font-size: 14px;
    }
    .tabs__arrow {
        display: none;
    }
    .title {
        font-size: 22px;
    }
    .video__container:after {
        font-size: 30px;
        height: 70px;
        width: 70px;
    }
	.sale {
		right: 26%;
		top: 269px;
	}
	.sale__text {
    	font-size: 11px;
	}
	.sale__text span {
		font-size: 18px;
	}
}

@media screen and (max-width: 450px) {
    .gallery__column {
        width: 100%;
    }
}

@media screen and (max-width: 400px) {
    .calculator {
        padding-left: 30px;
        padding-right: 30px;
    }
    .calculator:before,
    .calculator:after {
        width: 25px;
    }
    .calculator__caption {
        font-size: 18px;
    }
}

.toggle__input:disabled + .toggle__box::before {
    color: #ff0101;
}
.toggle__input:disabled + .toggle__box {
    border: 2px solid #ff0101;
}
.box--style{
display: flex;
align-items: center;
}
.counter{
width: 50%;
font-family: 'blisspro-regular';
}
  .counter__title {
   font-size: 34px;
   color: #fff;
   max-width: 540px;
   display: block;
   line-height: 1.1;
   margin-bottom: 12px;
   font-family: 'blisspro-regular';
  }

  .counter__note {
   display: block;
   font-size: 18px;
   color: #fff;
   margin-bottom: 30px;
   font-family: 'blisspro-regular';
  }

  .counter__tel {
   display: inline-block;
   font-size: 20px;
   color: #fff;
   text-decoration: none;
   font-family: 'blisspro-regular';
   margin-top: 12px;
  }

  .counter__tel:hover {
   text-decoration: underline;
  }

  .counter-grid {
   display: flex;
   align-items: center;
   margin-bottom: 35px;
  }

  .counter-grid__item {
  font-family: 'blisspro-regular';
   display: flex;
   position: relative;
   flex-direction: column;
   align-items: center;
   margin-right: 15px;
  }

  .counter-grid__item::after {
   content: ':';
   position: absolute;
   right: -10px;
   color: #fff;
   top: 40px;
  }

  .counter-grid__item:last-child:after {
   content: none;
  }

  .counter-grid__item:last-child {
   margin-right: 0;
  }

  .counter-grid__number {
  font-family: 'blisspro-regular';
   display: inline-block;
   font-size: 45px;
   color: #fff;
   text-shadow: 1px 1px 2px rgba(0, 0, 0, .4);
   padding: 20px 0;
   width: 60px;
   text-align: center;
   background: rgba(255, 255, 255, .3);
   margin-bottom: 5px;
  }

  .counter-grid__name {
  font-family: 'blisspro-regular';
   display: block;
   text-align: center;
   font-size: 18px;
   color: #fff;
  }
  .intro--style{
width: 50%;
  }
  @media screen and (max-width: 940px){

.intro--style{

display: none;}
.counter{
width: 100%;
}
}


.content + center {
    display: none !important;
}