@import url("reset.css");
@import url("modal.css");
@import url("modal2.css");

/* @group Общий стиль */
html,
body {
	width: 100%;
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	background-color: #ffffff;
}
* {  
	outline: none;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 
}
div {  
	outline: none;
	-webkit-box-sizing: border-box;
 	-moz-box-sizing: border-box;
 	box-sizing: border-box;
 
}
input, button {}

input[type="submit"], button { -webkit-appearance: none;}

span.rub {
	font-family: 'PT Sans', sans-serif;
}

h1 {
	font-size: 22px;
    margin-bottom: 10px;
    text-align: center;
    font-weight: 600;	
}

h2 {
	clear: both;
	font-size: 20px;
	margin-bottom: 10px;
	font-weight: normal;
}

h3 {
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 10px;
	font-weight: normal;
}

a { 
 	color: #000;
    text-decoration: none;
}

a:hover { color: #31901f; }

e[type="button"] {
	cursor:hand;
	cursor:pointer;
}
/* @end — Общий стиль */

.inn {
	width: 1240px;
    margin: 0 auto;
    background: #fff;
    padding: 10px 56px;
    text-align: center;
    font-size: 20px;
}
  

.f-header-block {
    width: 1240px;
    margin: 0 auto;
    background: #fff;
    display: flex; 
}
.f-header-all {
	width: 100%;
    position: fixed;
    transition: left 0.2s ease-in-out;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1);
    will-change: transform;
    z-index: 999;
	background: #fff; 
}
.f-header-block-logo a img {
    height: 60px;
}
.f-header-block-cart {

}
.f-header-block-cart a {
    border: 1px solid #c2df00;
    border-bottom: none;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 20px;
    font-size: 16px;
    color: #ffffff;
    background: #c2df00;
    font-weight: 600;
}
.f-header-block-cart a span.icon-shopping-basket {
    margin-right: 10px;
}
.f-header-block-cart {
	width: 120px;
    height: 64px;
    background: #c2df2a;
    display: flex;
    align-items: center;
    justify-content: center; 
}
.f-header-block-user {
    width: 110px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-top: none; 
}
.f-header-block-logo {
    width: 140px;
    border: 1px solid #e5e5e5;
    border-bottom: none;
    border-top: none; 
}
.f-header-block-logo a {
    display: block;
}
.f-header-block-user a {
    font-size: 17px;
    color: #c2df2a;
    font-weight: 500;
    line-height: 64px;
    display: flex;
    justify-content: center;
}
.f-header-block-user a span.icon-user {
    margin-right: 0px;
}
.f-header-block-text {
    width: calc(100% - 510px);
    display: flex;
    justify-content: center;
    align-items: center; 
}
.contact-info-header {
    font-size: 22px;
    font-weight: 600;
    margin: 0px 40px;  
}
.contact-info-header span.icon-volume-control-phone {
    margin-right: 4px;
    color: #c2df2a;
}
.cont-right {
    width: 320px;
    line-height: 24px;
    border: 1px solid #e5e5e5;
}
.cont-left {
    width: calc(100% - 340px);
    margin-right: 20px;
}
.index_products-title {
	color: #54493b;
    text-align: center;
    padding: 0 0 16px;
    font-size: 30px;
    font-weight: 700;
    position: relative;
    margin-bottom: 26px; 
}
.index_products-title:before {
    position: absolute;
    content: '';
    left: 50%;
    right: 0;
    bottom: 0;
    margin-left: -53px;
    width: 106px;
    height: 7px;
    background: url(../images/zig.svg) 0px 0px no-repeat;
}
.catalog-menu-main ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    list-style: none;
    grid-gap: 20px;
}
.catalog-menu-main ul li a {
	display: block; 
}
span.catalog-menu-main-img img {
    width: 100%;
    height: auto;
    object-fit: cover;
}
span.bg-img {
    position: absolute;
    content: '';
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.3);
}
.catalog-menu-main ul li a {
    display: inline-flex;
    position: relative;
    overflow: hidden;
    border-radius: 5px; 
}
.catalog-menu-main ul li {
    display: flex;
}
span.catalog-menu-main-name {
    position: absolute;
    left: 40px;
    right: 40px;
    bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 24px;
}
span.catalog-menu-main-name:after {
    position: absolute;
    content: "";
    width: 120px;
    height: 2px;
    background: #c2df2a;
    left: 0;
    bottom: -3px;
}
span.catalog-menu-main-image img {
    border-radius: 8px;
    width: 100%;
    height: auto;
    object-fit: cover;
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s;
	filter: brightness(80%); 
}
.catalog-menu-main ul li a:hover img {
    -ms-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    -o-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    -moz-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    -webkit-transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    transform: scale3d(1.1, 1.1, 1) rotate(0.0001deg);
    -webkit-transition: transform 0.3s;
    -moz-transition: transform 0.3s;
    -o-transition: transform 0.3s;
    -ms-transition: transform 0.3s;
    transition: transform 0.3s; 
}
.index-products,
.catalog-menu-main {
	padding-top: 20px;
    width: 1240px;
    margin: 0 auto;
}
.main-sl-and-day img {
    display: block;
    border-radius: 4px; 
}
.main-sl-and-day {
    background: #f9f6f1;
    padding: 60px 0px 30px 0px;
}
.main-sl-and-day-bg {
    width: 1240px;
    margin: 0 auto;
    display: flex;
}
.main-sl-and-day-right {
    width: calc(100% - 953px);
    border-left: 0;
    border: 1px solid #e5e5e5;
	border-radius: 4px; 
}
.main-sl-and-day-left {
    width: 934px;
    border: 1px solid #e5e5e5;
    margin-right: 20px;
	border-radius: 4px; 
}
ul.index_products-dis {
    list-style: none;
}
ul.index_products-dis .pr-one-pt {
    border: none;
}
ul.index_products-dis .pr-one-pt:hover {
    box-shadow: 0 0 0px 0 rgba(0,0,0,0.15);
}

.slidertext {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    font-size: 16px;
    color: #fff;
}
.maxst {
    max-width: 470px;
}
.maxst h2 {
    display: block;
    font-size: 44px;
    font-weight: 700;
    color: #fff;
    line-height: 41px;
    margin: 0;
}
.maxst .otstup {
    display: block;
    height: 40px;
}
.maxst> a {
	display: inline-block;
    border: 1px solid #c2df2a;
    font-size: 14px;
    padding: 12px 20px 13px 20px;
    border-radius: 5px;
    text-transform: uppercase;
    transition: all 0.1s;
    position: relative;
    background: #c2df2a;
    text-align: center;
    font-weight: 600;
    margin-top: 40px; 
}
.slidtext {
    position: absolute;
    top:120px;
    left: 60px;
}
.slidopis {
    font-size: 21px;
    font-weight: 400;
}

.anothers-content-left.incart h1 {
    padding-bottom: 10px;
}
.anothers-content-right.width0 {
    width: 0;
}
.order-button1 input {
    padding: 10px 10px;
    font-size: 16px;
    display: block;
}
.anothers-content {
    width: 1240px;
    margin: 0 auto;
    display: flex;
	padding-top: 40px; 
}
.anothers-content-left {
    width: calc(100% - 336px);
	margin: 0 auto; 
}
.anothers-content-right {
	margin-left: 20px;
    height: 100%;
    width: 316px;
    background: #fff;
    position: sticky;
    top: 105px;
    border: 1px solid #e5e5e5;
    border-top: none;
}
.mctable {
    overflow: auto;
}
.minipurchases-cart {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #e5e5e5;
	padding: 10px 20px 10px 20px;
}
.minicart-price-and-amount {
    display: flex;
}
span.minicart-price {
    width: 50px;
    display: block;
    text-align: right;
}
span.minicart-amount {
    display: block;
    width: 40px;
    text-align: center;
}
.miniitogo {
    font-size: 20px;
    font-weight: 600;
    display: flex;
    justify-content: space-around;
    background: #e5e5e5;
    padding: 8px 0px;
}
a.knop.next {
	background: #c2df2a;
    display: block;
    font-size: 16px;
    padding: 10px 0px;
    font-weight: 600;
    text-align: center;
    border-radius: 5px;
    margin: 20px;
    color: #fff;
}
.minicart.hides {
    display: flex;
    flex-flow: column;
    justify-content: space-between;
    font-weight: 500; 
}

.minicart-title-and-del {
    margin-top: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 14px 10px 20px; 
}
.minicart-title {
    font-size: 18px;
    font-weight: 600;
}
a.clean-cart {
    font-size: 22px;
}
.catalog-menu-products {
    position: fixed;
    background: #ffffff;
    width: 100%;
    border-bottom: 1px solid #e5e5e5;
    z-index: 99;
    padding-top: 63px;
}
.catalog-menu-products ul {
    list-style: none;
    display: flex;
    width: 1240px;
    margin: 0 auto; 
}
.catalog-menu-products ul li a {
    display: block;
    padding: 10px 6px;
    border: 2px solid #ffffff;
    font-size: 14px;
}
.catalog-menu-products ul li a.selected,
.catalog-menu-products ul li a:hover{
    border-bottom: 2px solid #c2df2a;
}
.anothers-content h1 {
    margin: 10px 0 20px 0;
    font-size: 32px;
    text-align: left;
}
.cart-non {
    display: flex;
    flex-flow: column;
    color: #c2df2a;
    align-items: center;
    justify-content: center;
    min-height: 600px;
    font-weight: 400;
    line-height: 40px;
}
.cart-non span.icon-shopping-basket {
    font-size: 56px;
}
.cart-non span.in-cart-non {
    font-size: 16px;
    color: #a7a7a7;
}
span.username a {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
    line-height: 100%;
    font-size: 15px;
    height: 100%;
}
span.user-acc {
    font-size: 12px;
    font-weight: 500;
    color: #999;
    margin-top: 5px;
}
.podtablescroll {

 ;
}













