body {
    display: block;
    min-width: 375px;
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    background-color: #fff;
    color: #474747;
}

.body-ru .only-ua{
    display: none!important;
}
.body-ua .only-ru{
    display: none!important;
}

i{
    font-style: normal;
}

/***********************************
$$$ FOOTER
***********************************/
.footer{
    background: url(../img/footer-bg.gif) repeat-y center center, #F6F6F6;
    padding: 65px 0;
    margin-top: 115px;
}
.social-links a{
    color: #34383B;
}
.footer-contacts{
    width: 30%;
}
.footer-col1{
    width: 26%;
}
.footer-col2{
    width: 25%;
}
.footer-col3{
    width: 19%;
}
.footer-title{
    font-weight: bold;
    font-size: 18px;
    display: block;
    opacity: 0.5;
    margin-bottom: 30px;
}
.footer-col ul{
    font-size: 16px;
    font-weight: 500;
}
.footer-col li{
    display: block;
    margin-bottom: 15px;
    line-height: 1.2;
    position: relative;
    padding-left: 20px;
}
.footer-col li::after{
    content:'';
    height: 10px;
    width: 6px;
    background: url(../svg/footer-list.svg) no-repeat center center;
    position: absolute;
    left: 0;
    top: 4px;
}
.footer-col a{
    position: relative;
}
.footer-col3 a:hover{
    color: #39B119;
}
.footer-phone {
    margin: 0 0 7px;
}
.footer-phone a{
    font-size: 26px;
    font-weight: 900;
}
.footer-phone a:hover{
    opacity: 0.75;
}
.social-links{
    display: flex;
    margin-bottom: 30px;
}
.social-links a{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #D5D5D5;
    display: flex;
    align-items: center;
    justify-content: center;
}
.social-links a:not(:last-child){
    margin-right: 7px;
}
.social-links a:hover{
    background: #474747;
}
.social-links a:hover svg{
    transform: scale(1.2,1.2);
    transition: all .3s ease;
    color: #fff;
}
.copyright{
    font-size: 14px;
}
.footer-m{
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 25px;
}
.f-viber{
    background: url(../svg/viber.svg) no-repeat left center;
    color: #8754C0;
    margin-bottom: 5px;
    font-size: 16px;
    padding: 4px 0 4px 30px;
}
.f-tele{
    background: url(../svg/telegram.svg) no-repeat left center;
    color: #0D95FE;
    font-size: 16px;
    padding: 4px 0 4px 30px;
}
.f-trip{
    background: url(../svg/trip.svg) no-repeat left center;
    color: #00aa6c;
    font-size: 16px;
    padding: 4px 0 4px 30px;
}
.f-viber:hover{
    opacity: 0.7;
}
.f-tele:hover{
    opacity: 0.7;
}
.f-trip:hover{
    opacity: 0.7;
}
.footer-terms{
    font-size: 14px;
    margin-bottom: 8px;
}
.footer-phone div{
    margin-top: 12px;
}
.f-payment{
    display: flex;
    flex-wrap: wrap;
    margin-top: 22px;
}
.f-payment img:not(:last-child){
    margin-right: 10px;
}
.footer-address{
    font-size: 16px;
    margin-bottom: 10px;
    padding-right: 30px;
    line-height: 1.3;
}
.footer-map{
    background: url(../svg/map-icon.svg) no-repeat left center;
    padding: 4px 0 4px 25px;
}
@media only screen and (max-width: 1289px){
    .footer{
        background: #F6F6F6;
    }
    .footer-phone a {
        font-size: 22px;
    }
}
@media only screen and (max-width: 979px){
    .footer .container{
        flex-direction: column;
        align-items: center;
    }
    .footer-contacts {
        width: 100%;
        text-align: center;
        order: 2;
    }
    .footer-m {
        align-items: center;
        margin-bottom: 25px;
        margin-top: 18px;
    }
    .f-viber {
        margin-bottom: 12px;
    }
    .footer-phone a {
        font-size: 28px;
    }
    .social-links {
        justify-content: center;
    }
    .footer-col1 {
        width: 100%;
        text-align: center;
        margin-bottom: 50px;
    }
    .f-payment{
        justify-content: center;
    }
    .footer-col2 {
        width: 100%;
        text-align: center;
        max-width: 360px;
        margin-bottom: 50px;
    }
    .footer-col3 {
        display: none;
    }
    .footer-map{
        display: flex;
        margin-left: auto;
        margin-right: auto;
        width: 170px;
    }
    .footer-title {
        margin-bottom: 20px;
    }
}

