@font-face {
    font-family: 'HelveticaNeueCyrRoman';
    src: url('../fonts/HelveticaNeueCyr-Roman.eot');
    src: local('HelveticaNeueCyr-Roman'),
    url('../fonts/HelveticaNeueCyr-Roman.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Roman.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Roman.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrBold';
    src: url('../fonts/HelveticaNeueCyr-Bold.eot');
    src: local('HelveticaNeueCyr-Bold'),
    url('../fonts/HelveticaNeueCyr-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Bold.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'HelveticaNeueCyrMedium';
    src: url('../fonts/HelveticaNeueCyr-Medium.eot');
    src: local('HelveticaNeueCyr-Medium'),
    url('../fonts/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyr-Medium.woff') format('woff'),
    url('../fonts/HelveticaNeueCyr-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}
body{
    line-height: 1.4;
    font-family: HelveticaNeueCyrRoman, sans-serif;
    padding-top: 10.15rem;
}
.header_container{
    width: 91.7%;
    margin: 0 auto;
}
header {
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #e8e8e8;
    background-color: white;
}
.logo{
    display: block;
    width: 10.375rem;
    position: relative;
    top: -0.3rem;
}
.file_link{
    margin-right: 1rem;
    text-decoration: underline;
    color: #00871c;
}
.file_link:hover{
    text-decoration: none
}
.menu {
    margin-left: 4.6rem;
    display: flex;
    align-items: center;
}
.menu_item, .menu_item2 {
    display: flex;
    align-items: center;
    margin-right: 3.67rem;
    position: relative;
}
.menu_item2{
    margin: 0;
}
.menu_item.active:after, .menu_item2.active:after{
    opacity: 1;
}
.menu_item:after, .menu_item2:after {
    position: absolute;
    bottom: -3.2rem;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    background-color: #00871c;
    opacity: 0;
    transition: all 0.35s;
}
.menu_item:last-child{
    margin-right: 0;
}
.menu_item2 i {
    transition: all 0.6s;
    display: inline-block;
    margin-left: 0.3rem;
    font-size: 0.7rem;
    color: #00871c;
}
a:hover, a.active, .active a{
    color: #00871c;
}
.phone_box a {
    font-size: 1.25rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    color: #00871c;
}
.phone_box a:hover{
    color: #333333;
}
.phone_box{
    position: relative;
}
.phone_box i{
    transition: all 0.6s;
    display: inline-block;
    margin-left: 0.5rem;
    font-size: 0.7rem;
    color: #00871c;
}
.lang_box {
    margin-right: 7.55rem;
    display: flex;
}
.lang_box a:first-child{
    margin: 0;
}
.lang_box a {
    display: block;
    margin-left: 2.4rem;
    color: #999999;
    position: relative;
}
.lang_box a:after {
    position: absolute;
    bottom: -3.2rem;
    left: 0;
    right: 0;
    content: "";
    height: 2px;
    background-color: #00871c;
    opacity: 0;
    transition: all 0.35s;
}
.lang_box a:hover, .lang_box a.active{
    color: #333333;
}
.lang_box a.active:after{
    opacity: 1;
}
.search_btn {
    display: block;
    margin-right: 5.4rem;
    width: 1.25rem;
}
.search_btn:hover{
    opacity: 0.6;
}
.menu_drop {
    position: absolute;
    top: 200%;
    left: -1rem;
    padding: 1rem;
    background-color: white;
    width: max-content;
    box-shadow: 0 0.9rem 1rem rgba(0,0,0,.1);
    opacity: 0;
    pointer-events: none;
    transition: all 0.35s;
}

.menu_drop a{
    display: block;
    margin-bottom: 1rem;
}
.menu_drop a:last-child{
    margin-bottom: 0;
}
#box-1 {
    padding-top: 6.9rem;
    padding-bottom: 6.2rem;
}
.section_title {
    font-size: 2.605rem;
    margin-bottom: 1.6rem;
}
.container {
    width: 79.2rem;
}
#box-1 .content {
    font-size: 1.238rem;
    color: #666666;
}
#box-2 {
    height: 39.7rem;
    display: flex;
    align-items: flex-end;
    padding-bottom: 3.4rem;
    position: relative;
}
#box-2 img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#box-2:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    height: 15rem;
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
}
#box-2 .container{
    position: relative;
    z-index: 1;
}
.advantage{
    text-align: center;
    color: white;
}
.advantage h4 {
    font-size: 2.65rem;
    margin-bottom: 0.6rem;
}
.advantage p{
    margin: 0;
}
.whatsapp {
    position: fixed;
    text-align: center;
    box-sizing: border-box;
    outline: none !important;
    z-index: 999;
}
.whatsapp {
    position: fixed;
    right: 7.5rem;
    top: 15.9rem;
    color: #ffffff;
    height: 4.65rem;
    width: 4.65rem;
    background: #00871c;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    z-index: 999;
    cursor: pointer;
    border-radius: 50%;
    text-decoration: none!important;
}

