/* start header */
.header__toolbar-mobile {
    background: #fff;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
}
.toolbar-mobile__container {
    height: 50px;
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.toolbar-mobile__item_1 {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
}
.toolbar-mobile__item_2 {
    width: 120px;
    height: 50px;
}
.toolbar-mobile__item_3 {
    -webkit-box-flex: 0;
            flex: 0 0 20%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
}
.toolbar-mobile__button {
    height: 25px;
    width: 25px;
    cursor: pointer;
    background: no-repeat center center transparent;
    background-size: 18px 20px;
}
.toolbar-mobile__btn-menu {
    background-image: url('/catalog/view/theme/default/image/header/menu.svg');
}
.toolbar-mobile__btn-phone {
    background-image: url('/catalog/view/theme/default/image/header/phone.svg');
}
@media (max-width: 450px) {
    .toolbar__menu {
        max-height: 480px;
        overflow-y: scroll;
    }
}
.toolbar-menu__item {
    padding: 10px 0;
}
.toolbar-menu__link {
    display: block;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 991px) {
    .header__container {
        padding: 50px 0 0 0;
    }
}
.header__logo {
    position: absolute;
    z-index: 999;
}
.header__ctrl {
    padding: 0 0 0 220px;
}
@media (max-width: 1199px) {
    .header__ctrl {
        padding: 0 0 0 200px;
    }
}
.header__contact {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    height: 40px;
    -webkit-box-align: end;
            align-items: flex-end;
}
.header__telephone {
    margin: 0 7px 0 0;
    font-size: 12px;
    font-weight: 700;
}
.header__telephone:hover, .header__telephone:focus, .header__telephone:active {
    color: #2a2a2a;
}
.header__recall {
    margin: 0 10px 0 0;
    font-weight: 500;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 12px;
}
.header__social {
    display: -webkit-box;
    display: flex;
}
.header-social__item {    
    margin: 0 0 0 8px;
    height: 18px;
    width: 20px;
    background: no-repeat center center transparent;
}
.header-social__item_1 {
    background-image: url('/catalog/view/theme/default/image/header/social_1.svg');
}
.header-social__item_1:hover {
    background-image: url('/catalog/view/theme/default/image/header/social_1_hover.svg');
}
.header-social__item_2 {
    background-image: url('/catalog/view/theme/default/image/header/social_2.svg');
}
.header-social__item_2:hover {
    background-image: url('/catalog/view/theme/default/image/header/social_2_hover.svg');
}
.header-social__item_3 {
    background-image: url('/catalog/view/theme/default/image/header/social_3.svg');
}
.header-social__item_3:hover {
    background-image: url('/catalog/view/theme/default/image/header/social_3_hover.svg');
}
.header__menu {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    height: 50px;
}
.header-menu__link {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
}
@media (max-width: 1199px) {
    .header-menu__link {
        font-size: 10px;
    }
}
/* end header */
/* start footer */
.footer__container {
    position: relative;
    z-index: 1;
    padding: 130px 0 25px;
    background: url("../image/pattern_green.jpg") repeat center center;
    -webkit-clip-path: url(#footer-clip);
            clip-path: url(#footer-clip);
}
.footer__content {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
}
.footer__item {
    margin: 0 0 30px;
}
.footer__item_1 {
    -webkit-box-flex: 0;
            flex: 0 0 15%;
}
.footer__item_2 {
    -webkit-box-flex: 0;
            flex: 0 0 35%;
}
.footer__item_3 {
    -webkit-box-flex: 0;
            flex: 0 0 15%;
}
.footer__item_4 {
    -webkit-box-flex: 0;
            flex: 0 0 18%;
}
@media (max-width: 1199px) {
    .footer__item_2 {
        -webkit-box-flex: 0;
                flex: 0 0 40%;
    }
    .footer__item_3 {
        -webkit-box-flex: 0;
                flex: 0 0 17%;
    }
    .footer__item_4 {
        -webkit-box-flex: 0;
                flex: 0 0 22%;
    }
}
@media (max-width: 991px) {
    .footer__item_1 {
        -webkit-box-flex: 0;
                flex: 0 0 15%;
    }
    .footer__item_2 {
        -webkit-box-flex: 0;
                flex: 0 0 52%;
    }
    .footer__item_3 {
        -webkit-box-flex: 0;
                flex: 0 0 20%;
    }
    .footer__item_4 {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
@media (max-width: 767px) {
    .footer__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.footer__logo {
    max-width: 130px;
    margin: 0 0 15px;
}
.footer__copyright {
    margin: 0 0 20px;
}
.footer__social {
    display: -webkit-box;
    display: flex;
}
.footer__social {
    display: -webkit-box;
    display: flex;
}
.footer-social__link {
    width: 25px;
    height: 25px;
    margin: 0 25px 10px 0;
    background: no-repeat center center;
}
.footer-social__link_1 {    
    background-image: url("../image/footer/social_1.svg");
}
.footer-social__link_1:hover, .footer-social__link_1:active, .footer-social__link_1:focus {    
    background-image: url("../image/footer/social_1_hover.svg");
}
.footer-social__link_2 {    
    background-image: url("../image/footer/social_2.svg");
}
.footer-social__link_2:hover, .footer-social__link_2:active, .footer-social__link_2:focus {    
    background-image: url("../image/footer/social_2_hover.svg");
}
.footer-social__link_3 {    
    background-image: url("../image/footer/social_3.svg");
}
.footer-social__link_3:hover, .footer-social__link_3:active, .footer-social__link_3:focus {    
    background-image: url("../image/footer/social_3_hover.svg");
}
.footer__heading {
    margin: 0 0 20px 0;
    font-size: 13px;
    font-weight: 800;
}

.footer__menu {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.footer-menu__content {
    margin: 0 50px 0 0;
}
@media(max-width: 1199px) {
    .footer-menu__content {
        margin: 0 30px 0 0;
    }
}
.footer-menu__content:last-child {
    margin: 0;
}
.footer-menu__item {
    display: block;
    margin: 0 0 13px 0;
}
.footer-menu__link {
    font-size: 12px;
    font-weight: 600;
    color: #fff;
}
.footer-menu__link:hover, .footer-menu__link:active, .footer-menu__link:focus {
    color: #fff;
}
.footer-store__item {
    width: 94px;
    height: 60px;
    margin: 0 7px 7px 0;
    background: no-repeat center center;
}
.footer__store {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
}
.footer-store__item_1 {    
    background-image: url("../image/footer/store_1.png");
}
.footer-store__item_2 {    
    background-image: url("../image/footer/store_2.png");
}
.footer-store__item_3 {    
    background-image: url("../image/footer/store_3.png");
}
.footer-store__item_4 {    
    background-image: url("../image/footer/store_4.png");
}
/* end footer */
/* start home */
#content.home {
    padding: 0;
}
.home__banner {
    padding: 40px 0;
}
.home__slideshow {
    margin: 0 auto 40px;
    width: 100%;
}
@media(max-width: 1199px) {
    .home__slideshow .owl-dots {
        bottom: 40px;
    }
}
@media(max-width: 991px) {
    .home__slideshow .owl-dots {
        bottom: 20px;
    }
}
@media(max-width: 767px) {
    .home__slideshow .owl-dots {
        bottom: 20px;
    }
}
.home__product {
    padding: 0 0 20px;
}
.home__news {
    padding: 0 0 40px;
}
.home__about {
    background: url("../image/home_about.jpg") no-repeat center center;
}
@media(max-width: 767px) {
    .home__about {
        background-size: auto 100%;
    }
}
.home-banner__content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    -ms-grid-rows: (1fr)[2];
    grid-template-rows: repeat(2, 1fr);
    grid-gap: 20px;
}
@media(max-width: 991px) {
    .home-banner__content {
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        -ms-grid-rows: (1fr)[3];
        grid-template-rows: repeat(3, 1fr);
    }
}
@media(max-width: 450px) {
    .home-banner__content {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        -ms-grid-rows: auto;
        grid-template-rows: auto;
    }
}
.featured__container {
    display: none;
}
.featured__container:first-child {
    display: block;
}
.featured__title {
    margin: 0 0 15px;
    padding: 0 15px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}
.featured__more {
    color: #118d1f;
    font-weight: 700;
    text-decoration: underline;
}
.featured__more:hover, .featured__more:active, .featured__more:focus {
    text-decoration: underline;
}
.featured__dropdown {
    position: relative;
}
.featured__button {
    display: none;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 11px 12px 11px 22px;
    border-radius: 22px;
    border: 2px solid #94cc9a;
    color: #2e2d2d;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}
@media (max-width: 550px) {
    .featured__button {
        display: -webkit-box;
        display: flex;
    }
}
.featured-button__text {
    margin: 0 10px 0 0
}
.featured-button__arrow {
    position: relative;
    height: 20px;
    width: 20px;
}
.featured-button__arrow:before {
    position: absolute;
    content: '';
    bottom: 0;
    top: -1px;
    left: 0;
    right: 0;
    margin: auto;
    width: 8px;
    height: 8px;
    border-top: 2px solid #2a2a2a;
    border-left: 2px solid #2a2a2a;
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
}
@media (max-width: 550px) {
    .featured-dropdown__menu {
        display: none;
        position: absolute;
        top: 100%;
        margin: 5px 0 0 0;
        padding: 15px 15px;
        background: #fff;
        border: 1px solid #e9e9e9;
        border-radius: 8px;
        z-index: 999;
    }
}
.featured-dropdown__item {
    margin: 0 0 13px;
    font-weight: 500;
    white-space: nowrap;
    cursor: pointer;
}
.featured-dropdown__item:last-child {
    margin: 0;
}
.featured-dropdown__item:hover {
    color: #118d1f;
}
@media (min-width: 551px) {
    .featured-dropdown__item {
        display: inline-block;
        margin: 0 30px 0 0;
        padding: 11px 22px;
        border-radius: 22px;
        border: 2px solid transparent;
        color: #2e2d2d;
        font-size: 15px;
        font-weight: 700;
    }
    .featured-dropdown__item_active {
        border-color: #94cc9a;
    }
    .featured-dropdown__item:hover {
        color: #118d1f;
    }
}
.home__info_1 {
    -webkit-clip-path: url(#home-info-1);
            clip-path: url(#home-info-1);
    background-color: #fff;
    margin: -150px 0 0 0;
    padding: 130px 0 20px;
}
.home-info-1__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
@media(max-width: 1199px) {
    .home-info-1__container {
        flex-wrap: wrap;
        -webkit-box-pack: center;
                justify-content: center;
    }
}
.home-info-1__heading {
    padding: 50px 0 0 0;
}
@media(min-width: 1200px) {
    .home-info-1__heading {
        text-align: left;
    }
}
.home-info-1__content {
    -webkit-box-flex: 0;
            flex: 0 0 810px;
    position: relative;
    padding: 0 523px 0 0;
    min-height: 428px;
    background: url(/catalog/view/theme/default/image/home/layers.png) no-repeat right center;
}
@media(max-width: 991px) {
    .home-info-1__content {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        padding: 0 400px 0 0;
        min-height: 300px;
        background: url(/catalog/view/theme/default/image/home/layers_mobile.png) no-repeat right top;
        background-size: 400px auto;
    }
}
@media(max-width: 767px) {
    .home-info-1__content {
        padding: 300px 0 0 0;
        background: url(/catalog/view/theme/default/image/home/layers_mobile.png) no-repeat center top;
        background-size: 400px auto;
    }
}
.home-info-1__list {
    position: absolute;
    top: 128px;
    left: -50px;
    text-align: right;
}
@media(max-width: 991px) {
    .home-info-1__list {
        padding: 30px 0 0 0;
        position: relative;
        top: 0;
        left: 0;
        text-align: left;
        counter-reset: item;
    }
}
.home-info-1__item {
    margin: 0 0 16px;
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    max-width: 330px;
}
@media(max-width: 991px) {
    .home-info-1__item {
        position: relative;
        padding: 0 0 0 37px;
    }
    .home-info-1__item:before {
        position: absolute;
        content: counter(item);
        counter-increment: item;
        left: 0;
        top: 0;
        bottom: 0;
        margin: auto 0;
        height: 25px;
        width: 25px;
        border-radius: 50%;
        background-color: #118d1f;
        color: #fff;
        font-weight: 800;
        font-size: 15px;
        text-align: center;
        line-height: 24px;
        font-family: 'Rounds';
    }
}
.home__info_2 {
    padding: 130px 0 170px;
    background: url("../image/pattern_gray.jpg") repeat center center;
    -webkit-clip-path: url(#footer-clip);
            clip-path: url(#footer-clip);
}
.home-info-2__title {
    margin: -20px auto 60px;
    max-width: 730px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    text-align: center;
}
@media(max-width: 550px) {
    .home-info-2__title {
        margin: -20px auto 40px;
    }
}
.home-info-2__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 30px;
    counter-reset: item;
}
@media(max-width: 991px) {
    .home-info-2__list {
        flex-wrap: wrap;
    }
}
.home-info-2__item {
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    padding: 53px 0 0 0;
    margin: 0 0 30px;
    font-size: 15px;
    font-weight: 500;
    line-height: 22px;
}
@media(max-width: 991px) {
    .home-info-2__item {
        -webkit-box-flex: 0;
                flex: 0 0 48%;
    }
}
@media(max-width: 550px) {
    .home-info-2__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        text-align: center;
    }
}
.home-info-2__item:before {
    position: absolute;
    content: counter(item);
    counter-increment: item;
    left: 0;
    top: 0;
    height: 43px;
    width: 43px;
    border-radius: 50%;
    background-color: #f28c1e;;
    color: #fff;
    font-weight: 800;
    font-family: 'Rounds';
    font-size: 23px;
    text-align: center;
    line-height: 41px;
}
@media(max-width: 550px) {
    .home-info-2__item:before {
        right: 0;
        margin: 0 auto;
    }
}
.home__info_3 {
    position: relative;
    margin: -100px 0 0 0;
}
.home-info-3__image {
    position: absolute;
    content: '';
    bottom: -36px;
    right: 0;
    width: 590px;
    height: 590px;
    background: url("../image/home/about_3.png") no-repeat left top;
    z-index: 1;
}
@media(max-width: 1199px) {
    .home-info-3__image {
        bottom: -55px;
    }
}
@media(max-width: 991px) {
    .home-info-3__image {
        width: 446px;
        height: 570px;
    }
}
@media(max-width: 767px) {
    .home-info-3__image {
        width: 300px;
        height: 360px;
        background-size: 440px 460px;
    }
}
.home-info-3__container {
    background: url("../image/home/bg_3.png") no-repeat top center transparent;
}
.home-info-3__content {
    position: relative;
    min-height: 545px;
}
@media(max-width: 1199px) {
    .home-info-3__content {
        min-height: 615px;
    }
}
@media(max-width: 991px) {
    .home-info-3__content {
        min-height: 800px;
    }
}
@media(max-width: 767px) {
    .home-info-3__content {
        min-height: 900px;
    }
}
.home-info-3__content:before {
    position: absolute;
    content: '';
    top: 125px;
    left: 16px;
    width: 709px;
    height: 359px;
    background: url("../image/home/about_1.png") no-repeat left top;
}
@media(max-width: 1199px) {
    .home-info-3__content:before {
        top: 255px;
        left: 46px;
        width: 400px;
        height: 415px;
        background: url("../image/home/about_1_mobile.png") no-repeat left top;
        background-size: 400px 351px;
    }
}
@media(max-width: 991px) {
    .home-info-3__content:before {
        top: 211px;
        left: 0;
        width: 570px;
        height: 500px;
        background-size: 570px 500px;
    }
}
@media(max-width: 767px) {
    .home-info-3__content:before {
        top: 282px;
        left: -26px;
        width: 370px;
        height: 500px;
        background-size: 382px;
    }
}
.home-info-3__content:after {
    position: absolute;
    content: '';
    bottom: -95px;
    right: 14%;
    width: 211px;
    height: 208px;
    background: url("../image/home/about_2.png") no-repeat left top;
    z-index: 2;
}
@media(max-width: 1199px) {
    .home-info-3__content:after {
        right: 35%;
    }
}
@media(max-width: 767px) {
    .home-info-3__content:after {
        right: auto;
        background-size: 140px;
        bottom: -137px;
    }
}
.home-info-3__heading {
    position: absolute;
    top: 60px;
    left: 97px;
    max-width: 425px;
    text-align: left;
}
@media(max-width: 991px) {
    .home-info-3__heading {
        top: 58px;
        left: 0;
        right: 0;
        margin: 0 auto;
        text-align: center;
    }
}
.home-info-3__button {
    position: absolute;
    top: 170px;
    left: 95px;
    padding: 16px 43px;
    border-radius: 25px;
    background-color: #118d1f;
    font-family: 'Rounds';
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
}
@media(max-width: 991px) {
    .home-info-3__button {
        top: 174px;
        left: 0;
        right: 0;
        margin: 0 auto;
        max-width: 235px;
    }
}
@media(max-width: 767px) {
    .home-info-3__button {
        top: 208px;
    }
}
.home-info-3__button:hover, .home-info-3__button:active, .home-info-3__button:focus {
    color: #fff;
    background-color: #056813;
}
/* end home */
/*start vertical menu */
.vertical-menu__container {
    border: 1px solid #d3d3d3;
    padding: 20px;
}
.vertical-menu__item {
    margin: 0 0 20px 0;
}
.vertical-menu__item:last-child {
    margin: 0;
}
/*end vertical menu */
/* start category */
.category-menu__buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px 0;
}
.category-menu__button {
    width: 48%;
}
.category-menu__container {
    margin-bottom: 20px;
    border: 1px solid #d3d3d3;
}
.category-menu__item {
    padding: 13px 0;
    text-align: center;
}
.category__banner {
    margin-bottom: 30px;
}
.category__sub {
    margin-bottom: 50px;
}
.category-sub__item {
    margin-bottom: 30px;
}
.category-sub__img {
    margin-bottom: 15px;
}
.category-sub__title {
    text-transform: uppercase;
    font-size: 16px;
}
.category-sub__item:hover .category-sub__title {
    color: #118d1f;
}
.category__sort {
    margin: 0 0 30px;
}
.category__sort .selectboxit-arrow-container {
    width: 30px;
    position: relative;
    margin: 0 0 0 5px;
}
.sort__item {
    display: inline-block;
    line-height: 35px;
    margin-right: 20px;
}
.category__info {
    display: block;
}
.category-sort__select, .category-sort__select:active, .category-sort__select:focus, .selectboxit-container:hover .category-sort__select.selectboxit-btn {
    border-color: transparent;
}
.category__header {
    min-height: 261px;
    margin: 0 0 30px;
    background: url('/catalog/view/theme/default/image/category.png') no-repeat left top transparent;
}
@media(max-width: 991px) {
    .category__header {
        text-align: center;
    }
}
.category__subheading {
    margin: 0 0 50px;
    font-family: 'Rounds';
    font-size: 26px;
    text-transform: uppercase;
}
/* end category */
/* start manufacturer */
.manufacturer__container {
    margin-bottom: 20px;
}
.manufacturer__container:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0;
}
.manufacturer__heading {
    font-weight: 700;
    font-size: 22px;
    color: #118d1f;
}
.manufacturer__link {
    display: block;/*fix ie*/
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.manufacturer__title {
}
.manufacturer__img {
    margin: 0 0 20px;
}
/* end manufacturer */
/* start product */
.goods__breadcrumb {
    padding: 50px 0 0;
    margin: 0 0 50px;
}
.goods__images {
    margin: 0 0 50px;
}
.goods__ctrl {
    margin: 0 0 80px;
}
.goods__title {
    margin: 0 0 40px;
    text-align: left;
}
.goods__attribute {
    margin: 0 0 50px;
    height: auto;
    font-size: 16px;
    font-weight: 800;
}
.goods-attribute__row {
    padding: 10px 10px 10px 0;
}
.goods-attribute__title {
    padding: 0 40px 0 0;
    font-weight: 500;
    border-bottom: 1px solid #e9e9e9;
}
.goods-attribute__text {
    position: relative;
    background-color: #fff; 
    top: 1px; 
    padding: 0 10px 0 0;
}
.goods-descr__heading {
    margin: 0 0 25px;
    font-size: 16px;
    font-weight: 800;
}
.goods-descr__content {
    position: relative;
    font-weight: 500;
    line-height: 24px;
}
.tos-link {
	font-size: 12px;
	color: #fff;
}
.tos-link:hover {
	color: #fff;
	text-decoration: underline;
}
.form__item-lastname,
.form__item13 {
	display: none;
}
/* end product */
