@import url('https://fonts.googleapis.com/css?family=Noto+Serif:400,700');

:root {
    --jpshop-primary: #fb314e;
    --jpshop-primary-dark: #ce345e;
    --jpshop-light: #c4a8a8;
}

html, body {
    font-size: 14px;
}

* {
	font-family: Tahoma, Arial, sans-serif;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	margin: 0;
	padding: 0;
}

:focus {
	outline: 0;
}
.row {margin-bottom: 15px;}
a, .btn{
	transition: all 0.4s linear;
	-webkit-transition: all 0.4s linear;
}
.btn-enter .fa {top: 12px; left: 15px;}
.btn-enter.btn-vk .fa {left: 15px;}
.btn-enter.btn-okru {font-size: 100%;}
.btn-enter.btn-okru .fa {left: 19px;}

div.inner-jpshop {
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 65px 100px 70px;
}

div.inner-jpshop h2 {
    font-size: 30px;
    color: var(--jpshop-primary);
    margin-bottom: 1em;
}

div.inner-jpshop .btn-default {
    background: #0d0304;
    border: 1px solid #0d0304;
}
div.inner-jpshop .btn-default:hover {
     color: #0d0304;
     background: #fff;
}

@media ( max-width: 768px ){
    div.inner-jpshop {
        padding: 10px;
        padding-top: 30px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
}

.feedback .inner {
    overflow: hidden;
}

.color-primary {color: var(--jpshop-primary);}

.catalogNeo .product .price.current {color: var(--jpshop-primary);}

#itemsSelect .item input:checked + span {border-color: var(--jpshop-primary);}
#itemsSelect .item.noDuplicates >span:before {color: var(--jpshop-primary);}

#requestprocessing {border-color: var(--jpshop-primary);}

.price.current {font-weight: bold; color: var(--jpshop-primary); font-size: 1.4em;}

.add {margin: 0;}
.add .gotoCart >a {color: #333;}

.container {
    margin: auto;
    padding: 0 15px;
    width: 100%;
    position: relative;
}
 
.site-header .toggle {
    position: absolute;
    width: 40px;
    height: 40px;
    top: 50%;
    transform: translateY(-50%);
    left: 20px;
    margin: auto;
    cursor: pointer;
        display: none;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border-width: 1px;
    border-color: rgb(99, 99, 99);
    border-style: solid;    
}
 
.site-header .toggle .bar {
    height: 3px;
    border-radius: 100px;
    background-color:  rgb(136, 136, 198);
    display: block;
    position: absolute;
    top: 12px;
    left: 0;
    right: 0;
    margin: auto;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    width: 16px;
    background: #fff;
    border-radius: 13px;    
}
.site-header .toggle .bar2{
    top: 19px;
}
.site-header .toggle .bar3{
    top: 26px;
    width: 10px;
    margin: 0;
    left: 12px;
}
.site-header .toggle.active .bar1{
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    top: 18px;
}
.site-header .toggle.active .bar2{
    opacity: 0;
}
.site-header .toggle.active .bar3{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: 18px;
    width: 16px;
}

body{
    background: #0d0304;
}

.site-header{
    position: absolute;
    left: 0;
    right: 0;
    top: 46px;
    z-index: 100;
}
.header-top .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header-top .container:before {
    display: none;
}
.header-top .container:after {
    display: none;
}

.header-top .social {
    font-size: 20px;
}
.header-top .social li {
    display: inline-block;
    vertical-align: middle;
}
.header-top .social li:not(:last-child) {
    margin-right: 20px;
}
.header-top .social a {
    color: #d8d8d8;
}
.header-top .main-nav-page li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 9px
}
.header-top .main-nav-page a,
.mobile-menu a{
    text-decoration: none;
    color: #d8d8d8;
    font-size: 14px;
}
.header-top .main-nav-page a:hover,
.header-top .social a:hover{
    color: #fff;
}
.header-top .header-options {
    position: relative;
}
.header-top .search,
.mobile-menu .search{
    display: inline-block;
    vertical-align: middle;  
    font-size: 0;
    position: relative;
}
.header-top .form-control,
.mobile-menu .form-control{
    border-width: 1px;
    border-color: rgb(99, 99, 99);
    border-style: solid;
    width: 304px;
    height: 34px;
    border-radius: 30px;
    background-color: transparent;
    font-size: 14px;
    color: #fff;
    padding: 0 50px 0 20px;
}
.header-top button,
.mobile-menu button{
    position: absolute;
    right: 0;
    width: 45px;
    border: 0;
    background-color: transparent;
    top: 0;
    bottom: 0;
}
.header-top .profile {
    border-width: 1px;
    border-color: rgb(99, 99, 99);
    border-style: solid;
    border-radius: 50%;
    width: 34px;
    height: 34px;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 32px;
    color: #cf2c43;
    font-size: 14px;
    margin-left: 15px;
    position: relative;
}
.header-top .profile img, .header-top .profile i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.header-top .jpshopLogo {
    display: none;
}
.header-top .cart-link {
    position: relative;
    text-decoration: none;
    font-size: 0;
    top: -6px;
    display: inline-block;
    margin: 0 0 0 15px;
}
.header-top .cart-link img {width: 32px;}

.header-top span {
    position: absolute;
    top: 65%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    text-align: center;
    font-family: 'Noto Serif', serif;
    color: #fff;
    font-size: 18px;
}

.mobile-menu {
    padding:25px 15px;
    background: #fff;
    z-index: 100;
    position: absolute;
    max-height: 100%;
/*    overflow: auto;*/
    display: none;
    right: 15px;
    top: 80px;
    box-shadow: 0 0 12px #000;
}
.mobile-menu .search {
    width: 100%;
    margin-bottom: 20px;
}
.mobile-menu .form-control {
    width: 100%;  
}
.mobile-menu li {
    padding: 5px 0;
}
.mobile-menu a {
    color: #000;
}


.main-block {
    padding-top: 150px;
    position: relative;
    max-width: 1920px;
    margin: auto;
    margin-bottom: 120px;
}
.main-block .bg {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 90%;
    z-index: 10;
}
.main-block .container {
    max-width: 1030px;
    display: flex;position: relative;
    z-index: 30;
}
.main-block .left {
    width: 36%;
}
.main-block .jpshopLogo .logo-img {
    width: 105px;
}
.main-block .jpshopLogo {
    display: flex;
    align-items: center;
    text-decoration: none;
    margin-bottom: 80px;
}
.main-block .logo-text {
    padding-left: 20px;
}
.main-block .logo-text img {
    margin-bottom: 10px;
}
.main-block .by {
    display: block;
    font-size: 18px;
    color: #b8b8b8;
    margin-bottom: 5px;
}
.main-block .country {
    font-size: 16px;
    color: var(--jpshop-primary);
    display: block;
}
.main-block h1 {
    font-size: 36px;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    margin-bottom: 60px;
}
.main-block .main-nav {
    margin: 0 0 60px;
}
.main-block li {
    margin-bottom: 18px;
}
.main-block li a {
    text-decoration: none;
    color: #b8b8b8;
    font-size: 18px;
    font-family: 'Noto Serif', serif;   
    display: inline-block;
}
.btn {
    text-decoration: none;
    display: inline-block;
    padding: 13px 35px;
    color: #fff;
    background: var(--jpshop-primary);
    border-radius: 35px;
    font-size: 14px;
    border: 0;
}
.btn:hover {
    background: #ff1c3d;
}
.main-block .right {
    width: 100%;
    text-align: center;
}
.main-block .right img {
    max-width: 100%;
}

h2 {font-size: 2em;}
h3 {font-size: 1.5em;}
h2,
h3,
.title{
    font-family: 'Noto Serif', serif;
    margin: 1em 0 0.5em;
}

.main-products h2{
    font-size: 30px;
    color: #636363;
    margin-bottom: 50px;
    padding-left: 70px;
}
.main-products .list{
    margin-bottom: 55px;
}

.main-product-item {
    position: relative;
}
.main-product-item .bg {
    position: absolute;
    z-index: 10;
    right: 0;
    max-width: 80%;
    top: 50%;
    transform: translateY(-50%);
}
.main-product-item.mp-item-2 .bg {
    right: auto;
    left: 0;
}
.main-product-item .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 20;
    flex-wrap: wrap;
}
.main-product-item.mp-item-1 {margin-bottom: 100px;}
.main-product-item.mp-item-1 .product-text {padding-left: 90px;}
.main-product-item.mp-item-1 .container {direction: rtl;}
.main-product-item.mp-item-1 .product-text {direction: ltr; padding-left: 0;}
.main-product-item .product-image {
    width: 52%;
    text-align: center;
    font-size: 0;
    padding-right: 10px;
}
.main-product-item img {
    max-width: 95%;
}
.main-product-item .product-text {
    width: 48%;
    padding-left: 10px;
}
.main-product-item .title {
    color: #b8b8b8;
    font-size: 30px;
    max-width: 350px;
    margin: 0 0 20px;
}
.main-product-item p {
    font-size: 14px;
    color: #b8b8b8;
    font-family: 'Noto Serif', serif;  
    margin-bottom: 25px;
}
.main-product-item ul {
    margin-bottom: 25px;
}
.main-product-item li  {
    line-height: 24px;
    color: #b8b8b8;
    font-family: 'Noto Serif', serif;   
    margin-bottom: 4px;
    position: relative;
}
.main-product-item .price.current {
    font-size: 18px;
    color: #b8b8b8;
    font-family: 'Noto Serif', serif;  
    font-weight: 700;
    padding-left: 30px;
    margin-bottom: 30px;
}
.main-product-item .btn {
    margin-left: 30px;
    padding-left: 40px;
    padding-right: 40px;
}

.main-products .all-product{
    display: table;
    margin:0 auto 75px;
    color: #fff;
    font-size: 14px;
    position: relative;
    z-index: 20;
}

.reviews-block {
    margin-bottom: 110px;
}
.reviews-block .container {
    max-width: 975px;
}
.reviews-page .container {
	max-width: 1170px;
}