.whatsapp.bottom{
    top: unset;
    bottom: 8.4rem;
}

.whatsapp:after, .whatsapp:before {
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: 5px solid #00871c;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    animation-iteration-count: infinite;
    animation-duration: 1.2s;
    animation-name: ring;
    outline: none;
    box-sizing: border-box;
}
.whatsapp:before {
    animation-delay: 0.8s;
    border: 5px solid #00871c;
    border-radius: 50%;
}
.whatsapp:after {
    animation-delay: 0.6s;
}
.whatsapp i {
    display: block;
    color: #fff;
}
@keyframes ring {
    0% {
        opacity: 1;
        transform: scale(1);
    }
    100% {
        opacity: 0;
        transform: scale(1.7);
    }
}
@keyframes phone {
    20% {
        transform: rotate(-30deg);
    }
    80% {
        transform: rotate(390deg);
    }
    100% {
        transform: rotate(360deg);
    }
}
#box-3 {
    padding-top: 6.9rem;
    padding-bottom: 2rem;
    position: relative;
}
#box-3:after {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 60.8%;
    top: 27.6rem;
    background: #f2f2f2;
    content: "";
}
#box-3 .container{
    position: relative;
    z-index: 1;
}
#box-3 .section_title{
    font-size: 2.23rem;
}
.section_title span{
    display: inline-block;
    padding-right: 9rem;
    background-color: white;
    position: relative;
    z-index: 1;
}
.bordered{
    position: relative;
}

.bordered:after {
    position: absolute;
    left: 0;
    right: -100%;
    height: 1px;
    background-color: #e8e8e8;
    content: "";
    top: 50%;
}
.cat_item {
    display: flex;
    height: 24.8rem;
    align-items: flex-end;
    padding: 2rem 2.4rem;
    color: white;
    position: relative;
}

.cat_item:after{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    content: "";
    background-image: -moz-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(0,0,0) 0%, rgba(0,0,0,0) 100%);
    opacity: 0.6;
    height: 10rem;
    transition: all 0.5s;
}





.cat_item h4 {
    font-size: 1.6rem;
    margin: 0;
    position: relative;
}
.cat_item h4:after {
    left: -2.4rem;
    width: 1.3rem;
    content: "";
    background: #00871c;
    top: 50%;
    transform: translateY(-50%);
    position: absolute;
    height: 0.35rem;
}


.title_margin{
    margin-bottom: 2.5rem;
}
.cat_row{
    margin: 0 -10px;
}
.cat_row .mb_30{
    padding: 0 10px;
}
.cat_i_left {
    padding-right: 4rem;

}
.cat_item_text{
    position: relative;
    z-index: 1;
    width: 100%;
}
.cat_icon {
    width: 2.6rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00871c;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}
