/**/
header > .top{
	border-bottom: 1px solid #7D7D7D;
}
.topFixedLine{
	background:#C4C4C4;
	display: none;
}
.toMobileStarsArea{
	display: none;
}
.top-fix .topFixedLine{
	display: block;
	position: fixed;
	top:0;
	left:0;
	width: 100%;
	z-index:104;
}
.fox-top-row {
	padding: 0;
	align-items: center;
	flex-wrap: nowrap;
}
.fox-top-row .top-em-buts a{
	background-color: #fff;
	border-radius:50%;
}
.fox-top-row .top-col-3 {
	margin-left: 7px;
	margin-right: 0;
}
.fox-top-row .xxhead-buts a {
	padding: 8px 20px;
}
.fox-top-row .top-col-p2{
	margin-right: 15px;
	margin-left: 20px;
}
.fox-top-row .top-col-2 {
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 1px;
}
.top-col-1{
	margin-right: 14px;
}
.top-col-p1 {
	width: 40%;
	padding-bottom: 1px;
}
#FTsea{
	background: #EFEFEF;
	border-radius: 6px;
	overflow: hidden;
	position: relative;
	display: flex;
	align-items: center;
}
#FTsea input, #FTsea input:focus{
	height: 33px;
	border: 0 none;
	background: transparent;
	width:100%;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	padding: 0 10px 0 23px;
	color: #333;
	outline: 0 none;
	box-shadow: none;
}
#FTsea button{
	height: 33px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
	cursor: pointer;
	width: 100px;
	min-width: 100px;
	background: #FFC700;
	border: 0 none;
	border-radius: 6px;
	text-align: center;
}
.mobileSearchLine{
	display: none;
}
.contsButs{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.contsButs .FTcBe{
	width: 16px;
	height: 16px;
	background: url(/images/ndes/icn/whtEmail.svg) no-repeat center;
	background-size: contain;
	margin-right: 11px;
	text-decoration: none;
	white-space: nowrap;
}
.contsButs .FTcBp{
	text-decoration: none;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #222529;
	padding-left: 24px;
	white-space: nowrap;
	background: url(/images/ndes/icn/whtPhone.svg) no-repeat center left;
}
.toCatLinkTF{
	background-color: #FFC700;
}
.toCatLinkTF > a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 42px;
	color: #000000;
	background: url(/images/ndes/tmenu.svg) no-repeat 23px center;
	background-size: 21px;
	padding: 0 22px 0 60px;
	white-space: nowrap;
}

.top-em-buts{
	display: flex;
	position: relative;
}
.top-em-buts a{
	display: block;
	width: 28px;
	height: 28px;
	background-color: #C4C4C4;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 24px;
	border-radius: 50%;
	margin: auto 7px;
	position: relative;
}
.top-em-buts a:last-child{
	margin-right: 0;
}
.top-em-buts a.act, .top-em-buts a:hover{
	background-color: #FFC700;
}
.top-em-buts a span {
	display: block;
	width: 11px;
	height: 11px;
	position: absolute;
	color: #fff;
	border-radius: 50%;
	font-size: 8px;
	line-height: 9px;
	background: #000;
	text-align: center;
	padding: 0;
	right: 0;
	top:0;
}
.top-em-buts a span:empty{
	display: none;
}
.top-em-buts .compares{
	background-image: url(/images/ndes/top/compare.svg);
	background-size: 12px;
}
.top-em-buts .compares.act, .top-em-buts .compares:hover{
	background-image: url(/images/ndes/top/compareA.svg);
}
.top-em-buts .loves{
	background-image: url(/images/ndes/top/loves.svg);
	background-size: 18px;
}
.top-em-buts .loves.act, .top-em-buts .loves:hover{
	background-image: url(/images/ndes/top/lovesA.svg);
}
.top-em-buts .baskets{
	background-image: url(/images/ndes/top/basketsG.svg);
	background-size: 16px;
}
.top-em-buts .baskets.act, .top-em-buts .baskets:hover{
	background-image: url(/images/ndes/top/basketsA.svg);
}

.forLovesTab {
	position: absolute;
	right: 0;
	background: #fff;
	border-radius: 5px;
	width: 300px;
	padding: 7px;
	box-shadow: 0 5px 20px #aaa;
	max-width: 300px;
	top: calc(100% + 7px);
	z-index:110;
}
.forLovesTab::before {
	content: "";
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	top: -6px;
	right: 57px;
	background: #fff;
	transform: rotate(45deg);
}
.forLovesTab .lovesTabList{
	display: flex;
	flex-direction: column;
	max-height: 400px;
	overflow-x: hidden;
	overflow-y: auto;
}
.lovesTabList:empty:before{
	content: "Нет избранных товаров";
	width:100%;
	display: block;
	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 17px;
}
.newWishProdList{

}
.newWishProdList .deleteWish {
	position: absolute;
	right: 0;
	top: 0;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	border-radius: 0 5px;
	background: #eaeaea;
	font-size: 12px;
}
.newWishProdList .imgP {
	width: 80px;
	height: auto;
	display: block;
	margin: 0 7px 0 0;
	max-width: 80px;
	min-width: 80px;
	border-radius: 0;
	background: transparent;
}
.newWishProdList .imgP:hover{
	background: transparent;
}
.newWishProdList .imgP img{
	max-width: 100%;
	height:auto;
}
.aside-row-product.newWishProdList {
	box-shadow: none;
	border: 1px solid #d9d9d9;
	padding: 5px;
	margin: 0 0 7px;
	flex-wrap: nowrap;
	justify-content: space-between;
}
.aside-row-product.newWishProdList:last-child{
	margin:0;
}
.aside-row-product.newWishProdList .aside-chosen-lastprice-wrapper button {
	border-radius: 6px;
	background-color: #ffdb11;
	border: none;
	height: 28px;
	width: 28px;
	margin: 0 0 0 7px;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 5px;
}
.aside-row-product.newWishProdList .n-link{
	width:auto;
	height:auto;
	background: transparent;
	border-radius: 0;
	margin:0;
}
.aside-row-product.newWishProdList .tc2{
	width: 100%;
}
.aside-row-product.newWishProdList .oldPrice {
	text-decoration: line-through;
	font-size: 13px;
	line-height: 13px;
	margin: 3px 0 -3px;
	color: grey;
}