.reviews-block .reviews, .reviews-page .reviews {
    padding: 75px 120px 83px 210px;
    background:#dfd2d2 url(../img/main/bg-rev-1.png) top left no-repeat;
    border-top-left-radius: 100px;
    border-top-right-radius: 100px;
    position: relative;
}

.reviews-page .reviews {
    background-image: url(../img/main/bg-rev-1-left.png);
}

.review-header{
    position: relative;
    margin-bottom: 34px;
}
.reviews-block h2, .reviews-page h2, .product-info-text h2 {
    font-size: 30px;
    color: var(--jpshop-primary);
}
.product-info-text h2 {
	margin-top: 1.5em;
    margin-bottom: 0.5em;	
}

.reviews-block .read-all {
    position: absolute;
    border-width: 1px;
    border-color: var(--jpshop-primary-dark);
    border-style: solid;
    height: 38px;
    border-radius: 30px;
    right: 0;
    bottom: 5px;
    text-align: center;
    line-height: 36px;
    padding: 0 30px;
    text-decoration: none;
    color: var(--jpshop-primary-dark);
    z-index: 11;
}
.reviews-block .read-all:hover{
    color: #fff;
    background: var(--jpshop-primary-dark);
}
.reviews-block .reviews-slider:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 57px;
    background: url(../img/main/quote.png) center no-repeat;
    left: -80px;
    top: 40%;
    transform: translateY(-50%);
}
.reviews-page .feedback-one {
	position: relative;
	margin-bottom: 2em;
	min-height: 10em;
}

.reviews-page .feedback-one .reviews-text:after {
    content: "";
    position: absolute;
    width: 53px;
    height: 57px;
    background: url(../img/main/quote.png) center no-repeat;
    left: -80px;
    top: 3em;
    transform: translateY(-50%);
}

.reviews-block .slide-text {
    max-height: 150px;
    line-height: 22px;
    font-size: 14px;
    color: #000000;    
    font-family: 'Noto Serif', serif;   
    padding-right: 50px;
}

.reviews-page .reviews-text {
    line-height: 22px;
    font-size: 14px;
    color: #000000;    
    font-family: 'Noto Serif', serif;   
    padding-right: 50px;
    overflow: hidden;
}

.reviews-page .reviews-pagination {
	display: none;
}

.simplebar-track.simplebar-vertical{
    width: 1px;
    background: var(--jpshop-primary-dark);
    right: 2px;
}
.simplebar-track.simplebar-vertical .simplebar-scrollbar{
  background-color: var(--jpshop-primary-dark);
  width: 4px;
    opacity: 1;
   right: 4px!important;
}
.reviews-block .simplebar-scrollbar:before {
    content: none;
}
.reviews-block .author, .reviews-page .author {
    font-size: 12px;
    text-align: right;
    padding-top: 12px;
    padding-right: 50px;
}
.reviews-block .slick-dots{
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    bottom: -40px;
}
.reviews-block .slick-dots li{
    width: 14px;
    height: 14px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: inline-block;
    margin: 0 12px;
    cursor: pointer;
}
.reviews-block .slick-dots .slick-active{
    background: var(--jpshop-primary);
    border-color: var(--jpshop-primary);
}
.reviews-block .slick-dots button{
    display: none;
}
.reviews-block .program {
    border: 1px solid #fff;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;    
    border-top: 0;
    position: relative;
}
.reviews-block img {
    left: 35px;
    position: absolute;
    bottom: 0;
    max-width: 45%;
}
.reviews-block .text {
    max-width: 550px;
    margin:0 0 0 auto;
    text-align: center;
    padding: 100px 0 78px;
    padding-right: 50px;
}
.reviews-block h4 {
    font-size: 24px;
    color: #fff;
    font-family: 'Noto Serif', serif;    
    margin:0 0 30px;
}
.reviews-block p {
    font-size: 16px;
    color: #fff;
    font-family: 'Noto Serif', serif;    
    margin-bottom: 10px;
}
.reviews-block .btn {
    margin-top: 40px;
    padding: 12px 50px;
}

.actions {
    padding: 100px 0 320px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.actions h2 {
    font-size: 60px;
    color: var(--jpshop-primary);
}
#subscriptions .slick-slider {height: 380px;}
.site-footer {
    padding: 55px 0 80px;
    background: #0d0304;
}
.site-footer .container {
    display: flex;
    flex-wrap: wrap;
}
.site-footer .jpshopLogo {
    display: inline-block;
    vertical-align: middle;
    text-decoration: none;
    margin-bottom: 30px;
    margin-right: 11%;
}
.site-footer .jpshopLogo img{
    display: inline-block;
    vertical-align: middle;    
}
.site-footer .logo-text {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;    
}
.site-footer .logo-text img {
    margin-bottom: 10px;
}
.site-footer .by {
    display: block;
    font-size: 18px;
    color: #b8b8b8;
    margin-bottom: 5px;
}
.site-footer .country {
    font-size: 16px;
    color: var(--jpshop-primary);
    display: block;
}
.site-footer .left {
    width: calc(100% - 260px);
    position: relative;
}
.site-footer .left:after {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    bottom: 0;
    background: url(../img/line-footer.png) center no-repeat;
    width: 1px;
}
.site-footer .left:before {
    content: "";
    position: absolute;
    right: 50px;
    top: 0;
    bottom: 0;
    background: url(../img/line-footer.png) center no-repeat;
    width: 1px;
}
.site-footer .social {
    display: inline-block;
    vertical-align: middle;
    margin-bottom: 30px;
}
.site-footer li {
    display: inline-block;
    vertical-align: middle;
}
.site-footer li a {
    color: #a8a8a8;
    text-decoration: none;
}
.site-footer .social li:not(:last-child) {
    margin-right: 20px;
}
.site-footer  .contact-info {
    display: flex;
    flex-wrap: wrap;
    padding-top: 60px;
}
.site-footer .contact-info p {
    font-family: 'Noto Serif', serif;  
    color: #fff;
    margin-bottom: 20px;
    width: 36%;
}
.site-footer .contact-info p:nth-child(2) {
    margin-right: 10%
}
.site-footer h4 {
    font-size: 18px;
    color: #a8a8a8;    
    width: 100%;
    font-family: 'Noto Serif', serif;    
    margin-bottom: 25px;
}
.site-footer .right {
    width: 255px;
    padding-top: 30px;
    padding-left: 30px;
}
.site-footer a {
    color: #fff;
}
.site-footer p {
    margin: 0 0 15px;
}
.site-footer form p {
    font-size: 18px;
    text-align: left;
    font-family: 'Noto Serif', serif;    
    color: #a8a8a8;
}
.site-footer .form-control {
    background-color: rgb(255, 255, 255);
    width: 100%;
    height: 36px; 
    border-radius: 30px;
    border: 0;
    padding: 0 20px;
    text-align: center;
    margin-bottom: 25px;
}
.site-footer .btn {
    width: 100%;
}

.sub-block {
    background: #fff;
    padding: 65px 0 60px;
}
.sub-block .sub-header {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 70px;
}
.sub-block .sub-header .link {
    color: var(--jpshop-primary);
    font-size: 14px;
}
.sub-block h3 {
    font-size: 24px;
    color: #636363;
    font-weight: 700;
}
.sub-block .slide {
    padding: 0 20px;
}
.sub-block .image {
    height: 260px;
    display: block;
    line-height: 260px;
}
.sub-block img {
    vertical-align: middle;
    display: inline-block!important;
    max-height: 90%;
    max-width: 100%;
}
.sub-block .title-prod  {
    min-height: 50px;
    margin-bottom: 15px;
}
.sub-block .title-prod p{
    color: #636363;
    font-size: 12px;
    font-family: 'Noto Serif', serif;     
}
.sub-block .title-prod a {
    font-size: 16px;
    color: #000;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    text-decoration: none;
    margin-bottom: 4px;
    display: inline-block;
}
.sub-block .bottom {
    display: flex;
    align-items: center;
}
.sub-block .bottom .price.current {
    margin-right: 12%
}
.sub-block .bottom .price.current {
    font-size: 18px;
    color: var(--jpshop-primary);
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    margin-bottom: 5px;
}
.sub-block .bottom .yen {
    font-size: 14px;
    color: #636363;
}
.sub-block .bottom .btn {
    padding: 10px 20px!important;
    background: #0d0304;
}
.sub-block .slick-arrow {
    border-radius: 50%;
    position: absolute;
    width: 70px;
    height: 70px;
    border: 0;
    font-size: 0;
    background-image: url(../img/arrow-left-n.png);
    background-repeat: no-repeat;
    background-position: center;
    z-index: 40;
    top: 50%;
    left: -90px;
    transform: translateY(-50%);
    background-color: #ff7185;
}
.sub-block .slick-arrow:hover{
    background-color: rgb(251, 49, 78);    
    background-image: url(../img/arrow-right-h.png);    
} 
.sub-block .slick-next{
    right: -90px;
    left: auto;
    transform: translateY(-50%) rotate(180deg);    
}
.sub-block .slick-disabled{
/*    opacity: 0.5;*/
}

.site-header.static{
    position: relative;
    background: #0d0304;
    top: 0;
    padding-top: 25px;
}
.site-header.static:after{
    position: absolute;
    left: 0;
    right: 0;
    content: "";
    height: 1px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); 
    bottom: 0;
}
.header-bottom {
    padding: 30px 0 20px;
}
.header-bottom .container {
    display: flex;
    align-items: center;
}
.header-bottom .jpshopLogo {
    font-size: 0;
    margin-right: 7%;
}
.header-bottom .logo-img {
    display: inline-block;
    vertical-align: middle;
    max-width: 60px;
}
.header-bottom .logo-text {
    padding-left: 20px;
    display: inline-block;
    vertical-align: middle;    
}
.header-bottom .country {
    display: block;
    color: #9a9999;
    font-family: 'Noto Serif', serif; 
}
.header-bottom ul {
    font-size: 0;
}
.header-bottom li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 20px;
}
.header-bottom li a {
    font-family: 'Noto Serif', serif; 
    display: block;
    text-decoration: none;
    font-size: 18px;
    color: #d8d8d8;
}
.header-bottom li a:hover {
    color: #fff;
}

.box {
    background: #fff;
    -webkit-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.2);
}