.cat_icon img{
    width: 0.938rem;
}
.cat_img{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat_item:hover{
    color: white;
}
.cat_item:hover .cat_icon{
    opacity: 1;
    /*animation: rotateIn 0.5s;*/
}
.cat_item p {
    margin: 0;
    opacity: 0;
    transition: all 0.5s;
    height: 0;
}


.sem_item{
    display: flex;
    align-items: center;
    /*justify-content: center;*/
    height: 100%;
}
.sem_item:hover{
    opacity: 0.6;
}
.sem_item img{
    max-width: 69%;
}
.semenis_row {
    margin-top: 1.2rem;
}
#box-4{
    padding-top: 7rem;
    padding-bottom: 6.2rem;
}
#box-4 .section_title {
    font-size: 2.25rem;
}
.more_link{
    display: flex;
    align-items: center;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    color: #00871c;
    margin-top: 2rem;
}
.more_link img {
    width: 0.75rem;
    margin-left: 0.5rem;
}
.footer_top {
    padding: 2rem 0;
}
.btn {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    color: white;
    background-color: #00871c;
    padding: 0.8rem 2.1rem;
}
.btn:hover{
    background-color: #3dd35c;
    color: white;
}
.whatsapp:hover{
    background-color: #3dd35c;
}
.whatsapp:hover:before, .whatsapp:hover:after{
    border-color: #3dd35c;
}

.footer_menu a {
    display: inline-block;
    margin-right: 8.35rem;
    position: relative;
    color: white;
}
.footer_menu a.active, .footer_menu a:hover{
    color: #00871c;
}
.footer_menu a:after {
    position: absolute;
    right: -4.6rem;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #00871c;
    pointer-events: none;
    top: 50%;
    transform: translateY(-50%);
}
.footer_menu a:last-child{
    margin: 0;
}
.footer_menu a:last-child:after{
    display: none;
}
.footer_top{
    border: 1px solid rgba(255,255,255,0.1);
}
.footer_center {
    padding-top: 3.2rem;
    padding-bottom: 4.6rem;
}
.fc_item{
    /*width: 20%;*/
}
.footer_logo {
    display: block;
    width: 8.125rem;
    margin-bottom: 0.9rem;
}
.email_list a{
    display: block;
    margin-bottom: 0.8rem;
}
.socials a {
    display: inline-block;
    margin-right: 1.9rem;
    font-size: 1.3rem;
}
.socials a:last-child{
    margin: 0;
}
.phone_list a{
    display: block;
}
.address {
    margin-bottom: 0.9rem;
}
.fc_item h4 {
    margin-top: 2.1rem;
    font-size: 1.3rem;
    margin-bottom: 1.1rem;
}
.footer_bottom {
    padding: 2rem 0;
    font-size: 0.85rem;
    background-color: #222222;
    color: rgba(255,255,255,0.3);
}
.footer_bottom a{
    color: rgba(255,255,255,0.3);
}
.footer_bottom a:hover{
    color: white;
}
.footer_bottom img{
    margin-left: 0.6rem;
}
footer{
    background-color: #171717;
    color: #cccccc;
}
footer a{
    color: #cccccc;
}
footer a:hover, footer a.active{
    color: #00871c;
}
.footer_center h4{
    color: white;
}
.page {
    padding-top: 2.9rem;
    padding-bottom: 7rem;
}
.page h1 {
    font-size: 2.6rem;
    margin-bottom: 2.3rem;
}
.cont_box {
    padding: 2.3rem 2.5rem;
    padding-bottom: 1.6rem;
}
.cont_box .email_list a {
    margin-bottom: 1.3rem;
}
.cat_row .no_img{
    position: absolute;
    left: 0;
    top: 0;
}
.city {
    padding: 1.6rem 2.4rem;
    padding-bottom: 0;
    transition: all 0.15s;
    position: relative;
    cursor: pointer;
}
.city *{
    transition: 0s!important;
}
.no_img{
    width: 100%;
    height: 100%;
    background-color: #e8e8e8;
    background-image: url("../img/logo-gray.png");
    background-size: 5rem;
    background-position: center center;
    background-repeat: no-repeat;
}
.city:after {
    border: 0.7rem solid transparent;
    border-left: 0.7rem solid #00871c;
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    opacity: 0;
}
.city.active:after{
    opacity: 1;
}
.city hr{
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    margin: 0;
    margin-top: 1.55rem;
}
.city h4 {
    font-size: 1.3rem;
    margin-bottom: 1.2rem;
}
.city .phone_list {
    line-height: 1.2;
}

.contacts{
    border: 1px solid #e8e8e8;
    background-color: white;
}
.map{
    display: none;
    width: 100%;
    height: 100%;
}
.map.active{
    display: block;
}