/* @group Верхняя строка */
header {
    background: #fff;
    width: 100%;
    height: 65px; 
}
.header-bg {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
	height: 160px;
    background: #fff 
}
.header-left a {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.header-left a {
    position: relative;
}
.header-left a img {
     width: 150px;
 	height: auto;
}
.header-left a span {
    text-transform: uppercase;
    font-weight: 600;
    color: #426e95;
    margin-top: 14px;
}
.header-contact {
    font-size: 20px;
    display: flex;
    justify-content: center;
    margin-bottom: 20px; 
}
.header-contact p {
    padding: 0px 10px;
}
.header-right {
    display: flex;
    flex-flow: column;
    align-items: flex-end;	 
}
main {
    width: 100%;
    margin: 0 auto;
	background: #f9f9f9; 
    height: 100%;
    padding-bottom: 40px; 
}
.main-top {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto; 
}
.main-top-bg {
    width: 100%;
    background: #f9f9f9;
} 
.main-top-left {
    width: 230px;
}
.main-top-right {
    width: 970px;
}

.menu {
    background: #eeeeee;
    display: flex; 
}
.menu ul {
    list-style: none;
    display: flex;
    align-items: center;
}
.menu ul li {
}
.menu ul li a {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
    display: block;
    padding: 0px 24px;
	font-weight: 500; 
}
.menu ul li.selected a {
	background: #379c25;
    color: #fff;
}
.menu ul li a.selected {
	background: #379c25;
    color: #fff;
}
.menu ul li a:hover {
	background: #379c25;
    color: #fff;
}
.index-sl {
	display: flex;
    margin-left: 20px;
    margin-top: 20px;
    overflow: hidden; 
}

nav {
    background: #fff;
	position: relative; 
}
nav ul {
	list-style: none;
    line-height: 32px;
    font-size: 17px;
    font-weight: 500;
    overflow: hidden;
    background: #fff;
    width: 230px;
}
nav ul:hover {
	height: auto;
    z-index: 99999;
    overflow: inherit;
}
nav ul li a {
	display: block;
    padding: 2px 12px;
    background: #eee; 
}
nav ul li a:hover {
    background-color: #379627;
    color: #fff;
}
nav ul li a.selected {
    background-color: #379627;
    color: #fff;
}
.nav_title {
	background: #4ab038;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    height: 60px;
    line-height: 60px;
}

.main-info-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #f9f9f9;
}
.main-info-block-wi {
 	width: 1240px;
 	margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    background: #f9f9f9;
}
.main-info-block-one {
    display: flex;
    width: 260px;
    height: 115px;
    align-items: center;
    overflow: hidden; 
}
.m-i-b-o-image {
    margin: 0 0 0 0;
    background: #fff;
    border-radius: 100%;
    width: 80px;
    height: 80px;
    min-width: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.m-i-b-o-image img {
	width: auto;
    height: auto;
}
.m-i-b-o-text {
    margin-left: 10px;
    text-align: left;
    padding: 0 0 0 20px;
    white-space: normal;
    font-size: 14px;
    color: #7c7c7c;	 
}
footer {
	background: #f6f6f7;
    width: 100%;
    clear: both;
    padding: 30px 0px 0px 0px;
    margin-top: 50px; 
}
.footer-top {
    width: 1240px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
p.go-re-info {
    font-size: 13px;
    margin-top: 8px;
}
p.go-re-info a {
    color: #f6f6f7;
    border-bottom: 1px dashed #f6f6f7;
}
.footer-bottom {
    color: #fff;
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    padding: 20px 20px;
    background: #322d33;
    align-items: center;  
}
.footer-top-block1 {
    width: 22%;
    color: #fff;
}
.footer-top-block2 {
    width: 22%;
    color: #fff;
}
.footer-top-block3 {
    width: 40%;
    color: #fff;
}
.footer-top-block4 {
    width: 40%;
    color: #fff;
}
.footer-menu-title {
    font-size: 18px;
    color: #1d2029;
    margin-bottom: 10px;
    font-weight: 600;
}
.footer-menu ul {
	list-style: none;
    line-height: 28px;
    font-size: 14px;
    margin-bottom: 20px; 
}
.footer-menu-title.google-title {
    font-size: 15px;
    margin-bottom: 10px;
}
.footer-menu ul li a {
    color: #555;
}
.footer-contact ul {
    list-style: none;
    line-height: 26px;
    font-size: 15px;
    color: #555;
}
li.rej-rab-footer {
    line-height: 21px;
}
.f-t-b-info {
    line-height: 1.5;
    width: 70%;
    color: #7a7a7a;
}
.title {
    font-size: 34px;
    font-weight: 600;
    text-align: left;
    padding: 30px 0px 30px 0px;
}
li.footer-address {
    line-height: 20px;
	margin-bottom: 10px; 
}

li.product.product-catalog-item .image {
    text-align: center;
    width: 100%;
    background-color: #ffffff;
    border: none;
    float: none;
    padding: 0;
    margin: 0;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0px 0px; 
}

li.product.product-catalog-item .image a img {
    display: block;
    width: 286px;
    height: 240px;
    object-fit: cover;
    border-radius: 8px 8px 0px 0px; 
}
.product-name {
	width: 100%;
    min-height: 50px;
    margin-bottom: 8px;
    padding: 0px 20px;
    text-align: center;
    margin-top: 10px;; 
}
.product-name a {
    font-size: 15px;
    text-align: center;
    width: 100%;
    display: block;
    color: #000;
    font-weight: 600;
}
/*li.product.product-catalog-item:hover .product-name a {
    height: auto;
	position: relative;
    z-index: 99999;
    background: #fff;
}*/
.product-brand {
    font-size: 16px;
    color: #9f9fa0;
    text-align: left;
    width: 100%;
    margin-top: 10px;	 
}
.brand-carules {
    margin-bottom: 60px;
    width: 1240px;
    margin: 0 auto;
    padding-top: 50px; 
}

.brand-carules img {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; /* IE 6-9 */ 
} 

.brand-carules img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: gray; /* IE 6-9 */  
} 

.slick-initialized .slick-slide {
    display: flex !important;
    justify-content: center !important;
}
.all_brands {
    background: #fff;
    margin-bottom: 50px;
    margin-top: 10px;
	width: 1100px;
 	margin: 0 auto;
}
button.btn-prev-brand, 
button.btn-next-brand {
    border: none;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
	cursor: pointer; 
}
button.btn-prev, 
button.btn-next {
    border: none;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
	cursor: pointer; 
}
button.btn-prev-brand {
    left: -52px;
    background: url(../images/prev-slide.png) 0px 0px no-repeat;
    z-index: 99;
    top: 10px;	 
} 
button.btn-next-brand {
	right: -87px;
 	top: 10px;
    background: url(../images/next-slide.png) 0px 0px no-repeat; 
    z-index: 99;
}
button.btn-prev {
    left: 10px;
    top: 26%;
    background: url(../images/prev-slide.png) 14px 8px no-repeat;
    z-index: 99; 
} 
button.btn-next {
	right: 10px;
 	top: 26%;
    background: url(../images/next-slide.png) 18px 8px no-repeat; 
    z-index: 99;
} 

.big-ind-left {
    left: 10px !important;
    top: 50% !important;
	transform: translateY(-20px);
 	background: url(../images/prev-slide.png) 14px 8px no-repeat;
    z-index: 999;
    border: none;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
	cursor: pointer; 
}
.big-ind-right {
    right: 10px !important;
    top: 50% !important;
	transform: translateY(-20px);
    background: url(../images/next-slide.png) 18px 8px no-repeat; 
    z-index: 999;
    border: none;
    width: 50px;
    height: 40px;
    border-radius: 5px;
    position: absolute;
	cursor: pointer; 
}


.sale-products {
    margin-top: 30px;
    width: 1240px;
    margin: 0 auto;
}
.sale-hit {
    position: absolute;
    left: 16px;
    top: 16px;
	display: flex; 
} 
.sale {
    background: #ff0707;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;	
	margin-right: 10px; 
}

.hit {
    background: #4ab038;
    color: #fff;
    padding: 2px 8px;
    border-radius: 4px;
	margin-right: 10px;
}
.products-appointment {
    width: 1240px;
    margin: 0 auto;
    margin-top: 20px; 
}
.products-appointment ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 20px 0px 20px 0px;
}
.product-one .color-labels li label {
    width: 90px;
    height: 44px;
}
.product-one .color-labels li label {
    width: 90px !important;
    height: 44px !important;
}
.products-appointment ul li {
    display: flex;
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    height: 230px;
    width: 386px;
    transition: 0.8s; 
}
.products-appointment ul li:hover {
    transition: 0.8s;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.31);
}
.products-appointment ul li a {

}
.products-appointment ul li a span.pr-name {
    position: absolute;
    bottom: 0px;
    font-size: 21px;
    color: #fff;
    font-weight: 500;
    background: #4ab038;
    display: block;
    text-align: center;
    padding: 10px;
    width: 100%;
    border-radius: 0px 0px 4px 4px;
}
.products-appointment ul li img {
	opacity:0.9;
    transition: 0.8s;
}
.products-appointment ul li img:hover {
	opacity:1.0;
    transition: 0.8s;
}
.products-appointment-title.title {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 0px;
}
.mail-left {
    width: 300px;
}
.main-right {
    width: 900px;
}
.main-content {
    width: 100%;
    margin: 0 auto;
}
.menu-cat ul {
	position: relative;
	height: 100%;
}
.product-one {
    margin-bottom: 20px;
}
.main-right-content {
    margin-left: 20px;
    margin-top: 20px;
}

#top_background{
	min-height: 44px;
	padding-top: 10px;
	width: 100%;
	overflow: hidden;
	padding-bottom: 5px;
}
#top{
	margin:0px auto;
	width: 940px;
}
#menu{
	margin-left: -10px;
	float: left;
	margin-top: 7px;
	max-width: 700px;
}

#menu li{
	height: 30px;
	display: block;
	float: left;
	list-style: none;
}
#menu li a{
	margin-right: 5px;
	font-size: 12px;
	display: block;
	float: left;
	padding: 6px 11px 6px 11px;
	color: #606060;
}
#menu li.selected a, #menu li:hover a{
	border: 1px solid #d5d5d5;
	background-color: #ffffff;
	padding: 5px 10px 6px 10px;
	border-radius: 20px;
	text-decoration: none;
}

#blog{
	list-style: none;
}

#currencies{
	margin-bottom:15px;
}

#currencies ul{
	margin-top: 10px;
}
#currencies ul li{
	font-size: 12px;
	display: inline;
	padding-right: 5px;
	list-style: none;
}

#currencies ul li a{
	white-space: nowrap;
	color: #505050;
}
#currencies ul li.selected a{
	text-decoration: none;
}


.amount-in-cart {

}
.cart-top {
    border: 2px solid #ff7f47;
    border-radius: 50px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; 
}
.amount-in-cart-abs {
    position: absolute;
    top: 0;
    right: -13px;
    background: #4ab038;
    color: #fff;
    padding: 0px 10px;
    font-size: 12px;
    border-radius: 20px;
}
/* @group Шапка сайта */
#header {
	margin:0px auto;
	width: 940px;
	overflow: hidden;
	clear: both;
	margin-bottom: 20px;
}

/* @group Футкр сайта */



#account{
    font-size: 16px;
    text-align: right;
    color: #505050;
    margin-bottom: 20px; 
}
#account #login{
	padding-left: 7px;
}
#account #logout{
	padding-left: 7px;
}


#logo{
	margin-top: 15px;
	padding-left: 0px;
	float: left;
	clear: left;
	width: 250px;
	height: 105px;
}
#contact{
	float: right;
	text-align: right;
	margin-top: 45px;
	margin-right: 5px;
	font-style: italic;
	height: 25px;
	color: #505050;
	font-size: 15px;
	text-shadow: 0px 1px 0px #fff;
	
}
#contact #phone{
	font-size: 18px;
}


#main {
	margin:0px auto;
	width: 940px;
}
#content {
	float: right;
	width: 680px;
	margin-bottom: 20px;
}

#left {
	width: 260px;
	float: left;
	overflow: hidden;
}

#search {
    margin: 0px 0px 0px 0px;
}

#search form {
	display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
}
#search .input_search{
    width: 250px;
    height: 34px;
    font-size: 13px;
    border: none;
    display: block;
    border-radius: 5px 0px 0px 5px;
    padding: 5px 10px;
    border-right: none;
}
#search .button_search {
	width: 66px;
    height: 34px;
    cursor: pointer;
    display: block;
    float: left;
    margin-left: -2px;
    border-left: none;
    background: #c2df2a;
    border: 1px solid #c2df2a;
    padding: 1px 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 500; 
    display: none;
}


/* @group Меню каталога*/
#catalog_menu {
	margin-top: 10px;
	margin-bottom: 10px;
}
#catalog_menu ul {
	padding-left: 0px;
	padding-bottom: 5px;
	list-style: none;	
}
#catalog_menu ul ul {
	padding-left: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