.page-content {
    background: url(../img/about/bg-about.png) center -140px no-repeat;
    padding-top: 60px;
}

.page-content h1 {
    font-size: 30px;
    color: var(--jpshop-primary);
    margin-bottom: 40px;
    font-family: 'Noto Serif', serif;
}

.jpshop-breadcrumb {
    padding: 18px 0 30px;
}
.jpshop-breadcrumb ul {
    display: flex;
    align-items: center;
}
.jpshop-breadcrumb li {
    position: relative;
    margin-right: 20px;
}
.jpshop-breadcrumb li:not(:last-child):after {
    content: "--";
    position: absolute;
    top: 50%;
    right: -14px;
    font-size: 13px;
    color: #b8b8b8;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
}
.jpshop-breadcrumb a {
    text-decoration: none;
    font-size: 13px;
    color: #b8b8b8;
    display: block;
}

.about-top {
    padding: 240px 100px 90px 245px;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
    background-repeat: no-repeat;
    background-position:top right, center top;
    background-size: auto, cover;
}
.about-top p {
    font-size: 24px;
    color: #0d0304;
    max-width: 300px;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
}
.about-items {
    background: #fff;
    font-size: 0;
    text-align: center;
    padding: 40px 0 50px;
}
.about-items .item {
    width: 180px;
    display: inline-block;
    vertical-align: top;
    margin: 0 20px 20px;
}
.about-items .icon {
    height: 110px;
    line-height: 110px;
    margin-bottom: 15px;
}
.about-items img {
    vertical-align: middle;
}
.about-items p {
    font-size: 18px;
    color: #636363;
    font-family: 'Noto Serif', serif;     
}
.about-text {
    background: #fff;
}
.about-text {
    padding: 0 0 50px;
}
.about-text .inner {
    max-width: 740px;
    margin: auto;
}
.about-text h4 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-family: 'Noto Serif', serif;    
    font-weight: 700;
    max-width:350px;
    margin: 0 0 25px;
}
.about-text p {
    font-family: 'Noto Serif', serif;    
    line-height: 24px;
    color: #636363;
}
.about-tabs {
    background: #fff;
    padding: 0 15px;
}
.about-tabs .inner {
    max-width: 945px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    border: 1px solid #dfd2d2;
    border-top-left-radius: 60px;
    border-top-right-radius: 60px;
}
.about-tabs .about-tab-links {
    border-top-left-radius: 60px;
    background: #9a2646;
    padding: 70px 00px 20px 50px;
    width: 390px;
}
.about-tab-links li {
    margin-bottom: 20px;
}
.about-tab-links a.active {
    font-size: 16px;
    font-weight: 700;
}
.about-tab-links a {
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    font-family: 'Noto Serif', serif;  
    display: block;
    padding-right: 40px;
    position: relative;
}
.about-tab-links a.active:after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border: 10px solid #fff;
    transform: rotate(-45deg) translateY(-50%);
    right: -20px;
    top: 50%;
} 
.about-tabs .about-tab-content {
    width: calc(100% - 390px);
    border-top-right-radius: 60px;
}
.about-tabs .tab {
    display: none;
}
.about-tabs .tab.active {
    display: block;
    padding: 60px 30px 30px 40px;
}
.about-tabs  .text {
    height: 300px;
    overflow: auto;
    font-family: 'Noto Serif', serif;  
    color: #636363;
    padding-right: 30px;
}
.about-tabs  .simplebar-content{
    color: #636363;
    font-size: 14px;
    line-height: 22px;
    font-family: 'Noto Serif', serif;     
}
.simplebar-scrollbar:before{
    background: transparent;
}

.about-info {
    padding: 0 15px;
    background: #fff;
    padding-bottom: 50px;
}
.about-info .inner {
    max-width: 945px;
    margin: auto;
    border-bottom-left-radius: 60px;
    border-bottom-right-radius: 60px;    
    background: #dfd2d2 url(../img/about/bg-moleculae.png) right top no-repeat;
    padding: 70px 150px 60px 160px;
}
.about-info p {
    font-family: 'Noto Serif', serif;     
    font-size: 14px;
    color: #636363;
    line-height: 24px;
}
.about-info span {
    font-family: 'Noto Serif', serif;    
    font-weight: 700;
    color: var(--jpshop-primary);
}
.about-bottom {
    background: #fff;
    padding: 0 15px 60px;
}
.about-bottom .inner {
    max-width: 750px;
    margin: auto;
}
.about-bottom .btn {
    margin-bottom: 75px;
}
.about-bottom .btn-inverse {
    margin-bottom: 0;
}
.btn-inverse {
    border: 1px solid var(--jpshop-primary);
    color: var(--jpshop-primary);
    background: #fff;
}
.btn-inverse:hover {
    color: #fff;
}
.about-bottom  p {
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;  
    max-width: 600px;
    margin-bottom: 25px;
    line-height: 24px;
}


.catalog__header {
    font-size: 24px;
    text-align: center;
    color: #fff;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    background: #9a2646;
    padding: 40px 0 26px;
}
.catalog__header a {color: #fff;}

.catalog-content {
    border: 1px solid #fff;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px; 
    overflow: hidden;
    background: #fff;
}
.catalog-content .catalog__header {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;     
}
.catalog-content .catalog__list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 80px;
}
.catalog-content .catalog_item {
    width: calc(33.33% - 14px);
    padding: 40px 35px 20px 40px;
    margin-bottom: 25px;
    border-width: 1px;
    border-color: transparent;
    border-style: solid;    
}
.catalog-content .catalog_item:hover {
    border-color: var(--jpshop-light);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    background: #fff;
}
.catalog-content .title {
    font-size: 16px;
    color: #636363;
    text-decoration: none;
    font-weight: 700;
}
.catalog-content p {
    font-size: 14px;
    color: #555555;
    margin: 0;
}
.catalog-content .image {
    height: 310px;
    line-height: 310px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
    position: relative;
}
.catalog-content .image img {
    vertical-align: middle;
    max-height: 98%;
    max-width: 100%;
}
.catalog-content .item_bottom {
    display: flex;
    justify-content: space-between;
}
.catalog-content .item_bottom .price.current {
    font-size: 18px;
    color: var(--jpshop-primary);
    font-family: 'Noto Serif', serif;  
    font-weight: 700;
    margin-bottom: 5px;
}
.price.real {
    font-size: 14px;
    color: #666;
    font-family: 'Noto Serif', serif;
    text-decoration: line-through;
}
.discountSticker {
    position: absolute;
    display: block;
    top: 20px;
    left: 0;
    width: auto; height: auto;
    line-height: 24px;
    padding: 5px 10px;
    font-size: 24px;
    background-color: var(--jpshop-primary-dark);
    color: #fff;
    font-weight: bold;
    font-family: 'Noto Serif', serif;
    text-decoration: none;
}
.catalog-content .item_bottom .btn {
    background: #0d0304;
    border: 1px solid #0d0304;
}
.catalog-content .item_bottom .btn.campaign {
    background-color: var(--jpshop-primary);
    border-color: var(--jpshop-primary-dark);
}
.catalog-content .item_bottom .btn:hover{
    color: #0d0304;
    background: #fff;
}

.catalog-content .show-more {
    background-color: rgb(13, 3, 4);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    display: table;
    margin: 0 auto 100px;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    text-align: center;
    padding: 30px 55px 30px 35px;
    text-decoration: none;
    color: #fff;
    position: relative;
}
.catalog-content .show-more:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid var(--jpshop-primary);
    right: 25px;
    top: 55%;
    transform: translateY(-50%);
}
.pagination {
    padding: 0 10px;
    text-align: center;
    margin-bottom: 90px;
}
.pagination  a {
    border-width: 1px;
    border-color: transparent;
    border-style: solid;
    border-radius: 50%;
    width: 38px;
    height: 38px;  
    display: block;
    text-align: center;
    text-decoration: none;
    line-height: 36px;
    color: #636363;
    font-family: 'Noto Serif', serif;  
    font-size: 18px;
}
.pagination  a:hover {
    border-color: var(--jpshop-primary);
    color: var(--jpshop-primary);
}
.pagination  ul li {
    display: inline-block;
    margin: 0 5px 10px;
}
.pagination  .prev a,
.pagination  .next a {
    width: auto;
    padding: 0 22px;
    border-radius: 20px;
    border-color: #0d0304;
    color: #0d0304;
    font-family: Tahoma, sans-serif;
    font-size: 16px;
}
.pagination  .active {
    border-color: var(--jpshop-primary);
    color: #fff!important;
    background: var(--jpshop-primary);
}

.profile-inner{
    background: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;     
}

.profile-header {
    padding: 45px 34px 0;
}
.profile-header h3 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 40px;
}
.profile-header .user-name {
    font-size: 24px;
    color: #0d0304;
    font-weight: 700;    
    font-family: 'Noto Serif', serif; 
    display: inline;
    margin-right: 10px;
}
.profile-header .user-email {
    font-family: 'Noto Serif', serif; 
    display: inline;
    text-decoration: none;
    font-size: 14px;
    color: #636363;
}
.profile-header p {
    font-family: 'Noto Serif', serif; 
    display: block;
    text-decoration: none;
    font-size: 14px;
    color: var(--jpshop-primary);    
    margin-top: 10px;
    margin-bottom: 20px;
}
.profile-header .profile-links {
    display: flex;
    
}
.profile-header .profile-links  li {
    flex-grow: 1;
}
.profile-header .profile-links  a {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    background-color: rgb(255, 255, 255);
    display: block;
    font-size: 16px;
    text-align: center;
    padding: 15px 10px 10px;
    border-top-right-radius: 30px;
    color: #9e9e9e;
    text-decoration: none;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    border-left: 0;
    width: calc(100% + 25px);
    margin-left: -25px;
    padding-left: 20px;
    position: relative;
}
.profile-header .profile-links li:first-child a{
    border-left: 1px solid var(--jpshop-light);  
    border-top-left-radius: 30px;
    margin-left: 0;
    width: auto;
    z-index: 10;
    padding-left: 10px
}
.profile-header .profile-links li:nth-child(2) a{z-index: 9;}
.profile-header .profile-links li:nth-child(3) a{z-index: 8;}
.profile-header .profile-links li:nth-child(4) a{z-index: 7;}
.profile-header .profile-links li:nth-child(5) a{z-index: 6;}
.profile-header .profile-links li:nth-child(6) a{z-index: 5;}
.profile-header .profile-links li:nth-child(7) a{z-index: 4;}
.profile-header .profile-links li:nth-child(8) a{z-index: 3;}