.city.active{
    color: white;
    background-color: #00871c;
}
.city.active hr{
    opacity: 0;
}
.city.active a{
    color: white;
}
.city.active a:hover{
    opacity: 0.5;
}
.city:last-child hr{
    background-color: transparent;
}
.cont_row .col-md-4{
    position: relative;
    z-index: 2;
}
#cont_form {
    padding-top: 6.8rem;
    padding-bottom: 6rem;
    background-color: #f2f2f2;
}
#cont_form .section_title {
    font-size: 2.24rem;
}
#cont_form .section_title span{
    background: #f2f2f2;;
}
.cont_form_box{
    margin-top: 2rem;
}
.form-control {
    font-family: HelveticaNeueCyrRoman, sans-serif;
    padding: 1.6rem 2.2rem;
    border: 1px solid #e8e8e8;
    border-radius: 5px;
}
.form-control::placeholder{
    color: #999999;
}
.form-group {
    margin-bottom: 1.2rem;
}
.cont_form_box .btn{
    margin-left: 1rem;
}
#cont_info{
    position: relative;
}
#cont_info:after{
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    content: "";
    height: 22.7rem;
    background: #f2f2f2;
}
#cont_info .container{
    position: relative;
    z-index: 1;
}
.page.contacts_page{
    padding-bottom: 0;
}
.max_width{
    max-width: 100%;
}
.about_img{
    margin-top: 2.9rem;
}
.page_semen_row{
    margin: 0 -10px;
}
.page_semen_row .mb_30{
    margin-bottom: 20px;
    padding: 0 10px;
}
.page_sem_item{
    display: block;
    background-color: #f2f2f2;
    height: 100%;
}
.page_semen_img {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 19.5rem;
}
.page_semen_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
    object-position: center;
    transition: all 0.5s;
}
.page_sem_item:hover .page_semen_img img{
    opacity: 0.5;
}
.page_sem_item h4 {
    padding-top: 1.5rem;
    font-size: 1.6rem;
    padding-bottom: 1.5rem;
}
.page_sem_item span {
    display: inline-block;
    width: 1.25rem;
    height: 0.35rem;
    background: #00871c;
    vertical-align: middle;
    margin-right: 0.8rem;
}
.sem_icon {
    width: 10.1rem;
    margin-top: -1rem;
}
.page_cat_row{
    margin: 0 -10px;
}
.page_cat_row .mb_30{
    padding: 0 10px;
    margin-bottom: 20px;
}
.page_cat_img {
    height: 15.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.page_cat_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: static;
}
.page_cat_text h4 {
    font-size: 1.4rem;
    /* height: 2rem; */
    /*padding-left: 1rem;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding-right: 0.5rem;*/
}
.page_cat_text{
    position: relative;
    padding-right: 3rem;
    padding-left: 1rem;
    z-index: 2;
    /*padding-bottom: 3rem;*/
}
.page_cat_text .cat_icon {
    width: 2.4rem;
    height: 2.4rem;
    right: 0.7rem;
}
.page_cat_text h4 span{
    display: inline-block;
    width: 1.25rem;
    height: 0.35rem;
    background: #00871c;
    vertical-align: middle;
    margin-right: 0.8rem;
}
.page_cat_item{
    display: block;
    height: 100%;
    padding-bottom: 1rem;
    background-color: #e8ecf0;
    position: relative;
}
.page_cat_item:after{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background-color: rgba(0,0,0,0.3);
    transition: all 0.5s;
    opacity: 0
}
.page_cat_item:hover:after{
    opacity: 1;
}
.page_cat_item:hover .cat_icon{
    opacity: 1;
}
.page_cat_item:hover{
    color: white;
}
.category_menu a {
    display: block;
    position: relative;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    font-size: 1.25rem;
    line-height: 1.2;
    padding-right: 1.5rem;
}
.category_menu a img{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 0.75rem;
}
.category_menu hr {
    height: 1px;
    background-color: #e8e8e8;
    margin: 1.6rem 0;
}
.prod_item{
    display: block;
    border: 1px solid #e8e8e8;
    background-color: white;
    height: 100%;
}
/*.prod_item:hover{
    background-color: #004937;
    color: white;
    border-color: transparent;
}*/
.prod_img{
    height: 18.8rem;
    background-color: #e3e7eb;
    /*margin: -1px;*/
}
.prod_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.prod_row{
    margin: 0 -10px;
}
.prod_row .mb_30{
    padding: 0 10px;
    margin-bottom: 20px;
}
.prod_text {
    padding: 2.2rem 2.35rem;
    padding-bottom: 0.5rem;
}
.prod_text h4 {
    margin: 0;
    font-size: 1.25rem;
    position: relative;
}
.prod_text h4:after {
    content: "";
    left: -2.4rem;
    height: 0.4rem;
    width: 1.25rem;
    background-color: #00871c;
    position: absolute;
    top: 0.55rem;
}
.card_info{
    margin-left: -0.3rem;
}
.card_info h2 {
    font-size: 2.6rem;
    margin-bottom: 2.3rem;
}
.nav_item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cat--unit__for a {
    display: block;
    height: 36.9rem;
}
.cat--unit__for a img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.card_slider {
    padding-top: 0.7rem;
    padding-right: 1.5rem;
}
.cat--unit__nav {
    margin-top: 1.3rem;
}
.cat--unit__nav .slick-list{
    margin: 0 -10px;
}
.nav_item {
    cursor: pointer;
    border: 1px solid #e8e8e8;
    margin: 0 10px;
    height: 6.2rem;
}
.nav_item.slick-current{
    border-color: #00871c;
}
.cat--unit__nav .slick-prev{
    display: none!important;
}
.cat--unit__nav .slick-next{
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    background-image: url("../img/arrow-small-right.png");
    background-size: 100% 100%;
    width: 1.063rem;
    height: 1rem;
    z-index: 5;
}
.cat--unit__nav{
    position: relative;
}

