/*body, html {
  overflow-x: hidden;
}*/

body {
    overflow-x: hidden;
}

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

.select_text {
    background-color: #e8f3eb;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
    border-radius: 9px;
}

.select_text:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #007c28;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9px 0px 0px 9px;
}

.select_text_green {
    background-color: #cce1c2;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}

.select_text_green:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #80b366;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.select_text_red {
    background-color: #e8f3eb;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
    border-radius: 9px;
}

.select_text_red:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #007c28;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 9px 0px 0px 9px;
}

.static_page ol {
    counter-reset: myCounter;
    margin-left: 0;
    padding-left: 5px;
    color: rgb(100, 100, 100);
}

.static_page ul,
ul.line {
    line-height: 2;
}

.static_page li,
ul.line li {
    position: relative;
    padding-left: 25px;
    margin: 5px 0;
}

.static_page ol li {
    padding-left: 35px;
}

.static_page ul li:before,
ul.line li:before {
    content: '';
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    border-radius: 3px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #80b366;
}

.static_page ol li:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 22px;
    height: 22px;
    font-size: 14px;
    line-height: 22px;
    color: #fff;
    font-weight: 500;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0px 1px 4px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #007c28;
    counter-increment: myCounter;
    content: counter(myCounter);
}

.footer-item-copy {
    padding-top: 15px;
    font-size: 12px;
    color: #090909;
}

.footer-item-copy-item a,
.footer-item-copy-item span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #000;
    -webkit-transition: color .2s ease-out;
    transition: color .2s ease-out;
}

.modal-form-bitrix24 {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.4);
    height: 100%;
    z-index: 100000;
}

.modal-form-bitrix24.open {
    display: block;
}

.modal-form-bitrix24-content {
    width: 40%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 512px;
}

.modal-form-bitrix24-close {
    position: absolute;
    right: 10px;
    top: 10px;
    background-image: url(http://webkrayt.ru/close.svg);
    width: 20px;
    height: 20px;
    background-position: center;
    background-size: 20px;

}

/*** CUSTOM ***/

.red {
    color: red;
}

.orange {
    color: #212529;
}

.green {
    color: green;
}

.starrequired {
    color: red;
}

.article {
    color: #999;
    font-size: 90%;
}

.partners-form-title {
    margin: 2rem 0;
    font-weight: bold;
}

.topregionmenu li {
    display: block;
    width: 33%;
    float: left;
    text-align: center;
    padding-top: 10px;
}

.topregionmenu .active {
    font-weight: bold;
}

.fa.fa-map-marker:before {
    padding-right: 4px;
}

.mt2 {
    margin-top: 2rem;
}

ol.margin,
ul.margin {
    list-style: disc;
    margin: 2rem 0 0 2rem;
}

.green {
    color: #212529;
}

.red {
    color: red !important
}

.product-detail-byu-container .btn-primary {
    padding: 13px 15px 12px 15px !important;
    width: 100%;
    display: block;
    background: #007C28;
    color: #fff;
    min-height: 44.5px;
}

#promoContainer {
    background-color: #FFCCCC;
    padding: 20px 20px 20px 25px;
    position: relative;
    margin: 15px 0;
}

#promoContainer:before {
    content: " ";
    display: block;
    width: 4px;
    background-color: #ff0000;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

#promoContainer+.danger:before {
    background-color: green;
}

#promoContainer span {
    font-weight: bold;
}

#promoContainer em {
    font-style: normal;
}

.bx-basket {}

.cartline_wrapper {
    position: absolute;
    width: 100%;
    cursor: default;
    right: 0;
    top: 100%;
    display: block;
    opacity: 0;
    padding: 19px 5px 5px;
    z-index: -1;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: .3s ease, .1s ease-out top, .1s ease-out padding;
    transition: .3s ease, .1s ease-out top, .1s ease-out padding;
}

.header .sticky .cartline_wrapper {
    right: -20px;
}

.cartline_wrapper-wrp {
    width: 100%;
    min-width: 310px;
    max-width: 312px;
    box-shadow: 0 2px 4px 0 rgba(200, 200, 200, 0.5);
    background-color: #fff;
    margin-left: auto;
}

.header #basket_in:hover .cartline_wrapper {
    visibility: visible;
    opacity: 1;
    z-index: 1000;
    /*transition: .4s ease-in-out;*/
}

.scroll_bar_main::-webkit-scrollbar {
    width: 3px;
    background-color: #fff;
}