.profile-header .profile-links .active{
    color: #636363;
    background: #f2f2f2;
}
.profile-header .profile-links .cart {
    color: var(--jpshop-primary);
}
.profile-header .profile-links .cart.active{
    background: var(--jpshop-primary);
    color: #fff;
}

.profile-content{
    padding: 0 34px 10px;
}
.basket-block {
    padding: 35px 65px;
    border: 1px solid #dfd2d2;
    border-top: 0;
    margin-bottom: 45px;
}
.basket-block .row-title {
    display: flex;
}
.basket-block .row-title > div {
    font-size: 12px;
    color: #636363
}
.basket-block .basket-row {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #dfd2d2;
}
.basket-block .basket-row .image {
    width: 90px;
    text-align: center;
    padding: 0 15px 0 5px;
}
.basket-block .image img {
    max-width: 40px;
    max-height: 50px;
}
.basket-block .basket-row .title {
    width: calc(100% - 450px);
    padding-right: 15px;
}
.basket-block .basket-row .title a {
    font-size: 14px;
    color: #636363;
    text-decoration: none;
    font-family: 'Noto Serif', serif;     
}
 
.basket-list .row-title input {
    width: 20px;
}
.basket-list .basket-row .amount {
    width: 180px;
}
.basket-list .numbers-column {
    display: flex;
    align-items: center;
}
.basket-list .basket-row .button {
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;  
    width: 20px;
    height: 20px;
    display: inline-block;
    cursor: pointer;
    text-align: center;
}
.basket-list .basket-row input {
    width: 20px;
    text-align: center;
    border: 0;
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;       
}
.basket-list .basket-row .delete {
    font-size: 14px;
    color: #636363;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}

.basket-bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 25px;
}
.basket-bottom .col {
    font-size: 0;
}
.basket-bottom p {
    color: #636363;   
    margin-bottom: 20px;
    font-size: 12px;
}
.basket-bottom .btn-kod {
    border: 1px solid #dfd2d2;
    background: #fff;
    color: #636363;
    width: 130px;
    border-radius: 5px;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
}
.basket-bottom .col.btns {
    width: 310px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.basket-bottom .middle  p {
    display: inline;
}
.basket-bottom .middle span {
    color: var(--jpshop-primary);
    font-size: 14px;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    padding-left: 20px;
}
.basket-bottom .price {
    padding-right: 15px;
}
.basket-bottom  .price p {
    font-size: 24px;
    color: #636363;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;    
    margin-bottom: 10px;
}
.basket-bottom .price.current {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-family: 'Noto Serif', serif; 
    padding-left: 10px;
}
.basket-bottom .price-currency {
    text-align: right;
}
.basket-bottom .price-currency span {
    font-size: 14px;
    color: #555555;
    margin-left: 10px;
    position: relative;
    left: 10px;
}
 
.btn-order {
    display: table;
    padding: 15px 54px 15px 50px;
    border-radius: 40px;
    background: #0d0304;
    color: #fff;
    text-decoration: none;
    position: relative;
    margin: 0 auto 45px;
}
.btn-order:after {
    content: "";
    position: absolute;
    border: 5px solid transparent;
    border-top: 5px solid var(--jpshop-primary);
    right: 30px;
    top: 55%;
    transform: translateY(-50%);
}
.btn-order.active:after{
    border: 5px solid transparent;    
    border-bottom: 5px solid var(--jpshop-primary);   
    top: 50%;
} 

.form-basket {
    max-width: 945px;
    margin: auto;
    padding-bottom: 60px;
    display: none;
}
.form-basket .checkbox input{
    display: none;
}
.form-basket .checkbox .check{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    font-family: 'Noto Serif', serif;     
}
.form-basket .checkbox .check:after{
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(242, 242, 242);
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 5;
}
.form-basket :checked + .check:before{
    left: 4px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--jpshop-primary);
    width: 9px;
    height: 9px;
    position: absolute;   
    z-index: 10;
}
.form-basket .first-order .check{
    font-size: 18px;
    font-weight: 700;
}
.form-basket .first-order p{
    padding-left: 30px;
    font-size: 12px;
    color: #636363;
    padding-top: 5px;
}
.form-basket .first-order{
    padding-bottom: 50px;
}
.form-basket  .form-row.info{
    padding-bottom: 20px;
}
.form-row.info p{
    font-size: 12px;
    color: #636363;  
    padding-bottom: 10px;
}
.form-row.info p span{
    font-size: 12px;
    color: var(--jpshop-primary);
}
.form-basket .form-row.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:  20px 0;
}
.form-basket .form-row.flex .item {
    width: calc(50% - 20px);
    margin-bottom: 15px;
}
.form-basket .form-row h4 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 30px;    
    font-family: 'Noto Serif', serif;    
}

.form-basket .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;
}
.form-basket .form-group label {
    width: 100px;
    padding-right: 10px;
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;     
}
.form-basket .form-group span {
    color: var(--jpshop-primary);
    font-size: 12px;
}
.form-basket .form-control {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    width: calc(100% - 100px);
    height: 38px;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 14px;
}
.form-basket .extra-options {
    padding-bottom: 30px;
}
.form-basket .extra-options p {
    font-size: 12px;
    color: #636363;
    margin-bottom: 20px;
    line-height: 1.5;
}
.form-basket .extra-options .checkbox {
    margin-bottom: 15px;
    display: table;
}
.form-basket .btn {
    display: table;
    margin: 0 auto;
    background: #0d0304;
}
 

.certificates-inner {
    background: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 90px 0 20px;
}
.certificates-inner h4 {
    max-width: 945px;
    margin: auto;
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 40px;    
    font-family: 'Noto Serif', serif;     
}
.certificates-inner .list {
    max-width: 945px;
    margin: auto;    
    margin-bottom: 40px;
}
.certificates-inner .row {
    display: flex;
    padding: 10px 0;
    border-bottom: 1px solid #dfd2d2;    
    align-items: center;
}
.certificates-inner .row .image {
    width: 90px;
    text-align: center;
    padding: 0 10px;
}
.certificates-inner .image img {
    max-height: 80px;
    max-width: 50px;
}
.certificates-inner .row .title {
    width: calc(100% - 400px);
    padding-right: 15px; 
    text-decoration: none
}
.certificates-inner .title a {
    font-size: 14px;
    color: #636363;
    text-decoration: none;
    font-family: 'Noto Serif', serif;    
}
.certificates-inner .row .icon {
    width: 90px;
    padding-right: 10px;
}
.certificates-inner .detail {
    width: 140px;
    padding-right: 10px;    
}
.certificates-inner .detail a {
    text-decoration: none;
}
.certificates-inner .detail .far {
    font-size: 18px;
    color: rgb(99, 99, 99);
    margin-right: 10px;
}
.certificates-inner .detail span {
    font-size: 14px;
    color: var(--jpshop-primary);
    text-decoration: underline;
}
.certificates-inner .row .date {
    font-size: 12px;
    color: #636363;
    text-align: right;
    width: 100px;
    padding-right: 20px;
}

.feedback .feedbackform {
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 80px 100px 70px;    
    background-size: cover;
    background-position: top right;
}
.feedback h4 {
    margin: auto;
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 40px;
    font-family: 'Noto Serif', serif;    
}
.feedback p em {
    font-size: 12px;
    color: var(--jpshop-primary);
}
.feedback .form-group {
    padding-top: 20px;
}
.feedback .form-control {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    width: 100%;
    height: 38px;
    border-radius: 25px;
    padding: 0 20px;
    margin-bottom: 24px;
}
.feedback textarea.form-control {
    height: 200px;
    padding:12px 20px;
    resize: none;
}

 
.login-page form {
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 80px 20px 70px; 
}
.login-page .inner {
    max-width: 360px;
    margin: auto;
}
.login-page h4 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 60px;
    font-family: 'Noto Serif', serif;    
}
.login-page .social {
    margin-bottom: 40px;
}
.login-page li {
    display: inline-block;
    vertical-align: middle;
}
.login-page .social li:not(:last-child) {
    margin-right: 25px;
}
.login-page li a {
    color: var(--jpshop-primary);
    font-size: 16px;
}
.login-page li a:hover .fab{
    transform: scale(1.2);
}
.login-page .form-control {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    width: 100%;
    height: 38px;
    border-radius: 25px;
    padding: 0 20px;
    margin-bottom: 24px;
    padding-left: 54px;
}
.login-page .login{
    background: url(../img/main/login.png) left+20px center no-repeat;
}
.login-page .password{
    background: url(../img/about/login-key.png) left+20px center no-repeat;
}
.login-page .form-group a {
    display: table;
    color: var(--jpshop-primary);
}
.login-page .checkbox {
    margin-bottom: 50px;
    display: table;
}
.login-page .btn {
    margin-bottom: 24px;
}
.checkbox input{
    display: none;
}
.checkbox .check{
    position: relative;
    padding-left: 30px;
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    font-family: 'Noto Serif', serif;     
}
.checkbox .check:after{
    left: 0;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    border-radius: 50%;
    background-color: rgb(242, 242, 242);
    width: 15px;
    height: 15px;
    position: absolute;
    z-index: 5;
}
:checked + .check:before{
    left: 4px;
    content: "";
    top: 50%;
    transform: translateY(-50%);
    border-radius: 50%;
    background-color: var(--jpshop-primary);
    width: 9px;
    height: 9px;
    position: absolute;   
    z-index: 10;
}

h4,
h5,h6{
    font-family: 'Noto Serif', serif; 
}

