/**/
#forBX{
	display: block;
	position: fixed;
	bottom:0;
	left:0;
	width:100%;
	min-height:45px;
	z-index:20;
}
header.head{
	margin-bottom: 45px;
	position: relative;
}
header.head:after{
	content:"";
	display: block;
	position: absolute;
	left:50%;
	top: calc(100% + 5px);
	width: 425px;
	height: 35px;
	background: url(img/uzo1.svg) no-repeat center;
	transform: translateX(-50%);
}
header.head .fist{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #68272F url(img/head.png) center;
}
header.head .fist .toPhone{
	margin-top: 64px;
	margin-left: auto;
	width: 270px;
	text-align: right;
}
header.head .fist .phone {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 32px;
	text-align: left;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	padding-left: 51px;
	background: url(img/phone2.svg) no-repeat left center;
	display: block;
}
header.head .fist .logoBust{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin:22px 45px auto;
}
header.head .fist .logoBust .logo{
	display: block;
	width: 527px;
	height: 72px;
	background: url(img/logo.svg) no-repeat center;
	margin-bottom: 10px;
}
header.head .fist .logoBust .txt{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 10px;
}
header.head .fist .socBust{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-top: 64px;
	margin-right:auto;
}
header.head .fist .socBust .soc{
	width: 32px;
	height: 32px;
	display: block;
	margin-right: 15px;
}
header.head .fist .socBust .soc.socTel{
	background: url(img/socTG.svg) no-repeat center top;
}
header.head .fist .socBust .soc.socWib{
	background: url(img/socWB.svg) no-repeat center top;
}
header.head .fist .socBust .callCall{
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 10px;
}

header.head .scnd{
	display: flex;
	justify-content: center;
	align-items: center;
	background: #2D0000;
	padding: 15px 0;
}
header.head .toUser{
	display: flex;
	position: relative;
}
header.head .toUser.toUser2{
	position: static;
}
header.head .toUser .privet,
header.head .toUser .privet *{
	box-sizing: border-box;
}
header.head .toUser .privet {
	position: absolute;
	top: 100%;
	left: 0;
	width: 295px;
	padding: 50px 10px;
	background: #fff;
	border: 1px solid #68272F;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
	z-index: 9;
	margin-top: 15px;
}
header.head .toUser .privet:after,
header.head .toUser .privet:before{
	content:"";
	position: absolute;
	display: block;
	width: calc(100% - 20px);
	height: 24px;
	left:10px;
	background: url(/local/templates/Arbatantik/css/img/catLeft1.svg) no-repeat center;
	top:10px;
	background-size: contain;
}
header.head .toUser .privet:after{
	top:auto;
	bottom:10px;
	background: url(/local/templates/Arbatantik/css/img/catBot.svg) no-repeat center;
	background-size: contain;
}
header.head .toUser .privet .close{
	position: absolute;
	right:8px;
	top:8px;
	width: 8px;
	height: 8px;
	cursor:pointer;
	background: url(/local/images/close.svg) no-repeat center;
}
header.head .toUser .privet .ttl{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #2D0000;
	margin-bottom: 10px;
}
header.head .toUser .privet .txt{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #2D0000;
}
header.head .fist .toUser,
header .mmenuBut{
	display: none;
}
.toCat .toCatList{
	display: none;
}
.toMobCatButs{
	display: none;
}
header.head .toUser .loginBut,
header.head .toUser .loginButAu{
	background: #68272F;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:10px;
	display: block;
	margin-right: 20px;
	white-space: nowrap;
}
header.head .toUser .cartBut{
	background: #68272F;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	display: block;
	padding:10px;
}
header.head .scnd .toMenu{
	padding:0 60px;
}
header.head .scnd .nav__links{
	display: flex;
	justify-content: space-around;
	align-items: center;
	list-style: none;
}
header.head .scnd .nav__links a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 10px;
	white-space: nowrap;
	display: block;
	border-radius: 5px;
	margin: auto 5px;
	transition: all ease 0.3s;
}
header.head .scnd .nav__links a.nav__links--item--active,
header.head .scnd .nav__links a:hover{
	background: #86303B;
	transition: all ease 0.3s;
}
header.head .scnd .toPus{
	width: 312px;
}
header.head .thrd{
	display: flex;
	justify-content: center;
	align-items: center;
}
header.head .thrd form{
	background: #2D0000;
	border-radius: 0 0 10px 10px;
}
header.head .thrd .header__search{
	display: flex;
	justify-content: center;
	align-items: center;
	padding:5px 15px;
	position:static;
	width: auto;
	height: auto;
	background: transparent;
	border-radius: 0 0 10px 10px;
}
header.head .thrd .header__search input[type=search],
header.head .thrd .header__search input[type=text]{
	background: #FFFFFF;
	border-radius: 50px;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin: auto 15px auto auto;
}
header.head .thrd .header__search input[type=submit]{
	background: url(img/search.svg) no-repeat center;
	height: 28px;
	width: 40px;
	border:0 none;
	margin-right: 0;
}
.catAside .sidebarNew::before {
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 28px;
	bottom: calc(100% + 6px);
	left: 0;
	background: url(/local/templates/Arbatantik/css/img/catLeft1.svg) no-repeat center;
}