.topSocN{
	display: inline-block;
	width: 25px;
	height: 25px;
	margin:auto 5px;
}
.topSocN span{
	display: block;
	width: 25px;
	height: 25px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: default;
}
.topSocN span.vk{
	background-image: url(/images/ndes/soc/vk-grey.svg);
}
.topSocN span.vk:hover{
	background-image: url(/images/ndes/soc/vk-orange.svg);
}
.topSocN span.wa{
	background-image: url(/images/ndes/soc/wa-grey.svg);
	background-size: 22px;
}
.topSocN span.wa:hover{
	background-image: url(/images/ndes/soc/wa-orange.svg);
}
.topSocN span.tg{
	background-image: url(/images/ndes/soc/tg-grey.svg);
	background-size: 22px;
}
.topSocN span.tg:hover{
	background-image: url(/images/ndes/soc/tg-orange.svg);
}

.xxhead-row{
	padding: 12px 0 6px;
	flex-wrap: nowrap;
}
.xxhead-col{
	margin:auto;
}
.xxhead-col:last-child{
	margin-right: 0;
}
.xxhead-col:first-child{
	margin-left: 0;
}
.xxhead-logo{
	display: flex;
	flex-direction: column;
}
.xxhead-logo a,
.xxhead-logo span {
	display: block;
	text-indent: -10000px;
	background-image: url(/images/ndes/logo1.webp);
	background-position: center left;
	background-repeat: no-repeat;
	background-size: contain;
	width: 206px;
	height: 57px;
}
.xxhead-logo div {
	font-family: Roboto;
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	letter-spacing:1.5px;
	line-height: 12px;
	color: #000;
	padding-top: 3px;
}

.xxhead-search {
	padding: 0 15px 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xxhead-search .catalog-search{
	height:44px;
	width: 430px;
}
.xxhead-search .catalog-search button{
	width: 154px;
	min-width: 154px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
	cursor: pointer;
}

.xxhead-phones{
	display: flex;
	flex-direction: column;
}
.xxhead-phones .xhPhone {
	display: flex;
	flex-direction: column;
	background: url(/images/ndes/phone-gray.svg) no-repeat 0 6px;
	background-size: 12px;
	padding-left: 19px;
	margin-bottom: 4px;
}
.xxhead-phones .xhPhone:hover{
	background-image: url(/images/ndes/phone-orange.svg);
}
.xxhead-phones .xhPhone:hover > a:after{
	content: "";
	display: block;
	width: 95%;
	height: 1px;
	position: absolute;
	bottom:0;
	background: transparent;
	border-bottom:1px solid #ffc700;
}
.xxhead-phones .xhPhone:last-child{
	margin-bottom: 0;
}
.xhPhone a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #222529;
	position: relative;
}
.xhPhone div{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 12px;
	color: #666666;
}

.xxhead-email{
	padding: 0 10px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.xxhead-email a {
	background: url(/images/ndes/email-grey.svg) no-repeat left 2px;
	padding-left: 22px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 17px;
	color: #222529;
}
.xxhead-email a:hover{
	background-image: url(/images/ndes/email-orange.svg);
	position: relative;
}
.xxhead-email a:hover:after {
	content: "";
	display: block;
	width: calc(100% - 22px);
	height: 1px;
	position: absolute;
	bottom: 0;
	background: transparent;
	border-bottom: 1px solid #ffc700;
}

.xxhead-buts{
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin-right: 0;
}
.xxhead-buts a{
	background: #000000;
	border-radius: 3px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	text-align: center;
	color: #FFC700;
	padding: 10px 12px;
	white-space: nowrap;
}
.xxhead-buts a:hover{
	color: #FFC700;
	box-shadow: 0 0 5px #FFC700bb inset;
}

.topLine3{
	background-color: #C4C4C4;
}
.ascBut{
	width: 310px;
	min-width: 310px;
}
.ascBut a {
	display: block;
	background: #FFFFFF;
	border-radius: 3px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	padding: 3px 0 3px 12px;

}
.ascBut a b{
	color: #FFC700;
}
.mcMenu{
	width: 100%;
	padding-right:70px;
}
.headMenu{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.galMenu {
	list-style: none;
	height: 44px;
	display: flex;
	justify-content: flex-start;
	padding: 0;
	margin: 0;
}
.galMenu li{
	list-style: none;
}
.galMenu > li:not(:first-child){
	margin-left:32px;
}
.galMenu > li > a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 42px;
	color: #000000;
}
.toCatLink {
	background: #FFC700;
	position: relative;
	width: 293px;
}
.galMenu li.toCatLink > a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 42px;
	color: #000000;
	background: url(/images/ndes/tmenu.svg) no-repeat 23px center;
	background-size: 21px;
	padding: 0 22px 0 60px;
	white-space: nowrap;
}