#catalog_menu ul li {
	font-size: 16px;
	margin-top: 8px;
}
#catalog_menu ul li img{
	vertical-align: middle;
}
#catalog_menu ul li a.selected{
	color: #ffffff;
	background-color: #0095eb;
	padding: 3px;
}
#catalog_menu ul ul li {
	font-size: 14px;
}
#catalog_menu ul ul ul li {
	font-size: 12px;
}
/* @end — Меню каталога*/


#all_brands {
	width: 220px;
	margin-bottom: 15px;
}


/* @group Brands */
#brands {
	clear: both;
	margin-bottom: 10px;
	margin-top: 10px;
}
#brands a {
	color: #ec0060;
	font-size: 12px;
	margin-right: 10px;
}
#brands img{
	vertical-align: middle;
}
#brands a:hover {
	color: #000;
} 
#brands a.selected {
	background-color: #ec0060;
	color: #fffeff;
	padding: 2px 2px 2px 2px;
}
/* @end */

/* Хлебные крошки */
#path {
    padding: 30px 0px 10px 0px;
    font-size: 12px;
    color: #a0a0a0;
    padding-top: 20px; 
}
#path a{
	color: #a0a0a0;
}
/* @end */


/* @group Товар подробно */


.product .image {
    text-align: center;
    width: 400px;
    padding: 5px;
    border-radius: 5px;
	overflow: hidden; 
}
/*.product .image img{
	max-width: 450px;
    max-height: 500px;
}*/
.product .images {
    width: 400px;
    padding: 10px 0px 0px 0px;
}
.product .images img{
    text-align: center;
    width: 80px;
    background-color: #ffffff;
    border: 2px solid #e0e0e0;
    padding: 5px;
    margin-bottom: 10px;
    max-height: 80px;
    object-fit: contain;
}
.product .images .selected img{
    border: 2px solid #4ab038;
}
.product-one .color-labels li {
    margin-right: 6px;
    margin-bottom: 6px;
}

.product .features {
	list-style: none;
	width: 100%;
	display: block;
	clear: both;
	margin-top: 15px;
	margin-bottom: 25px;
	border-bottom: 1px solid #e0e0e0;
}

.product .variants {
	font-size: 12px;
}
.product .variant td{
	padding-bottom: 6px;
	vertical-align: middle;
}
.product .compare_price {
    font-size: 13px;
    text-decoration: line-through;
    white-space: nowrap;
    color: #ff0000;
}
.product .price { 
    font-weight: 600;
    font-size: 24px;
    white-space: nowrap;
}
.product .variant_name {
	float: left;
	margin-right: 10px;
	font-size: 12px;
}
.product .variant_radiobutton {
	margin-right: 5px;
	margin-left: 0px;
}
#back_forward {
    font-size: 14px;
    padding: 10px 0px;
    clear: both;
    display: flex;
    justify-content: space-between;
    width: 100%;
}
#back_forward a.prev_page_link{
    margin-right: 20px;
    background: url(../images/prev-icon.png) 6px 2px no-repeat;
    padding-left: 20px;
}
#back_forward a.next_page_link{
	margin-right: 20px;
    background: url(../images/next-icon.png) 310px 2px no-repeat; 
    padding-right: 20px;
}
.amount-block-prod {
    display: flex;
    justify-content: space-between;
    width: 75px; 
}
.amount-input-pr {
    width: 43px !important;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
    text-align: center;
}

table.pr-fonts {
    font-size: 16px;
}
table.pr-fonts td {
    width: 83px;
}
.product-one .product {
    background: #fff;
    padding: 20px 20px;
    width: 924px;
}
.product h1 {
    text-align: left;
    padding: 0px 0px 22px 0px;
}
.photo-desc {
    display: flex;
    justify-content: space-between;
}
img.prod-brand {
    height: 50px;
    width: auto;
}
.zve {
    border: 1px solid #4ab038;
    background: #4ab038;
    color: #fff;
    padding: 10px 21px;
    font-size: 14px;
}
.reyt-brand {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px; 
}
.brand-and-sku {
    text-align: center;
}
.pr_sku {
    font-size: 14px;
    font-weight: 600;
    color: #ef7f1a;
    margin-top: 6px;
}
.prod-right {

}
/*ul.color-labels {
    flex-flow: row wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 20px;
    padding: 10px 0px 20px 0px;
}*/




/* @end — Товар подробно*/


.tiny_products {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
}
.tiny_products .product{
	width: 210px;
	margin-right: 10px;
	margin-bottom: 30px;
	display: -moz-inline-box; 
	display: inline-block; 
	*zoom: 1; 
	*display: inline;
	word-spacing: normal;
	vertical-align: top;
}
.tiny_products .product .image {
	vertical-align: middle;
	text-align: center;
	width: 200px;
	height: 200px;
	line-height: 200px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	padding: 5px;
	margin-bottom: 10px;
}
.tiny_products .product .image img{
	vertical-align: middle;
	max-width: 200px;
}
.tiny_products .product h3 {
	font-size: 14px;
	margin-bottom: 10px;
	font-weight: normal;
}
.tiny_products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}





.products {
    list-style: none;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
}
.products .product .image {
	text-align: center;
	width: 200px;
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	float: left;
	padding: 5px;
	margin: 4px 0px 20px 0px;
}
/*.products .product .image img{
	max-width: 200px;
    max-height: 150px; 
}*/
.products .product .product_info {
	float: right;
	width: 450px;
	margin-bottom: 40px;
}
.products .product h3 {
	font-size: 20px;
	margin-bottom: 5px;
	font-weight: normal;
}
.products .product h3.featured{
	background: url(../images/star.png) no-repeat;
	background-position: left middle;
	padding-left: 20px;
}


li.product.product-catalog-item.js-product-app.item {
    position: relative;
    height: 485px;
}

.annotation {
    height: 48px;
    line-height: 18px;
    font-size: 12px;
    padding: 10px 14px;
    overflow: hidden;
    text-align: center;
}
li.product.product-catalog-item.js-product-app.item:hover .annotation {
    height: auto;
	background: #fff; 
}
.item__hover-content {
    position: absolute;
    top: auto;
    bottom: 0;
	width: 100%; 
}
/* Кнопка */
.cart-button {
    width: 100%;
    margin: 0 auto;
}
.button {
    border: 1px solid #c2df2a;
    cursor: pointer;
    background: #c2df2a;
    color: #fff;
    border-radius: 4px;
    transition: 1s;
    font-weight: 600;
    text-decoration: none;
    -webkit-appearance: none;
}
input.compact-button.button.js-buyclick-link {
    border: 1px solid #4ab038;
    background: #fff;
    color: #4ab038;
    font-weight: 600;
}
input.button:hover {
    background: #accc05;
    transition: 1s;
}
.cart-button {
    margin: 0 auto;
    padding-top: 16px;
	display: flex;
    justify-content: center;
    padding-bottom: 24px;
}
.product-one .cart-button {
    justify-content: end;
}
/* @group Фильтр по свойствам */
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	margin-top: 20px;
	margin-bottom: 10px;
	width: 100%;
}
#features .feature_name{
	padding: 7px;
}
#features .feature_values{
	padding: 7px;
}
#features a {
	padding-right: 6px;
	white-space: nowrap;
}
#features a.selected {
	color: #505050;
	text-decoration: none;
}
/* @end — Фильтр по свойствам*/


/* @group Сортировка */
.sort {
	color: #505050;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-weight: normal;
	font-style: normal;
}
.sort a{
    margin-left: 8px;
    border: 1px solid #d7d7d7;
    padding: 5px 8px;
}
.sort a:hover {
    color: #ffffff;
    text-decoration: none;
    background: #ef7f1a;
    border: 1px solid #ef7f1a; 
}
.sort .selected {
    color: #ffffff;
    text-decoration: none;
    background: #ef7f1a;
    border: 1px solid #ef7f1a;
}
select option:hover {
 background-color: yellow;
}
/* @end */


/* @group Постраничная навигация */
.pagination {
	font-size: 12px;
    overflow: hidden;
    display: flex; 
}
.pagination a {
	background-color: #fffeff;
	display: block;
    margin-right: 5px;
    padding: 5px 4px;
    min-width: 22px;
    text-align: center;
    border: 1px solid #d7d7d7;
    text-decoration: none;
    line-height: 14px; 
}
.pagination a.selected:hover,
.pagination a.selected {
    background-color: #c2df2a;
    color: #ffffff;
    border-color: #c2df2a;
}
.pagination a:hover {
	background-color: #ef7f1a;
	color: #000;
 	border: 1px solid #ef7f1a;
}

.pagination a.next_page_link, .pagination a.prev_page_link{
	border: none;
	background: none;
}
.sort-pagination {
    display: flex;
    justify-content: space-between;
    align-items: center;
	padding: 10px 0px; 
}
.pagination-bottom {
    margin-top: 18px;
}

/* @end */


/* @group Просмотренные товары */
#browsed_products{
	margin-bottom: 20px;
	overflow: hidden;
}

#browsed_products li{
	display: block;
	float: left;
	overflow: hidden;
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	width: 50px;
	height: 50px;
}
#browsed_products li a{
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}
/* @end — Просмотренные товары */


/* @group Формы */
input[type="text"],
input[type="password"]
{
	width: 100%;
	font-size: 18px;
}

.form textarea
{
	width:100%;
	height:100px;
	font-size: 18px;
}
.form label {
	display:block;
	font-size: 14px;
}
.form input[type="text"]{
	display:block;
	margin-bottom: 10px;
}

/* @group Комментарии */
.comment_list {
	margin-top: 15px;
	list-style: none;
}
.comment_list li {
	padding-bottom: 15px;
}
.comment_header {
	font-size: 18px;
}
.comment_header i {
	font-weight: normal;
	font-style: normal;
	color: #878787;
	font-size: 13px;
}
/* @end — Комментарии*/