/***********************************
$$$ HEADER
***********************************/
.page{
	padding-top: 197px;
}
.header{
    width: 100%;
    display: flex;
    height: 97px;
    align-items: center;
    justify-content: space-between;
    padding: 0 30px;
    transition: transform .2s ease, background-color .2s ease;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 49;
    background: #fff;
    min-width: 375px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
}
.header-left{
    display: flex;
    align-items: center;
}
.logo-description{
    text-transform: uppercase;
    font-size: 12px;
    line-height: 1.2;
    margin-left: 20px;
    color: #5f5f5f;
    padding-top: 10px;
}
.header-right{
	display: flex;
	align-items: center;
}
.menu_icon{
	height: 24px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    box-shadow: none;
    cursor: pointer;
    z-index: 1;
    position: relative;
    margin-right: 15px;
    padding-left: 40px;
    line-height: 24px;
    font-size: 16px;
    font-weight: 500;
    color: #39B119;
    transition: all .3s ease;
}
.menu_icon:hover,
.menu_icon.active{
	color: #FF4B4B;
}
.menu_icon .bar {display: block;position: absolute;left: auto;width: 28px;left: 0;height: 2px;-webkit-transform: rotateY(0deg) scaleX(1);transform: rotateY(0deg) scaleX(1);}
.menu_icon .bar1 {top: 5px;transition: all .3s ease;}
.menu_icon .bar2 {top: 11px;transition: all .3s ease; -webkit-transform-origin: center center;transform-origin: center center;}
.menu_icon .bar3 {bottom: 5px;transition: all .3s ease;}
.menu_icon:hover .bar,
.menu_icon.active .bar{
	background: #FF4B4B;
}
.menu_icon.active .bar2 {-webkit-transform: rotateY(180deg) scaleX(0) !important;transform: rotateY(180deg) scaleX(0) !important;}
.menu_icon.active .bar1 {-webkit-transform: translateY(6px) translateZ(0) rotateY(0deg) rotate(45deg) !important;transform: translateY(6px) translateZ(0) rotateY(0deg) rotate(45deg) !important;}
.menu_icon.active .bar3 {-webkit-transform: translateY(-6px) translateZ(0) rotateY(0deg) rotate(-45deg) !important;transform: translateY(-6px) translateZ(0) rotateY(0deg) rotate(-45deg) !important;}
.menu_icon .bar{background: #39B119;}
.info-menu{
	display: flex;
	font-size: 16px;
	font-weight: 500;
}
.info-menu li{

}
.info-menu a{
	display: block;
    padding: 0 15px;
}
.info-menu a:hover,
.info-menu a.active{
	color: #39B119;
}
.wishlist{
	position: relative;
	margin-left: 25px;
	margin-right: 30px;
}
.wishlist:hover{
	color: #FF4B4B;
}
.wishlist span{
	background: #39B119;
    color: #fff;
    position: absolute;
    font-size: 11px;
    line-height: 1;
    padding: 2px 3px;
    border-radius: 2px;
    right: -8px;
    top: -8px;
}
.login-link{
	margin-right: 25px;
}
.login-link:hover{
	color: #FF4B4B;
}
#cart{
	background: url(../svg/cart.svg) no-repeat 15px center, #39b119;
    color: #fff;
    font-size: 13px;
    height: 48px;
    padding: 0 15px 0 50px;
    border-radius: 4px;
    cursor: pointer;
    display: flex;
    align-items: center;
}
#cart:hover{
	opacity: 0.75;
}
.overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    z-index: 8999;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.mobile-menu {
    position: fixed;
    left: -425px;
    top: 0;
    width: 425px;
    z-index: 9000;
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    transition: all .2s ease;
    height: 100%;
    margin: 0;
    background: #fafafa;
    color: #313131;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    text-align: left;
    display: block;
    opacity: 0;
    visibility: hidden;
}
.mm-scroll{
    height: calc(100% - 110px);
    overflow-y: auto;
    margin-right: -5px;
}
.mm-scroll::-webkit-scrollbar{width:3px;height:0px;}
.mm-scroll::-webkit-scrollbar-thumb{background: #39b119;width:3px;height:0px;}
.mm-scroll::-webkit-scrollbar-thumb:hover{background: #39b119;}
.mm-scroll::-webkit-scrollbar-track{background: #f9f9f9;border-left: 1px solid #f1f1f1;}
.overlay.active {
    opacity: 1;
    visibility: visible;
}
.mobile-menu{
    opacity: 1;
    visibility: visible;
}
.mobile-menu.active {
    -moz-transform: translateX(425px);
    -o-transform: translateX(425px);
    -webkit-transform: translateX(425px);
    transform: translateX(425px);
    box-shadow: 2px 0px 5px rgba(0,0,0,.35);
}
#mobile-menu-content{
    padding: 5px;
    height: 100%;
}
.mobile-menu-header{
    background: #fff;
    border-radius: 4px;
    margin-bottom: 5px;
    padding: 12px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
    position: relative;
}
.mobile-menu-header a{
	-webkit-filter: grayscale(0)!important;
    filter: grayscale(0)!important;
}
.mobile-menu-header span{
    font-weight: 900;
    font-size: 36px;
    margin-top: 10px;
    opacity: 0.2;
    cursor: default;
    color: #000;
}
.main-menu li:not(:last-child){
    margin-bottom: 5px;
}
.main-menu a{
    font-size: 20px;
    font-weight: 500;
    position: relative;
    display: flex;
    align-items: center;
    padding: 30px 20px;
    background: #F6F6F6;
    border-radius: 3px;
    overflow: hidden;
}
.mobile-menu:hover a{

}
.main-menu a:hover,
.main-menu a.active{
    background: #fff;
}
.main-menu a.active{
    color: #39B119;
    background: #F6F6F6;
}
.main-menu img{
    position: absolute;
    height: 100px;
    top: -10px;
    right: -45px;
    mix-blend-mode: darken;
    transition: all .2s linear;
}
.main-menu a:hover img{
    right: -25px;
}
.close-menu{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 25px;
    opacity: 0.7;
    padding: 10px;
    color: #000;
}
.close-menu:hover{
    opacity: 1;
    cursor: pointer;
}
.modal-logo{
	width: 250px;
    margin: -40px auto 20px;
}
.modal-logo img{
	display: block;
	width: 100%;
}

@media only screen and (max-width: 1399px){
    .info-menu li:last-child{
        display:none;
    }
    .header{
        padding-left: 20px;
        padding-right: 20px;
    }
}
@media only screen and (max-width: 1239px){
    .logo-description{
        display: none;
    }
}
@media only screen and (max-width: 979px){
    .header .logo{
        width: 170px;
    }
    .header{
        height: 80px;
    }
    .page {
        padding-top: 150px;
    }
    .header .logo img{
        width: 100%;
        display: block;
    }
    .info-menu{
        display: none;
    }
}
@media only screen and (max-width: 619px){
    .cart_in{
        display: none;
    }
    #cart {
        background: url(../svg/cart.svg) no-repeat center center, #39b119;
        padding: 0 24px;
    }
    .mobile-menu {
        left: -100%;
        width: 100%;
    }
    .mobile-menu.active {
        -moz-transform: translateX(100%);
        -o-transform: translateX(100%);
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
    }
    .header{
        flex-direction: column;
        justify-content: flex-start;
        height: 150px;
        padding-left: 15px;
        padding-right: 15px;
    }
    .header-left {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: center;
        margin-top: 20px;
        margin-bottom: 15px;
        border-bottom: 1px solid #eaeaea;
        padding-bottom: 20px;
    }
    .header-right {
        width: 100%;
        justify-content: flex-end;
        position: relative;
    }
    .menu_icon{
        position: absolute;
        left: 0;
        top: 14px;
    }
    .page {
        padding-top: 200px;
    }
    .logo-description{
        display: block;
        text-transform: uppercase;
        font-size: 10px;
        padding-top: 7px;
    }
    .menu_icon:hover, .menu_icon.active {
        color: #FF4B4B;
    }
    .menu_icon:hover .bar, .menu_icon.active .bar {
        background: #FF4B4B;
    }
}
@media only screen and (max-width: 479px){
    .header .logo {
        width: 160px;
    }
}

/***********************************
$$$ CATEGORY
***********************************/
#content{
    min-height: 250px;
}
.text-empty{
    text-align: center;
}
h1, .h1{
    text-align: center;
    width: 100%;
    display: block;
    font-size: 48px;
    font-weight: 500;
    margin: 0 0 60px;
}
.products{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
    padding-bottom: 50px;
}
.product-item{
    width: 25%;
    padding: 0 15px;
    margin: 0 0 50px;
}
.product-thumb{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}
.product-thumb .image{
    width: 100%;
    display: block;
    margin-bottom: 17px;
    position: relative;
}
.product-thumb .image img{
    width: 100%;
    display: block;   
    height: auto;
    border-radius: 5px;
}
.product-thumb .title{
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
    line-height: 1.22;
}
.product-thumb .title a:hover{
    color: #AD141D;
}
.product-thumb .descr{
    opacity: 0.75;
    font-size: 15px;
    line-height: 1.25;
    margin-bottom: 15px;
}
.product-thumb-labels{
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
}
.product-label{
    color: #fff;
    width: 57px;
    height: 57px;
    border: 3px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
    border-radius: 50%;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 5px;
}
#up{
	position: fixed;
    bottom: 50px;
    left: 50px;
    display: none;
    opacity: 0.7;
    cursor: pointer;
    background: url(../svg/arrow_down.svg) no-repeat center center, #f6f6f6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 20px;
    transform: rotate(180deg);
    z-index: 12;
    border: 1px solid #dadada;
}
#up:hover{
	opacity: 1;
}
.mph-button{
	position: fixed;
    bottom: 50px;
    right: 50px;
    display: block;
    opacity: 0.7;
    cursor: pointer;
    background: url(../svg/phone.svg) no-repeat center center, #f6f6f6;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-size: 22px;
    z-index: 12;
    border: 3px solid #39b119;
}
#modal_phones .modal-body {
    padding-left: 30px;
    padding-right: 30px;
}
.mph-button:hover{
	opacity: 1;
}
.product-label--new{
    background: #39b119;
}
.product-label--hit{
    background: #39b119;
}
.product-label--saving{
    background: #39b119;
}
.product-thumb-bottom{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-thumb-price{
    font-size: 22px;
    color: #000;
    font-weight: 500;
}
.product-thumb-price .price-new{
    color: #FF4B4B;
    margin-right: 10px;
}
.product-thumb-price .price-old{
    font-size: 16px;
    opacity: 0.6;
    text-decoration: line-through;
}
.btn{
    -webkit-appearance: none;
    height: 42px;
    line-height: 1;
    padding: 0 40px;
    text-align: center;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 21px;
    transition: all .3s ease;
    cursor: pointer;
    background: #D9D9D9;
    color: #fff;
}
.btn-cart span{
    background: url(../svg/cart.svg) no-repeat center center;
    background-size: 17px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: -3px;
}
.btn-cart{
    background: #39B119;
    padding: 2px 0 0;
    width: 144px;
}
.btn-cart:hover{
    background: #FF4B4B;
}
.hot{
    background: url(../svg/hot.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline;
    background-size: 14px;
    margin-right: 5px;
    padding: 0 7px;
}
.leaf{
    background: url(../svg/leaf.svg) no-repeat center center;
    width: 14px;
    height: 14px;
    display: inline;
    background-size: 14px;
    margin-right: 5px;
    padding: 0 7px;
}
.features{
    padding: 100px 0;
    background: #F6F6F6;
}
.f-item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.f-item img{
    margin-bottom: 38px;
    max-width: 100%;
    height: auto;
}
.f-name{
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 15px;
    text-align: center;
}
.f-text{
    opacity: 0.75;
    text-align: center;
    line-height: 1.2;
}
.text{
    font-size: 16px;
    line-height: 1.625;
}
.text p{
    margin: 0 0 20px;
}
.category-description{
    margin-top: 70px;
}
h2, .h2{
    font-size: 32px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.2;
}
h3, .h3{
    font-size: 22px;
    font-weight: bold;
    margin: 0 0 20px;
    line-height: 1.2;
}
@media only screen and (max-width: 1199px){
    .product-item{
        width: 33.333%;
    }
}
@media only screen and (max-width: 979px){
    .product-thumb-bottom {
        flex-direction: column;
        align-items: flex-start;
    }
    .product-thumb-price{
        margin-bottom: 10px;
    }
    .product-thumb .descr {
        font-size: 13px;
    }
    h1, .h1 {
        font-size: 34px;
        margin: 0 0 40px;
    }
    .product-label {
        width: 45px;
        height: 45px;
        border: 2px solid #fff;
        font-size: 10px;
        margin-top: 2px;
        padding-top: 2px;
    }
    .footer {
        margin-top: 65px;
    }
    .features .col-3{
        width: 50%;
    }
    .f-item{
        display: block;
        position: relative;
        padding-left: 100px;
        margin-bottom: 50px;
    }
    .f-name{
        text-align: left;
    }
    .f-text{
        text-align: left;
    }
    .f-item img{
        position: absolute;
        left: 0;
        width: 80px;
        top: 0;
    }
    .features{
        padding-bottom: 50px;
    }
    .row-article .col-8.col-offset-2{
        width: 100%!important;
        margin-left: 0!important;
    }
}
@media only screen and (max-width: 619px){
    .product-item{
        width: 50%;
        padding: 0 10px;
        margin: 0 0 30px;
    }
    .products {
        margin: 0 -10px;
    }
    .product-thumb .title {
        font-size: 16px;
        margin-bottom: 5px;
    }
    .product-thumb .descr {
        font-size: 12px;
        margin-bottom: 5px;
    }
    .product-thumb-price {
        font-size: 20px;
    }
    .features .col-3{
        width: 100%;
    }
    #up{
    	left: 20px;
    	bottom: 20px;
    }
    .mph-button{
    	right: 20px;
    	bottom: 20px;	
    }
    .menu_icon::after{
    	content: '';
	    position: absolute;
	    width: 40px;
	    height: 30px;
	    background: url(../svg/crown.svg) no-repeat center center;
	    background-size: 40px 28px;
	    top: -5px;
	    right: -45px;
	    opacity: 0;
    }
    .menu_icon.has-after::after{
    	opacity: 0.8;	
    	transition: opacity .3s ease;
    }
}

.product-photo{
    width: calc(50% - 15px);
    margin-right: 30px;
}
.product-photo img{
    display: block;
    height: auto;
    width: 100%;
    border-radius: 10px;
}
.product-info{
    width: calc(50% - 15px);
    position: relative;
}
.product-info h1{
    font-size: 38px;
    margin-bottom: 15px;
    text-align: left;
    width: calc(100% - 55px);
}
.product-description{
    font-size: 16px;
    opacity: 0.75;
    line-height: 1.2;
    margin-bottom: 15px;
    width: calc(100% - 55px);
}
.product-info .leaf,
.product-info .hot {
    width: 30px;
    height: 30px;
    background-size: 24px;
    padding: 0 15px;
}
.to_wishlist{
    position: absolute;
    right: 0;
    top: 8px;
    opacity: 0.5;
}
.to_wishlist:hover{
    opacity: 1;
    color: #FF4B4B;
    cursor: pointer;
}
.to_wishlist.active{
    opacity: 1;
    color: #FF4B4B;
}
.product-price{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 55px;
}
.product-price .price{
    font-weight: 500;
    font-size: 50px;
    color: #000;
}
.product-price .price-new{
    color: #FF4B4B;
}
.product-price .price-old{
    opacity: 0.5;
    white-space: nowrap;
    font-size: 20px;
    text-decoration: line-through;
    font-weight: 500;
}
.product-buttons{
    padding-left: 20px;
    display: flex;
    align-items: center;
}
.product-price .btn-cart{
    width: 165px;
    height: 48px;
    border-radius: 24px;
}
.product-price .btn-cart:hover{
    
}
.plus, .minus{
    font-weight: bold;
    font-size: 23px;
    display: flex;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ECEBEC;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all .2s ease;
    padding-bottom: 2px;
    user-select: none;
}
.product-quantity{
    display: flex;
    align-items: center;
    margin-right: 20px;
}
.plus:hover{
    background: #39B119;
    color: #fff;
} 
.minus:hover{
    background: #D1D1D1;  
}
.product-quantity input{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    height: 48px;
    -webkit-appearance: none;
    width: 60px;
    cursor: default;
}
.options{
    
}
.options .form-group{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.options .form-group-100{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.options .form-group + .form-group{
    margin-top: 30px;
}
.options .control-label{
    font-size: 18px;
    font-weight: bold;
    opacity: 0.7;
    width: 100%;
}
.option-input-radio{
    display: flex;
    margin-top: 15px;
    background: #ECEBEC;
    border-radius: 4px;
    padding: 2px;
}
.option-input-radio input{
    opacity: 0;
    position: absolute;
    width: 0;
    overflow: hidden;
}
.option-input-radio input + span{
    display: block;
    font-size: 18px;
    font-weight: bold;
    color: #9B9A9B;
    padding: 15px 40px;
    border-radius: 4px;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease;
}
.option-input-radio input + span:hover{
    color: #474747;
}
.option-input-radio input:checked + span{
    background: #fff;
    color: #39b119;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.15);
}

.option-input-checkbox{
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}
.option-input-checkbox .checkbox{
    margin-top: 30px;
}
.option-input-checkbox .checkbox:not(:last-child){
    margin-right: 8px;
}
.option-input-checkbox label{
    display: block;
    height: 100%;
}
.option-input-checkbox img{
    width: 81px;
    height: auto;
    display: block;
    margin-top: -35px;
}
.option-input-checkbox input{
    opacity: 0;
    position: absolute;
    width: 0;
    overflow: hidden;
}
.option-input-checkbox input + span{
    display: flex;
    padding: 10px 8px;
    cursor: pointer;
    user-select: none;
    transition: all .3s ease;
    text-align: center;
    flex-direction: column;
    align-items: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    height: 100%;
    max-width: 110px;
}
.opid-16.option-input-checkbox input + span{
    justify-content: center;
}
.option-input-checkbox input + span:hover{
    box-shadow: none;
    background: #ECEBEC;
}
.option-input-checkbox input:checked + span{
    background: #39b119;
    color: #fff;
}
.option-input-checkbox .option-name{
    font-size: 12px;
    font-weight: normal;
    display: block;
}
.option-input-checkbox .option-price{
    font-size: 14px;
    font-weight: 500;
    display: block;
    color: #000000;
    margin-top: 5px;
}
.option-input-checkbox input:checked + span .option-name{
    color: #fff;
}
.option-input-checkbox input:checked + span .option-price{
    color: #fff;
}
.o-js-label{
    position: relative;
    cursor: pointer;
    width: auto!important;
    user-select: none;
}
.o-js-label span{
    border-bottom: 1px dashed;
    transition: all .2s ease;
}
.o-js-label:hover span{
    border-bottom: 1px dashed transparent;   
}
.o-js-label span::before{
    content: '';
    width: 12px;
    height: 7px;
    background: url(../svg/arrow-down.svg) no-repeat center center;
    position: absolute;
    right: -20px;
    top: 7px;
    transition: all .2s ease;
}
.o-js-label.active span::before{
    transform: rotate(180deg);
}
.hidden-options{
    display: none;
}
.hidden-options.active{
    display: flex;
}
.opid-16.option-input-checkbox input:checked + span{
    background: #7b7b7b;
}
.option-check{
    display: none;    
    margin-top: 5px;
    height: 14px;
}
.option-input-checkbox input:checked + span .option-check{
    display: block;
}
.option-input-checkbox input:checked + span .option-price{
    display: none;
}
.other-products{
    margin-top: 75px;
}
#cart-total .v{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-top: 2px;
}
.c_add{
    display: block;
}
.c_del{
    display: none;
}
.active > .c_add{
    display: none;
}
.active > .c_del{
    display: block;
}
.to_wishlist.active{
    color: #FF4B4B;
}
.product-thumb .to_wishlist{
    color: #474747;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all .3s ease;
}
.product-thumb:hover .to_wishlist{
    opacity: 0.5;
}
.to_wishlist:hover{
    color: #FF4B4B;
    opacity: 1;
}
.to_wishlist.active{
    color: #FF4B4B;
    opacity: 1!important;   
}
.product-thumb .to_wishlist svg{
    width: 26px;
}
.product-info .to_wishlist{
    opacity: 1;
    transition: all .3s ease;
}
.product-info .to_wishlist svg{
    width: 26px;
}
.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
}
.alert .close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .2;
}
.alert .close:hover,
.alert .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .5;
}
.alert button.close {
  -webkit-appearance: none;
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.page > div > .alert{position:fixed;right:10px;bottom:10px;border-radius:0;max-width:300px;z-index:16;}
.page > div > .alert-success{background:#fff;box-shadow:0 1px 6px rgba(0, 0, 0, 0.12);border:0;}
.page > div > .alert .far, .page > div > .alert .fas{font-size:28px;padding-right:10px;}
.page > div > .alert .fa-check{
    color:#278EB5;
}
.page > div > .alert .fa-heart{
    color:#FF4B4B;
}
.page > div > .alert > div{width:100%;font-size:14px;color:#1b1b1b;font-weight:500;}
.page > div > .alert > div a:hover{text-decoration:underline;}
.page > div > .alert .close{position:absolute;right:10px;top:4px;}
.page > div > .alert .btn{margin-top:10px;display:block;width:100%;margin-left:auto;text-align: center;}

.block-title{
    margin-bottom: 40px;
}
.product-image{
    position: relative;
}
.product-image .product-thumb-labels{
    left: auto;
    bottom: auto;
    right: 0;
    top: 0;
}

@media only screen and (max-width: 1199px){
    .product-photo {
        width: calc(40% - 15px);
    }
    .product-info {
        width: calc(60% - 15px);
    }
    .product-info h1 {
        font-size: 34px;
    }
    .product-price{
        flex-wrap: wrap;
    }
    .product-price .price{
        width: 100%;
        margin-bottom: 15px;
    }
    .product-buttons{
        padding-left: 0;
    }
    .other-products .product-item:nth-child(4){
        display: none;
    }
}
@media only screen and (max-width: 979px){
    h2, .h2 {
        font-size: 28px;
    }
    .product-photo{
        margin-right: 0;
        width: 100%;
    }
    .product-photo img {
        display: block;
        height: auto;
        width: 100%;
        max-width: 610px;
        margin: 0 auto;
        margin-bottom: 20px;
    }
    .product-info{
        width: 100%;
    }
    .product-price {
        padding-top: 25px;
    }
}
@media only screen and (max-width: 619px){
    .other-products .product-item:nth-child(4){
        display: block;
    }
    .product-info h1 {
        font-size: 28px;
    }
    .block-title {
        margin-bottom: 30px;
    }
    .product-description {
        font-size: 14px;
        width: 100%;
    }
}
.fancybox-is-open .fancybox-bg {
    opacity: 0.25!important;
}
.fancybox-content {
    padding: 50px 25px;
    border-radius: 10px;
}
.modal-backdrop.in {
    filter: alpha(opacity=25);
    opacity: .25;
}
@media only screen and (max-width: 479px){
    .product-info h1 {
        font-size: 25px;
    }
    .option-input-radio input + span {
        font-size: 16px;
        padding: 15px 25px;
    }
    .option-input-checkbox img {
        width: 50px;
        height: auto;
        display: block;
        margin-top: -30px;
    }
    .option-input-checkbox input + span{
        width: 100%;
        max-width: 100%;
    }
    .option-input-checkbox .checkbox {
        width: calc(25% - 6px);
        margin-right: 8px;
    }
    .option-input-checkbox .checkbox:nth-child(4n){
        margin-right: 0!important;
    }
    .option-input-checkbox .option-name {
        word-break: break-word;
    }
    h2, .h2 {
        font-size: 22px;
    }
    .fancybox-content {
        padding: 50px 0px;
    }
    .product-price .btn-cart {
        width: 150px;
    }
}

.cart-success-modal .modal-title{
    text-align: left;
}
.cart-success-modal .modal-body{
    padding-left: 30px;
    padding-right: 30px;
}
.cs_product{
    display: flex;
    align-items: flex-start;
    border-bottom: 1px solid #DBDBDB;
    padding-bottom: 20px;
}
.cs_image{
    width: 135px;
}
.cs_image img{
    display: block;
    width: 100%;
    height: auto;
}
.cs_info{
    width: calc(100% - 135px);
    padding-left: 20px;
    text-align: left;
}
.cs_info .title{
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 6px;
}
.cs_price{
    font-size: 24px;
    font-weight: 500;
    color: #000;
}
.cs_price .autocalc-product-special{
    color: #FF4B4B;
}
.cs_buttons{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0;
    border-bottom: 1px solid #dbdbdb;
}
.cs_buttons-in{
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-left: 40px;
}
.cs_buttons-in .btn + .btn{
    margin-left: 15px;
}
.cs-cart-text{
    font-size: 20px;
    font-weight: 500;
    text-align: left;
    line-height: 1.2;
}
.btn-primary{
    background: #39B119;
    padding: 2px 40px 0;
    color: #fff!important;
}
.btn-primary:hover{
    background: #249007;
}
.btn-red{
    background: #39b119;
    color: #fff!important;
}
.btn-red:hover{
    background: #FF4B4B;
}
.cs_buttons-in .btn-red span{
    background: url(../svg/cart.svg) no-repeat center center;
    background-size: 17px;
    width: 17px;
    height: 17px;
    margin-right: 5px;
    margin-top: -3px;
}
.cs-cart-text .v{
    
}
.cs-cart-text .v::before{
    content:', на сумму ';
}
.cs_o{
    font-weight: bold;
    opacity: 0.8;
    display: block;
    margin-bottom: 5px;
}
.cs_o > span:not(.ubr){
    font-weight: normal;
    margin-left: 10px;
}
.cs_o .option-price, .cs_o img, .cs_o .option-check{
    display: none;
}
.cs_count{
    opacity: 0.8;
    font-size: 80%;
}
.cs-rel-title{
    font-size: 18px;
    display: block;
    width: 100%;
    text-align: left;
    color: #39b119;
    font-weight: bold;
    margin: 25px 0;
}
.cs_rel_in{
    display: flex;
}
.cs_related_item{
    width: calc(25% - 12px);
    margin-right: 15px;
    background: #F3F3F3;
    padding: 5px;
    border-radius: 4px;
    display: flex;
    align-items: flex-start;
}
.cs_related_item:last-child{
    margin-right: 0;
}
.cs_related_item img{
    display: block;
    width: 90px;
    height: auto;
    margin-right: 8px;
}
.cs_related_info{
    width: calc(100% - 98px);
    text-align: left;
}
.cs_related_info .title{
    margin-top: 5px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}
.cs_related_info .price{
    font-weight: 500;
    color: #000;
}
.cs_related_info .price .price-new{
    color: #ff4b4b;
}
.cs_related_info .price .price-old{
    margin-left: 10px;
    opacity: 0.7;
    font-weight: normal;
    text-decoration: line-through;
    font-size: 14px;
}
.cs_related_info .to_order{
    color: #39b119;
    font-weight: 500;
    margin-top: 10px;
    display: inline-block;
}
.cs_related_info .to_order:hover,
.cs_related_info .to_order.active{
    color: #FF4B4B;
    cursor: pointer;
    transition: color .2s ease;
}
.cart-success-modal .modal-lg {
    max-width: 1180px;
}


@media only screen and (max-width: 1199px){
    .cs_related_item{
        width: calc(33.333% - 10px);
    }
    .cs_related_item:nth-child(3){
        margin-right: 0;
    }
    .cs_related_item:nth-child(4){
        display: none;
    }
}
@media only screen and (max-width: 979px){
    .cs_buttons{
        flex-wrap: wrap;
    }
    .cs-cart-text{
        width: 100%;
        text-align: center;
        margin-bottom: 15px;
    }
    .cs_buttons-in{
        padding: 0;
        width: 100%;
        justify-content: center;
    }
    .cs-rel-title{
        text-align: center;
    }
    .cs_related_item{
        width: calc(50% - 8px);
        margin-right: 15px;
    }
    .cs_related_item:nth-child(2){
        margin-right: 0;
    }
    .cs_related_item:nth-child(3){
        margin-right: 15px;
        margin-top: 15px;
    }
    .cs_related_item:nth-child(4){
        display: flex;
        margin-top: 15px;
    }
    .cs_rel_in{
        flex-wrap: wrap;
    }
}

@media only screen and (max-width: 619px){
    .cs_info .title {
        font-size: 18px;
    }
    .cs_buttons-in .btn{
        padding: 2px 20px 0!important;
        font-size: 14px;
    }
    .cs_related_item{
        width: 100%!important;
        margin-right: 0!important;
        margin-top: 0!important;
        margin-bottom: 10px;
    }
    .cs_related_item:last-child{
        margin-bottom: 0;
    }
    .cs_o > span:not(.ubr) {
        margin-left: 0;
        display: block;
        margin-top: 5px;
    }
}
@media only screen and (max-width: 479px){
    .cs_image {
        width: 50px;
    }
    .cs_info {
        width: calc(100% - 50px);
        padding-left: 15px;
    }
    .cs_buttons-in {
        flex-direction: column;
    }
    .cs_buttons-in .btn {
        width: 100%;
        text-align: center;
    }
    .cs_buttons-in .btn + .btn{
        margin-top: 15px;
        margin-left: 0;
    }
}
.in-b{
    display: inline-block;
}
.in-b.btn{
    line-height: 40px;
}
#simplecheckout_step_menu{
    display: none;
}
.cart-item{
    background: #F9F9F9;
    margin-bottom: 24px;
    padding: 15px;
    display: flex;
    align-items: center;
    position: relative;
}
.cart-item-image{
    display: block;
    width: 115px;
    align-self: flex-start;
}
.cart-item-image img{
    display: block;
    width: 100%;
    height: auto;
}
.cart-item-info{
    padding-left: 15px;
    width: 50%;
}
.cart-item-info a{
    font-size: 22px;
    font-weight: 500;
    line-height: 1.2;
}
.cart-item-options > div:first-child{
    margin-top: 12px;
}
.cart-item-options > div{
    font-size: 14px;
    margin-bottom: 4px;
    opacity: 0.8;
}
.cart-item-options span{
    font-weight: 500;
}
.cart-item .remove{
	background: url(../svg/remove.svg) no-repeat center center;
    position: absolute;
    width: 13px;
    height: 15px;
    right: 15px;
    top: 15px;
    transition: opacity .3s ease;
    opacity: 0.4;
}
.cart-item .remove:hover{
	cursor: pointer;
	opacity: 1;
}
.price_total{
	font-weight: bold;
	font-size: 30px;
	white-space: nowrap;
}
.price_more{
    font-weight: 500;
    font-size: 14px;
    opacity: 0.7;
    margin-top: 5px;
    white-space: nowrap;
}
.cart-item-count div{
	display: block;
	position: relative;
}
.cart-item-count input{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    border: 0;
    height: 38px;
    -webkit-appearance: none;
    cursor: default;
    width: 116px!important;
    border-radius: 19px;
}
.cart-item-count .plus{
	height: 34px;
    width: 34px;
    border: 0;
    position: absolute;
    right: 2px;
    top: 2px;
}
.cart-item-count .minus{
	height: 34px;
    width: 34px;
    border: 0;
    position: absolute;
    left: 2px;
    top: 2px;	
}
.cart-item-count{
	width: 116px;
	margin-right: 20px;
}
.cart-item-price{
	width: calc(50% - 231px);
	text-align: right;
}
.total-container{
	background: #F9F9F9;
	border-radius: 5px;
	padding: 30px 25px;
}
#simplecheckout_button_next{
	display: none!important;
}
.btn-block{
	width: 100%;
	display: block;
	text-align: center;
}
.total-container .btn,
.simple-summary .btn{
	height: 52px;
    border-radius: 26px;
    display: flex;
}
.total-items{
	margin-bottom: 25px;
    border-top: 1px dotted #cccccc;
    padding: 25px 25px 0;
    margin-left: -25px;
    margin-right: -25px;
}
.total-coupon{
	margin-bottom: 25px;
}
.simplecheckout-cart-total{
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
	width: 100%;
	font-size: 16px;
	margin-bottom: 12px;
}
.simplecheckout-cart-total:last-child{
	margin-bottom: 0;
	font-weight: bold;
}
.total-name{
	width: 70%;
	padding-right: 20px;
}
.total-value{
	width: 30%;
	text-align: right;
}
#total_total .total-value{
	font-weight: 500;
    font-size: 22px;
}
.have-promo{
	display: block;
}
.have-promo span{
    color: #39B119;
    font-size: 18px;
    border-bottom: 1px dashed;
    transition: all .2s ease;
}
.have-promo span:hover{
	cursor: pointer;
	border-bottom: 1px dashed transparent;
}
.have-promo + div{
	display: none;
}
.visible-promo .have-promo + div{
	display: block;
}
.visible-promo .have-promo{
	display: none;
}
.have-promo + div.active{
	display: block;
}
.simple-promo{
	width: 100%;
}
.simple-promo .inputs{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.simple-promo .inputs input{
	width: calc(100% - 150px)!important;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    text-indent: 15px;
}
.simple-promo .inputs span{
	color: #39B119;
    font-size: 18px;
    font-weight: normal;
}
.simplecheckout-cart-total-remove .remove{
    background: url(../svg/remove.svg) no-repeat center center;
    width: 11px;
    height: 14px;
    display: inline-block;
    transition: opacity .3s ease;
    opacity: 0.4;
    margin-left: 5px;
    background-size: 11px;
}
.simplecheckout-cart-total-remove .remove:hover{
	opacity: 1;
	cursor: pointer;
}
.simple-block{
    background: #F9F9F9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 25px;
}
.simple-block-title{
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	margin-bottom: 30px;
}
.simple-login{
	font-weight: 500;
}
.simple-login a{
	color: #39B119;
	font-weight: bold;
	border-bottom: 1px dashed;
}
.simple-login{
	margin-bottom: 20px;
}
.simple-login a:hover{
	cursor: pointer;
	border-bottom: 1px dashed transparent;
}
.simplecheckout-button-left{
	display: none!important;
}
.simple-summary{
	background: #F9F9F9;
    border-radius: 5px;
    padding: 30px 25px;
}
.simple-summary .total-items{
	padding-top: 0;
	border-top: 0;
}
.simple-block .form-group{
	display: block;
	margin-bottom: 20px;
	text-align: left;
}
.simple-block .form-group .form-control,
.form-control{
	width: 100%;
    height: 42px;
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    text-indent: 15px;
    transition: all .2s ease;
}
.simple-block .form-group .form-control:focus,
.form-control:focus{
	border-color: #39B119;
}
.simple-block .form-group .control-label{
	margin: 0!important;
    padding: 0 0 8px!important;
    font-size: 16px;
    opacity: 0.7;
    display: block!important;
}
#simplecheckout_customer .simplecheckout-block-content,
#simplecheckout_payment_address .simplecheckout-block-content,
#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content{
	display: flex;
	flex-wrap: wrap;
}
#simplecheckout_customer .form-group,
#simplecheckout_payment_address .form-group{
	width: calc(50% - 12px);
	margin-right: 0;
}
#simplecheckout_customer .form-group.row-customer_register{
	width: 100%;
}
#simplecheckout_customer .form-group.row-customer_firstname,
#simplecheckout_customer .form-group.row-customer_password,
#simplecheckout_payment_address .row-payment_address_zone_id{
	margin-right: 24px;
}
#simplecheckout_payment_address .row-payment_address_address_id{
	width: 100%;
}
#simplecheckout_customer{
	border-bottom: 1px solid #DDDDDD;
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 25px;
    padding-bottom: 25px;
}
.simplecheckout-customer-same-address,
.row-payment_address_country_id{
	display: none!important;
}