.noHomeTwo{
	margin-top: 40px;
}
.siteContainer {
	display: flex;
	flex-direction: column;
	min-height: 100vh;
	justify-content: space-between;
}
.siteContainer > .container{
	margin: 0 auto auto;
}
.siteContainer > header.head{
	margin:0 0 45px;
}
footer.foot{
	margin: auto 0 0
}
footer.foot .frst{
	height: 64px;
	background: url(img/foot.jpg) repeat-x center;
}
footer.foot .scnd{
	background: #2D0000;
	padding: 35px 0 65px;
}
footer.foot .fDiv{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-around;
	color:#fff;
}
footer.foot .scnd .fDiv *{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color:#fff;
	text-align: center;
}
footer.foot .scnd .fDiv p:last-child{
	width:100%;
	padding-top: 28px;
}



.owlNaw1 .owl-prev{
	text-indent: -10000px;
	color:transparent;
	width: 14px;
	height: 37px;
	background: url(img/aprev.svg) no-repeat center;
	position: absolute;
	top:50%;
	margin-top: -14px;
	left:30px;
	transition: all ease 0.3s;
}
.owlNaw1 .owl-next{
	text-indent: -10000px;
	color:transparent;
	width: 14px;
	height: 37px;
	background: url(img/anext.svg) no-repeat center;
	position: absolute;
	top:50%;
	margin-top: -14px;
	right:30px;
	transition: all ease 0.3s;
}
.owlNaw1 .owl-next:hover,
.owlNaw1 .owl-prev:hover{
	transform:scale(1.1);
	transition: all ease 0.3s;
}
.toHomeSlider:before{
	content: "";
	display: block;
	position: absolute;
	left:-42px;
	top:0;
	height:100%;
	width: 36px;
	background: url(img/slleft.svg) no-repeat center;
}
.toHomeSlider:after{
	content: "";
	display: block;
	position: absolute;
	right:-42px;
	top:0;
	height:100%;
	width: 36px;
	background: url(img/slright.svg) no-repeat center;
}


.twoCol{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	width: 100%;
}
.twoCol aside{
	width: 343px;
	margin-right: 30px;
	min-width: 343px;
	max-width: 343px;
}
.twoCol .colTwo{
	width: calc(100% - 373px);
	min-width: calc(100% - 373px);
	margin: 0 auto;
}
.toFilter{

}
.toFilter .toButFilter{

}
.toFilter .toButFilter button{
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:10px;
	cursor: pointer;
	border:0 none;
}
.toFilter .homeFIlter{
	max-height:0;
	overflow: hidden;
	transition: max-height linear 0.3s, margin-bottom linear 0.1s 0.3s;
}
.toFilter .homeFIlter.act{
	max-height:500px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: max-height linear 0.3s;
}

.toCent{
	width:100%;
	position: relative;
	text-align: center;
	background: #fff;
	height: 53px;
}
.toCent:after{
	content:"";
	display: block;
	width:100%;
	position: absolute;
	height: 1px;
	background: #2D0000;
	top:50%;
	left:0;
	z-index:1;
}
.toCent span{
	position: relative;
	z-index: 2;
	background: #fff;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	padding:0 30px;
}
.toCent a{
	background: #2D0000;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	padding:10px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
}

.toNEwsProds{
	margin-top: 30px;
}