.pay-delivery .item {
    border-top: 1px solid #dfd2d2;
    padding: 50px 100px;
}
.pay-delivery .inner {
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 65px 100px 70px;    
}
.pay-delivery h4 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 45px;
    font-family: 'Noto Serif', serif;    
}
.pay-delivery  h5 {
    font-size: 16px;
    color: #636363;
    font-weight: 700;
    margin-bottom: 20px;
}
.pay-delivery .delivery li {
    position: relative;
    color: #636363;
    margin: 10px 0;
    font-size: 14px;
    font-family: 'Noto Serif', serif;  
}
.pay-delivery span {
    font-size: 16px;
    color: var(--jpshop-primary);
    font-family: 'Noto Serif', serif;     
}
.pay-delivery .pay ul {
    display: flex;
    align-items: center;
    padding-top: 10px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}
.pay-delivery .pay li {
    margin-right: 25px;
    margin-bottom: 15px;
}
.pay-delivery p {
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;    
    line-height: 24px;
}
.pay-delivery a {
    color: var(--jpshop-primary);
}

.card-page{
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 30px 0px 45px;   
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.card-left {
    font-size: 0;
    width: calc(50% - 15px);
    margin-bottom: 25px;    
}
.card-left .card-header {
    padding-left: 100px;
    padding-bottom: 10px;
}
.card-left .card-header .headline {
    margin-bottom: 10px;
    font-size: 16px;
    color: #636363;
    font-family: 'Noto Serif', serif;
}

.card-left h4 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 10px;
}
.card-left .weight {
    font-family: 'Noto Serif', serif;  
    font-size: 12px;
    color: #636363;
}
.card-left p {
    margin-bottom: 2px;
    font-size: 16px;
    color: #636363;
    font-family: 'Noto Serif', serif;      
}
.card-left .slider-nav {
    width: 100px;
    display: inline-block;
    vertical-align: top;
}
.card-left .slider-nav .slide {
    border: 1px solid #d7d7d7;
    border-right: 0;
    padding: 10px;
    text-align: center;
    height: 85px;
    line-height: 65px;
    font-size: 0;
    cursor: pointer;
}
.card-left .slider-nav .slide:not(:last-child) {
    border-bottom: 0;
}
.card-left .slider-nav img {
    max-width: 90%;
    display: inline-block;
    vertical-align: middle;   
    max-height: 95%;
}
.card-left .slider-preview {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 100px);
    border: 1px solid #d7d7d7;
}
.card-left .slider-preview .slide {
    text-align: center;
    height: 520px;
    line-height: 520px;
    font-size: 0;
}
.card-left .slider-preview img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
}
.card-right {
    width: calc(50% - 15px);    
    position: relative;
    padding-right: 100px;
    margin-bottom: 25px;
}
.card-right .price.current {
    padding-right: 50px;
    font-size: 0;
    margin-bottom: 65px;
}
.card-right .rub {
    font-size: 18px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 6px;   
    font-family: 'Noto Serif', serif;
}
.card-right .other-currency {
    margin-right: 15px;
    display: block;
}
.card-right .other-currency span {
    font-size: 14px;
    color: #555555;
    font-weight: normal;
}

.card-right .btn {
    position: absolute;
    right: 30px;
    top: 0;
    background: #0d0304;
    padding: 15px 45px;
}
.card-right .notAdd, .card-right .add {
    position: absolute;
    right: 30px;
    top: 0;
    padding: 15px 45px;
}

.card-right .product-text h5 {
    font-size: 16px;
    color: #636363;
    font-family: 'Noto Serif', serif; 
    font-weight: 700;
    margin-bottom: 20px;
}
.card-right ul {
    margin-bottom: 35px;
}
.card-right li {
    font-family: 'Noto Serif', serif; 
    position: relative;
    font-size: 14px;
    color: #636363;
    margin-bottom: 10px;
}
.card-right .product-info .infoLine {
    font-size: 14px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 20px;   
    font-family: 'Noto Serif', serif;       
}
.card-right .free-delivery {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    background-image: -moz-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(242,242,242) 0%, rgb(255,255,255) 100%);
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.15);
    display: flex;
    align-items: center;
    padding: 10px 0 15px;
}
.card-right .delivery-icon {
    width: 130px;
    padding: 0 15px;
    text-align: center;
}
.card-right img {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
}
.card-right .text {
    width: calc(100% - 130px);
    padding-right: 20px;
    color: #636363;
    line-height: 24px;
}
.card-right p span {
    font-weight: 600;
    color: var(--jpshop-primary);
}

.card-inner{
    background: #fff;
    padding: 0 33px;
}
.card-tabs {
    margin-bottom: 30px;
}
.card-tabs  li {
    margin: 0;
}
.card-tabs .tab-nav {
    display: flex;    
}
.card-tabs .tab-nav li {
    flex-grow: 1;    
}
.card-tabs .tab-nav a {
    border: 1px solid var(--jpshop-light);
    border-top-right-radius: 30px;
    margin-left: 0;
    width: auto;
    z-index: 10;
    padding: 25px 20px 20px;
    padding-left: 40px;
    display: block;
    text-decoration: none;
    font-family: 'Noto Serif', serif;
    font-weight: 700;
    border-left: 0;
    width: calc(100% + 35px);
    margin-left: -35px;
    padding-left: 60px;
    position: relative;
    color: #9e9e9e;
    background: #fff;
    
}
.card-tabs .tab-nav li:nth-child(1) a{
    z-index: 10;
    border-left: 1px solid var(--jpshop-light);
    margin-left: 0;
    width: auto;
    border-top-left-radius: 30px;    
    padding-left: 45px;
} 
.card-tabs .tab-nav li:nth-child(1) a.active{
    border-top-right-radius: 30px;     
    margin-right: 0;
}
.card-tabs .tab-nav li .active{
    border-left: 1px solid var(--jpshop-light);  
    background: #f2f2f2;
    color: #636363;
    border-bottom-color: transparent;
}
.card-tabs .tab-nav li:nth-child(2) a{
    z-index: 9;
}
.card-tabs .tab-nav li:nth-child(3) a{
    z-index: 8;
}
.card-tabs .tab-nav li:nth-child(4) a{
    z-index: 7;
}

.card-tabs .tab-content {
    border: 1px solid #dfd2d2;
    border-top: 0;
}
.card-tabs .tab-item {
    display: none;
}
.card-tabs .tab-item.active {
    display: block;
}
.card-tabs .tab-row {
    position: relative;
    background: #f2f2f2;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
}
.card-tabs .tab-content .tab-item li {
    width: 32%;
    padding: 30px 30px 0;
}
.card-tabs .tab-item .toggle {
    font-size: 14px;
    color: #636363;
    text-decoration: none;
    font-family: 'Noto Serif', serif;    
    padding-left: 15px;
    position: relative;
    display: block;
    padding-bottom: 25px;
    height: 100%;
}
.card-tabs .tab-item .active .toggle{
    color: var(--jpshop-primary);
}
.card-tabs .tab-item .toggle:after {
    content: "";
    position: absolute;
    top: 7px;
    left: 0;
    width: 5px;
    height: 5px;
    background: var(--jpshop-primary);
    border-radius: 50%;    
}
.card-tabs .tab-item  .active .toggle:after {
    background: #000000;
}
.card-tabs .tab-item  .active .toggle:before{
    position: absolute;
    content: "";
    width: 30px;
    height: 30px;
    transform: rotate(-45deg);
    background: #fff;
    bottom: -16px;
    left: 0;
    right: 0;
    margin: auto;
}
.card-tabs .tab-item .text-tab {
    position: absolute;
    display: none;
}
.card-tabs .tab-item .active .text-tab {
    display: block;
    background: #fff;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    z-index: 20;
    padding: 0 10px 0 60px;
    width: 100%;
}
.card-tabs .text-inner {
    height: 340px;
    padding-right: 100px;
    margin: 50px 0 30px;
}
.card-tabs .open{
    margin-bottom: 420px;
}

 
.card-tabs .text-inner p {
    font-size: 14px;
    color: #636363;
    line-height: 22px;
    margin-bottom: 20px;
}
.card-tabs .tab-item .text-inner span {
    color: var(--jpshop-primary);
}
 

.info-red {
    max-width: 750px;
    margin: 0 auto 60px;
    padding: 44px 80px 30px 100px;
    background: #9a2646;
    border-radius: 30px;
}
.info-red h5 {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
    font-weight: 700;
}
.info-red p {
    color: #fff;
    line-height: 22px;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
}
.product-info-text {
    max-width: 945px;
    margin: auto;
    padding-bottom: 35px;
}
.product-info-text h5 {
    font-size: 18px;
    color: #636363;
    margin-bottom: 20px;
    font-weight: 700;  
    padding-top: 10px;
}
.product-info-text p {
    color: #636363;
    line-height: 22px;
    font-family: 'Noto Serif', serif;
    font-size: 14px;    
    margin: 0 0 20px;
}
.product-info-text .btn {
    display: table;
    margin-left: auto;
    margin-top: 40px;
}
 

.profile-item {
    border: 1px solid #dfd2d2;
    border-top: 0;
    padding: 35px 65px;
}
.profile-item .profile-item__header {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile-item h4 {
    font-size: 24px;
    color: var(--jpshop-primary);
    font-weight: 700;
    margin-bottom: 20px;    
}
.profile-item .form-row.flex {
    display: flex;
    padding-top: 30px;
    justify-content: space-between;
}
.profile-item .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;    
    max-width: 480px;
}
.profile-item .form-group label {
    width: 120px;
    padding-right: 10px;
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;    
}
.profile-item  .form-control {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    height: 38px;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 14px;   
    width: 100%;
}
.profile-item .form-group .right {
    width: calc(100% - 120px);   
    font-size: 0;
}
.profile-item .date .col{
    width: 25%;
    display: inline-block;
    vertical-align: top;
}
.profile-item .date{
    margin-top: -10px;
}
.profile-item .right .col {
    margin-right: 10px;
}
.profile-item .date .col:nth-child(2) {
    width: 35%;
}
.profile-item .date span {
    display: block;
    font-size: 14px;
    color: #ccc;
    font-style: italic;
    margin-bottom: 2px;
}
.profile-item .date select {
    width: 100%;
    height: 30px;
    background: #f5f5f5;
    border: 1px solid #ccc;
    color: #8b8484;
}
.profile-item .form-bottom {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.profile-item .checkbox {
    margin-right: 15px;
}

.profile-item .btn {
    margin-left: auto;
    display: table;
}

.profile-item__header .btn{
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
.profile-item .delete {
    font-size: 14px;
    color: #636363;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;    
}
.profile-item .text p {
    color: #636363;
    font-size: 12px;
    margin-top: -10px;
}
.profile-item .profile-item_list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 55px;
}
.profile-item .profile-item_list .item {
    width: 20%;
}
.profile-item h5 {
    font-size: 16px;
    color: #9e9e9e;
    margin: 0 0 20px;
}
 
.profile-item .form-row.info {
    padding-top: 30px;
}
.profile-item .form-row .item {
    width: calc(50% - 20px);
    margin-bottom: 15px;    
}
.profile-item .flex .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 24px;    
}
.profile-item .flex .form-group label {
    width: 100px;
    padding-right: 10px;
    font-size: 14px;
    color: #636363;
    font-family: 'Noto Serif', serif;    
}
.profile-item .flex .form-control {
    border-width: 1px;
    border-color: var(--jpshop-light);
    border-style: solid;
    width: calc(100% - 100px);
    height: 38px;
    border-radius: 25px;
    padding: 0 20px;
    font-size: 14px;    
}
 