#simplecheckout_payment_address .row-payment_address_address_1,
#simplecheckout_payment_address .row-payment_address_address_2,
#simplecheckout_payment_address .row-payment_address_company,
#simplecheckout_payment_address .row-payment_address_postcode{
	width: calc(25% - 18px);
	margin-right: 24px;
}
#simplecheckout_payment_address .row-payment_address_postcode{
	margin-right: 0;
}
.simplecheckout-block-content textarea{
	resize: none;
	height: 60px;
	padding: 15px;
	text-indent: 0;
}
.simplecheckout-error-text {
    font-size: 12px;
}
.simplecheckout-block .form-group.has-error .form-control{
	border-color: #FF4B4B;
}
.row-customer_register{
	display: flex!important;
	flex-wrap: wrap;
	align-items: center;
}
.simple-block .row-customer_register .control-label{
	margin-right: 10px!important;
	color: inherit;
	opacity: 1!important;
	width: auto!important;
	font-weight: 500;
	padding: 0!important;
}
.simple-block .row-customer_register > div{

}
.simple-method{
	width: calc(50% - 12px);
	margin-bottom: 24px;
}
.simple-method:nth-child(2n){
	margin-left: 24px;
}
.simple-method label{
	width: 100%;
	display: block;
	height: 100%;
	position: relative;
}
.simple-method input{
	position: absolute;
	opacity: 0;
	width: 0;
	height: 0;
	overflow: hidden;
}
.method-radio{
	width: 100%;
	display: block;
	height: 100%;
	border: 1px solid #E2E2E2;
	border-radius: 4px;
	background: #fff;
	cursor: pointer;
	padding: 20px;
	transition: all .3s ease;
}
.method-radio:hover{
	border-color: #39B119;
}
.simple-method input:checked + .method-radio{
	border-color: #39B119;
}
.method-radio::after{
	content:'';
	width: 26px;
	height: 26px;
	position: absolute;
	left: 20px;
	top: 20px;
	background: url(../svg/method.svg) no-repeat center center;
	transform: scale(0);
	transition: all .3s ease;
}
.simple-method input:checked + .method-radio::after{
	transform: scale(1);
}
.method-title{
	font-size: 20px;
	max-width: calc(100% - 50px);
	transition: all .3s ease;
	display: block;
}
.method-description{
	font-size: 13px;
	margin-top: 5px;
	font-weight: 500;
	opacity: 0.65;
	line-height: 1.38;
	display: block;
	max-width: calc(100% - 50px);
	transition: all .3s ease;
}
.simple-method input:checked + .method-radio .method-title,
.simple-method input:checked + .method-radio .method-description{
	transform: translateX(48px);
}
#simplecheckout_shipping .simplecheckout-block-content,
#simplecheckout_payment .simplecheckout-block-content{
	margin-bottom: -20px;
}
.styled-radio{
	position: relative;
}
.styled-radio label{
    padding-left: 35px;
    line-height: 1.2;
}
.styled-radio input{
	overflow: hidden;
	width: 0;
	height: 0;
	position: absolute;
	opacity: 0;
}
.styled-radio input + span{
	width: 26px;
	height: 26px;
	background: #D9D9D9;
	border: 6px solid #fff;
	border-radius: 50%;
	position: absolute;
	left: 0;
	top: -4px;
}
.styled-radio input + span:hover{
	background: #39B119;
	cursor: pointer;
}
.styled-radio input:checked + span{
	background: #39B119;
}
.ship_price{
	display: block;
    font-weight: 500;
    font-size: 16px;
    margin-top: 5px;
    color: #ad141d;
}