/* @group Форма отправки комментария */
.comment_form {
	background-color: #f3f3f3;
	border: 1px solid #e0e0e0;
	padding: 20px;
	margin-top: 20px;
	width: 90%;
	overflow: hidden;
}
.comment_form h2 {
	margin-bottom: 0px;
}
.comment_form .comment_textarea {
	width: 100%;
	height: 100px;
	font-size: 12px;
}
.comment_form label {
	display: block;
	float: left;
	width: 100px;
	font-size: 18px;
	margin-top: 15px;
}
.comment_form .input_name {
	font-size: 16px;
	width: 250px;
	margin-top: 15px;
}
.comment_form .input_captcha, .cart_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.comment_form .captcha, .cart_form .captcha {
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.comment_form .button,
.feedback_form .button,
.register_form .button,
.login_form .button{
	float: right;
	display: block;
	margin-top: 10px;
	margin-right: 0px;
}
form.form.register_form input.button,
form.form.login_form input.button {
    padding: 10px 10px;
    float: left;
}
/* @end — Форма отправки комментария */

/* @group Форма отправки обратной связи */
.contact-form {
    display: flex;
    justify-content: space-between;
    width: 1240px;
    margin: 0 auto;
}
.contact-form textarea {
    background: #f5f5f5;
    border: #f0f0f0;
    width: 670px;
    min-height: 170px;
    padding: 10px; 
    border-radius: 4px;
}
.contact-form-right input {
    background: #f5f5f5;
    border: #f0f0f0;
    width: 470px;
    padding: 10px;
    font-size: 14px;
}
.contact-form label {
    font-size: 13px;
    font-weight: 600;
    color: #7b7b7b;
    margin-bottom: 4px;
    margin-top: 10px; 
}
.feedback_form .input_captcha, .register_form .input_captcha{
	float: left;
	width: 150px;
	font-size: 24px;
	font-weight: bold;
	text-transform: uppercase;
	margin-top: 15px;
	height: 36px;
}
.feedback_form .captcha, .register_form .captcha{
	float: left;
	display: block;
	margin-top: 15px;
	margin-right: 10px;
}
.feedback_form .button_send {
	font-size: 18px;
	float: right;
	margin-top: 25px;
}
.buyclick_agree {
    display: flex;
}
.buyclick_agree input {
    margin-right: 10px;
}
form.form.feedback_form input {
    float: left;
}
form.form.feedback_form {
    margin-top: 20px;
}
.contact-social-all {
    display: flex;
}
.contact-social-title {
    clear: both;
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: normal;
    margin-top: 30px;
}
.contact-social-one {
    margin-right: 10px;
}
/* @end — Форма отправки комментария */


/* @group Корзина */
.order-detail {
    padding:10px;
    border: 1px solid #ccc;
    border-top:0;
}
.orders-history-num.open + .order-detail {
    border:1px solid #4ab038;
    border-top:0;
    padding-top: 30px; 
}
ul#orders-history .orders-history-num.open {
    border:1px solid #4ab038;
    border-bottom:0;
}
#purchases{
	width: 100%;
    margin-top: 10px;
    margin-bottom: 40px; 
}
#purchases tr{
	border-top: 1px solid #d5d5d5;
	height: 70px;
}
#purchases tr:first-child {
	border-top: 0;
}
#purchases th{
	vertical-align: top;
	padding-top: 10px;
	font-size: 18px;
	font-weight: normal;
}
#purchases .image{
	width: 60px;
	text-align: center;
}
#purchases .image a{
	border: 1px solid #e0e0e0;
	background-color: #ffffff;
	margin: 0 7px 7px 0;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 50px;
	height: 50px;
}

#purchases .name{
	padding-left: 10px;
	padding-right: 10px;
    width: 800px;
}
#purchases td.name{
	font-size: 14px;
}
#purchases td .download_attachment{
	white-space: nowrap;
	color: #3b8500;
	padding: 5px 10px 7px 10px;
	border-bottom-color: 1px dotted green;
	background-color: #ccff72;
	line-height: 30px;
}

#purchases .price{
	padding-left: 5px;
	padding-right: 5px;
	white-space: nowrap;
	text-align: right;
	width: 120px; 
}
#purchases td.price{
	font-size: 14px;
}
#purchases .remove {
    text-align: right;
    width: 50px;
}
#purchases .amount{
	font-size: 14px;
	padding-left: 5px;
	padding-right: 5px;
}
#purchases .amount select{
	font-size:12px;
}

#purchases .coupon .name{
	font-size:14px;
}
#purchases .coupon .name input.coupon_code{
	width: 200px;
    border: 1px solid #d5d5d5;
    padding: 5px 6px; 
}
#purchases .coupon .name input{
	font-size:16px;
}
#purchases .remove a img:hover {
    opacity: 0.8;
}
ul#deliveries {
    list-style: none;
    display: flex;
}
.paytmet-in-cart-in {
    flex-flow: row wrap;
	justify-content: center; 
}
input.button.pm-met {
	padding: 10px 30px;
    font-size: 20px;
    display: block;
    margin: 12px auto 0px;
    background: #c2df2a;
    color: #000;
}
.js-pickup-block input, 
.js-pickup-block textarea {
    width: 400px !important;
}
ul#deliveries .description {
    margin: 0px !important;
}
ul#deliveries li {
    width: 400px;
}
ul#deliveries li div.checkbox{
	float: left;
}
ul#deliveries li h3, ul#deliveries li .description{
	display: block;
	margin-left: 25px;
}
/* @end */


/* @group Кабинет */
#orders_history
{
	list-style: none;
}
#orders_history li
{
	margin-bottom: 10px;
}
#orders_history li a
{
	font-size: 16px;
}
/* @end — Кабинет */



/* @group Детали заказа */
table.order_info
{
	margin-right: 20px;
	margin-bottom: 20px;
	background-color: #f9f9f9;
}
table.order_info td
{
	padding: 10px;
	border: 1px dotted #e0e0e0;
	font-size: 14px;
}
.checkout_button
{
    padding: 10px 20px 10px 20px;
    background-color: #c2df2a;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    display: flex !important;
    justify-content: center;
    margin: 0 auto;
    width: 150px;
    margin-top: 20px; 
}
/* @end */


/* Сообщение с ошибкой */
.message_error{
	clear: both;
	height: 18px;
	padding: 10px 20px;
	margin-bottom: 15px;
	margin-top: 10px;
	overflow: hidden;
	color: red;
	background-color: #ffcaca;
	border: 1px dotted #ff4545;
    min-height: 40px;
    width: 230px; 
}

.message_success{
    clear: both;
    padding: 10px 20px;
    margin-bottom: 15px;
    margin-top: 10px;
    overflow: hidden;
    color: white;
    background-color: #4ab038;
    border: 1px dotted #4ab038;
    min-height: 40px;
    width: 230px;
}

/* @end */

/* amount */
.amount-block {
    position: relative;
    width: 150px;
    margin: 5px;
    height: 40px;
    border-radius: 4px;
}
.amount-minus, .amount-plus {
	cursor: pointer;
    font-size: 10px;
    border: none;
    background: none; 
}
span.icon-minus {
    background: none;
    border: none;
}
span.icon-plus {
    background: none;
    border: none;
}

.amount-input {
    margin: 0 30px;
    display: block;
    width: 90px !important;
    height: 30px;
    box-sizing: border-box;
    padding: 0;
    text-align:center
    border: 1px solid #cbc9c8;
    border-radius: 5px;
 
}
.product-total {
    font-size:18px;
    font-weight:bold;
    margin:10px 0;
	padding: 10px 0px; 
}
.product-catalog-item .amount-block {
    width: auto;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #eee;
    border: none; 
}
.product-catalog-item .amount-input {
    width: 32px !important;
    padding: 0;
    margin: 0;
    border: none;
    text-align: center;
    color: #393939;
    background: #eee;
}
.js-product-wrapper table {
    width: 100%;
}
tr.variant.js-variant-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 5px 8px 0px 8px;
    border-bottom: 1px solid #e6e6e6;
}
.var-2.activeses {
    border: 1px solid #7d6792 !important;
    border-radius: 5px;
    color: #7d6792;
    background: #7d67921a;
}
/* @end */

/* colorbox */
.colorbox {
    width: 560px;
    margin: 0 auto;
}
.colors-list {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}
ul.samples-colors {
    display: flex;
    flex-flow: row wrap;
    list-style: none;
}
ul.samples-colors a{
    width: 120px;
    height: 100px;
    margin-right: 8px;
    margin-bottom: 8px;
	text-align: center;
	line-height: 17px;
    font-size: 12px; 
}
ul.samples-colors a img {
    width: 120px;
    height: 50px;
    object-fit: contain;
	border: none; 
}
/*
.colors-list-item {
	display: inline-block;
    width: 120px;
    height: 90px;
    margin: 0px 16px 10px 0px !important;
}
.colors-list-item.width240 {
    width: 240px;
    height: 100px;

}
.colors-list-item [type=radio] {
    display:none;
}
.colors-list-item [type=radio] + label{
    display:block;
    cursor:pointer;
}
.colors-list-item img {
    width:100%;
    max-width:120px;
    height:auto;
    max-height:40px;
    border:2px solid #ccc;
    border: 2px solid #ccc;
    object-fit: cover; 
}
.colors-list-item.width240 img {
    max-width:240px;
    max-height:100%;
}
.colors-list-item [type=radio]:checked + label img{
    border:2px solid #2aa42a;
}
.colors-list-item p {
    text-align:center;
    color:#666;
    font-size:13px;
    height: 52px;
    overflow: hidden;
    line-height: 18px; 
}*/
.colorbox-actions {
    display:block;
    text-align:center;
}
.colorbox-actions button {
    display:inline-block;
    border:none;
    outline:none;
    color:#fff;
    background:#2aa42a;
    text-transform:uppercase;
    padding:5px 15px;
    margin:10px;
    cursor:pointer;
}
.colors-list-item a {
    display: block;
}

/* @end */

.choose-color-button {
    border: 1px solid #e6e6e6;
    width: 100%;
    height: 36px;
    color: #000;
    line-height: 36px;
    text-align: center;
    cursor: pointer;
    background-size: cover;
    border-radius: 5px;
    font-size: 16px;
    position: relative;
    display: flex !important;
 	justify-content: center;
    align-items: center;
    margin-bottom: 10px;
    margin-top: 4px; 
}
.none-color {
    height: 36px;
    line-height: 36px;
    margin-bottom: 10px;
}
.choose-color-button:hover {
    border-color: #7d6792;
}

img.palitra {
    width: 22px;
    height: 22px;
    margin-right: 12px;
}
img.orange-st {
    margin-left: 40px;
}
span.js-color-error {
    color: #f00;
    padding: 7px 10px;
    border: 1px solid #f00;
    background: #fff;
    border-radius: 5px;
}
ul.color-labels {
    margin-left: 4px;
}
.js-error-block {
    color: #f00;
    text-align: center;
}




/* Базовый контейнер табов */
.tabs {
	min-width: 320px;
	max-width: 1240px;
	padding: 0px;
	margin: 0 auto;
}
/* Стили секций с содержанием */
.tabs>section {
	display: none;
	padding: 15px;
	background: #fff;
}
.tabs>section>p {
	margin: 0 0 5px;
	line-height: 1.5;
	color: #383838;
	/* прикрутим анимацию */
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}
/* Описываем анимацию свойства opacity */
 
@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
/* Прячем чекбоксы */
.tabs>input {
	display: none;
	position: absolute;
}
/* Стили переключателей вкладок (табов) */
.tabs>label {
	display: inline-block;
	margin: 0 0 -1px;
	padding: 15px 25px;
	font-weight: 600;
	text-align: center;
	color: #aaa;
	border-width: 1px 1px 1px 1px;
}

/* Изменения стиля переключателей вкладок при наведении */
 
.tabs>label:hover {
	color: #888;
	cursor: pointer;
}
/* Стили для активной вкладки */
.tabs>input:checked+label {
    color: #4ab038;
    border-top: 3px solid #4ab038;
    border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    background: #fff;
    font-size: 16px;
}
/* Активация секций с помощью псевдокласса :checked */
#tab1:checked~#content-tab1, #tab2:checked~#content-tab2, #tab3:checked~#content-tab3, #tab4:checked~#content-tab4 {
	display: block;
	margin-top: 20px; 
}
/* Убираем текст с переключателей 
* и оставляем иконки на малых экранах
*/
 
@media screen and (max-width: 680px) {
	.tabs>label {
		font-size: 0;
	}
	.tabs>label:before {
		margin: 0;
		font-size: 18px;
	}
}
/* Изменяем внутренние отступы 
*  переключателей для малых экранов
*/
@media screen and (max-width: 400px) {
	.tabs>label {
		padding: 15px;
	}
}
.tabs ul li {
    margin-bottom: 7px;
    position: relative;
    margin-left: 20px;
}
.tabs ul li p {
    margin: 0px 0px 20px;
}
ul.features li {
    border-bottom: 1px solid #e0e0e0;
    padding: 8px 10px;
    margin-left: 0;
    margin-bottom: 0;
    display: flex; 
}
ul.features li:hover {
    background: #e0e0e0;
}
ul.features {
    list-style: none;
}
span.f-name {
    width: 230px;
    margin-right: 10px; 
}
.page-body {
    background: #fff;
    line-height: 26px;
}
.page-body ul li {
    margin-left: 20px;
}
.page-body ul {
    padding: 10px 0px 20px 0px;
}