.preloader {
    position: fixed;
    background: #000;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 999;
}
.preloader.step-2{
    background-color: transparent;
}
.preloader .logo-animation {
    display: flex;
    align-items: center;
    text-decoration: none;
    position: fixed;
    left: 50%;
/*    right: 0;*/
/*    margin: auto;*/
    top: 50%;
    transform: translate(-50%, -50%);
    white-space: nowrap;
    justify-content: center;
    width: 380px;    
}
.preloader .logo-img {
    width: 240px;
    transform: scale(0);
    -webkit-transform: scale(0);
    transition: all 0.7s ease;
     -webkit-transition: all 0.7s ease;
}
.step-2  .logo-img {
    width: 105px;
}
.main-block .jpshopLogo{
    opacity: 0;
    transition: all 0s linear;
    -webkit-transition: all 0 linear;
}
.step-2 .logo-animation{
/*    right: auto;*/
    transform: translateY(0);
    width: 243px;
}
.preloader .logo-text {
/*    padding-left: 20px;*/
    transition: all 0.4s ease;
    position: relative;
    width: 0px;
    transition-delay:0.8s;
    -webkit-transition-delay: 0.8s;     
    left: 20px
}
.step-1 .logo-text{
    width: 132px;  
}
.preloader .logo-text img {
    margin-bottom: 10px;
    position: relative;
    transition: all 0.4s ease;  
    opacity: 0;
    right: -70px;
/*    width: 0px;*/
    transition-delay: 1.5s;
    -webkit-transition-delay: 1.5s;    
}
.preloader .by {
    position: relative;
    display: block;
    font-size: 18px;
    color: #b8b8b8;
    margin-bottom: 5px;  
    transition: all 0.4s ease;    
    opacity: 0;
    right: -70px;
/*    width: 0px;    */
    transition-delay: 2.1s;
    -webkit-transition-delay: 2.1s;
}
.preloader .country {
    opacity: 0;
    top: -15px;
    position: relative;
    font-size: 16px;
    color: var(--jpshop-primary);
    display: block; 
    transition: all 0.4s ease;    
    transition-delay: 2.8s;
    -webkit-transition-delay: 2.8s;
}
.step-1 .logo-text img{
    opacity: 1;
    right: 0;
}
.step-1 .logo-img {
    transform: scale(1);
    -webkit-transform: scale(1);
}
.step-1 .by{
    right: 0;
    opacity: 1;
}
.step-1 .country{
    top: 0;
    opacity: 1;
}

.main-page{
/*    overflow-y: hidden;*/
}