@media only screen and (max-width: 1199px){
	.simple-content .col-8,
	.simple-content .col-4{
		width: 100%!important;
	}
	.cart-item-info{
		padding-right: 40px;
	}
}
@media only screen and (max-width: 979px){
	.cart-item-info a {
	    font-size: 18px;
	}
	.price_total {
	    font-size: 26px;
	}
}
@media only screen and (max-width: 767px){
	.cart-block{
		margin-left: -25px;
    	margin-right: -25px;
	}
	.cart-item {
	    background: #fff;
	    margin-bottom: 0;
	    padding: 15px 25px;
		flex-wrap: wrap;
		align-items: flex-start;
	    border-bottom: 1px solid #ecebec;
	    position: relative;
	}
	.cart-item:first-child{
		border-top: 1px solid #ecebec;	
	}
	.cart-item-info {
	    padding-right: 0;
	    width: calc(100% - 115px);
	    margin-bottom: 15px;
	}
	.cart-item-count {
	    width: 116px;
	    margin-right: 20px;
	    margin-left: 130px;
	    padding-top: 4px;
	}
	.cart-item-price {
	    width: calc(100% - 266px);
	    text-align: right;
	}
	.total-container{
		margin-top: 25px;
	}
	.simple-method {
	    width: 100%;
	    margin-bottom: 24px;
	    margin-left: 0!important;
	}
}
@media only screen and (max-width: 619px){
	#simplecheckout_payment_address .row-payment_address_zone_id,
	#simplecheckout_payment_address .row-payment_address_city {
	    margin-right: 0;
	    width: 100%;
	}
	#simplecheckout_payment_address .row-payment_address_address_1, #simplecheckout_payment_address .row-payment_address_address_2, #simplecheckout_payment_address .row-payment_address_company, #simplecheckout_payment_address .row-payment_address_postcode {
	    width: calc(50% - 12px);
	    margin-right: 24px;
	}
	#simplecheckout_payment_address .row-payment_address_address_2,
	#simplecheckout_payment_address .row-payment_address_postcode{
		margin-right: 0;
	}
}
@media only screen and (max-width: 479px){
	.cart-item{
		padding: 15px;
	}
	.cart-item-image {
	    width: 80px;
	}
	.cart-item-info {
	    width: calc(100% - 100px);
	}
	.cart-item-count {
	    margin-left: 95px;
	    margin-right: 0;
	}
	.cart-item-price {
	    width: calc(100% - 211px);
	}
	.simple-content .col-8, .simple-content .col-4 {
	    padding-left: 0;
	    padding-right: 0;
	}
	.simple-block {
	    padding: 30px 15px;
	}
	.simple-method {
	    margin-bottom: 15px;
	}
	#simplecheckout_customer {
	    border-bottom: 1px solid #DDDDDD;
	    margin-left: -15px;
	    margin-right: -15px;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-bottom: 25px;
	    padding-bottom: 15px;
	}
	.cart-block {
	    margin-left: -15px;
	    margin-right: -15px;
	}
}