.new-main-menu-wrapper {
	display: none;
	top: 100%;
	position: absolute;
	width: 460px;
	border-radius: 0;
	background: #EFEFEF;
	padding: 14px 0;
	box-shadow: -4px 4px 5px rgba(0, 0, 0, 0.25);
	z-index: 9999999;
}
li.toCatLink:hover .new-main-menu-wrapper{
	display: block;
}
.new-main-menu-wrapper > li {
	padding: 0 24px;
	margin-bottom: 0;
}
.new-main-menu-wrapper > li:hover{
	background: transparent;
	box-shadow: none;
}
.new-main-menu-wrapper > li > a {
	display: block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 35px;
	padding: 6px 10px 5px;
	color: #000000;
}
.new-main-menu-wrapper > li:hover > a{
	background: #FFC700;
	border-radius: 3px;
	position: relative;
}
.new-main-menu-wrapper > li:hover > a::after {
	content: "";
	display: block;
	position: absolute;
	top: -50px;
	right: -26px;
	width: 95px;
	height: 120px;
}
.new-has-sub-menu{
	position: static;
}
.new-has-sub-menu:hover > .new-sub-menu {
	display: block;
	width: 800px;
	left: 460px;
	right: auto;
	position: absolute;
	transform: translate(0,0);
	top: 0;
	border-radius: 0;
	height: 100%;
}
.catalog-nav-separator{
	display: none;
}
.catalog-nav-all-manf {
	display: flex;
	align-items: center;
	cursor: pointer;
	margin: 16px 24px -1px 24px;
	width: calc(100% - 48px);
	padding: 10px 13px 10px 13px;
	background: #FFFFFF;
	border-radius: 3px;
	border: none;
	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #000000;
	justify-content: center;
	border: 1px solid #FFC700;
    border-radius: 4px;
	text-decoration: underline #FFC700;
}
.catalog-nav-all-manf:hover{
	background: #FFC700;
}
.catalog-nav-all-manf img{
	display: none;
}
.new-has-sub-menu:hover > .new-sub-menu {
	display: block;
	width: 800px;
	left: 460px;
	right: auto;
	position: absolute;
	transform: translate(0,0);
	top: 0;
	border-radius: 0;
	height: 100%;
	padding: 24px 45px;
	box-shadow: 4px 5px 5px rgba(0, 0, 0, 0.25);
}
.new-has-sub-menu > .new-sub-menu a {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
.new-sub-menu>a, .new-sub-menu a:empty{
	display: none;
}
.new-sub-menu.li-colum-2{
	column-count: 2;
}
.sc1.mslaider1{
	margin-top: 30px;
}
.new-sub-menu.li-colum-2::before {
	content: "";
	display: block;
	position: absolute;
	height: 82%;
	width: 1px;
	background: #ffc700;
	top: 8%;
	left: 377px;
}

.hoveTwoTow{
	height:100%;
	display: flex;
	flex-direction: column;
	padding:30px 0;
}
.hoveTow.ht1{
	margin-bottom: 30px;
}
.hoveTow{
	padding: 30px 20px 25px;
	height:50%;
	background: #FFFFFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.hoveTow .ttl {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 28px;
	padding-left: 76px;
	color: #000000;
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 44px;
	margin-bottom: 10px;
}
.hoveTow .txt{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #7D7D7D;
}
.hoveTow .txt b{
	border-bottom: 1px solid #FFC700;
}

.line4top{
	background-color: #EFEFEF;
}
.c4item{
	display: flex;
	justify-content: space-between;
}
.rowLine4Item{
	display: flex;
	justify-content: space-between;
	padding: 15px 0 24px;
}
.c4item{
	width: 282px;
	background: #FFFFFF;
	border: 1px solid #fff;
	border-radius: 5px;
	display: flex;
	align-items: center;
	padding:14px 30px 11px 10px;
}
.c4item:hover{
	border: 1px solid #FFC700;
}
.c4item .img{
	width: 100%;
	min-width: 57px;
	height: 76px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.c4item .ttl{
	width: 127px;
	min-width: 127px;
	margin-left: auto;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
}
.c4item:nth-child(3) .img{
	background-size: 81px;
}
.c4item:nth-child(4){
	padding-left:30px;
}
.c4item:nth-child(4) .ttl{
	width: 107px;
	min-width: 107px;
}
.c4item:nth-child(4) .img{
	background-size: 80px;
}

.toSwiper{
	padding: 13px 34px 0;
	position: relative;
}
.greyLine .toSwiper{
	padding: 10px 34px 10px;
}
.newPopSections {
	padding-top: 0;
	padding-bottom: 30px;
	max-width: 100vw;
	overflow: hidden;
}
.newPopSections h2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
}
.allCatalog{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
.allCatalog:hover span{
	text-decoration: underline;
}
.allCatalog span {
	display: inline-block;
	line-height: 26px;
}
.allCatalog::after {
	content: "";
	display: inline-block;
	background: url(/images/ndes/mininext.svg) no-repeat center;
	width: 26px;
	height: 26px;
	background-size: contain;
	vertical-align: bottom;
	margin-left: 12px;
}
.greyLine{
	background-color: #EFEFEF;
}
.newPopSections .sc2{
	border: 0 none;
}

.newPopSections .sc2 .swiper-slide{
	background: #FFFFFF;
	border: 1px solid #fff;
	border-right: 1px solid #fff !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
}
.newPopSections .sc2  .swiper-wrapper{
	padding:10px 0;
}
.newPopSections .sc2 .swiper-slide:hover{
	border: 1px solid #FFC700;
	border-right: 1px solid #FFC700 !important;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
.newPopSections .popular-category-title {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 19px;
	text-align: center;
	color: #000000;
}
.newPopSections .popular-prev-button, .newPopSections .popular-next-button{
	background: url(/images/ndes/prevs2.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 47px;
	position: absolute;
	top:50%;
	left:0;
	margin: -24px 0 0;
	cursor: pointer;
	border:0 none;
}
.newPopSections .popular-next-button{
	background-image: url(/images/ndes/nexts2.svg);
	left:auto;
	right:0;
}
.newPopSections .popular-prev-button:hover{
	background-image: url(/images/ndes/prevs2H.svg);
}
.newPopSections .popular-next-button:hover{
	background-image: url(/images/ndes/nexts2H.svg);
}

.sc3_view.swiper-container{
	padding: 22px 2px 44px;
}

.miniNav{
	margin-left: 30px;
}
.miniNav > div{
	content: "";
	display: inline-block;
	background: url(/images/ndes/mininext.svg) no-repeat center;
	width: 26px;
	height: 26px;
	background-size: contain;
	vertical-align: bottom;
	margin-left: 10px;
	border:0 none;
	cursor: pointer;
}
.miniNav > div.hot-prev-button,
.miniNav > div.popular-prev-button,
.miniNav > div.popular7-prev-button{
	background: url(/images/ndes/miniprev.svg) no-repeat center;
	background-size: contain;
}
.miniNav > div.swiper-button-disabled{
	display: block !important;
}
.newHotTabs{

}
.newHotTabs.hot-tabs-buttons-wrapper button {
	height: 27px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 16px;
	text-align: center;
	background-color: #EFEFEF;
	color: #000000;
	margin: 0 auto 0 22px;
	padding: 0 10px;
	border: 0 none;
}
.newHotTabs.hot-tabs-buttons-wrapper button.active-hot-button,
.newHotTabs.hot-tabs-buttons-wrapper button:hover{
	background-color: #FFC700;
}

.newSh2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 26px;
	color: #000000;
	margin-bottom: 0;
}

.sliderProd{
	padding:17px;
}
.sliderProd .img{
	display: block;
	position: relative;
	padding-top: 220px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.sliderProd .artLine {
	margin-bottom: 4px;
	font-size: 14px;
	line-height: 14px;
}
.sliderProd .img img {
	/* display: none; */
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 0;
}
.sliderProd .pIcons{
	position: absolute;
	right:0;
	top:0;
	display: flex;
	z-index:1;
}
.sliderProd .pIcons .imgI{
	width: 24px;
	height: 24px;
	margin-left: 7px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.pIcons .pwish{
	background-image: url(/images/ndes/icn/like.svg);
}
.pIcons .pwish:hover{
	background-image: url(/images/ndes/icn/likeH.svg);
}
.pIcons .pwish.act{
	background-image: url(/images/ndes/icn/likeA.svg);
}
.pIcons .pcompare{
	background-image: url(/images/ndes/icn/comp.svg);
}
.pIcons .pcompare:hover{
	background-image: url(/images/ndes/icn/compH.svg);
}
.pIcons .pcompare.act{
	background-image: url(/images/ndes/icn/compA.svg);
}

.pLabels{
	position: absolute;
	left:0;
	top:0;
	z-index:1;
}
.pLabels span {
	background-color: #FFC700;
	display: inline-block;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 600;
	font-size: 12px;
	line-height: 14px;
	color: #000000;
	padding: 3px 10px;
	margin-bottom: 4px;
	border-radius: 5px;
	letter-spacing: 0.4px;
}

.sliderProd .prTitle{
	display: block;
	text-decoration: none;
	max-height: 36px;
	min-height: 36px;
	overflow: hidden;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
	margin-top: 10px;
}
.price-buts{
	display: flex;
	justify-content: space-between;
}
.price-buts .pricesI{
	width: 49%;
	display: flex;
	flex-direction: column;
}
.pricesI .discPrice{
	display: flex;
	align-items: center;
	min-height: 22px;
}
.pricesI .discPrice .sPrice{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 22px;
	color: #7D7D7D;
	text-decoration: line-through;
}
.pricesI .discPrice .prPer {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 9px;
	line-height: 13px;
	color: #fff;
	background: #F00;
	border-radius: 3px;
	margin-left: 7px;
	height: 13px;
	padding: 0 3px;
}
.pricesI .itPrice{
	display: flex;
	flex-direction: column;
}
.pricesI .itPrice .roPrice{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 19px;
	line-height: 23px;
	display: flex;
	align-items: center;
	color: #262626;
	white-space: nowrap;
}
.pricesI .itPrice .priceDesc {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 13px;
	line-height: 13px;
	color: #262626;
	margin-top: 0;
}
.butsI {
	width: 49%;
	margin-left: auto;
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
}
.butsI .iBtnAdd {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 13px;
	line-height: 22px;
	display: flex;
	align-items: center;
	color: #262626;
	background: #FFC700;
	border-radius: 5px;
	cursor: pointer;
	padding: 8px;
	width: 100%;
	justify-content: center;
}
.sliderProd .deliverLines{
	display: flex;
	flex-direction: column;
	margin-top: 14px;
}
.sliderProd .deliverLines .delivLine{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #262626;
}
.sliderProd .deliverLines .delivLine span{
	border-bottom: 1px dotted #262626;
}

.toSwiper.leftRight1 .prev-button, .toSwiper.leftRight1 .next-button{
	background: url(/images/ndes/prevs2.svg) no-repeat center;
	background-size: contain;
	width: 22px;
	height: 47px;
	position: absolute;
	top:50%;
	left:0;
	margin: -24px 0 0;
	cursor: pointer;
	border:0 none;
}
.toSwiper.leftRight1 .next-button{
	background-image: url(/images/ndes/nexts2.svg);
	left:auto;
	right:0;
}
.toSwiper.leftRight1 .prev-button:hover{
	background-image: url(/images/ndes/prevs2H.svg);
}
.toSwiper.leftRight1 .next-button:hover{
	background-image: url(/images/ndes/nexts2H.svg);
}
.toSwiper.leftRight1 div.swiper-button-disabled{
	display: block !important;
}
.toSwiper .sc4 .swiper-slide, .toSwiper .swiper-slide {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
	border-radius: 16px;
	margin-top: 2px;
}
.toSwiper .sc4{
	padding-bottom: 10px !important;
}
.toSwiper .sc3 .swiper-slide{
	margin-bottom: 20px;
}
.toSwiper .sc4 .swiper-slide:hover,
.toSwiper .sc3 .swiper-slide:hover{
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25), inset 0 0 0 1px #ffdb11;
}
.toSwiper .sc3{
	padding: 22px 2px !important;
}
.toSwiper .sc4_1, .toSwiper .sc4_2, .toSwiper .sc4_3, .toSwiper .sc4_4{
	padding: 0 2px !important;
}

.newLikeYou{

}
.bYt{
	position: relative;
}
.bYt:before{
	content:"";
	display: block;
	width:calc(100% - 30px);
	height:30px;
	border-top: 1px solid #FFC700;
}

.forSliderBr{
	padding: 0 34px;
	position: relative;
}
.forSliderBr .itBrnd{
	display: block;
}
.forSliderBr .itBrnd img{
	max-width: 100%;
	width:auto;
	height:auto;
}

.owlNav2 .owl-nav button span{
	display: none;
}
.owlNav2 .owl-carousel .owl-nav button{
	background: url(/images/ndes/prevs2.svg) no-repeat center;
	background-size: contain;
	width: 13px;
	height: 27px;
	position: absolute;
	top: 50%;
	left: -27px;
	margin: -20px 0 0;
	cursor: pointer;
	border: 0 none;
}
.owlNav2 .owl-carousel .owl-nav button.owl-next{
	background-image: url(/images/ndes/nexts2.svg);
	left: auto;
	right: -27px;
}
.owlNav2 .owl-carousel .owl-nav button.owl-next:hover{
	background-image: url(/images/ndes/nexts2H.svg);
}
.owlNav2 .owl-carousel .owl-nav button.owl-prev:hover{
	background-image: url(/images/ndes/prevs2H.svg);
}
.owlDots2 .owl-dots{
	display:flex;
	justify-content: center;
}
.owlDots2 .owl-dots .owl-dot{
	width: 9px;
	height: 9px;
	background: #C4C4C4;
	border:0 none;
	margin: 0 7px;
	border-radius: 50%;
}
.owlDots2 .owl-dots .owl-dot.active{
	background: #000000;
}

.homeBrands{
	padding-bottom: 34px;
}

.fb-bkgr2{
	background: #FFC700 url(/images/ndes/fb.png) center no-repeat;
}
.toFB2{
	height:362px;
	margin-top: 12px;
}
.toFB2 .fb-girl {
	position: static;
	bottom: 0;
	background: none;
	width: 500px;
	height: auto;
	margin-bottom: 0;
}
.toFB2 .fb-text-s2{
	text-align: left;
	width: 230px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 21px;
	color: #000000;
}
.toFB2 .fb-text {
	margin-top: 40px;
	position: relative;
	right: -80px;
}

.home_news{
	padding-top:30px;
	padding-bottom:20px;
}
.news_row1{
	margin-bottom: 30px;
}
.home_news_item{
	background: #FFFFFF;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	border: 1px solid #fff;
	padding: 14px 20px;
	width: 23%;
}
.news_row2{
	width: 100%;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}
.home_news_item:hover{
	border: 1px solid #FFC700;
}
.home_news_item a{
	display: block;
	border: 0 none;
}
.home_news_item a span{
	display: block;
}
.home_news_item a .home_news_date{
	font-family: 'Roboto';
	margin-bottom: 5px;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 17px;
	color: #7D7D7D;
}
.home_news_item a .news-aside__item-title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}

.partnerHome{
	margin-top:20px;
	margin-bottom:70px;
}
.partnCols{
	display: flex;
	align-items: center;
}
.text {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 39px;
	color: #262626;
	padding: 20px 35px 24px;
	background-color: #F5F5F5;
	position: relative;
}
.text:after{
	display: block;
	content: "";
	position: absolute;
	height: 100%;
	width:40px;
	background-color: #F5F5F5;
	top:0;
	right:-40px;
}
.text > a{
	color: #FFC700;
}
.text > a:hover{
	color: #FFC700;
	text-decoration: underline;
}
.pC2 img{
	position: relative;
	z-index:4;
}

.row.topColRow {
	align-items: flex-end;
}
.topCol1 h1{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 33px;
	line-height: 39px;
	color: #262626;
	margin:0 30px 0 0;
}
.topCol1 h1 span{
	display: block;
}
.topCol1 {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	justify-content: flex-start;
}
.topCol1_{
	margin-bottom: 5px;
}
.topLineDepTwo {
	display: flex;
	width: 100%;
	align-items: center;
}
.topCol1 .topProiz{
	display: flex;
	align-items: center;
	margin-top:8px;
	margin-right:20px;
}
.topCol1 .topProiz, .topCol1 .topProiz a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 19px;
	line-height: 28px;
	display: flex;
	align-items: center;
	color: #262626;
}
.topCol1 .topProiz b{
	font-weight: 600;
	padding-left:8px;
}

.stars{
	display: inline-block;
	width: 138px;
	height: 22px;
	background: url(/images/ndes/starsg.png) no-repeat left center;
	position: relative;
	overflow: hidden;
}
.stars:before{
	content: "";
	display: block;
	width: 139px;
	height: 22px;
	background: url(/images/ndes/stars.png) no-repeat left center;
	position: absolute;
	top:0;
	right:100%;
}
.stars > *{
	position: absolute;
	background: url(/images/ndes/stars.png) no-repeat left center;
	left:0;
	height: 100%;
	opacity:0;
	display: block;
	cursor: pointer;
	filter: hue-rotate(160deg);
}
.stars > :hover {
	opacity: 1;
}
.stars.st5:before{right:0}
.stars.st4:before{right:20%}
.stars.st3:before{right:40%}
.stars.st2:before{right:60%}
.stars.st1:before{right:80%}
.stars .star1{width:20%}
.stars .star2{width:40%}
.stars .star3{width:60%}
.stars .star4{width:80%}
.stars .star5{width:100%}

.topCol2 .stars{
	margin-top: 10px;
}
.lastTopRowCol{
	padding-top:12px;
	border-bottom: 1px solid #FFC700;
}

.newPsBlock .ps-col-1 {
	width: calc(100% - 470px);
	position: relative;
	padding-right: 30px;
}
.newPsBlock .ps-col-3 {
	width: 470px;
	margin-left: auto;
}

.newPsBlock .ps-left.nGorin .ps-labels {
	left: 0;
	flex-direction: row;
}
.newPsBlock .ps-left.nGorin .ps-label{
	background: #FFC700;
	border-radius: 5px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #262626;
}
.newPsBlock.ps-block{
	margin-top: 0;
	padding-top: 30px;
}
.newPsBlock .ps-left {
	margin-right: auto;
	padding-bottom: 0;
	height: 500px;
}
.ps-left.nGorin .gallery-top .top_img_element img {
	max-height: 406px !important;
	height: auto;
	margin: auto;
}

.nps-icons{
	display: flex;
	flex-direction: column;
	position: absolute;
	right:0;
	top:0;
	z-index: 3;
}
.nps-icons.topProm{
	top:38px;
}
.nps-icons .nps-btn{
	width: 35px;
	height: 35px;
	margin-bottom: 15px;
	display: block;
	border-radius: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	cursor: pointer;
}
.nps-icons .nps-btn.nps-print{
	background-image: url(/images/ndes/icn/printH.svg);
}
.nps-icons .nps-btn.nps-btn-wishlist{
	background-image: url(/images/ndes/icn/likeH.svg);
}
.nps-icons .nps-btn.nps-btn-wishlist.act{
	background-image: url(/images/ndes/icn/likeA.svg);
}
.nps-icons .nps-btn.nps-btn-compare{
	background-image: url(/images/ndes/icn/compH.svg);
}
.nps-icons .nps-btn.nps-btn-compare.act{
	background-image: url(/images/ndes/icn/compA.svg);
}

.ps-left.nGorin .wrapper-arrows-to-thumbs .owl-next {
	background-image: url(/images/ndes/nexts2H.svg);
	background-size: 15px;
}
.ps-left.nGorin .wrapper-arrows-to-thumbs .owl-prev {
	background-image: url(/images/ndes/prevs2H.svg);
	background-size: 15px;
}
.ps-left.nGorin .wrapper-arrows-to-thumbs .gallery-thumbs2 .owl-item .swiper-slide {
	border: 2px solid transparent;
	border-radius: 6px;
}
.ps-left.nGorin .wrapper-arrows-to-thumbs .gallery-thumbs2 .owl-item .subSubAct {
	border: 2px solid #ffc700;
	border-radius: 6px;
}
.gallery-thumbs2 .owl-item .swiper-slide.vid{
	cursor: pointer;
}
.gallery-thumbs2 .owl-item .swiper-slide.vid:before{
	content: "";
	width: 100%;
	height: 100%;
	top:0;
	left:0;
	border-radius: 6px;
	position: absolute;
	background: rgba(38, 38, 38, 0.78);
	z-index:1;
}
.gallery-thumbs2 .owl-item .swiper-slide.vid.subSubAct:before{
	border-radius: 3px;
}
.gallery-thumbs2 .owl-item .swiper-slide.vid:after{
	content: "";
	width: 24px;
	height: 24px;
	top: 50%;
	left: 50%;
	margin: -12px auto auto -12px;
	background: url(/images/ndes/icn/video.svg) no-repeat center;
	background-size: contain;
	position: absolute;
	filter: drop-shadow(0 0 7px #999);
	z-index:2;
}
.gallery-thumbs2 .owl-item .swiper-slide.vid:hover:after {
	width: 32px;
	height: 32px;
	margin: -16px auto auto -16px;
	transition:all ease 0.3s;
}

.nps-short{
	background: #EFEFEF;
	border-radius: 3px;
	padding: 12px 24px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 18px;
	color: #262626;
}
.nps-short .nps-short-title{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 39px;
	color: #262626;
}
.nps-short-more{
	text-align: right;
}
.moreBtn {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 25px;
	color: #262626;
	position: relative;
}
.moreBtn::after {
	content: "";
	display: inline-block;
	background: url(/images/ndes/mininextH.svg) no-repeat center;
	width: 26px;
	height: 26px;
	background-size: contain;
	vertical-align: bottom;
	margin-left: 12px;
}
.ps-short-text p {
	overflow: hidden;
	max-height: 92px;
	margin-bottom: 0;
	text-overflow: ellipsis;
	padding-top: 1px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
}
.nps-short-more{
	margin-top: 12px;
}
.ps-chars-items .specification__params-label{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	display: flex;
	align-items: center;
	color: #898989;
}
.specification__params-val{
	text-align: right;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	display: flex;
	align-items: center;
	color: #111;
}
.ps-ib .nps-chars-more {
	position: absolute;
	bottom: 16px;
	left: 21px;
}
.nps-chars-more > a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 23px;
	display: flex;
	align-items: center;
	color: #262626;
	display: inline-block;
	border-bottom: 1px solid #ffc700;
	transition: 300ms;
}
.ps-ib .ps-chars-items .specification__params-line {
	margin: 0;
}
.specification__params-dotted{
	border-bottom: 1px dotted gray;
	position: relative;
	top:-9px;
}
.ps-ib-col {
	width: calc(100% / 2);
	padding: 32px 22px 16px 0;
}
.ps-ib-col.ps-ib-col-2{
	padding: 32px 0 16px 22px;
}
.ps-ib {
	margin: -30px -16px -16px 0;
}
.nps-short .ps-short-text {
	padding-bottom: 0;
}
.newPsBlock .ps-ib .ps-chars-items {
	margin-bottom: 0;
	font-size: 14px;
	max-height: 170px;
}
.newPsBlock .ps-ib .ps-chars {
	padding-bottom: 24px;
}
.ps-left.nGorin .wrapper-arrows-to-thumbs {
	top: auto;
	bottom: 10px;
	height: 70px !important;
	padding: 0;
	left: 50%;
	width: 307px;
	transform: translateX(-50%);
	overflow: visible;
	margin-left: 1px;
}
.newPsBlock .ps-right {
	background: #fff;
	border: 1px solid #C4C4C4;
	border-radius: 3px;
	padding: 23px 26px 8px 37px;
	box-shadow: 3px 3px 20px rgba(0,0,0,0.17);
	height: 100%;
	position: relative;
}
.newPsBlock .ps-right-in {
	max-width: 100%;
	margin: 0 auto;
}
.riArticle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 20px;
	color: #262626;
	margin-bottom: 10px;
}
.riTitle {
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 24px;
	line-height: 26px;
	text-align: left;
	color: #262626;
	padding-bottom: 8px;
}
.npriceArea {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.npriceArea > *{
	width: calc(50% - 7px);
}
.zaprosPrice{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color:#000;
	text-align: left;
}
.pRv4 {
	background: #EFEFEF;
	border-radius: 5px;
	cursor: pointer;
	border: 0 none;
	width: 100%;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	text-align: center;
	padding: 16px 10px;
	transition: all ease 0.3s;
}
.pRv4.avaib{
	color:green;
	cursor: default;
}
.pRv4.noavaib{
	color: #FF0000;
	cursor: default;
}
.pRv4.zapros{
	color: #FF0000;
	cursor: pointer;
}
.pRv4.zapros:hover{
	background: #d9d9d9;
	transition: all ease 0.3s;
}
.npsQa.ps-quantity {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 0;
}
.npsQa.ps-quantity .labl{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 39px;
	color: #262626;
}
.npsQa.product-page-counter{
	border: 1px solid #E5E5E5;
	border-radius: 5.52244px;
}
.npsQa.ps-quantity .product-page-counter button{
	background: #fff !important;
	border:0 none !important;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 16px;
	color: #262626;
	cursor: pointer;
	transition: all ease 0.3s;
}
.npsQa.ps-quantity .product-page-counter button:hover{
	background: #EFEFEF !important;
	transition: all ease 0.3s;
}
.dFPrice{
	display: flex;
	flex-direction: column;
	opacity:1;
	transition: opacity linear 0.3s;
}
.dFPrice .lbl1{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	color: #262626;
	margin-bottom: 2px;
}
.dFPrice .lbl2{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 15px;
	display: flex;
	align-items: center;
	color: #262626;
	margin-top: 2px;
}
.dFPrice .ps-price-val{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 900;
	font-size: 27px;
	line-height: 32px;
	color: #262626;
}
.dFPrice .ps-price-val.dPriceA{
	display: flex;
	justify-content: flex-start;
}
.dFPrice .ps-price-val.dPriceA .inPrice{
	color: #898989;
	position: relative;
}
.dFPrice .ps-price-val.dPriceA .inPrice:after{
	display: block;
	content: "";
	background: #F23838;
	height:2px;
	width: 100%;
	position: absolute;
	top:50%;
	left: 0;
}
.dFPrice .ps-price-val.dPriceA .discP {
	min-width: 47px;
	background: #FF0000;
	border-radius: 5px;
	margin-left: 5px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 14px;
	color: #FFFFFF;
	text-align: center;
	padding: 4px;
}
.nPriiceCell2 .dFPrice .lbl2{
	padding-left:1px;
}
.npriceArea.vr1 .nPriiceCell1,
.npriceArea.vr2 .nPriiceCell1,
.npriceArea.vr3 .nPriiceCell1{
	margin-bottom: 7px;
}
.npriceArea.vr1 .nPriiceCell2,
.npriceArea.vr2 .nPriiceCell2,
.npriceArea.vr3 .nPriiceCell2{
	margin-bottom: 7px;
}
.hPrice{
	opacity:0;
	transition: opacity linear 0.3s;
}

.forBtnAr{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 10px;
}
.forBtnAr > *{
	display: block;
	width: calc(50% - 7px);
}
.ps-buy.forBtnAr button {
	height: 47px !important;
	background: #FFC700;
	box-shadow: none;
	border-radius: 5px;
	text-align: center;
	line-height: 49px !important;
	font-size: 16px !important;
	font-weight: bold !important;
	padding: 0 !important;
	display: block !important;
	transition: 300ms;
}
.ps-buy.forBtnAr button:hover{
	color:#333;
	box-shadow: 0 2px 4px #aaa;
	transition: 300ms;
}
.forBtnAr .btnOneBuy{
	height: 47px;
	background: #FFFFFF;
	border: 1px solid #FFC700;
	border-radius: 5px;
	text-align: center;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 49px;
	color: #262626;
	transition: 300ms;
}
.forBtnAr .btnOneBuy:hover{
	box-shadow: 0 2px 4px #aaa;
	transition: 300ms;
}

.stockAr {
	padding-top: 10px;
	margin-bottom: 10px;
}
.stockAr .infoLine{
	padding-bottom: 10px;
	text-align: right;
}
.infoLine .info {
	background: url(/images/ndes/info.svg) no-repeat center;
	width: 19px;
	height: 19px;
	display: inline-block;
	margin-bottom: -7px;
}
.skladList{
	display: flex;
	flex-direction: column;
}
.skladList .skladItem{
	display: flex;
	justify-content: space-between;
	margin-bottom: 4px;
}
.skladList .skladItem .ttL{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 500;
	font-size: 15px;
	line-height: 18px;
	color: #262626;
}
.skladList .skladItem .ttV {
	width: 98px;
	background: #EFEFEF;
	border-radius: 5px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 14px;
	line-height: 17px;
	color: #262626;
	text-align: center;
	padding: 2px 7px 0;
}

.nps-mont .ps-yellow-in{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 20px;
	color: #262626;
}
.nps-mont .ps-yellow-in a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 19px;
	color: #262626;
	display: inline-block;
	transition: 300ms;
	border-bottom: 1px dotted #000;
	margin-top: 5px;
}

.varsPays{
	margin-bottom: 10px;
}
.varsPays .ttlVP{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 17px;
	color: #262626;
	margin-bottom: 7px;
}
.varsPaysList{
	display: flex;
	justify-content: space-between;
}
.varsPaysList .pvItem {
	width: 30%;
	position: relative;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 17px;
	color: #262626;
	padding: 6px 0;
	text-align: center;
}
.varsPaysList .pvItem:after{
	display: block;
	content: "";
	position: absolute;
	right: -10%;
	width:1px;
	height:100%;
	top:0;
	background: #FFC700;
}
.varsPaysList .pvItem:last-child{
	padding: 6px;
}
.varsPaysList .pvItem:last-child:after{
	display: none;
}
.varsPaysList .pvItem:first-child{
	padding: 6px 0;
}

.nPsInfo{
	margin-bottom: 20px;
}
.nPsInfo .ps-info-item-text,
.nPsInfo .ps-info-item-text a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 24px;
	color: #262626;
}
.nPsInfo .ps-info-item-text a{
	line-height: 18px;
}
.nPsInfo .ps-info-item-text b{
	font-weight: bold;
}
.ps-info-item-ico-home{
	background-image: url(/images/ndes/home.svg);
}
.nPsInfo .ps-info-item {
	align-items: center;
	margin-bottom: 2px;
}