.scroll_bar_main::-webkit-scrollbar-thumb {
    background-color: #81bc3d;
}

.cartline_wrapper .wrapper-inner {
    position: relative;
}

.cart-list-wrapper {
    overflow: hidden;
    /*overflow-y: auto;*/
    max-height: 220px;
}

.cart-list-item {
    padding: 10px;
    position: relative;
    border: solid 1px rgba(151, 151, 151, 0.34);
    border-bottom: 0;
}


.cart-list-item-wrapper-img {
    width: 45px;
    height: 45px;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
}

.cart-list-item-wrapper-img img {
    max-width: 100%;
    max-height: 100%;
}

.cart-list-item-img {
    margin-right: 10px;
}

.cart-list-item-name-box {
    line-height: 16px;
    color: #444;
    cursor: pointer;
    transition: color .1s ease;
    display: inline-block;
    margin-right: 15px;
}

.cart-list-item-name-box .item_name {
    height: 34px;
    overflow: hidden;
    font-size: 12px;
}

.cart-list-item-price .price {
    font-size: 13px;
    font-weight: 500;
}


.cartline_wrapper .product_item-link {
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    text-align: left;
}

.cartline_wrapper .product-item-container {}

.cartline_wrapper .swiper-wrapper {
    padding: 0 1px;
}

.cartline_wrapper .product_item_wrapper_img {
    height: 150px;
    line-height: 150px;
}

.cartline_wrapper .product_item_wrapper_img .product_item_img-bg {
    max-width: 90%;
    max-height: 90%;
    border: none;
}

.cartline_wrapper .product_item_name_box {
    height: 34px;
    font-size: 12px;
    padding: 0;
    margin: 10px 0;
    overflow: hidden;
}

.cartline_wrapper .product_item_name_box a.item_name {
    font-size: 12px;
    color: #000;
    text-align: left;
}

.product_item__cart .product-item-amount,
.bx-catalog-element .product-detail-byu-container .product-item-amount {
    display: none;
}

.product_item__cart.on-basket .product-item-amount,
.bx-catalog-element.on-basket .product-detail-byu-container .product-item-amount,
.active-cart .product_item__cart .product-item-amount,
.bx-catalog-element .active-cart .product-detail-byu-container .product-item-amount {
    display: block;
}

.product_item__cart.on-basket .product-item-button-container,
.bx-catalog-element.on-basket .product-detail-byu-container .main-button-container,
.active-cart .product_item__cart .product-item-button-container,
.bx-catalog-element .active-cart .product-detail-byu-container .main-button-container {
    display: none;
}

.product-item-container:after,
.product-item-container:before,
.bx-catalog-element .product-detail-byu-container .quantity-block:after,
.bx-catalog-element .product-detail-byu-container .quantity-block:before {
    position: absolute;
    bottom: 6px;
    right: 6px;
    left: 6px;
    top: 6px;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
}

.bx-catalog-element .product-detail-byu-container .quantity-block:after,
.bx-catalog-element .product-detail-byu-container .quantity-block:before {
    bottom: 0;
    top: 0;
    left: 0;
    right: 0;
}

.product-item-container:after,
.bx-catalog-element .product-detail-byu-container .quantity-block:after {
    content: "";
    background-color: rgba(255, 255, 255, 0.8);
    display: block;
}

.product-item-container.loader-on:after,
.bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:after {
    z-index: 100;
}

.product-item-container.loader-on:before,
.bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:before {
    z-index: 110;
}

.product-item-container.loader-on:after,
.product-item-container.loader-on:before,
.bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:after,
.bx-catalog-element .product-detail-byu-container .quantity-block.loader-on:before {
    opacity: 1;
    visibility: visible;
}

.btn-goods-link.btn {
    display: block;
    width: 100%;
    border-radius: 0;
}

.catalog-basket {
    padding: 15px;
    border-bottom: solid 1px rgba(151, 151, 151, 0.34);
}

.basket-line-block {
    position: relative;
    padding-left: 25px;
    white-space: nowrap;
    font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
    position: relative;
    margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
    position: absolute;
    top: -1px;
    left: -25px;
    display: block;
    width: 20px;
    height: 20px;
    content: '';
}

.basket-line-block-icon-profile:after {
    background: no-repeat center url(images/profile.svg);
}

.basket-line-block-icon-cart:after {
    background: no-repeat center url(images/cart.svg);
}

.basket-item-list {
    position: relative;
    overflow: hidden;
}

