@charset "UTF-8";
.akcia {
    padding-top: 55px;
    padding-bottom: 115px;
    background: #f8f8f8;
}

.akcia h2 {
    margin-bottom: 45px;
}

.akcia-slider {
    max-width: 857px;
    padding: 0;
}

.akcia-slider .slick-list {
    overflow: visible;
}

.akcia-slider .slick-slide {
    padding: 0 0.5%;
    opacity: 0.5;
}

.akcia-slider .slick-slide.slick-current {
    opacity: 1;
}

.akcia-slider .slick-prev,
.akcia-slider .slick-next {
    width: 57px;
    height: 57px;
    padding: 0;
    background-image: url(../img/akcia__slick-arrow.png);
    background-position: 45% center;
    background-color: #e8e8e8;
    background-repeat: no-repeat;
    font-size: 0;
    line-height: 0;
    color: transparent;
    position: absolute;
    bottom: -webkit-calc(50% - 19px);
    bottom: calc(50% - 19px);
    display: block;
    cursor: pointer;
    overflow: hidden;
    border: none;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    z-index: 2;
}

.akcia-slider .slick-prev {
    left: -3%;
}

.akcia-slider .slick-next {
    right: -3%;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.akcia-slider .slick-prev:hover {
    background-color: #dbdbdb;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

.akcia-slider .slick-next:hover {
    background-color: #dbdbdb;
}

.akcia-slide {
    width: 100%;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.2);
}

.akcia-img {
    width: 100%;
}

.akcia-bot {
    width: 100%;
    padding: 10px 2%;
    background: #90c809;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.akcia-text {
    width: -webkit-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 85px;
    font-size: 14px;
    font-weight: 700;
    color: #ffffff;
    position: relative;
    line-height: 1.2;
}

.akcia-text .htext {
    font-size: 18px;
}

.akcia-text .htext span {
    font-weight: 900;
    text-transform: uppercase;
}

.akcia-text:before {
    content: '';
    width: 64px;
    height: 64px;
    background-image: url(../img/akcia-text__simg1.jpg);
    border: 7px solid #b2f01b;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -35px;
    left: 0;
}

.akcia-btn {
    width: 188px;
    padding: 13px 10px;
    background: -webkit-gradient(linear, left top, left bottom, from(#ff9600), color-stop(50%, #f04d0c), to(#e10219));
    background: -webkit-linear-gradient(top, #ff9600 0%, #f04d0c 50%, #e10219 100%);
    background: linear-gradient(180deg, #ff9600 0%, #f04d0c 50%, #e10219 100%);
    font-size: 14px;
    font-weight: 100;
    color: #fff;
    text-align: center;
    border: 4px solid #b0f016;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    cursor: pointer;
    -webkit-transition: none;
    transition: none;
}

.akcia-btn:hover {
    -webkit-box-shadow: inset 0 0 10px #000;
    box-shadow: inset 0 0 10px #000;
}

.counter-wrap {
    width: 188px;
    position: relative;
}

.counter-wrap .num {
    width: 25px;
    height: 32px;
    margin-right: 4px;
    background: #ffffff;
    font-size: 30px;
    font-weight: 300;
    color: #3a3838;
    text-align: center;
    line-height: 0;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    position: relative;
    -webkit-box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.55);
}

.counter-wrap .num.time-text:before {
    content: '';
    font-size: 10px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: -8px;
    left: 100%;
    margin-left: -13px;
    z-index: 3;
}

.counter-wrap .num.time-text:nth-child(1):before {
    content: 'часов';
}

.counter-wrap .num.time-text:nth-child(3):before {
    content: 'минут';
}

.counter-wrap .num.time-text:nth-child(5):before {
    content: 'секунд';
}

.counter-wrap .num:nth-child(2n) {
    margin-right: 13px;
}

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

.about {
    padding-top: 70px;
    padding-bottom: 35px;
}

.about h2 {
    margin-bottom: 55px;
}

.about-b {
    width: 25%;
    padding: 0 4%;
    border-right: 2px solid #e3e3e3;
    text-align: center;
}

.about-b .htext {
    margin-bottom: 15px;
    font-size: 48px;
    font-weight: 900;
    color: #90c809;
}

.about-b .text {
    margin-bottom: 18px;
    font-size: 18px;
}

.about-b img {
    max-width: 100%;
}

.about-b:last-child {
    border-right: none;
}

.whywe {
    padding-top: 10px;
    padding-bottom: 90px;
}

.whywe .container.flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.whywe .blocks {
    width: 31%;
    padding-top: 40px;
}

.whywe .blocks .htext {
    min-height: 40px;
    margin-bottom: 20px;
    padding-left: 44px;
    font-size: 20px;
    font-weight: 900;
    color: #90c809;
    text-transform: uppercase;
    position: relative;
}

.whywe .blocks .htext:before {
    content: url("../img/whywe__img1.png");
    position: absolute;
    top: 0;
    left: 0;
}

.whywe .blocks .text,
.whywe .blocks .text-m {
    padding-left: 44px;
    line-height: 1.1;
}

.whywe .blocks .text-m {
    margin-bottom: 5px;
}

.whywe .blocks .li-text {
    margin-left: 26px;
    padding-left: 18px;
    margin-bottom: 5px;
    position: relative;
}

.whywe .blocks .li-text:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #90c809;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.whywe .blocks:nth-child(2) .htext:before {
    content: url("../img/whywe__img2.png");
}

.whywe .blocks:nth-child(3) .htext:before {
    content: url("../img/whywe__img3.png");
}

.whywe .blocks:nth-child(4) .htext:before {
    content: url("../img/whywe__img4.png");
}

.whywe .blocks:nth-child(5) .htext:before {
    content: url("../img/whywe__img5.png");
    left: 10px;
}

.whywe .blocks:nth-child(6) .htext:before {
    content: url("../img/whywe__img6.png");
    left: 10px;
}

.products {
    padding-top: 80px;
    padding-bottom: 70px;
    background-image: url(../img/products__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.products .products__top-simg {
    max-width: 100%;
    position: relative;
    top: -175px;
}

.products .center-my {
    height: 0;
}

.products h2 {
    margin-bottom: 45px;
    position: relative;
}

.products-b {
    width: 100%;
    margin-bottom: 33px;
    padding: 30px 1%;
    background: #ffffff;
    border: 2px solid #c6c6c6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    position: relative;
}

.products-b .products__simg {
    position: absolute;
    right: 0;
    bottom: -25px;
}

.products-b .htext {
    margin-bottom: 23px;
    font-size: 24px;
    font-weight: 900;
    display: inline-block;
    position: relative;
}

.products-b .htext span {
    color: #90c809;
}

.products-b .htext.hit-icon {
    padding-right: 84px;
}

.products-b .htext.hit-icon:after {
    content: '';
    width: 65px;
    height: 35px;
    background-image: url(../img/hit-icon.png);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    right: 0;
    top: -6px;
}

.products-content.flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.products-content.flex .img {
    width: 252px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.products-content.flex .img img {
    width: 100%;
}

.products-content.flex .content-text {
    width: -webkit-calc(100% - 252px);
    width: calc(100% - 252px);
    padding-left: 2%;
    position: relative;
    z-index: 3;
}

.products-content.flex .li-my__wrap.flex {
    margin-bottom: 15px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.products-content.flex .li-my__wrap.flex .li-my {
    width: 48%;
    margin-bottom: 0;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 32px;
    font-size: 16px;
}

.products-content.flex .li-my__wrap.flex .li-my:before {
    width: 22px;
    height: 20px;
    background-image: url(../img/check-icon.png);
    top: 3px;
    left: 5px;
}

.products-content.flex .li-my__wrap.flex .li-my.black {
    background-color: #ebffbc;
    font-weight: 700;
}

.products-content.flex .li-my__wrap.flex .li-my.black:before {
    background-image: url(../img/check-icon__black.png);
}

.products-content.flex .price {
    margin-bottom: 20px;
    padding-left: 27px;
    font-size: 24px;
    font-weight: 700;
}

.products-content.flex .btns-wrap.flex {
    padding-left: 27px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.products-content.flex .btns-wrap.flex .btn {
    margin-right: 5%;
    padding: 24px 50px;
    font-weight: 100;
}

.products-content.flex .btns-wrap.flex .btn-link {
    font-size: 14px;
    text-decoration: underline;
}

.form-individ {
    padding-top: 40px;
    padding-bottom: 60px;
    background-image: url(../img/form-individ__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.form-individ h2 {
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
}

.form-individ .ph2 {
    margin-bottom: 85px;
    font-size: 18px;
    font-weight: 500;
    color: #ffffff;
    text-align: center;
    position: relative;
    z-index: 2;
}

.form-individ .form__wrap {
    padding: 35px 1.5% 38px;
    position: relative;
}

.form-individ .form__wrap .simg-top {
    width: 100%;
    position: absolute;
    bottom: 100%;
    left: 0;
}

.form-individ .form__wrap .simg-bot {
    position: absolute;
    bottom: -60px;
    right: -36px;
}

.form-individ .main_form.flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

.form-individ .main_form.flex .btn {
    width: -webkit-calc(33.33% - 13px);
    width: calc(33.33% - 13px);
    margin-top: 20px;
}

.form-individ .input-b {
    width: -webkit-calc(33.33% - 13px);
    width: calc(33.33% - 13px);
    margin-bottom: 35px;
}

.form-individ .input-b .label {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #2a2a2a;
    position: relative;
}

.form-individ .input-b input,
.form-individ .input-b select {
    margin-bottom: 0;
}

.form-individ .input-b label.label {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 54px;
    display: inline-block;
    position: relative;
    cursor: pointer;
}

.form-individ .input-b label.label .info-popup {
    right: -17px;
    top: 0;
}

.form-individ .input-b label.label:before {
    content: "";
    width: 39px;
    height: 39px;
    margin-right: 10px;
    background-color: #f4f4f4;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    display: inline-block;
    position: absolute;
    left: 0;
    bottom: 5px;
}

.form-individ .input-b input[type=checkbox]:checked+label:before {
    content: "";
    text-align: center;
    line-height: 15px;
    width: 39px;
    height: 39px;
    background-image: url(../img/checkbox_check.png);
    background-position: center center;
    background-repeat: no-repeat;
}

.info-popup {
    position: absolute;
    right: 0;
    top: 0;
}

.info-popup__btn {
    width: 17px;
    height: 17px;
    background: #535353;
    font-size: 12px;
    font-weight: 700;
    color: #ffffff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    text-align: center;
    line-height: 1.5;
    cursor: pointer;
}

.info-popup__submenu {
    width: 200px;
    padding: 5px 5px;
    background: #ffffff;
    border: 1px solid #c6c6c6;
    font-size: 12px;
    font-weight: 500;
    position: absolute;
    right: 9px;
    bottom: 100%;
    display: none;
}

.info-popup.active .info-popup__submenu {
    display: block;
}

.features {
    padding-top: 70px;
    padding-bottom: 25px;
    background-image: url(../img/features__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.features h2 {
    margin-bottom: 70px;
}

.features .blocks {
    width: 100%;
    margin-bottom: 45px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.features .blocks .img {
    width: 149px;
    background: #90c809;
    position: relative;
    -webkit-border-radius: 100% 0 0 100%;
    border-radius: 100% 0 0 100%;
}

.features .blocks .img img {
    width: 100%;
    border-right: 4px solid #fff;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    display: block;
}

.features .blocks .img:before {
    content: '';
    width: 48px;
    height: 48px;
    background-color: #90c809;
    background-image: url(../img/star-icon.png);
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: -4px;
    z-index: 2;
}

.features .blocks .content {
    width: -webkit-calc(100% - 149px);
    width: calc(100% - 149px);
    padding-left: 2%;
}

.features .blocks .content .htext {
    margin-bottom: 14px;
    font-size: 16px;
    font-weight: 700;
    color: #5a5a5a;
    position: relative;
}

.features .blocks .content .htext span {
    padding-right: 7px;
    background: #ffffff;
    position: relative;
    z-index: 2;
}

.features .blocks .content .htext:before {
    content: '';
    width: 100%;
    border-bottom: 1px dashed #90c809;
    position: absolute;
    top: 10px;
    left: 0;
}

.features .blocks .content .text-b {
    font-size: 16px;
    color: #5a5a5a;
}

.features .blocks .content .text-b p {
    margin-bottom: 15px;
    font-size: 18px;
}

.features .blocks .content .text-b p.spec {
    margin-bottom: 0;
    font-weight: 900;
    color: #90c809;
}

.add-product__spec-form {
    background-image: url(../img/add-product__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.add-product {
    padding-top: 55px;
    padding-bottom: 100px;
}

.add-product h2 {
    margin-bottom: 50px;
}

.add-product .container.flex {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.add-product .blocks {
    width: -webkit-calc(33.33% - 20px);
    width: calc(33.33% - 20px);
    margin-bottom: 44px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #ffffff;
    overflow: hidden;
}

.add-product .blocks img {
    width: 100%;
    display: block;
}

.add-product .blocks .content {
    padding: 30px 4% 17px;
}

.add-product .blocks .htext {
    height: 42px;
    margin-bottom: 32px;
    font-size: 18px;
    font-weight: 700;
    color: #555555;
    text-align: center;
    text-transform: uppercase;
    line-height: 1.2;
}

.add-product .blocks .text {
    margin-bottom: 20px;
    font-size: 16px;
    color: #555555;
}

.add-product .blocks .btn {
    width: 100%;
}

.spec-form {
    padding-bottom: 73px;
}

.spec-form h2 {
    margin-bottom: 20px;
}

.spec-form .ph2 {
    margin-bottom: 55px;
    font-size: 24px;
    font-weight: 700;
    color: #ffffff;
    text-align: center;
}

.spec-form .form__wrap {
    max-width: 510px;
    margin: 0 auto;
    padding: 50px 8%;
    position: relative;
}

.spec-form .form__wrap .main_form {
    position: relative;
    z-index: 2;
}

.spec-form .form__wrap .simg1 {
    position: absolute;
    left: -250px;
    bottom: -50px;
}

.spec-form .form__wrap .simg2 {
    position: absolute;
    right: -155px;
    bottom: -40px;
}

.feedback {
    padding-top: 65px;
    padding-bottom: 90px;
    background-image: url(../img/feedback__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.feedback h2 {
    margin-bottom: 75px;
    font-size: 36px;
}

.feedback h2 span {
    font-size: 102px;
}

.feedback h2 p {
    padding-left: 2%;
    text-align: left;
    line-height: 1.2;
    display: inline-block;
}

.feedback .blocks {
    width: 100%;
    margin-bottom: 43px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e4e4e4;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.feedback .blocks:last-child {
    padding-bottom: 0;
    margin-bottom: 0;
    border-bottom: none;
}

.feedback .btn {
    padding: 27px 3%;
    font-weight: 100;
}

.feedback .btn .icon {
    padding-left: 45px;
    padding-right: 45px;
    position: relative;
}

.feedback .btn .icon:before,
.feedback .btn .icon:after {
    content: url("../img/feedback__arrow-icon.png");
    position: absolute;
    top: -webkit-calc(50% - 7px);
    top: calc(50% - 7px);
}

.feedback .btn .icon:before {
    left: 0;
}

.feedback .btn .icon:after {
    right: 0;
}

.feedback_show {
    height: 1115px;
    overflow: hidden;
    position: relative;
}

.feedback_show .shadow {
    width: 100%;
    height: 10px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
    box-shadow: 0 0 20px #fff, 0 0 20px #fff, 0 0 20px #fff;
    position: absolute;
    bottom: -10px;
    left: 0;
}

.feedback__person {
    width: 240px;
    text-align: center;
}

.feedback__person img {
    width: 114px;
    margin-bottom: 8px;
    -webkit-border-radius: 100%;
    border-radius: 100%;
}

.feedback__person .info {
    font-size: 14px;
    color: #525252;
}

.feedback__person .info b {
    font-weight: 700;
}

.feedback__content {
    width: -webkit-calc(100% - 240px);
    width: calc(100% - 240px);
    padding-left: 3%;
}

.feedback__content .htext {
    margin-bottom: 25px;
    font-size: 18px;
    font-weight: 900;
    color: #90c809;
}

.feedback__content .text {
    margin-bottom: 10px;
    font-size: 16px;
    color: #525252;
}

.feedback__content .prod {
    font-size: 16px;
    font-weight: 500;
    color: #525252;
}

.contact {
    padding-top: 60px;
    padding-bottom: 100px;
    background: #f8f8f8;
    position: relative;
}

.contact h2 {
    margin-bottom: 20px;
}

.contact .ph2 {
    margin-bottom: 45px;
    font-size: 18px;
    color: #535353;
    text-align: center;
}

.contact .container.flex {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
}

.contact .blocks {
    width: 53%;
    position: relative;
    z-index: 4;
}

.contact .blocks:nth-child(1) {
    width: 47%;
    padding-right: 4%;
}

.contact .blocks:nth-child(2) {
    z-index: 2;
}

.contact .form__wrap {
    padding: 15px 8% 25px;
    position: relative;
    -webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}

.contact .form__wrap .htext,
.contact .form__wrap .phtext,
.contact .form__wrap .main_form {
    position: relative;
    z-index: 2;
}

.contact .form__wrap .htext {
    margin-bottom: 5px;
    font-size: 18px;
    font-weight: 700;
    color: #525252;
    text-align: center;
    text-shadow: 0 0 10px #fff, 0 0 10px #fff, 0 0 10px #fff;
    line-height: 1.2;
}

.contact .form__wrap .phtext {
    margin-bottom: 8px;
    font-size: 16px;
    font-weight: 700;
    color: #90c809;
    text-align: center;
}

.contact__form {
    position: absolute;
    top: -58px;
    left: -62px;
}

.contact__grass {
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 3;
}

.contact__vegi {
    max-width: 100%;
    position: absolute;
    left: -webkit-calc(50% - 175px);
    left: calc(50% - 175px);
    bottom: -30px;
    z-index: 2;
}

.contact_info {
    width: 100%;
    margin-bottom: 47px;
    padding: 13px 3% 0 5%;
    background: #90c809;
    color: #ffffff;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}

.contact_info .li-text {
    margin-bottom: 15px;
    padding-left: 33px;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

.contact_info .li-text:before {
    content: url("../img/location-icon.png");
    position: absolute;
    top: 0;
    left: 0;
}

.contact_info .li-text:nth-child(2):before {
    content: url("../img/contact__phone-icon.png");
    position: absolute;
    top: 0;
    left: 0;
}

#map1 {
    width: 100%;
    height: 100%;
}

footer {
    width: 100%;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #2d2d2d;
    position: relative;
    z-index: 2;
}

footer .container.flex {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

footer .politic_text {
    font-size: 14px;
    color: #7c7d7d;
    text-decoration: underline;
}

footer .logo_prodaction img {
    width: 175px;
}

.footer-sign {
    max-height: 80px;
}

.advantages {
    padding-top: 55px;
    padding-bottom: 50px;
    background-image: url(../img/features__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages h2 {
    margin-bottom: 70px;
}

.advantages .video {
    max-width: 680px;
    height: 390px;
    margin: 0 auto 35px;
    border: 8px solid #90c809;
    -webkit-border-radius: 17px;
    border-radius: 17px;
}

.advantages .video iframe {
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.advantages .container.flex {
    -webkit-box-align: inherit;
    -webkit-align-items: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.advantages .blocks {
    width: -webkit-calc(50% - 28px);
    width: calc(50% - 28px);
    margin-top: 80px;
    padding: 100px 2% 30px;
    background: #ffffff;
    border: 1px solid #e0e0e0;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
    position: relative;
}

.advantages .blocks .htext {
    margin-bottom: 30px;
    font-size: 20px;
    font-weight: 900;
    color: #90c809;
    text-align: center;
    text-transform: uppercase;
}

.advantages .blocks .text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.2;
}

.advantages .blocks:before {
    content: '';
    width: 116px;
    height: 116px;
    background-color: #ffffff;
    background-image: url(../img/advantages__img1.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 65%;
    border: 4px solid #90c809;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: -50px;
    left: -webkit-calc(50% - 58px);
    left: calc(50% - 58px);
}

.advantages .blocks:nth-child(2):before {
    background-image: url(../img/advantages__img2.png);
    background-size: 75%;
}

.advantages .blocks:nth-child(3):before {
    background-image: url(../img/advantages__img3.png);
    background-size: 72%;
}

.advantages .blocks:nth-child(4):before {
    background-image: url(../img/advantages__img4.png);
    background-size: 79%;
}

.photogal {
    padding-top: 30px;
    padding-bottom: 60px;
    background: #ffffff;
}

.photogal h2 {
    margin-bottom: 55px;
}

.photogal .akcia-slider {
    max-width: 530px;
}

.photogal .akcia-slider .slick-slide {
    padding: 0 0.5%;
    opacity: 1;
}

.photogal .akcia-slider .slick-prev,
.photogal .akcia-slider .slick-next {
    width: 36px;
    height: 36px;
    background-size: 30%;
}

.photogal .akcia-slider .akcia-slide {
    position: relative;
}

.photogal .akcia-slider .akcia-slide:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(176, 240, 22, 0.6);
    position: absolute;
    top: 0;
    left: 0;
}

.photogal .akcia-slider .slick-current .akcia-slide:before {
    background: transparent;
}

.spec-form.ver2 {
    padding-top: 55px;
    padding-bottom: 50px;
    background-image: url(../img/spec-form-ver2__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.spec-form.ver2 h2 {
    font-size: 30px;
}

.spec-form.ver2 .ph2 {
    margin-bottom: 65px;
    font-size: 18px;
    font-weight: 500;
    color: #525252;
}

.spec-form.ver2 .form__wrap .simg2 {
    right: -260px;
    bottom: -50px;
}

.form-individ.calculation {
    padding-bottom: 115px;
}

.form-individ.calculation .form__wrap {
    padding: 35px 1.5% 50px;
}

.form-individ.calculation .form__wrap .simg-bot {
    bottom: -115px;
}

.form-individ.calculation .input-b {
    margin-bottom: 40px;
}

.form-individ.calculation .main_form.flex .btn {
    margin-top: 10px;
}

.form-individ.calculation .rezult-wrap .label {
    margin-bottom: 15px;
}

.form-individ.calculation .rezult-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.form-individ.calculation .rezult-b .rezultold {
    margin-right: 20px;
    font-size: 24px;
    color: #2a2a2a;
    text-decoration: line-through;
}

.form-individ.calculation .rezult-b .rezultnew {
    font-size: 30px;
    font-weight: 700;
    color: #ff3600;
}

.advantages-spec {
    padding-top: 70px;
    padding-bottom: 45px;
    background-image: url(../img/features__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.advantages-spec h2 {
    margin-bottom: 75px;
}

.advantages-spec .container.flex {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.advantages-spec .blocks {
    width: 55%;
    position: relative;
}

.advantages-spec .blocks .li-my__wrap {
    margin-bottom: 60px;
}

.advantages-spec .blocks .li-my {
    margin-bottom: 40px;
    padding-left: 35px;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}

.advantages-spec .blocks .li-my:last-child {
    margin-bottom: 0;
}

.advantages-spec .blocks .text {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.advantages-spec .blocks .text b {
    font-weight: 900;
}

.advantages-spec .blocks:nth-child(2) {
    width: 45%;
}

.advantages-spec .center-my .btn {
    margin-top: 80px;
    padding: 23px 82px;
}

.img-shadow {
    width: 75%;
    position: relative;
}

.img-shadow img {
    width: 100%;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    -webkit-box-shadow: 21px 19px 0 #90c809;
    box-shadow: 21px 19px 0 #90c809;
    display: block;
}

.img-shadow .img-shadow {
    position: absolute;
    top: 55%;
    left: 40%;
}

.img-shadow .img-shadow img {
    -webkit-box-shadow: 17px 17px 0 #90c809;
    box-shadow: 17px 17px 0 #90c809;
}

.features-spec-b {
    width: 100%;
    max-width: 940px;
    margin: 0 auto 40px;
    padding: 65px 5% 25px;
    background-image: url(../img/features-spec-b__bg.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    border: 3px solid #90c809;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    position: relative;
}

.features-spec-b .htext {
    margin-bottom: 140px;
    font-size: 24px;
    font-weight: 900;
    color: #5a5a5a;
    text-align: center;
    position: relative;
    line-height: 1.2;
}

.features-spec-b .htext img {
    position: absolute;
    top: 70%;
    left: -webkit-calc(50% - 211px);
    left: calc(50% - 211px);
}

.features-spec-b .blocks-wrap__flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.features-spec-b .blocks {
    width: 40%;
    margin-bottom: 0;
    padding-top: 40px;
    font-size: 18px;
    font-weight: 700;
    color: #5a5a5a;
    position: relative;
    line-height: 1.2;
}

.features-spec-b .blocks b {
    font-weight: 900;
    text-decoration: underline;
}

.features-spec-b .blocks:before {
    content: '';
    width: 28px;
    height: 28px;
    background-image: url(../img/features__check.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 11px 10px;
    border: 2px solid #90c809;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.features-snowflake__simg {
    width: 90%;
    position: absolute;
    top: 0;
    left: 5%;
}

.features-spec-b:before {
    content: '';
    width: 130px;
    height: 92px;
    background-color: #fff;
    background-image: url(../img/features-cloud-top__simg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 88px 92px;
    position: absolute;
    top: -40px;
    left: -webkit-calc(50% - 65px);
    left: calc(50% - 65px);
}

.header .container {
    position: relative;
    padding: 0px 4%;
}

.header nav {
    padding-top: 10px;
    padding-bottom: 15px;
}

.header nav .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header nav a.link {
    margin: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: #545454;
    text-decoration: underline;
}

.header nav a.link:hover {
    text-decoration: none;
}

.header-horseshoeimg {
    position: absolute;
    right: 0;
    top: 5px;
    padding-right: 5px;
}

#stick_menu nav {
    padding-top: 5px;
    padding-bottom: 5px;
}

.breadcrumb {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 7px;
    background: #f6f6f6;
}

.breadcrumb .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.breadcrumb__link {
    padding-left: 15px;
    padding-right: 10px;
    padding-bottom: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #545454;
    text-decoration: underline;
    position: relative;
}

.breadcrumb__link:before {
    content: '/';
    font-size: 14px;
    font-weight: 300;
    color: #545454;
    position: absolute;
    top: 0;
    left: 0;
}

.breadcrumb__link:first-child {
    padding-left: 0;
}

.breadcrumb__link:first-child:before {
    content: '';
}

.breadcrumb__link:last-child {
    text-decoration: none;
}

.breadcrumb__link:hover {
    text-decoration: none;
}

.catalog-main {
    padding-top: 35px;
    padding-bottom: 40px;
}

.catalog-main .h2 {
    margin-bottom: 40px;
}

.catalog-main__wrap {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.catalog-main__img-btn__wrap {
    width: 47%;
}

.catalog-main__img-btn__wrap .btn {
    width: 220px;
    padding: 25px 36px;
}

.catalog-main__img {
    width: 100%;
    margin-bottom: 21px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.catalog-main__img img {
    width: 100%;
    display: block;
    border-radius: 6px;
}

.catalog-main__info {
    width: 53%;
    padding-left: 3%;
}

.catalog-main__info p {
    margin-bottom: 18px;
    font-size: 16px;
    color: #545454;
    line-height: 1.2;
    text-indent: 10px;
    text-align: justify;
}

.catalog-main__info p:last-child {
    margin-bottom: 0;
}

.h2 {
    font-size: 36px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.h2 span {
    color: #90c809;
}

sup {
    font-size: 60%;
}

.catalogitems {
    padding-top: 50px;
    padding-bottom: 12px;
    background-image: url(../img/catalogitems__bg.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.catalogitems h2 {
    margin-bottom: 40px;
}

.catalogitems-b__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.catalogitems-b {
    width: -webkit-calc(33.33% - 26px * 2/3);
    width: calc(33.33% - 26px * 2/3);
    margin-right: 26px;
    margin-bottom: 28px;
    padding: 19px 18px 25px;
    background: #ffffff;
    border: 2px solid #c6c6c6;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

.catalogitems-b .htext {
    height: 60px;
    padding-left: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    line-height: 1.2;
    position: relative;
}

.catalogitems-b .htext:before {
    content: '';
    width: 9px;
    height: 9px;
    background: #b0f016;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.catalogitems-b .img {
    width: 100%;
    margin-bottom: 33px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.catalogitems-b .img:before {
    content: '';
    width: 31px;
    height: 33px;
    background-image: url(../img/catalogitems__simg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.catalogitems-b .img img {
    width: 100%;
}

.catalogitems-b .price {
    font-size: 16px;
    font-weight: 700;
    color: #525252;
    text-align: center;
}

.catalogitems-b:nth-child(3n) {
    margin-right: 0;
}

.wherebuy {
    padding-top: 50px;
    padding-bottom: 30px;
}

.wherebuy h2 {
    margin-bottom: 25px;
    line-height: 1.2;
}

.wherebuy__wrap p {
    margin-bottom: 18px;
    font-size: 16px;
    color: #525252;
    line-height: 1.2;
    text-indent: 10px;
    text-align: justify;
}

.wherebuy__wrap p:last-child {
    margin-bottom: 0;
}

.questions {
    padding-top: 80px;
    padding-bottom: 15px;
}

.questions h2 {
    margin-bottom: 55px;
}

.questions-b .htext {
    margin-bottom: 22px;
    padding-left: 15px;
    font-size: 17px;
    font-weight: 900;
    color: #525252;
    text-transform: uppercase;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
}

.questions-b .htext:before {
    content: '';
    width: 6px;
    height: 6px;
    background: #90c809;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    position: absolute;
    top: 5px;
    left: 0;
}

.questions-b .text__wrap {
    margin-left: 40px;
    margin-bottom: 40px;
    padding: 12px 15px 12px 10px;
    background: #f4f4f4;
    -webkit-border-radius: 8px;
    border-radius: 8px;
}

.questions-b .text {
    padding-top: 5px;
    padding-left: 9px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #525252;
    border-left: 2px solid #90c809;
    line-height: 1.2;
}

.news-articles {
    padding-top: 35px;
    padding-bottom: 55px;
}

.news-articles .h2 {
    margin-bottom: 45px;
}

.news-articles-b {
    margin-bottom: 20px;
}

.link {
    font-size: 16px;
    color: #545454;
    text-decoration: underline;
}

.link:hover {
    text-decoration: none;
}

.upage .contact__grass {
    display: none;
}

/*BEGIN hot-link=>>*/

.hot-link {
    position: fixed;
    z-index: 98;
    bottom: 0;
    background: url(../img/fon2.png) no-repeat center;
    border: 7px solid #FF3333;
    -webkit-box-shadow: inset 0 0 0 1px #fff;
    -moz-box-shadow: inset 0 0 0 1px #fff;
    box-shadow: inset 0 0 0 1px #fff;
    padding: 35px 40px 20px 25px;
    bottom: 15vh;
}

.hot-link__close {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: #FFFFFF;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    top: 0;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -moz-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    -o-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    cursor: pointer;
}

.hot-link__close:hover {
    background: #D82424;
}

.hot-link__close:before,
.hot-link__close:after {
    content: '';
    background: #333333;
    width: 1px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
}

.hot-link__close:hover:before,
.hot-link__close:hover:after {
    background: #fff;
}

.hot-link__close:before {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.hot-link__close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.hot-link__item {
    display: block;
    color: #FFFFFF;
    text-transform: uppercase;
    text-align: left;
}

.hot-link__item span {
    font-size: 30px;
    display: inline-block;
    vertical-align: -10%;
    font-weight: 700;
    margin-left: 0px;
    position: relative;
    padding-right: 40px;
}

.hot-link__item span:before,
.hot-link__item span:after {
    content: '';
    background: url(../img/icons/arrow-right.svg) no-repeat center;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    background-size: contain;
    position: absolute;
    right: 0;
    width: 22px;
    height: 22px;
    top: 50%;
    margin-top: -11px;
}

.hot-link__item span:before {
    -webkit-transform: translate(6px, -3px);
    -moz-transform: translate(6px, -3px);
    -ms-transform: translate(6px, -3px);
    -o-transform: translate(6px, -3px);
    transform: translate(6px, -3px);
}

.hot-link__item:hover span:before {
    -webkit-transform: translate(-6px, -3px);
    -moz-transform: translate(-6px, -3px);
    -ms-transform: translate(-6px, -3px);
    -o-transform: translate(-6px, -3px);
    transform: translate(-6px, -3px);
    opacity: .5;
}

.hot-link__item span:after {
    -webkit-transform: translate(-6px, 3px);
    -moz-transform: translate(-6px, 3px);
    -ms-transform: translate(-6px, 3px);
    -o-transform: translate(-6px, 3px);
    transform: translate(-6px, 3px);
    opacity: .5;
}

.hot-link__item:hover span:after {
    opacity: 1;
    -webkit-transform: translate(6px, 3px);
    -moz-transform: translate(6px, 3px);
    -ms-transform: translate(6px, 3px);
    -o-transform: translate(6px, 3px);
    transform: translate(6px, 3px);
}
.prods_catalog {
    padding-top: 25px;
    padding-bottom: 20px;
    text-align: center;
    /* display: table-cell; */
    display: block;
    margin-bottom: 0px;
    margin-top: 15px;
    position: relative;
}
.prodc {
    background-color: #EEE3D9;
    width: 294px;
    height: 340px;
    border: 2px solid green;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    vertical-align: middle;
}
.img_prod {
    /* width: 249px; */
    /* height: 176px; */
    padding-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
    padding-bottom: 5px;
}
.name_prod1 {
    height: 15px;
    text-align: center;
    vertical-align: middle;
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
    float: none;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #5A3111;
}
.svoystv {
    font-size: 16px;
    width: 122px;
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.price_prod {
    position: absolute;
    width: 135px;
    left: 153px;
    top: 240px;
    color: #5A3111;
    font-weight: bold;
    font-size: 24px;
}
.izgib {
    background-image: url(/img/izgib.png);
    height: 52px;
    position: absolute;
    width: 294px;
    top: 293px;
    left: -2px;
    z-index: 1;
}
.zakaz1 {
    position: absolute;
    width: 132px;
    left: 146px;
    top: 305px;
    z-index: 2;
}
a.button2:link {
    display: table-cell;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    vertical-align: middle;
    height: 25px;
    width: 145px;
    border: 2px solid #6F7E07;
    border-radius: 25px;
    background-image: url(/img/back_but.png);
    background-repeat: repeat-x;
    text-shadow: 0px 1px 2px rgb(0 0 0 / 35%);
    color: #572A13;
    box-shadow: 0 0 10px 5px rgb(0 0 0 / 25%);
    text-decoration: none;
}
.na_risunke {
    height: 180px;
    margin-left: 0px;
    z-index: 10;
    margin-top: -180px;
    text-align: left;
    vertical-align: middle;
}


/*<<=hot-link END*/