.blockTextNew{
	width: 100%;
	border-width: 4px;
	border-style: solid;
	border-image: linear-gradient(#370101, white) 1;
	padding: 40px;
	display: block;
	text-align: left;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #2D0000;
	margin: 100px auto;
}
.blockTextNew p{
	text-align: left !important;
	font-size: 15px;
	line-height: 166.7%;
	margin-top: 15px;
}

.colTwo > .product{
	width:100%;
}
.colTwo > .product .catalog__wrapper{
	width: 100%;
	margin-left:0;
}

.newCatWrap .product__view{
	border-top:1px solid #2D0000;
	border-bottom:1px solid #2D0000;
	position: relative;
}
.newCatWrap .product__view .openFilter{
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 10px;
	position: relative;
	cursor: pointer;
}
.newCatWrap .product__view .openFilter:after,
.newCatWrap .product__view .openFilter:before{
	width: 30px;
	height: 105%;
	background: #fff;
	position: absolute;
	z-index:2;
	content: "";
	display: block;
	top:-1px;
	left:-30px;
	cursor: default;
}
.newCatWrap .product__view .openFilter:after{
	left: auto;
	right: -30px;
}
.product .newCatWrap .product__view .product__view--wrap .product__view--grid a{
	background: url(/local/templates/Arbatantik/css/img/blockV.svg) no-repeat center;
	opacity:0.7;
}
.product .newCatWrap .product__view .product__view--wrap .product__view--list a{
	background: url(/local/templates/Arbatantik/css/img/cardV.svg) no-repeat center;
	opacity:0.7;
	margin-left: 7px;
}
.product .newCatWrap .product__view .product__view--wrap .product__view--grid.active-grid a,
.product .newCatWrap .product__view .product__view--wrap .product__view--list.active-list a{
	opacity: 1;
}
.product .product__view .product__view--wrap{
	height:32px;
}
.product .product__view .product__view--wrap .product__view--grid{
	border-right: 1px solid #2D0000;
	border-image: none;
	height:23px;
}
.product .newCatWrap .product__view .product__view--wrap .product__view--list{
	height:23px;
}
.product .newCatWrap .product__view .product__view--wrap.countProds{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	justify-content: flex-end;
}
.product .newCatWrap .product__view .product__view--wrap.countProds a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	background: #FFFFFF;
	border: 1px solid #68272F;
	border-radius: 3px;
	width: 22px;
	height: 22px;
}
.product .newCatWrap .product__view .product__view--wrap.countProds span{
	padding-right: 5px;
}
.product .newCatWrap .product__view .product__view--wrap.countProds span:first-child{
	padding-right:10px;
	white-space: nowrap;
}
.product .newCatWrap .product__view .product__view--wrap.countProds a:hover,
.product .newCatWrap .product__view .product__view--wrap.countProds a.number-active{
	background: #86303B;
	color:#fff;
}

.toCatFilter{
	max-height:0;
	overflow: hidden;
	transition: all ease 0.3s;
}
.toCatFilter.act{
	max-height:600px;
	overflow: hidden;
	margin-bottom: 30px;
	transition: all ease 0.3s;
}


.newCatElement{
	border: 1px solid #2D0000;
	padding:15px;
}
.newCatElement.empty{
	border: 0 none;
}
.newCatElement .ttl{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.09em;
	color: #68272F;
	text-decoration: none;
	height:60px;
	overflow: hidden;
	text-align: center;
	display: block;
}
.newCatElement .twoImg{
	position: relative;
	width: 100%;
	height: 145px;
	display: block;
	overflow: hidden;
}
.newCatElement .twoImg img{
	position: absolute;
	top:50%;
	left:50%;
	padding:0;
	transform: translate(-50%, -50%);
	width: auto;
	min-height:0;
}
.newCatElement .twoImg img:last-child{
	opacity:0;
	transition: opacity ease 0.3s
}
.newCatElement .twoImg img:first-child{
	opacity:1;
	transition: opacity ease 0.3s
}
.newCatElement .twoImg:hover img:last-child{
	opacity:1;
	transition: opacity ease 0.3s
}
.newCatElement .twoImg:hover img:first-child{
	opacity:0;
	transition: opacity ease 0.3s
}
.newCatElement .article{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.09em;
	color: rgba(104, 39, 47, 0.5);
	display: block;
	margin-top: 15px;
}
.newCatElement .prices{
	height:40px;
	overflow: hidden;
	margin-top: 20px;
}
.newCatElement .prices .price{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	display: block;
}
.newCatElement .prices .price.old{
	font-size:14px;
	color: rgba(104, 39, 47, 0.71);
}
.newCatElement .buts{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
}
.newCatElement .butCart {
	background: linear-gradient(180deg, #F8F8F8 0%, #CDCDCD 100%);
	border: 1px solid rgba(104, 39, 47, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 13px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	cursor: pointer;
	transition: all ease 0.3s;
	width: calc(100% - 48px);
	text-align: center;
	height: 32px;
	white-space: nowrap;
	padding-top: 2px;
}
.newCatElement .butCart:hover,
.newCatElement .butCart.heart--active,
.newCatElement .butCart.inGreen,
.newCatElement .butCart.in_cart{
	background: #68272F;
	border-radius: 5px;
	box-shadow: none;
	color:#fff;
}
.newCatElement .butCart.in_cart{
	cursor: pointer;
}
.newCatElement .toMailBut{
	width: 36px;
	height: 32px;
	margin-left: 12px;
	border: 0 none;
	cursor: pointer;
	background: url(/local/templates/Arbatantik/css/img/toMailBut.png) no-repeat center;
}
.gridCatalog .newCatElement {
	width: 14.9%;
	margin-bottom: 2.4%;
}

.topPagen {
	margin-top: 40px;
	width: 100%;
}
.product .catalog.gridCatalog{
	justify-content: space-between;
	margin-top:10px;
}
.product .newCatWrap .product__view .product__view--wrap{
	width:30%;
}
.product .product__arrow .product__arrow--next a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	text-transform: capitalize;
	padding-right:3px;
}
.product .product__arrow .product__arrow--next::after {
	content: "";
	display: inline-block;
	width: 18px;
	height: 9px;
	background: url(/local/templates/Arbatantik/css/img/pNext.svg) no-repeat center;
}
.product .product__arrow .product__arrow--prev a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	text-transform: capitalize;
	padding-left:5px;
}
.product .product__arrow .product__arrow--prev:before{
	content: "";
	display: inline-block;
	width: 18px;
	height: 9px;
	background: url(/local/templates/Arbatantik/css/img/pPrev.svg) no-repeat center;
}
.catalog.newCatalogL{
	text-transform: none;
}
.product .newCatWrap .page {
	display: inline-flex;
	padding: 0 30px;
	background: #fff;
	margin: auto;
	position: relative;
	left: 50%;
	transform: translate(-50%, -12px);
}
.product .page span:first-child{
	display: none;
}
.product .newCatWrap .number {
	min-width: 19px;
	width: auto;
	height: 22px;
	color: #86303B;
	border-radius: 3px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	background: #FFFFFF;
	border: 1px solid #68272F;
	box-shadow: none;
	margin-left: auto;
	/* box-sizing: border-box; */
	text-align: center;
	padding: 0 2px 0 3px;
}
.product .newCatWrap .page span{
	margin-left: 9px;
}
.product .newCatWrap .number.number-active:hover,
.product .newCatWrap .number.number-active{
	background: #86303B;
	color: #FFFFFF;
	border: 1px solid #68272F;
}
.product .newCatWrap .product__arrow{
	border-color: #2d0000 ;
	border-image: none;
}
.product .product__arrow .product__arrow--next,
.product .product__arrow .product__arrow--prev {
	top: -25px;
}
.product .newCatWrap .product__view{
	margin-top:0;
}
.product .newCatWrap .product__view .product__view--wrap.countProds a{
	margin-left:0;
}
.product .newCatWrap .product__view .product__view--wrap.countProds span{
	padding-right:10px;
}