.cat--unit__nav:after {
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 6rem;
    content: "";
    background-image: -moz-linear-gradient( -180deg, rgb(255,255,255) 23%, rgba(255,255,255,0) 100%);
    background-image: -webkit-linear-gradient( -180deg, rgb(255,255,255) 23%, rgba(255,255,255,0) 100%);
    background-image: -ms-linear-gradient( -180deg, rgb(255,255,255) 23%, rgba(255,255,255,0) 100%);
    z-index: 4;
    pointer-events: none;
}
.card_chars p {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 0.82rem;
    position: relative;
}
.card_chars p:after {
    position: absolute;
    bottom: 0.4rem;
    left: 0;
    right: 0;
    content: "";
    border-bottom: 2px dotted #cccccc;
}
.card_chars p span:first-child{
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
.card_chars p span {
    display: block;
    width: 50%;
    position: relative;
    z-index: 1;
}
.card_chars p span i{
    width: 100%;
    display: inline-block;
    background: white;
    font-style: normal;
}
.card_chars p span:first-child i{
    width: unset;
    display: inline;
}
.card_chars {
    margin-bottom: 2.7rem;
}
.card_text {
    margin-top: 2.8rem;
}
.card_title {
    position: relative;
    font-size: 1.6rem;
    margin-bottom: 1.2rem;
}
.card_title:after{
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background-color: #e8e8e8;
    top: 50%;
}
.card_title span{
    position: relative;
    z-index: 1;
    background-color: white;
    padding-right: 3rem;
}
.similar {
    margin-top: 7rem;
    padding-bottom: 4rem;
}
.similar .section_title {
    font-size: 2.22rem;
}
.similar_slider .slick-list{
    margin: 0 -10px;
    display: flex;
}
.similar_slider .slick-track{
    display: flex;
}
.similar_slider .mb_30{
    margin: 0;
    padding: 0 10px;
    -ms-flex: none;
    flex: none;
    max-width: unset;
}
.page_cat_img .no_img{
    background-color: transparent;
}
.header_top {
    padding: 0.5rem 0;
    margin-bottom: 0.6rem;
    background-color: #e8e8e8;
}
.header_top_left a {
    display: inline-block;
    margin-right: 4.79rem;
    font-size: 0.88rem;
}

.header_top_right a {
    display: flex;
    align-items: center;
    font-size: 0.86rem;
}
.header_top_right a img {
    margin-right: 1.2rem;
}
.header_top_right{
    padding-right: 0.6rem;
}
.header_top_right span {
    display: inline-block;
    margin: 0 0.75rem;
    color: #999999;
    position: relative;
    top: 0.1rem;
}
.login_row .col-md-7{
    padding-right: 0.5rem;
}
.login_text {
    font-size: 0.869rem;
    margin-bottom: 1.3rem;
}
.login_link{
    font-family: HelveticaNeueCyrMedium, sans-serif;
    border-bottom: 1px solid #00871c;
    color: #00871c;
}
.login_link:hover{
    border-color: transparent;
}
.login_box {
    background-color: #f2f2f2;
    text-align: center;
    padding: 3rem 1rem;
}
.login_pad{
    padding-left: 2rem;
}
.login_box p {
    margin: 0;
    margin-top: 1rem;
    font-size: 0.88rem;
    line-height: 1.2;
}

.cart_link {
    padding-right: 1.3rem;
    margin-left: 6.1rem;
    display: block;
    position: relative;
}
.cart_link img{
    width: 1.5rem;
}
.cart_link span {
    position: absolute;
    left: 1rem;
    top: -0.1rem;
    font-size: 0.7rem;
    color: white;
    background-color: #00871c;
    border-radius: 10px;
    padding: 0.15rem 0.5rem;
}
.reg_text{
    display: flex;
    align-items: center;
    margin-bottom: 1.8rem;
}
.reg_text img{
    width: 2.5rem;
}
.reg_text span{
    display: block;
    width: calc(100% - 2.5rem);
    padding-left: 1.3rem;
}
.lab_flex {
    display: flex;
    align-items: center;
    font-size: 0.885rem;
    margin: 0;
    cursor: pointer;
}
.lab_flex a{
    color: #00871c;
    border-bottom: 1px solid #00871c;
    display: inline-block;
    line-height: 1.1;
}
.lab_flex a:hover{
    border-color: transparent;
}
.lab_flex input {
    margin-right: 1rem;
    width: 1.3rem;
    height: 1.3rem;
}

.login_box h4{
    font-size: 1.6rem;
    margin-bottom: 1.9rem;
}
.cab_box h2 {
    font-size: 1.62rem;
    margin-bottom: 1.5rem;
}
.cab_box {
    padding-left: 2.35rem;
}
.cab_links {
    padding: 2.6rem 1.9rem;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    background-color: #f2f2f2;
}
.cab_links a {
    display: block;
    margin-bottom: 1.4rem;
    padding-left: 2.8rem;
    position: relative;
}
.cab_links a:last-child{
    margin: 0;
}
.cab_links a img{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    max-width: 1.563rem;
    filter: brightness(0) invert(0);
    transition: all 0.25s;
}
.cab_links a.active img, .cab_links a:hover img{
    filter: brightness(1) invert(0);
}
.cab_links.cab_border {
    border-top: 1px solid #dddddd;
    padding-top: 1.8rem;
    padding-bottom: 1.8rem;
}
.cabinet_row .col-md-3{
  padding-right: 5px;
}
.lables label {
    font-size: 0.87rem;
}
.marg_form{
    display: block;
    margin-bottom: 3.4rem;
}
.order_item {
    margin-bottom: 0.7rem;
    border: 1px solid #dddddd;
    padding: 2.2rem 2.3rem;
}
.order_pad {
    padding-left: 3.1rem;
}
.order_top {
    margin-bottom: 1.4rem;
}
.order_pad .btn{
    background-color: transparent;
    border: 2px solid #00871c;
    color: #00871c;
}
.order_pad .btn:hover{
    color: white;
    background-color: #00871c;
}
.order_info p{
    margin: 0;
    width: calc(100% + 1rem);
}
.order_prod{
    border: 1px solid #e8e8e8;
    border-top: none;
}
.order_prod a, .cart_links{
    display: flex;
    align-items: center;
    width: 45%;
}
.order_count{
    width: 28%;
}
.order_price{
    width: 27%;
    font-size: 1.25rem;
}
.order_prod_img {
    width: 6.2rem;
    height: 6.2rem;
}
.order_prod{
    display: flex;
    align-items: center;
}
.order_prod a span, .cart_links span{
    display: block;
    width: calc(100% - 6.2rem);
    padding-left: 2.4rem;
}
.order_item.mb-0{
    padding-bottom: 2.7rem;
}
.order_prod{
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
.order_prod_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.cart_info h4 {
    margin: 0;
}
.cart_info_title {
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
}
.pl_my{
    padding-left: 5px;
}
.cart_info_box {
    padding: 3rem 1rem;
    text-align: center;
    background-color: #f2f2f2;
}
.cart_info .btn{
    width: 100%;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.cart_table{
    width: 100%;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    border: 1px solid #e8e8e8;
    border-collapse: collapse;
}
.cart_table tr{
    border-bottom: 1px solid #e8e8e8;
}
.cart_table tr:last-child{
    border-bottom: none;
}
.cart_remove{
    display: inline-block;
    width: 1rem;
}
.cart_remove img{
    width: 100%;
    transition: all 0.6s;
}
.cart_remove:hover img{
    transform: rotate(-180deg);
}
.cart_count_box {
    border: 1px solid #e8e8e8;
    width: 12.2rem;
    display: flex;
    border-radius: 3px;
    overflow: hidden;
}
.cart_count_box button {
    width: 3rem;
    height: 3rem;
    background-color: #e8e8e8;
    font-family: HelveticaNeueCyrMedium, sans-serif;
}
.cart_count_box button:hover{
    color: #828282;
}
.cart_count_box input{
    width: calc(100% - 6rem);
    font-family: HelveticaNeueCyrMedium, sans-serif;
    text-align: center;
}
.cart_links{
    width: 100%;
    padding-right: 1rem;
}
.cart_price {
    padding-left: 3.1rem;
    font-size: 1.25rem;
}
.cart_check_info h2 {
    border-bottom: 1px solid #dddddd;
    font-size: 1.25rem;
    padding-bottom: 0.9rem;
    margin: 0;
}
.cart_prod_flex span:first-child{
    color: #666666;
    font-size: 0.9rem;
}
.cart_prod_flex:last-child{
    font-size: 1.25rem;
}
.cart_prod h4 {
    font-size: 1rem;
    margin: 0;
}
.cart_prod {
    border-bottom: 1px solid #dddddd;
    padding-top: 1.1rem;
    padding-bottom: 0.7rem;
}
.cart_check_info {
    padding: 1.7rem 2rem;
    background-color: #f2f2f2;
}
.cart_bottom {
    border-bottom: 1px solid #dddddd;
    padding-top: 1.9rem;
    padding-bottom: 1rem;
}
.cart_flex_total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.4rem;
}

.cart_flex_total:last-child{
    margin-bottom: 0;
}
.cart_flex_total b{
    font-size: 1.2rem;
}
.cart_flex_total.last {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    padding-top: 1.7rem;
    font-size: 1.2rem;
}
.cart_flex_total.last b {
    font-size: 1.55rem;
}
.check_item {
    margin-bottom: 2.1rem;
}
.check_title {
    font-size: 1.62rem;
    margin-bottom: 1.6rem;
}
.check_lable{
    display: flex;
    align-items: center;
    margin: 0;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    cursor: pointer;
}
.check_lable input {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    width: 1.4rem;
    height: 1.4rem;
    border: 1px solid #ebebeb;
    margin: 0;
    margin-right: 0.8rem;
    border-radius: 50%;
}
.check_lable input:checked{
    border: 7px solid #00871c;
}
.check_items {
    margin-bottom: 1rem;
}
.lable_flex label {
    display: block;
    border: 1px solid #e8e8e8;
    border-radius: 3px;
    width: 12.2rem;
    margin-right: 1.3rem;
    text-align: center;
    padding-bottom: 1.4rem;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: all 0.35s;
}
.lable_icon {
    width: 5rem;
    height: 5rem;
    margin: 0 auto;
    margin-bottom: 1rem;
    margin-top: 1.7rem;
}
.lable_icon img{
    max-width: 100%;
    max-height: 100%;
    transition: all 0.35s;
}
.lable_flex p {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    margin: 0;
}
.lable_flex span {
    font-size: 0.9rem;
    color: #999999;
}
.lable_flex label img{
    filter: grayscale(1);
}
.lable_flex input[type="radio"]:checked+label{
    border-color: #00871c;
}
.lable_flex input[type="radio"]:checked+label img{
    filter: grayscale(0);
}
.btn_text {
    margin-left: 1.9rem;
    font-size: 0.875rem;
}
.btn_text p{
    margin: 0;
}
.btn_text a{
    color: #00871c;
    text-decoration: underline;
}
.btn_text a:hover{
    text-decoration: none;
}
.btn.blue{
    background-color: #00a0e6;
    margin-left: 1.5rem;
}
.btn.blue:hover{
    background-color: #38bffa;
}
.card_info .cart_flex{
    font-family: HelveticaNeueCyrMedium, sans-serif;
    margin-bottom: 1.5rem;
}
.pay_item {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    color: #00871c;
    min-height: 6.3rem;
}
.pay_item img {
    max-width: 2.2rem;
    margin-right: 1rem;
}
.pay_box {
    border: 1px solid #e8e8e8;
    margin-bottom: 2.7rem;
}
.pay_box .col-md-4, .pay_box .col-md-3{
    border-right: 1px solid #e8e8e8;
}
.pay_box .col-md-4:last-child, .pay_box .col-md-3:last-child{
    border: none;
}
.content h3 {
    font-size: 1.62rem;
    margin-bottom: 1.3rem;
}
.content hr {
    height: 1px;
    background-color: #e8e8e8;
    border: none;
    margin-top: 2.9rem;
    margin-bottom: 2.8rem;
}
.pay_row{
    margin-top: 2rem;
}
.pay_item span{
    display: block;
    line-height: 1.2;
    max-width: calc(100% - 3.2rem);
}
.manager {
    text-align: center;
    padding: 1.3rem 1rem;
}
.manager_box .col-md-3{
    display: flex;
    align-items: center;
    justify-content: center;
}
.manager h4 {
    font-size: 1.3rem;
    margin: 0;
    margin-bottom: 0.6rem;
}
.manager_box {
    margin-top: 1.7rem;
}
.soc_flex img{
    max-width: 100%;
}
.soc_flex a {
    display: inline-block;
    margin-right: 2.4rem;
}
.soc_flex {
    margin-top: 1.5rem;
}
.big_link{
    display: block;
    font-family: HelveticaNeueCyrMedium, sans-serif;
    color: #00871c;
    text-decoration: underline;
    font-size: 1.25rem;
    margin-top: 1.3rem;
}
.big_link:hover {
    text-decoration: none;

}
.content.img_marged img{
    width: calc(100% + 1rem);
    position: relative;
    left: -0.5rem;
}
.disable_box, .btn:disabled{
    opacity: 0.5;
    pointer-events: none;
}
.count {
    position: absolute;
    height: 30px;
    width: 30px;
    display: inline-flex;
    top: 0;
    left: 100%;
    transform: translate(-50%, -50%);
    background-color: #00871c;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    border-radius: 400px;
    transition: all ease 1s;
    z-index: 10000;
}
.prod_item {
    height: auto;
    border: none;
}
.prod_item_flex{
    border: 1px solid #e8e8e8;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    transition: all 0.5s;
}
.prod_item_flex:hover{
    border-color: black;
}

.prod_bottom .cart_price {
    font-family: HelveticaNeueCyrMedium, sans-serif;
    padding: 0;
    color: #666666;
}
.prod_bottom {
    padding: 1rem 2.3rem;
    padding-top: 0;
}
.prod_i_flex{
    margin-top: 1rem;
    margin-bottom: 0.8rem;
}
.prod_i_flex .cart_count_box{
    width: calc(50% - 0.5rem);
}
.prod_i_flex .cart_count_box button{
    width: 1.8rem;
        height: 3.1rem;
}
.prod_i_flex .cart_count_box input{
    width: calc(100% - 3.6rem);
}
.sm_btn{
    padding-left: 0;
    padding-right: 0;
    width: 49%;
}
.prod_bottom .blue{
    margin: 0;
    width: 100%;
}
.bottom_bg .page_cat_item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4.8rem;
    content: "";
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.bottom_bg .page_cat_item {
    color: white;
}
.bottom_bg .page_cat_text h4 {
    font-size: 1.4rem;
}