.prod-size {
    width:960px;
    height:300px;
    overflow:hidden;
}
.prod-size ul {
    list-style: none
    /* Эти 3 линии для Opera */
    height: 320px;
    overflow: scroll;
    overflow-y: hidden;
}
.prod-size ul li {
    width:960px;
    height:300px;
}
.layer-calculate-prod {
    padding: 10px;
    border: 1px solid #e0e0e0;
    margin-top: 19px;
    border-radius: 5px; 
}
.js-layer-calculate-response {
    margin-top: 7px;
    text-align: center;
}
.layer-calculate-prod-title {
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 10px;
}
.js-layer-calculate label {
    display: flex;
    flex-flow: column;
    align-items: center;
    justify-content: center;
}
.js-layer-calculate label span {
    margin-bottom: 10px;
}
input.js-layer-calculate-area {
    width: 80px;
    padding: 6px 10px;
    text-align: center;
    font-size: 16px;
}
.js-layer-calculate-response p {
    color: #7d6792;
    font-weight: 600;
    font-size: 14px;
    padding: 10px 0px 0px 0px;
}
.prod-file {
    width: 400px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
    padding: 10px 21px;
    margin-bottom: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.prod-file-title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.prod-file ul {
    line-height: 1.6;
 	list-style: none;
}
.prod-file ul li a {
    display: flex;
    align-items: center;
    height: 34px;
}
.prod-file ul li a img {
    width: 26px;
    height: auto;
 	margin-right: 6px;
}
.ya-maps {
    width: 100%;
    height: auto;
    border: 1px solid #e6e6e6;
    background: #fff;
}
.opis-contact {
    line-height: 1.8;
    margin-bottom: 20px;
}
.contact-all {
    display: flex;
    justify-content: space-between;
}
.contact-left {
    width: 400px;
}
.contact-right {
    width: 780px;
}
.contact-one {
    position: relative;
	margin-bottom: 6px; 
}
.contact-one:before {
    content: "";
    width: 10px;
    height: 10px;
    background: #4ab038;
    position: absolute;
    margin-top: 3px; 
}
.contact-one span {
    padding-left: 18px;
    font-weight: 600; 
}
.page-body td {
    border: 1px solid #7d67925e;
    padding: 0px 11px;
    text-align: center;
}
.page-body ol {
    margin-left: 14px;
    line-height: 1.5;
}
.theme-default .nivo-controlNav {
    text-align: center;
    padding: 20px 0;
    display: none;
}
.menu_container {
	display: none;
}

a.studio {
    margin-left: 2px;
    color: #e1ff33;
    text-decoration: none;
    border-bottom: 1px dashed;
}
.top-siter {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
    padding: 8px 0px;
    margin-bottom: 0px;
    background: #4bb038;
}
.toper-menu {
    display: flex;
    list-style: none;
    width: 1240px;
    margin: 0 auto;
    justify-content: space-between; 
}

.toper-menu-left {
    display: flex;
}
.toper-menu li a {
	padding: 0px 20px 0px 0px;
    color: #fff;
}
.slick-list {
	width: 100%;
}
.toper-menu-right {
    display: flex;
}
.toper-menu-right a {
    color: #fff;
}
#username {
    display: flex;
    align-items: center;
}
#username,
#logout,
#login,
#register {
    display: flex;
    align-items: center;
}

#username img,
a#logout img,
a#login img,
a#register img {
    width: 14px;
    height: 14px;
    margin-right: 4px;
    margin-left: 20px; 
}
span#username a {
    text-transform: capitalize;
}
.callback {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.callback-text {
    color: #4ab038;
    border-bottom: 1px dashed;
 	font-weight: 600;
    cursor: pointer;
    padding-bottom: 2px; 
}
.maps {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.maps-text a {
    color: #4ab038;
    border-bottom: 1px dashed;
 	font-weight: 600;
    cursor: pointer;
    padding-bottom: 2px; 
}
p.header-contact-phone {
    font-size: 26px;
    font-weight: 600;
    color: #4ab038;
	margin-bottom: 4px; 
}
.header-center-left {
    text-align: center;
}
p.header-contact-mode-1 {
    font-size: 15px;
}
p.header-contact-email {
    font-size: 18px;
    text-decoration: underline;
    margin-top: 5px;
}
.slide-one {
    height: 280px;
    width: 932px;
    position: relative;
	border-radius: 4px; 
}
.slick-slide img {
    display: block;
	border-radius: 4px;
}
.slide-two-one {
    width: 300px;
    height: 178px;
    margin-left: 20px;
    position: relative; 
}
.slide-two-one.ils {
    margin-bottom: 18px;
}
.sale-products-hit {
    width: 1240px;
    margin: 0 auto;
}

.title-pro {
    color: #4ab038;
    font-size: 16px;
    font-weight: 600;
    border-bottom: 1px solid #4ab038;
    padding-bottom: 4px;
    width: 280px;
    text-align: center;
    margin: 20px 0px 20px 0px;
}
ul.index_products-hit {
	width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
	list-style: none; 
    grid-gap: 30px; 
}
ul.index_products-hit span.price {
    font-size: 18px;
    display: flex;
    justify-content: center;
}

.all_brands img {
	width: auto;
 	height: 40px;
} 
.content-index {
    width: 1240px;
    margin: 0 auto;
    line-height: 24px;
    margin-top: 60px; 
}
.content-index ul {
    margin-left: 16px;
    padding: 10px 0px 20px 0px;
}
.instagram {
    width: 1240px;
    margin: 0 auto;
    padding-top: 50px;
}
.instagram-title {
    font-size: 26px;
    background: #fff;
    text-align: center;
	position: relative; 
}
.instagram-title span {
    background: #fff;
    position: relative;
    z-index: 89;
    padding: 0px 20px;
}
.instagram-text {
    text-align: center;
    font-size: 12px;
}
.instagram-title:after {
	content: "";
    display: block;
    position: absolute;
    height: 1px;
    border-bottom: 2px dotted #e4e4e4;
    top: 16px;
    left: 0;
    right: 0;
    z-index: 0;
}
.instagram-img {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px; 
}
.instagram-img img {
    width: 230px;
    height: 230px;
}
.cont-all {
    display: flex;
    width: 1240px;
    margin: 0 auto;
}
.main-bottom {
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    margin: 0 auto;
    background: #eeeeee;
}
.main-bottom-block {
    display: flex;
    justify-content: space-evenly;
    width: 1240px;
    margin: 0 auto;
}


.products-width {
    width: 1240px;
}
.category-description {
    line-height: 24px;
    margin: 20px 0px;
    text-indent: 20px;
}
img.no-photo-cat {
	display: flex;
    justify-content: center;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
}
.podcat ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 10px;
    padding: 0px; 
}
.podcat ul li {
	width: 100%;
    height: auto;
    position: relative;
    opacity: 0.9;
    transition: 0.8s;
    overflow: hidden;
}

.podcat ul li a {
	display: block; 
}
.podcat ul li a img{
	width: 100%;
    object-fit: cover;
    height: 90px;
    border: 1px solid #5eb84a;
	display: block; 
}
span.podcat-name {
    color: #000000;
    display: block;
    width: 100%;
    text-align: center;
    padding: 8px 20px;
    border: 1px solid #f2f2f2; 
    background: #fff; 
}

.podcat ul li a.active span.podcat-name,
span.podcat-name:hover {
 	background: #c2df2a;
    color: #fff;
} 
.filt-mob {
    border: 1px solid #f3f3f3;
    justify-content: center; 
    align-items: center;
    margin-right: 10px;
    cursor: pointer;
    z-index: 109;
    background: #fff;
	display: none; 
}
.filt-mob img {
    width: 36px;
    height: 36px;
}
.cont-right h1 {
    font-size: 36px;
    text-align: left;
    padding: 10px 0px;
	margin: 0;
    display: flex;
    align-items: center; 
}
.prod-all-photo {
    width: 600px;
    display: flex;
}
.prod-right {
    width: 600px;
}
.prod-photo {
    width: 450px;
    display: flex;
    justify-content: center;
}
.an-photo {
    width: 80px;
    display: flex; 
}
.color-labels li {
    display: inline-block;
    margin: 0px;
    width: auto;
    height: auto; 
    /*width: 50px;
    height: 50px;*/
}
.color-labels li label img {
    display: inline-block;
    width: 90px;
    height: 40px;
    /*vertical-align: middle;*/
}
.product-one .color-labels li label img {
    vertical-align: middle;
}
#back-top {
    position: fixed;
    display: none;
    background: #fff;
    width: 100%;
    z-index: 1111;
	transition: top 300ms linear;
    box-shadow: 0 1px 5px rgba(0,0,0,0.136); 
}
.scroll-menu-left img {
    width: 100px;
    height: auto;
}
.scroll-menu-all {
    width: 1240px;
    margin: 0 auto;
    display: flex; 
    padding: 6px 0px;
}
.scroll-menu-center ul {
    display: flex;
	list-style: none;
}
.scroll-menu-center {
    display: flex;
    align-items: center;
}
.scroll-menu-center a {
    padding: 0px 14px;
}
.scroll-menu-center ul li a {
    padding: 0px 14px;
}
.scroll-menu-catalog-all {
    display: none;
    position: absolute;
    top: 56px;
    background: #fff;
}
.scroll-menu-center:hover .scroll-menu-catalog-all {
    display: flex;
    align-items: center;
}
.scroll-menu-left {
    margin-right: 40px;
}
.scroll-menu-catalog-title {
    padding: 0px 14px;
 	cursor: pointer;
}
.scroll-menu-catalog-title:hover {
    color: #4ab038;
}
.scroll-menu-center:hover .scroll-menu-catalog-all {
	display: block;
	box-shadow: 0 1px 5px rgba(0,0,0,0.136); 
}
.scroll-menu-catalog-all ul {
    flex-flow: column;
}
.scroll-menu-catalog-all ul li a {
    padding: 6px 14px;
    display: block;
}
nav.nav-cat-menu-anothers {
	cursor: pointer; 
} 
nav.nav-cat-menu-anothers ul {
    position: absolute;
    top: 60px;
    display: none;
}
nav.nav-cat-menu-anothers:hover ul {
    display: block;
    z-index: 999; 
}
.pdr {
    width: 170px;
    text-align: center;
    display: none !important;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px !important;
}

li.product.product-catalog-item:hover .pdr {
    display: block !important; 
}

li.product.product-catalog-item:hover .slix {
	border: 1px solid #e6e6e6;
    border-top: 0;
} 
li.product.product-catalog-item.js-product-app.nicross {
    min-height: 400px;
}




.indepro .color-labels li {
    z-index: 9;
    cursor: pointer;
    outline: 0;
    font-size: 11px;
    margin: 0 0 6px;
    padding: 0 6px 0 0;
    display: inline-block;
    vertical-align: top;
}
/*.indepro ul.color-labels {
    flex-flow: row wrap;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 8px;
    padding: 0px 0px 0px 0px;
}*/


.indepro .cart-button input.button {
	display: flex !important;
    width: auto;
	padding:10px;
	font-size: 14px; 
}