.common-home .page{
	padding-top: 0;
}
.common-home .header{
	background: transparent;
}
.home-slider{
	/*background: #E6E6E6; */
	position: relative;
	padding-top: 120px;
}
.slider-in{
	display: flex;
	align-items: center;
	margin-left: -100px;
}
.home-slider-item{
	position: relative;
	/*background: #E6E6E6; */
	opacity: 0!important;
}
.home-slider-item.swiper-slide-active{
	opacity: 1!important
}
.home-slider-item::after{
	content:'';
	background: url(../img/slider-bg.png) repeat-x center center;
	height: 26px;
	width: 100%;
	position: absolute;
	left: 0;
	bottom: -13px;
	z-index: 2;
}
.home-slider::before,
.home-slider-item::before{
	content:'';
	/*background: #D8D8D8;*/
	height: 100%;
	width: 240px;
	position: absolute;
	left: calc(50% - 475px);
	bottom: 0;
	z-index: 1;
}
.home-slider .swiper-container{
	padding-bottom: 200px;
	background: #fff;
}
.slider-image{
    width: 65%;
    padding-right: 40px;
    margin-bottom: -200px;
    position: relative;
    z-index: 4;
}
.slider-image img{
	display: block;
	max-width: 100%;
	width: auto;
	height: auto;
}
.slider-text{
	position: relative;
	width: 35%;
	z-index: 4;
}
.s-text-1{
	display: block;
	font-size: 28px;
	text-transform: uppercase;
}
.s-text-2{
	display: block;
	font-size: 60px;
	font-weight: 900;
	color: #39b119;
	text-transform: uppercase;
	margin-top: 10px;
}
.s-text-3{
	display: block;
    font-size: 20px;
    line-height: 1.2;
    margin-top: 10px;
}
.slider-button{
	display: flex;
    margin-top: 20px;
}
.home-slider .slide-pagination{
	position: absolute;
    bottom: 250px;
    z-index: 5;
    right: 40px;
}
.swiper-pagination-bullet {
    width: 14px;
    height: 14px;
    display: inline-block;
    border-radius: 100%;
    background: #474747;
    opacity: 0.5;
    margin-left: 15px;
}
.swiper-pagination-bullet-active {
    opacity: 1;
    background: #39b119;
}
.text ul{
    margin: 0 0 20px 0;
    padding: 0;
}
.text ul li{
    margin-bottom: 10px;
    position: relative;
    padding-left: 20px;
}
.text ul li:last-child{
    margin-bottom: 0;
}
.text ul li::after{
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    background: #bd434a;
    left: 0;
    top: 8px;
    border-radius: 50%;
}
.text p a{
    color: #bd434a;
    border-bottom: 1px solid;
}
.text p a:hover{
    color: #bd434a;
    border-bottom: 1px solid transparent;   
}
.footer{
    position: relative;
}
.footer::after{
    content: '';
    background: url(../img/slider-bg.png) repeat-x center center;
    height: 26px;
    width: 100%;
    position: absolute;
    left: 0;
    top: -13px;
    z-index: 2;
}
.text blockquote{
    border-left: 4px solid #bd434a;
    background: #f9f9f9;
    margin: 0 0 20px 0;
    padding: 25px 20px;
}
.text blockquote p{
    font-size: 16px;
}
.text blockquote p:last-child{
    margin-bottom: 0;
}
.text img{
    display: block;
    width: auto!important;
    max-width: 100%;
    height: auto!important;
    margin: 0 0 20px 0;
}

