@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&subset=cyrillic');
@import url('https://fonts.googleapis.com/css?family=Philosopher:400,700&subset=cyrillic');
.main {
    min-height: 50vh;
    padding-top: 30px;
    font-size: 18px;
    line-height: 24px;
}
.main_page {
    padding-bottom: 85px;
    background: url('../images/main-page-bg.jpg') top center repeat-y;
}
.main .title {
    padding: 0 0 22px 0;
    margin: 0;
    font-weight: 600;
    font-size: 43px;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
}
.main h1 {
    padding: 0;
    margin: 50px 0 35px 0;
    font-weight: 600;
    font-size: 43px;
    font-family: 'Philosopher', sans-serif;
    line-height: 45px;
}
.main h2 {
    padding: 0;
    margin: 43px 0 22px 0;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Philosopher', sans-serif;
    line-height: 28px;
}
.main h3 {
    padding: 0;
    margin: 18px 0 24px;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Philosopher', sans-serif;
    line-height: 23px;
}
.main .date {
    margin: -21px 0 35px 0;
    color: #0f6838;
    font-size: 16px;
    line-height: 26px;
}
.main p {
    padding: 0;
    margin: 0 0 26px 0;
    font-size: 18px;
    line-height: 24px;
}
.main a {
    text-decoration: none;
}
.main img {
    max-width: 100%;
    height: auto;
}
.main img.long {
    width: 100%;
    height: auto;
}
.main figure {
    width: 100%;
    padding: 0;
    margin: 48px 0 45px;
    text-align: center;
}
.main figure img {
    width: 100%;
    height: auto;
}
.main figure figcaption {
    padding: 0;
    margin-top: 15px;
    color: #636363;
    font-size: 15px;
    line-height: 20px;
    text-align: left;
}
.main ul {
    padding: 0;
    margin: 0 0 25px 20px;
}
.main ul li {
    padding-left: 11px;
}
.main ol {
    padding: 0;
    margin: 0 0 25px 20px;
}
.main ol li {
    padding-left: 11px;
}
.main table:not([border='0'])[border] {
    width: 100%;
    margin: 7px 0 10px 0;
    border-collapse: collapse;
    border-style: solid;
    border-color: #cedeb4;
    font-size: 16px;
}
.main table:not([border='0'])[border] tr th {
    padding: 7.5px 15px;
    border-color: #cedeb4;
    background: #e7f6d0;
}
.main table:not([border='0'])[border] tr td {
    padding: 16.5px 30px;
    border-color: #cedeb4;
    background: #f3fae7;
}
.main table:not([border='0'])[border] tr:nth-child(2n+1) td {
    background: #e7f6d0;
}
.main table img {
    max-width: none;
}
ul.breadcrumbs {
    display: inline-block;
    padding: 0;
    margin: 0;
    font-size: 0;
    line-height: 0;
    list-style: none;
}
ul.breadcrumbs li {
    display: inline-block;
    position: relative;
    padding: 0;
    font-size: 14px;
    line-height: 20px;
}
ul.breadcrumbs li:not(:first-child) {
    margin-left: 37px;
}
ul.breadcrumbs li:not(:first-child):before {
    position: absolute;
    top: 50%;
    left: -18px;
    width: 4px;
    height: 4px;
    margin-top: -2px;
    border-radius: 50%;
    content: '';
    background: #fff;
}
ul.breadcrumbs li.active {
    color: #000;
}
ul.breadcrumbs li a {
    color: #fff;
    text-decoration: none;
}
ul.breadcrumbs li a:hover {
    color: colorCarnation;
}
ul.pagination {
    display: inline-block;
    width: 100%;
    padding: 35px 0;
    margin: 0;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    line-height: 1;
    list-style: none;
    text-align: center;
}
ul.pagination li.pagination__item {
    display: inline-block;
    padding: 5px 10px;
    margin: 0;
}
ul.pagination li.pagination__item.active {
    background: #8dc53e;
}
ul.pagination li.pagination__item.active .pagination__link {
    color: #fff;
}
ul.pagination a.pagination__link {
    color: #231f20;
    font-size: 18px;
    line-height: 1;
    text-decoration: none;
}
ul.pagination a.pagination__link:hover {
    color: #8dc53e;
}
.fancybox-skin {
    padding: 0 !important;
}
.fancybox-nav span {
    visibility: visible;
    width: 50px;
    height: 50px;
    border: 2px solid #8dc53e;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fancybox-nav span:hover {
    border-color: #8dc53e;
    background-color: #8dc53e;
}
.fancybox-next span {
    right: 0;
    margin-right: -100px;
    background: url('../images/fancy-next.png') center center no-repeat;
}
.fancybox-prev span {
    left: 0;
    margin-left: -100px;
    background: url('../images/fancy-prev.png') center center no-repeat;
}
.fancybox-close {
    top: 0;
    right: -100px;
    width: 50px;
    height: 50px;
    border: 2px solid #006937;
    background: url('../images/fancy-close.png') center center no-repeat;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.fancybox-close:hover {
    background-color: #006937;
}
.fancybox-title-float-wrap {
    bottom: 0;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, 100%);
    -ms-transform: translate(-50%, 100%);
    transform: translate(-50%, 100%);
}
.fancybox-title-float-wrap .child {
    max-width: 90%;
    margin-right: auto;
    font-weight: 400;
    font-size: 16px;
    line-height: 21px;
    white-space: normal;
    background: none;
}
.fancybox-overlay-fixed {
    z-index: 5;
    background: rgba(0,0,0,0.8);
}
.table-wrap {
    overflow-x: scroll;
    margin-top: 30px;
}
.table-wrap span {
    color: #999;
    font-size: 11px;
}
.dragscroll {
    cursor: -webkit-grab;
    cursor: grab;
}
@media (max-width: 1023px) {
    ul.breadcrumbs {
        display: none;
    }
    .main {
        padding-top: 30px;
    }
    .main_page {
        padding-bottom: 55px;
    }
    .main .date {
        margin: 10px 0 30px 0;
    }
    .main h1 {
        margin: 13px 0 19px 0;
    }
    .main h2 {
        margin: 32px 0 16px 0;
    }
    .main h3 {
        margin: 33px 0 15px;
    }
    .main p {
        margin: 0 0 15px 0;
    }
    .main figure {
        margin: 36px 0 32px;
    }
    .main figure figcaption {
        margin-top: 3px;
        font-size: 15px;
        line-height: 20px;
    }
    .main table:not([border='0'])[border] tr th {
        padding: 15px;
    }
    .main table:not([border='0'])[border] tr td {
        padding: 15px;
        border-color: #c6c9cc;
        background: #fff;
    }
    .fancybox-next span {
        margin-right: -15px;
        background-color: rgba(0,0,0,0.5);
    }
    .fancybox-prev span {
        margin-left: -15px;
        background-color: rgba(0,0,0,0.5);
    }
    .fancybox-close {
        top: -15px;
        right: -15px;
        background-color: rgba(0,0,0,0.5);
    }
}
@media (max-width: 767px) {
    .fancybox-next span, .fancybox-prev span {
        width: 45px;
        height: 45px;
    }
    .fancybox-close {
        width: 45px;
        height: 45px;
    }
    .main .title {
        font-size: 30px;
    }
    .main h1 {
        margin-top: 0;
        font-size: 30px;
        line-height: 31px;
        -webkit-hyphens: auto;
        hyphens: auto;

        -ms-hyphens: auto;
    }
    .main h2 {
        font-size: 24px;
        line-height: 25px;
    }
    .main h3 {
        margin-top: 30px;
        margin-bottom: 15px;
        font-size: 21px;
        line-height: 22px;
    }
    .main figure figcaption {
        margin-top: 8px;
        text-align: left;
    }
    table:not([border='0'])[border] tr th {
        padding: 10px;
    }
    table:not([border='0'])[border] tr td {
        padding: 10px;
    }
}
body {
    position: relative;
    color: #010101;
    font-family: 'Open Sans', sans-serif;
}
a {
    color: #6aa107;
}
a:hover {
    color: #0e6938;
}
.body_no-scroll {
    overflow: hidden;
}
.visible-hidden {
    position: absolute;
    overflow: hidden;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    border: 0;
}
.btn-accent {
    min-width: 250px;
    padding: 18px 5px;
    border: none;
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 16px;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    background: #0e6938;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.btn-accent:hover {
    color: #fff;
    background: #8dc53e;
}
.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1170px;
    padding: 0 35px;
    margin: 0 auto;
}
@media (max-width: 1023px) {
    .container {
        padding: 0 55px;
    }
}
@media (max-width: 767px) {
    .container {
        padding: 0 22px;
    }
}
.icon {
    display: inline-block;
    width: 1em;
    height: 1em;

    fill: currentColor;
}
.form-wrapper {
    width: 100%;
    max-width: 755px;
}
.form {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
}
.input-group {
    width: 100%;
}
.input-group__input {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 38px;
    padding: 0 15px;
    margin-bottom: 15px;
    border: 1px solid #c6cad4;
    color: #626262;
    font-size: 14px;
}
.input-group__input_textarea {
    height: auto;
    padding: 15px;
}
.input-group__input:focus {
    outline: none;
    border-color: #006b31;
}
.input-group__input::-webkit-input-placeholder {
    color: #626262;
}
.input-group__input::-moz-placeholder {
    color: #626262;
}
.input-group__input:-ms-input-placeholder {
    color: #626262;
}
.input-group__input::-ms-input-placeholder {
    color: #626262;
}
.input-group__input::placeholder {
    color: #626262;
}
.input-group__input_error {
    border-color: #df0024;
}
.input-group__input_error::-webkit-input-placeholder {
    color: #df0024;
}
.input-group__input_error::-moz-placeholder {
    color: #df0024;
}
.input-group__input_error:-ms-input-placeholder {
    color: #df0024;
}
.input-group__input_error::-ms-input-placeholder {
    color: #df0024;
}
.input-group__input_error::placeholder {
    color: #df0024;
}
.checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 0;
    margin-bottom: 3px;
    cursor: pointer;

    -webkit-box-align: start;
    -webkit-align-items: flex-start;
}
.checkbox__icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 17px;
    height: 17px;
    margin-top: 5px;
    border: 1px solid #c6c7c8;
    background: #fff;

    -webkit-box-flex: 0;
}
.checkbox__text {
    padding-top: 6px;
    margin-left: 5px;
    font-size: 12px;
    line-height: 16px;
}
.checkbox__text span {
    color: #f74d5a;
}
.checkbox__input {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    width: 1px;
    height: 1px;
}
.checkbox__input:checked + .checkbox__icon {
    background: #fff url('../images/checked.svg') center center no-repeat;
}
.checkbox__input:focus + .checkbox__icon {
    border-color: #006b31;
}
.form-text {
    display: inline-block;
    width: 100%;
    margin-top: 15px;
    margin-bottom: 35px;
    color: #df0024;
    font-size: 12px;
    line-height: 1;
}
.captcha {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.captcha__col {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48%;
}
@media (max-width: 576px) {
    .captcha {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .captcha__col {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .captcha__col:last-child {
        -ms-flex-order: -1;
        order: -1;
        padding-bottom: 15px;

        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
    }
}
.d-item-list {
    margin-top: 35px;
}
.d-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 20px 35px;
    margin: 0 -35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.d-item:hover {
    background: #f3fae7;
}
.d-item__icon {
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    border-radius: 50%;

    -webkit-box-flex: 0;
}
.d-item__icon_doc {
    background: #f3fae7 url('../images/icon-doc.svg') center center no-repeat;
    background-size: 25px;
}
.d-item__icon_pdf {
    background: #f3fae7 url('../images/icon-pdf.svg') center center no-repeat;
    background-size: 25px;
}
.d-item__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 25px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.d-item__name {
    width: 100%;
    padding-bottom: 16px;
    color: #000;
}
.d-item__date {
    color: #0f6838;
    font-size: 16px;
    line-height: 26px;
}
.d-item__link {
    margin-left: 35px;
    color: #8dc53e;
    font-size: 16px;
    line-height: 26px;
}
.bottom-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 30px 0 15px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
@media (max-width: 767px) {
    .d-item {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin: 0;
    }
}
@media (max-width: 510px) {
    .d-item {
        padding: 10px 5px;
        margin-bottom: 15px;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .d-item__description {
        width: 100%;
        padding: 15px 0 0 0;
    }
    .d-item__link {
        width: 100%;
        margin: 0;
    }
}
.footer {
    padding: 56px 0 30px 0;
    background: #0e6938 url('../images/leaflets-bottom-bg.png') bottom center no-repeat;
}
.footer-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.footer-right {
    color: #fff;
    text-align: right;
}
.footer-right__adress {
    font-size: 18px;
    line-height: 26px;
}
.footer-right__phone {
    margin-top: 10px;
    font-weight: 600;
    font-size: 26px;
    line-height: 1;
}
.footer-right__phone a {
    color: #fff;
    text-decoration: none;
}
.footer-right__phone a:hover {
    color: #8dc53e;
}
.footer-right__mail {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
}
.footer-right__mail a {
    color: #fff;
    text-decoration: none;
}
.footer-right__mail a:hover {
    color: #8dc53e;
}
.footer-right__button {
    margin: 15px 0;
    border: none;
    color: #fbb040;
    font-size: 18px;
    line-height: 26px;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.footer-right__button:hover {
    color: #8dc53e;
}
.develop {
    margin-top: 15px;
    font-size: 13px;
}
.develop__link {
    display: inline-block;
    width: 100%;
    padding-bottom: 10px;
    color: #aad181;
}
.develop__link a {
    color: #aad181;
    text-decoration: none;
}
.develop__link a:hover {
    color: #8dc53e;
    text-decoration: underline;
}
@media (max-width: 1279px) {
    .footer {
        padding-bottom: 34px;
    }
    .footer-right__phone {
        font-size: 24px;
    }
    .footer-logo {
        margin-top: 5px;
    }
    .develop {
        margin-top: 20px;
    }
}
@media (max-width: 767px) {
    .footer {
        padding-bottom: 61px;
        background-size: 80%;
    }
    .footer-row {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -webkit-align-items: center;
    }
    .footer-logo {
        width: 135px;
        height: 98px;
    }
    .footer-right {
        padding-top: 36px;
        text-align: center;
    }
    .footer-right__phone a {
        display: inline-block;
        width: 100%;
        margin-bottom: 10px;
    }
    .footer-right__mail {
        margin-top: 0;
    }
}
.gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0 0 19px 0;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.gallery-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(33% - 25px);
    margin: 25px 0 25px 0;
    text-decoration: none;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.gallery-item__img {
    display: inline-block;
    position: relative;
    width: 100%;
    font-size: 0;
    line-height: 0;
}
.gallery-item__img img {
    display: inline-block;
    width: 100%;
    height: auto;
}
.gallery-item__img:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: rgba(0,0,0,0.6) url('../images/pluse.png') center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.gallery-item:hover {
    color: #515252;
}
.gallery-item:hover .gallery-item__img:before {
    opacity: 1;
}
.gallery-item__text {
    margin-top: 15px;
    color: #515252;
    font-size: 16px;
    line-height: 21px;
}
.gallery-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: none;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0 0 0;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
@media (min-width: 768px) and (max-width: 1023px) {
    .gallery {
        margin-top: 36px;
    }
    .gallery-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .gallery-item {
        /*display: none;*/
        width: calc(50% - 10px);
        margin-top: 0;
        margin-bottom: 15px;
        /*opacity: 0;*/
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        transition: all 0.3s;
    }
    .gallery-item:nth-child(-n+4), .gallery-item_active {
        display: block;
        opacity: 1;
    }
}
@media (min-width: 768px) {
    .gallery-item__text {
        display: inline-block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-right: 15px;
        margin-top: 5px;
        font-size: 15px;
        line-height: 20px;
    }
}
@media (max-width: 576px) {
    .gallery {
        margin-bottom: 33px;
    }
    .gallery-bottom {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
    }
    .gallery-item {
        /*display: none;*/
        width: 100%;
        margin-bottom: 0;
        /*opacity: 0;*/
    }
    .gallery-item__text {
        display: inline-block;
        margin-top: 0;
        font-size: 15px;
        line-height: 20px;
    }
    .gallery-item:nth-child(-n+3), .gallery-item_active {
        display: block;
        opacity: 1;
    }
}
.h-about-wave {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 29px;
    margin-top: -28px;
    background: url('../images/h-about-wave.png') top center repeat-x;
}
.h-about-wave:before {
    position: absolute;
    top: 5px;
    left: 50%;
    width: 213px;
    height: 74px;
    margin-left: -106.5px;
    content: '';
    background: url('../images/h-about-wave-before-bg.png') center center no-repeat;
}
.h-about {
    position: relative;
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: -30px;
    margin-bottom: 150px;
    background: #8dc53e url('../images/h-about-left-bg.png') top 70px right no-repeat;
}
.h-about__overflow {
    overflow: hidden;
    min-height: 549px;
}
.h-about .container {
    min-height: 549px;
    padding: 100px 35px 212px 35px;
}
.h-about:before {
    position: absolute;
    bottom: -140px;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    min-height: 704px;
    content: '';
    background: url('../images/h-about-traktor-bg.png') left bottom no-repeat;
}
.h-about__title {
    position: relative;
    z-index: 2;
    padding: 0 0 22px 0;
    margin: 0;
    color: #fff;
    font-weight: 600;
    font-size: 43px;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    text-align: center;
}
.h-about__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.h-about__subtitle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-flex: 1;
}
.h-about__subtitle-number {
    color: #fff;
    font-size: 186px;
    line-height: 1;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
}
.h-about__subtitle-text {
    margin-left: 25px;
    color: #224a04;
    font-size: 31px;
    line-height: 34px;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
.h-about__subtitle-text span {
    color: #fff;
}
.h-about__text {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 25px;
    padding-left: 80px;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    opacity: 0;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    -webkit-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    transform: translate(100%, 0);
}
.h-about__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    right: 0;
    bottom: -62px;
    width: 51px;
    height: 51px;
    background: #436810;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.h-about__link:hover {
    background: #006937;
}
.h-about__link:hover:before, .h-about__link:hover:after {
    -webkit-transform: translate(-50%, -50%) rotate(179deg);
    -ms-transform: translate(-50%, -50%) rotate(179deg);
    transform: translate(-50%, -50%) rotate(179deg);
}
.h-about__link:before, .h-about__link:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: '';
    background: #fff;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.h-about__link:before {
    width: 21px;
    height: 2px;
}
.h-about__link:after {
    width: 2px;
    height: 21px;
}
@media (max-width: 1680px) {
    .h-about {
        background: #8dc53e url('../images/h-about-left-bg.png') top 70px right -10% no-repeat;
    }
}
@media (max-width: 1279px) {
    .h-about {
        margin-bottom: 98px;
        background: #8dc53e;
    }
    .h-about:before {
        background: url('../images/h-about-traktor-bg.png') left 130% bottom no-repeat;
    }
    .h-about__link {
        bottom: -78px;
    }
    .h-about__subtitle {
        margin-top: -30px;
    }
}
@media (max-width: 1023px) {
    .h-about {
        margin-bottom: 154px;
    }
    .h-about:before {
        background: url('../images/h-about-traktor-bg.png') left 75% bottom no-repeat;
    }
    .h-about__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .h-about__subtitle {
        -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        padding: 35px 60px 0 65px;

        -webkit-box-flex: 1;
    }
    .h-about__subtitle-number {
        font-size: 152px;
    }
    .h-about__subtitle-text {
        font-size: 33px;
    }
    .h-about__subtitle-text .br-sm-hide {
        display: none;
    }
    .h-about__text {
        padding: 10px 0 0 20px;
    }
}
@media (max-width: 767px) {
    .h-about {
        margin-bottom: 134px;
    }
    .h-about:before {
        background-position: bottom left 65%;
        background-size: 250%;
    }
    .h-about .container {
        padding: 100px 25px 124px 25px;
    }
    .h-about__subtitle {
        padding: 40px 0 0 0;
    }
    .h-about__subtitle-number {
        padding: 0;
        margin: 0;
        font-size: 107px;
    }
    .h-about__subtitle-text {
        margin-left: 16px;
        font-size: 18px;
        line-height: 19px;
    }
    .h-about__text {
        padding: 22px 0 0 5px;
    }
    .h-about__link {
        bottom: -67px;
    }
}
.h-advantage {
    overflow: hidden;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0 0 103px 0;
    background: url('../images/leaflets-left-bg.png') left bottom 68px no-repeat;
}
.h-advantage-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.h-advantage-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: start;
    -ms-flex-align: center;
    justify-content: flex-start;
    align-items: center;
    width: 20%;
    margin-top: 30px;
    font-family: 'Philosopher', sans-serif;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    color: #6aa107;
}
.h-advantage-item:hover {
    color: #0e6938;
}

.h-advantage-item__icon {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    color: #6aa107;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);

    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.h-advantage-item__icon_ad-1 {
    width: 77px;
    height: 66px;
}
.h-advantage-item__icon_ad-2 {
    width: 90px;
    height: 41px;
}
.h-advantage-item__icon_ad-3 {
    width: 49px;
    height: 60px;
}
.h-advantage-item__icon_ad-4 {
    width: 73px;
    height: 68px;
}
.h-advantage-item__icon_ad-5 {
    width: 76px;
    height: 69px;
}
.h-advantage-item__circle {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 170px;
    height: 170px;
    border: 10px solid #fff;
    border-radius: 50%;
    background: #e7f6d0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.h-advantage-item__title {
    width: 100%;
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}
.h-advantage-item__subtitle {
    width: 100%;
    padding: 0 15px;
    color: #626262;
    font-size: 19px;
    line-height: 23px;
    text-align: center;
}
.h-advantage-item:hover .h-advantage-item__circle {
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.11);
    box-shadow: 0 0 35px rgba(0,0,0,0.11);
    background: #fbb040;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.h-advantage-item:hover .h-advantage-item__icon {
    color: #fff;
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    -ms-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(-50%, -50%) scale(0.95);
}
.h-advantage-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 80px;
    font-weight: 600;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
@media (max-width: 1280px) {
    .h-advantage {
        background: url('../images/leaflets-left-bg.png') left -37% bottom 47px no-repeat;
    }
}
@media (max-width: 1279px) {
    .h-advantage {
        background: #fff;
    }
    .h-advantage-item__title {
        font-size: 19px;
        line-height: 23px;
    }
    .h-advantage-bottom {
        padding-top: 71px;
    }
}
@media (max-width: 1023px) {
    .h-advantage-list {
        -ms-flex-pack: center;
        justify-content: center;

        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .h-advantage-item {
        width: 33.333333333333336%;
    }
    .h-advantage-bottom {
        padding-top: 63px;
    }
}
@media (max-width: 767px) {
    .h-advantage {
        padding-bottom: 67px;
    }
    .h-advantage-list {
        margin-top: 15px;
    }
    .h-advantage-item {
        width: 100%;
        margin-top: 0;
        margin-bottom: 27px;
    }
    .h-advantage-item__title {
        margin-top: 7px;
    }
    .h-advantage-bottom {
        padding-top: 23px;
    }
}
.h-contacts {
    display: inline-block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 475px;
}
.map {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.map1 {
	width: 100%;
	height: 500px;
}
.contacts-map {
    position: relative;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 530px;
    padding: 35px 55px;
    margin-top: 85px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 35px rgba(0,0,0,0.2);
    box-shadow: 0 0 35px rgba(0,0,0,0.2);
    background: #fff url('../images/contacts-map-bg.png') bottom right no-repeat;
}
.contacts-map__title {
    padding-bottom: 10px;
    font-size: 43px;
    font-family: 'Philosopher', sans-serif;
    line-height: 63px;
}
.contacts-map__adress {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 26px;
}
.contacts-map__link {
    color: #000;
    font-size: 18px;
    line-height: 26px;
}
.contacts-map__link a {
    color: #000;
    text-decoration: none;
}
.contacts-map__link a:hover {
    color: #0e6938;
}
.contacts-map__button {
    padding: 0;
    margin-top: 20px;
    border: none;
    color: #6aa107;
    font-size: 18px;
    line-height: 26px;
    background: none;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.contacts-map__button:focus {
    outline: none;
}
.contacts-map__button:hover {
    color: #0e6938;
}
@media (max-width: 1279px) {
    .contacts-map {
        width: 477px;
        padding: 39px 63px;
    }
    .contacts-map__title {
        padding-bottom: 14px;
    }
    .contacts-map__button {
        margin-top: 6px;
    }
}
@media (max-width: 1023px) {
    .h-contacts {
        height: 492px;
    }
    .contacts-map {
        width: 297px;
        padding: 15px 25px 15px 35px;
    }
    .contacts-map__title {
        padding-bottom: 26px;
    }
    .contacts-map__link a:nth-child(2) {
        display: inline-block;
        width: 100%;
    }
}
@media (max-width: 767px) {
    .contacts-map {
        width: 291px;
        padding: 25px 25px 25px 31px;
        margin-top: 60px;
    }
    .contacts-map__title {
        padding-bottom: 11px;
        font-size: 30px;
        line-height: 31px;
    }
    .contacts-map__adress {
        padding-bottom: 10px;
    }
    .h-contacts {
        height: 613px;
    }
    .h-contacts .container {
        padding: 0 15px;
    }
}
.h-products {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 88px 0 92px 0;
    background: url('../images/leaflets-right-bg.png') top 59px right no-repeat, url('../images/leaflets-left-bg.png') bottom 82px left -35px no-repeat;
}
.h-products-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 70px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.goods-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding-top: 20px;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.goods-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(25% - 16px);
    padding: 25px 25px;
    margin-top: 19px;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.goods-item:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    content: '';
    background: #ecf8d9;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.goods-item:hover {
    z-index: 2;
}
.goods-item:hover:before {
    height: 110%;
    -webkit-box-shadow: 0 0 60px rgba(109,110,113,0.14);
    box-shadow: 0 0 60px rgba(109,110,113,0.14);
    background: #fbb040;
    -webkit-transform: scale(1.25);
    -ms-transform: scale(1.25);
    transform: scale(1.25);
}
.goods-item:hover .goods-item__title {
    color: #fff;
}
.goods-item:hover .goods-item__button {
    opacity: 1;
}
.goods-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    height: 160px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.goods-item__title {
    width: 100%;
    margin-top: 10px;
    color: #0e6938;
    font-weight: 600;
    font-size: 22px;
    font-family: 'Philosopher', sans-serif;
    line-height: 24px;
    text-align: center;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.goods-item__button {
    position: absolute;
    bottom: 0;
    left: 50%;
    padding: 15px 20px;
    border-radius: 5px;
    color: #000;
    font-size: 16px;
    background: #fff;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, 70%);
    -ms-transform: translate(-50%, 70%);
    transform: translate(-50%, 70%);
}
.goods-item__button:hover {
    color: #fff;
    background: #0e6938;
}
.goods-item_last {
    -ms-flex-pack: center;
    justify-content: center;
    background: #0e6938 url('../images/goods-item-last-bg.png') bottom right no-repeat;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.goods-item_last:before {
    display: none;
}
.goods-item_last .goods-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    color: #fff;

    -webkit-box-align: center;
    -webkit-align-items: center;
}
.goods-item_last:hover {
    background-color: #8dc53e;
}
@media (max-width: 1280px) {
    .h-products {
        background: #fff;
    }
}
@media (max-width: 1279px) {
    .goods-list {
        padding-top: 40px;
    }
    .goods-item {
        margin: 0 0 15px 0;
    }
    .goods-item__title {
        font-size: 19px;
        line-height: 21px;
    }
    .goods-item__img {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: start;
        align-items: flex-start;
        height: 130px;

        -webkit-box-align: start;
        -webkit-align-items: flex-start;
    }
    .goods-item__img img {
        width: auto;
        height: 100%;
    }
    .h-products-bottom {
        padding-top: 44px;
    }
    .h-products {
        padding-bottom: 97px;
    }
}
@media (max-width: 1023px) {
    .h-products {
        padding-top: 82px;
    }
    .goods-list {
        width: 100%;
        padding: 39px 25px 0 25px;
    }
    .goods-item {
        width: 32%;
        height: 267px;
        padding: 25px 25px 45px 25px;
        margin-bottom: 15px;
    }
    .goods-item_last {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        height: 55px;
        padding: 0 15px;
        text-align: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .goods-item_last .goods-item__title {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        text-align: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .goods-item__title {
        margin-top: 15px;
        font-size: 22px;
        line-height: 24px;
    }
    .goods-item__img {
        -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        height: 155px;

        -webkit-box-flex: 0;
    }
    .h-products-bottom {
        padding-top: 57px;
    }
}
@media (max-width: 767px) {
    .h-products {
        padding-top: 60px;
        padding-bottom: 67px;
    }
    .goods-item {
        width: 100%;
        height: 230px;
        margin-bottom: 20px;
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .goods-item_last {
        height: 88px;
    }
    .goods-item:hover {
        z-index: 2;
    }
    .goods-item:hover:before {
        height: 100%;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
    .goods-item:hover .goods-item__title {
        color: #fff;
    }
    .goods-item:hover .goods-item__button {
        opacity: 0;
    }
    .goods-item__img {
        height: 140px;
    }
    .goods-item__title {
        margin-top: 10px;
    }
    .goods-list {
        padding-top: 21px;
    }
    .h-products-bottom {
        padding-top: 31px;
    }
}
.h-quality {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    min-height: 340px;
    background: url('../images/h-quality-bg.jpg');
    background-attachment: fixed;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.h-quality__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 100px 0;
    color: #fff;
    font-weight: 600;
    font-size: 56px;
    font-family: 'Philosopher', sans-serif;
    line-height: 54px;
    text-align: center;
    text-shadow: 0 0 5px rgba(0,0,0,0.57);
}
@media (max-width: 1279px) {
    .h-quality__text {
        padding: 20px 0;
    }
}
@media (max-width: 1023px) {
    .h-quality__text br {
        display: none;
    }
}
@media (max-width: 767px) {
    .h-quality {
        min-height: 236px;
        background-attachment: none;
        background-size: contain;
    }
    .h-quality__text {
        font-size: 28px;
        line-height: 26px;
    }
}
.header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 161px;
    padding: 0 5px;
    background: url('../images/header-bg.png') top center repeat-x;
}
.header-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.nav {
    z-index: 2;
    pointer-events: none;
	width: 100%;
}
.nav__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 80px;
    padding: 0 5px;
    margin: 0;
    list-style: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

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

    -webkit-box-align: center;
    -webkit-align-items: center;
	margin: auto;
}
.nav__item_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 158px;
    padding-top: 40px;
    padding-left: 8px;
    margin-right: 27px;
}
.nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 27px;
    color: #fff;
    font-size: 18px;
    font-family: 'Philosopher', sans-serif;
    line-height: normal;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    pointer-events: auto;
}
.nav__link:hover {
    color: #faaf40;
}
.logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -49px;
    left: 50%;
    z-index: 1;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 212px;
    height: 212px;
    border-radius: 50%;
    background: #0e6938;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.logo_compact {
    top: 0;
    height: 80px;
    background: none;
}
.logo_compact img {
    width: 100px;
    height: auto;
}
.header-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -ms-flex-align: center;
    align-items: center;
    height: 80px;

    -webkit-box-align: center;
    -webkit-align-items: center;
}
.header-buttons_active {
    z-index: 4;
}
.btn-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 2;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    margin-left: 2px;
    border: none;
    color: #fff;
    background: #8dc53e;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.btn-header .icon {
    font-size: 24px;
}
.btn-header:hover {
    background: #6aa01d;
}
.btn-header_search {
    background: #55a03b;
}
.btn-header_search:hover, .btn-header_search:active {
    background: #8dc53e;
}
.search-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: absolute;
    top: 17px;
    right: 43px;
    z-index: 1;
    -webkit-flex-direction: flex-start;
    -ms-flex-direction: flex-start;
    flex-direction: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 500px;
    height: 45px;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-appearance: none;
}
.search-group_active {
    visibility: visible;
    z-index: 3;
}
.search-group form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.search-group__input {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 450px;
    height: 45px;
    padding-left: 15px;
    margin: 0;
    border: none;
    border-radius: 0;
}
.search-group__input:focus {
    outline: none;
}
.search-group__button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    border: none;
    color: #8dc53e;
    background: #fff;
    cursor: pointer;

    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.search-group__button .icon {
    font-size: 24px;
}
.nav-button, .logo-mobile {
    display: none;
}
@media (max-width: 1280px) {
    .header-container {
        max-width: 1214px;
    }
    .nav__link {
        font-size: 17px;
    }
}
@media (max-width: 1279px) {
    .header-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 35px 80px 35px;

        -webkit-box-align: center;
        -webkit-align-items: center;
    }
    .header-buttons {
        height: 100%;
        padding: 0;
    }
    .search-group {
        width: 328px;
    }
    .search-group__input {
        width: 278px;
    }
    .nav-button {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        width: 33px;
        height: 26px;
        border: none;
        background: none;
        cursor: pointer;
    }
    .nav-button:focus {
        outline: none;
    }
    .nav-button:before, .nav-button:after, .nav-button span {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 4px;
        content: '';
        background: #fff;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }
    .nav-button:after {
        top: 50%;
        margin-top: -2px;
    }
    .nav-button span {
        top: 100%;
        margin-top: -4px;
    }
    .nav-button_close span {
        display: none;
    }
    .nav-button_close:before {
        top: 50%;
        margin-top: -2px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }
    .nav-button_close:after {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }
    .logo-mobile {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: absolute;
        top: 16px;
        left: 50%;
        -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
        transform: translate(-50%, 0);
    }
    .nav {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: fixed;
        top: 0;
        left: 0;
        z-index: -1;
        width: 100%;
        height: 100%;
        padding-top: 180px;
        margin: 0;
        background: url('../images/mobile-nav-bg-right.png') top 90px right no-repeat, url('../images/mobile-nav-bg-left.png') bottom 150px left no-repeat;
        background-color: #006937;
        opacity: 0;
        -webkit-transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        -webkit-transform: translate(-100%, 0);
        -ms-transform: translate(-100%, 0);
        transform: translate(-100%, 0);
    }
    .nav_active {
        opacity: 1;
        -webkit-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        transform: translate(0, 0);
    }
    .nav__container {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: start;
        align-items: flex-start;
        overflow: hidden;
        overflow-y: auto;
	height: auto;
        width: 100%;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
    }
    .nav__item {
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
    .nav__item_logo {
        display: none;
    }
    .nav__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%;
        padding: 0;
        margin: 0;
        margin-bottom: 27px;
        font-weight: 600;
        font-size: 24px;
        text-align: center;

        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }
}
@media (max-width: 1023px) {
    .search-group {
        width: 235px;
    }
    .search-group__input {
        width: 185px;
    }
    .nav {
        background: url('../images/mobile-nav-bg-right.png') top 90px right -35% no-repeat, url('../images/mobile-nav-bg-left.png') bottom 150px left -35% no-repeat;
        background-color: #006937;
    }
    .nav__container {
        height: auto;
    }
}
@media (max-width: 767px) {
    .header-container {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        position: relative;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
        padding: 0 15px 80px 15px;

        -webkit-box-align: center;
        -webkit-align-items: center;
    }
    .header-container .btn-feedback {
        display: none;
    }
    .header-buttons {
        -ms-flex-pack: end;
        justify-content: flex-end;
        width: 100%;
        padding-bottom: 5px;

        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
    }
    .search-group {
        position: absolute;
        right: 0;
        width: calc(100% + 33px);
    }
    .search-group_active {
        z-index: 3;
    }
    .search-group form {
        width: 100%;
    }
    .search-group__input {
        width: 100%;
    }
    .nav-button {
        margin-top: -5px;
    }
    .nav {
        background: url('../images/mobile-nav-bg-left-xs.png') bottom 150px left 0 no-repeat;
        background-color: #006937;
    }
    .nav__link {
        font-size: 18px;
    }
    .logo {
        z-index: 2;
    }
}
.bx-wrapper {
    padding: 0;
    margin: 0;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.home-screen {
    position: relative;
    z-index: 1;
    margin-top: 55px;
}
.h-slider {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.h-slide {
    position: relative;
    z-index: 1;
    height: 625px;
    background-position: top center;
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.h-slide__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 50%;
    z-index: 2;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 30px;
    color: #fff;
    font-weight: 600;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.h-slide__title {
    font-size: 115px;
    font-family: 'Philosopher', sans-serif;
    line-height: 1.2;
    text-transform: uppercase;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.45);
}
.h-slide__subtitle {
    letter-spacing: 0.33;
    font-style: italic;
    font-size: 33px;
    line-height: 1.2;
    text-shadow: 3px 3px 10px rgba(0,0,0,0.45);
}
@media (max-width: 1280px) {
    .h-slide {
        height: 627px;
    }
}
@media (max-width: 767px) {
    .h-slide {
        height: 510px;
        background-size: cover;
    }
    .h-slide__text {
        top: auto;
        bottom: 13%;
    }
    .h-slide__title {
        font-size: 51px;
    }
    .h-slide__subtitle {
        font-size: 19px;
    }
}
.modal-windows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 15px 0;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.modal-windows_visible {
    visibility: visible;
    opacity: 1;
}
.modal-windows__overlay {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}
.modal-windows__close {
    position: absolute;
    top: 15px;
    right: 15px;
    color: #0e6938;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
}
.modal-windows__close:hover {
    color: #8dc53e;
}
.modal-windows__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    max-width: 500px;
    padding: 40px 30px;
    background: #fff;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
}
.modal-windows__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
}
.modal-windows__col {
    width: 48%;
}
.modal-windows__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    padding-top: 20px;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
}
.modal-windows__bottom .btn-accent {
    min-width: 174px;
}
.modal-windows__title {
    width: 100%;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Philosopher', sans-serif;
    line-height: 1;
    text-align: center;
}
.modal-windows__tel {
    width: 100%;
    margin-top: 15px;
    font-weight: 600;
    font-size: 21px;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
}
.modal-windows__tel a {
    color: #0e6938;
    line-height: 22px;
    text-decoration: none;
}
.modal-windows__tel a:hover {
    color: #6aa107;
}
.modal-windows__subtitle {
    width: 100%;
    margin-top: 20px;
    font-weight: 600;
    font-size: 17px;
    font-family: 'Philosopher', sans-serif;
    text-align: center;
}
@media (max-width: 576px) {
    .modal-windows {
        padding: 15px;
    }
    .modal-windows__wrap {
        padding: 15px;
    }
    .modal-windows__row {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .modal-windows__col {
        width: 100%;
    }
    .modal-windows__tel a {
        display: inline-block;
        width: 100%;
    }
}
.n-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -30px -35px 0 -35px;

    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.n-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(50% - 25px);
    padding: 35px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.n-item:before {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    content: '';
    background: #0e6938 url('../images/n-item-before-bg.png') center center no-repeat;
    opacity: 0;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.n-item:hover {
    background: #f3fae7;
}
.n-item:hover:before {
    opacity: 1;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.n-item__header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
}
.n-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-right: 20px;

    -webkit-box-flex: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
}
.n-item__img img {
    border-radius: 50%;
}
.n-item__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.n-item__name {
    color: #000;
    font-weight: 600;
    font-size: 26px;
    font-family: 'Philosopher', sans-serif;
    line-height: 30px;
}
.n-item__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    color: #0f6838;
    font-size: 16px;
    line-height: 26px;
}
.n-item__description {
    width: 100%;
    padding-top: 18px;
    color: #000;
}
@media (max-width: 1170px) {
    .n-list {
        margin-top: -30px;
    }
    .n-item {
        width: 50%;
    }
}
@media (max-width: 920px) {
    .n-list {
        margin-top: 0;
    }
    .n-item {
        width: 100%;
    }
}
@media (max-width: 768px) {
    .n-list {
        margin: 0 0 0;
    }
    .n-item {
        padding: 15px;
        margin-bottom: 15px;
    }
    .n-item__header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }
    .n-item__name {
        margin-top: 15px;
    }
    .n-item__img {
        width: 100%;
    }
    .n-item:before {
        display: none;
    }
}
.page-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 326px;
    padding-bottom: 55px;
    background: url('../images/page-header-bg.jpg') center top no-repeat;
    background-attachment: fixed;

    -webkit-box-align: end;
    -webkit-align-items: flex-end;
}
.page-header:before {
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 30px;
    content: '';
    background: url('../images/page-header-before.png') center top no-repeat;
}
.product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    z-index: 1;
    width: 100%;
    margin-top: 20px;
    color: #000;
    cursor: pointer;
}
.product-item:hover {
    color: #000;
}
.product-item:hover .product-item__description {
    background: #f3fae8;
}
.product-item:hover .product-item__description:before {
    background: #f3fae8;
}
.product-item__img {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: flex;
    z-index: 2;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    -ms-flex-pack: center;
    -ms-flex-align: center;
    justify-content: center;
    align-items: center;
    width: 207px;
    min-height: 216px;
    border-radius: 10px;
    background: #ecf8d9;

    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -webkit-box-flex: 1;
}
.product-item__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 1;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(100% - 207px);
    padding: 20px 25px 20px 45px;
    border-radius: 0 10px 10px 0;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
}
.product-item__description:before {
    position: absolute;
    top: 0;
    left: -10px;
    z-index: 1;
    width: 10px;
    height: 100%;
    content: '';
}
.product-item__title {
    width: 100%;
    font-weight: 500;
    font-size: 26px;
    font-family: 'Philosopher', sans-serif;
    line-height: 30px;
}
.product-item__text {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 15px;
    font-size: 18px;
    line-height: 24px;
}
.products {
    margin-top: 65px;
}
@media (max-width: 768px) {
    .product-item {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-align: center;
        align-items: center;

        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-box-align: center;
        -webkit-align-items: center;
    }
    .product-item__description {
        width: 100%;
        padding: 20px;
        border-radius: 0;
    }
    .product-item__description:before {
        display: none;
    }
}
@media (max-width: 768px) {
    .product-item__title {
        font-size: 24px;
        line-height: 1.2;
    }
    .product-item__description {
        padding: 5px;
        padding-top: 15px;
        font-size: 14px;
        line-height: 1.2;
    }
}
.a-in {
    opacity: 1;
    -webkit-transform: translate(0, 0) scale(1);
    -ms-transform: translate(0, 0) scale(1);
    transform: translate(0, 0) scale(1);
}