.nBanRk {
	background: #EFEFEF;
	border-radius: 5px;
	position: relative;
	margin-bottom: 10px;
}
.nBanRk:after{
	content:"";
	display: block;
	width: 127px;
	height: 74px;
	position: absolute;
	top:50%;
	right:5px;
	transform: translateY(-50%);
	background: url(/images/ndes/hand1.png) no-repeat center;
}
.nBanRk .ps-yellow-in, .nBanRk .ps-yellow-in a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 17px;
	line-height: 16px;
	color: #262626;
}
.nBanRk .ps-yellow-in a{
	font-weight: bold;
}
.nBanRk .ps-yellow-in {
	position: relative;
	z-index: 2;
	font-size: 16px;
	padding: 9px 0 9px 20px;
}

.nps-mont.ps-yellow-2 {
	margin-bottom: 10px;
}

.nPtBw.product-tabs-button-wrapper{
	background: #E5E5E5;
	box-shadow: 0 1px 5px #7D7D7D;
	padding: 12px 0;
}
.nPtBw.product-tabs-button-wrapper button.product-tabs-button-active{
	background: #FFC700;
	box-shadow: none;
}
.nPtBw.product-tabs-button-wrapper button{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #262626;
	padding: 11px 14px 11px 14px;
	margin-right: 30px;
}