.sp_items{
    background: #fff;    
}
.sp_item{
    border-bottom: 1px solid #eaeaea;
}
.sp_title{
    padding: 30px;
    display: block;
    cursor: pointer;
    transition: background-color .2s ease;
    user-select: none;
}
.sp_title:not(.active):hover{
    background-color: #f6f6f6;
}
.sp_title_title{
    font-size: 24px;
    display: block;
    position: relative;
    padding-left: 35px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-weight: 500;
}
.sp_title_title:after{
    content: '';
    background: url(../svg/arrow_down.svg) no-repeat center center;
    width: 20px;
    height: 20px;
    top: calc(50% - 10px);
    left: 0;
    position: absolute;
    transition: all .15s ease;
    border: 1px solid #cacaca;
    border-radius: 50%;
    background-size: 9px 9px;
    opacity: 0.8;
}
.active > .sp_title_title:after{
    transform: rotate(180deg);
}
.sp_title_sub{
    display: block;
    font-size: 15px;
    margin-top: 12px;
    width: 100%;
    padding-left: 35px;
    opacity: 0.8;
}
.sp_content{
    display: none;
}
.sp_content_in{
    padding: 0 30px 30px 65px;
}
.sp_content_in > *:last-child{
    margin-bottom: 0;
}
.tabs{
    margin: 0 0 40px;
    display: flex;
    justify-content: center;
}
.tabs li{
    margin: 0 10px;
}
.tabs a{
    font-size: 36px;
    opacity: 0.7;
    border-bottom: 3px solid transparent;
    padding-bottom: 5px;
}
.tabs a:hover{
    opacity: 1;
}
.tabs .active a{
    opacity: 1;
    border-bottom: 3px solid #39b119;
}
.footer-col a.active{
    color: #39b119;
}
@media only screen and (max-width: 767px){
    .sp_title:not(.active):hover {
        background-color: #fff;
    }
}
@media only screen and (max-width: 479px){
    .tabs a {
        font-size: 25px;
    }
    .sp_title {
        padding: 30px 15px;
    }
    .sp_items {
        margin-left: -20px;
        margin-right: -20px;
    }
}
.blog-item{
    margin-bottom: 30px;
}
.blog-image{
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.blog-image a{
    display: block;
    width: 100%;
}
.blog-image a:hover{
    opacity: 0.85;
}
.blog-image img{
    display: block;
    width: 100%;
    height: auto;
}
.blog_title{
    margin-bottom: 10px;
}
.blog_title a{
    font-size: 24px;
    line-height: 1.25;
    font-weight: 500;
}
.blog_title a:hover{
    color: #39B119;
}
.blog_more{
    font-size: 14px;
    font-weight: 500;   
    border-bottom: 1px solid transparent;
    color: #39B119;
}
.blog_more:hover{
    border-bottom: 1px solid;
}
.blog-stats{
    margin-bottom: 5px;
    display: flex;
    opacity: 0.8;
    font-weight: 500;
    font-size: 14px;
    padding-top: 5px;
}
.blog-stats > span + span{
    margin-left: 15px;
}
.blog-mini{
    line-height: 1.25;
    font-size: 15px;
    opacity: 0.8;
    margin-bottom: 12px;
}
.icon-calendar{
    background: url(../svg/calendar.svg) no-repeat center center;
    width: 12px;
    margin-right: 5px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 4px;
}
.icon-view{
    background: url(../svg/eye.svg) no-repeat center center;
    width: 16px;
    margin-right: 5px;
    display: inline-block;
    height: 14px;
    vertical-align: middle;
    margin-bottom: 4px;
}
ul.pagination{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.pagination li{
    margin: 0 5px 10px;
}
.pagination a,
.pagination span{
    border: 1px solid #f6f6f6;
    background: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.pagination span{
    cursor: default;
    color: #39B119;
    background: #fff;
}
.pagination a:hover{
    color: #fff;
    background: #39B119;
    border-color: #39B119;
}
.blog-description{
	margin-bottom: 40px;
}
.main-blog-image{
	margin-bottom: 20px;
	display: block;
}
.main-blog-image img{
	display: block;
	width: 100%!important;
	height: auto!important;
}
.blog_stats{
	border-bottom: 1px solid #eeecec;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 15px;
}
.blog_stats > span{
	margin-right: 15px;
}
.blog_stats > span span{
	opacity: 0.8;
}
.simplecheckout-proceed-payment{
	display: none!important;
}
#button-confirm{
	width: 100%;
}
@media only screen and (max-width: 979px){
	.blog-items .col-4{
		width: 50%!important;
	}
	.main-blog-image {
	    margin-left: -25px;
	    margin-right: -25px;
	}
}
@media only screen and (max-width: 767px){
	.blog-items .col-6{
		width: 100%!important;
	}
	.blog-items .col-4{
		width: 100%!important;
	}
}
@media only screen and (max-width: 479px){
	.blog_title a{
		font-size: 19px;
	}
}

.home-f{
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0 90px;
}
.home-f-item{
    width: 25%;
    padding-right: 30px;
    font-size: 25px;
    line-height: 1.15;
}
.home-f-item-green{
	color: #39B119;
}
.home-f-item span{
	display: block;
	font-weight: 900;
}
.support-phone{
	font-size: 30px;
	font-weight: 900;
}
.support-phone a{
	color: #39b119;
}
.support-phone a:hover{
	opacity: 0.8;
}
.support-info{
	font-size: 28px;
}
.support-icon{
	background: url(../svg/support.svg) no-repeat center center;
	width: 46px;
	height: 61px;
	margin-right: 12px;
}
.support{
	position: relative;
}
.support-in{
	display: flex;
	align-items: flex-start;
	position: absolute;
    right: 0;
    top: -235px;
    z-index: 5;
}
.support-hidden{
	position: absolute;
    top: 100%;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    padding: 12px;
    left: -12px;
    line-height: 1.3;
    border-radius: 5px;
    display: none;
}
.support-phones{
	position: relative;
}
.support-first{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
    line-height: 1.3;
}
.support-js{
	background: url(../svg/arrow_down.svg) no-repeat center center;
    width: 25px;
    height: 25px;
    transition: all .15s ease;
    background-size: 20px 20px;
    opacity: 0.8;
    margin-left: 15px;
}
.support-js:hover{
	opacity: 1;
	cursor: pointer;
}
.support-phones.active .support-js{
	transform: rotate(180deg);
}
.support-phones.active .support-hidden{
	display: block;
}

.h-menu{
	display: flex;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.h-menu-item{
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 40px;
}
.h-menu-title{
	display: block;
	width: 100%;
	text-align: center;
	font-size: 25px;
	line-height: 1.12;
}
.h-menu-title span{
	display: block;
	font-weight: 500;
	text-transform: uppercase;
}
.h-menu-title span.jap{
	color: #949494;
    font-size: 14px;
    font-weight: 400;
    text-transform: none;
    position: relative;
    margin-top: 5px;
    display: inline-block;
    margin-left: 12px;
}
.h-menu-title span.jap::after{
	content:'';
	background: #FF4B4B;
	width: 15px;
	height: 15px;
	left: -25px;
    border-radius: 50%;
    position: absolute;
}
.h-menu-summary img{
	display: block;
	margin: 0 auto 15px;
	max-width: 100%;
	height: auto;
	transition: all .2s linear;
    max-height: 165px;
}
.h-menu-summary:hover img{
	transition: all .5s ease;	
	transform: scale(1.05,1.05);
}
.all-menu span{
    width: 20px;
    background: #fff;
    height: 2px;
    margin-right: 10px;
    position: relative;
}
.all-menu span::after,
.all-menu span::before{
	content:'';
	width: 100%;
	height: 2px;
	position: absolute;
	left: 0;
	background: #fff;
}
.all-menu span::after{
	top: -5px;
}
.all-menu span::before{
	bottom: -5px;
}
.all-menu{
    height: 50px;
    border-radius: 25px;
}
.common-home .features{
	margin-top: 90px;
	margin-bottom: 70px;
}
.rb{
	margin-bottom: 70px;	
}
.rb-item{
	display: block;
	width: 100%;
}
.rb-item + .rb-item{
	margin-top: 30px;
}
.rb-item a,
.rb-item img{
	display: block;
	width: 100%;
	height: auto;
}
.rb-item a:hover{
	opacity: 0.85;
}
.home-description{
	background: #F6F6F6;
	position: relative;
	padding: 160px 0 80px;
	margin-top: 120px;
}
.home-description::after{
	content:'';
	position: absolute;
	background: url(../img/salad.png) no-repeat center center;
	background-size: contain;
	width: 238px;
	height: 238px;
	top: -118px;
	left: calc(50% - 118px);
}
.home-description .category-description{
	-webkit-columns: 2;
    -moz-columns: 2;
    columns: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
    -webkit-column-rule: 0;
    -moz-column-rule: 0;
    column-rule: 0;
}
.products-h-hidden{
	display: none;
}
.home-feat{
	padding-bottom: 60px;
}
.home-feat .products{
	margin-bottom: 0;
	padding-bottom: 0;
}
.home-feat .js-show-h-hidden,
.insta-info .btn{
	height: 52px;
    border-radius: 26px;
    border: 1px solid;
}
.home-feat .js-show-h-hidden:not(:hover),
.insta-info .btn:not(:hover){
	background: #fff;
    color: #39B119!important;
}
.common-home .header.hwhite{
	background: #fff;
}
.insta-block{
	padding-top: 80px;
}
.insta-info{
	width: 310px;
	margin-right: 30px;
}
.insta-photos{
	display: flex;
	flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	width: calc(100% - 330px);
}
.insta-photo{
	padding-left: 5px;
	padding-right: 5px;
	width: 20%;
	margin-bottom: 10px;
}
.insta-photo a{
	display: block;
	height: 100%;
	width: 100%;
	overflow: hidden;
    white-space: nowrap;
    font-size: 0;
}
.insta-photo a:hover img{
	transform: scale(1.05,1.05);
	transition: all 1s ease;
}
.insta-photo a:before {
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}
.insta-photo img{
    display: inline-block;
    vertical-align: middle;
    -o-object-fit: cover;
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: 100%;
	transition: all .2s linear;
}
.insta-logo{
	display: block;
	margin-bottom: 20px;
}
.insta-logo img{
	display: block;
	width: auto;
	height: auto;
	max-width: 100%;
}
.pri{
	font-size: 20px;
    font-weight: bold;
    line-height: 28px;
}
.insta-numbers{
	display: flex;
	flex-wrap: wrap;
	margin-top: 25px;
}
.insta-numbers > div:first-child{
	margin-right: 40px;
}
.insta-numbers div{
	font-size: 28px;
    font-weight: bold;
}
.insta-numbers span{
    opacity: 0.7;
    font-size: 18px;
    display: block;
}
.insta-info .btn{
	margin-top: 25px;
}

.lang-form{
    margin-right: 40px;
}
.lang{
    position: relative;
}
.lang-active{
    color: #39b119;
    cursor: pointer;
}
.lang-select{
    position: absolute;
    opacity: 0;
    visibility: hidden;
    background: #fff;
    border: 1px solid #ececec;
    padding: 15px;
    left: -15px;
    top: 25px;
}
.active > .lang-select{
    opacity: 1;
    visibility: visible;
    transition: all .2s ease;
}
.language-select{
    cursor: pointer;
}
.language-select + .language-select{
    margin-top: 12px;
}
.language-select:hover{
    color: #39B119;
}
.language-select.active{
    color: #39B119;
    cursor: default;
}



@media only screen and (max-width: 1299px){
	.s-text-2 {
	    font-size: 44px;
	}
	.s-text-1 {
	    font-size: 22px;
	}
	.home-f-item {
	    font-size: 22px;
	}
	.support-in{
		right: 30px;
	}
    .header .logo{
        width: 170px;
    }
    .header .logo img{
        width: 100%;
        display: block;
    }
}

@media only screen and (max-width: 1199px){
	.slider-in{
		margin-left: 0;
	}
	.slider-image {
	    width: 60%;
	    padding-right: 30px;
	    margin-bottom: -100px;
	}
	.slider-text {
	    width: 40%;
	}
	.s-text-1 {
	    font-size: 18px;
	}
	.s-text-2 {
	    font-size: 30px;
	}
	.s-text-3 {
	    font-size: 16px;
	}
	.home-f-item {
	    width: 50%;
	    margin-bottom: 40px;
	    padding-right: 0;
	    text-align: center;
	    font-size: 30px;
	    line-height: 1.15;
	}
	.support-in {
	    position: static;
	    justify-content: center;
	}
	.home-slider .swiper-container {
	    padding-bottom: 120px;
	}
	.home-slider .slide-pagination {
	    bottom: 155px;
	}
	.home-feat .products{
		justify-content: center;
	}
	.home-description {
	    padding: 90px 0;
	    margin-top: 90px;
	}
	.home-description::after {
	    width: 140px;
	    height: 140px;
	    top: -70px;
	    left: calc(50% - 70px);
	}
	.insta-info{
		width: 100%;
		margin-right: 0;
		text-align: center;
	}
	.insta-photos{
		width: calc(100% + 10px);
		margin-top: 30px;
	}
	.insta-logo{
		display: inline-block;
	}
	.insta-numbers{
		justify-content: center;
	}
	.insta-info .btn{
		display: inline-block;
		line-height: 50px;
	}
}

@media only screen and (max-width: 979px){
	.home-slider .slide-pagination {
	    bottom: 70px;
	}
	.h-menu-item{
		width: 33.333%;
	}
	.home-description .category-description {
		margin-top: 40px;
	    -webkit-columns: 1;
	    -moz-columns: 1;
	    columns: 1;
	}
}
@media only screen and (max-width: 767px){
	.slider-in {
	    margin-left: -200px;
	}
	.home-f-item {
	    font-size: 23px;
	}
	.home-f {
	    padding: 50px 0;
	}
	.insta-photo{
		width: 33.333%;
	}
	.insta-photo:last-child{
		display: none;
	}
    .cart_in {
        display: none;
    }
    #cart {
        background: url(../svg/cart.svg) no-repeat center center, #39b119;
        padding: 0 24px;
    }
}
@media only screen and (max-width: 619px){
	.h-menu-item {
	    width: 50%;
	}
	.rb{
		display: none;
	}
	.common-home h1, .common-home .h1 {
	    font-size: 26px;
	}
	.home-slider {
	    padding-top: 165px;
	}
	.home-slider::before, .home-slider-item::before{
		display: none;
	}
	.home-slider .slide-pagination{
		display: none;
	}
	.s-text-1 {
	    font-size: 14px;
	}
	.s-text-2 {
	    font-size: 22px;
	    margin-top: 5px;
	}
	.s-text-3 {
	    font-size: 14px;
	    margin-top: 5px;
	}
	.slider-image {
	    width: 50%;
	    padding-right: 15px;
	    margin-bottom: -40px;
	}
	.slider-text {
	    width: 50%;
	}
	.slider-in {
	    margin-left: -140px;
	}
	.home-f-item {
	    font-size: 20px;
	    text-align: left;
	}
	.home-f {
	    padding: 50px 0 30px;
	}
    .h-menu-summary img{
        max-height: 103px;
    }
    .lang-form {
        margin-right: 5px;
    }
	
}
@media only screen and (max-width: 479px){
	.slider-text {
	    padding: 50px 0;
	}
	.home-slider .swiper-container {
	    padding-bottom: 60px;
	}
    .support-phone {
        font-size: 20px;
    }
	.support-info {
	    font-size: 19px;
	}
}
.modal-content .form-group{
	margin-bottom: 15px;
}
.color-gray.mt-5:hover{
	color: #39B119;
}
.modal-content .buttons .btn{
	width: 100%;
}
.toggle-login{
    color: #676767!important;
    font-weight: 500;
    background: #fff!important;
    margin-top: 15px;
}
.toggle-login:hover{
	color: #39B119!important;
}


.has-error .form-control,
.has-error .form-control:focus{border-color:#FF4B4B;-webkit-box-shadow:none;box-shadow:none;}
.error-text{position:relative;color:#FF4B4B;display:none;}
.has-error .error-text{display:block;}
.error-text i{position:absolute;right:12px;top:-30px;}
.error-text span{font-size:12px;margin-top:5px;}
.loading-screen{position:absolute;background:rgba(255,255,255,.8);text-align:center;width:100%;height:100%;z-index:50;top:0;left:0}
.loading-screen .loading-spinner{width:50px;height:50px;position:absolute;left:50%;top:50%;margin-left:-25px;margin-top:-25px}
@-webkit-keyframes lds-rolling{0%{-webkit-transform:rotate(0);transform:rotate(0)}
100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}
}
.lds-rolling{position:relative}
.lds-rolling div{width:50px;height:50px;border:7px solid #FF4B4B;}
.lds-rolling div, .lds-rolling>span{-webkit-animation:lds-rolling .4s linear infinite;animation:lds-rolling .4s linear infinite;border-top-color:transparent;border-radius:50%;position:relative;}
.lds-rolling div:after{-webkit-transform:rotate(90deg);transform:rotate(90deg)}
div.lds-rolling{width:50px!important;height:50px!important}

.fa-exclamation-triangle{

}
.fa-exclamation-triangle::after{
    content: '!';
    padding: 0 5px;
    font-style: normal;
    font-weight: 900;
}
.dppr{
	margin-left: -40px;
	margin-right: -40px;
}
.lcab_line{
	border-top: 1px solid #39b119;
    margin: 0 0 30px;
}
.personal-list{

}
.personal-list > div{
    margin-bottom: 30px;
}
.personal-list a{
    border: 1px solid #F1F1F1;
    display: block;
    text-align: center;
    height: 100%;
    padding: 12px;
    fill: #828486;
}
.personal-list a:hover{
    /*box-shadow: 0 5px 25px rgba(0,0,0,0.15);*/
    fill: #bd434a;
    border-color: #FF4B4B;
}
.personal-list span{
    display: block;
    font-size: 16px;
}
.personal-list svg{
    max-width: 70px;
    max-height: 55px;
    fill: inherit;
}
.info-success{
    border: 1px solid #67C15E;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(103, 193, 94, 0.23);
    font-size: 16px;
    color: #3c7736;
    position: relative;
}
.info-warning{
    border: 1px solid #FF4B4B;
    margin-bottom: 20px;
    padding: 20px;
    background: rgba(255, 75, 75, 0.12);
    font-size: 16px;
    position: relative;
}
.info-warning .close,
.info-success .close{
    position: absolute;
    right: 10px;
    top: 10px;
    background: none;
    border: 0;
    font-size: 21px;
    padding: 0;
    cursor: pointer;
    -webkit-appearance: none;
}

.popular_tabs{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 18px;
}
.popular_tabs li{
    display: block;
    margin: 0 12px 12px 0;
}
.popular_tabs a{
    display: block;
    font-size: 18px;
    line-height: 1;
    border: 1px solid #E6E6E6;
    padding: 8px 22px;
    position: relative;
}
.popular_tabs a:after{
    content:'';
    position: absolute;
    left: 50%;
    top: -1px;
    height: calc(100% + 2px);
    width: calc(100% + 2px); 
    margin-left: calc(-50% - 1px);
    border-top: 2px solid #bd434a;
    border-bottom: 2px solid #bd434a;
    transform: scaleX(0);
    transition: all .3s ease;
}
.popular_tabs a:before{
    content:'';
    position: absolute;
    top: -1px;
    left: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px); 
    border-left: 2px solid #bd434a;
    border-right: 2px solid #bd434a;
    transform: scaleY(0);
    transition: all .3s ease;
    transition-delay: .3s;
}
.popular_tabs a:hover:after{
    transform: scaleX(1);
}
.popular_tabs a:hover:before{
    transform: scaleY(1);
}
.popular_tabs .active a{
	background: #bd434a;
    color: #fff;
}
.popular_tabs .active a:after{
    transform: scaleX(1);   
}
.popular_tabs .active a:before{
    transform: scaleY(1);      
}
.col-2.col-md-4.col-xs-6{
	width: 20%;
}
.form-lk{
	width: 100%;
	max-width: 500px;
	background: #F9F9F9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 25px;
}
.form-lk .form-group{
	margin-bottom: 20px;
}
.form-lk .control-label{
	margin: 0!important;
    padding: 0 0 8px!important;
    font-size: 16px;
    opacity: 0.7;
    display: block!important;
}
.form-lk .text-danger{
	color: red;
	font-size: 12px;
	display: block;
	margin-top: 5px;
}
.address_item{
    width: 100%;
    background: #F9F9F9;
    border-radius: 5px;
    margin-bottom: 30px;
    padding: 30px 25px;
    line-height: 1.25;
}
.address_item > div{
    display: flex;
    flex-wrap: wrap;
}
.address_item > div > a{
    margin-right: 15px;
    margin-top: 10px;
}
.row-address_default div{
    display: flex;
}
.row-address_default .radio + .radio{
    margin-left: 15px;
}
.simpleregister-button-block{
    background: none!important;
}
.table-orders{
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
}
.table-orders th{
    padding: 5px 10px;
}
.table-orders td{
    border-top: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-spacing: 0;
    padding: 5px 10px;
    line-height: 1.3;
}
.table-orders td:last-child{
    border-right: 1px solid #d5d5d5;
}
.table-orders tr:last-child td{
    border-bottom: 1px solid #d5d5d5;
}
.table-orders .text-right .color-blue{
    font-weight: 500;
    border-bottom: 1px solid;
    color: #39b119;
}
.table-orders .text-right .color-blue:hover{
    border-bottom: 1px solid transparent;   
}
.oi-title{
    font-weight: 500;
    font-size: 18px;
}
#modal21{
    max-width: 600px;
    width: 100%;
}
#modal21 .modal-body {
    padding: 25px 30px 45px;
    text-align: left;
}
.region-delimeter{
    display: block;
    border-top: 1px solid #f1f1f1;
    width: 100%;
    margin-bottom: 20px;
    margin-top: 10px;
}
.region-list{
    display: flex;
    flex-wrap: wrap;
    padding-top: 25px;
}
.raion-item{
    width: 50%;
    padding-right: 20px;
    margin-bottom: 10px;
}
.raion-item span{
    font-size: 14px;
    background: #f1f1f1;
    width: 100%;
    padding: 10px 5px 10px 10px;
    height: 100%;
    display: flex;
    align-items: center;
    border-radius: 5px;
}
.raion-item span:hover,
.raion-item span.active{
    background: #39B119;
    color: #fff;
    cursor: pointer;
}
#modal21{
    display: none;
}
.r-container{
    background: #F9F9F9;
    border-radius: 5px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.r-selected-title{
    font-weight: 500;
    opacity: 0.8;
    margin-bottom: 10px;
}
.r-selected-flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.r-selected-name{
    margin-right: 15px;
    color: #000;
    font-size: 18px;
    margin-bottom: 5px;
}
.r-selected-change{
    color: #39B119;
    border-bottom: 1px dotted;
    font-weight: 500;
    margin-bottom: 5px;
}
.r-texts{
    border-top: 1px dotted #cccccc;
    padding: 25px 25px 0;
    margin-left: -25px;
    margin-right: -25px;
    margin-top: 25px;
}
.r-text{

}
.r-text + .r-text{
    margin-top: 12px;
}
.r-text span,
.checkout-alert span{
    font-weight: bold;
    margin-right: 10px;
    color: #ff4b4b;
    background: rgba(255, 75, 75, 0.5);
    width: 18px;
    height: 18px;
    display: inline-block;
    text-align: center;
    line-height: 18px;
    border-radius: 50%;
    font-size: 14px;
}
.checkout-alert span{
    position: absolute;
    left: 0;
    top: 1px;
}
.checkout-alert{
    line-height: 1.2;
    font-weight: 500;
    position: relative;
    padding-left: 30px;
    font-size: 18px;
    color: #39b119;
}
.pribors{
    background: #F9F9F9;
    border-radius: 5px;
    padding: 30px 25px;
    margin-bottom: 30px;
}
.pribor-item{
    display: flex;
    align-items: center;
}
.pribor-quantity{
    position: relative;
    display: block;
    width: 120px;
}
.pribor-quantity span{
    position: absolute;
    top: 2px;
    height: 36px;
    width: 36px;
}
.pribor-quantity .minus{
    left: 2px;
}
.pribor-quantity .plus{
    right: 2px;
}
.pribor-title{
    width: calc(100% - 120px);
    padding-right: 15px;
}
.pribor-quantity .input-quantity{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 0;
    height: 40px;
    -webkit-appearance: none;
    width: 120px;
    cursor: default;
    border-radius: 20px;
}
.pribor-item + .pribor-item{
    margin-top: 10px;
}
.checkout-alert + .btn{
    margin-top: 15px;
}
.cart-dop-products{
    width: 100%;
}
.cart-dop-products .product-item{
    width: 33.333%;
}
.cart-dop-products .products{
    margin-bottom: 0;
    padding-bottom: 0;
}
.cart-dop-title{
    font-size: 25px;
    font-weight: 500;
    margin-top: 40px;
}
.frame-map{
	width: 100%;
    max-width: 800px;
    height: 500px;
    display: block;
}
.frame-map iframe{
	width: 100%!important;
	height: 100%!important;
}
#map{
    width: 100%;
    max-width: 800px;
    height: 500px;
    display: block;
}
.modal_subtitle{
    margin-bottom: 20px;
    margin-top: -5px;
}
.form-body{
    text-align: left;
}
.form-group-title{
    margin: 0!important;
    padding: 0 0 8px!important;
    font-size: 16px;
    display: block!important;
}
.form-body textarea {
    width: 100% !important;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 100px;
    text-indent: 0;
    padding: 15px;
}
.form-body .form-group{
    position: relative;
}
.js-inputs {
    width: 0;
    height: 0;
    overflow: hidden;
    position: absolute;
}
.form-bottom{
    display: flex;
    justify-content: center;
}
.styled-file{
    padding: 10px 50px 11px 15px;
    border-radius: 3px;
    width: 100%;
    background: #fff;
    font-size: 16px;
    color: #838383;
    line-height: 1.2;
    position: relative;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid #d9d9d9;
}
.styled-file:hover{
    color: #39B119;
}
.styled-file span::after{
    content:'';
    width: 22px;
    height: 22px;
    background: url(../svg/file-upload.svg) no-repeat center center;
    position: absolute;
    right: 15px;
    top: 9px;
}
.styled-file span.file-success::after{
    background: url(../svg/checklist.svg) no-repeat center center;
}
.file-error{
    color: #FF4B4B;
}
.file-success{
    color: #39B119;
}
.form-control.error{
    border-color: #FF4B4B;
}
.form-text-error{
    height: 18px;
    width: 18px;
    background: url(../svg/form-control-error.svg) no-repeat center center;
    position: absolute;
    bottom: 12px;
    right: 15px;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
    display: none;
}
.error + .form-text-error{
    display: block;
}
@keyframes rubberBand{from{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
30%{-webkit-transform:scale3d(1.25, 0.75, 1);transform:scale3d(1.25, 0.75, 1);}
40%{-webkit-transform:scale3d(0.75, 1.25, 1);transform:scale3d(0.75, 1.25, 1);}
50%{-webkit-transform:scale3d(1.15, 0.85, 1);transform:scale3d(1.15, 0.85, 1);}
65%{-webkit-transform:scale3d(.95, 1.05, 1);transform:scale3d(.95, 1.05, 1);}
75%{-webkit-transform:scale3d(1.05, .95, 1);transform:scale3d(1.05, .95, 1);}
to{-webkit-transform:scale3d(1, 1, 1);transform:scale3d(1, 1, 1);}
}

.modal-title svg {
    width: 80px;
    fill: #39B119;
    margin: 0 auto;
    display: block;
}
.category-description-top{
    margin-bottom: 40px;
    margin-top: -25px;
}
.info-menu-mobile{
    display: flex;
    flex-wrap: wrap;
    padding: 25px 20px;
    justify-content: center;
}
.info-menu-mobile li{
    padding: 10px;
}
.info-menu-mobile a{
    font-size: 18px;
    font-weight: 500;
    -webkit-filter: grayscale(0)!important;
    filter: grayscale(0)!important;
}
.info-menu-mobile a.active{
    color: #39B119;
}
.product-d{
    display: block;
    background: #f6f6f6;
    line-height: 1;
    padding: 5px;
    border-radius: 3px;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
}
.product-d span{
    margin-right: 5px;
}
@media only screen and (max-width: 1179px){
    .popular_tabs a {
        font-size: 16px;
        padding: 8px 15px;
    }
}
@media only screen and (max-width: 767px){
	.col-2.col-md-4.col-xs-6{
		width: 33.333%;
	}
    .table-resp{
        width: 100%;
        overflow-x: auto;
    }
    .table-resp table{
        width: 800px;
    }
    .r-container{
        margin-top: 30px;
    }
}
@media only screen and (max-width: 619px){
    .popular_tabs {
        white-space: nowrap;
        overflow-x: auto;
        flex-wrap: nowrap;
        margin-right: -7px;
        margin-left: -7px;
        padding: 0 7px;
        margin-bottom: 5px;
    }
    .table-orders td{
        font-size: 12px;
    }
    .cart-dop-products .product-item{
        width: 50%;
    }
    .menu_icon div{
        display: none;
    }
}
@media only screen and (max-width: 479px){
	.col-2.col-md-4.col-xs-6{
		width: 50%;
	}
    .sp_content_in {
        padding: 0 30px 30px 40px;
    }
}
.checkbox.no-pointer{
    opacity: 0.2;
    user-select: none;
    cursor: default!important;
    pointer-events: none;
}