/*.products li.product.product-catalog-item {
	width: 221px;
	min-height: 340px; 
} */
.pr-one-pt .image {
    width: 100%; 
}
/*.pr-one-pt .image img {
	max-width: 150px;
    max-height: 150px;
}
*/
.products li.product.product-catalog-item .price {
	font-size: 22px; 
} 

.delivery-and-form {
    display: flex;
    padding: 20px;
    border: 1px solid #d5d5d5;
    margin-top: 40px;
    background: #fff; 
}

.delivery-and-form-right {
}
.delivery-and-form-right input,
.delivery-and-form-right textarea {
    border: 1px solid #d5d5d5;
    border-radius: 3px;
    padding: 6px 8px;
    font-size: 14px;
}

/* Ховер каталог */
.items {
  	width: 100%;
  	display: grid;
  	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 20px; 
}
.pr-one-pt {
    border: 1px solid #e5e5e5;
    transition: all ease .2s;
	background: #fff;
    border-radius: 8px; 
}
.pr-one-pt:hover {
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    border-color: #eee;
}
.li-proda {
    /*position: relative;
    background: #fff;
    width: 100%;*/
	height: 100%; 
}
span.catalog-menu-main-image {
    display: inline-grid;
}


/* Ховер каталог (END)*/

/* Ховер главная */
.pr-one-pt-index {

}
.item-index {
    position: relative;
	border: 1px solid #f2f2f2;
    transition: all ease .2s;
    background: #fff;
    padding: 20px;
    height: 100%;
    margin-right: -1px;
	height: 420px; 
}
.item-index:hover {
    border-color: #eee;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.15);
    z-index: 99;
 	height: 470px;
}

Ховер главная (END) */


.prod-brand-cat {
    display: flex;
    justify-content: center;
	margin-bottom: 10px; 
}
.prod-brand-cat img {
    width: auto;
    height: 40px;
    max-width: 170px;
}
.stock-and-sku {
    display: flex;
    font-size: 12px;
    justify-content: space-evenly;
    color: #666;
	margin: 8px 0px 0px 0px;
	align-items: center;
    flex-flow: column;
}
.sku {
    margin-bottom: 6px;
}
.stock {
    margin-bottom: 6px;
    display: flex;
    align-items: center; 
}
.stock span {
	font-size: 12px;
    color: #4ab038;
    width: 16px;
    height: 20px;
} 
.stock span img {
    width: 14px;
    height: 14px;
} 
input.button.index-but {
    margin: 30px auto;
    margin-bottom: 0;
    opacity: 0; 
}
.item:hover input.button.index-but {
	opacity: 1; 
} 
a.button.index-but {
    border: 1px solid #4ab038;
    padding: 10px 40px;
    font-size: 15px;
    display: block;
    width: 70%;
    cursor: pointer;
    background: #4ab038;
    color: #fff;
    border-radius: 4px;
    transition: 1s;
    font-weight: 600;
    margin: 0 auto;
	margin-top: 10px; 
}

section#content-tab1 {
    line-height: 24px;
}
section#content-tab1 p{
    margin-bottom: 10px;
}
.prod-annotation {
    line-height: 24px;
    overflow: hidden; 
}
.cart-pr-one {
    display: flex;
    border: 1px solid #d5d5d5;
    margin-bottom: -1px;
    align-items: center;
    padding: 6px 0px;
    border-right: none;
    border-left: none;
    background: #fff;
    padding: 10px 10px; 
}
.cart-anothers-block {
    display: flex;
    align-items: center;
    justify-content: space-between;
	width: calc(100% - 60px);
}
.cart-anothers-block-bot {
    display: flex;
    width: 160px; 
}
#cart_added_success {
    display: block;
    width: 250px;
    padding: 10px;
    box-sizing: border-box;
    position: fixed;
    bottom: 20px;
    right: -310px;
    background: #83d024;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
    z-index: 99999999; 
}
#cart_added_success span a {
	border-bottom: 1px solid #fff;
}
 
#cart_added_success.open {
    right:10px;
}



span.pr-img {
    width: 386px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    align-items: center;
    height: 230px;
}
.page-cont {
    display: flex;
    justify-content: space-between;
}
/*.page-cont-left {
    width: 260px;
    flex-shrink: 0;
    margin-right: 20px; 
}*/
.page-cont-right {
    width: 100%;
}
/*.page-dmenu {
    margin-top: 20px;
}*/
.page-dmenu {
    width: 260px;
    flex-shrink: 0;
    margin-right: 20px;
}
ul.page-dmenu-ul {
    list-style: none;
}
ul.page-dmenu-ul li a {
    background: #fafafa;
    display: block;
    border: 1px solid #e9e9e7;
    margin-bottom: -1px;
    padding: 10px 14px;
}

ul.page-dmenu-ul li.selected a,
ul.page-dmenu-ul li:hover a{
    background: #eeeeee;
    color: #4ab038;
}
/*.paint-1, .paint-2, .paint-3 {
    margin-bottom: 30px;
}*/
.paint-1 ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    list-style: none;
}
.paint-1 ul li {
    border: 1px solid #d2d2d2;
 	position: relative;
    transition: 0.8s; 
}
.paint-1 ul li:hover {
	transition: 0.8s;
    box-shadow: 0px 0px 20px 4px rgba(0, 0, 0, 0.31);
}
.paint-1 ul li a {
    display: block;
}
.paint-2 ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    list-style: none;
}
.paint-2 ul li {
 	position: relative;
    transition: 0.8s; 
}
.paint-2 ul li:hover img {
	transition: 0.8s;
    opacity: 0.7; 
}
.paint-2 ul li a {
    display: block;
}

span.post-name {
    background: #4ab038;
    color: #fff;
    display: block;
    text-align: center;
    padding: 10px 10px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
span.post-img img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
}
span.post-name-2 {
    display: block;
    font-size: 14px;
    font-weight: 600;
    background: #ef7f1a;
    color: #fff;
    padding: 6px 4px;
    text-align: center;
    margin-top: -10px;
	border-radius: 0px 0px 4px 4px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center; 
}
span.post-img-2 {
    display: block;
    margin-bottom: 10px;
}
span.post-img-2 img {
    display: block;
    width: 100%;
    height: 120px;
    object-fit: cover;
	border-radius: 4px 4px 0px 0px; 
}
span.post-img-2.psim {
    height: 130px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    color: #bfc8c5;
	border-radius: 4px 4px 0px 0px; 
}
span.post-date-2 {
    padding: 6px 0px 10px 0px;
    display: block;
 	font-weight: 500;
}
span.page-name-desc {
    display: flex;
    flex-flow: column;
}
ul.page-desa li {
    display: flex;
    border-bottom: 1px solid #eee;
    padding-bottom: 20px;
    margin-bottom: 30px; 
}
/*ul.page-desa {
    margin-top: 20px;
}*/
ul.page-desa li a {
    display: block;
}
ul.page-desa li a img{
    display: block;
}
ul.page-desa li a img {
    display: block;
    width: 280px;
    height: 180px;
    object-fit: cover;
    margin-right: 30px;
}
span.page-name a {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
}
span.page-more a {
	font-weight: 500;
    color: #222;
    margin-top: 20px;
    font-size: 14px;
}
span.page-body_2 {
    line-height: 22px;
    font-size: 13px;
}

.section-user {
    width: 100%;
    display: flex;
	margin-top: 30px; 
}
.box-right-user {
    width: calc(100% - 240px);
}
ul.tabs-user {
    height: 28px;
    line-height: 25px;
    list-style: none;
    border-bottom: 1px solid #DDD;
    background: #FFF;
}
.tabs-user li {
    float: left;
    display: inline;
    margin: 0 1px -1px 0;
    padding: 0 13px 1px;
    color: #777;
    cursor: pointer;
    background: #F9F9F9;
    border: 1px solid #E4E4E4;
    border-bottom: 1px solid #F9F9F9;
    position: relative;
}
.tabs-user li:hover,
.vertical-user .tabs-user li:hover {
    width: 240px;
    background: #4ab038;
    border: 1px solid #c9c8c8;
    color: #fff;
}
.tabs-user li.current-user {
    color: #444;
    background: #EFEFEF;
    padding: 0 13px 2px;
    border: 1px solid #D4D4D4;
    border-bottom: 1px solid #EFEFEF;
}
.box-user {
    display: none;
	padding: 0 0px 0 24px;
}
.box-user.visible-user {
    display: block;
}
.vertical-user .tabs-user {
    width: 240px;

}
.vertical-user .tabs-user li {
    width: 240px;
    background: #ffffff;
    border: 1px solid #c9c8c8;
    color: #000;
    font-size: 16px;
    padding: 10px 10px;
}

.vertical-user .tabs-user li.current-user {
    width: 240px;
    background: #4ab038;
    border: 1px solid #c9c8c8;
    color: #fff;
    display: block; 
}
.vertical-user .tabs-user li.current-user a {
    color: #fff; 
}
.vertical-user .box-user {
  border-width: 1px;
}
.box-user.visible-user p {
    margin-bottom: 0px;
    line-height: 22px;
    font-size: 14px;
}
.company-info-ok {
    margin-top: 10px;
    margin-bottom: 20px;
}
.total-summ-ok {
    text-align: right;
    font-size: 26px;
}
.total-ok {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dcdcdb;
    padding-top: 10px;
}
.box-user-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 20px;
}
span.linput-user {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
span.linput-user input,
span.linput-user textarea,
span.linput-user select {
	margin: 0 !important;
    font-size: 18px;
    padding: 8px 10px;
    border-radius: 4px;
    background: #f5f5f5;
    border: 1px solid #e6e6e6;
}
span.linput-user textarea {
    width:100%;
    height:100px;
}
span.linput-user label {
    font-size: 18px;
    width: 400px;
}
div#company_block input,
div#private_block input {
    width: 400px;
}
.box-user-data {
	font-size: 18px;
    padding: 10px 0px 10px 0px;
    font-weight: 600;
}
span.box-user-save {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
span.box-user-save p {
    font-size: 16px;
}
ul#orders-history {
    list-style: none;
    margin-top: 50px;
}
ul#orders-history li {
    display: flex;
    align-items: center;
    border: 1px solid #dcdcdb;
	width: 100%;
    text-align: center;
    margin-bottom: -1px; 
	justify-content: space-between; 
}
li.orders-history-title {
    border: 1px solid #bebfbf;
    background: #dcdcdb;
}
ul#orders-history li span {
    width: 25%;
    min-height: 50px; 
}
ul#orders-history li span a {
    border-bottom: 1px solid #4ab038;
    color: #4ab038;
}
ul#orders-history li span {
    /*padding: 10px 10px;*/
    font-size: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}
li.orders-history-num span a {
	border: 1px solid #4ab038;
    padding: 5px 0px;
    font-size: 14px;
    display: block;
    cursor: pointer;
    background: #fff;
    color: #fff;
    border-radius: 4px;
    transition: 1s;
    font-weight: 600;
    width: 120px;
    text-align: center;
}
.order-detail-one {
    display: flex;
    justify-content: end;
    border: 1px solid #dcdcdb;
    margin-bottom: -1px;
    border-left: none;
    border-right: none;
    padding: 6px 0px;
    align-items: center;
}
.order-detail-one .name {
    min-width: 65%;
}
.pr-am-pr {
    display: flex;
}
.pr-am-pr .amount {
    padding: 0px 20px;
}
.box-user-pass {
    border: 1px solid #dcdcdb;
    padding: 20px;
    display: flex;
    flex-flow: column;
}
.box-user-pass label {
    font-size: 15px;
    font-weight: 600;
    color: #7b7b7b;
    margin-bottom: 4px;
    margin-top: 10px;
}
input#password {
    background: #f5f5f5;
    border: #f0f0f0;
    width: 420px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}