.product-tab-wrapper .tabTextProd .pg-stitle > span,
.product-tab-wrapper .pg-stitle > span{
	display: inline-block;
	min-width: 40%;
	border-bottom: 1px solid #FFC700;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 700;
	font-size: 22px;
	line-height: 24px;
	color: #262626;
	padding-bottom: 8px;
}
.tabTextProd .product-tab-text{
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	color: #262626;
	line-height: 1.5;
}
.tabTextProd .pline {
	background: #fff;
	height: 2px;
	margin: 15px 0;
}

.inCurseList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 40px 50px 30px 90px;
	background: #FFC700;
	margin-bottom: -105px;
}
.inCurseList .ttlIC{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	color: #000000;
	width: 25%;
	margin-right: 50px;
}
.inCurseList .formIC{
	width: 100%;
}
.inCurseList .formIC .forLabel,
.inCurseList .formIC .forLabel a{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 18px;
	color: #000000;
}
.inCurseList .formIC .forLabel a{
	text-decoration: underline;
}
.inCurseList .formIC form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 20px;
}
.inCurseList .formIC form button{
	width: 198px;
	height: 53px;
	background: #000000;
	border-radius: 6px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 17px;
	line-height: 21px;
	color: #FFFFFF;
	border: 0 none;
	text-align: center;
	cursor: pointer;
	margin-left: 27px;
	transition: all ease 0.3s;
}
.inCurseList .formIC form input {
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #C4C4C4;
	border-radius: 6px;
	padding: 16px 20px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 18px;
	color: #333;
}
.footerTopDef{
	height:105px;
}