.opener .basket-item-list {
    padding-bottom: 75px;
}

.max-height .basket-item-list {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
}

.closed .basket-item-list {
    overflow: hidden;
    height: 20px;
}

.basket-item-list-action {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 120;
    padding: 3px 0;
    height: 20px;
    background: #f7f7f7;
    color: #4f4f4f;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    cursor: pointer;
}

.basket-item-list-button-container {
    padding: 10px;
    background: #fff;
    text-align: center;
    border-top: solid 1px rgba(151, 151, 151, 0.34);
}

.basket-item-list-button-container .btn {
    width: 100%;
}

.basket-item-list-container {
    overflow: hidden;
    /*overflow-y: auto;*/
    max-height: 100%;
    padding: 5px 0;
}

.basket-item-list-item {
    position: relative;
    padding: 5px 10px;
}

.basket-item-list-container .basket-item-list-item:last-child {
    margin-bottom: 0;
    border-bottom: none;
}

.basket-item-list-wrapper {
    /*overflow-y: auto;*/
    max-height: calc(100vh - 290px);
}

#catalog__cart .icon-item {
    width: 20px;
    height: 24px;
}

#catalog__cart .empty-link {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
    color: #007c28;
    font-weight: bold;
}

#catalog__cart .basket-item-list-wrapper.basket-empty,
#catalog__cart .basket-item-delivery-container {
    padding: 10px;
    font-size: 13px;
    font-weight: 500;
    text-align: center;
}

#catalog__cart .basket-item-delivery-container p {
    color: #636363;
    font-weight: normal;
    font-size: 12px;
    margin-bottom: 10px;
}

.basket-item-delivery-container {
    border-top: solid 1px rgba(151, 151, 151, 0.34);
    margin-top: 10px;
}

#catalog__cart .basket-item-delivery-container a {
    border-bottom: 1px solid;
}

#catalog__cart .basket-item-delivery-container a:hover {
    border-bottom-color: transparent;
}

.basket-item-list-item-status {
    margin: 0 10px 20px;
    padding: 3px;
    border-radius: 3px;
    background: #ebebeb;
    text-align: center;
    white-space: normal;
    font-weight: bold;
    font-size: 12px;
    line-height: 16px;
}

.basket-item-list-item-img {
    position: relative;
    padding-bottom: 5px;
    text-align: center;
}

.basket-item-list-item-img img {
    max-width: 90px;
    height: auto;
    border: 1px solid #e6e6e6;
}

.basket-item-list-item-name {
    padding-bottom: 5px;
    line-height: 1;
}

.basket-item-list-item-name a {
    font-size: 12px;
}

.basket-item-remove {
    display: block;
    margin-left: -10px;
    width: 20px;
    height: 20px;
    opacity: .5;
    cursor: pointer;
    transition: 250ms linear all;
}

.basket-item-remove:after,
.basket-item-remove:before {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 10px;
    height: 2px;
    border-radius: 1px;
    background-color: #333;
    content: '';
    transform: translate(-50%, -50%);
}

.basket-item-remove:after {
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
}

.basket-item-remove:before {
    -webkit-transform: translate(-50%, -50%) rotate(135deg);
    -moz-transform: translate(-50%, -50%) rotate(135deg);
    -ms-transform: translate(-50%, -50%) rotate(135deg);
    -o-transform: translate(-50%, -50%) rotate(135deg);
    transform: translate(-50%, -50%) rotate(135deg);
}

.basket-item-remove:hover {
    opacity: .7;
}

.basket-item-list-item-price-block {
    padding-bottom: 5px;
    font-size: 12px;
}

.basket-item-list-item-price {
    display: inline-block;
    margin-right: 5px;
}

.basket-item-list-item-price-old {
    display: inline-block;
    margin-right: 5px;
    color: #b0b0b0;
    text-decoration: line-through
}

.bx_cart_login_top .basket-line {
    line-height: 1.44em;
}


#catalog__cart {
    flex: 0 0 20%;
    max-width: 20%;
    position: absolute;
    /*top: 49px;*/
    top: 0;
    bottom: -40px;
    right: 0;
}

#catalog__cart .catalog-cart-wrapper {
    box-shadow: 0 2px 4px 0 rgba(210, 210, 210, 0.5);
    border: solid 1px #e2e2e2;
    /*max-height: calc(100vh - 80px);*/
    overflow: hidden;
    background-color: #fff;
    border-radius: 20px
}