input#password2 {
    background: #f5f5f5;
    border: #f0f0f0;
    width: 420px;
    padding: 10px;
    font-size: 14px;
    margin-bottom: 20px;
    margin-top: 10px;
}
input.button.pass-but {
    width: 170px;
}
form.form.login_form {
    width: 340px;
}
form.form.register_form {
    width: 340px;
}

.title-and-path h1 {
    font-size: 36px;
    text-align: left;
    padding: 10px 0px 30px 0px;
	margin: 0; 
}
.title-and-path {
	margin: 0 auto;
    width: 100%;
    background: #fafafa;
	margin-bottom: 20px; 
}
.title-and-path-all {
    width: 1240px;
    margin: 0 auto;
}

.coup-total-buyclick {
	display: flex;
    justify-content: space-between;
    padding: 20px;
    border: 1px solid #d5d5d5;
    margin-top: 30px;
    margin-bottom: 30px;
    align-items: center; 
    background: #fff; 
}
.total-price-all {
    font-size: 26px;
    font-weight: 600;
    width: 350px;
    text-align: right;
}
.total-price-all span {
    font-weight: 400;
    margin-right: 10px;
}
input.button-cupon {
    background: #4ab038;
    border: 1px solid #4ab038;
    color: #fff;
    cursor: pointer;
	-webkit-appearance: none; 
}
.buyclick-all {
    margin-left: 20px;
}
.cupon-input {
    display: flex;
}
.cupon-title {
    font-size: 14px;
    color: #717171;
    padding-bottom: 6px;
}
input.coupon_code {
    width: 240px;
    padding: 4px 8px;
    font-size: 14px;
    color: #777;
}
.coupon {
    width: 450px;
}
.price-sale {
    font-size: 18px;
    color: #4ab038;
}
.make-order-title {
    font-size: 32px;
    text-align: center;
    padding-bottom: 30px;
    padding-top: 10px;
}
.user-profile {
    padding: 20px;
    border: 1px solid #d5d5d5;
    background: #fff; 
}
.user-profile-title span {
    font-size: 22px;
    font-weight: 500; 
}
.user-profile-title span.icon-address-card-o {
    color: #c2df2a;
    font-size: 24px;
    margin-right: 8px;
}
.user-profile-title span.icon-cc-visa {
    color: #c2df2a;
    font-size: 24px;
    margin-right: 8px;
}
.user-profile-title span.icon-location{
    color: #c2df2a;
    font-size: 24px;
    margin-left: -6px; 
}
.user-profile-title {
    display: flex;
    align-items: center;
    padding-bottom: 20px; 
}
.user-profile-title img {
    width: auto;
    height: 30px;
    margin-right: 10px;
}
.order-button {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

/*.radio input {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 7px;
}
.radio__text {
	position: relative;
	padding: 0 0 0 35px;
	cursor: pointer;
}
.radio__text:before {
	content: '';
	position: absolute;
	top: -3px;
	left: 0;
	width: 22px;
	height: 22px;
	border: 1px solid #CDD1DA;
	border-radius: 50%;
	background: #FFF;
}
.radio__text:after {
	content: '';
	position: absolute;
	top: 1px;
	left: 4px;
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #9FD468;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: .2s;
}
.radio input:checked + .radio__text:after {
	opacity: 1;
}*/



label.radio {
    display: flex;
    align-items: center;
}
.radio__text {
    margin-left: 10px;
}
.sort select {
    min-width: 170px;
    padding: 3px 6px 4px 6px;
    border: 1px solid #5eb84a;
    color: #000;
    border-radius: 0px;
	background: #fff; 
}
.prod-annotation ul {
    list-style: none;
}
.search-mobile {
	display: none; 
}
.scrollup {
    width: 40px;
    height: 40px;
    opacity: 0.3;
    position: fixed;
    bottom: 50px;
    right: 50px;
    display: none;
 	z-index: 999;
    text-indent: -9999px;
    background: url(../images/icon_top.png) no-repeat;
}
.finde-sale {
	margin-top: 10px;
    margin-bottom: 20px;
    display: flex;
    align-items: flex-end;
}
.finde-sale a {
	color: #000000;
    font-size: 16px;
    border-bottom-color: #000000;
    margin-left: 10px;
}
.finde-sale img {
    width: 26px;
}
.zakaz-uslug {
    width: 210px;
    margin: 0 auto;
	padding-top: 20px; 
}
.butsearch {
display: flex;
    justify-content: center;
    align-items: center;
    width: 46px;
    height: 46px;
    border-radius: 4px;
    background: linear-gradient(to bottom,#4ab038 0,#2e961b 100%);
    position: relative;
    cursor: pointer;
    box-shadow: inset 0 23px 0 rgba(255,255,255,0.0),inset 0 1px 15px rgba(255,255,255,0.0),0px -2px 0 rgba(109,0,68,0.0)inset;
    transition: all 0.1s;
}
span.seron.bluron {
	height: 30px;
    width: 30px;
    display: block;
    cursor: pointer;
	background: url(../images/search.svg) no-repeat; 
}
ul.page-desa {
    list-style: none;
}
.prod-slid-index {
    width: 1240px;
    margin: 0 auto;
    padding-top: 30px;
    padding-bottom: 20px;
}
/* Colin990 Fix */
.slider-container {
    height: auto;
    margin-bottom: 20px;
    margin-top: 20px; 
}

.slider-content {
	position: relative;
}

.slider-container__slider,
.slider-container__slider2 {
	opacity: 0;
	position: absolute !important;
}

.slider-container__slider.active,
.slider-container__slider2.active {
	position: relative !important;
	opacity: 1;
}

/* Colin990 Fix */


.slider-container .slider-container__tab-list {
  display: inline-block;
  font-size: 0;
	margin-bottom: 21px; 
}

.slider-container .slider-container__tab-item {
    display: inline-block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    text-align: left;
    padding: 30px 0px 10px 0px;
    margin-right: 30px; 
}

.slider-container .slider-container__tab-item.active {
    -webkit-transition: all 170ms ease;
    transition: all 170ms ease;
    border-bottom: 3px solid #ff7914;
}

.slider-container .slider-container__tab-item:hover,
.slider-container .slider-container__tab-item:focus {
    -webkit-transition: all 170ms ease;
    transition: all 170ms ease;
    border-bottom: 3px solid #ff7914;
}

.slider-container .slick-slider {
  position: inherit;
}

.slider-container .slick-list {
  margin-bottom: 30px;
}
.filter-mobile {
    display: none;
}

span.st-verh {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    margin-left: 8px; 
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-top: 6px solid #c1c1c1;
}
span.st-niz {
    width: 0;
    height: 0;
    float: right;
    margin-top: 10px;
    margin-left: 8px;  
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    border-bottom: 6px solid #9B9797;
}
.filt-cat {
    display: flex;
    align-items: center;
    margin-top: 10px;
    position: relative; 
}
.mob-filter-all {
    position: absolute;
    top: 45px;
    z-index: 99;
    width: 100%;
    left: 0;
	display: none; 
	box-shadow: 0 0 0 99999px rgba(0, 0, 0, 0.38);
}
.mob-filter-all.active {
    display: block;
}

input#submit[disabled] {
    background: #777;
    border: 1px solid #777; 
    cursor: no-drop; 
}
.login-left-and-right {
    display: flex;
}
.login-left {
    width: 340px;
}
.login-right {
    padding: 5px 0px 0px 40px;
    width: 700px;
}
.login-right a {
    color: #4ab038;
    border-bottom: 1px dashed;
    padding:  0px;
}
.box-right-user p {
    padding-bottom: 10px;
}
ul.prod-feat {
    list-style: none;
    margin-left: 10px;
}
form.form.pass-re {
    width: 410px;
}
span.reg-and-pass {
    display: flex;
    justify-content: space-between;
    padding: 10px 0px 10px 0px;
}
span.reg-and-pass a {
    color: #4ab038;
    border-bottom: 1px dashed;
}
span.reg-and-pass a:hover {
    color: #339122;
}
span.linput-user.inbortea {
    display: block;
}
span.linput-user.inbortea label {
    font-size: 14px;
}
span.star {
    color: #ff2727;
}
li.js-delivery-block.in_company {
    display: none;
}

.order-infor {
    width: 85%;
    text-align: center;
    margin: 0 auto;
    font-size: 16px; 
}
.order-infor div {
    margin-bottom: 10px;
}

#success_confirm,
#error_confirm {
    width: 500px;
}
#success_confirm .text,
#error_confirm .text {
    text-align:center;
}
#success_confirm .action {
    margin:20px 0 10px 0;
}
#success_confirm .action a {
    display:inline-block
}
.confirmed,
.confirmed input {
    color:#4bb038!important
}
.confirmed label:after {
    content:'';
    width:20px;
    height:20px;
    background:url('../images/tick.png') center no-repeat;
    display:inline-block;
    margin-left:20px;
    vertical-align:middle;
    
}
.akkf {
    font-size: 13px;
    font-weight: bold;
    text-align: left;
    display: block;
    color: #7d6792;
    margin: 5px 0; 
}
.order-button-agree {
    display: flex;
    flex-flow: column;
    align-items: center;
}
.profile-user-infor {
    padding: 0px 0px 20px 0px;
    text-decoration: underline;
    color: #000;
    font-size: 13px;
}

div#exampleModal {
    position: relative;
}
.box-modal_close.arcticmodal-close {
    position: absolute;
    right: 10px;
    color: #fff;
    border-radius: 50%;
    border: 2px solid #fff;
    padding: 5px 10px;
    font-weight: 600;
    top: 10px;
 	cursor: pointer;
}
.mod-code {
    position: absolute;
    top: 199px;
    left: 180px;
    font-size: 22px;
    font-weight: 600;
}
.in-cart-but {
    margin-top: 14px;
}
span.linput-user textarea {
    width: 400px;
}
.send-coupon {
    position: absolute;
    bottom: 88px;
    left: 59px;
    display: flex;
}

.coupon-inp {
    width: 312px !important;
    height: 31px;
    border: 1px solid #00b34e;
    margin-right: 8px;
    font-size: 12px !important;
    padding: 0px 10px;
}
input.button.coupon-bt.js-agree-button {
    height: 31px;
    border-radius: 0;
    padding: 0;
    width: 160px;
}
.remove a span.icon-cancel {
    color: #f00;
}
li.logout {
    background: #f1f1f1 !important;
}
li.logout a {
    display: block;
}
.paytmet-in-cart-in li {
    width: 250px !important;
}
/*.paytmet-in-cart-in li .checkbox {
    display: none;
}*/
.paytmet-in-cart-in li label {
    display: block;
}
span.pay-m-img {
    display: flex;
    justify-content: center;
    align-items: center;
}
span.pay-m-img img {
    display: block;
    width: 140px;
    max-height: 100%;
}
.delivery-and-form-left {
    width: 100%;
}
label.sum-zak {
    font-size: 20px;
    font-weight: 600;
    color: #8fc54d;
    padding: 10px 0px;
    display: -webkit-inline-box;
    border-bottom: 1px solid;
}
.index-products {
    margin-top: 40px;
}