.footer{
	padding: 50px 0;
	background-color: #000;
}

.newSpecLines {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: center;
	flex-direction: column;
}
.newSpecLines .specLineItem {
	width: 30%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 7px;
	margin-left: 0;
	margin-right: auto;
	position: relative;
}
.newSpecLines .specLineItem:after{
	content:"";
	display: block;
	width:100%;
	position: absolute;
	bottom:3px;
	height:1px;
	border-bottom: 1px dotted grey;
}
@media(min-width:1290px){
	.newSpecLines .specLineItem{
		width: calc(100% - 499px);
	}
}
.newSpecLines .specLineItem .ms-label {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 22px;
	color: #262626;
	padding-right: 12px;
	position: relative;
	z-index: 2;
	background: #fff;
	padding-top: 7px;
}
.newSpecLines .specLineItem .ms-val{
	margin-left: 16px;
	padding-left:12px;
	position: relative;
	z-index: 2;
	background: #fff;
}
.newSpecLines .specLineItem .ms-val a {
	background: #FFC700;
	border-radius: 5px;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 17px;
	color: #262626;
	padding: 3px 12px 5px;
	cursor: pointer;
	text-decoration: none;
	display: inline-block;
	white-space: nowrap;
}
.newSpecLines .specLineItem .ms-val a::after {
	display: inline-block;
	content: "";
	width: 19px;
	height: 24px;
	/*background: url(/images/ndes/pdf.svg) no-repeat center;*/
	background: url(/local/images/download.svg) no-repeat center;
	margin-left: 7px;
	vertical-align: sub;
	margin-top: 0;
	margin-bottom: -3px;
}
.product-tab-text .specification__params-dotted {
	border-bottom: 1px dotted grey;
	position: relative;
	top: -9px;
}