@media ( max-width: 1200px ){
    .profile-header .profile-links a{
        font-size: 14px;
    }
    .container{
        max-width: 992px;
    }
    .header-top .form-control{
        width:  200px;
    }    
    .sub-block .slider-sub{
        padding: 0 65px;
    }
    .sub-block .slick-arrow {
        width: 45px;
        height: 45px;
        top: 50%;
        left: 0px;
        background-size: 14px auto;
    }    
    .sub-block .slick-next{
        left: auto;
        right: 0px;
    }
    .basket-block {
        padding: 35px 15px;
    }    
}
@media ( max-width: 992px ){
 
    .basket-bottom {
        flex-wrap: wrap;
    }
    .basket-bottom .price-currency span{
        left: 0;
        padding-left: 0
    }
    .basket-bottom .middle{
        padding: 15px 0;
    }
    .basket-bottom .price-currency {
        text-align: left;
    }
    .basket-bottom .col{
        width: 100%!important;
    }
    .card-tabs .tab-content .tab-item li{
        width: 100%;
        padding: 0;
    }
    .card-tabs .tab-item .active .toggle:before{
        content: none;
    }
    .card-tabs .tab-item .toggle:after{
        top: 17px;
    }
    .card-tabs .tab-item .toggle{
        padding:10px 20px;
    }
    .card-tabs .tab-row{
        flex-wrap: wrap;
        padding-bottom: 10px;
    }
    .card-tabs .tab-nav a{
        border-radius: 0!important;
        margin: 0;
        width: auto;
        padding: 15px !important;
        border: 1px solid var(--jpshop-light)!important;
        border-left: 0!important;
        border-top: 0!important;
    }
    .card-tabs .tab-nav{
        border-top: 1px solid var(--jpshop-light)!important;
        border-left: 1px solid var(--jpshop-light)!important;
    }
    .card-tabs .tab-nav li .active{
        border-left: 0;
    }
    .card-page{
        padding-bottom:10px;
    }
    .card-left .slider-preview .slide {
        height: 450px;
        line-height: 450px;
    }    
    .card-inner{
        padding: 0 20px;
    }
    .card-left{
        width: 100%;
        padding-right: 20px;
    }
    .card-right .btn{
        right: 20px;
    }
    .card-right .price.current{
        margin-bottom: 25px;
    }
    .card-right{
        width: 100%;
        padding: 0 20px;
    }
    .profile-item .checkbox{
        margin-bottom: 10px;
    }
    .profile-item {
        padding: 25px 20px;
    }    
    .profile-item .profile-item_list .item{
        width: 48%;
        padding-bottom: 15px;
    }
    .profile-item h5{
        margin-bottom: 5px;
    }
    .profile-header .profile-links a{
        margin: 0!important;
        width: 100%;
        border-radius: 0!important;
        height: 100%;
        padding: 15px 10px!important;
        font-size: 13px!important;
    }
    .profile-header .profile-links li
    .pay-delivery .item {
        padding: 40px 20px;
    }    
    .pay-delivery .inner {
        border-top-left-radius: 35px;
        border-top-right-radius: 35px;
        padding: 50px 25px 35px;
    }    
    .feedback .feedbackform {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 50px 25px;    
    }    
    .about-top {
        padding: 150px 80px 60px 60px;
    }    
    .catalog-content .catalog_item {
        padding: 30px 20px 20px 30px;
        margin-bottom: 25px;
        width: calc(50% - 10px);
    }    
    .catalog-content .show-more {
        margin: 0 auto 40px;
        padding: 20px 50px 20px 30px;
    }    
    .catalog__header {
        font-size: 20px;
        padding: 25px 15px 20px;
    }    
    .header-bottom{
        display: none;
    }
    .site-header{
        padding-bottom: 20px;
    }
    .site-footer .left:before {
        right: 25px;
    }    
    .main-products h2{
        padding-left: 0;
    }
    .main-nav-page,
    .header-top .search,
    .main-block .jpshopLogo{
        display: none;
    }
    .header-top .container{
        padding-right: 65px;
    }
    .site-header{
        top: 20px;
    }
    .site-header .toggle{
        display: block;
        left: auto;
        right: 15px;
    }
    .header-top .cart-link{
        display: inline-block;
        position: relative;
        vertical-align: middle;
        top: auto;
        right: auto;
        width: 40px;
        height: 40px;
        line-height: 38px;
        border-width: 1px;
        border-color: rgb(99, 99, 99);
        border-style: solid;
        border-radius: 50%; 
        text-align: center;
        margin-left: 5px;
        z-index: 1;
    }
    .header-top .profile{
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 17px;
    }
    .header-top .cart-link img{
        max-width: 17px;
        vertical-align: middle;
    }
    .header-top span{
        top: 50%;
        opacity: 0;
        font-size: 15px;
    }
    .header-top .cart-link:hover img{
        opacity: 0;
    }
    .header-top .cart-link:hover span{
        opacity: 1;
    }
    .header-top .jpshopLogo{
        display: inline-block;
    }
    .header-top .jpshopLogo img{
        max-width: 50px;
    }
    .mobile-menu .main-nav-page{
        display: block;
    }
    .certificates-inner{
        padding: 60px 20px 30px;
    }
    .certificates-inner .row .icon img{
        margin:5px 5px 5px 0;
        display: inline-block;
    }
}
@media (max-width: 768px) {
    .basket-block .row-title{
        display: none;
    }
    .basket-block .basket-row{
        flex-wrap: wrap;
        position: relative;
        padding: 20px 0;
    }
    .basket-block .basket-row .col{
        width: 100%;
        text-align: left;
    }
    .basket-list .numbers-column{
        position: absolute;
        right: 0px;
        top: 50px;
        text-align: right;
        padding-right: 0px;
        width: auto;  
    }
    .basket-block .basket-row .image{
        padding: 0 0 20px;
    }
    .basket-block .image img {
        max-width: 140px;
        max-height: 150px;
        display: inline-block;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.37);
    }    
    .form-basket .form-row.flex .item{
        width: 100%;
    }    
    .certificates-inner .row{
        flex-wrap: wrap;
    }
    .certificates-inner h4{
        margin-bottom: 20px;
    }
    .certificates-inner .row .col{
        width: 100%!important;
        margin-bottom: 10px;
    }
    .certificates-inner .row .title {
        width: calc(100% - 310px);
    }    
    .certificates-inner .detail{
        width: 120px;
    }
    .card-left .slider-preview img{
        max-width: 95%;
    }
    .certificates-inner .row .image{
        display: none;
    }
    .card-left .slider-nav .slide {
        height: 65px;
        line-height: 45px;
    }    
    .card-left .slider-preview .slide {
        height: 350px;
        line-height: 350px;
        padding: 0 10px;
    }    
    .card-left .card-header{
        padding:10px 20px 20px;
    }
    .card-tabs .tab-nav{
        flex-wrap: wrap;
    }
    .card-tabs .text-inner {
        padding-right: 40px;
        margin: 20px 0 10px;
    }    
    .info-red {
        margin: 0 auto 40px;
        padding: 34px 25px 30px 25px;
    }    
    .card-tabs .tab-item .active .text-tab{
        padding-left: 20px;
    }
    .profile-content{
        padding:0 15px 15px;
    }
    .profile-header {
        padding: 45px 15px 0;
    }    
    .profile-header .profile-links a{
        border-width: 1px;
        border-color: var(--jpshop-light);
        border-style: solid;  
        border-top: 0;
        border-left: 0!important;
    }
    .profile-item .form-group{
        max-width: 100%;
        margin-bottom: 15px;
    }
    .profile-item .form-group label,
    .profile-item .flex .form-group label{
        width: 100%;
        margin-bottom: 12px;
    }
    .profile-item .flex .form-group{
        margin-bottom: 15px;
    }
    .profile-item .flex .form-control,
    .profile-item .form-group .right{
        width: 100%;
    }
    .profile-item .date{
        margin-top: 0;
    }
    .profile-header .profile-links{
        border-top: 1px solid var(--jpshop-light);
        border-left: 1px solid var(--jpshop-light);
    }
    .profile-header .profile-links{
        flex-wrap: wrap;
    }
    .profile-item .form-row{
        flex-wrap: wrap;
    }
    .profile-item .form-row .item{
        width: 100%;
    }
    .pay-delivery h4{
        font-size: 20px;
    }
    .feedback .feedbackform {  
        background: #fff!important;
    }     
    .about-top {
        padding: 184px 30px 15px 25px;
        background-position:top right, center top;
        background-size: cover;        
    }    
    .about-top p{
        font-size: 20px;
        text-shadow: 0 0 30px #FFF, 0 0 30px #FFF, 0 0 30px #FFF , 0 0 30px #FFF;
    }
    .about-text{
        padding: 0 15px 40px;
    }
    .about-items .item{
        width: 135px;
    }
    .about-tabs .inner{
        flex-wrap: wrap;
    }
    .about-tabs .about-tab-links {
        padding: 35px 0px 20px 30px;
        width: 100%;
        border-radius: 0;
    }    
    .about-bottom .btn {
        margin-bottom: 35px;
    }
    .about-tabs .tab.active{
        padding:30px 25px;
    }
    .about-tabs .about-tab-content{
        border-radius: 0;
        width: 100%;
    }
    .about-info .inner{
        border-radius: 0;
        padding: 30px 25px 40px;
    }
    .catalog-content .title{
        font-size: 14px;
    }
    .catalog-content .item_bottom{
        flex-wrap: wrap;
    }
    .catalog-content .item_bottom .btn{
        width: 100%;
        text-align: center;
        margin-top: 12px;
    }
    .main-product-item .product-image{
        width: 100%;
        padding-bottom: 40px;
        text-align: center;
    }
    .main-product-item .product-text {
        padding: 10px;
    }
    .main-product-item .product-image img{
        height: 300px;
        width: auto;
    }
    .main-product-item .product-text{
        width: 100%;
        padding: 0;
    }
    .main-product-item .title{
        max-width: 100%;
    }
    .main-product-item .bg{
        width: 230%;
        max-width: inherit;
        top: 20%;
        right: -20%;
        left: auto;
    }
    .reviews-block .reviews, .reviews-page .reviews {
        padding: 75px 25px 83px 95px;
    }    
    .reviews-block img{
        display: none;
    }
    .actions {
        padding: 60px 0 170px;
    }   
    .actions h2 {
        font-size: 40px;
    }    
    .reviews-block .text{
        max-width: 100%;
        padding: 50px 20px;
    }
    
    .sub-block .slick-dots{
        position: absolute;
        left: 0;
        right: 0;
        text-align: center;
        bottom: -45px;
    }
    .sub-block .slick-dots li{
        width: 14px;
        height: 14px;
        border-radius: 50%;
        border: 1px solid #636363;
        display: inline-block;
        margin: 0 5px;
        cursor: pointer;
    }
    .sub-block .slick-dots .slick-active{
        background: var(--jpshop-primary);
        border-color: var(--jpshop-primary);
    }
    .sub-block  .slick-dots button,
    .site-footer .left:after,
    .site-footer .left:before,
    .main-block .right{
        display: none;
    }    
    .sub-block .slide{
        text-align: center;
        margin: 0;
        padding: 0;
    }
    .sub-block .bottom,
    .sub-block .sub-header{
        display: block;
    }
    .sub-block .bottom .price.current{
        margin-right: 0;
        padding-bottom: 15px;
    }
    .sub-block .sub-header{
        margin-bottom: 20px;
    }
    .sub-block h3{
        margin-bottom: 20px;
    }
    .sub-block{
        padding-bottom: 70px;
    }
    .sub-block .slider-sub{
        padding: 0;
    }
    .site-footer .left{
        width: 100%;
    }
    .site-footer .contact-info p{
        width: 100%;
        margin-right: 0!important;
    }
    .site-footer .social{
        position: absolute;
        right: 15px;
        top: 0;
    }
    .site-footer .jpshopLogo{
        margin: 0 0 20px;
    }
    .site-footer .contact-info{
        padding-top: 20px;
    }
    .site-footer .right{
        width: 100%;
        padding: 0;
        max-width: 400px;
        margin: auto;
    }
    .site-footer .sertificat{
        margin-bottom: 30px;
    }
    .site-footer form p{
        text-align: center;
        margin-bottom: 25px;
    }
    .site-footer{
        padding-bottom: 40px;
    }
    .main-block .bg{
        width: 200%;
        max-width: inherit;
        right: -50%;
        top: -10%;
    }
    .main-block .left{
        width: 100%;
        text-align: center;
    }
    .main-block h1{
        font-size: 30px;
    }
    .main-product-item .title{
        font-size: 24px;
    }
}
@media ( max-width: 480px ){
    .main-products{
        overflow: hidden;
    }
    .preloader{
        display: none;
    }
    .basket-block .image img {
        max-width: 120px;
        max-height: 130px;
    }    
    .basket-bottom .btn{
        width: 100%;
        margin-bottom: 10px;
        text-align: center;
    }
    .form-basket .form-row h4{
        font-size: 20px;
    }
    .form-basket .form-group{
        margin-bottom: 20px
    }
    .form-basket .form-group label{
        width: 100%;
        margin-bottom: 10px;
    }
    .form-basket .form-control{
        width: 100%;
    }
    .card-right .btn{
        position: static;
        margin: 0 0 20px;
        width: 100%;
        text-align: center;
    }
    .card-right .price.current{
        padding-right: 0;
        margin-bottom: 15px;
        text-align: center;
    }
    .card-right .free-delivery{
        flex-wrap: wrap;
    }
    .card-right .delivery-icon{
        width: 100%;
        padding: 10px 0 0;
    }
    .card-right .text{
        width: 100%;
        padding: 10px 15px 0;
    }
    .profile-item h4{
        padding-right: 30px;
    }
    .profile-item__header .btn{
        margin-right: 0;
        text-align: center;
    }
    .profile-item .profile-item__header{
        position: relative;
        padding-bottom: 20px;
    }
    .profile-item .btn{
        margin-top: 10px;
    }
    .checkbox .check{
        font-size: 13px;
    }
    .profile-item .profile-item_list .item{
        width: 100%;
    }
    .profile-item .delete{
        position: absolute;
        top: 12px;
        right: 0;
    }
    .pay-delivery .item {
        padding: 41px 0px;
    }     
    .login-page form {
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
        padding: 40px 20px 70px; 
    }    
    .about-items .item {
        width: 125px;
        margin: 0 10px 20px;
    }    
    .catalog-content .catalog_item {
        padding: 30px 20px;
        margin-bottom: 25px;
        width: 100%;
    }      
    .pagination{
        margin-bottom: 50px;
    }
    .catalog-content .catalog__list{
        margin-bottom: 30px;
    }
    .catalog-content .image{
        height: 200px;
        line-height: 190px;
        padding: 10px 0;
    }
    .header-top .social,
    .pagination .prev, .pagination .next{
        display: none;
    }
    .main-block{
        margin-bottom: 100px;
    }
    .reviews-block .reviews-slider:after{
        display: none;
    }
    .reviews-block .reviews, .reviews-page .reviews {
        padding: 55px 25px 83px;
    }    
    .reviews-block h2{
        text-align: center;
    }
    .reviews-block .read-all{
        position: relative;
        display: block;
        bottom: auto;
        margin: 10px auto;
        max-width: 300px;
    }
    .reviews-block .reviews{
        border-top-left-radius: 50px;
        border-top-right-radius: 50px;
    }
    
    .reviews-block .reviews, .reviews-page .reviews {
        padding: 40px;
        border-top-left-radius: 30px;
        border-top-right-radius: 30px;
    }
	 .reviews-page .reviews-text {
	    padding: 0;
	 }

    .reviews-page .feedback-one {
	   min-height: auto;
	}
	.reviews-page .feedback-one .reviews-text:after {
	    display: none;
	    position: fixed;
	}
    
    .site-footer .social{
        position: relative;
        display: block;
        text-align: center;
        right: 0;
        padding-top: 20px;
        margin-bottom: 10px;
    }
    .site-footer .jpshopLogo{
        margin:0 auto 20px;
        display: table;
    }
}

#cart h2 {
    margin-bottom: 1em
}

#cart #cartEmpty {
    display: none;
    margin: 40px 0
}

#cart #cartEmpty .startShopping {
    font-size: .8em;
    color: var(--jpshop-primary-dark);
    line-height: 40px
}

#cart .description {
    margin: 0 0 40px
}