.catalog__wrapper--list{
	display: flex;
	width: 100%;
	flex-direction: column;
}
.newCatElementList{
	border: 1px solid #2D0000;
	padding: 15px 20px;
	margin-bottom: 30px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	box-sizing: border-box;
}
.newCatElementList .twoImg{
	width: 258px;
	height: 258px;
	display: block;
	min-width: 258px;
	margin-right: 25px;
	position: relative;
}
.newCatElementList .product_info{
	width: calc(100% - 284px);
	display: flex;
	flex-direction: column;
}
.newCatElementList .twoImg img{
	position: absolute;
	top:50%;
	left:50%;
	padding:0;
	transform: translate(-50%, -50%);
	width: auto;
	min-height:0;
}
.newCatElementList .twoImg img:last-child{
	opacity:0;
	transition: opacity ease 0.3s
}
.newCatElementList .twoImg img:first-child{
	opacity:1;
	transition: opacity ease 0.3s
}
.newCatElementList .twoImg:hover img:last-child{
	opacity:1;
	transition: opacity ease 0.3s
}
.newCatElementList .twoImg:hover img:first-child{
	opacity:0;
	transition: opacity ease 0.3s
}
.newCatElementList .toBtns{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newCatElementList .product_info .ttl {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 25px;
	letter-spacing: 0.09em;
	color: #68272F;
	display: block;
	border-bottom: 1px solid #2D0000;
	margin-bottom: 15px;
	padding: 5px 0 15px;
}
.newCatElementList .product_info .desc{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.09em;
	color: #68272F;
	max-height:100px;
	overflow: hidden;
}
.newCatElementList .product_info .desc p{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.09em;
	color: #68272F;
}
.newCatElementList .product_info .article{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.09em;
	color: rgba(104, 39, 47, 0.5);
	display: block;
	margin: 15px 0;
}
.newCatElementList .product_info .price{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
}


.newCatElementList .twoBtns{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newCatElementList .butCart {
	background: linear-gradient(180deg, #F8F8F8 0%, #CDCDCD 100%);
	border: 1px solid rgba(104, 39, 47, 0.2);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	border-radius: 5px;
	cursor: pointer;
	transition: all ease 0.3s;
	width: calc(100% - 48px);
	text-align: center;
	height: 42px;
	white-space: nowrap;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	padding:10px;
}
.newCatElementList .butCart:hover,
.newCatElementList .butCart.heart--active,
.newCatElementList .butCart.inGreen,
.newCatElementList .butCart.in_cart{
	background: #68272F;
	border-radius: 5px;
	box-shadow: none;
	color:#fff;
}
.newCatElementList .toMailBut {
	width: 42px;
	height: 38px;
	margin-left: 14px;
	border: 0 none;
	cursor: pointer;
	background: url(/local/templates/Arbatantik/css/img/toMailBut.png) no-repeat center;
	background-size: contain;
}
.newCatElementList .price{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
}
.newCatElementList .price.old{
	font-size: 16px;
	line-height: 20px;
	color: rgba(104, 39, 47, 0.81);
}

.basket-item-info-name, .basket-item-info-name-link{
	color: #68272F;
}
.basket-item-info-name:hover, .basket-item-info-name-link:hover{
	color: #68272F;
}

.container h1.pt,
.container h2.pt{
	font-family: 'Romul';
	color: #6d2222;
	font-style: normal;
	font-weight: 400;
	font-size: 24px;
	line-height: 29px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.toH1two{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.toH1two h1.pt{
	margin-bottom: 0;
}
.toH1two a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	text-transform: none;
}
.toH1two a::before {
	content: "";
	display: inline-block;
	width: 6px;
	background: url(/local/templates/Arbatantik/css/img/miniArrow.svg) no-repeat center;
	height: 11px;
	margin-right: 8px;
	transition: margin-right ease 0.3s
}
.toH1two a:hover:before{
	margin-right: 12px;
	transition: margin-right ease 0.3s
}

.stepsBOM {
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 2px solid #68272F;
	margin: 40px 0;
	padding-bottom: 15px;
}
.stepsBOM .stepBOM{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
}
.stepsBOM .stepBOM .numBOM{
	display: inline-block;
	width: 25px;
	height: 25px;
	background: #FFFFFF;
	border: 1px solid #68272F;
	border-radius: 3px;
	text-align: center;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	margin-right:5px;
}

.stepPanel{
	margin-top: 30px;
}
.stepPanel input{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	cursor: pointer;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	border:0 none;
	color: #FFFFFF;
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	padding:10px;
}
.stepPanel input:nth-child(2){
	margin-left: 20px;
}
h2.pr2{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
}

.toCheckBOM{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 10px;
}
.toCheckBOM input{
	opacity:0;
	display: none;
}
.toCheckBOM label{
	position: relative;
	padding-left:30px;
}
.toCheckBOM label:after{
	content:"";
	display:block;
	width: 22px;
	height: 23px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(/local/templates/Arbatantik/css/img/check1.svg) no-repeat bottom left;
}
.toCheckBOM input:checked + label{
	background: url(/local/templates/Arbatantik/css/img/check2.svg) no-repeat bottom left;
}
.toCheckBOM span{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #2D0000;
}
.toCheckBOM span a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.1em;
	color: #2D0000;
	text-decoration: underline;
}
.sale_order_full_table{
	margin-bottom: 30px;
	margin-top:40px;
	width:100%;
}
.sale_order_full_table input[type=text]{
	max-width:665px;
	width:100%;
	background-color: #FFFFFF;
	border: 1px solid #2D0000;
	border-radius: 0;
	padding: 12px 12px 12px 60px;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	margin-bottom: 15px;
}
#propFIO{
	background: #fff url(/local/templates/Arbatantik/css/img/fname.png) no-repeat 30px center;
}
#propEMAIL{
	background: #fff url(/local/templates/Arbatantik/css/img/femail.png) no-repeat 26px center;
}
#propADDRESS{
	background: #fff url(/local/templates/Arbatantik/css/img/femail.png) no-repeat 26px center;
}
#propPHONE{
	background: #fff url(/local/templates/Arbatantik/css/img/fphone.png) no-repeat 30px center;
}