#catalog__cart .catalog-cart-wrapper.fixed {
    position: fixed;
}

#catalog__cart .catalog-cart-wrapper.abs {
    position: absolute;
    bottom: 0;
}

#catalog__cart .nicescroll-cursors {
    width: 3px !important;
}

.mobile-cart-fixed {
    display: none;
    position: fixed;
    bottom: 75px;
    left: 0;
    width: 100%;
    background: #F2F8F4;
    z-index: 9999;

    padding: 3px 0;
}

.cart-line {
    display: flex;
    max-width: 350px;
    margin: 0 auto;
    padding: 0 5px;
}

.cart-line__content {
    width: 100%;
    text-align: center;
    color: #636363;
    font-weight: 500;
    font-size: 13px;
    display: flex;
    margin-left: 15px;
    justify-content: center;
}

.cart-line__success {
    color: #007C28;
    /* font-weight: 500; */
}

.cart-line__warning {
    color: #FF6B66;
}

.cart-line+.cart-line {
    border-top: 2px #A6D1B4 solid;
    padding-top: 4px;
}

.mobile-cart-static .cart-line {
    max-width: 100%;
    padding: 0;
}

.mobile-cart-static .cart-line__content {
    display: block;
    /* white-space: normal; */
    color: #606060;
    margin: 0 0 10px 0;
    font-size: 14px;
}

.mobile-cart-static {
    margin-top: 13px;
    /* letter-spacing: 0px; */
}

.cart-line__message {
    margin-bottom: 10px;
}

.order-form .mobile-cart-static .order-bloks-3-info div {
    display: block;
}

.order-form .mobile-cart-static .cart-line__content {
    margin: 0;
}

.order-form .mobile-cart-static .order-form-border::after {
    content: none;
}

.order-form .mobile-cart-static .order-form-border {
    margin: 0;
    padding: 10px 0;
}

.order-form .mobile-cart-static .cart-line__content {
    text-align: left;
}


.order-form .mobile-cart-static .cart-line {
    margin: 0
}

.order-form .mobile-cart-static .cart-line__success {
    display: block;
    text-align: center;
}

.order-form .cart-line__message {
    text-align: center;
    margin: 0;
    color: #606060;
}

#cookiePopup {
    background-color: #ffffff;
    position: fixed;
    font-size: 12px;
    width: 23vw;
    max-width: 42.85em;
    box-shadow: 0 0 2em rgba(5, 0, 31, 0.15);
    font-family: "Poppins", sans-serif;
    text-align: justify;
    line-height: 16px;
    padding: 1em 1.4em;
    border-radius: 20px;
    transition: all 0.5s ease-in;
    z-index: 99999;
}

#cookiePopup img {
    display: block;
    width: 1.75em;
    transform: translateZ(0);
    position: relative;
    margin: auto;
}

#cookiePopup p {
    text-align: center;
    margin: .4em 0;
}

#cookiePopup button {
    background-color: #007C28;
    border: none;
    color: #ffffff;
    font-size: 13px;
    padding: .8em 7em;
    display: block;
    position: relative;
    margin: auto;
    border-radius: 30px;
    cursor: pointer;
}

#cookiePopup a {
    color: #007C28;
}

.hide {
    visibility: hidden;
    bottom: 0;
    right: 1em;
}

.show {
    visibility: visible;
    bottom: 1em;
    right: 1em;
}

.loading {
    width: 50px;
    height: 50px;
    border: 5px solid #007C28;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    min-width: 50px;
    min-height: 50px;
}

.product_top_rate,
.product_rating {
    display: none !important;
}

font.text a, font.text b {
    margin: 0 5px;
}

.topmenu .btn {
    padding: 10px 15px;
}
.link-green{
    color: #007C28;
}
.hb-content:not(.sticky) .wrapper-inner{
    padding: 0;
    margin: 0;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@media only screen and (max-width: 37.5em) {
    #cookiePopup {
        width: 100%;
    }

    .hide {
        bottom: 1em;
        right: 0;
    }

    .show {
        right: 0;
        bottom: 0;
    }
}



@media all and (max-width: 1024px) {
    body:not(.site_bb) .mobile-cart-fixed {
        display: block;
    }
}

@media all and (max-width: 1300px) {
    #catalog__cart {
        right: 0;
    }

    /*#catalog__cart {right: 0; top: 49px;}*/
}

@media all and (max-width: 1024px) {
    #catalog__cart {
        display: none;
    }
}