#cart .actionbtn {
    padding: 2px 5px;
    font-size: .7em
}

#cart #cartItems .loader {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(/images/loader/loader.gif);
    background-color: rgba(255, 255, 255, 0.5);
    background-repeat: no-repeat
}

#cart #cartItems>.row {
    border-bottom: #ddd 1px solid
}

#cart #cartItems>.row.header {
    font-size: .8em
}

#cart #cartItems>.row>div {
    padding: 3px 3px 5px
}

#cart #cartItems>.row .img {
    padding: 0 3px 10px
}

#cart #cartItems>.row .img img {
    max-height: 60px;
    max-width: 100px;
    margin: 0 auto
}

#cart #cartItems>.row .name ul.cartProductContent {padding: 0 0 0 30px;}
#cart #cartItems>.row .name ul.cartProductContent li {margin: 0; list-style: disc;}

#cart #cartItems>.row .quantity input {
    text-align: center;
    margin: 0 0 3px;
    width: 50px;
    border: 1px solid #ccc
}

#cart #cartItems>.row .quantity input.changed {
    border: 2px dotted #ffbc00;
    background: #fff1ca
}

#cart #cartItems>.row .price {
    font-weight: normal;
    font-size: 1em
}


.price.real, .price .real {text-decoration: line-through; color: #666; font-size: 0.9em;}

#buynow .cartItems .cartItem .price.real {font-size: 0.9em;}
#buynow .cartItems .price.current {font-size: 2em; font-weight: bold;}

#cart #cartItems>.row .price .real {
    font-size: .8em;
}

#cart #cartItems>.row .delete {
    text-align: right;
    font-size: 24px
}

#cart #cartItems>.row .delete a {
    border: none
}

#cart #promocode {
    font-size: .8em;
    margin: 10px 0 0
}

#cart #promocode .btn {
    padding: 1px 10px;
    font-size: 14px;
    margin: 0
}

#cart #totalInfo {
    text-align: right
}

#cart #totalInfo .price {
    padding-right: 0
}

#cart #totalInfo .current {
    font-size: 2em
}

#cart #totalInfo .currencies {
    margin: 0
}

#cart #promoOffers {
    margin: 40px 0
}

#cart #checkout {
    margin: 40px 0
}


.landingReviews.box {box-shadow: none!important;}
.landingReviews .productReview {
    line-height: 150%;
    font-size: 14px;
    color: #000000;
    font-family: 'Noto Serif', serif;
    border-bottom: 1px solid #dedede;
    margin: 0 0 30px;
    padding: 0 0 15px;
}
.landingReviews .productReview .productReviewImage img {max-width: 200px; max-height: 200px;}
.landingReviews .productReview .winner {margin: 10px 0; text-align: right; font-weight: bold; color: var(--jpshop-primary-dark);}
.landingReviews .productReview .winner img {vertical-align: middle;}
.landingReviews .productReview .userSign {margin: 15px 0 0; font-weight: bold; text-align: right;}
.landingReviews .more {display: none;}

.img-responsive {max-width: 100%;}



#cart #promoOffers {
    margin: 40px 0;
}
#cart #promoOffers #shop {
    margin: 40px 0;
}
#cart #promoOffers #shop .items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-direction: row;
}
#cart #promoOffers #shop .items .product {
    text-align: center;
    width: 270px;
    height: 390px;
    margin: 0 20px 0 0;
    display: inline-block;
    position: relative;
}
#cart #promoOffers #shop .items .product >div,
#cart #promoOffers #shop .items .product >p {
    position: absolute !important;
    left: 0;
    right: 0;
}
#cart #promoOffers #shop .items .product .discountSticker {display: none;}

#cart #promoOffers #shop .items .product h4 {
    font-weight: bold;
    font-size: 1.2em;
}
#cart #promoOffers #shop .items .product .img {
    top: 60px;
}
#cart #promoOffers #shop .items .product .img img {max-width: 220px; max-height: 140px; height: auto;}

#cart #promoOffers #shop .items .product .price.real {
    top: 205px;
    font-size: 18px;
}
#cart #promoOffers #shop .items .product .price.current {
    top: 225px;
    font-size: 28px;
}
#cart #promoOffers #shop .items .product .newCurrencies {
    top: 260px;
}
#cart #promoOffers #shop .items .product .add,
#cart #promoOffers #shop .items .product .notAdd {
    top: 289px;
}

@media (max-width: 767px) {
    #cart #cartItems>.row>div {
        padding: 2px;
        height: 70px
    }
    #cart #cartItems>.row .img {
        padding: 0 3px 10px
    }
    #cart #cartItems>.row .img img {
        max-height: 60px;
        max-width: 80px
    }
    #cart #cartItems>.row .price {
        font-size: 1.1em
    }
    #cart #cartItems>.row .delete {
        text-align: center;
        font-size: 30px
    }
    #cart #cartItems>.row.discountInfo>div, #cart #cartItems>.row.coupon>div
        {
        height: auto
    }
    #cart #totalInfo {
        margin: 40px 0 0
    }
    #cart #checkout>div {
        margin: 0 0 20px
    }
    #cart #checkout .btn {
        padding: 10px;
        width: 260px
    }

    #cart #promoOffers #shop .items {display: block;}

    #cart #promoOffers #shop .items .product {
        display: block;
        width: auto;
        height: auto;
        margin: 0 auto 10px;
    }
    #cart #promoOffers #shop .items .product >div,
    #cart #promoOffers #shop .items .product >p {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        margin: 0 0 10px;
    }
    #cart #promoOffers #shop .items .product h4 {
        font-size: 20px;
    }
    #cart #promoOffers #shop .items .product .size {
        font-size: 14px;
    }
    #cart #promoOffers #shop .items .product .add,
    #cart #promoOffers #shop .items .product .notAdd {
        margin: 15px 0;
    }
    #cart #promoOffers #shop .items .product .notAdd {
        font-size: 16px;
    }
}
/*Для оплаты пейкипером*/
.container-paykeeper {
    margin: auto;
    padding: 0 15px;
    width: 100%;
    position: relative;
}
.container-paykeeper > div {
    background-color: #FFF;
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
    padding: 65px 100px 70px;
}
@media (min-width: 576px) {
    .container-paykeeper {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container-paykeeper {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container-paykeeper {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container-paykeeper {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container-paykeeper {
        max-width: 1320px;
    }
}


/*--------------------- COFFEE CUP QR CODE PAGE -------------------------*/
.qrCodeHappyCoffeeCup .inner-jpshop p {
    margin-bottom: 1em;
}
.qrCodeHappyCoffeeCup .inner-jpshop b, .qrCodeHappyCoffeeCup .inner-jpshop strong {
    font-weight: bold;
}

/*--------------------- REVIEWS -------------------------*/
.card-inner #reviews {
    margin: auto;
    padding: 0;
    padding-bottom: 35px;
    max-width: 945px;
}
.card-inner #reviews h2 {
    font-size: 30px;
    color: var(--jpshop-primary);
}
.card-inner #reviews p, .card-inner #reviews .productReview {
    position: relative;
    color: #636363;
    line-height: 22px;
    font-family: 'Noto Serif', serif;
    font-size: 14px;
    margin: 0 0 20px;
}
.card-inner #reviews .images {
    margin-bottom: 5em;
}

.card-inner #reviews img {
    max-height: 50%;
    max-width: 50%;
}

.card-inner #reviews .productReview:nth-child(even) {
    padding-left: 90px;
}
.card-inner #reviews .productReview:nth-child(even):before {
    position: absolute;
    top: 1em;
    left: 0;
    content: "";
    display: block;
    width: 53px;
    height: 57px;
    background: url(img/main/quote-shade.png) center no-repeat;
}


/*--------------------- Стили переназначенные -------------------------*/
article h2 {
    font-size: 30px;
    color: var(--jpshop-primary);
}

.btn {
    text-transform: none;
    white-space: nowrap;
}
.btn.btn-default {
    background: var(--jpshop-primary);
    border-color: var(--jpshop-primary);
    color: #fff;
}
.btn.btn-default :hover,
.btn.btn-default :focus,
.btn.btn-default :active {
    background: var(--jpshop-primary-dark);
    border-color: var(--jpshop-primary-dark);
    color: #fff;
}

.btn.btn-glass {
    background: transparent;
    color: var(--jpshop-primary);
    border-color: var(--jpshop-primary);
    box-shadow: none;
}
.btn.btn-glass:hover,
.btn.btn-glass:focus,
.btn.btn-glass:active {
    background: var(--jpshop-light);
    border-color: var(--jpshop-light);
}

.btn.btn-white {
    background: #fff;
    border-color: var(--jpshop-primary);
    color: var(--jpshop-primary);
}
.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {color: var(--jpshop-primary-dark);}

.btn.btn-light {
    background: var(--jpshop-light);
    border-color: var(--jpshop-light);
    color: #444;
}
.btn.btn-light:hover, .btn.btn-light:focus, .btn.btn-light:active {
    background: #C4A8A8;
    border-color: #C4A8A8;
    color: #000;
}

.add .addToCart, .add .addToCartNoAction {
    height: auto;
    padding: unset;
    overflow: unset;
    font-size: unset;
}

.notAdd {
    max-width: 220px;
    text-align: center;
    margin: 0 auto;
}

#account.orders .items .item {margin: 0 0 20px; border-bottom: 3px solid #ccc; padding: 0 0 40px}
#account.orders .items .item h5 {font-weight: bold;}
#account.orders .items .item .openOrder a {font-size: 1.2em;}
#account.orders .dateCreate {font-size:0.9em;}
#account.orders h4 {margin: 1em 0 0.5em;}


.walletList tr th {color: #333; font-weight: normal;}
.walletList .method img, .walletList .descr img {width: 100px;}

.yearList {margin: 0 0 30px;}
.yearList a, .yearList span {
    display: inline-block;
    margin: 0 10px 10px 0;
    border: 1px #006249 solid;
    border-radius: 15px;
    height: 30px;
    line-height: 30px;
    width: 60px;
    text-align: center;
    text-decoration: none;
}
.yearList a:hover, .yearList a:focus, .yearList span {background: #006249; color: #fff;}