.stepAreaBOM{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.stepAreaBOM .lastCol{
	width: 340px;
	min-width: 340px;
	max-width: 340px;
}
.totalWind{
	background: #FFFFFF;
	box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.25);
	padding:20px;
	margin-top: 62px;
}
.totalWind .totalSumm{
	text-align: center;
}
.totalWind .totalSumm .ttl{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.09em;
	color: #68272F;
}
.totalWind .totalSumm .summ {
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	margin-top: 10px;
}
.listSumm{
	display: flex;
	flex-direction: column;
}
.listSumm .listSummItem{
	border-bottom:1px dotted #68272F;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 15px;
	height: 12px;
	margin-top:5px;
}
.listSumm .listSummItem span{
	background: #fff;
	position:relative;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.09em;
	color: #68272F;
}
.listSumm .listSummItem span:before{
	content:"";
	position: absolute;
	display: block;
	width: 100%;
	height:3px;
	top:100%;
	left:0;
	background: #fff;
}
.listSumm .listSummItem span:last-child{
	font-family: 'Romul';
	padding-left:5px;
}
.listSumm .listSummItem span:first-child{
	padding-right:5px;
}

.stepsBOM.curStep2 .stepBOM:not(.step1){
	opacity: .5;
}
.stepsBOM.curStep3 .stepBOM:not(.step2){
	opacity: .5;
}
.stepsBOM.curStep4 .stepBOM:not(.step3){
	opacity: .5;
}
.stepsBOM.curStep5 .stepBOM:not(.step4){
	opacity: .5;
}
.delListItems .deliItem .frstDeli .logo img{
	opacity:0;
}

