/* start standart controlls */
.table-responsive {
    min-height: .01%;
    overflow-x: auto;
}
@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .table-responsive > .table {
        margin-bottom: 0;
    }
    .table-responsive > .table > thead > tr > th,	.table-responsive > .table > tbody > tr > th,	.table-responsive > .table > tfoot > tr > th,.table-responsive > .table > thead > tr > td,.table-responsive > .table > tbody > tr > td,.table-responsive > .table > tfoot > tr > td {
        white-space: nowrap;
    }
    .table-responsive > .table-bordered {
        border: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:first-child,.table-responsive > .table-bordered > tbody > tr > th:first-child,.table-responsive > .table-bordered > tfoot > tr > th:first-child,.table-responsive > .table-bordered > thead > tr > td:first-child,.table-responsive > .table-bordered > tbody > tr > td:first-child,.table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0;
    }
    .table-responsive > .table-bordered > thead > tr > th:last-child,	.table-responsive > .table-bordered > tbody > tr > th:last-child,	.table-responsive > .table-bordered > tfoot > tr > th:last-child,.table-responsive > .table-bordered > thead > tr > td:last-child,.table-responsive > .table-bordered > tbody > tr > td:last-child,.table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0;
    }
    .table-responsive > .table-bordered > tbody > tr:last-child > th,	.table-responsive > .table-bordered > tfoot > tr:last-child > th,.table-responsive > .table-bordered > tbody > tr:last-child > td,.table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0;
    }
}
.text_center {
    text-align: center;
}
.text_left {
    text-align: left;
}
.table_max {
    width: 100%;
}
.img-responsive {
    display: inline-block;
}
.alert {
    border-radius: 20px;
    padding: 15px 20px;
    margin: 0 0 20px 0;
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
}
.alert_bottom {
    margin-bottom: 20px;
}
.alert_success {
}
.alert_warning {
    color: #f28c1e;
}
.alert_warning a, .alert_warning a:hover, .alert_warning a:focus, .alert_warning a:active, .alert-warning a, .alert-warning a:hover {
    font-weight: 700;
    color: #fff;
}
.error {
    display: inline-block;
    width: 100%;
    color: #ea0b0c;
    text-align: left;
    margin-top: 3px;
    font-size: 13px;
}
label {
    font-weight: 400;
    cursor: pointer;
}
input, textarea {
    border: 1px solid #d3d3d3;
    border-radius: 0;
    box-shadow: none;
    padding: 9px 7px;
    resize: none;
}
input:hover, input:active, input:focus, textarea:hover, textarea:active, textarea:focus {
    border: 1px solid #118d1f;
    outline:0;
    box-shadow: none;
}
input[type="checkbox"], input[type="radio"] {
    display:none;
}
input[type="checkbox"] + label, input[type="radio"] + label {
    position: relative;
    padding: 0 0 0 35px;
    cursor: pointer;
    min-height: 20px;
    line-height: 20px;
    font-size: 16px;
}
input[type="radio"] + label:after, input[type="radio"] + label:before, input[type="checkbox"] + label:after, input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
}
input[type="radio"] + label:after, input[type="checkbox"] + label:after {
    height: 8px;
    width: 8px;
}
input[type="radio"] + label:before, input[type="checkbox"] + label:before {
    top: 1px;
    left: 0px;
    background: #fff;
    border: 1px solid #d3d3d3;
    height: 20px;
    width: 20px;
}
input[type="radio"]:disabled + label:before , input[type="radio"]:checked:disabled + label:before, input[type="checkbox"]:disabled + label:before, input[type="checkbox"]:checked:disabled + label:before {
    background: #d3d3d3;
    border: 1px solid #d3d3d3;
}
input[type="radio"] + label:before {
    border-radius: 50%;
}
input[type="radio"] + label:after {
    left: 6px;
    border-radius: 50%;
    background: transparent;
}
input[type="radio"]:checked + label:after {
    top: 7px;
    background: #118d1f;
}
input[type="checkbox"]:checked + label:after{
    content: "\2714";
    top: 0px;
    left: 3px;
    color: #118d1f;
    font-size: 16px;
}
.container__center {
    margin: 0 auto;
    max-width: 767px;
}
.form__container {
    padding: 40px;
    max-width: 500px;
    border: 1px solid #e9e9e9;
    box-shadow: 0 0 24px #eaeaea;
    margin-bottom: 50px;
    border-radius: 30px;
    background-color: #fff;
}
@media (max-width: 767px) {
    .form__container {
        max-width: 767px;
    }
}
@media (max-width: 450px) {
    .form__container {
        padding: 20px;
    }
}
.form__container_max {
    max-width: 100%;
}
.form__container_no-border {
    border: 0;
}
.from__heading {
    margin: 0 0 25px 0;
    text-align: center;
    font-family: 'Rounds';
    font-size: 20px;
    text-transform: uppercase;
}
.form__item {
    margin: 0 0 17px 0;
}
.from__label, .form__label {
    text-align: left;
    display: inline-block;
    width: 100%;
    margin: 0 0 8px 0;
    font-weight: 500;
}
.form__input, .form__textarea {
    display: block;
    height: 40px;
    padding: 8px 16px;
    line-height: 1.42857143;
    color: #a0a0a0 !important;
    opacity: 1;
    border: 1px solid #e9e9e9;
    background: #fff;
    box-shadow: unset;
    width: 100%;
    border-radius: 20px;
}
.form__input:focus {
    outline: 0;
}
.form__input::-moz-placeholder, .input-custom__input::-moz-placeholder, .form__textarea::-moz-placeholder, input::-moz-placeholder, textarea::-moz-placeholder {
    color: #a0a0a0 !important;
    opacity: 1;
}
.form__input:-moz-placeholder, .input-custom__input:-moz-placeholder, .form__textarea:-moz-placeholder, input:-moz-placeholder, textarea:-moz-placeholder {
    color: #a0a0a0 !important;
    opacity: 1;
}
.form__input::-ms-input-placeholder, .input-custom__input::-ms-input-placeholder, .form__textarea::-ms-input-placeholder, input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #a0a0a0 !important;
    opacity: 1;
}
.form__input::-webkit-input-placeholder, .input-custom__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #a0a0a0 !important;
    opacity: 1;
}
.form__input::-ms-expand, .input-custom__input::-ms-expand, .form__textarea::-ms-expand, input::-ms-expand, textarea::-ms-expand {
    background-color: transparent;
    border: 0;
    color: #a0a0a0 !important;
    opacity: 1;
}
@media (max-width: 767px) {
    .form__input {
        padding: 6px;
    }
}
.form__textarea {
    height: auto;
    min-height: 120px;
}
.button {
    display: inline-block;
    text-align: center;
    border: 1px solid transparent;
    padding: 12px 35px;
    border-radius: 25px;
    background-color: #118d1f;
    color: #fff;
    font-family: "Rounds";
    font-size: 13px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
    cursor: pointer;
    background-image: none;
    white-space: nowrap;
}
@media (max-width: 767px) {
    .button {
        padding: 8px 10px;
    }
}
.button_2 {
    width: 100%;
}
a.button:hover, a.button:active, a.button:focus, input.button:hover, input.button:focus, input.button:active, .button:hover, .button:active, .button:focus {
    color: #fff;
    background-color: #056813;
    border: 1px solid #056813;
    box-shadow: none; /*reset input type button*/
}
.button_back {
    background: #f1f1f1;
    color: #2a2a2a;
}
.button_back:hover, .button_back:active, .button_back:focus, a.button_back:hover, a.button_back:active, a.button_back:focus {
    background: #118d1f;
    color: #fff;
}
.buttons {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin-top: 30px;
}
.buttons_center {
    -webkit-box-pack: center;
            justify-content: center;
}
.breadcrumb__container {
    padding: 0;
    margin: 0 0 50px;
    font-size: 11px;
    color: #a7a7a7;
}
.breadcrumb__container_404 {
    margin: 50px 0 50px;
}
.breadcrumb__item {
    color: #a7a7a7;
    font-size: 11px;
    line-height: 22px;
    font-weight: 500;
}
.breadcrumb__separator {
    display: inline-block;
    margin: 0 7px 1px 2px;
}
.heading {
    display: block;
    text-align: center;
    margin: 0 0 50px 0;
    font-family: 'Rounds';
    font-size: 32px;
    line-height: 40px;
    text-transform: uppercase;
}
.heading_color {    
    color: #118d1f;
}
/* end standart controlls */
/* start Menu Mobile */
.dropdown__container {
    padding: 10px 20px;
}
@media (max-width: 991px) {
    .dropdown__container {
        display: none;
    }
}
.dropdown__item {
    display: inline-block;
    width: 100%;
}
.dropdown__link {
    color: #2a2a2a;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
}
@media (min-width: 992px) {
    .dropdown_desktop {
        display: block !important;
        padding: 0;
    }
}
@media (min-width: 768px) {
    .dropdown_display-non-mobile {
        display: block !important;
        padding: 0;
    }
}
/* end Menu Mobile */
/* start dialog window */
.callback__container, .catapulta__container, .custom__container {
    display: block;
    margin: 0 auto;
    position: relative;
    max-width: 350px;
}
.custom__container {
    max-width: 450px;
}
/* end dialog window */
/* start compare page */
.compare__item {
    vertical-align: top;
    min-width: 200px;
    padding: 10px 0 10px 10px;
}
@media (max-width: 767px) {
    .compare__item {
        min-width: 110px;
    }
}
.compare__item_heading {
    font-weight: 900;
    width: 200px;
}
.compare__item_price {
    font-weight: 700;
    color: #2a2a2a;
}
.compare__price_old {
    color: #ea0b0c;
    font-size: 12px;
    font-weight: 400;
    text-decoration: line-through;
}
.compare__content:nth-of-type(odd) {
    background-color: #f1f1f1;
}
.compare__item_button {
    text-align: center;
    padding-left: 0;
}
.compare__image {
    display: block;
    max-width: 300px;
}
/* end compare page */
/* start pagination */
.pagination__container {
    margin: 0 0 20px 0;
    text-align: center;
}
.pagination__button {
    display: inline-block;
    margin: 10px;
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 12px;
    text-align: center;
    border: 1px solid #d3d3d3;
    cursor: pointer;
}
.pagination__button:hover,.pagination__button:focus,.pagination__button:active, .pagination__active {
    background: #118d1f;
    border: 1px solid #118d1f;
    color: #fff;
    font-weight: 700;
}
.pagination__arrow {
    position: relative;
    display: inline-block;
    width: 10px;
    height: 10px;
}
.pagination__prev, .pagination__next {
    border-top: 1px solid #2a2a2a;
    border-left: 1px solid #2a2a2a;
}
.pagination__prev {
    margin: 0 0 0 5px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pagination__next {
    margin: 0 5px 0 0;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.pagination__last, .pagination__first {
    border-top: 1px solid #2a2a2a;
    border-left: 1px solid #2a2a2a;
}
.pagination__first {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
}
.pagination__last {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.pagination__first:before, .pagination__last:before {
    position: absolute;
    content: '';
    bottom: 0px;
    top: 2px;
    left: 2px;
    right: 1px;
    width: 10px;
    height: 10px;
    border-top: 1px solid #2a2a2a;
    border-left: 1px solid #2a2a2a;

}
.pagination__button:hover .pagination__next, 
.pagination__button:hover .pagination__prev, 
.pagination__button:hover .pagination__first, 
.pagination__button:hover .pagination__first:before, 
.pagination__button:hover .pagination__last, 
.pagination__button:hover .pagination__last:before,

.pagination__button:active .pagination__next, 
.pagination__button:active .pagination__prev, 
.pagination__button:active .pagination__first, 
.pagination__button:active .pagination__first:before, 
.pagination__button:active .pagination__last, 
.pagination__button:active .pagination__last:before,

.pagination__button:focus .pagination__next, 
.pagination__button:focus .pagination__prev, 
.pagination__button:focus .pagination__first, 
.pagination__button:focus .pagination__first:before, 
.pagination__button:focus .pagination__last, 
.pagination__button:focus .pagination__last:before {
    border-color: #fff;
}
/* end pagination */
/*start icon set*/
.button-icon {
    padding: 10px;
    color: #118d1f;
    font-size: 14px;
    cursor: pointer;
}
.button-icon-max {
    font-size: 18px;
}
.account-icon_edit {
    margin: 0 10px;
    background: url("../image/edit.png") no-repeat center center;
}
.account-icon_trash {
    background: url("../image/remove.png") no-repeat center center;
}
.account-icon_repeat {
    background: url("../image/repeat.png") no-repeat center center;
}
.checkout-icon_minus {
    background: url("../image/minus.png") no-repeat center center;
}
.checkout-icon_plus {
    background: url("../image/plus.png") no-repeat center center;
}
.checkout-icon_remove {
    background: url("../image/remove.png") no-repeat center center;
}
/*end icon set*/
/* start carousel module */
.carousel__container {
    position: relative;
}
.carousel__container_2 {
    padding: 0 30px;
}
.carousel__nav {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 29px;
    width: 29px;
    cursor: pointer;
    z-index: 2;
}
.carousel__nav:after, .carousel__nav:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 24px;
    background: #d9d9d9;
    border-radius: 3px;
}
.carousel__nav:hover:after, .carousel__nav:hover:before {
    background-color: #929292;
}
.carousel__nav_next {
    right: 0;
}
.carousel__nav_next:after {
    top: -4px;
    right: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.carousel__nav_next:before {
    bottom: -4px;
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
}
.carousel__nav_prev {
    left: 0;
}
.carousel__nav_prev:after {
    bottom: -4px;
    left: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
    z-index: 1;
}
.carousel__nav_prev:before {
    top: -4px;
    left: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.slideshow__nav {
    height: 38px;
    width: 38px;
}
.slideshow__nav:after, .slideshow__nav:before {
    width: 9px;
    height: 30px;
}
@media (max-width: 450px) {
    .slideshow__nav {
        display: none;
    }
}
.home-info-2__carousel .carousel__item {
    margin: 10px;
    box-shadow: 0 0 24px #eaeaea;
    border-radius: 20px;
    border: 13px solid #ffffff;
    background-color: #d9d9d9;
    overflow: hidden;
}
/* end carousel module */
/* start account */
.heading__account {
    margin: 0 0 20px 0;
}
.heading__account_top {
    margin-top: 20px;
}
.account__content {
    margin: 0 0 20px 0;
}
.account__content:last-child {
    margin: 0;
}
.account-menu__item {
    margin: 0 0 10px;
}
.account-menu__item:last-child {
    margin: 0;
}
.login__forgotten {
    margin: 10px 0 0 0;
}
.account-list__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 10px;
    padding: 0 0 10px;
    border-bottom: 1px solid #d3d3d3;
}
.account-list__container:last-child {
    margin: 0;
    padding: 0;
    border-bottom: 0;
}
.account-list__heading {
    font-weight: 700;
}
.account-list__data {
    display: block;
    margin: 0 0 5px;
}
.form-login__description {
    text-align: left;
}
/* end account */
/* start news */
.news__subheading {
    text-align: center;
    margin: 0 0 10px 0;
}
.news__button {
    text-align: center;
    margin: 0 0 40px 0;
}
.news__item {
    padding: 30px 25px 35px;
    background-color: #fff;
    box-shadow: 0 0 24px #eaeaea;
    border-radius: 30px;
    margin: 0 0 50px 0;
}
.news__image {
    display: block;
    margin: 0 -15px 10px 0;
}
.news-button__link {
    display: inline-block;
    text-transform: uppercase;
    color: #118d1f;
}
.news__date_page {
    margin: 0 0 20px 0;
}
.news__container_list {
    margin: 0 0 50px;
}
.news__date {
    margin: 0 0 5px;
    font-size: 13px;    
    color: #a7a7a7;
}
.news__title {
    margin: 0 0 25px;
}
.news__link {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
}
.news__description {
    font-weight: 500;
    line-height: 24px;
}
/* end news */
/* start 404 */
.text-404 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    margin: 40px 0 40px;
}
.text-404 a {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
    color: #118d1f;
}
/* end 404 */
/* start faq */
.liber__container {
    margin-bottom: 40px;
}
.liber__title {
    background: #f1f1f1;
    padding: 15px 15px 10px;
    cursor: pointer;
}
.liber__title:hover {
    color: #118d1f;
}
.liber__content {
    display: none;
}
/* end faq */
/* start review */
.review__item {
    margin: 0 0 20px 0;
}
.review__image {
    margin: 0 0 10px 0;
}
.review__img {
    width: auto !important; /*reset owl*/
}
.review__author {
    margin: 0 0 10px 0;
}
.review__heading {
    margin: 0 0 10px 0;
}
.review__description {
    margin: 0 0 10px 0;
}
.review__stars {
    display: inline-block;
    margin: 20px 0 0 -15px;
}
.review-stars__label {
    float: right;
    margin-right: 5px;
    background: url("../image/star_inactive.png") no-repeat;
    display: inline-block;
    height: 18px;
    width: 18px;
    margin-bottom: -3px;
}
.review-stars__label:hover, .review-stars__label:hover ~ label, .review-stars__input:checked + label ~ label {
    background: url("../image/star.png") no-repeat;
}
input[type="radio"]:checked + .review-stars__label:after {
    background: transparent;
}
.review-stars__input[type="radio"]:checked + label:before {
    content: "";
    font-size: 0;
    line-height: 0;
}
.review-stars__input[type="radio"]:checked + label {
    background: url("../image/star.png") no-repeat;
}
.review-stars__input[type="radio"] + label:before {
    border: 0;
    content: "";
    height: 0;
    margin-right: 0;
    width: 0;
}
/* end review */
/* start contact */
.contact__item {
    margin: 0 0 20px;
}
.contact__telephone {
    font-size: 18px;
}
.heading_contact {
    text-align: left;
}
.contact__content {
    padding: 20px 0 0 0;
}
.from__heading_contact {
    text-align: left;
}
/* end contact */
/* start slideshow */
.slideshow__container {
    position: relative;
    display: block;
}
.slideshow__nav_prev {
    left: 80px;
}
.slideshow__nav_next {
    right: 80px;
}
@media(max-width: 1199px) {
    .slideshow__nav_prev {
        left: 40px;
    }
    .slideshow__nav_next {
        right: 40px;
    }
}
/* end slideshow */
/* start scroll top */
.scroll_top {
    position: fixed;
    right: 30px;
    bottom: 30px;
    height: 29px;
    width: 29px;
    z-index: 1000;
    cursor: pointer;
    -webkit-transform: rotate(270deg);
            transform: rotate(270deg);
}
.scroll_top:before {
    bottom: -4px;
    right: 15px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    z-index: 1;
}
.scroll_top:after {
    top: -4px;
    right: 15px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.scroll_top:after, .scroll_top:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 24px;
    background: #d9d9d9;
    border-radius: 3px;
}
.scroll_top:hover:after, .scroll_top:hover:before {
    background-color: #929292;
}
@media(max-width: 991px) {
    .scroll_top {
        display: none;
    }
}
/* end scroll top */
/* start product item */
@media (max-width: 550px) {
    .unit__container {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        max-width: 100%;
    }
}
.unit__container_carousel {
    padding: 25px 15px 0;
}
.unit__content {
    position: relative;
    margin-bottom: 70px;
    padding: 30px 18px;
    background-color: #fff;
    box-shadow: 0 0 24px #eaeaea;
    border-radius: 30px;
}
.unit__image {
    display: block;
    position: relative;
    margin: 0 -18px 15px;
}
.unit__img_carousel {
    max-height: 330px;
}
@media (max-width: 550px) {
    .unit__img_carousel {
        max-height: 470px;
    }
}
.unit__name {
    margin: 0 0 5px;
    text-align: center;
}
.unit__option {
    font-weight: 600;
    color: #a7a7a7;
    text-align: center;
}
.unit__link {
    line-height: 26px;
    font-size: 18px;
    font-weight: 700;
}
.unit__price {
    font-size: 16px;
    margin: 0 0 10px;
    white-space: nowrap;
}
.unit-price__item_special {
    color: #ea0b0c;
}
.unit-price__item_old {
    margin-left: 10px;
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
}
.unit__alert {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    margin: 0;
    padding: 10px 0;
    z-index: 999;
    border: 0;
}
.wishlist__buttons {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 1;
}
.wishlist__button {
    width: 35px;
    height: 35px;
    display: block;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.wishlist__button:before, .wishlist__button:after {
    position: absolute;
    content: '';
    height: 18px;
    width: 2px;
    background: #2a2a2a;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.wishlist__button:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
}
.wishlist__button:hover:before, .wishlist__button:hover:after {
    background: #118d1f;
}
.featured__description {
    display: block;
    width: 100%;
    text-align: center;
    margin: 0 0 40px 0;
    text-align: center;
}
@media (max-width: 991px) {
    .featured__row {
        margin: 0;
    }
}
.unit__buttons {
    margin: 0 0 -36px 0px;
    padding: 50px 0 0 0;
    text-align: center;
}
.unit__button {
    padding: 17px 38px;
    border-radius: 25px;
    background-color: #118d1f;
    color: #fff;
    font-family: "Rounds";
    font-size: 13px;
    letter-spacing: 0.65px;
    text-transform: uppercase;
}
.unit__button:hover, .unit__button:active, .unit__button:focus {
    color: #fff;
    background-color: #056813;
}
/* end product item */
/* start stickers */
.previwe {
    position: relative;
}
.sticker__container {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 40px;
}
.sticker__container:hover, .sticker__container:focus, .sticker__container:active {
    color: #fff;
}
.sticker__item {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    padding: 0;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    margin: 5px;
}
.sticker__item_sticker_0 {
    background: #2fa8ed;
}
.sticker__item_sticker_1 {
    background: #54ac24;
}
.sticker__item_sticker_2 {
    background: #ea0b0c;
}
.sticker__item_sticker_3 {
    background: #ea0b0c;
}
.sticker__item_sticker_4 {
    background: #ea0b0c;
}
.sticker__item_sticker_5 {
    background: #ea0b0c;
}
.sticker__item_sticker_6 {
    background: #ea0b0c;
}
.sticker__item_sticker_7 {
    background: #ea0b0c;
}
.sticker__item_sticker_8 {
    background: #ea0b0c;
}
.sticker__item_sticker_9 {
    background: #ea0b0c;
}
/* end stickers */
/* start search autocomplete */
.suggestion__content {
    position: absolute;
    border: 1px solid #e4e4e4 !important;
    border-top: 0 !important;
    z-index: 9999 !important;
    width: 100% !important;
    left: 0 !important;
    padding: 15px 10px 20px;
}
.suggestion__item {
    display: block;
    margin: 0 0 15px !important;
}
.suggestion__item:last-child {
    margin: 0 !important;
}
.suggestion__link {
    padding: 0 !important;/* reset jquery ui */
    border: 0 !important;/* reset jquery ui */
    margin: 0 !important;/* reset jquery ui */
    color: #2a2a2a !important;/* reset jquery ui */
}
.suggestion__link:hover, .suggestion__link:active, .suggestion__link:focus, .suggestion__link.ui-state-active {
    color: #118d1f !important;/* reset jquery ui */
    background: #fff !important;/* reset jquery ui */
    border: 0;/* reset jquery ui */
}
.suggestion__name {
}
.suggestion__price {
    margin-left: 10px;
    font-size: 12px;
    white-space: nowrap;
}
.suggestion-price__item_old {
    font-size: 12px;
}
.suggestion__more {
    color: #118d1f;
    text-decoration: underline;
}
/* end search autocomplete */

/* start checkout */
.checkout__container {
    display: block;
    margin: 0 0 40px 0;
}
.checkout-name__warning {
    color: #ea0b0c;
}
.checkout__quantity {
    display: -webkit-box;
    display: flex;
    margin: 0 0 10px 0;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
}
.checkout__input {
    margin: 0 15px 0 15px;
    max-width: 50px;
    display: block;
}
.checkout__summ {
    display: none;
    margin: 0 0 10px 0;
}
.checkout__total {
    margin: 0 0 40px;
}
.checkout-agree__container {
    margin: 40px 0 0;
}
.checkout-total__title {
    font-size: 24px;
    font-weight: 700;
}
.checkout-total__text {
    font-size: 22px;
    white-space: nowrap;
}
.checkout__title {
    margin: 0 0 10px;
}
.checkout__name {
    display: block;
    margin: 0 0 5px;
}
.checkout__model {
    display: block;
    margin: 0 0 5px;
}
.checkout__options {
    display: block;
}
@media (max-width: 450px) {
    .checkout__shipping {
        font-size: 14px;
    }
}
/* end checkout */
/* start advantages */
.adv__content {
    display: -webkit-box;
    display: flex;
    padding: 30px 0 0;
}
@media (max-width: 1199px) {
    .adv__content {
        flex-wrap: wrap;
    }
}
.adv__item {
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    margin: 0 0 30px;
}
@media (max-width: 1199px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 50%;
    }
}
@media (max-width: 767px) {
    .adv__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.adv__link {
    display: -webkit-box;
    display: flex;
    padding: 0 0 0 80px;
    position: relative;
    min-height: 70px;
    -webkit-box-align: center;
            align-items: center;
    flex-wrap: wrap;
}
.adv__link:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.adv__link_1:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_1.png') no-repeat center center;
}
.adv__link_2:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_2.png') no-repeat center center;
}
.adv__link_3:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_3.png') no-repeat center center;
}
.adv__link_4:before {
    background: url('/catalog/view/theme/default/image/advantage/advantage_4.png') no-repeat center center;
}
.adv__title {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
}
.adv__descr {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
}
/* end advantages */
/* start faq */
.faq__container {
    margin: 0 0 50px;
}
.faq__container:last-child {
    margin: 0;
}
.faq__title {
    margin: 0 0 30px;
}
.faq__content {

}
/* end faq */
/* start information */
.information__content table {
    width: 100%;
}
@media(max-width: 991px) {
    .information__content table {
        overflow-x: auto;
        display: block;
    }
}
.information__content thead {
}
.information__content th {
    padding: 10px;
    border: transparent;
    font-weight: 500;
    font-size: 16px;
    vertical-align: top;
}
.information__content td {
    padding: 10px;
    border: 1px solid #d3d3d3;
}
.information__content td:first-child {
}
/* end information */
/* start advantages */
.advantages__container {
    margin: 0 0 -100px;
    padding: 130px 0 200px;
    background: url("../image/pattern_gray.jpg") repeat center center;
    -webkit-clip-path: url(#footer-clip);
            clip-path: url(#footer-clip);
}
.advantages__container_green {
    background-image: url("../image/pattern_green.jpg");
}
.advantages__heading {
    margin: 0 0 80px 0;
}
.advantages__heading_home {
    color: #fff;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
}
.advantages__content {
    display: -webkit-box;
    display: flex;
}
@media (max-width: 991px) {
    .advantages__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
                flex-direction: column;
        display: block;
    }
}
.advantages-content__item_1 {
    -webkit-box-flex: 0;
    margin-right: auto;
}
@media (min-width: 992px) and (max-width: 1199px) {
    .advantages-content__item_1 {
        margin-right: 30px;
    }
}
@media (max-width: 991px) {
    .advantages-content__item_1 {
        -webkit-box-flex: 0;
        flex: 0 0 420px !important;
        max-width: 420px !important;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
}
.advantages-content__item_2 {
    padding: 20px 0 0 0;
}
@media (max-width: 991px) {
    .advantages-content__item_2 {
        padding: 80px 0 0 0;
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        flex-wrap: wrap;
    }
}
@media (max-width: 580px) {
    .advantages-content__item_2 {
        padding: 50px 0 0 0;
    }
}
.advantages__image {
    position: relative;
    background: no-repeat left top;
    -webkit-background-size: contain;
    background-size: contain;
}
.advantages-image__numb {
    position: absolute;
    width: 33px;
    height: 33px;
    border-radius: 50%;
    background-color: #f28c1e;
    border: 7px solid #fff;
    transform: translate(-50%, -50%);
    cursor: pointer;
    overflow: hidden;
    text-align: left;
    text-indent: -9999px;
}
@media (max-width: 580px) {
    .advantages-image__numb {
        width: 20px;
        height: 20px;
        border-width: 4px;
    }
}
.advantages-image__numb:not(.advantages-image__numb-disabled):hover,
.advantages-image__numb_active:not(.advantages-image__numb-disabled) {
    width: 70px;
    height: 70px;
    border-width: 10px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-family: 'Rounds';
    font-size: 28px;
    color: #fff;
    text-indent: 0;
    text-align: center;
}
@media (max-width: 580px) {
    .advantages-image__numb:not(.advantages-image__numb-disabled):hover,
    .advantages-image__numb_active:not(.advantages-image__numb-disabled) {
        width: 43px;
        height: 43px;
        border-width: 6px;
        font-size: 17px;
    }
}
.advantages-info__container {
    position: relative;
}
.advantages-info__content {
display: flex;
flex-direction: column;
    justify-content: center;
min-height: 420px;
min-width: 365px;
align-items: center;
    padding: 80px 65px 50px 65px;
    margin: 0 0 20px;
    box-shadow: 0 0 24px rgba(183, 182, 182, 0.3);
    max-width: 455px;
    background-color: #fff;
    border-radius: 30px;
    -webkit-mask: radial-gradient(circle at center -2px, transparent 60px, #000 0);
            mask: radial-gradient(circle at center -2px, transparent 60px, #000 0);
}
@media (max-width: 1199px) {
    .advantages-info__content {
        padding: 70px 50px 50px 50px;
    }
}
@media (max-width: 580px) {
    .advantages-info__content {
        padding: 60px 30px 50px 30px;
        max-width: 100%;
        min-width: auto;
    }
}
@media (max-width: 374px) {
    .advantages-info__content {
        padding: 60px 15px 40px 15px;
    }
}
.advantages-info__number {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    background-color: #f28c1e;
    border: 11px solid #fff;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    font-family: 'Rounds';
    font-size: 36px;
    color: #fff;
}
.advantages-info__title {
    font-size: 28px;
    font-family: 'Rounds';
    color: #118d1f;
    line-height: 34px;
    margin: 0 0 30px;
    text-transform: uppercase;
    text-align: center;
}
@media (max-width: 374px) {
    .advantages-info__title {
        font-size: 24px;
    }
}
.advantages-info__info {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    text-align: center;
}
.advantages__ctrl {
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
            justify-content: center;
}
.advantages__nav {
    margin: 0 7px;
    background-color: rgba(255,255,255, 0.7);
    position: relative;
    border-radius: 50%;
    height: 50px;
    width: 50px;
}
.advantages__nav_2 {
    background-color: rgba(2,40,7, 0.7);
}
.advantages__nav:after, .advantages__nav:before {
    position: absolute;
    content: '';
    width: 7px;
    height: 20px;
    background: #d9d9d9;
    border-radius: 3px;
}
.advantages__nav_2:after, .advantages__nav_2:before {
    background-color: #118d1f;
}
.advantages__nav_2:hover:after, .advantages__nav_2:hover:before {
    background-color: #118d1f;
}
.advantages__nav_prev:before, .advantages__nav_prev:after {
    left: 19px;
}
.advantages__nav_next:before, .advantages__nav_next:after {
    right: 19px;
}
.advantages__nav_prev:before, .advantages__nav_next:before {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.advantages__nav_prev:after, .advantages__nav_next:after {
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.advantages__nav_prev:before {
    top: 11px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
}
.advantages__nav_prev:after {
    bottom: 9px;
    -webkit-transform: rotate(135deg);
            transform: rotate(135deg);
}
.advantages__nav_next:before {
    bottom: 9px;
}
.advantages__nav_next:after {
    top: 11px;
}
/* end advantages */
#content {
    padding: 0 0 50px;
}
.content_bg {
    background: url('/catalog/view/theme/default/image/bg.jpg') no-repeat left top transparent;
    background-size: 100% auto;
}
.infomanuf__container {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 0 20px;
}
@media(max-width: 767px) {
    .infomanuf__container {
        flex-wrap:wrap;
    }
}
.infomanuf__item {
    -webkit-box-flex: 0;
            flex: 0 0 30%;
    margin: 0 0 50px;
    padding: 140px 0 0 0;
    background: no-repeat left top transparent;
}
@media(max-width: 991px) {
    .infomanuf__item {
        -webkit-box-flex: 0;
                flex: 0 0 25%;
    }
}
@media(max-width: 767px) {
    .infomanuf__item {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
        padding: 120px 0 0 0;
    }
}
.infomanuf__item_1 {
    background-image: url('/catalog/view/theme/default/image/information/manufacturer_1.png');
}
.infomanuf__item_2 {
    background-image: url('/catalog/view/theme/default/image/information/manufacturer_2.png');
}
.infomanuf__item_3 {
    background-image: url('/catalog/view/theme/default/image/information/manufacturer_3.png');
}
.infomanuf__title {
    margin: 0 0 15px;
    font-family: 'Rounds';
    font-size: 26px;
    line-height: 34px;
    text-transform: uppercase;
}
@media(max-width: 991px) {
    .infomanuf__title {
        font-size: 24px;
    }
}
.infomanuf__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.infomanuf__slider {
    margin: -38% 0 -150px 0;
    padding: 43% 0 130px;
    background: url("../image/pattern_gray.jpg") repeat center center;
    -webkit-clip-path: url(#infomanuf-slider__clip);
            clip-path: url(#infomanuf-slider__clip);
}
.infomanuf-slider__image {
    position: relative;
    z-index: 1;
}
.infomanuf-slider__img {
    box-shadow: 0 0 24px #eaeaea;
    border-radius: 20px;
    border: 13px solid #ffffff;
    background-color: #d9d9d9;
    overflow: hidden;
}
.infostore__text {
    margin: 0 0 50px;
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
}
.infostore__item {
    margin: 0 0 30px;
    box-shadow: 0 0 24px #eaeaea;
    border-radius: 30px;
    background-color: #ffffff;
    overflow: hidden;
    text-align: center;
}
.infostore__link {
    padding: 20px;
    display: block;
}
.infopartn__row {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
}
.infopartn_col {
    margin: 0 0 70px;
}
@media(max-width: 991px) {
    .infopartn_col {
        margin: 0 0 100px;
    }
    .infopartn_col:last-child {
        margin: 0;
    }
}
.infopartn_col_left {
    -webkit-box-flex: 0;
            flex: 0 0 58%;
}
.infopartn_col_right {
    -webkit-box-flex: 0;
            flex: 0 0 38%;
}
@media(max-width: 991px) {
    .infopartn_col {
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.infopartn__heading {
    margin: 0 0 50px;
    color: #2a2a2a;
    font-family: 'Rounds';
    font-size: 26px;
    text-transform: uppercase;
    line-height: 32px;
}
@media(max-width: 550px) {
    .infopartn__heading {
        text-align: center;
    }
}
.infopartn__item {
    margin: 0 0 40px;
    padding: 0 0 0 160px;
    min-height: 100px;
    background: no-repeat left top;
}
@media(max-width: 550px) {
    .infopartn__item {
        padding: 120px 0 0 0;
        margin: 0 0 50px;
        background: no-repeat top center;
        text-align: center;
    }
}
.infopartn__item:last-child {
    margin: 0;
}
.infopartn__item_1 {
    background-image: url("../image/partners/partners_1.png");
}
.infopartn__item_2 {
    background-image: url("../image/partners/partners_2.png");
}
.infopartn__item_3 {
    background-image: url("../image/partners/partners_3.png");
}
.infopartn__item_4 {
    background-image: url("../image/partners/partners_4.png");
}
.infopartn__item_5 {
    background-image: url("../image/partners/partners_5.png");
}
.infopartn__title {
    margin: 0 0 5px;
    font-weight: 800;
    font-size: 17px;
}
.infopartn__text {
    font-size: 16px;
    line-height: 24px;
}
.inofbrend__heading {
    margin: 0 0 35px;
    font-family: 'Rounds';
    font-size: 26px;
    line-height: 32px;
    text-transform: uppercase;
}
.inofbrend__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
}
.inofbrend__part_1 {
    position: relative;
    min-height: 400px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
@media (max-width: 550px) {
    .inofbrend__part_1 {
        padding: 0 0 50px;
    }
}
.inofbrend-part-1__image {
    position: absolute;
    display: block;
    right: 8%;
    bottom: -133px;
    z-index: 1;
    height: 724px;
    width: 714px;
    background: url("../image/brend/brend_1.png") no-repeat right top;
}
@media (max-width: 1399px) {
    .inofbrend-part-1__image {
        right: 0%;
    }
}
@media (max-width: 1199px) {
    .inofbrend-part-1__image {
        background-size: 70%;
        bottom: -233px;
    }
}
@media (max-width: 991px) {
    .inofbrend-part-1__image {
        display: none;
    }
}
.inofbrend-part-1__content {
    max-width: 540px;
}
.inofbrend__part_2 {
    margin: 0 0 -140px;
    padding: 150px 0 150px 0;
    background-image: url("../image/pattern_green.jpg");
    -webkit-clip-path: url(#footer-clip);
            clip-path: url(#footer-clip);
}
.inofbrend-part-2__heading {
    max-width: 520px;
    color: #fff;
}
.inofbrend-part-2__title {
    display: block;
    margin: 0 0 5px;
    color: #f48c22;
    font-family: 'Rounds';
    font-size: 24px;
    line-height: 28px;
    text-transform: uppercase;
}
.inofbrend-part-2__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    flex-wrap: wrap;
    counter-reset: inofbrend-part-2-item;
}
.inofbrend-part-2__item {
    position: relative;
    padding: 53px 0 0 0;
    -webkit-box-flex: 0;
            flex: 0 0 23%;
    color: #fff;
}
@media (max-width: 991px) {
    .inofbrend-part-2__item {
        margin: 0 0 50px;
        padding: 0 0 0 53px;
        -webkit-box-flex: 0;
                flex: 0 0 100%;
    }
}
.inofbrend-part-2__item:before {
    position: absolute;
    content: counter(inofbrend-part-2-item);
    counter-increment: inofbrend-part-2-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;
}
.inofbrend-part-2__img {
    padding: 0;
    width: 237px;
    height: 230px;
    background: url("../image/brend/brend_2.png") no-repeat left top;
}
.inofbrend__part_3 {
    margin: 0 0 -100px 0;
    background: url("../image/brend/brend_3.png") no-repeat left bottom #fff;
    min-height: 633px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-clip-path: url(#inofbrend__clip);
            clip-path: url(#inofbrend__clip);
}
@media (max-width: 1199px) {
    .inofbrend__part_3 {
        background-position-x: -300px;
    }
}
@media (max-width: 991px) {
    .inofbrend__part_3 {
        background-position-x: -350px;
    }
}
@media (max-width: 767px) {
    .inofbrend__part_3 {
        background-position-x: -850px;
    }
}
.inofbrend-part-3__content {
    max-width: 530px;
    float: right;
}
.inofbrend__part_4 {
    margin: 0 0 -150px 0;
    background: url("../image/brend/brend_4.png") no-repeat right top;
    min-height: 600px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    position: relative;
}
@media (max-width: 1399px) {
    .inofbrend__part_4 {
        background-position-x: -300px;
    }
}
@media (max-width: 1199px) {
    .inofbrend__part_4 {
        background-position-x: -300px;
    }
}
@media (max-width: 991px) {
    .inofbrend__part_4 {
        background-position-x: -600px;
    }
}
@media (max-width: 767px) {
    .inofbrend__part_4 {
        background-position-x: -700px;
    }
}
@media (max-width: 550px) {
    .inofbrend__part_4 {
        background-position-x: -500px;
    }
}
.inofbrend-part-4__content {
    max-width: 520px;
}