.f-header-all {
    display: block;
}
.f-header-block-mob {
    display: none;
} 
.mob-tel {
	display: none;
}
.price.in-mob-pr-a {
    display: block;
}
.cat-desc {
    padding: 10px;
    background: #f1f1f1;
    margin-bottom: 20px;
    border-radius: 4px;
}
span.cart-itogo {
    display: block;
    margin-right: 8px; 
}
span.cart-cat {
    display: none;
}
span.miniitogo-span {
    display: flex;
}


div#cart_informer_bottom {
	display: none;
}
h1.page-h1 {
    font-size: 23px;
    margin-top: 30px;
}
.grecaptcha-badge {
    display: none !important;
}
.agree-in {
    font-size: 13px;
    text-align: center;
    width: 600px;
    margin-bottom: 20px;
}
.agree-in a {
    text-decoration: underline;
}
.agree-in.regi-ister {
    text-align: left;
    margin: 10px 0px;
}
.footer-bottom-right {
    margin-top: 0px;
}
.delivery-and-form-left form {
    text-align: center;
    display: flex;
    flex-flow: column;
    justify-content: center;
    align-items: center;
}
input.checkout_button {
    margin-top: 20px;
}

.form_radio_btn {
	display: inline-block;
}
.form_radio_btn input[type=radio] {
	display: none;
}
.form_radio_btn label {
	display: inline-block;
    cursor: pointer;
    border-radius: 6px;
    user-select: none;
    margin: 11px;
    padding: 10px;
    border: 1px dashed #CCC;
}
 
/* Checked */
.form_radio_btn input[type=radio]:checked + label {
    background: #ffffff;
    border: 2px solid #c2df2a;
}
 
/* Hover */
.form_radio_btn label:hover {
	color: #666;
}
 
/* Disabled */
.form_radio_btn input[type=radio]:disabled + label {
	background: #efefef;
	color: #666;
}

.alllink> a, a.slink {
    display: inline-block;
    border: 1px solid #e2e2e2;
    padding: 6px 20px;
    color: #666;
    box-shadow: 0 1px 2px rgba(0,0,0,0.07);
    transition: all 0.15s;
}
.alllink.photoalllink> a> span {
    float: left;
    display: inline-block;
    width: 40px;
    background: linear-gradient(to bottom,#c2df2a 0,#b5d31a 100%);
    position: relative;
    box-shadow: 0px 0px 0px 4px #c2df2a9c;
 	transition: all 0.1s;
    border-radius: 100px;
    margin: -10px 11px -12px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-weight: 600;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.29);
    text-align: center; 
}
.alllink.photoalllink> a> b {
    font-weight: 400;
    float: left;
}
.alllink.photoalllink.mar-b-50.pad-t-30 {
    display: flex;
    justify-content: center;
}
#zcomments {
	display: block;
	border-radius: 5px;
	background: #F4F4F4;
	padding: 0;
    margin-top: 20px; 
}

#zcomments::after,.zcomments::after {
	content: '';
	display: block;
	clear: both;
}

.zcomments {
    display: block;
    position: relative;
    width: 100%;
    -moz-columns: 380px auto;
    -webkit-columns: 380px auto;
    columns: 380px auto;
    background: #f6f6f6;
    padding: 20px;
    border-radius: 5px; 
}
.mtitle.mtitlerev {
	margin: 0;
	padding: 48px 0 42px 0;
	color: #40474e;
}

.cgrid {
    padding-right: 0;
    display: inline-block;
    background: #fff;
    list-style: none;
    padding: 10px;
    width: 100%;
    margin-bottom: 30px;
    vertical-align: top;
    border-radius: 5px;
}

.cgrid> div {
	background: #fff;
	padding: 20px;
	border-radius: 10px;
}

.retable {
    display: table;
    width: 100%;
    position: relative;
    font-size: 13px;
    line-height: 18px;
    color: rgb(64, 64, 64);
	font-weight: 500; 
}
.rtd.rtdcom p {
    padding-bottom: 6px;
}
.retable> .rtd {
	display: table-cell;
	vertical-align: top;
	position: relative;
}

.retable> .rtd.rtdimg {
	width: 130px;
	padding: 0 30px 0 0;
}

.retable> .rtd.rtdimg img {
	max-width: 100%;
	height: auto;
	border-radius: 50%;
}

.retable> .rtd.rtdcom> b {
	display: block;
	font-weight: 600;
	margin: 0 0 10px 0;
	color: #000;
	font-size: 16px;
}

.readmins> b {
	font-size: 14px;
	font-weight: 600;
	display: BLOCK;
}

.readmins {
	display: block;
	background: #3cb868;
	margin: 20px 0 0px 0;
	border-radius: 5px;
	padding: 10px;
	color: #fff;
	position: relative;
}

.readmins::after {
	content: '';
	position: absolute;
	left: 20px;
	bottom: 100%;
	border: 8px solid transparent;
	border-bottom: 8px solid #3cb868;
}

.revtitle {
	display: block;
	position: relative;
	margin: 0 0 30px 0;
}

.revtitle> h1 {
	display: block;
	float: left;
	font-weight: 400;
	margin: 0;
}

.revtitle> span {
	float: left;
	background: #c92d8c;
	font-size: 14px;
	width: 25px;
	height: 25px;
	text-align: CENTER;
	line-height: 25px;
	color: #fff;
	margin: 3px 0 0px 12px;
}

.revtitle> a {
	float: right;
	border-color: transparent;
	background: #c92d8c;
	color: #fff;
	margin-top: -1px;
	transition: all 0.05s;
}

.revtitle> a:hover {
	background: #750847;
	border-color: transparent;
}

.addrev {
	display: none;
}

.addrev> .podtable {
	margin: 0 0 30px 0;
}

.comrate {
	display: block;
	margin: 0 0 5px 0;
}

.maintitle> span> a> h3 {
	margin: 0;
	font-weight: 600;
	font-size: 18px;
}

ul.photo,ul.photo> li {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
}

.allbumshare {
	text-align: center;
}

.photoblock,.albumphoto {
	position: relative;
	width: 100%;
	max-width: 1230px;
	text-align: center;
}

.photoblock> .grid {
	display: inline-block;
	width: 10%;
	min-height: 10px;
	background: #fff;
	font-size: 12px;
	float: initial;
}

#reviewStars-input.prod {
	float: left;
	margin: 0 0 0px 19px;
}

#reviewStars-input.prod input {
	z-index: 5;
	cursor: pointer;
}
#reviewStars-input input:checked ~ label,#reviewStars-input label,#reviewStars-input label:hover,#reviewStars-input label:hover ~ label {
	background: url('../images/stars.png')no-repeat;
}

#reviewStars-input {
	overflow: hidden;
	position: relative;
	float: left;
	margin: 11px 20px 0 0;
}

#reviewStars-input input {
	opacity: 0;
	width: 21px;
	height: 20px;
	position: absolute;
	top: 0;
	z-index: 0;
}

#reviewStars-input input:checked ~ label {
	background-position: 0 -20px;
	height: 20px;
	width: 21px;
}

#reviewStars-input label {
	background-position: 0 0;
	height: 20px;
	width: 21px;
	float: right;
	cursor: pointer;
	margin-right: 5px;
	position: relative;
	z-index: 1;
}

#reviewStars-input label:hover,#reviewStars-input label:hover ~ label {
	background-position: 0 -20px;
	height: 20px;
	width: 21px;
}

#reviewStars-input #star-0 {
	left: 0;
}

#reviewStars-input #star-1 {
	left: 26px;
}

#reviewStars-input #star-2 {
	left: 52px;
}

#reviewStars-input #star-3 {
	left: 78px;
}

#reviewStars-input #star-4 {
	left: 104px;
}

#reviewStars-input #star-5 {
	left: 130px;
}

li.addrate {
    display: flex !important;
    align-items: center;
}
.rating {
	display: inline-block;
	width: 86px;
	height: 15px;
	background: url('../images/rating.png')0px 0 no-repeat;
	position: relative;
}

.rating> .rat {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/rating.png)0px -16px no-repeat;
	height: 15px;
}
.lastcom .slick-slide:nth-child(3n+2)>.comitem> .comtext {
	background: #F4EFF9;
}

.lastcom .slick-slide:nth-child(3n+2)>.comitem> .comtext::before {
	border-top: 17px solid #F4EFF9;
}

.lastcom .slick-slide:nth-child(2n+1)>.comitem> .comtext {
	background: #FBF3EA;
}

.lastcom .slick-slide:nth-child(3n+1)>.comitem> .comtext::before {
	border-top: 17px solid #FBF3EA;
}
input.frbutton {
    cursor: pointer;
    height: 37px;
    font-size: 14px;
    font-weight: 600;
    padding: 0 20px;
    text-align: center;
    border-radius: 5px;
    background: linear-gradient(to bottom,#c2df2a 0,#b5d31a 100%);
    box-shadow: inset 0 23px 0 rgba(255,255,255,0.0),inset 0 1px 15px rgba(255,255,255,0.0),0px -2px 0 rgba(109,0,68,0.0)inset;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0,0,0,0.41);
    border: 0;
    transition: all 0.2s;
}
button.button-jittery-ot {
    background: transparent;
    color: #fff;
    border: 2px solid #8ddb26;
    border-radius: 50px;
    outline: none;
    cursor: pointer;
    position: relative;
    transition: 0.2s ease-in-out;
    letter-spacing: 1px;
    padding: 6px 10px;
}
button.button-jittery-ot a {
    display: block;
}
.button-jittery button.button-jittery-ot {
  animation: jittery 4s infinite;
}
/*.button-jittery button.button-jittery-ot:hover {
  animation: heartbeat 0.2s infinite;
}*/

@keyframes jittery {
  5%,
	50% {
    transform: scale(1);
  }
  10% {
    transform: scale(0.9);
  }
  15% {
    transform: scale(1.15);
  }
  20% {
    transform: scale(1.15) rotate(-5deg);
  }
  25% {
    transform: scale(1.15) rotate(5deg);
  }
  30% {
    transform: scale(1.15) rotate(-3deg);
  }
  35% {
    transform: scale(1.15) rotate(2deg);
  }
  40% {
    transform: scale(1.15) rotate(0);
  }
}
@keyframes heartbeat {
  50% {
    transform: scale(1.1);
  }
}
h1.page-h1-rev {
    text-align: center;
    padding: 30px 0px 20px 0px;
    margin: 0;
}
.page-body-rev {
    text-align: center;
    margin-bottom: 40px;
}
.delivery {
    width: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.delivery a {
    font-size: 17px;
    font-weight: 500;
    color: #000;
    border-bottom: 1px solid #000;
    padding-bottom: 3px;
}
.vnimanie {
    text-align: center;
    margin-bottom: 13px;
    font-size: 21px;
    margin-top: -9px;
}
.funs {
	width: 1240px;
    text-align: center;
    color: #47484d;
    font-weight: 600;
    font-size: 15px;
    background: #c2df2a;
    margin: 0 auto;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 0px;
}
.ord-title {
    display: flex;
    flex-flow: column;
    justify-content: center;
    text-align: center;
    align-items: center;
    padding-top: 20px;
}
.ord-title-2 {
    font-size: 20px;
    margin-top: 8px;
    background: #c2df2a;
    padding: 8px 10px;
}
.ord-title-3 {
    font-size: 20px;
    margin-top: 8px;
    background: #c2df2a3b;
    padding: 8px 10px;
}
.attention {
    width: 1240px;
    margin: 0 auto;
    background: #f60000;
    padding: 13px 20px;
    border-radius: 6px;
    font-size: 17px;
    text-align: center;
    font-weight: 600;
    color: #fff;
}