.viewedFix{
height:30px;
}

.custom-btn-np{
	background: #EFEFEF;
	border-radius: 5px;
	cursor: pointer;
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 700;
	font-size: 15px;
	line-height: 15px;
	color: #262626;
	padding: 14px 35px;
	transition: all ease 0.3s;
}
.custom-btn-np:hover{
	background: #FFC700;
	transition: all ease 0.3s;
}
.custom-btn-np.nps-print {
	background-image: url(/images/ndes/icn/printN.svg);
	background-repeat: no-repeat;
	background-size: 23px;
	background-position: 12px 14px;
	padding-left: 43px;
}
.newBBhead.bb-head {
	background: transparent;
	padding: 8px 15px 0;
}
.newBBhead.bb-head .bb-head-col{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 28px;
	color: #7D7D7D;
	text-align: left;
}

.chosen-section{
	border-bottom: 0 none;
	margin-bottom: 1px;
}

.bx_filter .bx_filter_section{
	z-index: 17;
}
h1.inCatH1 {
	margin: 0 0 13px !important;
	font-size: 30px !important;
	padding-bottom: 10px;
	border-bottom: 1px solid #ffc700;
	line-height: 30px;
}
.newInCatRow .sect-items{
	padding-bottom: 0;
}
.newInCatRow .catalog-sort-row {
	margin-top: 4px;
}
.footer-info-block .footer-links-list,
.footer-catalog-block .footer-links-list{
	padding: 4px 0;
	list-style: none;
	font-family: "Open Sans", sans-serif;
	color: #c9c9c9;
	font-size: 15px;
}