.areaBOM{
	margin-bottom: 30px;
}
.areaBOM .errortext{
	font-size: 13px;
	line-height: 17px;
	margin-bottom: 15px;
	display: block;
}
#orderForm .req{
	border-color: red;
}
#orderForm .req span, #orderForm .req span a{
	color:red;
}
.toNorm a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	text-transform: none;
	text-decoration: underline;
}
.sale_order_full_table.step1 #propADDRESS,
.sale_order_full_table.step1 #propLOCATION{
	display: none;
}
#sof-prof-div{
	width:100%;
}
.stepAreaBOM .frstCol{
	width: 100%;
	padding-right: 80px;
}
.stepAreaBOM .frstCol *{
	box-sizing: border-box;
}

.delListItems{

}
.delListItems .deliItem{
	margin-bottom: 15px;
}
.delListItems .deliItem *{
	box-sizing: border-box;
}
.delListItems .deliItem label{
	background: #FFFFFF;
	border: 1px solid rgba(45, 0, 0, 0.3);
	border-radius: 10px;
	display: block;
	padding:20px;
}
.delListItems .deliItem > input{
	display: none;
}
.delListItems .deliItem input:checked + label{
	border: 1px solid #2D0000;
}
.delListItems .deliItem .frstDeli{
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.delListItems .deliItem label .frstDeli .chk{
	width: 32px;
	max-width: 22px;
	margin-right: 15px;
	height: 23px;
	background: url(/local/templates/Arbatantik/css/img/check1.svg) no-repeat bottom left;
}
.delListItems .deliItem input:checked + label .frstDeli .chk{
	background: url(/local/templates/Arbatantik/css/img/check2.svg) no-repeat bottom left;
}
.delListItems .deliItem .frstDeli .logo{
	width: 85px;
	max-width: 85px;
	min-width: 85px;
	height: 40px;
	text-align: center;
	margin-right: 15px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.delListItems .deliItem .frstDeli .logo img{
	width: auto;
	height: auto;
	max-width: 100%;
	margin:auto;
}
.priceMobile{
	display: none;
}
.delListItems .deliItem .frstDeli .ttl{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #2D0000;
	width:100%;
}
.delListItems .deliItem .frstDeli .deliCalc{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #2D0000;
	min-width: 40px;
	max-width:40px;
	margin-left: 15px;

}
.delListItems .deliItem .decs{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #68272F;
	margin-top: 18px;
}
.delListItems.paysList{
	margin-top: 40px;
}
.ordResList{
	margin-top: 40px;
}
.pr3{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
}
.ordResList .txt{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #2D0000;
	margin-top: 10px;
	margin-bottom: 30px;
}

.ordProdsTable{
	width:100%;
	border-collapse: collapse;
	border:0 none;
	margin-bottom: 40px;
}
.ordProdsTable th{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.09em;
	color: rgba(45, 0, 0, 0.5);
	padding:15px 0;
	border-bottom: 1px solid #2D0000;
}
.ordProdsTable td{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.09em;
	color: #2D0000;
	padding:15px 0 0;
}
.ordProdsTable th,
.ordProdsTable td{
	text-align:center;
}
.ordProdsTable td:first-child,
.ordProdsTable th:first-child{
	text-align:left;
}
.ordProdsTable td:last-child,
.ordProdsTable th:last-child{
	text-align:right;
}
#ORDER_DESCRIPTION{
	background: #FFFFFF;
	border: 1px solid #2D0000;
	border-radius: 0;
	padding:12px 12px 12px 60px;
	width:100%;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	height:100px;
	background: url(/local/templates/Arbatantik/css/img/comm.svg) no-repeat 30px 11px;
}
.noAutor{
	margin-top: 30px;
}
.noAutor .noAtorText{
	margin-top: 30px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #2D0000;
}
.noAutor .noAtorText a{
	text-decoration: underline;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.1em;
	color: #2D0000;
}

.newNewForm, .newNewForm *{
	box-sizing: border-box;
}
.newNewForm{
	background: #68272F;
	border: 15px solid #2D0000;
	padding:25px;
}
.newNewForm input[type=email],
.newNewForm input[type=tel],
.newNewForm input[type=text]{
	background: #FFFFFF;
	border-radius: 0;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	margin-bottom: 20px;
	padding:12px 12px 12px 60px;
	width: 100%;
	border:0 none;
}

.newNewForm .row-input{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.newNewForm .half-input{
	width: 48.5%;
}
.newNewForm textarea{
	width: 100%;
	background: #FFFFFF;
	border-radius: 0;
	padding:12px 12px 12px 60px;
	height: 100px;
	margin-bottom: 20px;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	border:0 none;
}
.fancybox-stage .modalBox.newModalBox{
	padding:0;
	border:0 none;
}

.newNewForm .toBut{
	text-align: center;
}
.newNewForm .toCheckBOM{
	margin-bottom: 20px;
}
.newNewForm .toCheckBOM span,
.newNewForm .toCheckBOM span a{
	color: #fff;
}
.newNewForm .toBut input{
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:10px;
	border: 0 none;
	cursor: pointer;
	opacity:1;
	transition: all ease 0.3s;
}
.newNewForm .toBut input:disabled{
	background: grey;
	cursor: default;
	opacity:0.6;
	transition: all ease 0.3s;
}
.newNewForm + .fancybox-close-small{
	opacity:0;
	display: none;
}

.toCheckBOM label{
	background: url(/local/templates/Arbatantik/css/img/check1_1.svg) no-repeat bottom left;
}
.toCheckBOM input:checked + label{
	background: url(/local/templates/Arbatantik/css/img/check1_2.svg) no-repeat bottom left;
}

.prodArea{
	background: #fff;
	padding: 0 20px;
	margin-bottom: 20px;
	display: flex;
	justify-content: flex-start;
	align-items: flex-start;
	text-align: left;
}
.prodArea .img{
	width: 100px;
	height: 100px;
	min-width: 90px;
	text-align: center;
	margin-right: 20px;
}
.prodArea .img img{
	max-width: 100%;
}
.prodArea .ttl{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	margin-bottom: 8px;
}
.prodArea .article{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.09em;
	color: rgba(104, 39, 47, 0.5);
	margin-bottom: 8px;
}
.prodArea .price{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
}
.prodArea .tText{
	width: 100%;
	padding: 15px 20px 15px 0;
}
.prodArea .tText * {
	text-align: left;
}
.newNewForm input.inputPropFIO {
	background: #fff url(/local/templates/Arbatantik/css/img/fname.png) no-repeat 30px center;
}
.newNewForm input.inputPropEMAIL {
	background: #fff url(/local/templates/Arbatantik/css/img/femail.png) no-repeat 26px center;
}
.newNewForm input.inputPropLOCK {
	background: #fff url(/local/templates/Arbatantik/css/img/lock.svg) no-repeat 28px 10px;
}
.newNewForm input.inputPropPHONE {
	background: #fff url(/local/templates/Arbatantik/css/img/fphone.png) no-repeat 30px center;
}
.newNewForm textarea.textareaComm{
	background:#fff url(/local/templates/Arbatantik/css/img/comm.svg) no-repeat 30px 11px;
}

.fancybox-stage .modalBox.modalProdEmail{
	width: 615px;
}
.newNewForm h2.modH{
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 30px;
}

.fancybox-stage .modalBox.modalReg{
	width: 610px;
}
.fancybox-stage .modalBox.modalAuth{
	width: 610px;
}
.reg_form_new .regStep2,
.auth_form_new .regStep2{
	display: none;
}
.regText {
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	margin-bottom: 20px;
}
.fancybox-stage .modalBox .regText a{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	letter-spacing: 0.1em;
	color: #FFFFFF;
	text-decoration: underline;
}
.newNewForm input.req{
	box-shadow: 0 0 5px 1px red inset;
}
.newNewForm .toBut2{
	text-align: center;
	margin-bottom: 30px;
}
.newNewForm .toBut2 button{
	background: linear-gradient(180deg, #F8F8F8 0%, #CDCDCD 100%);
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #68272F;
	padding:10px;
	cursor: pointer;
	transition: all ease 0.3s;
	border:0 none;
	opacity:1;
}
.newNewForm .toBut2 button:disabled{
	cursor: default;
	color:grey;
	opacity:0.4;
	background: #fff;
	transition: all ease 0.3s;
}
.newNewForm .hr{
	border: 1px solid #FFFFFF;
	height:0;
	width:100%;
	margin-bottom: 30px;
}
.regBut.inForm{
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding:10px;
}
.fancybox-stage .modalBox a.regBut,
.regBut.inForm{
	background: #2D0000;
	box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
	cursor: pointer;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
}
.mesFrm {
	position: absolute;
	z-index: 10;
	width: 94%;
	height: 90%;
	display: none;
	top: 5%;
	left: 3%;
	border: 4px solid #2d0001;
	background: #68282fe8;
	color: #fff;
	justify-content: center;
	align-items: center;
	text-align: center;
	padding: 20px;
	font-size: 18px;
}
.mesFrm .cls {
	position: absolute;
	display: block;
	right: 10px;
	top: 10px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 26px;
	cursor: pointer;
	font-family: 'Open Sans';
	font-weight: 700;
	border: 2px solid #fff;
}
.mesFrm.act{
	display: flex;
}

.noPredCatalog{
	width:100%;
	text-align: center;
	font-family: 'Open Sans';
}



body .tabs{
	margin: 0 auto;
}
body .tabs label,
body .tabs input:checked + label{
	background: #2D0000;
	border-radius: 5px 5px 0 0;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	border:0 none;
	padding:10px;
	display: inline-block;
}
body .tabs section{
	border: 1px solid #2D0000;
	padding: 20px 15px;
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.09em;
	color: #68272F;
	margin-bottom: 40px;
	background: #fff;
}
body .tabs section p{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166.7%;
	letter-spacing: 0.09em;
	color: #68272F;
}
div.tabs > section{
	display:block;
}
html.noScroll, body.noScroll{
	overflow: hidden;
}


.convArea, .convArea *{
	box-sizing: border-box;
}
.convArea{
	display: flex;
	flex-direction: column;
	width:100%;
	padding-top: 0;
}
.convArea .ttl{
	font-family: 'Open Sans';
	font-style: normal;
	font-weight: 400;
	font-size: 15px;
	line-height: 166%;
	letter-spacing: 0.09em;
	color: #68272F;
	margin-bottom: 15px;
}
.convArea input {
	display: block;
	width: 100%;
	background: #FFFFFF;
	border: 1px solid #2D0000;
	border-radius: 0;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #2D0000;
	padding: 10px 20px;
	position: static;
}
.convArea .labl{
	width:100%;
	margin-bottom: 15px;
}
.convArea .ttl:after{
	content: "";
	display: inline-block;
	vertical-align: center;
	width: 20px;
	height: 13px;
	background-size: cover;
	background-position: center;
	margin-left:8px;
}
.convArea .ttl.RUB:after{
	background-image: url(img/RUB.png);
}
.convArea .ttl.USD:after{
	background-image: url(img/USD.png);
}
.convArea .ttl.EUR:after{
	background-image: url(img/EUR.png);
}
.convArea .txtSm {
	font-size: 14px;
	line-height: 1.4;
	margin-bottom: 7px;
}
@media(max-width:450px){
	.convArea .txtSm {
		font-size: 14px;
	line-height: 1.4;
	margin-bottom: 7px;
	}
}

.authorize-submit-cell{
	padding-bottom: 12px;
}
.authorize-submit-cell input,
.butsArea input,
input[name=send_account_info]{
	background: #2D0000;
	border:0 none;
	font-family: 'Romul';
	font-style: normal;
	font-weight: 400;
	font-size: 13px;
	line-height: 16px;
	letter-spacing: 0.09em;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 8px 10px;
}
.bx-auth-table{
	margin-bottom: 12px;
}
.bx-auth-table input[type=text],
.bx-auth-table input[type=password]{
	padding: 2px 10px;
	border: 1px solid #2d0000;
}
.alert {
	position: relative;
	padding: 1rem 1rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: transparent;
	border-radius: 0.25rem;
}
.alert-secondary {
	color: #383d41;
	background-color: #e2e3e5;
	border-color: #d6d8db;
}
.alert-danger {
	color: #721c24;
	background-color: #f8d7da;
	border-color: #f5c6cb;
}

.parRegLink, .parRegLink a{
	font-size:15px;
}
.bx-sbb-empty-cart-image img{
	opacity: 0;
}

.tooltip_templates {
	display: none;
	position: absolute;
	background: #111111d9;
	border-radius: 5px;
	padding: 10px 20px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
	z-index: 2;
}

.sidebar__item.select.isselect,
.sidebar__item.select.isselectR{
	position:relative;
}
.sidebar__item.select.isselect>a,
.sidebar__item.select.isselectR>a{
	position: relative;
	z-index: 1;
}
.sidebar__item.select.isselect::after {
	position: absolute;
	content: "";
	display: block;
	right: 17px;
	top: 24px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2D0000;
	border-right: 2px solid #2D0000;
	cursor: pointer;
	transform: rotate(-45deg);
	z-index: 0;
}
.sidebar__item.select.isselectR::after {
	position: absolute;
	content: "";
	display: block;
	right: 17px;
	top: 20px;
	width: 8px;
	height: 8px;
	border-top: 2px solid #2D0000;
	border-right: 2px solid #2D0000;
	cursor: pointer;
	transform: rotate(135deg);
	z-index: 0;
}
.sidebar__item.select.isselect:hover::before,
.sidebar__item.select.isselectR:hover::before {
	position: absolute;
	content: "";
	display: block;
	right: 8px;
	top: 12px;
	width: 28px;
	height: 28px;
	background: #fff;
	cursor:pointer;
	border-radius: 50%;
	z-index:0;
}

.toPageInput{
	background: #FFFFFF;
	border: 1px solid #68272F;
	border-radius: 3px;
	height: 22px;
	color: #86303B;
	font-size:13px;
	width:32px;
	text-align: center;
}
