.rowProdItem .product-row-icons-wrapper img{
	width: 14px;
	height: 14px;
}

.compare-product-table-card .product-cart-icon {
	border-radius: 6px;
	max-height: 30px;
	height: 30px;
}
.compare-product-table-card .product-card-price-wrapper {
	align-items: center;
}

#nofindModal .afbf_inputtext_bg.file{
	margin-bottom: 8px;

}
#nofindModal .afbf_inputtext_bg.file .afbf_inputtext {
	background-color: #ffffff;
	border: 1px solid #cccccc;
	padding: 5px;
	border-radius: 5px;
}
#nofindModal .afbf_inputtext_bg.file .afbf_input_group::after {
	position: absolute;
	top: -6px;
	left: 10px;
	background: #fff;
	border: 1px solid #cccccc;
	padding: 0 5px 2px;
	border-radius: 5px;
	content: "прикрепить файл";
	display: inline-block;
	font-size: 10px;
	line-height: 10px;
}

#sendCurseList{
	display: none;
}
.formCurseList{
	position: relative;
}
.formCurseList .addSucForm {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	color: #111;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-weight: bold;
	border-radius: 5px;
}
#setRowTypeCatalog.Card .catalog-product-card .piTcard:hover {
	width: 100%;
}

#afbf_err_FID12 .mess{
	line-height: 23px;
	min-height: 50px;
}
#setRowTypeCatalog.Card .piTcard .forPR.PR2{
	max-height: 15px;
	line-height: 13px;
}
.searchnew #setRowTypeCatalog.row{
	justify-content: flex-start !important;
}
/*.searchnew #setRowTypeCatalog.Card .rowProdItem {
	width: 19%;
	margin-right: 1%;
}*/
.footer-contacts a, .footer-contacts a:active, .footer-contacts a:visited{
	font-size: 15px;
	font-family: "Open Sans", sans-serif;
	font-weight: bold;
	color: #ffffff;
}

.topTextLine{
	background: #ffc700;
	padding: 8px 0;
	font-size: 14px;
	line-height: 18px;
	text-align:center;
}
.topTextLine.orangBg{
	background: #ffc700;
}
.topTextLine.whiteBg{
	background: #fff;
}
.topTextLine.redBg{
	background: red;
	color:#fff;
}

.toSwiper .swiper-slide.itemSdop{
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
}

.verProd.sliderProd{
	display: flex;
	justify-content: space-between;
	padding: 0;
}
.verProd .img{
	width:45%;
}
.verProd .toVerTwo {
	width: 49%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.sliderProd.verProd .pIcons {
	right: auto;
	top: auto;
	display: flex;
	left: 0;
	bottom: 0;
	flex-direction: column;
}
.sliderProd.verProd .pIcons .imgI {
	margin-top: 10px;
}
.verProd .price-buts {
	flex-direction: column;
}
.verProd .butsI {
	width: 68%;
	margin-left: 0;
	margin-top: 8px;
}
.verProd .butsI .iBtnAdd {
	font-size: 15px;
	line-height: 25px;
	padding: 9px;
}
.sliderProd.verProd .deliverLines .delivLine {
	font-size: 13px;
	line-height: 20px;
	white-space: nowrap;
}
.verProd .price-buts .pricesI {
	width: 100%;
}
.verProd .pricesI .itPrice .roPrice {
	font-size: 26px;
	line-height: 28px;
	white-space: nowrap;
}
.verProd .pricesI .itPrice .priceDesc {
	font-size: 16px;
	line-height: 16px;
	margin-top: 0;
	white-space: nowrap;
}
.sliderProd.verProd .deliverLines {
	display: flex;
	flex-direction: column;
	margin-top: 5px;
}
.sliderProd.verProd .pricesI .discPrice .sPrice {
	font-size: 16px;
	line-height: 22px;
}
.sliderProd.verProd .pricesI .discPrice .prPer {
	font-size: 13px;
	line-height: 15px;
	border-radius: 4px;
	margin-left: 20px;
	height: 16px;
	padding: 0 7px;
}
.sliderProd.verProd .prTitle {
	max-height: 17px;
	min-height: 17px;
	margin-top: 0;
	margin-bottom: 4px;
}
.sliderProd.verProd .artLine{
	margin-bottom: auto;
}
div.dopAb-button {
    display:  none;
}
.deliverLines2 {
	display: flex;
	flex-direction: column;
	margin: -7px 0 10px 15px;
}
.deliverLines2 .delivLine{
	font-family: 'Roboto';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 20px;
	color: #262626;
}
.deliverLines2 .delivLine span{
	border-bottom: 1px dotted #262626;
}
.catalog-list.Row .deliverLines2 {
	display: none!important;
}
@media(max-width: 768px) {
	.deliverLines2 {
		margin-top:  7px;
	}
}
.searchnew #setRowTypeCatalog .rowProdItem, .searchnew #setRowTypeCatalog.Card .rowProdItem {
	margin-right: 0;
}
.searchnew #setRowTypeCatalog {
	margin: 0 -8px;
}
.searchnew #setRowTypeCatalog .rowProdItem {
	padding: 0 8px;
	width: 20%;
}
.container.searcher {
	z-index: 1;
}
.product-in_tabs-button font {
	position: absolute;
	right: 27px;
	top: 11px;
	font-size: 12px;
	opacity: 0.87;
}